/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
::before,
::after {
  box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Montserrat", sans-serif;
  color: var(--dark);

}

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Montserrat", sans-serif;

}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html * {
  max-height: 999999px;
  outline: none;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  font-weight: var(--f1w);
  font-feature-settings: 'lnum' on;
  line-height: 1.5;
  color: #212529;
  color: var(--dark);
  text-align: left;
  background-color: #fff
}

body.dark_theme {
  color: #fff;
  background: var(--dark);
}

body.hiddenbody {
  overflow: hidden !important;
}

body.blur .page-frame,
body.compensate-for-scrollbar .page-frame {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

section {
  position: relative;
  padding-block: 4rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

code,
kbd,
samp {
  font-size: 1rem
}

pre {
  font-size: 0.9rem
}

small {
  font-size: 80%;
  line-height: 1.4;
  display: inline-block;
  color: var(--gray);
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  color: transparent;
}

img[srcset="*"] {
  opacity: 0;
}

body.chrome img {
  image-rendering: -webkit-optimize-contrast;
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th {
  text-align: inherit
}

label {
  position: relative;
  display: inline-block
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

b,
strong {
  font-weight: bold;
}

:root {
  --coef_r: 1;
  --coef_h: 1;
  --coef_w: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
  font-family: "Montserrat", sans-serif;
  word-break: break-word;
}

h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter,
h5:first-letter,
h6:first-letter {
  text-transform: capitalize;
}

h1 {
  font-size: 3rem;
  font-weight: var(--f2wh1);
  margin: 0 0 2.5rem;
  line-height: 1.1
}

h2 {
  font-size: 2rem;
  font-weight: bold;
  font-weight: var(--f2w);
  margin: 2.5rem 0 2rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 140%;

}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: var(--f2w);
  margin: 2rem 0 1rem;
  line-height: 1.3
}

h4 {
  font-size: 1.25rem;
  font-weight: bold;
  font-weight: var(--f2w);
  margin: 2rem 0 1rem;
  font-family: var(--f1);
  line-height: 1.3
}

p {
  margin: 1rem 0
}

p:first-child {
  margin-top: 0
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

a,
a:focus,
input:focus,
button:focus {
  text-decoration: none;
}

a,
a:focus,
a:active {
  color: var(--color);
  border-bottom-color: var(--color);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

a[href^="mailto:"] {
  color: var(--color);
  border-bottom: 1px dashed var(--color)
}

a[href^="mailto:"]:hover {
  border-bottom-color: transparent
}

a[href^="tel:"] {
  color: var(--color);
  border-bottom-color: transparent
}

a[href^="tel:"].phone-content {
  color: var(--color);
  font-weight: bold;
  font-weight: var(--f1ws);
  white-space: nowrap
}

ol {
  list-style-type: none;
  counter-reset: mylist
}

ol li {
  position: relative;
  margin: .5rem 0;
  counter-increment: mylist
}

ol li::before {
  content: counters(mylist, ".") ". "
}

ol li h2::before {
  content: counter(mylist) ". "
}

ol li li {
  padding-left: 2.5rem
}

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

li {
  text-align: left;
}

.list ul,
.list ol {
  padding: 0;
  margin: 0
}

.list ol {
  counter-reset: item
}

.list ul li,
.list ol li {
  position: relative;
  margin: 0.5rem 0;
  list-style: none;
  padding-left: 2rem;
  line-height: 1.4
}

.list ul li::before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: var(--color);
}

h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 140%;
}


.hero-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 8rem;
  padding-top: 4.8125rem;
  padding-bottom: 19.4375rem;
  width: 53.5rem;
}

.hero-item-wrapper .btn {
  margin-top: 3rem;
}

.wrapper {
  overflow: hidden;
}

.btn {
  cursor: pointer;
}

.btn span {
  padding: .8rem 2.25rem;
  min-width: 9.125rem;
  display: block;
  font-size: 1rem;
  text-align: center;

}

.manager__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
}

.manager-img2 {
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: 1;
}

.btn span {
  font-size: 0.875rem;
}

.manager-img {
  position: absolute;
  bottom: 0;
  right: 32%;
  width: 25%;
  z-index: 1;
}

.manager ul {
  font-size: 1.5rem;
  line-height: 130%;
}

.manager ul li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1.125rem;
}

.manager ul li::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: var(--color);
}

.form-group.form-textarea {
  height: 146px;
  border-radius: 1.5625rem;

}

.form-group.form-textarea textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  border-radius: 1.5625rem;
  padding: 1.1875rem 1.5rem;

}

.manager__inner .title {
  max-width: 39.125rem;
  margin-bottom: 2.25rem;
}

.title-section {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-color: #fff;
  padding: 0.3rem;
  border-radius: 5px;
  z-index: 2;
}

.btn {
  border: none;
  background-color: var(--color);
}

.error-message {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.error+.error-message,
.error~.error-message {
  display: block;
}

input.error,
textarea.error,
.agreement-check.error {
  border-color: #ff0000;
}

.agreement-check.error label {
  color: #ff0000;
}

.container,
section .wrapper {
  position: relative;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  z-index: 1;
}


.header__top {
  background-color: var(--color);
  color: var(--light);
  padding: 0.5rem 0;
}

.header__phone a {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 130%;
  text-align: right;

}

.header__top-content {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.header__top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}

.header__col {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;

}

.ar {
  width: 3.125rem;
  height: 3.125rem;
  background: linear-gradient(180deg, #FB9324 0%, #EB6B33 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
}

.partners .slider-next-btn {
  top: 50%;
  transform: translate(0, -50%);
  right: -6.4375rem;
  position: absolute;
}

.partners .slider-prev-btn {
  top: 50%;
  transform: translate(0, -50%);
  left: -6.4375rem;
  position: absolute;
}

.ar:hover {
  background: var(--color);
}

.swiper-hero-next {
  position: absolute;
  top: 25%;
  transform: translate(0, -50%);
  right: 11rem;
}


.hero-pagination {
  bottom: 22rem;
  width: 100% !important;
}

.swiper-pagination-bullet {
  width: 9.82px !important;
  height: 9.82px !important;
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1 !important;
  flex-shrink: 0;
  display: block !important;
}

.docs__wr .swiper-pagination-bullet {
  background-color: var(--color) !important;
}

.docs__wr .swiper-pagination-bullet-active {
  background: #FB9324 !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(1) !important;
}

.docs .swiper-pagination {
  position: relative !important;
  width: 100% !important;
  margin-top: 2rem !important;
}

.swiper-pagination-bullet-active {
  width: 9.82px !important;
  height: 9.82px !important;
  background: #FB9324 !important;
  border: 1px solid #FB9324 !important;
}

.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  border: 1px solid #FB9324;
  border-radius: 50%;
}

.footer .header__phone a {
  color: var(--color);
}

.footer__contacts-inner {
  display: flex;
  gap: 2rem;
}

.footer .header__contacts {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-direction: column;
}

.footer__contacts .btn span {
  padding: .75rem 1rem;
}

.footer .tg {
  background-color: #039BE5;
}

.footer .wa {
  background-color: #4BAE4F;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1.5rem;
}

.swiper-pagination-bullets-dynamic {
  overflow: visible !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.125rem;
  height: 18px !important;
  transform: scale(1) !important;
}

#cookie_notification {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: none;
  transform: translate(-50%, 0);
}

.docs {
  padding-bottom: 7rem;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1) !important;
}

.swiper-hero-prev {
  position: absolute;
  top: 25%;
  transform: translate(0, -50%);
  left: 11rem;
}

.header__top_soc {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer_logos {
  display: flex;
  flex-direction: column;
}

.footer-2 {
  background-color: var(--color);
  font-size: .875rem;
  line-height: 130%;
  color: var(--dark);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.footer-2 {
  padding: 8px 0;
}

.footer-2-inner {
  display: flex;
  gap: 0.5rem;
}

.popup {
  display: none;
}

.footer {
  padding: 2rem 0;
}

.social .soc,
.social .soc a {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.header__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--dark);
  max-width: 12.5rem;
}

.nav-wrap ul {
  display: flex;
  align-items: center;
}

.nav-wrap .nav-link {
  line-height: 130%;
  padding: 0.1875rem 0.875rem;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.625rem 0;
}

.header__logo-wrap {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.hero-item {
  position: relative;
}



.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__excellence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: var(--color);
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding: 2rem 0 3rem 0;
  margin-top: -12.5rem;
}

.hero__excellence::before {
  content: '';
  position: absolute;
  top: 0;
  transform: translate(0, -48%);
  left: 0;
  width: 100%;
  height: 5rem;
  background-image: url(../img/l.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__excellence::after {
  content: '';
  position: absolute;
  bottom: 0;
  transform: translate(0, 45%);
  left: 0;
  width: 100%;
  height: 5rem;
  background-image: url(../img/l2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__excellence-item {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: .6875rem;
  position: relative;
}

.hero__excellence-item:not(:last-child):before {
  content: '';
  position: absolute;
  width: 1px;
  height: 65%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: #AADF68;
}

.hero {
  position: relative;
  padding: 0;
}

.hero-item {
  position: relative;
}

.hero-item::before,
.qoute::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #233522 -0.8%, rgba(35, 53, 34, 0) 115.78%);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.qoute__text {
  width: 30.625rem;
}

.qoute__text-wrap {
  font-size: 1.5rem;
  line-height: 130%;
  padding: 1.875rem 2.3125rem 1.875rem 0;
  border-radius: 0 9.375rem 9.375rem 0;
  position: relative;
  background: var(--light);
  margin-top: 4.5625rem;
}

.agreement-label {
  position: relative;
  font-size: .7rem;
  font-size: max(0.7rem, 12px);
  padding-left: 2rem;
  font-weight: var(--f1w);
  text-align: left;
  margin-top: .875rem;
}

.agreement-check input+.agreement-label .check::before {
  content: '';
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #000;
  left: 0;
  top: 1px;
  opacity: 0;
  -webkit-transition: all .12s, border-color .08s;
  -o-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.agreement-label .check {
  position: absolute;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.agreement-check input:checked+.agreement-label .check::before {
  width: .5rem;
  top: -1px;
  left: 7px;
  border: 2px solid var(--color);
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.agreement-check input+.agreement-label .check::after {
  content: '';
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #316B20;
  left: 0;
  top: 1px;
  opacity: 1;
  border-radius: 5px;
}

.garant-img {
  position: absolute;
  bottom: -5.9375rem;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.garant-img2 {
  position: absolute;
  bottom: -2.9375rem;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.why__tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}

.why__tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 3.125rem;
  background: #FB9324;
  border-radius: 31.25rem;
  font-weight: 700;
  line-height: 130%;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}

.why__tab:hover {
  background: #FFFFFF;
  border-color: #EB6B33;
  color: var(--dark);
}

.why__tab.active {
  background: #FFFFFF;
  border-color: #EB6B33;
  color: var(--dark);
}

.why__content {
  display: none;
  animation: fadeIn 0.5s ease;
  min-height: 22.125rem;
}

.why__content ul li {
  position: relative;
  font-size: 1.25rem;
  line-height: 130%;
  padding-left: 6.875rem;
}

.why__content ul li strong:first-of-type {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 0.3rem;
  display: block;
}

.why__content ul li br {
  display: none;
}

.why__items {
  width: 48%;
  margin-left: auto;
  margin-top: 6.875rem;
}


.why__wrap-img {
  position: absolute;
  left: -5%;
  bottom: -4rem;
  width: 52%;
}

.why__content ul li img {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: 0;
}

.why__content ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.why__content.active {
  display: block;
}

.why {
  background-color: var(--color);
  padding-bottom: 6.875rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.garant__wrap {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.garant {
  background-color: var(--color);
  padding-bottom: 8.25rem;
}

.swiper-garant-prev {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: -5.3rem;
}

.swiper-garant-next {
  top: 50%;
  right: -5.3rem;
  transform: translate(0, -50%);
  position: absolute;
}

.garant-color-img2 {
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: 2;
}

.team__item-list {
  margin-top: 1.5rem;
}

.btn:hover {
  box-shadow: none;
  background: var(--color);
}

.btn.btn-link:hover {
  border-color: transparent;
  background: #EB6B33;
  color: var(--light);
}

.nav-wrap .nav-link:hover {
  font-weight: 700;
}

.footer .header__phone a:hover {
  color: var(--dark);
}

.zoom-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.garant__min-slider {
  margin-right: -10rem;
}

.garant__big-slider img,
.garant__min-slider img {
  border-radius: 1.5625rem;
  overflow: hidden;
}

.garant h2 {
  margin-top: 0;
}

.garant__inner {
  display: flex;
  gap: 2rem;
  padding-left: 9.3125rem;
}

.garant__title {
  padding-left: 8.4375rem;
}

.garant .title p {
  font-size: 1.25rem;

}

.garant .section_btns {
  width: 62%;
  margin-top: 3.5rem;
}

.garant__big-slider {
  width: 40%;
  position: relative;
  z-index: 1;
}

.agreement-check input {
  position: absolute;
  top: 4px;
  z-index: 1;
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.agreement-label a {
  color: var(--dark);
  border-bottom: 1px solid;
}

.agreement-check {
  position: relative;
}

.qoute__text-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  border-radius: 0 9.375rem 9.375rem 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--color);
  background: var(--light);
  z-index: -1;
}

.qoute__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.qoute__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qoute {
  padding: 7rem 0 12.1875rem 0;
}

.qoute h2 {
  color: var(--light);
}

.qoute .title p {
  color: var(--light);
}

.qoute__text-wrap svg {
  position: absolute;
  top: 1.875rem;
  left: -4.5rem;
}

.qoute__text-wrap p {
  margin: 0;
}

.services-el {
  position: absolute;
  bottom: -2.3rem;
  left: 0;
  width: 104%;
  z-index: 1;
  pointer-events: none;
  transform: scale(-1, 1);
}

b,
strong {
  font-weight: 700;
}

/*
	slick 1.9.0
	====================
 */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 50%;
  bottom: calc(50% - 1.5rem);
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 0;
  box-shadow: 0 10px 30px -10px var(--color);
  z-index: 1;
}

.slick-arrow svg {
  fill: #fff;
  width: 60%;
  height: 60%;
  min-width: 1rem;
  min-height: 1rem;
}

.slick-arr-prev {
  left: -1rem
}

.slick-arr-next {
  right: -1rem
}

.slick-arr-prev:hover {
  transform: translateX(-3px)
}

.slick-arr-next:hover {
  transform: translateX(3px)
}

.slick-arr-prev:active {
  transform: translateX(-3px) translateY(3px)
}

.slick-arr-next:active {
  transform: translateX(3px) translateY(3px)
}

.slick-arrow.slick-disabled,
.swiper-button-disabled {
  cursor: no-drop !important;
  filter: grayscale(1) opacity(0.4);
  box-shadow: none !important;
}

.slick-arrow:active {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, .15), 0 2px 6px 0 rgba(0, 0, 0, .1)
}

.slick-dots {
  position: absolute;
  bottom: -1.5rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 0.5rem;
  z-index: 1;
}

.slick-dots li button {
  border: 0;
  border-radius: 10px;
  text-indent: -9999px;
  width: 6px;
  height: 6px;
  display: block;
  box-shadow: 0 0 13px;
  font-size: 0;
  background: #fff;
  cursor: pointer;
  padding: 0;
}

.slick-dots li.slick-active button {
  width: 1.5rem;
  background: var(--color);
  box-shadow: 0 0 13px var(--color);
}

.slick-dots li button:hover {
  background: var(--color);
}

@media (max-width: 1500px) {
  .slick-arr-prev {
    left: 1rem
  }

  .slick-arr-next {
    right: 1rem
  }
}

@media (max-width: 1181px) {
  .slick-arr-prev {
    left: 0rem
  }

  .slick-arr-next {
    right: 0rem
  }

  .slick-arr-prev:hover {
    transform: translateX(0)
  }

  .slick-arr-next:hover {
    transform: translateX(0)
  }

  .slick-arr-prev:active {
    transform: translateX(0) translateY(0)
  }

  .slick-arr-next:active {
    transform: translateX(0) translateY(0)
  }
}

.hero__excellence-text {
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: var(--light);
}

.hero__excellence-text p {
  margin: 0;
}

.partners__slide {
  width: 10.125rem;
  height: 4.875rem;
  display: flex;
  align-items: center;
  justify-content: center;

}


.partners {
  padding: 4.9375rem 0;
  padding-bottom: 7rem;
}

.partners__slider {
  margin: 0 6.4375rem;
  position: relative;
}

.garant-color-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -59%);
}

.cases__items-wr {
  width: 70%;
  margin: 0 auto;
}

.swiper-cases-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -6.25rem;
}

.swiper-cases-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -6.25rem;
}

.cases__items-wr {
  position: relative;
}

.partners__slider .swiper-container {
  overflow: hidden;
}

.cases__item__img {
  height: 45.75rem;
  border-radius: 1.5625rem;
  overflow: hidden;
  position: relative;
}

.cases__item__content {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
}

.section_btns-text {
  font-weight: 700;
  font-size: .875rem;
  line-height: 140%;
}

.services-color {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: var(--color);
}

.cases .section_btns {
  margin: 0 auto;
  margin-top: 3.5625rem;
  width: 19rem;
}

.services__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.1875rem;
  margin-top: -1.5rem;
  align-self: center;
  margin-bottom: .5rem;
}

.services-color-img {
  position: absolute;
  bottom: -1px;
  left: 0;
}

.section_btns {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
}

.section_btns {
  font-size: .875rem;
}

.services__inner .section_btns {
  margin: 0 auto;
  margin-top: 2.3125rem;
}

.cases {
  padding: 3rem 0;
  padding-bottom: 6rem;
}

.cases__item__content-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cases__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_bullets {
  background-color: var(--color);
  padding-bottom: 1.5rem;
}

.text_bullets__inner .title p {
  font-size: 1.5rem;
  line-height: 130%;

}

.services__item-text.list ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.section_btns {
  width: 22rem;
  margin-top: 2.375rem;
}

.text_bullets__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 10.125rem;
  background: #FFFFFF;
  border: 1px solid #AADF68;
  border-radius: 1.5625rem;
  padding: 1.25rem;
  justify-content: center;
  text-align: center;
}

.text_bullets-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -56%);
}

.text_bullets__inner {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.text_bullets .title {
  flex: 0 0 32%;
}

.text_bullets .title h2 {
  margin-top: 0;
}

.text_bullets__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.text_bullets__item-title {
  font-weight: 700;
  line-height: 130%;
}

.services__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.8125rem;
}

.services__item {
  background: var(--light);
  border: 1px solid var(--color);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 1.5625rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.services__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 1.25rem;
}

.list ul li {
  position: relative;
  padding-left: 1rem;
}

.services {
  padding-bottom: 10.4375rem;
  z-index: 2;
}

.list ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.manager-el {
  position: absolute;
  top: -5rem;
  left: 0;
}

.why-el {
  position: absolute;
  top: -5rem;
  left: 0;
}

.team {
  padding-bottom: 6rem;
}

.team-color-img {
  position: absolute;
  top: -4rem;
  left: 0;
  z-index: 2;
}

.team__inner .title h2,
.why__inner .title h2 {
  margin-top: 0;
}

.services__item-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: .875rem;
  line-height: 130%;
  text-align: right;
  color: #EB6B33;
  margin-top: 1.8125rem;
}

.services__item-link:hover {
  color: var(--color);
}

.services__item-link:hover svg path {
  fill: var(--color);
}


.header__phone a:hover {
  color: var(--color);
}


.list ul li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #AADF68;
  top: 0.3rem;
  left: 0;
  border-radius: 50%;

}

.title p {
  font-size: 1.5rem;
  line-height: 130%;
}

.services__inner {
  width: 63.6875rem;
  background: #FFFFFF;
  border: 1px solid var(--color);
  box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.1);
  border-radius: 1.5625rem;
  margin: 0 auto;
  padding: 4rem;
}

.services__inner h2 {
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.team__item-content-op {
  display: none;
}

.team__item {
  background: #FFFFFF;
  border: 1px solid var(--color);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 1.5625rem;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: .625rem;

}

.team__item-ava {
  flex-shrink: 0;
}

.team__item-content-title {
  font-weight: 700;
  font-size: .875rem;
  line-height: 130%;
  color: #0B3D2C;
  padding-top: 1.5rem;
  padding-bottom: .875rem;
  border-bottom: 1px solid var(--color);
  margin-bottom: .625rem;
}

.team__item-content {
  font-size: .875rem;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.team__item-content-dol {
  margin-bottom: 1rem;
}

.team__item-content .services__item-link {
  margin-top: auto;
}

.team__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

.btn {
  flex-shrink: 0;
}

.btn.btn-link span {
  min-width: unset;
}

.btn.btn-link {
  border: 1px solid #EB6B33;
  background: var(--light);
  color: var(--dark);
  box-shadow: none;
}

.team .section_btns {
  width: 30rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.docs__item-img,
.docs__item-img img {
  border-radius: 1.5625rem;
  perspective-origin: var(--coef_h);
}

.garant .container {
  z-index: unset;
}

.docs__item-img {
  border: 1px solid var(--color);
}

.form-wrap {
  width: 22.25rem;
  background: #FFFFFF;
  border: 1px solid var(--color);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 1.5625rem;
  padding: 2rem 2.375rem;

}

.form-head {
  font-weight: 700;
  line-height: 130%;
  color: #0B3D2C;
  margin-bottom: 0.5rem;
  text-align: center;
}

.docs__items {
  overflow: hidden;
  margin: 0 6.5625rem;
}

.form .btn {
  width: 100%;
}

.form-desc {
  font-size: .875rem;
  line-height: 130%;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.3125rem;
}

.form-group {
  height: 3.125rem;
  background: var(--color);
  border-radius: 3.125rem;
  margin-bottom: .875rem;
}

.form-group input {
  padding: 1rem 1.5rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  border: navajowhite;
  background: transparent;
  width: 100%;
}

.manager {
  background-color: var(--color);
  padding-bottom: 5rem;
}

.docs__inner h2 {
  margin-top: 0;
}

.docs__wr {
  position: relative;
}

.swiper-docs-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

.swiper-docs-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1) !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  font-size: .875rem !important;
  color: #316B20 !important;

}

.popup {
  border-radius: 1.5625rem;
}

.popup .form {
  width: 320px;
}

@media (min-width: 320px) {

  .container,
  section .wrapper {
    padding: 0 1rem
  }
}

@media (min-width: 360px) {

  .container,
  section .wrapper {
    padding: 0 1.5rem
  }
}

@media (min-width: 500px) {

  .container,
  section .wrapper {
    padding: 0 2rem
  }
}

@media (min-width: 768px) {

  .container,
  section .wrapper {
    padding: 0 2.5rem
  }
}

@media (min-width: 1024px) {

  .container,
  section .wrapper {
    padding: 0 3rem
  }
}

@media (min-width: 1181px) {

  .container,
  section .wrapper {
    padding: 0 5rem
  }
}

@media (min-width: 1400px) {

  .container,
  section .wrapper {
    max-width: 1578px;
    padding: 0 6rem
  }
}

@media screen and (min-width: 2500px) {
  body {
    zoom: 1.333;
  }
}