/*
Theme Name: Biohim
*/
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic);
.wrapper {
  background: #f5f5f5;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #3c3c3c;
  line-height: 1;
  font-family: Inter;
  font-size: 1.25rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Inter;
  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;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 80.625rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}
.btn {
  background: -o-linear-gradient(
    325.6deg,
    #85b0fb 3.23%,
    #a3c5ff 44.81%,
    #85b1fb 86.79%
  );
  background: linear-gradient(
    124.4deg,
    #85b0fb 3.23%,
    #a3c5ff 44.81%,
    #85b1fb 86.79%
  );
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: inset 0 4px 20px #a2c3fc;
  box-shadow: inset 0 4px 20px #a2c3fc;
  border-radius: 5px;
  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;
}
.btn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-box-shadow: inset 0 4px 20px #91b6f5;
  box-shadow: inset 0 4px 20px #91b6f5;
  border-radius: 5px;
}
.btn:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.title {
  font-family: Fira Sans;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-align: center;
}
.sub-title {
  margin: 0 auto;
  text-align: center;
  max-width: 930px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e2ceb5;
  margin-bottom: 17px;
}
.header__top li img {
  margin-top: 28px;
}
.header__top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.header__top li:first-child {
  width: 19%;
}
.header__top li:not(:first-child) {
  width: 27%;
}
.header__top li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(226, 206, 181, 0)),
    color-stop(56.2%, #e2ceb5),
    to(rgba(226, 206, 181, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(226, 206, 181, 0) 0,
    #e2ceb5 56.2%,
    rgba(226, 206, 181, 0) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(226, 206, 181, 0) 0,
    #e2ceb5 56.2%,
    rgba(226, 206, 181, 0) 100%
  );
  float: right;
}
.header__logo-mob {
  display: none;
}
.header__logo {
  max-width: 140px;
}
.header__logo img {
  margin-top: -9px !important;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 0;
}
.header__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  letter-spacing: 0;
  color: #393939;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.header__value {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: 0;
}
.header__value a {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  margin-bottom: 2px;
}
.header__mob {
  display: none;
}
.header__mob li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #c8ebff;
}
.header__mob li a {
  margin-bottom: 2px;
  font-size: 14px;
  color: #66bffa;
}
.header__mob li .header__name {
  margin-bottom: 5px;
}
.header__mob li .header__box {
  max-width: 100%;
}
.header__mob li .header__value {
  font-weight: 500;
  font-size: 16px;
  max-width: 100%;
}
.header__mob a {
  padding-left: 0 !important;
}
.header__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px;
}
.header__bottom a {
  padding: 4px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2222222222;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__bottom a:hover {
  background: #99bfff;
  color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.menu-open .page {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.active-link {
  background: #99bfff;
  color: #fff;
}
.icon-menu {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 270px;
}
.hero__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.hero__container {
  position: relative;
  z-index: 2;
}
.hero__box {
  max-width: 772px;
}
.hero__sub {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #303030;
}
.hero__ttl {
  font-size: 40px;
  font-family: Fira Sans;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.hero__btn {
  padding: 30px 25px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 1.1875;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hero__btn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-box-shadow: inset 0 4px 20px #91b6f5;
  box-shadow: inset 0 4px 20px #91b6f5;
  border-radius: 5px;
}
.hero__btn:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 11px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 2px;
  background: #fff;
  margin-top: 155px;
}
.hero__list li {
  width: 37%;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: 0;
}
.hero__list li:first-child {
  width: 41%;
}
.hero__list li:last-child {
  width: 28%;
}
.hero__list li span {
  font-weight: 700;
  display: inline;
}
.hero__list li:not(:last-child) {
  border-right: 1px solid gray;
}
.hero__list li img {
  margin-top: -70px;
  max-width: 50px;
  width: 50px;
  margin-bottom: 20px;
}
.hero__dev {
  position: absolute;
  right: 0;
  bottom: -70px;
  z-index: 2;
}
.hero__garant {
  position: absolute;
  right: -30px;
  z-index: 1;
  bottom: 250px;
}
.work__sub-sub-ttl {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.375;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2ceb5;
}
.work__item {
  margin-bottom: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fbfbfb;
  -webkit-box-shadow: 0 4px 4px rgba(218, 218, 218, 0.25);
  box-shadow: 0 4px 4px rgba(218, 218, 218, 0.25);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
}
.work__item img {
  border: 1px solid #e3cfb6;
  border-radius: 10px;
  width: 100%;
  max-width: 290px;
  height: 100%;
  margin-right: 87px;
  max-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 10px;
  border-radius: 5px;
}
.work__item-box {
  max-width: 544px;
  margin-right: 70px;
}
.work__item-ttl {
  margin-bottom: 20px;
  font-family: Fira Sans;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.work__item-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1875;
  letter-spacing: 0;
  color: #5a636d;
}
.work__item-last-box {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.work__link {
  padding: 20px 50px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.1875;
  letter-spacing: 0;
}
.work__btn {
  color: #d5bc9f;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
}
.work__btn:hover {
  color: #000;
}
.work__slider {
  display: none;
}
.plus {
  position: relative;
  padding-top: 26px;
  padding-bottom: 50px;
}
.plus__container {
  position: relative;
  z-index: 2;
}
.plus__ttl {
  text-align: left;
  margin-left: 446px;
  margin-bottom: 20px;
}
.plus__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.plus__sub {
  margin-bottom: 59px;
  text-align: left;
  margin-left: 446px;
  max-width: 450px;
}
.plus__body {
  padding-left: 446px;
  width: 100%;
  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;
  gap: 80px;
}
.plus__item {
  width: 30%;
  max-width: 220px;
}
.plus__item img {
  max-width: 100%;
  border-radius: 50%;
  max-width: 136px;
  max-height: 136px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.plus__item-ttl {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.plus__item-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
}
.clients__sub {
  max-width: 770px;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2ceb5;
}
.clients__slider {
  margin: 54px 0;
}
.clients__slider2 {
  margin: 30px 0;
}
.clients__slide {
  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;
  height: 60px !important;
}
.clients__slide img {
  height: 50px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.shem__sub {
  max-width: 770px;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2ceb5;
}
.shem__slider .swiper-navigation {
  display: none;
}
.shem__slide img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.shem__box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
  color: #5a636d;
}
.shem__btn {
  margin: 0 auto;
}
.spec__body {
  position: relative;
  padding: 45px;
  border-radius: 30px;
  overflow: hidden;
}
.spec__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.spec__item {
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
  position: relative;
}
.spec__ava {
  width: 100%;
  margin-bottom: 20px;
  z-index: 5;
  position: relative;
}
.spec__fon {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.spec__name {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0;
  text-align: left;
}
.spec__desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2857142857;
  color: #5a636d;
  margin-bottom: 15px;
  letter-spacing: 0;
  text-align: left;
}
.spec__staj {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  color: #5a636d;
  margin-bottom: 15px;
  letter-spacing: 0;
  text-align: left;
}
.spec__staj span {
  font-weight: 700;
}
.sert__title {
  margin: 0 auto;
  max-width: 700px;
}
.sert__slider {
  max-width: 1000px;
  margin: 0 auto;
}
.spec__slider {
  padding-bottom: 40px !important;
  margin-bottom: -40px;
}
.spec .swiper-pagination {
  margin-bottom: -5px !important;
}
.sert .swiper-pagination {
  margin-top: 60px;
}
.flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sert .spec__slide img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.fancybox__container {
  max-width: 100%;
  padding: 0;
}
[data-fancybox] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.reviews__ttl {
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2ceb5;
}
.reviews__slider {
  padding-left: 15px !important;
  margin-left: -15px !important;
  padding-right: 15px !important;
  margin-right: -15px !important;
  margin-bottom: -50px;
  padding-bottom: 50px !important;
}
.swiper-button-next,
.swiper-button-prev {
  top: 43% !important;
}
.card-reviews {
  cursor: pointer;
  background: #99bfff;
  border-radius: 5px;
  position: relative;
  padding: 40px 30px;
}
.card-reviews::before {
  position: absolute;
  width: 105%;
  content: "";
  z-index: 1;
  height: 90%;
  background: #fbfbfb;
  border-radius: 5px;
  top: 10px;
  left: -10px;
}
.card-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 19px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.card-reviews__top img {
  max-width: 97px;
  border-radius: 3px;
  max-height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-reviews__name {
  margin-bottom: 3px;
}
.card-reviews__date {
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 5px;
}
.card-reviews__text {
  z-index: 2;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  color: #3a3a3a;
}
.blu {
  position: relative;
}
#ymap {
  width: 100%;
  height: 700px;
}
.footer-form {
  width: 100%;
  max-width: 470px;
  background: #fff;
  border-radius: 10px;
  padding: 45px 90px;
  position: absolute;
  z-index: 100;
  right: 10%;
  top: 100px;
}
.footer-form label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f7f9;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 25px;
  margin-bottom: 12px;
}
.footer-form label input {
  width: 100%;
  right: auto !important;
  top: auto !important;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  background: 0 0;
  display: block;
  line-height: 15px;
  letter-spacing: 0;
  color: #373636;
  outline: 0;
  position: relative;
  text-align: left;
}
.footer-form__ttl {
  font-family: Fira Sans;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 15px;
}
.footer-form__subttl {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 56px;
  color: #1d1d1d;
}
.footer-form__submit {
  margin-top: 20px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 17px 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-form__submit:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.footer-form__text {
  font-family: Inter;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0;
  text-align: center;
}
.footer__bottom {
  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;
  padding: 40px 0;
}
.footer__logo {
  margin-right: 54px;
  display: block;
}
.footer__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  max-width: 780px;
  margin-left: 50px;
}
.footer__all li img {
  margin-top: 30px;
}
.footer__all li {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.footer__all li:first-child {
  width: 36%;
}
.footer__all li:nth-child(2) {
  width: 25%;
}
.footer__all .header__name,
.footer__all .header__value {
  color: #1d1d1d !important;
  color: #1d1d1d !important;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__all a {
  color: #1d1d1d !important;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
}
.footer__bottom2 {
  padding: 30px 0;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}
.hero__list2 {
  padding-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 79px;
}
.hero__list2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  max-width: 470px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0;
}
.hero__list2 li svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.serv__ttl {
  max-width: 1020px;
}
.opisanie__title {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: -10px;
}
.opisanie__title span {
  max-width: 630px;
}
.opisanie__titl {
  font-family: Fira Sans;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.opisanie__sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 1.875rem;
  font-family: sans-serif;
  
}
.opisanie__item:nth-child(odd) .opisanie__title {
  background: #f5f5f5;
}
.opisanie__cntent {
  padding: 8px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  margin-left: 30px;
}
.opisanie__container{
  max-width: 65rem;
}
.opisanie__cntent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.opisanie__cntent li:not(:last-child) {
  margin-bottom: 13px;
}
.contacts {
  margin-top: 250px;
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}
.contacts__content {
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts__content .footer-form {
  position: relative;
  right: auto;
  top: auto;
  padding: 20px;
}
.contacts__content .footer-form__subttl {
  font-size: 14px;
  margin-bottom: 15px;
}
.contacts__content label {
  padding: 5px 12px;
}
.contacts__title {
  font-family: Fira Sans;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px;
}
.contacts__item:not(:last-child) {
  margin-bottom: 35px;
}
.contacts__item svg {
  margin-bottom: 3px;
}
.contacts__green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 10px;
}
.contacts__green:before {
  content: "";
  width: 5px;
  height: 5px;
  background: green;
  border-radius: 50%;
}
.contacts__tel {
  font-family: Fira Sans;
  font-size: 25px;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.contacts__box {
  max-width: 260px;
}
.contacts__name {
  margin-bottom: 12px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2142857143;
  letter-spacing: 0;
  color: #000;
}
.contacts__value {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
}
.contacts__map {
  width: 60%;
  border-radius: 5px;
  overflow: hidden;
}
.contacts__map #ymap {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@-webkit-keyframes abv {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes abv {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.modal-open {
  overflow: hidden;
}
.popup {
  -webkit-animation: abv 0.1s;
  animation: abv 0.1s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.781);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 100;
  overflow: hidden;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.popup__body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.popup__body.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.open-popup {
  margin-top: 150px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  font-size: 30px;
  background-color: transparent;
  border: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close-popup {
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  border: transparent;
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 30px;
  font-weight: 700;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  top: 25px;
}
.close-popup:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.close-popup:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.modal-rev {
  color: #000;
}
.m-body {
  width: 100%;
  max-width: 470px;
  background: #fff;
  border-radius: 10px;
  padding: 26px 25px;
  font-size: 30px;
}
.m-body .footer-form {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  padding: 0;
}
.m-body .footer-form__subttl {
  margin-bottom: 20px;
}
.m-body .footer-form__submit:hover {
  background: #6094f0;
}
.m-body .footer-form__submit:active {
  background: #276de6;
}
.modal-rev__body .rating__body::before {
  color: #e3e3e3;
}
.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
@media (min-width: 82.5em) {
  .bifooo {
    font-size: 0.675rem;
  }
  .header__top {
    margin-bottom: 1.25rem;
  }
  .header__top li {
    gap: 0.9375rem;
  }
  .header__top li {
    padding-left: 2.5rem;
  }
  .header__top li {
    padding-right: 2.5rem;
  }
  .header__top li {
    padding-top: 23px;
  }
  .header__top li {
    padding-bottom: 18px;
  }
  .shem__slider {
    margin-bottom: 4.375rem;
  }
  section {
    margin-bottom: 4.125rem;
  }
  .hero__list2 {
    margin-top: 3.375rem;
  }
  .opisanie {
    margin-bottom: 1.5rem;
  }
  .opisanie__titl {
    margin-bottom: 1.3125rem;
  }
  .opisanie__sub {
    margin-bottom: 1.875rem;
  }
  .contacts__title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 90em) {
  .plus__sub {
    margin-bottom: 40px;
  }
  .plus__item-txt {
    font-size: 14px;
  }
}
@media (max-width: 80em) {
  .header__bottom {
    gap: 50px;
  }
  .plus {
    background: #eff7fa;
  }
  .plus__ttl {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
  }
  .plus__bg {
    display: none;
  }
  .plus__sub {
    padding-left: 0;
    margin-left: auto;
    text-align: center;
  }
  .plus__body {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    gap: 30px;
  }
  .plus__item {
    max-width: 400px;
    text-align: center;
  }
}
@media (max-width: 75em) {
  .hero__garant {
    max-width: 150px;
  }
  .footer-form {
    padding: 25px 30px;
    border-radius: 5px;
    max-width: 300px;
  }
  .footer-form__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer-form__subttl {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .contacts {
    margin-top: 200px;
  }
}
@media (max-width: 64em) {
  .clients__slider {
    margin: 20px 0;
  }
  .clients__slider2 {
    margin-top: 0;
  }
}
@media (max-width: 50em) {
  .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .hero__garant {
    right: 30px;
  }
  .work__sub-sub-ttl {
    font-size: 14px;
  }
  .clients__sub {
    font-size: 14px;
  }
  .clients__slide img {
    max-width: 100px;
  }
  .shem__sub {
    font-size: 14px;
  }
  .spec__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .spec__desc {
    font-size: 12px;
  }
}
@media (max-width: 48em) {
  .contacts__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 45em) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__top {
    display: none;
  }
  .header__logo-mob {
    display: block;
  }
  .header__logo img {
  }
  .header__name {
    color: #fff;
  }
  .header__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    height: 45%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 350px;
    max-height: 100%;
    margin-left: -8px;
  }
  .header__bottom a:hover {
    background: 0 0;
  }
  .header__bottom a {
    display: block;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 0;
    font-size: 22px !important;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__bottom {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: -200%;
    -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;
    gap: 25px;
    background: rgba(18, 93, 223, 0.8901960784);
    display: block;
    padding-left: 10%;
    padding-top: 20%;
    top: 0;
    opacity: 0;
    overflow-y: auto;
  }
  .menu-open .header__bottom {
    left: 0;
    opacity: 1;
  }

  .contacts {
    margin-top: 100px;
  }
  .contacts__content {
    width: 75%;
  }
}
@media (max-width: 720px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #29b0ff;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .menu-open .icon-menu::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
@media (max-width: 35em) {
  .hero__list li img {
    margin: 0;
  }
  .hero__list2 {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .hero__list2 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 25em) {
  .work__item-ttl {
    font-size: 16px;
  }
  .work__item-txt {
    font-size: 12.5px;
  }
}
@media (max-width: 20em) {
  .header__top {
    margin-bottom: 0;
  }
  .header__top li {
    gap: 0;
  }
  .header__top li {
    padding-top: 0;
  }
  .header__top li {
    padding-bottom: 0;
  }
  .shem__slider {
    margin-bottom: 1.125rem;
  }
  section {
    margin-bottom: 1.875rem;
  }
  .hero__list2 {
    margin-top: 2.1875rem;
  }
  .opisanie {
    margin-bottom: 2.1875rem;
  }
  .opisanie__titl {
    margin-bottom: 0.9375rem;
  }
  .opisanie__sub {
    margin-bottom: 0.9375rem;
  }
  .contacts__title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 90.625em) {
  .plus__body {
    gap: 60px;
    row-gap: 40px;
  }
}
@media (max-width: 86.25em) {
  .hero__dev {
    max-width: 440px;
  }
  .hero__list {
    margin-top: 70px;
  }
  .hero {
    padding-top: 220px;
  }
  .spec__body {
    padding: 30px;
  }
  .spec__item {
    padding: 20px 20px;
    padding-bottom: 10px;
  }
  .hero__garant {
    right: 30%;
    max-width: 125px;
  }
}
@media (max-width: 84.6875em) {
  .hero__btn {
    /* padding: 12px 15px;
    font-size: 14px; */
  }
  .hero__box {
    max-width: 530px;
  }
  .hero__ttl {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 83.75em) {
  .shem__slide img {
    max-width: 180px;
  }
  .shem__box p {
    font-size: 14px;
  }
  .serv__ttl {
    max-width: 800px;
  }
}
@media (max-width: 82.5em) {
  .shem__slider .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 78.125em) {
  .header__name {
    font-size: 14px;
  }
}
@media (max-width: 77.5em) {
  .header__value {
    font-size: 12px;
  }
}
@media (max-width: 76.25em) {
  .hero__sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .work__item img {
    margin-right: 35px;
  }
}
@media (max-width: 76.875em) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__all {
    margin-left: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 70.625em) {
  .footer__bottom2 {
    padding-top: 15px;
  }
}
@media (max-width: 69.375em) {
  .work__item img {
    margin-right: 0;
  }
}
@media (max-width: 68.75em) {
  .header__bottom a {
    font-size: 14px;
    padding: 4px 10px;
  }
  .header__sub-list a {
    font-size: 13px;
  }
  .work__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .work__item {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 47%;
    margin: 10px;
  }
  .work__item-box {
    margin-right: 0;
    text-align: center;
    margin-top: 30px;
  }
  .work__item-ttl {
    font-size: 18px;
  }
  .work__item-txt {
    font-size: 15px;
  }
  .work__item-last-box {
    margin-top: 30px;
  }
  .hero__list2 {
    gap: 40px;
  }
  .hero__list2 li {
    font-size: 16px;
  }
}
@media (max-width: 62.5em) {
  .title {
    font-size: 32px;
  }
  .sub-title {
    font-size: 17px;
    max-width: 700px;
  }
  .work__sub-sub-ttl {
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
  .work__link {
    padding: 15px 30px;
  }
  .clients__sub {
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
  .shem__sub {
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
  .reviews__ttl {
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
}
@media (max-width: 62.1875em) {
  .header__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__top li img {
    margin-top: 0;
  }
  .header__top li:first-child {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__top li:not(:first-child) {
    width: 30%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .header__top li:not(:last-child):before {
    display: none;
  }
  .header__logo {
    width: 100%;
  }
  .header__value {
    font-size: 14px;
  }
  .hero {
    padding-top: 380px;
  }
  .contacts {
    margin-top: 330px;
  }
}
.footer-form {
  margin: 0 auto;
}
@media (max-width: 61.875em) {
  .clients__slide img {
    height: auto;
    max-width: 105px;
  }
}
@media (max-width: 59.6875em) {
  .header__bottom {
    gap: 30px;
  }
  .header__bottom a {
    font-size: 13px;
  }
  .hero__list {
    margin-top: 100px;
    background: 0 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 20px;
  }
  .hero__list li:first-child {
    width: 48%;
    padding-left: 0;
  }
  .hero__list li:last-child {
    width: 100%;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__list li {
    width: 48%;
    border-right: none;
    padding: 30px 40px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .hero__list li:not(:last-child) {
    border-right: none;
  }
  .hero__dev {
    display: none;
  }
  .hero__garant {
    right: 11%;
    bottom: 70%;
  }
  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts__content .footer-form {
    width: 100%;
    max-width: 390px;
  }
  .contacts__content {
    max-width: 100%;
    width: 50%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .contacts__item svg {
    margin-bottom: 0;
  }
  .contacts__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts__name {
    margin-bottom: 6px;
  }
  .contacts__map {
    width: 100%;
    height: 550px;
  }
}
@media (max-width: 54.375em) {
  .footer__all {
    margin-left: 0;
  }
  .footer__all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .footer__all li:first-child {
    width: 100%;
  }
  .footer__all li:nth-child(2) {
    width: 100%;
  }
  .footer__all li {
    width: 100%;
    max-width: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__list {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts__green {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 53.75em) {
  .header__value {
    font-size: 12px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .hero {
    padding-top: 50px;
  }
  .header {
    position: relative;
  }
  .hero__garant {
    display: none;
  }
}
@media (max-width: 49.375em) {
  .contacts {
    margin-top: 270px;
  }
}
@media (max-width: 48.125em) {
  .hero__box {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
  .hero__sub {
    text-align: center;
  }
  .hero__ttl {
    text-align: center;
    font-size: 28px;
  }
  .hero__list2 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}
@media (max-width: 48.75em) {
  .shem__btn {
    padding: 12px 30px;
  }
  .header__logo-mob img {
    max-width: 100px !important;
  }
}
@media (max-width: 43.75em) {
  .sub-title {
    font-size: 14px;
  }
  .work__sub-sub-ttl {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .work__item {
    width: 100%;
  }
  .plus__body {
    gap: 15px;
  }
  .plus__item {
    width: 48%;
    margin-bottom: 10px;
  }
  .clients__sub {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .shem__sub {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .reviews__ttl {
    margin-bottom: 20px;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer__list a {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 41.875em) {
  .hero__list {
    margin-top: 60px;
  }
  .reviews,
  .sert {
    padding-bottom: 30px;
  }
}
@media (max-width: 40.625em) {
  .hero__list li {
    padding: 30px 10px;
  }
}
@media (max-width: 37.5em) {
  #ymap {
    height: 400px;
  }
  .footer-form {
    position: relative;
    margin: 0 auto;
    right: auto;
    top: auto;
    margin-bottom: 30px;
    max-width: 400px;
  }
  .opisanie__titl {
    font-size: 22px;
  }
  .opisanie__sub {
    font-size: 16px;
    max-width: 400px;
  }
  .contacts__content {
    width: 100%;
    margin-left: -10px;
  }
  .contacts__title {
    font-size: 32px;
    text-align: center;
  }
  .contacts__item {
    margin-left: -10px;
  }
}
@media (max-width: 34.375em) {
  .title {
    margin-bottom: 15px;
  }
  .hero {
    background: snow;
  }
  .hero__bg {
    display: none;
  }
  .hero__sub {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .hero__ttl {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 35px;
  }
  .hero__list {
    margin-top: 20px;
    gap: 0;
    background: 0 0;
    margin-bottom: 25px;
  }
  .hero__list li:first-child {
    width: 100%;
  }
  .hero__list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    padding: 5px 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
  }
  .work__item {
    padding: 30px 50px;
    margin: 0;
  }
  .work__item-box {
    margin-top: 20px;
  }
  .work__item-ttl {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .work__item-last-box {
    margin-top: 15px;
  }
}
@media (max-width: 31.25em) {
  .work__body {
    display: none;
  }
  .work__slider {
    display: block;
  }
  .plus__item img {
    margin-bottom: 7px;
    max-width: 100px;
  }
  .plus__item {
    width: 47%;
  }
  .plus__item-ttl {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .plus__item-txt {
    font-size: 10px;
  }
  .shem__slide img {
    max-width: 220px;
  }
  .card-reviews {
    padding: 25px;
  }
  .card-reviews__name {
    font-size: 12px;
  }
  .footer__bottom2 {
    font-size: 14px;
  }
}
@media (max-width: 23.4375em) {
  .hero__ttl {
    font-size: 20px;
  }
  .plus__item {
    width: 100%;
    padding: 0 25px;
  }
  .spec__body {
    padding: 0;
  }
  .spec__bg {
    display: none;
  }
}
@media (max-width: 21.875em) {
  .contacts__content {
    margin-left: 0;
  }
}
@media (min-width: 20em) and (max-width: 82.5em) {
  .header__top {
    margin-bottom: calc(0rem + 1.25 * (((100vw - 20rem)) / ((120.5))));
  }
  .header__top li {
    gap: calc(0rem + 0.9375 * (((100vw - 20rem)) / ((90.5))));
  }
  .header__top li {
    padding-left: calc(-1.25rem + 4.25 * (((100vw - 20rem)) / ((62.5))));
  }
  .header__top li {
    padding-right: calc(-1.25rem + 4.25 * (((100vw - 20rem)) / ((62.5))));
  }
  .header__top li {
    padding-top: calc(0rem + 2.5 * (((100vw - 25rem)) / ((100.5))));
  }
  .header__top li {
    padding-bottom: calc(0rem + 1.875 * (((100vw - 20rem)) / ((62.5))));
  }
  .shem__slider {
    margin-bottom: calc(1.125rem + 3.25 * (((100vw - 20rem)) / ((62.5))));
  }
  section {
    margin-bottom: calc(1.875rem + 1 * (((100vw - 20rem)) / ((62.5))));
  }
  .hero__list2 {
    margin-top: calc(2.1875rem + 1.1875 * (((100vw - 20rem)) / ((62.5))));
  }
  .opisanie {
    margin-bottom: calc(2.1875rem + 2.8125 * (((100vw - 20rem)) / ((62.5))));
  }
  .opisanie__titl {
    margin-bottom: calc(0.9375rem + 1.375 * (((100vw - 20rem)) / ((62.5))));
  }
  .opisanie__sub {
    margin-bottom: calc(0.9375rem + 0.9375 * (((100vw - 20rem)) / ((62.5))));
  }
  .contacts__title {
    margin-bottom: calc(1.25rem + 1.25 * (((100vw - 20rem)) / ((62.5))));
  }
}
.header__first {
  display: inherit;
  position: relative;
}
.header__first:hover .header__sub-list {
  display: flex;
}
.header__sub-list a:hover {
  transform: scale(1.011);
  color: #007aff !important;
}
.header__sub-list a {
  font-size: 17px;
  padding: 0;
  text-transform: lowercase;
  /* word-break: break-all; */

  text-align: left;
  display: block;
  line-height: 1.1;
  background: transparent !important;
  padding: 6px 10px;
  color: rgb(46, 46, 46) !important;
}
.header__sub-list {
  overflow: hidden;
  display: none;
  position: absolute;
  left: -10px;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 250px;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  top: 101%;
}
@media (max-width: 800px) {
  .gyt {
    pointer-events: none;
  }
}
@media (max-width: 720px) {
  .header__sub-list a {
    font-size: 14px !important;
  }
  .header__sub-list {
    position: relative;
    width: 90%;
    border-radius: 4px;
    right: auto;
    top: auto;
    margin-bottom: 10px;
  }
}
.footer .header__box {
  min-height: 67px;
}
.header .header__box {
  min-height: 69px;
}
@media (max-width: 710px) {
  .footer .header__box {
    min-height: 1px;
  }
  .header .header__box {
    min-height: 1px;
  }
}
@media (max-width: 1450px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .header__value {
    font-size: 11px;
  }
  .header__logo img {
    max-width: 130px !important;
  }
  .work,
  .plus,
  .clients,
  .shem,
  .reviews,
  .footer,
  .footer-form {
    transform: scale(0.85);
  }
}
.line-blue{
  border-left: 3px solid #85b0fb;
padding-left: 5px;
display: block;
margin: 10px 0;
}
.sila{
  margin-bottom: 4rem;
}

@media (max-width: 1023px) {
  .contacts {
    margin-top: 2rem;
  }
}

@media (max-width: 550px) {
  .work,
  .plus,
  .clients,
  .shem,
  .reviews,
  .footer,
  .footer-form {
    transform: scale(1);
  }
  
  section {
    padding: 3rem 0;
  }
}