/*============= ALIGNES ===============*/

.alignwide {
  width: 100%;
  padding: 70px 0;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
  padding: 70px 0;
}
@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}
@media (max-width: 1100px) {
  .alignwide,
  .alignfull {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .alignwide,
  .alignfull {
    padding: 20px 0;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  line-height: 120%;
  box-sizing: inherit;
  color: var(--main-text-primary);
  box-sizing: border-box;
  /* transition: all 0.3s ease-in; */
}
@media (max-width: 620px) {
  * {
    line-height: 120%;
  }
}
body {
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden !important;
  background: var(--background);
}
/* body:has(.about-block) h1.page-title {
  display: none;
} */
body.page-id-66 h1.page-title {
  display: none;
}
blockquote {
  position: relative;
  padding-left: 39px;
}
blockquote::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/quote.svg);
}
@media (max-width: 620px) {
  blockquote {
    padding-left: 20px;
  }
  blockquote::before {
    width: 15px;
    height: 15px;
  }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: var(--background-secondary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: var(--primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
::selection {
  color: white;
  background: var(--primary);
  -webkit-text-fill-color: white;
}

a {
  text-decoration: none;
  color: var(--main-text-primary);
  transition: all 0.3s ease-in;
}
a:hover,
span {
  color: var(--primary);
}
.title span {
  color: var(--primary);
}
strong,
strong * {
  font-weight: 800 !important;
}
table {
  font-size: 14px;
}
ol {
  gap: 5px;
  list-style-position: outside;
  padding-left: 20px;
}
ol li {
  padding-left: 5px;
}
ol li:not(:last-of-type) {
  margin-bottom: 10px;
}
ul {
  margin-top: 10px;
}
ul li {
  /* display: flex; */
  position: relative;
  align-items: center;
  font-size: inherit;
  list-style-position: inside;
  list-style-type: none;
  height: fit-content;
  gap: 10px;
  padding-left: 20px;
}
ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
ul li::before {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  content: "";
  flex-shrink: 0;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin-top: 8px;
  background: var(--primary);
}
@media (max-width: 576px) {
  ul {
    gap: 5px;
  }
}

h2.wp-block-heading {
  margin: 20px 0;
}
h2.wp-block-heading,
h2.wp-block-heading * {
  font-size: 32px;
  text-align: start;
}
@media (max-width: 768px) {
  h2.wp-block-heading,
  h2.wp-block-heading * {
    font-size: 20px;
  }
}

h1,
h1 *,
.h1,
.h1 * {
  /*font-size c 56 до 22 */
  font-size: clamp(1.375rem, 0.95rem + 2.13vw, 3.5rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
  /*margin-bottom c 40 до 20 */
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
h2,
h2 *,
.h2,
.h2 * {
  /*font-size c 48 до 22 */
  font-size: clamp(1.375rem, 1.05rem + 1.63vw, 3rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
  /*margin-bottom c 40 до 20 */
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
h3,
h3 *,
.h3,
.h3 * {
  /*font-size c 40 до 18 */
  font-size: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
}
h4,
h4 *,
.h4,
.h4 * {
  /*font-size c 32 до 16 */
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: 500;
  line-height: 120%;
  color: var(--head-primary);
}
h5,
h5 *,
.h5,
.h5 * {
  /*font-size c 24 до 14 */
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
  font-weight: 500;
  line-height: 120%;
  color: var(--head-primary);
}
h6,
h6 *,
.h6,
.h6 * {
  /*font-size c 20 до 14 */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 500;
  line-height: 120%;
  color: var(--head-primary);
}
.numbers,
.numbers * {
  /*font-size c 40 до 18 */
  font-size: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem);
  font-weight: 500;
  line-height: 100%;
}

p {
  /*font-size c 18 до 14 */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 10px;
}
.p1,
.p1 * {
  /*font-size c 22 до 14 */
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  font-weight: 400;
  line-height: 140%;
}
.p2,
.p2 * {
  /*font-size c 18 до 14 */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: 400;
  line-height: 145%;
}
.p3,
.p3 * {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.breadcrumbs {
  /* display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; */
  /* padding: 20px 0; */
  padding-bottom: 11px;
  font-weight: 400;
  /* 18 - 10 */
  font-size: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  line-height: 120%;
  color: var(--main-text-primary);
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--main-text-primary);
  background: transparent;
  transition: all 0.3s ease-in;
}
.breadcrumbs span .current-item {
  pointer-events: none;
}
.breadcrumbs span .current-item,
.breadcrumbs span .current-item span,
.breadcrumbs span:hover {
  color: var(--primary);
}
.btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: fit-content;
  height: 50px;
  text-align: center;
  outline: none;
  padding: 15px 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  white-space: nowrap;
  border-radius: 100px;
  color: var(--fourth);
  border: 1px solid var(--primary);
  background: var(--primary);
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}
.btn:hover {
  color: var(--fourth);
  border: 1px solid var(--second);
  background: var(--second);
}
.btn.first {
  color: var(--head-primary);
  border: 1px solid var(--primary);
  background: transparent;
}
.btn.first:hover {
  color: var(--fourth);
  border: 1px solid var(--primary);
  background: var(--primary);
}
.btn.second {
  color: var(--fourth);
  border: 1px solid var(--primary);
  background: var(--primary);
}
.btn.second:hover {
  color: var(--head-primary);
  border: 1px solid var(--fourth);
  background: var(--fourth);
}

@media (max-width: 992px) {
  .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
  .breadcrumbs {
    padding: 10px 0;
    gap: 5px;
  }
}
@media (max-width: 512px) {
  .btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

#main,
#primary {
  min-height: 40vh;
  overflow: clip;
  flex-grow: 1;
}

/*============ HEADER =================*/

#header {
  display: flex;
  position: sticky;
  justify-content: center;
  top: 0;
  width: 100%;
  background: var(--fourth);
  border-bottom: 1px solid var(--stroke-secondary);
  margin-bottom: 20px;
  z-index: 99;
}
#header ul li::before {
  display: none;
}
#header .header-container {
  display: flex;
  width: 100%;
  max-width: 1920px;
  padding: 0 15px;
}
#header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 15px;
  gap: 20px;
}
#header .header-info {
  display: flex;
  align-items: center;
  width: auto;
  gap: 30px;
}
#header .header-info__item {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 15px;
}

/* LOGO STYLE Start*/
.logo-holder {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 180px;
  height: 80px;
}
.logo-holder img,
.logo-holder svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-holder .logo-text {
  display: none;
}

@media (max-width: 1500px) {
  .logo-holder {
    max-width: 140px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .logo-holder {
    max-width: 120px;
    height: 40px;
  }
}
/* LOGO STYLE End*/

/* SOC STYLE Start*/
.soc-holder {
  display: flex;
  align-items: center;
  gap: 15px;
}
.soc-holder .soc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid var(--stroke-secondary);
  background: var(--fourth);
  overflow: hidden;
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}
.soc-holder .soc-icon svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.soc-holder .soc-icon:hover {
  border: 1px solid var(--primary);
  background: var(--primary);
}
.soc-holder .soc-icon svg path {
  transition: all 0.3s ease-in;
}
.soc-holder .soc-icon:hover svg path {
  fill: var(--fourth);
}
.soc-holder .soc-icon:hover svg rect {
  fill: var(--primary);
}

@media (max-width: 768px) {
  .soc-holder .soc-icon {
    width: 35px;
    height: 35px;
  }
  .soc-holder .soc-icon svg {
    width: 20px;
    height: 20px;
  }
}
/* SOC STYLE End*/

/* EMAILS Start */
.emails-holder {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 10px;
}
.emails-holder .email {
  width: fit-content;
  white-space: nowrap;
}
.emails-holder .email:hover {
  color: var(--primary);
}
/* EMAILS End */

/* PHONE STYLE Start*/
.phones-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.phone {
  width: fit-content;
  white-space: nowrap;
}
.phone:hover {
  color: var(--primary);
}
/* PHONE STYLE End*/

/* CONNECTION STYLE Start*/

.connection {
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 1;
}
.connection * {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.services-block .connection {
  width: 50%;
  flex-direction: row-reverse;
  min-width: 280px;
  z-index: 1;
}
.services-block .connection * {
  text-align: end;
}
.form-block .connection * {
  color: var(--fourth);
  margin: 0;
}
.connection__text * {
  margin: 0;
}
.connection__text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  gap: 27px;
}
.connection__title {
  color: var(--head-primary);
}
.connection__desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.connection__img {
  display: flex;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  outline: 3px solid var(--fourth);
  flex-shrink: 0;
}
.connection__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.connection__img::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: 3px solid var(--fourth);
  background: #08e608;
}

@media (max-width: 992px) {
  .services-block .connection {
    width: 100%;
    min-width: auto;
    margin-left: auto;
  }
}
@media (max-width: 860px) {
  .connection {
    gap: 15px;
  }
  .connection__img {
    width: 60px;
    height: 60px;
  }
  .connection__text,
  .connection__desc {
    gap: 10px;
  }
}
@media (max-width: 360px) {
  .connection__title,
  .connection__time {
    font-size: 12px;
  }
}
/* CONNECTION STYLE End*/

#header .header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  gap: 30px;
  list-style: none;
  margin: 0;
}

#header .header-menu li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
}
#header .header-menu li a {
  display: flex;
  align-items: center;
  height: fit-content;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--main-text-primary);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#header .header-menu li a:hover {
  color: var(--primary);
}

#header .header-menu .nav-menu-element.has-childs > a::after {
  content: "";
  display: block;
  position: relative;
  width: 13px;
  height: 14px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/menu-arrow.svg);
  transition: all 0.3s ease-in;
}
#header .header-menu .nav-menu-element.has-childs:hover > a::after {
  transform: rotate(-180deg);
}
#header .header-menu .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  width: max-content;
  height: max-content;
  min-width: 220px;
  left: -30%;
  column-gap: 50px;
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  margin: 0;
  cursor: default;
  padding: 30px;
  border: 1px solid var(--stroke-secondary);
  background: var(--fourth);
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease-in;
  z-index: 100;
}
#header .header-menu .sub-menu:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
}
#header .header-menu > li.has-childs li.has-childs .sub-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-left: 30px;
  transform: translate(0, 0);
  opacity: 0;
  visibility: hidden;
}
#header .header-menu > li.has-childs li.has-childs .sub-menu::before {
  top: 0;
  left: -40px;
}
#header .header-menu > li.has-childs li.has-childs:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header .header-menu > .nav-menu-element.has-childs:hover > .sub-menu,
#header .header-menu > .nav-menu-element.has-childs:active > .sub-menu {
  opacity: 1;
  visibility: visible;
  /* display: none; */
}
#header .header-menu .sub-menu li a {
  width: 100%;
  height: fit-content;
  padding: 0;
  background: transparent;
  color: var(--main-text-primary);
  text-transform: none;
}
#header .header-menu .sub-menu li a:hover {
  color: var(--primary);
}
#header .header-menu .sub-menu li:not(:first-of-type) a {
  padding-top: 15px;
}
#header .header-menu .sub-menu li:not(:last-of-type) a {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--stroke-secondary);
}

#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 30px;
  width: 30px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
}
#header .burger.open_menu span {
  background: var(--primary);
  background-clip: border-box;
  pointer-events: none;
  width: 24px;
  height: 2px;
}
#header .burger.open_menu.clicked {
  background-color: var(--white);
}

@media (max-width: 1800px) {
  #header .header-menu {
    gap: 20px;
  }
  #header .header-menu li a {
    font-size: 16px;
  }
  #header .header-info {
    gap: 20px;
  }
  #header .header-info .btn {
    display: none;
  }
  #header .soc-holder {
    gap: 10px;
  }
}
@media (max-width: 1500px) {
  #header .header-wrapper {
    padding: 10px 0;
  }
  #header .header-menu {
    gap: 15px;
  }
  #header .header-menu li a {
    font-size: 14px;
  }
  #header .header-menu .sub-menu {
    transform: translate(0, 10px);
  }
  #header .header-menu .sub-menu:before {
    top: -30px;
  }
}
@media (max-width: 1200px) {
  #header .header-menu {
    display: none;
  }
  #header .burger.open_menu {
    display: flex;
  }
  #header .header-info {
    margin-left: auto;
  }
}
@media (max-width: 1100px) {
  #header .header-content {
    gap: 20px;
  }
  #header .header-content .soc-holder {
    display: none;
  }
}
@media (max-width: 768px) {
  #header .header-wrapper {
    gap: 10px;
  }
  #header .header-info__item {
    display: none;
  }
}
@media (max-width: 576px) {
  #header .emails-holder {
    display: none;
  }
}
/*================ MOBILE MNU Start =============*/

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  gap: 20px;
  background: var(--head-secondary);
  padding: 20px;
  /* padding-top: 40px; */
  overflow-y: auto;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}
#header #mobile-mnu #close-mnu {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#header #mobile-mnu #close-mnu svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#header #mobile-mnu #close-mnu svg path {
  fill: var(--primary);
}
#header #mobile-mnu #close-mnu:hover svg path {
  opacity: 0.7;
}
#header #mobile-mnu .logo-holder {
  display: flex;
  width: fit-content;
  max-width: 250px;
  height: 60px;
}
#header #mobile-mnu .logo-holder .logo-text__title {
  font-size: 16px;
}
#header #mobile-mnu .logo-holder .logo-text__subtitle {
  font-size: 12px;
}
#header #mobile-mnu .logo-holder img {
  display: flex;
}
#header #mobile-mnu .menu {
  list-style-type: none;
  margin: 0;
}
#header #mobile-mnu .menu li {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 0;
}
#header #mobile-mnu .menu li:not(:last-of-type) {
  margin-bottom: 10px;
}
#header #mobile-mnu .menu li a {
  display: flex;
  position: relative;
  align-items: center;
  width: fit-content;
}
#header #mobile-mnu .menu .sub-menu {
  display: none;
}
#header #mobile-mnu a,
#header #mobile-mnu p,
#header #mobile-mnu .time-work__text {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: var(--head-primary);
}
#header #mobile-mnu .address p {
  margin: 0;
}
#header #mobile-mnu a:hover {
  color: var(--primary);
}
#header #mobile-mnu .item-holder,
#header #mobile-mnu .item-holder__value {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#header #mobile-mnu .item-holder__title {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: var(--main-text-secondary);
}
#header #mobile-mnu .soc-holder .soc-icon {
  width: 50px;
  height: 50px;
}
#header #mobile-mnu .soc-holder .soc-icon svg {
  width: 24px;
  height: 24px;
}
#header #mobile-mnu .btn-holder .btn {
  width: 100%;
}
/*================ MOBILE MNU End =============*/

/*============ FOOTER Start ===============*/
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  background: var(--background-secondary);
}
#footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#footer ul li {
  padding: 0;
}
#footer ul li::before {
  display: none;
}

#footer .footer-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  padding: 30px 0;
}
#footer .footer-top .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#footer .footer-top .logo-holder {
  display: flex;
  width: fit-content;
  max-width: 180px;
  height: 80px;
  padding: 10px 22px;
  border-radius: 10px;
  background: var(--fourth);
}
#footer .footer-top .info-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
  gap: 60px;
  border-bottom: 1px solid var(--stroke-secondary);
}
#footer .footer-top .info-items-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
}
#footer .footer-top .info-item {
  display: flex;
  flex-direction: column;
  min-width: 280px;
  gap: 20px;
}
#footer .footer-top .item-holder {
  display: flex;
  flex-direction: column;
  min-width: 130px;
  flex: 1;
}

#footer .footer-top .menu-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  gap: 30px;
}
#footer .footer-top .item-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

#footer .footer-top .nav-menu-element.has-childs .sub-menu {
  display: none;
}
#footer .footer-top .menu li {
  display: flex;
  width: 100%;
}
#footer .footer-top .menu li:not(:last-of-type) {
  margin-bottom: 20px;
}
#footer .footer-top .menu a {
  /* font-size с 18 до 14 */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: 400;
  line-height: 120%;
  color: var(--main-text-primary);
  cursor: pointer;
}
#footer .footer-top .menu a:hover {
  color: var(--primary);
}

#footer .footer__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: fit-content;
  max-width: 360px;
  padding: 30px;
  gap: 30px;
  border-radius: 10px;
  background: var(--gradient);
}
#footer .footer__form__title {
  color: var(--fourth);
}
#footer .footer__form .privacy-policy,
#footer .footer__form .privacy-policy a {
  color: var(--secondary-text);
}

#footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  gap: 10px;
  border-top: 1px solid var(--stroke-secondary);
}
#footer .dev {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .privacy-holder {
  min-height: 26px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#footer .dev .glogo {
  width: 111px;
  height: 18px;
  mask-image: url(../images/gmask.png);
  mask-origin: border-box;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: var(--gradient);
  position: relative;
  cursor: pointer;
  display: inline-flex;
  vertical-align: sub;
  overflow: hidden;
}
#footer .dev .glogo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  transform: translateX(100%);
  transition: transform 0.7s ease-in;
  background: linear-gradient(
      90deg,
      #fe6604 10%,
      #ee0a76 30%,
      #ee0a76 60%,
      #fe6604 101%
    )
    repeat-x 0 0;
  background-size: 100px;
  animation-duration: 5s;
  animation-name: slideUp;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}
#footer .dev .glogo:hover:before {
  animation-name: unset;
  transform: translateX(0);
}

@keyframes slideUp {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 1280px) {
  #footer .footer-top .info-holder {
    gap: 40px;
  }
  #footer .footer-top .info-item {
    min-width: auto;
  }
  #footer .footer__form {
    max-width: 300px;
    padding: 30px 20px;
  }
}
@media (max-width: 1100px) {
  #footer {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  #footer .footer-top {
    flex-direction: column;
  }
  #footer .footer__form {
    max-width: none;
  }
}
@media (max-width: 768px) {
  #footer {
    margin-top: 20px;
  }
  #footer .footer-top {
    padding: 20px 0;
    gap: 20px;
  }
  #footer .footer-bottom {
    flex-direction: column;
    padding: 20px 0;
  }
}
@media (max-width: 620px) {
  #footer .footer-top .info-holder {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  #footer .footer-top .info-item {
    gap: 10px;
  }
}
@media (max-width: 512px) {
  #footer .footer-top .logo-holder {
    padding: 10px;
    height: 60px;
  }
  #footer .footer-top .info-holder {
    padding-bottom: 20px;
    gap: 10px;
  }
  #footer .footer-top .menu-wrapper {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
  #footer .footer-top .item-holder {
    gap: 10px;
  }
  #footer .footer-top .item-holder .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 10px;
  }
  #footer .footer-top .menu li {
    width: fit-content;
    margin-bottom: 0 !important;
  }
  #footer .footer__form {
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 420px) {
  #footer .footer-top,
  #footer .footer-bottom {
    padding: 10px 0;
  }
  #footer .footer-top .info-holder {
    padding-bottom: 10px;
  }
  #footer .footer-top .menu-wrapper {
    margin-top: 10px;
  }
}

/*============ FOOTER End ===============*/

/*============ ERROR PAGE Start ===============*/

.error-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 350px;
  padding: 40px;
  margin-bottom: 70px;
  gap: 30px;
  border-radius: 10px;
  background: var(--fourth);
  border: 1px solid var(--stroke-secondary);
  overflow: hidden;
}
.error-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  gap: 40px;
  z-index: 2;
}
.error-wrapper .text-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
.error-wrapper .text-side__title,
.error-wrapper .text-side__subtitle {
  margin: 0;
}
.error-wrapper .error-int {
  display: flex;
  position: absolute;
  right: 18px;
  bottom: -85px;
  width: fit-content;
  font-weight: 600;
  font-size: 330px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--background-secondary);
}

@media (max-width: 1220px) {
  .error-wrapper {
    min-height: auto;
  }
  .error-wrapper .text-side {
    gap: 20px;
  }
}
@media (max-width: 1110px) {
  .error-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .error-wrapper {
    padding: 20px;
    margin-bottom: 20px;
  }
  .error-wrapper .error-int {
    justify-content: center;
    font-size: 160px;
    bottom: -40px;
  }
}

/*============ ERROR page End===============*/

/* ============== MODAL Start ============= */
.theme-modal {
  display: none;
  position: relative;
}
.theme-modal .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
  /*font-size c 32 до 20 */
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  line-height: 120%;
  color: var(--head-primary);
  text-align: center;
  margin-bottom: 5px;
  padding: 0 30px;
}
#modal-success.theme-modal .title {
  margin-bottom: 20px;
}
.theme-modal .subtitle {
  font-weight: 400;
  /* 18 - 14 */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 145%;
  color: var(--main-text-primary);
  text-align: center;
  margin-bottom: 20px;
}
#modal-success.theme-modal .subtitle {
  margin-bottom: 0;
}
.theme-modal .btn {
  width: 100%;
}
.fancybox__content > .f-button.is-close-btn {
  top: 20px !important;
  right: 20px !important;
  width: 15px !important;
  height: 15px !important;
  opacity: 1 !important;
  --f-button-color: transparent !important;
  --f-button-outline-color: transparent !important;
  --f-button-bg: transparent !important;
  --f-button-active-bg: transparent !important;
  --f-button-hover-bg: transparent !important;
  transition: all 0.3s ease-in !important;
}
.fancybox__content > .f-button.is-close-btn svg {
  width: 100% !important;
  height: 100% !important;
  stroke: transparent !important;
}
.fancybox__content > .f-button.is-close-btn svg path {
  fill: var(--second) !important;
  stroke: var(--background-fourthly) !important;
  stroke-width: 1px !important;
  transition: all 0.3s ease-in !important;
}
.fancybox__content > .f-button.is-close-btn:hover svg path {
  fill: var(--primary) !important;
}
.f-button svg {
  stroke: white !important;
}
.fancybox__content {
  overflow: hidden !important;
}
.theme-modal.fancybox__content {
  width: 620px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: var(--background-fourthly);
  border-radius: 10px;
  overflow: auto;
}
.fancybox__html5video,
.fancybox__iframe {
  outline: none;
  overflow: hidden;
}
.fancybox__backdrop {
  background: hsla(233, 57%, 37%, 0.2) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.fancybox__slide {
  padding: 60px 5px !important;
}
button {
  border: unset;
}
button,
input {
  outline: none;
}

.theme-modal #file {
  display: none;
}
.theme-modal .file span {
  color: var(--head-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--card);
  cursor: pointer;
  transition: 0.3s;
}
/* .theme-modal .file span:hover {
  color: var(--primary);
} */

@media (max-width: 420px) {
  .theme-modal.fancybox__content {
    padding: 20px;
  }
}

/* ============== MODAL End ============= */

/* ============== SWIPER Start ============= */

.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper-slide {
  width: 100%;
  height: auto !important;
}
.swiper-additionals {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 40px;
}
.swiper-additionals:has(.swiper-button-lock) {
  display: none;
}
.swiper-pagination {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: fit-content !important;
  gap: 15px !important;
}
.swiper-pagination-bullet {
  position: relative;
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 100% !important;
  background: var(--background-fourthly) !important;
  transition: all 0.3s ease-in !important;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background: var(--primary) !important;
}
.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.swiper-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.swiper-btn-prev {
  scale: -1;
}
.swiper-btn-prev,
.swiper-btn-next {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  flex-shrink: 0;
  cursor: pointer;
  background: var(--primary);
  transition: all 0.3s ease-in;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  background: var(--second);
}
.swiper-btn-prev svg path,
.swiper-btn-next svg path {
  fill: var(--fourth);
  transition: all 0.3s ease-in;
}
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 768px) {
  .swiper-additionals {
    margin-top: 20px;
  }
  .swiper-pagination {
    gap: 10px !important;
  }
  .swiper-btns {
    gap: 20px;
  }
  .swiper-btn-prev,
  .swiper-btn-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .swiper-pagination {
    display: none !important;
  }
}

/* ============== SWIPER End ============= */

/* ============== PAGINATIONS PAGE Start ============= */
.page-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 40px;
  margin-top: 50px;
}
.page-navigation .swiper-btn-prev,
.page-navigation .swiper-btn-next {
  margin: 0;
}
.page-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 40px;
}
.page-navigation .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-navigation .nav-links .page-numbers {
  color: var(--stroke);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.page-navigation .nav-links .page-numbers.dots,
.page-navigation .nav-links .page-numbers.dots:hover {
  color: var(--primary);
}
.page-navigation .nav-links .page-numbers:hover,
.page-navigation .nav-links .page-numbers.current {
  color: var(--primary);
}
.swiper-btn-prev.disabled,
.swiper-btn-next.disabled {
  border: 1px solid var(--stroke);
  background: var(--stroke);
  pointer-events: none;
}
.swiper-btn-prev.disabled svg path,
.swiper-btn-next.disabled svg path {
  fill: var(--main-text-primary);
}

@media (max-width: 768px) {
  .page-navigation {
    margin-top: 20px;
  }
}
/* ============== PAGINATIONS PAGE End ============= */

/* ============== FORM STYLE Start ============= */

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.form-top,
.form-bot {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form input,
.form textarea,
.form select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--main-text-secondary);
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid var(--background-secondary);
  background: var(--background-secondary);
  transition: all 0.3s ease-in;
}
.form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .select-holder::before {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/select-before.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}
.form textarea {
  height: 100px;
  padding: 20px 30px;
  border-radius: 10px;
  resize: unset;
}
.form input::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--main-text-secondary);
  overflow: visible;
  transition: all 0.3s ease-in;
}

.form input:hover,
.form input:focus,
.form textarea:hover,
.form textarea:focus,
.form select:hover,
.form select:focus {
  border: 1px solid var(--primary);
  background: var(--fourth);
}
/* .form input:focus,
.form > input:not(:placeholder-shown) {
  outline: none;
} */
.form .input-wrapper {
  position: relative;
  width: 100%;
}

.form input.error,
.form input.error::placeholder,
.form textarea.error,
.form textarea.error::placeholder,
.form select.error,
.form select.error::placeholder {
  color: red !important;
}
.form input.error,
.form textarea.error,
.form select.error {
  border-color: red !important;
}
.form .form-input {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  text-wrap: nowrap;
  cursor: pointer;
  transition: 0.3s;
}
.form .form-input .file-label {
  display: flex;
  align-items: center;
  gap: 10px;
  text-wrap: nowrap;
  color: var(--head-secondary);
  transition: 0.3s;
}
.form .form-input:hover .file-label {
  opacity: 0.7;
}
.form .form-input::-webkit-scrollbar {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.form .form-input::-webkit-scrollbar-thumb {
  background-color: var(--head-secondary);
  border-radius: 100px;
}
.form .form-input .file {
  display: contents;
}
.form .form-input .file-remove__icon {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  pointer-events: none;
  display: none;
  cursor: pointer;
}
.form .form-input .file-remove__icon:hover {
  opacity: 0.7;
}
.form .form-input.active {
  padding-bottom: 10px;
}
.form .form-input.active:hover .file-label {
  opacity: 1;
}
.form .form-input.active .file-remove__icon {
  display: flex;
  pointer-events: all;
}
.form .btn {
  width: 100%;
}
.form .privacy-policy,
.form .privacy-policy a {
  width: 100%;
  font-weight: 400;
  /* 14 - 12 */
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 150%;
  text-align: center;
  color: var(--main-text-primary);
}
.form .privacy-policy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form .privacy-policy a:hover {
  color: var(--primary);
}

@media (max-width: 768px) {
  .form {
    gap: 10px;
  }
  .form input,
  .form select {
    height: 40px;
    padding: 10px 20px;
  }
  .form textarea {
    padding: 10px 20px;
  }
  .form input,
  .form textarea,
  .form select,
  .form input::placeholder,
  .form textarea::placeholder,
  .form select::placeholder {
    font-size: 14px;
  }
  .form textarea {
    height: 90px;
  }
  .form-top,
  .form-bot {
    gap: 10px;
  }
  .theme-modal .subtitle {
    margin-bottom: 20px;
  }
  .form .form-input {
    padding: 10px;
  }
  .form .select-holder::before {
    right: 10px;
  }
}
@media (max-width: 360px) {
  .form input,
  .form textarea,
  .form select,
  .form input::placeholder,
  .form textarea::placeholder,
  .form select::placeholder {
    font-size: 12px;
  }
}
/* ============== FORM STYLE End ============= */

/* ============== FORM CONNECTION Start ============= */

.form-connection {
  display: flex;
  flex-direction: column;
  width: 65%;
  height: fit-content;
  padding: 40px;
  gap: 40px;
  border-radius: 10px;
  background: var(--background-fourthly);
}
.form-connection .form-text {
  display: flex;
  align-items: center;
  max-width: 614px;
  gap: 30px;
}

.form-connection .form {
  gap: 40px;
}
.form-connection .form-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.form-connection .input-wrapper.comment {
  grid-column: span 2;
}
.form-connection .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-connection .btn {
  width: fit-content;
}
.form-connection .privacy-policy,
.form-connection .privacy-policy a {
  text-align: start;
}

@media (max-width: 1320px) {
  .form-connection,
  .form-connection .form-text,
  .form-connection .form {
    gap: 20px;
  }
  .form-connection {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .form-connection .form-top {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .form-connection {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 512px) {
  .form-connection .form-text {
    gap: 10px;
  }
  .form-connection .form-top {
    display: flex;
    flex-direction: column;
  }
  .form-connection .input-wrapper {
    gap: 5px;
  }
  .form-connection .btn {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .form-connection .form-text__title {
    font-size: 14px;
  }
}
/* ============== FORM CONNECTION End ============= */

/* ============== MAINBANNER Start ============= */

.mainbanner-block {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0;
}
.mainbanner-block .swiper {
  border-radius: 10px;
  overflow: hidden;
}
.mainbanner-block .swiper-slide {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 650px;
  border-radius: 10px;
  background: var(--gradient);
}
.mainbanner-block .content-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 722px;
  height: fit-content;
  padding: 40px 20px;
  gap: 20px;
  z-index: 2;
}
.mainbanner-block .marks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 10px;
}
.mainbanner-block .mark {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 100px;
  background: var(--background-fourthly);
}
.mainbanner-block .mark img,
.mainbanner-block .advantage img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

.mainbanner-block .text-side * {
  text-align: center;
  color: var(--fourth);
  margin: 0;
}
.mainbanner-block .text-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.mainbanner-block .text-side .subtitle {
  max-width: 514px;
}

.mainbanner-block .advantages {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 10px;
}
.mainbanner-block .advantage {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.mainbanner-block .advantage__text {
  color: var(--fourth);
}
.mainbanner-block .btn {
  margin-top: auto;
}

.mainbanner-block .img-side {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  max-width: 424px;
  height: 100%;
  max-height: 100%;
  z-index: 1;
}
.mainbanner-block .img-side.right {
  left: auto;
  right: 0;
}
.mainbanner-block .img-bg {
  max-width: 585px;
  opacity: 0.1;
  z-index: 0;
}
.mainbanner-block .img-bg.right {
  display: flex;
}
.mainbanner-block .img-side img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.mainbanner-block .swiper-additionals {
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 1500px) {
  .mainbanner-block .swiper-slide {
    min-height: auto;
  }
}
@media (max-width: 1100px) {
  .mainbanner-block .swiper-slide {
    justify-content: start;
  }
  .mainbanner-block .content-holder {
    width: 75%;
    height: 100%;
    align-items: start;
  }
  .mainbanner-block .mark {
    padding: 5px 10px;
  }
  .mainbanner-block .text-side {
    align-items: start;
  }
  .mainbanner-block .text-side * {
    text-align: start;
  }
  .mainbanner-block .text-side .subtitle {
    max-width: none;
  }
  .mainbanner-block .img-side {
    max-width: 40%;
  }
  .mainbanner-block .img-bg {
    max-width: 90%;
  }
  .mainbanner-block .img-side.left {
    display: none;
  }
}
@media (max-width: 768px) {
  .mainbanner-block .content-holder {
    padding: 20px;
  }
  .mainbanner-block .text-side {
    gap: 10px;
  }
  .mainbanner-block .advantages {
    gap: 5px;
  }
  .mainbanner-block .mark img,
  .mainbanner-block .advantage img {
    width: 20px;
    height: 20px;
  }
  .mainbanner-block .swiper-additionals {
    margin-top: 20px;
  }
}

@media (max-width: 620px) {
  .mainbanner-block .content-holder {
    width: 100%;
    gap: 15px;
  }
  .mainbanner-block .mark__text {
    font-size: 12px;
  }
  .mainbanner-block .advantage {
    gap: 10px;
  }
  .mainbanner-block .img-side {
    display: none;
  }
}
@media (max-width: 360px) {
  .mainbanner-block .mark,
  .mainbanner-block .advantage {
    gap: 5px;
  }
  .mainbanner-block .advantage__text {
    font-size: 12px;
  }
}
/* ============== MAINBANNER End ============= */

/* ============== SERVICE-CARD Start ============= */

.archive-services .services-card-wrapper {
  padding-top: 0;
}
.card-wrapper * {
  transition: all 0.3s ease-in;
  z-index: 1;
}
.card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px;
  gap: 30px;
  border-radius: 10px;
  background: var(--gradient);
}
.service-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--primary);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
.service-card:hover:before {
  opacity: 1;
}
.service-card__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-card__text__title {
  color: var(--fourth);
}
.service-card__text__desc {
  color: var(--secondary-text);
}
.card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: var(--primary);
  flex-shrink: 0;
  margin-left: auto;
}
.service-card:hover .card__arrow {
  background: var(--second);
}
.card__arrow svg {
  width: 24px;
  height: 24px;
}
.card__arrow svg path {
  fill: var(--fourth);
}

.vacancy-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: var(--background-secondary);
  overflow: hidden;
  cursor: pointer;
}
.vacancy-card:hover {
  background: var(--background-fourthly);
}
.vacancy-card__img {
  display: flex;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.vacancy-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vacancy-card:hover .vacancy-card__img img {
  transform: scale(1.1);
}
.vacancy-card__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 10px;
}

@media (max-width: 1320px) {
  .card-wrapper {
    gap: 20px;
  }
  .card__arrow {
    width: 40px;
    height: 40px;
  }
  .service-card {
    padding: 20px;
    gap: 20px;
  }
  .vacancy-card__text {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .vacancy-card__img {
    height: 35vw;
    max-height: 250px;
  }
}
@media (max-width: 480px) {
  .card__arrow {
    width: 30px;
    height: 30px;
  }
  .card__arrow svg {
    width: 20px;
    height: 20px;
  }
  .service-card {
    padding: 10px;
    gap: 10px;
  }
  .service-card__text__desc,
  .vacancy-card__text__title {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .card-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .vacancy-card__img {
    height: 50vw;
    max-height: 250px;
  }
}
/* ============== SERVICE-CARD End ============= */

/* ============== SRVICE-BANNER-BLOCK Start ============= */

.banner-block {
  display: flex;
  padding-top: 0;
}
.banner-block .content-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  padding: 64px 80px;
  border-radius: 10px;
  overflow: hidden;
}
.banner-block .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  padding: 40px;
  gap: 30px;
  border-radius: 10px;
  background: var(--fourth);
  overflow: hidden;
}
.banner-block .text-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
.banner-block.service-banner-block .text-side__desc {
  max-width: 448px;
}
.banner-block .text-side .page-title {
  margin: 0;
}
.banner-block .advantages {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 10px;
}
.banner-block .advantage {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.banner-block .advantage img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}
.banner-block .img-side {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-block .img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1320px) {
  .banner-block .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .banner-block .content-wrapper {
    padding: 20px;
  }
  .banner-block .content,
  .banner-block .text-side {
    gap: 20px;
  }
}
@media (max-width: 620px) {
  .banner-block .content-wrapper {
    padding: 10px;
  }
  .banner-block .content {
    padding: 20px;
  }
  .banner-block .text-side,
  .banner-block .advantage {
    gap: 10px;
  }
  .banner-block .advantages {
    gap: 5px;
  }
  .banner-block .advantage img {
    width: 20px;
    height: 20px;
  }
  .banner-block .advantage__text {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .banner-block .content {
    gap: 10px;
  }
  .banner-block .advantage {
    gap: 5px;
  }
  .banner-block .btn {
    margin-top: 5px;
  }
}
/* ============== SRVICE-BANNER-BLOCK End ============= */

/* ============== SRVICE-DESC-BLOCK Start ============= */

.service-desc-block {
  position: relative;
}
.service-desc-block .content {
  display: flex;
  position: relative;
  padding: 40px;
  border: 1px solid var(--stroke-secondary);
  border-radius: 10px;
  background: var(--fourth);
  overflow: hidden;
}
.service-desc-block .text-side {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 690px;
  gap: 15px;
  z-index: 1;
}
.service-desc-block .text-side .title {
  margin: 0;
}
.service-desc-block .text-side .desc {
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
}
.service-desc-block .text-side .desc * {
  margin: 0;
}
.service-desc-block .img-side {
  display: flex;
  position: absolute;
  top: 50%;
  right: 160px;
  transform: translate(0, -50%);
  width: 387px;
  height: 387px;
  border-radius: 100px;
  overflow: hidden;
  pointer-events: none;
}
.service-desc-block .img-side.bg {
  right: 15px;
  width: fit-content;
  height: 320px;
  min-height: 100%;
  opacity: 0.2;
}
.service-desc-block .img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1320px) {
  .service-desc-block .img-side {
    right: 50px;
  }
  .service-desc-block .img-side.bg {
    right: -100px;
  }
}
@media (max-width: 992px) {
  .service-desc-block .content {
    padding: 20px;
  }
  .service-desc-block .img-side {
    right: 20px;
    width: 280px;
    height: 280px;
  }
  .service-desc-block .img-side.bg {
    right: -100px;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .service-desc-block .text-side {
    width: 100%;
  }
  .service-desc-block .img-side {
    opacity: 0.2;
  }
  .service-desc-block .img-side.bg {
    display: none;
  }
}
@media (max-width: 576px) {
  .service-desc-block .img-side {
    display: none;
  }
}
@media (max-width: 360px) {
  .service-desc-block .text-side {
    gap: 10px;
  }
  .service-desc-block .text-side .desc * {
    font-size: 12px;
  }
}
/* ============== SRVICE-DESC-BLOCK End ============= */
