@charset "UTF-8";

:root {
  --color-text: #2A2424;
  --color-text-2: #939393;
  --color-title: #242528;
  --color-bg-wrapper: #ffffff;
  --color-accent: #EE1225;
  --color-accent-title: #E50D3D;
  --color-accent-dop: #C50841;
  --header-height: auto
}

@font-face {
  font-family: IManrope;
  src: url(../fonts/Manrope-ExtraLight.woff) format("woff"), url(../fonts/Manrope-ExtraLight.woff2) format("woff2");
  font-weight: 200;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Light.woff) format("woff"), url(../fonts/Manrope-Light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Regular.woff) format("woff"), url(../fonts/Manrope-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Medium.woff) format("woff"), url(../fonts/Manrope-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-SemiBold.woff) format("woff"), url(../fonts/Manrope-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-Bold.woff) format("woff"), url(../fonts/Manrope-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope-ExtraBold.woff) format("woff"), url(../fonts/Manrope-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block
}

.skiptranslate {
  display: none !important;
  height: 0 !important
}

html {
  height: 100%
}

body {
  min-height: 100%
}

body {
  min-width: 360px;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0 !important;
  font: 400 16px/1.57 Manrope, Arial, Helvetica, sans-serif;
  color: var(--color-text);
  background: var(--color-bg-wrapper)
}

a img {
  border: 0
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

* {
  min-height: 0;
  min-width: 0
}

.display-none,
.none {
  display: none
}

.show {
  display: block
}

.focus-disabled *,
.focus-disabled :focus {
  outline: 0 !important
}

.load--preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

a {
  color: var(--color-accent);
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

a:hover {
  text-decoration: none
}

form {
  display: block;
  padding: 0;
  margin: 0
}

button,
input,
select,
textarea {
  font: normal 16px/1.57 Manrope, Arial, Helvetica, sans-serif;
  color: inherit;
  vertical-align: baseline
}

label {
  vertical-align: baseline
}

button,
input[type=button],
input[type=submit],
label {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important
}

select {
  outline: 0 !important
}

textarea {
  overflow: auto;
  resize: vertical
}

.btn.focus,
.btn:focus {
  outline: 0 !important
}

button:active,
button:focus {
  outline: 0 !important
}

button::-moz-focus-inner {
  border: 0
}

.btn-reset {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  background: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0
}

.image-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.container {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}

p {
  margin: 0;
  margin-bottom: 1rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  color: var(--color-title);
  line-height: 1.2
}

.h1,
h1 {
  font-size: calc(24px + 24 / 19 * 1vw);
  font-weight: 700
}

.h2,
h2 {
  font-size: calc(20px + 16 / 19 * 1vw);
  font-weight: 700
}

h2.section-title {
  font-size: calc(24px + 24 / 19 * 1vw);
  font-weight: 700
}

.h3,
h3 {
  font-size: 32px
}

.h4,
h4 {
  font-size: 24px
}

.h5,
h5 {
  font-size: 18px
}

.h6,
h6 {
  font-size: 16px
}

.h-64 {
  height: 64px
}

.mb-50 {
  margin-bottom: calc(20px + 70 / 19 * 1vw)
}

#toTop {
  position: absolute;
  display: inline-block;
  top: 52px;
  right: 40px;
  width: 45px;
  height: 65px;
  z-index: 1000;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background: 0 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#toTop:hover {
  background: #1b1b1b;
  cursor: pointer;
  fill: #fff
}

#toTop .top-img {
  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;
  width: 44px;
  height: 44px;
  border: 1px solid #e2e6e9;
  border-radius: 15px;
  margin-bottom: 4px
}

#toTop .top-text {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff
}

#toTop.show {
  opacity: 1;
  visibility: visible;
  right: 20px
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e2e6e9
}

.swiper-button-next {
  background-image: url(../img/arrow-next.svg)
}

.swiper-button-prev {
  background-image: url(../img/arrow-prev.svg)
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 0;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

h1 span,
h2 span {
  color: var(--color-accent-title)
}

.visible-mobile {
  display: none
}

.page {
  padding-top: calc(10px + 40 / 19 * 1vw);
  padding-bottom: calc(10px + 140 / 19 * 1vw)
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  z-index: 120
}

.breadcrumb-item.active {
  color: var(--color-title);
  text-decoration: none
}

.breadcrumb .breadcrumb-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 147%;
  color: #696969;
  text-decoration: none
}

.breadcrumb .breadcrumb-item a:hover {
  color: var(--color-accent-title)
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 6px;
  padding-left: 6px;
  color: #696969;
  content: "/";
  margin-top: 2px
}

.page-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.page-area-left {
  grid-column: 9 span
}

.page-area-right {
  grid-column: 3 span
}

.scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 25px
}

.scheme-item {
  max-width: 414px;
  background: #fff;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  position: relative;
  z-index: 10;
  border-radius: 15px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}

.scheme-item::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.scheme-item-num {
  font-size: 64px;
  font-weight: 600;
  color: #dbdbdb;
  line-height: 1
}

.scheme-item-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3
}

.scheme-item-text span {
  color: var(--color-accent-title)
}

.choice {
  padding-bottom: calc(10px + 135 / 19 * 1vw)
}

.choice-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: calc(10px + 45 / 19 * 1vw)
}

.choice-item {
  max-width: 414px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}

.choice-item-icon {
  min-width: 61px
}

.choice-item-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4
}

.choice-item-text span {
  color: var(--color-accent-title)
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 57px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s
}

.nav-links .page-numbers.current {
  border: 2px solid var(--color-title)
}

.nav-links .page-numbers:hover {
  border: 2px solid var(--color-title)
}

.nav-links .next.page-numbers,
.nav-links .prev.page-numbers {
  width: auto;
  border: none;
  font-size: 15px;
  color: #7e7e7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px
}

.nav-links .next.page-numbers {
  margin-left: 30px
}

.nav-links .prev.page-numbers {
  margin-right: 30px
}

.nav-links .prev.page-numbers img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.btn-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: var(--color-text-2);
  padding: 8px 29px;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 500;
  height: 41px
}

.btn-category:hover {
  background: var(--color-title);
  color: #fff
}

.btn-category.active {
  background: var(--color-title);
  color: #fff
}

.btn-phone {
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #fff;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 600;
  height: 41px;
  width: 196px;
  background: var(--color-title)
}

.btn-phone:hover {
  background: var(--color-accent);
  color: #fff
}

.btn-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee1225), to(#cf003e));
  background: -o-linear-gradient(top, #ee1225, #cf003e);
  background: linear-gradient(180deg, #ee1225, #cf003e);
  height: 57px;
  width: 245px;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn-main:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ee1225), to(#cf003e));
  background: -o-linear-gradient(bottom, #ee1225, #cf003e);
  background: linear-gradient(0deg, #ee1225, #cf003e);
  color: #fff
}

.btn-zakaz {
  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;
  background: #f3f4f6;
  height: 41px;
  width: 196px;
  border-radius: 15px;
  color: var(--color-title);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn-zakaz:hover {
  background: var(--color-title);
  color: #fff
}

.btn-show {
  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;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  background: #fff;
  border: 2px solid #e2e6e9;
  height: 57px;
  width: 100%;
  border-radius: 15px;
  color: var(--color-title);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn-show:hover {
  background: var(--color-title);
  color: #fff;
  border: 2px solid var(--color-title)
}

.btn-show:hover img {
  -webkit-filter: invert(1);
  filter: invert(1)
}

.btn-show-white {
  background: var(--color-title);
  border: 2px solid #fff;
  color: #fff
}

.btn-show-white img {
  -webkit-filter: invert(1);
  filter: invert(1)
}

.btn-show-white:hover {
  background: #fff;
  color: var(--color-title);
  border: 2px solid #fff
}

.btn-show-white:hover img {
  -webkit-filter: invert(0);
  filter: invert(0)
}

.btn-submit {
  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;
  background: var(--color-title);
  height: 57px;
  width: 303px;
  border: 1px solid var(--color-title);
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn-submit:hover {
  background: #fff;
  color: var(--color-title)
}

.btn-team {
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee1225), to(#cf003e));
  background: -o-linear-gradient(top, #ee1225, #cf003e);
  background: linear-gradient(180deg, #ee1225, #cf003e);
  height: 46px;
  width: 100%;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn-team:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ee1225), to(#cf003e));
  background: -o-linear-gradient(bottom, #ee1225, #cf003e);
  background: linear-gradient(0deg, #ee1225, #cf003e);
  color: #fff
}

.btn-allteam {
  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;
  background: var(--color-title);
  height: 57px;
  width: 100%;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn-allteam:hover {
  background: var(--color-accent-title);
  color: #fff
}

.btn-allnews {
  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;
  background: #e2e6e9;
  height: 57px;
  width: 100%;
  max-width: 268px;
  border-radius: 15px;
  color: var(--color-title);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn-allnews:hover {
  background: var(--color-title);
  color: #fff
}

.btn-show-next {
  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;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  background: #fff;
  border: 2px solid var(--color-title);
  height: 57px;
  width: 280px;
  border-radius: 15px;
  color: var(--color-title);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn-show-next:hover {
  background: var(--color-title);
  color: #fff;
  border: 2px solid var(--color-title)
}

.select-city {
  border: none;
  height: 41px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 22px;
  padding-right: 15px;
  font-size: 16px;
  color: var(--color-title);
  font-weight: 600;
  letter-spacing: 1%;
  background-image: url(../img/arrow-1.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: calc(100% - 5px) center;
  cursor: pointer
}

.search-form {
  display: none;
  position: relative
}

.search-field {
  height: 41px;
  border-radius: 11px;
  background-color: var(--color-accent);
  color: #fff;
  border: 1px solid #fff;
  padding: 0 10px
}

.search-field::-webkit-input-placeholder {
  color: #ebebeb
}

.search-field::-moz-placeholder {
  color: #ebebeb
}

.search-field:-ms-input-placeholder {
  color: #ebebeb
}

.search-field::-ms-input-placeholder {
  color: #ebebeb
}

.search-field::placeholder {
  color: #ebebeb
}

.search-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1
}

.btn-search {
  line-height: 1;
  margin-left: 15px
}

.btn-search-close {
  line-height: 1;
  margin-left: 15px;
  display: none
}

.search-form-mob {
  width: 100%;
  max-width: 450px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.search-field-mob {
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: 400;
  padding-left: 46px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  background: #fff;
  color: var(--color-title)
}

.search-field-mob::-webkit-input-placeholder {
  color: var(--color-title)
}

.search-field-mob::-moz-placeholder {
  color: var(--color-title)
}

.search-field-mob:-ms-input-placeholder {
  color: var(--color-title)
}

.search-field-mob::-ms-input-placeholder {
  color: var(--color-title)
}

.search-field-mob::placeholder {
  color: var(--color-title)
}

.search-submit-mob {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1
}

.consult-form {
  width: 100%;
  margin-bottom: 25px
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.form-group {
  margin-bottom: 15px;
  width: 100%
}

.form-control {
  width: 100%;
  max-width: 423px;
  height: 57px;
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-title);
  padding: 10px 25px
}

.form-control::-webkit-input-placeholder {
  color: var(--color-title)
}

.form-control::-moz-placeholder {
  color: var(--color-title)
}

.form-control:-ms-input-placeholder {
  color: var(--color-title)
}

.form-control::-ms-input-placeholder {
  color: var(--color-title)
}

.form-control::placeholder {
  color: var(--color-title)
}

.header {
  padding-top: 20px
}

.header-logo {
  max-width: 214px
}

.header-descript {
  font-size: 14px;
  letter-spacing: -3%;
  line-height: 1.2
}

.header-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.header-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px
}

.header-info-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.header-info-middle {
  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;
  margin-bottom: 20px
}

.header-info-middle-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: calc(0px + 70 / 19 * 1vw);
  -moz-column-gap: calc(0px + 70 / 19 * 1vw);
  column-gap: calc(0px + 70 / 19 * 1vw);
  row-gap: 10px
}

.header-info-middle-left-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-size: 14px;
  font-weight: 600
}

.header-info-middle-left-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  font-size: 16px;
  font-weight: 400
}

.header-info-middle-left-time span {
  font-weight: 600
}

.header-info-middle-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px
}

.header-info-middle-right-phone span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: calc(0px + 40 / 19 * 1vw);
  -moz-column-gap: calc(0px + 40 / 19 * 1vw);
  column-gap: calc(0px + 40 / 19 * 1vw);
  row-gap: 10px
}

.header-info-middle-right-phone span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 18px;
  font-weight: 600
}

.header-info-middle-right-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.header-info-middle-right-soc a {
  line-height: 1
}

.header-info-bottom {
  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;
  padding: 0 29px;
  background: -webkit-gradient(linear, left bottom, left top, from(#cf0070), to(#ee1225));
  background: -o-linear-gradient(bottom, #cf0070, #ee1225);
  background: linear-gradient(0deg, #cf0070, #ee1225);
  border-radius: 15px;
  height: 60px;
  position: relative
}

.header-info-bottom::after {
  position: absolute;
  content: '';
  width: 98%;
  height: 20px;
  background-color: #c50841;
  bottom: 0;
  margin-bottom: -5px;
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1
}

.header-info-bottom-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}

.logo {
  padding: 0;
  margin: 0;
  margin-bottom: 23px;
  display: inline-block
}

.logo img {
  border: none
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav-item:not(:last-child) {
  margin-right: calc(0px + 70 / 19 * 1vw)
}

.nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 24px 0;
  display: block;
}

.nav-item a:hover {
  color: #fff
}

.nav-item.active>a {
  color: #fff
}

.burger {
  position: relative;
  width: 20px;
  height: 15px;
  display: none;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer
}

.burger-line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.burger::after,
.burger::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.burger::before {
  top: 0
}

.burger::after {
  bottom: 0
}

.burger-active .burger-line {
  opacity: 0
}

.burger-active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.burger-active::after {
  bottom: auto;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.stop-scroll,
.modal-stop-scroll {
  overflow: hidden
}

.header-mobile-link,
.header-mobile-soc,
.search-form-mob {
  display: none
}

.header-info-top-left {
  position: relative
}

.header-info-top-left li:first-child a {
  background: var(--color-title);
  color: #fff
}

.header-info-top-left li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text-2);
  padding: 8px 25px 8px 45px;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 500;
  height: 41px;
  position: relative
}

.header-info-top-left li a:hover {
  background: var(--color-title);
  color: #fff
}

.header-info-top-left li a::before {
  position: absolute;
  content: '';
  width: 13px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 21px;
  background: url(../img/icon-button.svg) 50% 50% no-repeat;
  background-size: cover
}

.header-info-top-left .sub-menu {
  display: none;
  position: absolute;
  padding: 15px;
  border-radius: 15px;
  width: 100%;
  min-width: 500px;
  list-style: none;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

@media(max-width: 1600px) {
  .header-info-top-left .sub-menu {
    /* min-width: 600px; */
  }
}

.header-info-top-left .sub-menu li {
  margin-bottom: 5px
}

.header-info-top-left .sub-menu li a {
  color: var(--color-title);
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
  background-color: #fff;
  display: inline-block
}

.header-info-top-left .sub-menu li a::before {
  width: 0;
  height: 0
}

.header-info-top-left .sub-menu li a:hover {
  color: var(--color-accent-title)
}

.header-info-top-left li a:active~.sub-menu,
.header-info-top-left li a:focus~.sub-menu,
.sub-menu:hover {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 37px;
}

.footer {
  background: #111213;
  padding-top: 48px;
  padding-bottom: 20px;
  position: relative
}

.footer-dop {
  padding-top: 255px
}

.footer-dop #toTop {
  top: 252px
}

.footer-desc-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.footer-desc-collumn {
  grid-column: 3 span
}

.footer-desc-collumn-2 {
  grid-column: 6 span;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.footer-desc-dopcollumn {
  grid-column: 1 span
}

.footer-desc h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #d9d9d9
}

.footer-desc .collumn-flex {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-desc .collumn-bottom-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

.footer-desc .collumn-bottom .phone-number a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  color: #fff
}

.footer-desc .collumn-bottom .link-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-desc .collumn-bottom .link-soc a {
  line-height: 1
}

.footer-desc .collumn-bottom-mail .header-info-middle-left-soc {
  margin-top: 5px;
  margin-bottom: 30px
}

.footer-desc .collumn-bottom-mail .header-info-middle-left-soc span {
  color: #fff
}

.footer-desc .collumn-bottom-mail a {
  font-size: 16px;
  color: #fff
}

.footer-desc .collumn-bottom-adress p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff
}

.footer-desc .collumn-bottom-adress p.time {
  font-size: 14px;
  margin-bottom: 0
}

.footer-desc .collumn-bottom-adress p.time span {
  font-weight: 500
}

.footer-desc-top {
  border-bottom: 1px solid #2a2424;
  padding-bottom: 50px
}

.footer-desc-bottom {
  padding-top: 25px;
  padding-bottom: 30px
}

.footer-desc-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px
}

.footer-desc-bottom .left-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px
}

.footer-desc-bottom .left-area-info p {
  margin-bottom: 6px;
  font-size: 12px;
  color: #878787
}

.footer-desc-bottom .left-area-info span {
  color: #fff
}

.footer-desc-bottom .right-area {
  max-width: 290px;
  margin-right: calc(0px + 120 / 19 * 1vw)
}

.footer-desc-bottom .right-area a {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 500
}

.footer-desc-bottom .right-area a:hover {
  color: var(--color-accent)
}

.footer-desc-bottom .right-area p {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.footer-menu li {
  margin-bottom: 16px;
  max-width: 360px
}

.footer-menu li:last-child {
  margin-bottom: 0
}

.footer-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #c9c9c9
}

.footer-menu li a:hover {
  color: #fff
}

.footer-mob {
  display: none;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.footer-mob .footer-accordion {
  margin-bottom: 30px
}

.footer-mob .collumn-bottom-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px
}

.footer-mob .collumn-bottom .phone-number a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff
}

.footer-mob .collumn-bottom .link-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-mob .collumn-bottom .link-soc a {
  line-height: 1
}

.footer-mob .collumn-bottom-mail {
  text-align: center;
  margin-bottom: 30px
}

.footer-mob .collumn-bottom-mail .header-info-middle-left-soc {
  margin-top: 5px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-mob .collumn-bottom-mail .header-info-middle-left-soc span {
  color: #fff
}

.footer-mob .collumn-bottom-mail a {
  font-size: 16px;
  color: #fff
}

.footer-mob .collumn-bottom-adress p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center
}

.footer-mob .collumn-bottom-adress p.time {
  font-size: 14px;
  margin-bottom: 0
}

.footer-mob .collumn-bottom-adress p.time span {
  font-weight: 500
}

.footer-mob-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #5c5c5c
}

.footer-mob-bottom {
  padding-top: 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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-mob-bottom img.logo-mob {
  display: block;
  margin-bottom: 30px
}

.footer-mob-bottom .left-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px
}

.footer-mob-bottom .left-area-info p {
  margin-bottom: 30px;
  font-size: 12px;
  color: #878787;
  text-align: center
}

.footer-mob-bottom .left-area-info span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px
}

.footer-mob-bottom a.privace-mob {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 20px
}

.footer-mob-bottom a.privace-mob:hover {
  color: var(--color-accent)
}

.footer-mob-bottom .razrab-mob {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.accordion {
  color: #fff;
  width: 100%;
  text-align: left;
  outline: 0;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 15px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  position: relative
}

.accordion:first-child {
  border-top: 1px solid #363636
}

.accordion:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 4px;
  color: #fff;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-3.svg) 50% 50% no-repeat;
  -webkit-transition: .45s;
  -o-transition: .45s;
  transition: .45s
}

.accordion.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  margin: 0;
  text-align: left;
  -webkit-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  border-bottom: 1px solid #363636
}

.panel>div {
  padding: 20px 15px
}

.banner {
  margin-top: calc(20px + 30 / 19 * 1vw)
}

.banner .swiper-slide {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  position: relative;
  border-radius: 15px;
  padding-top: 20px;
  background-image: url(../img/bg-banner.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.banner-title {
  grid-column: 8 span;
  padding-top: calc(30px + 130 / 19 * 1vw);
  padding-bottom: calc(30px + 130 / 19 * 1vw);
  margin-left: 145px
}

.banner-title h1 {
  font-size: calc(30px + 34 / 19 * 1vw);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-title);
  max-width: 930px;
  margin-bottom: 35px
}

.banner-title h1 span {
  color: var(--color-accent-title)
}

.banner-title p {
  font-size: 21px;
  font-weight: 500;
  color: var(--color-title);
  max-width: 610px;
  margin-bottom: 58px
}

.banner-image {
  grid-column: 4 span;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.banner-image img {
  line-height: 1;
  margin-bottom: 11px;
  display: block;
  width: 100%;
  height: auto;
  max-width: 510px
}

.banner-image-mob {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none
}

.advantages {
  padding-top: calc(30px + 70 / 19 * 1vw);
  padding-bottom: 50px
}

.advantages-item {
  max-width: 560px;
  width: 100%;
  background: #fff;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px
}

.advantages-item h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.2
}

.advantages-item p {
  font-size: 16px;
  color: #696969
}

.advantages-area {
  display: none
}

.services {
  padding-top: calc(20px + 60 / 19 * 1vw);
  padding-bottom: calc(20px + 80 / 19 * 1vw)
}

.services h2 {
  margin-bottom: calc(20px + 40 / 19 * 1vw)
}

.services-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
  margin-bottom: calc(20px + 30 / 19 * 1vw)
}

.services-item {
  grid-column: 3 span;
  background: #fff;
  border-radius: 15px;
  max-width: 415px;
  padding: 25px 0 24px 22px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: flex;
  flex-direction: column;
}

.services-item:hover {
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6)
}

.services-item:hover::after {
  position: absolute;
  content: '';
  width: 384px;
  height: 20px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.services-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 25px
}

.services-item-top h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  max-width: 320px;
  font-weight: 600
}

.services-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex: 1;
}


.services-item-content {
  max-width: 260px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.services-item-image {
  width: 124px;
  height: 161px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px
}

.services-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.services .services-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.services-area .services-item:nth-child(n+9) {
  display: none;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%)
}

.services-area.expand-home .services-item:nth-child(n+9) {
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.consult {
  margin-bottom: -265px
}

.consult-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee1225), to(#cf003e));
  background: -o-linear-gradient(top, #ee1225, #cf003e);
  background: linear-gradient(180deg, #ee1225, #cf003e);
  border-radius: 15px;
  position: relative
}

.consult-container::after {
  position: absolute;
  content: '';
  width: 90%;
  max-width: 1570px;
  height: 10px;
  background-color: #c50841;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.consult-area {
  padding: 40px 40px 50px 40px;
  background: url(../img/bg-consult.svg) right bottom no-repeat;
  background-size: auto
}

.consult-area h3 {
  font-size: calc(24px + 24 / 19 * 1vw);
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 30px
}

.consult-area-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc(10px + 80 / 19 * 1vw);
  -moz-column-gap: calc(10px + 80 / 19 * 1vw);
  column-gap: calc(10px + 80 / 19 * 1vw);
  margin-bottom: 50px
}

.consult-area-step-item {
  max-width: 355px;
  position: relative
}

.consult-area-step-item h5 {
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
  z-index: 20
}

.consult-area-step-item p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  z-index: 10
}

.consult-area-step-item-num {
  font-size: 80px;
  font-weight: 600;
  color: #b20038;
  line-height: 1;
  z-index: 1;
  margin-bottom: -57px
}

.consult-area-form p {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
  font-size: 14px;
  line-height: normal;
}

.consult-area-form p>span {
  display: flex;
}

@media(max-width: 575px) {
  .consult-area-form p {
    align-items: flex-start;
  }
}

.home-about {
  padding-top: 360px;
  padding-bottom: 80px;
  background: #111213 url(../img/bg-about.webp) 50% 50% no-repeat;
  background-size: cover
}

.home-about-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.home-about-left {
  grid-column: 6 span
}

.home-about-right {
  grid-column: 6 span;
  padding-left: calc(10px + 60 / 19 * 1vw);
  color: #fff
}

.home-about-right h2 {
  color: #fff;
  margin: 0
}

.home-about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 35px;
  justify-content: flex-start;
}

.value {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  padding-bottom: calc(10px + 50 / 19 * 1vw)
}

.value-left {
  grid-column: 6 span
}

.value-left img {
  border-radius: 15px;
  margin-top: -380px;
  display: block;
  width: 100%;
  height: auto;
  max-width: 793px
}

.value-right {
  grid-column: 6 span;
  padding-left: calc(10px + 50 / 19 * 1vw);
  padding-top: 30px;
  background-color: #fff
}

.value-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 40px
}

.value-item {
  width: 100%;
  max-width: 270px;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  position: relative;
  z-index: 10;
  padding: 30px 20px 25px 20px;
  border-radius: 15px;
  background: url(../img/bg-value.svg) 93% 12% no-repeat
}

.value-item::after {
  position: absolute;
  content: '';
  width: 90%;
  max-width: 250px;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.value-num {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-accent-title);
  line-height: 1;
  margin-bottom: 15px
}

.value-text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--color-title)
}

.value p {
  font-size: 18px;
  line-height: 22px
}

.value p span {
  color: var(--color-accent-title)
}

.home-team {
  padding-top: calc(10px + 60 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.home-team h2 {
  margin: 0;
  margin-bottom: 35px
}

.home-team-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.home-team-area-left {
  grid-column: 6 span;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.home-team-area-left-item {
  grid-column: 1 span;
  position: relative;
  overflow: hidden
}

.home-team-area-left-item:hover .team-info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.home-team-area-left-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px
}

.home-team-area-left-item .team-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: rgba(0, 0, 0, .78);
  padding: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.home-team-area-left-item .team-info-name {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px
}

@media(max-width: 575px) {
  .home-team-area-left-item .team-info-name {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: normal;
  }
}

.home-team-area-left-item .team-info-merits {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px
}

@media(max-width: 575px) {
  .home-team-area-left-item .team-info-merits {
    margin-bottom: 10px;
  }
}

.home-team-area-left-item .team-info-merits span {
  font-weight: 700
}

.home-team-area-left-dop {
  grid-column: 1 span;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.home-team-area-left-dop-text {
  margin-right: 10px
}

.home-team-area-left-dop-text h4 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2
}

.home-team-area-left-dop-text p {
  font-size: 16px;
  margin: 0;
  margin-bottom: 15px
}

.home-team-area-left-dop-foto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}

.home-team-area-left-dop-foto .home-team-area-left-item {
  grid-column: 1 span
}

.home-team-area-right {
  grid-column: 6 span;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.home-team-area-right-dop {
  grid-column: 1 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.home-team-area-left-dop-foto .team-info {
  padding: 10px
}

.home-team-area-left-dop-foto .team-info-name {
  font-size: 18px
}


.home-team-area-left-dop-foto .team-info-merits {
  font-size: 14px
}

@media(max-width: 575px) {
  .home-team-area-left-dop-foto .team-info-merits {
    font-size: 12px;

  }

  .home-team-area-left-dop-foto .team-info-merits li {
    margin-bottom: 5px;
  }
}

.trust {
  padding-top: calc(10px + 60 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.trust h2 {
  margin: 0;
  margin-bottom: 10px
}

.trust-item {
  width: 100%;
  max-width: 415px;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  position: relative;
  z-index: 10;
  padding: 30px 20px 15px 20px;
  border-radius: 15px
}

.trust-item::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  opacity: .5
}

.trust-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 5px
}

.trust-item-top h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0
}

.trust-item-bottom {
  margin-left: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.trust-item-bottom-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.trust-item-bottom-star img {
  margin-right: 4px
}

.trust-item-bottom-star p {
  margin: 0;
  margin-left: 12px;
  color: #696969
}

.trust-item-col {
  color: #696969;
  font-size: 16px
}

.trust .swiper-slide {
  padding-bottom: 50px;
  padding-top: 35px
}

.trust-area {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px
}

.trust-area .trust-item {
  grid-column: 1 span;
  padding: 8px
}

.trust-area .trust-item::after {
  display: none
}

.trust-area .trust-item-top {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0
}

.trust-area .trust-item-top img {
  width: 20px;
  height: 20px
}

.trust-area .trust-item-top h4 {
  font-size: 14px
}

.trust-area .trust-item-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px
}

.trust-area .trust-item-top-right {
  font-size: 12px;
  color: #696969
}

.trust-area .trust-item-bottom {
  margin-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.trust-area .trust-item-bottom p {
  font-size: 12px;
  margin: 0;
  color: #696969
}

.trust-area .trust-item-bottom-star img {
  width: 8px;
  height: 8px;
  line-height: 1
}

.trust .trust-more {
  display: none
}

.trust {
  padding-top: calc(10px + 60 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.trust h2 {
  margin: 0;
  margin-bottom: 10px
}

.trust-item {
  width: 100%;
  max-width: 415px;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  position: relative;
  z-index: 10;
  padding: 30px 20px 15px 20px;
  border-radius: 15px
}

.trust-item::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  opacity: .5
}

.trust-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 5px
}

.trust-item-top h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0
}

.services-item-icon {
  flex-shrink: 0;
}

.trust-item-bottom {
  margin-left: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.trust-item-bottom-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.trust-item-bottom-star img {
  margin-right: 4px
}

.trust-item-bottom-star p {
  margin: 0;
  margin-left: 12px;
  color: #696969
}

.trust-item-col {
  color: #696969;
  font-size: 16px
}

.trust .swiper-slide {
  padding-bottom: 50px;
  padding-top: 35px
}

.trust-area {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px
}

.trust-area .trust-item {
  grid-column: 1 span;
  padding: 8px
}

.trust-area .trust-item::after {
  display: none
}

.trust-area .trust-item-top {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0
}

.trust-area .trust-item-top img {
  width: 20px;
  height: 20px
}

.trust-area .trust-item-top h4 {
  font-size: 14px
}

.trust-area .trust-item-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px
}

.trust-area .trust-item-top-right {
  font-size: 12px;
  color: #696969
}

.trust-area .trust-item-bottom {
  margin-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.trust-area .trust-item-bottom p {
  font-size: 12px;
  margin: 0;
  color: #696969
}

.trust-area .trust-item-bottom-star img {
  width: 8px;
  height: 8px;
  line-height: 1
}

.trust .trust-more {
  display: none
}

.home-reviews {
  padding-top: calc(10px + 30 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.home-reviews h2 {
  margin: 0
}

.home-reviews-line {
  margin-bottom: 30px;
  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
}

.home-reviews-link .btn-allteam {
  width: 268px
}

.reviews-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  padding-top: calc(10px + 30 / 19 * 1vw)
}

.reviews-item {
  grid-column: 4 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px
}

.reviews-item-face {
  min-width: 100px;
  max-width: 100px;
  height: 100px
}

.reviews-item-face img {
  border-radius: 14px
}

.reviews-item-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-title);
  margin: 0;
  margin-bottom: 15px
}

.reviews-item-text-office {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-accent-title);
  margin-bottom: 17px
}

.reviews-item-text p {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-title);
  margin: 0;
  line-height: 1.4
}

.home-reviews-link-bottom {
  display: none
}

.home-text {
  padding-top: calc(10px + 60 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.home-text-area {
  padding: calc(10px + 47 / 19 * 1vw) calc(10px + 115 / 19 * 1vw);
  border: 2px solid #e2e6e9;
  border-radius: 15px
}

.home-text h2 {
  margin: 0;
  margin-bottom: calc(10px + 25 / 19 * 1vw)
}

.home-text p {
  font-size: 18px
}

.home-text h4 {
  font-size: 21px
}

.home-text ul {
  font-size: 18px
}

.home-clients {
  padding-top: calc(10px + 60 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.home-clients h2 {
  margin: 0;
  margin-bottom: calc(10px + 25 / 19 * 1vw)
}

.home-clients-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 25px
}

.home-clients-item {
  grid-column: 2 span;
  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: 103px;
  width: 100%;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  position: relative;
  z-index: 10;
  border-radius: 15px
}

.home-clients-item::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  opacity: .5
}

.clients-more {
  display: none
}

.home-news {
  padding-top: calc(10px + 60 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.home-news h2 {
  margin: 0;
  margin-bottom: calc(10px + 25 / 19 * 1vw)
}

.home-news-area {
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  display: none
}

.home-news-item {
  grid-column: 3 span;
  background: #fff;
  border-radius: 15px;
  max-width: 415px;
  padding-bottom: 22px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.home-news-item:hover {
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6)
}

.home-news-item:hover::after {
  position: absolute;
  content: '';
  width: 384px;
  height: 20px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.home-news-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.home-news-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 30px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  z-index: 10
}
.home-news-item-top>a {
  width: 100%;
}
.home-news-item-top h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  max-width: 320px;
  font-weight: 600
}

.home-news-item-top h4:hover {
  color: var(--color-accent-title)
}

.home-news-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-left: 20px;
  padding-right: 15px
}

.home-news-item-content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.home-news-item-content p {
  line-height: 1.4
}

.home-news-item-content a {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.home-news-item-image {
  width: 124px;
  height: 161px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  display: none
}

.home-news-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.home-news-item-thumbnail {
  height: 370px;
  position: relative;
  z-index: 1;
  margin-bottom: -20px
}

.home-news-item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.home-news .home-news-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.news-slider {
  padding-bottom: 40px
}

.news-more {
  margin-top: 30px;
  display: none
}

.home-practice {
  padding-top: calc(10px + 90 / 19 * 1vw);
  padding-bottom: calc(10px + 110 / 19 * 1vw);
  background: #111213 url(../img/bg-about.webp) 50% 50% no-repeat;
  background-size: cover
}

.home-practice h2 {
  color: #fff;
  margin-bottom: calc(10px + 40 / 19 * 1vw)
}

.home-practice-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.home-practice-left {
  grid-column: 4 span
}

.home-practice-item {
  position: relative
}

.home-practice-item img {
  border-radius: 30px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.home-practice-item-overley {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
  border-radius: 30px;
  padding: 25px 25px 45px 45px;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden
}

.home-practice-item-overley h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-bottom: 20px
}

.home-practice-item-overley h3:hover {
  color: var(--color-accent-title)
}

.home-practice-item-overley p {
  color: #fff
}

.home-practice-item-overley .post-link {
  position: absolute;
  top: 25px;
  right: 25px;
  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;
  width: 56px;
  height: 56px;
  color: #fff;
  border-radius: 50px;
  background: var(--color-accent-title);
  font-size: 32px;
  font-weight: 600
}

.home-practice-item-overley .post-link:hover {
  background: var(--color-accent)
}

.home-practice-right {
  grid-column: 8 span;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px
}

.home-practice-right .home-practice-item {
  grid-column: 2 span;
  height: 270px
}

.home-practice-right .home-practice-item h3 {
  margin-bottom: 0
}

.home-practice-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.practice-more {
  margin-top: 30px;
  display: none
}

.question {
  padding-top: calc(10px + 140 / 19 * 1vw);
  padding-bottom: calc(10px + 120 / 19 * 1vw)
}

.question h2 {
  margin-bottom: calc(10px + 40 / 19 * 1vw)
}

.question-accordion .box {
  margin-bottom: 20px;
  border: 2px solid #e2e6e9;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}

.question-accordion .box:last-child {
  margin-bottom: 0
}

.question-accordion .box .label {
  position: relative;
  padding: 13px 40px;
  color: var(--color-title);
  cursor: pointer;
  font-size: 22px;
  font-weight: 600
}

.question-accordion .box .label:hover {
  color: var(--color-accent)
}

.question-accordion .box .label::after {
  content: "";
  width: 15px;
  height: 20px;
  background: url(../img/arrow-4.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.question-accordion .box.active .label::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.question-accordion .box .content {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.question-accordion .box .content p {
  padding: 20px 40px
}

.call {
  margin-bottom: -165px;
  position: relative;
  z-index: 100
}

.call-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee1225), to(#cf003e));
  background: -o-linear-gradient(top, #ee1225, #cf003e);
  background: linear-gradient(180deg, #ee1225, #cf003e);
  border-radius: 15px;
  position: relative
}

.call-container::after {
  position: absolute;
  content: '';
  width: 90%;
  max-width: 1570px;
  height: 10px;
  background-color: #c50841;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.call-area {
  padding: 60px 40px 50px 50px;
  background: url(../img/bg-call.svg) 78% 100% no-repeat;
  background-size: auto;
  position: relative
}

.call-area h3 {
  font-size: calc(24px + 24 / 19 * 1vw);
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 0
}

.call-area p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px
}

.call-area-form p {
  margin: 0;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500
}

.call-area-image img {
  position: absolute;
  right: 90px;
  bottom: 0
}

.call-form {
  margin-bottom: 35px
}

.call-form .form-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.call-form .form-control {
  max-width: 630px
}

.map {
  position: relative
}

.map-info {
  padding: 40px 40px 50px 60px;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  background-color: #fff;
  z-index: 10;
  border-radius: 15px;
  width: 490px;
  position: absolute;
  right: 100px;
  top: 245px
}

.map-info::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.map-info p {
  font-size: 18px;
  font-weight: 400
}

.map-info p span {
  display: block;
  font-size: 16px;
  font-weight: 400
}

.map-phone {
  font-size: 21px;
  font-weight: 600;
  margin-top: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

.map-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.map-soc a {
  line-height: 1
}

.page-services h1 {
  margin: 0;
  margin-bottom: calc(10px + 30 / 19 * 1vw)
}

.page-services .descript {
  font-size: 18px;
  font-weight: 500;
  max-width: 1280px;
  margin-bottom: 50px
}

.page-services-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f4f6;
  border-radius: 15px;
  max-width: 100%;
  margin-bottom: calc(10px + 80 / 19 * 1vw);
  flex-wrap: wrap;
}

.page-services-filter-mob {
  display: none
}

.page-services .btn-category {
  background-color: #f3f4f6
}

.page-services .btn-category.active {
  background: var(--color-title);
  color: #fff
}

.page-services .btn-category:hover {
  background: var(--color-title);
  color: #fff
}

.page-services-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 25px
}

.page-services .services-link {
  display: none
}

.single-services {
  padding-top: calc(10px + 40 / 19 * 1vw);
  padding-bottom: calc(10px + 140 / 19 * 1vw)
}

.single-services .page-services-filter-mob {
  margin-top: 10px;
  margin-bottom: 30px
}

.single-services h1 {
  margin: 0;
  margin-bottom: calc(10px + 30 / 19 * 1vw)
}

.single-services .descript {
  font-size: 18px;
  font-weight: 500;
  max-width: 1280px;
  margin-bottom: 50px
}

.single-services-content {
  padding-top: calc(10px + 25 / 19 * 1vw);
  padding-bottom: calc(10px + 30 / 19 * 1vw)
}

.single-services-content h2 {
  margin: 0;
  margin-bottom: calc(10px + 20 / 19 * 1vw)
}

.single-services-view {
  padding-top: calc(10px + 30 / 19 * 1vw);
  padding-bottom: calc(10px + 60 / 19 * 1vw)
}

.single-services-view h2 {
  margin: 0;
  margin-bottom: calc(10px + 50 / 19 * 1vw)
}

.single-services-view-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 35px
}

.single-services-view-item {
  grid-column: 4 span;
  max-width: 414px;
  background: #fff;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  position: relative;
  z-index: 10;
  border-radius: 30px
}

.single-services-view-item::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.single-services-view-thumb {
  height: 308px;
  position: relative
}

.single-services-view-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 30px
}

.single-services-view-cat {
  position: absolute;
  top: 17px;
  left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 5px 12px 5px 8px;
  background: #fff;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600
}

.single-services-view-cat img {
  width: 20px;
  height: 20px
}

.single-services-view-content {
  padding: 20px 25px 30px 30px
}

.single-services-view-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3
}

.single-services-view-content p span {
  font-weight: 400;
  display: block
}

.single-services-view-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

.single-services-view-content-info p span {
  display: inline
}

.single-services-view-link {
  margin-top: 25px
}
@media(max-width: 767px){
  .single-services-view-link {
    margin-top: 0;
  }
}

.single-services-view-link .btn-allteam {
  height: 41px;
  font-size: 16px;
  font-weight: 500
}

.single-services-question {
  padding-top: calc(0px + 20 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.single-services-question-top {
  margin-bottom: calc(10px + 40 / 19 * 1vw);
  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;
  -webkit-column-gap: 20;
  -moz-column-gap: 20;
  column-gap: 20
}

.single-services-question-top h2 {
  margin: 0
}

.single-services-question-top-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: calc(10px + 35 / 19 * 1vw);
  -moz-column-gap: calc(10px + 35 / 19 * 1vw);
  column-gap: calc(10px + 35 / 19 * 1vw)
}

.single-services-question-top-call.mob {
  display: none
}

.single-services-question-top-call span {
  font-size: 21px;
  font-weight: 500;
  color: #696969
}

.single-services-question-top-call .btn-phone {
  width: 222px;
  height: 57px;
  font-size: 18px;
  font-weight: 600
}

.single-services-scheme {
  padding-top: calc(10px + 60 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.single-services-scheme h2 {
  margin: 0;
  margin-bottom: calc(10px + 25 / 19 * 1vw)
}

.single-services-choice {
  padding-top: calc(10px + 60 / 19 * 1vw);
  padding-bottom: calc(10px + 65 / 19 * 1vw)
}

.single-services-choice h2 {
  margin: 0;
  margin-bottom: calc(10px + 25 / 19 * 1vw)
}

.page-advantages-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  padding-top: 20px;
  padding-bottom: calc(10px + 25 / 19 * 1vw)
}

.page-advantages-area .advantages-item {
  max-width: 412px;
  padding: 10px 10px 10px 0
}

.single-services-link {
  display: none
}

.single-choice-link {
  display: none
}

.call-section .call-form .form-control {
  max-width: 860px
}

.line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  margin-bottom: calc(10px + 25 / 19 * 1vw)
}

.line-title h2 {
  margin: 0
}

.tasks {
  padding-top: calc(10px + 140 / 19 * 1vw);
  padding-bottom: calc(10px + 60 / 19 * 1vw)
}

.tasks-desc-area {
  padding-bottom: calc(10px + 40 / 19 * 1vw);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px
}

.tasks-item {
  grid-column: 4 span;
  max-width: 415px;
  display: flex;
  flex-direction: column;
}

.tasks-item-image img {
  display: block;
  width: 100%;
  height: auto
}

.tasks-item-content {
  padding: 20px 15px 0 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tasks-item-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  color: var(--color-title)
}

.tasks-item-content h4:hover {
  color: var(--color-accent-title)
}

.tasks-item-content p {
  margin: 0;
  margin-bottom: 30px
}

.tasks-item-link {
  margin-top: auto;
}

.task-slider .swiper-slide {
  height: auto;
}

.task-slider .swiper-slide .tasks-item {
  height: 100%;
}

.tasks-item-link .btn-main {
  width: 100%;
  max-width: 348px;
  height: 46px;
  font-size: 18px;
  font-weight: 600;
  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
}

.tasks-mob {
  display: none
}

.tasks-desc-area .tasks-item:nth-child(n+4) {
  display: none;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%)
}

.tasks-desc-area.expand-home .tasks-item:nth-child(n+4) {
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.clients {
  padding-top: calc(10px + 65 / 19 * 1vw);
  padding-bottom: calc(10px + 60 / 19 * 1vw)
}

.clients h2 {
  margin: 0;
  margin-bottom: calc(10px + 25 / 19 * 1vw)
}

.clients .home-clients-item {
  grid-column: 3 span
}

.services-cases {
  padding-top: calc(10px + 65 / 19 * 1vw);
  padding-bottom: calc(10px + 60 / 19 * 1vw)
}

.services-cases-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(10px + 25 / 19 * 1vw);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.services-cases h2 {
  margin: 0
}

.services-cases .swiper-wrapper {
  padding-bottom: 40px
}

.services-cases .slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  height: 44px;
  margin-top: 30px
}

.services-cases .swiper-button-next {
  position: static
}

.services-cases .swiper-button-prev {
  position: static
}

.services-cases-mob {
  display: none
}

.services-cases-mob .cases-more {
  margin-top: 30px
}

.cases-slider .swiper-slide {
  height: auto;
}

.cases-slider .cases-block {
  height: 100%;
}

.services-reviews {
  padding-top: calc(10px + 65 / 19 * 1vw);
  padding-bottom: calc(10px + 60 / 19 * 1vw)
}

.services-reviews .home-reviews-line {
  margin-bottom: 0
}

.services-reviews-mob {
  display: none
}

.services-reviews-mob .reviews-more {
  margin-top: 30px
}

.services-reviews .slider-buttons,
.home-reviews .slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  height: 44px;
  margin-top: 20px;
  margin-bottom: 30px
}

.services-reviews .swiper-button-next,
.home-reviews .swiper-button-next {
  position: static
}

.services-reviews .swiper-button-prev,
.home-reviews .swiper-button-prev {
  position: static
}

.services-trust {
  padding-bottom: calc(10px + 140 / 19 * 1vw)
}

.services-trust-desc {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px
}

.services-trust-desc .trust-item {
  grid-column: 4 span
}

.services-trust .trust-area {
  display: none
}

.services-team {
  padding-top: calc(10px + 140 / 19 * 1vw);
  padding-bottom: calc(10px + 140 / 19 * 1vw)
}

.services-team .team-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.services-team .services-team-link {
  margin-top: 30px
}

.team-area .team-item:nth-child(n+4) {
  display: none;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%)
}

.team-area.expand-home .team-item:nth-child(n+4) {
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.services-tag {
  padding-top: calc(10px + 140 / 19 * 1vw);
  padding-bottom: calc(10px + 60 / 19 * 1vw)
}

.services-tag h2 {
  margin: 0;
  margin-bottom: calc(10px + 25 / 19 * 1vw)
}

.list-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 20px
}

.list-tag li {
  width: 228px;
  height: 38px;
  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;
  border: 2px solid var(--color-accent-title);
  border-radius: 30px
}

.list-tag li a {
  font-size: 16px;
  font-weight: 600;
  color: #262626
}

.list-tag li a:hover {
  color: var(--color-accent-title)
}

.services-news {
  padding-top: calc(10px + 60 / 19 * 1vw);
  padding-bottom: calc(10px + 60 / 19 * 1vw)
}

.services-news-line {
  margin-bottom: calc(10px + 30 / 19 * 1vw);
  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;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

.services-news h2 {
  margin: 0
}

.services-news-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px
}

.services-news-link {
  display: none
}

.services-docs {
  padding-top: calc(10px + 40 / 19 * 1vw)
}

.services-docs h2 {
  margin: 0;
  margin-bottom: calc(10px + 24 / 19 * 1vw)
}

.services-docs-area {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.services-docs-item {
  grid-column: 4 span;
  padding: 33px 15px 28px 27px;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #e2e6e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  width: 100%;
  max-width: 415px
}

.services-docs-item-icon {
  min-width: 47px
}

.services-docs-item-link a {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-title)
}

.services-docs-item-link a:hover {
  color: var(--color-accent-title)
}

.page-slider .swiper-wrapper {
  padding-bottom: 50px
}

.page-slider .swiper-button-next {
  right: 10px;
  left: auto;
  top: 100%;
  margin-top: -112px
}

.page-slider .swiper-button-prev {
  right: 60px;
  left: auto;
  top: 100%;
  margin-top: -112px
}

.prom-banner {
  padding: 30px 15px 30px 65px;
  background: url(../img/bg-slider.webp) 50% 50% no-repeat;
  background-size: cover;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  position: relative
}

.prom-banner .call-form {
  margin-bottom: 30px
}

.prom-banner .call-form .form-control {
  max-width: 495px
}

.prom-banner .call-form .btn-submit {
  width: 250px;
  background: var(--color-accent-title);
  border-color: var(--color-accent-title)
}

.prom-banner .call-form .btn-submit:hover {
  background: var(--color-title);
  border-color: var(--color-title);
  color: #fff
}

.prom-banner-image {
  position: absolute;
  right: 40px;
  bottom: 0
}

.prom-banner-image img {
  width: 410px;
  height: auto;
  display: block
}

.prom-banner-content {
  max-width: 770px
}

.prom-banner-content h2 {
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.2
}

.prom-banner-content h3 {
  font-size: calc(16px + 15 / 19 * 1vw);
  font-weight: 700;
  margin: 0
}

.prom-banner-content p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 25px;
  max-width: 640px;
  line-height: 1.4
}

.prom-banner-content p.link {
  font-size: 16px
}

.prom-banner-content p.link a {
  color: var(--color-accent-title);
  font-weight: 700
}

.prom-banner-content p.link a:hover {
  color: var(--color-accent)
}

.cases-item {
  width: 100%;
  max-width: 630px;
  position: relative;
  z-index: 10;
  padding: 25px 25px 25px 0;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  height: 100%;
}

.cases-item:hover {
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6)
}

.cases-item:hover::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.cases-item-image {
  min-width: 150px
}

.cases-item-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px
}

.cases-item-content {
  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: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between */

}

.cases-item-content-oveflow-text {
  margin-bottom: 13px;
  /* overflow: hidden;
  -webkit-line-clamp: 9;
  display: -webkit-box;
  -webkit-box-orient: vertical; */
}




.cases-item-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px
}

.cases-item-content p {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3
}

.cases-item-link .btn-allteam {
  height: 40px;
  font-size: 16px;
  font-weight: 500
}

.services-reviews-mob .reviews-item {
  margin-bottom: 30px
}

.team-item {
  grid-column: 4 span;
  position: relative;
  overflow: hidden
}

.team-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px
}

.team-item:hover .team-info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.team-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: rgba(0, 0, 0, .78);
  padding: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(102%);
  -ms-transform: translateY(102%);
  transform: translateY(102%)
}

.team-info-name {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px
}

.team-info-merits {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px
}

.team-image-link {
  border-radius: 15px
}

.team-image-link {
  display: none
}

.news-item {
  grid-column: 4 span;
  width: 100%;
  max-width: 415px;
  background: #fff;
  padding: 30px 20px 23px 20px;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  border-radius: 15px;
  position: relative
}

.news-item::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.news-item h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px
}

.news-item p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 15px
}

.news-item-bottom {
  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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}

.news-item .btn-allteam {
  width: 196px;
  height: 41px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0
}

.news-item-date {
  font-size: 16px;
  color: var(--color-accent-title)
}

.sidebar {
  width: 100%;
  background: #fff;
  padding: 33px 17px 35px 22px;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  border-radius: 15px;
  position: relative
}

.sidebar::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.sidebar-menu {
  /* margin-bottom: 50px */
  overflow: hidden;
  /* Важно для slideToggle */
}

.sidebar-menu:last-child {
  margin-bottom: 0
}

.sidebar-menu h4 {
  font-size: calc(16px + 6 / 19 * 1vw);
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px
}


.sidebar-menu ul {
  display: none;
  padding-bottom: 30px;
}

.sidebar-menu ul li {
  padding: 5px 27px 5px 35px;
  position: relative;
  margin-bottom: 5px
}

.sidebar-menu ul li:last-child {
  margin-bottom: 0
}

.sidebar-menu ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 20px;
  background: url(../img/icon-4.svg) 50% 50% no-repeat;
  background-size: cover
}

.sidebar-menu ul li::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
  background: url(../img/arrow-5.svg) 50% 50% no-repeat;
  background-size: cover;
  display: none;
}

.sidebar-menu ul li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  line-height: 1.2
}

.sidebar-menu ul li a:hover {
  color: var(--color-accent-title);
  line-height: 1.2
}

.page-services-filter-mob .panel>div {
  padding: 0 0
}

.page-services-filter-mob .top-mob {
  color: #fff;
  width: 100%;
  text-align: left;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 11px 26px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  position: relative;
  background: var(--color-title);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

.page-services-filter-mob .top-mob::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 4px;
  color: #fff;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-3.svg) 50% 50% no-repeat;
  -webkit-transition: .45s;
  -o-transition: .45s;
  transition: .45s
}

.page-services-filter-mob .top-mob.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.page-services-filter-mob .panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  margin: 0;
  text-align: left;
  border: none;
  position: relative
}

.page-services-filter-mob .panel-mob {
  overflow: hidden;
  display: none
}

.page-services-filter-mob .panel-mob.show {
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.page-services-filter-mob .accordion:first-child {
  border-top: 0 solid #363636
}

.page-services-filter-mob .filter-mob-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.page-services-filter-mob .filter-mob-menu-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 11px 26px;
  border-radius: 50px;
  background-color: #f3f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #939393;
  position: relative;
  margin-bottom: 10px
}

.page-services-filter-mob .filter-mob-menu-item::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 8px;
  color: #fff;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-6.svg) 50% 50% no-repeat;
  -webkit-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.page-services-filter-mob .filter-mob-menu-item.active:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.page-services-filter-mob .mob-menu-panel {
  margin-bottom: 15px
}

.page-services-filter-mob .mob-menu-panel li {
  padding: 10px 15px;
  position: relative
}

.page-services-filter-mob .mob-menu-panel li::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 8px;
  color: #fff;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-6.svg) 50% 50% no-repeat;
  -webkit-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.page-services-filter-mob .mob-menu-panel li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-title)
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  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: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 10000
}

.modal {
  background-color: var(--color-accent-title);
  width: 90%;
  max-width: 600px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  border-radius: 15px
}

.modal .call-area {
  padding: 30px 20px 20px 20px;
  background-position: center center
}

.modal .call-area h3 {
  font-size: 24px
}

.modal .call-area p {
  font-size: 16px;
  margin-bottom: 25px
}

.modal .call-area .form-control {
  width: 100%;
  max-width: none
}

.modal .btn-submit {
  width: 100%;
  height: 50px
}

.modal .call-area-form p {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.modal input.form-control {
  height: 50px
}

.modal-overlay--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.modal--visible {
  display: block
}

.modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.modal .close {
  padding: 0;
  margin: 0 0 0 auto
}

.modal .close {
  width: 32px;
  height: 32px;
  position: relative
}

.modal .close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 35px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.modal .close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 35px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.page-price .descript {
  margin-bottom: calc(10px + 90 / 19 * 1vw)
}

.page-price .prom-banner {
  margin-bottom: calc(10px + 90 / 19 * 1vw)
}

.page-price-wrap {
  padding-bottom: calc(10px + 90 / 19 * 1vw)
}

.page-price-wrap h2.section-title {
  margin: 0;
  margin-bottom: calc(10px + 30 / 19 * 1vw);
  max-width: 1280px
}

.page-price-wrap p.wrap-desc {
  font-size: 18px;
  margin-bottom: calc(10px + 40 / 19 * 1vw)
}

.page-price-wrap .post-table {
  font-size: 18px
}

.price-table {
  padding-bottom: calc(10px + 10 / 19 * 1vw)
}

.price-table-header {
  margin-bottom: 20px;
  padding: 18px 22px 25px 22px;
  border-radius: 15px;
  border: 2px solid #e2e6e9;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.price-table-header-item {
  max-width: 205px;
  min-width: 205px
}

.price-table-header-item:first-child {
  max-width: 235px;
  min-width: 235px
}

.price-table-body .box {
  margin-bottom: 20px
}

.price-table-body .box .label {
  border: 2px solid #e2e6e9;
  border-radius: 15px;
  background: #fff;
  position: relative;
  padding: 12px 22px;
  color: var(--color-title);
  cursor: pointer;
  font-size: 22px;
  font-weight: 600
}

.price-table-body .box .label:hover {
  color: var(--color-accent-title)
}

.price-table-body .box .label::after {
  content: "";
  width: 15px;
  height: 20px;
  background: url(../img/arrow-4.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.price-table-body .box.active .label {
  color: var(--color-accent-title)
}

.price-table-body .box.active .label::after {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%)
}

.price-table-body .box.active .content-line {
  padding: 17px 0 17px 22px
}

.price-table-body .box .content {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.price-table-body .box .content-line {
  padding: 17px 0 17px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.price-table-body .box .content-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 235px;
  min-width: 235px
}

.price-table-body .box .content-text {
  font-size: 16px;
  line-height: 1.2;
  max-width: 205px;
  min-width: 205px
}

.price-table-body .box .content-text span {
  font-size: 14px
}

.price-table-body .box .content-text .btn-main {
  width: 125px;
  height: 51px;
  font-size: 16px;
  font-weight: 600
}

.page-price-uslug {
  padding-bottom: calc(10px + 20 / 19 * 1vw)
}

.page-price-uslug-item {
  border: 2px solid #e2e6e9;
  border-radius: 15px;
  background: #fff;
  padding: 12px 22px;
  color: var(--color-title);
  margin-bottom: 20px;
  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;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

.page-price-uslug-item-left {
  font-size: 16px;
  font-weight: 600
}

.page-price-uslug-item-right {
  font-size: 18px;
  font-weight: 600
}

.page-price-uslug h4 {
  font-size: 24px;
  color: var(--color-accent-title);
  margin: 30px 0 30px 12px
}

.page-price .services {
  padding-top: 0;
  padding-bottom: calc(10px + 140 / 19 * 1vw)
}

.page-price .services-item {
  grid-column: 4 span
}

.page-price .services-area .services-item:nth-child(n+7) {
  display: none;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%)
}

.page-price .services-area.expand-home .services-item:nth-child(n+7) {
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.page-price .home-text-area {
  padding: 0;
  border: none;
  border-radius: 0
}

.page-price .home-text-area p {
  font-size: 18px
}

.page-price .home-text-area h4 {
  font-size: 21px
}

.page-price .home-text-area ul {
  font-size: 18px
}

.page-about {
  padding-bottom: 0
}

.page-about h1 {
  margin: 0;
  margin-bottom: calc(10px + 35 / 19 * 1vw)
}

.page-about .page-descript {
  padding-bottom: calc(10px + 90 / 19 * 1vw)
}

.page-about .page-descript p {
  font-size: 18px
}

.page-about .page-descript ul {
  font-size: 18px;
  font-weight: 700
}

.page-about .prom-banner-image {
  right: calc(10px + 90 / 19 * 1vw)
}

.page-about .prom-banner-image img {
  width: 497px
}

.page-about .home-about {
  position: relative
}

.page-about .value-left img {
  position: relative;
  z-index: 100
}

.page-about .services-area .services-item:nth-child(n+5) {
  display: none;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%)
}

.page-about .services-area.expand-home .services-item:nth-child(n+5) {
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.page-about .home-text-area {
  padding-bottom: calc(10px + 140 / 19 * 1vw)
}

.page-about .consult {
  margin-bottom: -135px;
  position: relative;
  z-index: 1000
}

.page-about .prom-banner {
  position: relative;
  margin-bottom: -200px;
  z-index: 100
}

.prom-banner {
  background: #fff url(../img/bg-slider.webp) 50% 50% no-repeat;
  background-size: cover
}

.prom-banner::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 20px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.prom-banner .prom-banner-content h2 {
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.2
}

.prom-banner .banner-link {
  margin-bottom: 35px
}

.page-blog {
  padding-bottom: 0
}

.page-blog .page-descript {
  margin-bottom: calc(10px + 65 / 19 * 1vw)
}

.page-blog h2 {
  margin: 0;
  margin-bottom: calc(10px + 40 / 19 * 1vw)
}

.page-blog .blog-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px
}

.page-blog .home-news-item {
  grid-column: 3 span
}

.page-blog .home-news-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.page-blog .blog-wrapper-desc {
  margin-bottom: calc(10px + 140 / 19 * 1vw)
}

.page-blog .blog-wrapper-desc+.blog-wrapper-desc {
  margin-bottom: calc(10px + 70 / 19 * 1vw)
}

.page-blog .blog-wrapper-mob {
  display: none
}

.page-blog .prom-banner {
  margin-bottom: -165px;
  position: relative;
  z-index: 100
}

.page-blog .prom-banner-image {
  right: calc(10px + 90 / 19* 1vw)
}

.page-blog .prom-banner-image img {
  width: 497px
}

.blog-wrapper-tag {
  margin-bottom: calc(20px + 25 / 19 * 1vw)
}

.blog-wrapper-tag .ul-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  overflow-x: auto
}

.blog-wrapper-tag .ul-tag li {
  margin-right: 10px;
  padding: 10px 45px;
  background: #f3f4f6;
  border-radius: 15px;
  min-width: 125px
}

.blog-wrapper-tag .ul-tag li a {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-title)
}

.blog-wrapper-tag .ul-tag li a:hover {
  color: var(--color-accent-title)
}

.blog-wrapper-paginate {
  margin-bottom: calc(10px + 70 / 19 * 1vw)
}

.nav-paginate {
  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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.nav-paginate-info {
  font-size: 14px;
  color: #878787
}

.single-blog {
  padding-bottom: 0
}

.single-blog h1 {
  margin: 0;
  margin-bottom: calc(10px + 35 / 19 * 1vw)
}

.single-blog .autor-info {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  padding-bottom: calc(10px + 90 / 19 * 1vw)
}

.single-blog .autor-info-foto {
  grid-column: 2 span
}

.single-blog .autor-info-foto img {
  border-radius: 15px
}

.single-blog .autor-info-data {
  grid-column: 6 span;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.single-blog .autor-info-data h4 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px
}

.single-blog .autor-info-data-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px
}

.single-blog .autor-info-resume {
  margin-bottom: 10px
}

.single-blog .autor-info-resume span {
  font-size: 16px;
  font-weight: 700;
  color: #e2e6e9;
  display: block;
  margin-bottom: 20px
}

.single-blog .autor-info-resume p {
  margin: 0
}

.single-blog .autor-info-link a {
  font-size: 16px;
  color: var(--color-accent);
  font-weight: 600
}

.single-blog .autor-info-link a:hover {
  color: var(--color-accent-title)
}

.single-blog-doptitle {
  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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  margin-bottom: calc(10px + 30 / 19 * 1vw)
}

.single-blog-doptitle .btn-allteam {
  width: 270px
}

.single-blog-doptitle .btn-allteam img {
  margin-left: 30px
}

.single-blog-doptitle h2 {
  margin: 0
}

.single-blog-content {
  font-size: 18px;
  margin-bottom: calc(10px + 65 / 19 * 1vw)
}

.single-blog-content p {
  margin-top: 1rem
}

.single-blog-banner {
  margin-bottom: calc(10px + 85 / 19 * 1vw)
}

.single-blog h2.section-title {
  margin-bottom: calc(10px + 25 / 19 * 1vw)
}

.single-blog .blog-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px
}

.single-blog .blog-wrapper .home-news-item {
  grid-column: 3 span
}

.single-blog-other {
  padding-bottom: calc(10px + 140 / 19 * 1vw)
}

.single-blog-consult {
  position: relative;
  z-index: 100
}

.single-blog-consult .consult {
  margin-bottom: -205px
}

.page-team {
  padding-bottom: 0
}

.page-team .line-title {
  margin-bottom: calc(10px + 45 / 19 * 1vw)
}

.page-team .line-title h1 {
  margin: 0
}

.page-team .consult {
  z-index: 100;
  position: relative;
  margin-bottom: -200px
}

.page-team-menu {
  margin-bottom: calc(10px + 45 / 19 * 1vw)
}

.page-team .filter-mob-menu-item {
  display: none;
  color: #fff;
  width: 100%;
  text-align: left;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 11px 26px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  position: relative;
  background: var(--color-title);
  border-radius: 50px;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

.page-team .team-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page-team .team-menu li {
  width: 270px;
  height: 41px;
  background: #f3f4f6;
  border-radius: 10px;
  position: relative;
  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;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.page-team .team-menu li:first-child {
  background: var(--color-title)
}

.page-team .team-menu li:first-child>a {
  color: #fff
}

.page-team .team-menu li:hover {
  background: var(--color-title)
}

.page-team .team-menu li:hover>a {
  color: #fff
}

.page-team .team-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #939393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-team-area {
  margin-bottom: calc(10px + 140 / 19 * 1vw);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.page-team-area .team-item {
  grid-column: 3 span
}

.single-team {
  padding-bottom: 0
}

.single-team h2.section-title {
  margin-bottom: calc(10px + 25 / 19* 1vw)
}

.single-team .blog-wrapper .home-news-item {
  grid-column: 4 span
}

.single-team .team-face {
  display: block;
  width: 100%;
  height: auto;
  max-width: 416px;
  border-radius: 15px
}

.single-team-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: calc(10px + 70 / 19* 1vw)
}

.single-team-area-left {
  grid-column: 2 span
}

.single-team-area-right {
  grid-column: 1 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px
}

.single-team .autor-info-data-stage {
  -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;
  margin-bottom: calc(10px + 20 / 19* 1vw)
}

.single-team .header-info-middle-right-phone span {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 21px;
  font-weight: 600
}

.single-team .header-info-middle-right {
  margin-bottom: 3px
}

.single-team-info-contact {
  margin-bottom: calc(10px + 20 / 19* 1vw)
}

.single-team-info-mail {
  margin-bottom: 6px
}

.single-team-info-mail a {
  font-size: 16px;
  color: var(--color-title)
}

.single-team-info-mail a:hover {
  color: var(--color-accent-title)
}

.single-team-info-image {
  display: none
}

.single-team-advance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
  margin-bottom: calc(10px + 70 / 19* 1vw)
}

.single-team-advance-item {
  max-width: 290px;
  min-width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.single-team-advance-item-icon {
  min-width: 50px
}

.single-team-advance-item-text {
  font-size: 36px;
  font-weight: 800;
  line-height: 1
}

.single-team-advance-item-text span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 5px
}

.single-team-doc {
  margin-bottom: calc(10px + 120 / 19* 1vw)
}

.single-team-doc-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.single-team-doc-item {
  max-width: 240px;
  padding: 15px;
  border: 2px solid #e2e6e9;
  border-radius: 15px
}

.single-team-doc-item img {
  display: block;
  width: 100%;
  height: auto
}

.single-team-doc-item p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.1
}

.single-blog.single-team .autor-info-resume {
  margin-bottom: calc(10px + 30 / 19* 1vw)
}

.single-blog.single-team .autor-info-resume span {
  font-weight: 700;
  color: var(--color-accent)
}

.single-blog.single-team .autor-info-resume p {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.page-contact .top-line {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
  margin-bottom: calc(10px + 40 / 19 * 1vw)
}

.page-contact .top-line h1 {
  margin: 0
}

.page-contact .top-line a {
  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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title)
}

.page-contact .top-line a:hover {
  color: var(--color-accent-title)
}

.contact-area {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px
}

.contact-item {
  grid-column: 3 span;
  width: 100%;
  max-width: 415px;
  -webkit-box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 0 4px 51px 0 rgba(221, 222, 223, .6);
  position: relative;
  z-index: 10;
  padding: 20px 20px 20px 30px;
  border-radius: 15px
}

.contact-item::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  margin-bottom: -10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6);
  box-shadow: 1px 4px 51px 0 rgba(221, 222, 223, .6)
}

.contact-item p {
  font-size: 18px;
  font-weight: 600;
  margin: 0
}

.contact-item span {
  color: #696969;
  display: block;
  margin-bottom: 10px
}

.contact-item p.contact-item-time {
  font-weight: 400
}

.contact-item p.contact-item-phone {
  font-size: 21px;
  font-weight: 600;
  color: var(--color-title)
}

.contact-item .bottom-tel {
  font-size: 21px;
  font-weight: 600;
  color: var(--color-title)
}

.contact-item .contact-item-phone-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

.contact-item .bottom-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.contact-item .bottom-soc a {
  line-height: 1
}

.soclink-area {
  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;
  -webkit-column-gap: calc(5px + 45 / 19 * 1vw);
  -moz-column-gap: calc(5px + 45 / 19 * 1vw);
  column-gap: calc(5px + 45 / 19 * 1vw);
  margin-bottom: 50px
}

.page-error {
  padding-bottom: 0;
  padding-top: 0
}

.page-error .consult {
  position: relative;
  z-index: 100;
  margin-bottom: -205px
}

.page-error-wrap {
  padding-top: calc(10px + 120 / 19 * 1vw);
  padding-bottom: calc(10px + 210 / 19 * 1vw)
}

.page-error-wrap h1 {
  font-size: calc(50px + 300 / 19 * 1vw);
  font-weight: 800;
  line-height: 1;
  color: #111213;
  text-align: center;
  margin: 0;
  margin-bottom: calc(10px + 40 / 19 * 1vw)
}

.page-error-wrap p {
  text-align: center;
  font-size: calc(18px + 8 / 19 * 1vw);
  margin: 0;
  margin-bottom: calc(10px + 50 / 19 * 1vw)
}

.page-error-wrap p span {
  color: var(--color-accent-title);
  font-weight: 700
}

.page-error-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-error-link .btn-allteam {
  width: 270px
}

.page-coming {
  padding-top: calc(10px + 210 / 19 * 1vw);
  padding-bottom: 0;
  position: relative
}

.page-coming-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  z-index: 10
}

.page-coming-image img {
  display: block;
  width: 100%;
  height: auto
}

.page-coming-content {
  padding-bottom: calc(10px + 200 / 19 * 1vw);
  position: relative;
  z-index: 100
}

.page-coming-content h1 {
  margin: 0;
  margin-bottom: 30px;
  font-size: calc(30px + 42 / 19 * 1vw);
  font-weight: 800
}

.page-coming-content p {
  font-size: 22px;
  max-width: 640px;
  margin: 0;
  margin-bottom: 50px
}

.page-coming-content p span {
  color: var(--color-accent-title);
  font-weight: 700
}

.page-coming-connection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  margin-bottom: 60px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-coming-connection span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: 18px;
  font-weight: 600
}

.page-coming-link .btn-allteam {
  width: 270px
}

@media (max-width:1599.98px) {
  .value-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .call-form .form-row {
    -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
  }

  .call-form .form-control {
    max-width: 423px
  }

  .price-table-header {
    overflow-x: auto
  }

  .price-table-body .box .content-line {
    overflow-x: auto
  }

  .page-team .team-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (max-width:1399.98px) {
  .form-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .services-item {
    grid-column: 4 span
  }

  .value-right {
    grid-column: 12 span
  }

  .home-news-item {
    grid-column: 4 span
  }

  .tasks-item {
    max-width: 315px
  }

  .news-item {
    grid-column: 6 span
  }

  .sidebar-menu ul li a {
    font-size: 16px
  }

  .page-price .services-item {
    grid-column: 6 span
  }

  .single-blog .autor-info-foto {
    grid-column: 8 span
  }

  .single-blog .autor-info-data {
    grid-column: 8 span
  }

  .page-team .consult {
    margin-bottom: -195px
  }

  .page-team-area .team-item {
    grid-column: 4 span
  }

  .contact-item {
    grid-column: 4 span
  }

  .btn-zakaz {
    width: 100%;
  }
}

@media (max-width:1199.98px) {
  .header-logo {
    max-width: 170px
  }

  .header-info-top {
    margin-bottom: 5px
  }

  .header-info-top-left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .logo img {
    width: 150px;
    height: auto
  }

  .home-team-area-left {
    grid-column: 12 span
  }

  .home-team-area-right {
    grid-column: 12 span
  }

  .home-clients-item {
    grid-column: 4 span
  }

  .home-practice-left {
    grid-column: 6 span
  }

  .home-practice-right {
    grid-column: 12 span
  }

  .single-services-view-item {
    grid-column: 6 span
  }

  .services-trust-desc .trust-item {
    grid-column: 6 span
  }

  .services-docs-item {
    grid-column: 6 span
  }

  .page-about .prom-banner-image {
    display: none
  }

  .page-blog .home-news-item {
    grid-column: 4 span
  }

  .page-blog .prom-banner-image {
    display: none
  }

  .single-blog .blog-wrapper .home-news-item {
    grid-column: 4 span
  }
}

@media (max-width:1025px) {

  .header-mobile-link,
  .header-mobile-soc,
  .search-form-mob {
    display: block
  }

  .burger {
    display: block
  }

  .nav {
    position: fixed;
    right: 0;
    top: var(--header-height);
    z-index: 1000;
    overflow-y: auto;
    padding: 10px 12px 50px 12px;
    width: 100%;
    height: calc(100vh - var(--header-height));
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    overflow-y: auto
  }

  .nav-visible {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
  }

  .nav-item {
    width: 100%;
    text-align: left;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
    position: relative
  }

  .nav-item::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 21px;
    background: url(../img/arrow-2.svg) 50% 50% no-repeat;
    background-size: cover
  }

  .nav-item:last-child {
    border: none
  }

  .nav-item a {
    display: inline-block;
    width: 100%;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-title)
  }

  .nav-item:not(:last-child) {
    margin-right: 0
  }

  .header-mobile-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    margin-bottom: 8px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }

  .header-mobile-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 12px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-title);
    position: relative
  }

  .header-mobile-link a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 21px;
    background: url(../img/arrow-2.svg) 50% 50% no-repeat;
    background-size: cover
  }

  .header-mobile-link a span {
    font-weight: 300
  }

  .header-mobile-link a:last-child {
    border: none
  }

  .header-mobile-soc .header-info-middle-left-soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
  }

  .header-mobile-soc .header-info-middle-left-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 20px
  }

  .header-mobile-soc .header-info-middle-right-phone {
    margin-bottom: 10px
  }

  .header-mobile-soc .header-info-middle-right-phone span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px
  }

  .header-mobile-soc .header-info-middle-right-phone span a {
    font-size: 16px;
    line-height: 1
  }

  .header-mobile-soc .header-info-middle-right-soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
  }

  .header-mobile-soc .header-info-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (max-width:1024.98px) {
  .page-area-left {
    grid-column: 12 span
  }

  .page-area-right {
    display: none
  }

  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .header {
    max-height: 50px;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 8px;
    padding-bottom: 8px
  }

  .header-descript {
    display: none
  }

  .header-info {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .header-info-top {
    display: none
  }

  .header-info-middle {
    display: none
  }

  .header-info-bottom {
    width: 0;
    height: 0;
    padding: 0
  }

  .header-info-bottom-search {
    display: none
  }

  .header-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .logo {
    margin-bottom: 0
  }

  .logo img {
    width: 65px;
    height: auto
  }

  .footer-desc {
    display: none
  }

  .footer-mob {
    display: block
  }

  .banner {
    margin-top: 0
  }

  .banner-container {
    padding-left: 0;
    padding-right: 0
  }

  .services-item {
    grid-column: 6 span
  }

  .home-about {
    padding-bottom: 230px
  }

  .home-about-left {
    display: none
  }

  .home-about-right {
    grid-column: 12 span;
    padding-left: 0
  }

  .value-left {
    grid-column: 12 span
  }

  .value-left img {
    margin-top: -200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px
  }

  .value-right {
    padding-top: 10px;
    padding-left: 0
  }

  .reviews-item {
    grid-column: 6 span
  }

  .home-news-item {
    grid-column: 6 span
  }

  .call-area-image img {
    display: none
  }

  .page-services-filter {
    display: none
  }

  .page-services-filter-mob {
    display: block;
    margin-bottom: 35px;
  }

  .page-advantages-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .page-blog .home-news-item {
    grid-column: 6 span
  }

  .single-blog .blog-wrapper .home-news-item {
    grid-column: 6 span
  }

  .contact-item {
    grid-column: 6 span;
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:992px) {
  :root {
    --header-height: 65px
  }
}

@media (max-width:767.98px) {
  .mob-none {
    display: none
  }

  h2.section-title {
    font-size: 26px;
    line-height: 1.2
  }

  #toTop {
    display: none
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 92%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2))
  }

  .swiper-button-next {
    right: auto;
    left: 84px
  }

  .scheme-item {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 12px 10px
  }

  .scheme-item-num {
    font-size: 50px
  }

  .scheme-item-text {
    font-size: 16px
  }

  .choice-item-icon {
    min-width: 54px;
    max-width: 54px
  }

  .choice-item-icon img {
    width: 54px;
    height: 54px
  }

  .choice-item-text {
    font-size: 18px
  }

  .nav-links .page-numbers {
    width: 40px;
    height: 44px;
    font-size: 16px
  }

  .btn-main {
    font-size: 16px;
    height: 44px;
    width: 196px
  }

  .btn-zakaz {
    font-size: 16px;
    height: 44px;
    width: 196px
  }

  .btn-show {
    font-size: 16px;
    height: 44px;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px
  }

  .btn-submit {
    font-size: 16px;
    height: 44px;
    width: 100%;
    max-width: 423px;
    margin-top: 10px
  }

  .btn-team {
    font-size: 16px;
    height: 44px;
    width: 100%;
    max-width: 423px;
    margin-top: 10px
  }

  .btn-allteam {
    font-size: 16px;
    height: 44px;
    width: 100%;
    max-width: 423px;
    margin-top: 10px
  }

  .btn-allnews {
    font-size: 16px;
    height: 44px;
    width: 100%;
    max-width: 423px;
    margin-top: 10px
  }

  .btn-show-next {
    font-size: 16px;
    height: 44px;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px
  }

  .footer-dop {
    padding-top: 48px
  }

  .footer-dop #toTop {
    top: 52px
  }

  .banner-title {
    grid-column: 12 span;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 230px;
    padding-top: 100px
  }

  .banner-title h1 {
    font-size: 32px;
    margin-bottom: 27px
  }

  .banner-title p {
    font-size: 16px;
    margin-bottom: 75px;
    max-width: 355px
  }

  .banner-image {
    display: none
  }

  .banner-image-mob {
    display: block
  }

  .advantages {
    padding-top: 30px;
    padding-bottom: 10px
  }

  .advantages-item {
    margin: 0 auto 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 0;
    max-width: 350px
  }

  .advantages-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    max-width: 270px
  }

  .advantages-item p {
    font-size: 14px;
    max-width: 270px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .page-advantages-area {
    row-gap: 10px;
  }

  .advantages-item img {
    width: 44px;
    height: 44px
  }

  .advantages-slider {
    display: none
  }

  .advantages-area {
    display: block
  }

  .services {
    padding-top: 0
  }

  .services h2 {
    margin-bottom: 20px
  }

  .services-item {
    grid-column: 12 span;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
  }

  .services-item-top {
    margin-bottom: 5px
  }

  .services-item-top h4 {
    font-size: 18px;
    max-width: calc(100% - 100px);
  }

  .services-item-icon {
    display: none
  }

  .services-item-content {
    max-width: 220px
  }

  .services-item-content p {
    font-size: 14px
  }

  .services-item-image {
    width: 100px;
    height: 128px
  }

  .services-area .services-item:nth-child(n+4) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .services-area.expand-home .services-item:nth-child(n+4) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .consult {
    margin-bottom: 0
  }

  .consult-container {
    border-radius: 0
  }

  .consult-container::after {
    display: none
  }

  .consult-area {
    background-position: 100% 20%;
    padding: 20px 5px 30px 5px
  }

  .consult-area h3 {
    font-size: 26px
  }

  .consult-area-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
  }

  .consult-area-form p {
    margin-left: 0
  }

  .home-about {
    padding-top: 50px
  }

  .home-about-title img {
    width: 95px;
    height: auto;
    display: block
  }

  .value-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .value-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0 100px;
    background: url(../img/bg-value.svg) 0 6% no-repeat;
    max-width: 280px
  }

  .value-num {
    font-size: 38px
  }

  .value-text {
    font-size: 16px;
    font-weight: 400
  }

  .value p {
    font-size: 16px
  }

  .trust-slider {
    display: none
  }

  .trust-area {
    display: grid
  }

  .trust .trust-more {
    display: block
  }

  .trust-area .trust-item:nth-child(n+5) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .trust-area.expand-home .trust-item:nth-child(n+5) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .trust-slider {
    display: none
  }

  .trust-area {
    display: grid
  }

  .trust .trust-more {
    display: block
  }

  .trust-area .trust-item:nth-child(n+5) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .trust-area.expand-home .trust-item:nth-child(n+5) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .home-reviews-link {
    display: none
  }

  .reviews-area {
    margin-bottom: 30px
  }

  .reviews-item {
    grid-column: 12 span
  }

  .reviews-item-face {
    min-width: 86px;
    max-width: 86px;
    height: 86px
  }

  .reviews-item-text h4 {
    font-size: 18px;
    margin-bottom: 6px
  }

  .reviews-item-text-office {
    font-size: 14px;
    margin-bottom: 8px
  }

  .reviews-item-text p {
    font-size: 16px
  }

  .home-reviews-link-bottom {
    display: block
  }

  .home-reviews-link-bottom .btn-allteam {
    max-width: 100%
  }

  .home-text-area {
    padding: 20px 10px
  }

  .home-text p {
    font-size: 16px
  }

  .home-text h4 {
    font-size: 18px
  }

  .home-text ul {
    font-size: 16px
  }

  .home-clients-area {
    row-gap: 10px
  }

  .home-clients-item img {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
  }

  .home-clients-item {
    grid-column: 6 span;
    height: 51px;
  }

  .home-clients-item::after {
    display: none
  }

  .clients-more {
    display: block;
    margin-top: 20px
  }

  .home-clients-area .home-clients-item:nth-child(n+5) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .home-clients-area.expand-home .home-clients-item:nth-child(n+5) {
    display: flex;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .home-news-area {
    display: grid
  }

  .home-news-item {
    grid-column: 12 span;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 10px 10px
  }

  .home-news-item-top {
    margin-bottom: 5px
  }

  .home-news-item-top h4 {
    font-size: 18px;
    max-width: calc(100% - 80px);
  }

  .home-news-item-content {
    max-width: 220px
  }

  .home-news-item-content p {
    font-size: 14px
  }

  .home-news-item-content a {
    -ms-flex-item-align: start;
    align-self: flex-start
  }

  .home-news-item-image {
    width: 100px;
    height: 128px;
    display: block
  }

  .home-news-item-thumbnail {
    display: none
  }

  .news-slider {
    display: none
  }

  .news-more {
    display: block
  }

  .home-news-area .home-news-item:nth-child(n+4) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .home-news-area.expand-home .home-news-item:nth-child(n+4) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .home-practice-left {
    grid-column: 12 span
  }

  .home-practice-item {
    max-height: 376px;
    overflow: hidden;
    max-width: 560px
  }

  .home-practice-item img {
    max-height: 376px
  }

  .home-practice-item-overley {
    padding: 12px 12px 20px 12px
  }

  .home-practice-item-overley h3 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .home-practice-item-overley p {
    font-size: 14px
  }

  .home-practice-item-overley .post-link {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px
  }

  .home-practice-right .home-practice-item {
    height: 180px;
    grid-column: 4 span
  }

  .practice-more {
    display: block
  }

  .home-practice-right .home-practice-item:nth-child(n+3) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .home-practice-right.expand-home .home-practice-item:nth-child(n+3) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .question-accordion .box {
    margin-bottom: 10px
  }

  .question-accordion .box .label {
    padding: 10px 41px 10px 10px;
    font-size: 16px
  }

  .question-accordion .box .content p {
    padding: 10px 30px 10px 15px;
    font-size: 14px
  }

  .call {
    margin-bottom: 0
  }

  .call-container {
    border-radius: 0
  }

  .call-container::after {
    display: none
  }

  .call-area {
    background-position: 100% 20%;
    padding: 20px 5px 30px 5px;
    background-position: 50% 50%
  }

  .call-area h3 {
    font-size: 26px;
    margin-bottom: 30px
  }

  .call-area p {
    font-size: 16px
  }

  .call-area-form p {
    margin-left: 0;
    font-size: 14px;
    line-height: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .map iframe {
    height: 375px !important
  }

  .map-info {
    position: relative;
    padding: 30px 30px 40px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    right: 0;
    top: 0;
    width: auto
  }

  .map-info::after {
    width: 0;
    height: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .map-info p {
    font-size: 16px;
    margin-bottom: 5px
  }

  .map-info p span {
    font-size: 14px
  }

  .map-phone {
    font-size: 16px;
    margin-top: -2px
  }

  .page-services .descript {
    font-size: 16px;
    margin-bottom: 30px
  }

  .page-services .services-link {
    display: block
  }

  .page-services-area .services-item:nth-child(n+4) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .page-services-area.expand-home .services-item:nth-child(n+4) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .single-services {
    padding-top: 0
  }

  .single-services .descript {
    font-size: 16px;
    margin-bottom: 30px
  }

  .single-services-view-item {
    grid-column: 12 span;
    margin-left: auto;
    margin-right: auto
  }

  .single-services-view-content {
    padding: 12px;
  }

  .single-services-view-content p {
    font-size: 14px
  }

  .single-services-question-top-call {
    display: none
  }

  .single-services-question-top-call.mob {
    display: block;
    margin-top: 30px
  }

  .single-services-question-top-call span {
    font-size: 16px;
    display: block;
    margin-bottom: 25px
  }

  .single-services-question-top-call .btn-phone {
    width: 206px;
    height: 44px;
    font-size: 16px
  }

  .page-advantages-area .advantages-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0
  }

  .single-services-view-area .single-services-view-item:nth-child(n+3) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .single-services-view-area.expand-home .single-services-view-item:nth-child(n+3) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .single-services-link {
    display: block;
    margin-top: 30px;
    
  }

  .single-choice-link {
    display: block;
    margin-top: 30px
  }

  .call-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px
  }

  .choice-area .choice-item-block:nth-child(n+4) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .choice-area.expand-home .choice-item-block:nth-child(n+4) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .line-title {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px
  }

  .line-title img {
    width: 95px;
    height: auto;
    display: block
  }

  .tasks-desc {
    display: none
  }

  .tasks-item {
    max-width: 285px
  }

  .tasks-item-content h4 {
    font-size: 18px;
    line-height: 1.2
  }

  .tasks-item-content p {
    font-size: 14px;
    margin-bottom: 12px
  }

  .tasks-item-link .btn-main {
    height: 44px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }

  .tasks-mob {
    display: block
  }

  .clients .home-clients-item {
    grid-column: 6 span;
    height: 51px
  }

  .services-cases .slider-buttons {
    display: none
  }

  .services-cases-desc {
    display: none
  }

  .services-cases-mob {
    display: block
  }

  .services-cases-mob-area .cases-block:nth-child(n+3) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .services-cases-mob-area.expand-home .cases-block:nth-child(n+3) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .services-reviews-desc {
    display: none
  }

  .services-reviews-mob {
    display: block
  }

  .services-reviews .slider-buttons,
  .home-reviews .slider-buttons {
    display: none
  }

  .home-reviews .reviews-slider-lg {
    margin-bottom: 30px;
  }

  .services-reviews-mob-area .reviews-block:nth-child(n+3) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .services-reviews-mob-area.expand-home .reviews-block:nth-child(n+3) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .services-trust-desc {
    display: none
  }

  .services-trust .trust-area {
    display: block;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px
  }

  .services-trust .trust-area .trust-item {
    grid-column: 6 span
  }

  .list-tag {
    row-gap: 10px
  }

  .list-tag li {
    width: 182px;
    height: 38px
  }

  .services-news .btn-allnews {
    display: none
  }

  .services-news-link {
    display: block;
    margin-top: 30px
  }

  .services-news-area .news-item:nth-child(n+3) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .services-news-area.expand-home .news-item:nth-child(n+3) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .services-docs-item {
    grid-column: 12 span;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
  }

  .services-docs-item-icon {
    min-width: 30px
  }

  .services-docs-item-icon img {
    width: 30px;
    height: auto
  }

  .services-docs-item-link a {
    font-size: 18px
  }

  .prom-banner {
    padding-left: 10px;
    padding-right: 10px
  }

  .prom-banner .call-form .btn-submit {
    width: 100%;
    max-width: none
  }

  .prom-banner-image {
    display: none
  }

  .prom-banner-content p {
    font-size: 16px
  }

  .prom-banner-content p.link {
    font-size: 14px
  }

  .cases-item {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 12px 12px 12px 0
  }

  .cases-item-image {
    margin-top: 45px;
    min-width: 100px;
    max-width: 100px;
    height: 128px
  }

  .cases-item-image img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }

  .cases-item-content h4 {
    font-size: 18px
  }

  .cases-item-content p {
    font-size: 14px
  }

  .cases-item-link .btn-allteam {
    width: 200px
  }

  .team-item {
    grid-column: 6 span
  }

  .team-item:nth-child(1) {
    grid-column: 12 span
  }

  .team-info-name {
    font-size: 22px
  }

  .team-info-merits {
    font-size: 14px
  }

  .team-area .team-item:nth-child(n+2) .team-image-link {
    display: block
  }

  .team-area .team-item:nth-child(n+2) .team-image {
    display: none
  }

  .team-area .team-item:nth-child(n+2) .team-info {
    display: none
  }

  .news-item {
    grid-column: 12 span;
    margin-left: auto;
    margin-right: auto
  }

  .news-item h4 {
    font-size: 20px;
    margin-bottom: 12px
  }

  .news-item p {
    font-size: 14px;
    margin-bottom: 7px
  }

  .news-item-date {
    font-size: 14px
  }

  .page-price .descript {
    font-size: 16px;
    font-weight: 500
  }

  .page-price-wrap p.wrap-desc {
    font-size: 16px;
    font-weight: 500
  }

  .page-price-wrap .post-table {
    font-size: 16px
  }

  .price-table-header {
    padding: 14px 12px;
    font-size: 14px
  }

  .price-table-header-item:first-child {
    max-width: 120px;
    min-width: 120px
  }

  .price-table-header-item {
    max-width: 120px;
    min-width: 120px
  }

  .price-table-body .box .label {
    font-size: 18px;
    padding: 9px 12px
  }

  .price-table-body .box.active .content-line {
    padding: 14px 0 14px 12px
  }

  .price-table-body .box .content-line {
    font-size: 14px;
    padding: 14px 0 14px 12px
  }

  .price-table-body .box .content-title {
    max-width: 120px;
    min-width: 120px;
    font-size: 16px
  }

  .price-table-body .box .content-text {
    max-width: 120px;
    min-width: 120px;
    font-size: 14px
  }

  .price-table-body .box .content-text span {
    font-size: 12px
  }

  .price-table-body .box .content-text .btn-main {
    height: 44px;
    font-size: 14px
  }

  .page-price-uslug-item-left {
    font-size: 14px
  }

  .page-price-uslug-item-right {
    font-size: 16px
  }

  .page-price .services-item {
    grid-column: 12 span
  }

  .page-price .home-text-area p {
    font-size: 16px
  }

  .page-price .home-text-area h4 {
    font-size: 18px
  }

  .page-price .home-text-area ul {
    font-size: 16px
  }

  .page-about .page-descript p {
    font-size: 16px;
    font-weight: 500
  }

  .page-about .page-descript ul {
    font-size: 16px
  }

  .prom-banner {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .prom-banner::after {
    width: 0;
    height: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .page-blog .home-news-item {
    grid-column: 12 span
  }

  .page-blog .blog-wrapper-desc {
    display: none
  }

  .page-blog .blog-wrapper-mob {
    display: block;
    margin-bottom: 30px
  }

  .page-blog .prom-banner {
    margin-bottom: 0
  }

  .blog-wrapper-tag .ul-tag li {
    padding: 6px 25px;
    min-width: 105px
  }

  .blog-wrapper-tag .ul-tag li a {
    font-size: 14px
  }

  .nav-paginate {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .single-blog .autor-info-foto img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  .single-blog .autor-info-data h4 {
    font-size: 22px
  }

  .single-blog .autor-info-data-stage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3px;
    font-size: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .single-blog .autor-info-resume span {
    font-size: 12px
  }

  .single-blog .autor-info-resume p {
    font-size: 12px
  }

  .single-blog .autor-info-link a {
    font-size: 12px
  }

  .single-blog-doptitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .single-blog-doptitle .btn-allteam {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .single-blog-content {
    font-size: 16px;
    font-weight: 500
  }

  .single-blog .blog-wrapper .home-news-item {
    grid-column: 12 span
  }

  .single-blog-consult .consult {
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px
  }

  .blog-wrapper .home-news-item:nth-child(n+3) {
    display: none;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
  }

  .blog-wrapper.expand-home .home-news-item:nth-child(n+3) {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .page-team .consult {
    margin-bottom: 0
  }

  .page-team .filter-mob-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .page-team .filter-mob-menu-item::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 4px;
    color: #fff;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/arrow-3.svg) 50% 50% no-repeat;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
  }

  .page-team .filter-mob-menu-item.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .page-team .team-menu {
    display: none
  }

  .page-team .team-menu li {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 23px;
    border-radius: 30px;
    margin-bottom: 10px
  }

  .page-team .team-menu li:first-child {
    display: none
  }

  .page-team-area .team-item {
    grid-column: 12 span
  }

  .page-team-area .team-item:nth-child(n+2) {
    grid-column: 6 span
  }

  .page-team-area .team-item:nth-child(n+2) .team-image-link {
    display: block
  }

  .page-team-area .team-item:nth-child(n+2) .team-info {
    display: none
  }

  .page-team-area .team-item:nth-child(n+2) .team-image {
    display: none
  }

  .single-team-area-left {
    grid-column: 3 span
  }

  .single-team-area-right {
    display: none
  }

  .single-team-info-contact {
    margin-bottom: 40px
  }

  .single-team-info-image {
    display: block;
    margin-bottom: 50px
  }

  .single-team-advance {
    -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
  }

  .single-team-advance-item-text {
    font-size: 30px
  }

  .single-team-advance-item-text span {
    font-size: 16px
  }

  .single-team-doc-area {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
  }

  .single-team-doc-item {
    max-width: 180px;
    padding: 11px
  }

  .single-blog.single-team .autor-info-resume {
    font-size: 14px
  }

  .single-blog.single-team .autor-info-resume span {
    font-size: 14px
  }

  .single-blog.single-team .autor-info-resume p {
    font-size: 14px
  }

  .contact-item {
    grid-column: 12 span;
    padding: 15px 15px 15px 20px
  }

  .contact-item p {
    font-size: 16px
  }

  .contact-item span {
    font-size: 14px
  }

  .contact-item p.contact-item-time {
    font-size: 16px
  }

  .contact-item p.contact-item-phone {
    font-size: 16px
  }

  .contact-item .bottom-tel {
    font-size: 16px
  }

  .soclink-area a img {
    width: 53px;
    height: 53px
  }

  .page-error .consult {
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px
  }

  .page-error-wrap h1 {
    font-size: 195px
  }

  .page-error-wrap p {
    font-size: 16px
  }

  .page-coming {
    background: url(../img/bg-non-1.webp) 100% 34% no-repeat
  }

  .page-coming {
    padding-top: 120px
  }

  .page-coming-image {
    display: none
  }

  .page-coming-image img {
    width: 470px
  }

  .page-coming-content {
    padding-bottom: 300px
  }

  .page-coming-content h1 {
    font-size: 32px
  }

  .page-coming-content p {
    font-size: 16px;
    margin-bottom: 30px
  }

  .page-coming-connection {
    margin-bottom: 50px
  }

  .page-coming-connection span {
    font-size: 16px
  }
}

@media (max-width:575.98px) {

  .h1,
  h1 {
    font-size: 26px
  }

  .h2,
  h2 {
    font-size: 22px
  }

  .h3,
  h3 {
    font-size: 20px
  }

  .h4,
  h4 {
    font-size: 18px
  }

  .visible-mobile {
    display: block
  }

  .home-team {
    padding-top: 10px
  }

  .home-team h2 {
    margin-bottom: 25px
  }

  .home-team-area-left-item {
    grid-column: 2 span
  }

  .home-team-area-left-dop {
    grid-column: 2 span
  }

  .home-team-area-left-dop-text h4 {
    font-size: 20px
  }

  .home-team-area-right-dop {
    grid-column: 2 span
  }

  .home-team-area-right-dop .home-team-area-left-dop-foto {
    margin-bottom: 30px
  }

  .home-team-area-left-dop .home-team-area-left-dop-text {
    grid-column: 12 span;
    display: none
  }

  .services-item {
    max-width: 100%;
  }

  .home-reviews .reviews-slider-lg {
    padding-right: 20px;
    overflow: visible;
  }

  .home-reviews {
    overflow: hidden;
  }

  .home-team-area-right .home-team-area-left-item {
    display: none
  }

  .home-team-area-right-dop .home-team-area-left-item {
    display: block
  }

  .trust h2 {
    margin-bottom: 25px
  }

  .trust h2 {
    margin-bottom: 25px
  }

  .page-error-link .btn-allteam {
    width: 100%
  }
}

@media (max-width:399.98px) {
  .page-error-wrap h1 {
    font-size: 160px
  }
}

.wpcf7-spinner {
  display: none;
}