/*============= ALIGNES ===============*/
:root {
  /* 30 - 10 */
  --border-radius: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
}

.alignwide {
  width: 100%;
  padding: 50px 0;
}
.no_wrap {
  display: inline-block;
  white-space: nowrap;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
  padding: 50px 0;
}
.padding-block {
  padding: 100px 0;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}
@media (max-width: 1100px) {
  .alignwide,
  .alignfull {
    padding: 40px 0;
  }
  .padding-block {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .alignwide,
  .alignfull {
    padding: 20px 0;
  }
  .padding-block {
    padding: 20px 0;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0) !important;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0) !important;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease !important;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: translateZ(0) !important;
  opacity: 1;
}

* {
  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;
  background: var(--background-main);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container {
  max-width: 1920px;
  width: 100%;
  /* margin: 0 auto; */
  margin: 0 auto;
  padding: 0 30px 0 360px;
}
@media (max-width: 1700px) {
  .container {
    padding: 0 30px 0 310px;
  }
}
@media (max-width: 1480px) {
  .container {
    padding: 0 15px 0 235px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding: 0 15px;
  }
}
::-webkit-scrollbar {
  width: 5px;
  background: 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;
}
svg path,
svg rect,
img {
  transition: all 0.3s ease-in;
}
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 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: 8px;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  margin-top: 1px;
  background: var(--head-primary);
  flex-shrink: 0;
}
.cons-block .text-side ul li::before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: var(--primary);
  background-image: url(../images/list-ok.svg);
  background-size: 8px 6px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  ul li:not(:last-of-type),
  ol li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@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 48 до 20 */
  font-size: clamp(1.25rem, 0.9rem + 1.75vw, 3rem);
  font-weight: 700;
  line-height: 110%;
  color: var(--head-primary);
  /*margin-bottom c 30 до 20 */
  margin-bottom: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}
h2,
h2 *,
.h2,
.h2 * {
  /*font-size c 43 до 20 */
  font-size: clamp(1.25rem, 0.962rem + 1.44vw, 2.688rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
  /*margin-bottom c 30 до 20 */
  margin-bottom: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}
h3,
h3 *,
.h3,
.h3 * {
  /*font-size c 33 до 18 */
  font-size: clamp(1.125rem, 0.938rem + 0.94vw, 2.063rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
}
h4,
h4 *,
.h4,
.h4 * {
  /*font-size c 24 до 16 */
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: 500;
  line-height: 110%;
  color: var(--head-primary);
}
h5,
h5 *,
.h5,
.h5 * {
  /*font-size c 20 до 14 */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
}
h6,
h6 *,
.h6,
.h6 * {
  /*font-size c 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
}

p {
  /*font-size c 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 400;
  line-height: 130%;
}
.p1,
.p1 * {
  /*font-size c 20 до 14 */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 400;
  line-height: 120%;
}
.p2,
.p2 * {
  /*font-size c 16 до 14 */
  /* font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem); */
  /*font-size c 16 до 12 */
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 400;
  line-height: 130%;
}
.p3,
.p3 * {
  /* font-size: 13px; */
  /* 13 - 10 */
  /* font-size: clamp(0.625rem, 0.588rem + 0.19vw, 0.813rem); */
  /* 12 - 10 */
  font-size: clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem);
  font-weight: 400;
  line-height: 120%;
}

.breadcrumbs {
  /* display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; */
  padding-bottom: 25px;
  font-weight: 400;
  /* 13 - 10 */
  font-size: clamp(0.625rem, 0.588rem + 0.19vw, 0.813rem);
  line-height: 120%;
  color: var(--main-text-primary);
}
.breadcrumbs span {
  position: relative;
  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: 56px;
  text-align: center;
  outline: none;
  padding: 20px 30px;
  gap: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  white-space: nowrap;
  border-radius: 100px;
  color: var(--background);
  background: var(--primary);
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}
.btn:hover {
  color: var(--second);
  background: var(--background-primary);
}
.btn svg path {
  fill: var(--background);
}
.btn:hover svg path {
  fill: var(--second);
}

.btn.first {
  color: var(--second);
  background: var(--background);
}
.btn.first:hover {
  color: var(--background);
  background: var(--primary);
}
.btn.first svg path {
  fill: var(--second);
}
.btn.first:hover svg path {
  fill: var(--background);
}

.btn.second {
  color: var(--background);
  background: var(--primary);
}
.btn.second:hover {
  color: var(--primary);
  background: var(--background);
}
.btn.second svg path {
  fill: var(--background);
}
.btn.second:hover svg path {
  fill: var(--primary);
}

.btn.third {
  color: var(--second);
  background: var(--background-primary);
}
.btn.third:hover {
  color: var(--background);
  background: var(--primary);
}
.btn.third svg path {
  fill: var(--second);
}
.btn.third:hover svg path {
  fill: var(--background);
}

@media (max-width: 1480px) {
  .btn {
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .breadcrumbs {
    padding-bottom: 15px;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .btn {
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 512px) {
  .btn {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .breadcrumbs {
    padding-bottom: 10px;
  }
}

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

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

#header {
  display: flex;
  position: sticky;
  justify-content: center;
  top: 0;
  width: 100%;
  z-index: 99;
  margin-bottom: 16px;
}
#header ul li::before {
  display: none;
}
#header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 30px;
  gap: 20px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  border: 3px solid var(--background);
  border-top: 1px solid var(--background);
  background: var(--background-primary);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
}

/* LOGO STYLE Start*/
.logo-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  gap: 20px;
}
.logo-item {
  display: flex;
  align-items: center;
  max-width: 267px;
  gap: 10px;
}
.logo-item__img-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.logo-item__img {
  display: flex;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.logo-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.logo-item__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  color: var(--head-primary);
}

@media (max-width: 1700px) {
  .logo-item__img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 512px) {
  .logo-item__img {
    width: 50px;
    height: 50px;
  }
}
/* LOGO STYLE End*/

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

@media (max-width: 1480px) {
  .soc-holder {
    gap: 10px;
  }
  .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*/

#header .logo-holder.lonely {
  display: none;
}
#header .time-work-holder {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#header .time-work-holder {
  display: flex;
  flex-direction: column;
  max-width: 288px;
  gap: 6px;
}
#header .time-work__title {
  color: var(--head-primary);
}
#header .info-holder {
  display: flex;
  align-items: center;
  gap: 31px;
}
#header .info-item {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 315px;
  height: fit-content;
  gap: 10px;
}
#header .info-item__value *,
#header .info-item__value {
  color: var(--head-primary);
  transition: all 0.3s ease-in;
}
#header .info-item.hover:hover .info-item__value *,
#header .info-item.hover:hover .info-item__value {
  color: var(--primary);
}
#header .info-item__icon {
  color: var(--head-primary);
}
#header .info-item:hover .info-item__icon {
  color: var(--primary);
}
#header .info-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: var(--background);
  flex-shrink: 0;
}
#header .info-item__icon svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
#header .info-item:hover .info-item__icon svg path {
  fill: var(--primary);
}
#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: 1700px) {
  #header .header-wrapper {
    padding: 15px 20px;
  }
  #header .info-holder {
    gap: 20px;
  }
  #header .info-item__value *,
  #header .info-item__value,
  #header .time-work__value {
    font-size: 14px;
    max-width: 240px;
  }
  #header .info-item__icon {
    width: 35px;
    height: 35px;
  }
  #header .info-item__icon svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1480px) {
  #header .time-work__value {
    font-size: 12px;
  }
  #header .info-item {
    gap: 5px;
  }
  #header .time-work-holder {
    max-width: 210px;
  }
}
@media (max-width: 1320px) {
  #header .info-item__value *,
  #header .info-item__value {
    font-size: 12px;
    max-width: 200px;
  }
  #header .time-work__value {
    font-size: 12px;
  }

  #header .info-item.address {
    display: none;
  }
}
@media (max-width: 1100px) {
  #header .burger.open_menu {
    display: flex;
  }
  #header .account-btn,
  #header .info-holder {
    margin-left: auto;
  }
  #header .time-work-holder {
    display: none;
  }
  #header .logo-holder.lonely {
    display: flex;
  }
  #header .logo-item__img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 992px) {
  #header .info-item.email {
    display: none;
  }
}
@media (max-width: 860px) {
  #header .info-item__icon {
    display: none;
  }
  #header .info-holder {
    align-items: end;
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  #header .account-btn,
  #header .info-item__icon {
    display: none;
  }
}
@media (max-width: 512px) {
  #header .header-wrapper {
    padding: 10px;
    gap: 10px;
  }
  #header .logo-item__title {
    font-size: 10px;
    max-width: 160px;
  }
  #header .logo-item {
    gap: 5px;
  }
  #header .logo-item__img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 420px) {
  .logo-item__img-holder {
    gap: 2px;
  }
  #header .logo-item__img {
    /* display: none; */
    width: 25px;
    height: 25px;
  }
  #header .logo-item__title {
    font-size: 9px;
  }
}
@media (max-width: 380px) {
  #header .logo-item__title {
    font-size: 8px;
  }
  #header .info-item__value {
    font-size: 10px;
  }
}

/* MAIN MENU Start */

#header .main-menu {
  display: flex;
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 330px;
  height: 100%;
  border-radius: 0 30px 30px 0;
  border: 3px solid var(--background);
  background: var(--background-secondary);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
  overflow: hidden;
}
#header .main-menu-top {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 27px;
  gap: 30px;
}

#header .main-menu-top .menu-add {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  z-index: 1;
}

#header .main-menu-top .menu-add li {
  padding: 0;
  margin: 0;
}
#header .main-menu-top .menu-add li a {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 600;
  /* 18 -14 */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 110%;
  color: var(--head-primary);
  cursor: pointer;
}
#header .main-menu-top .menu-add li a:hover {
  color: var(--primary);
}
#header .main-menu-top .menu-add .sub-menu {
  display: none;
}
#header .main-menu-top .img-side {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 100%;
  height: fit-content;
}
#header .main-menu-top .img-side img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

#header .main-menu-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 27px;
  gap: 20px;
  border-radius: 0 30px 30px 0;
  outline: 3px solid var(--background);
  background: var(--background-primary);
  overflow-y: auto;
}
#header .main-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
}
#header .main-menu .menu li {
  padding: 0;
  margin: 0;
}
#header .main-menu .menu a {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 400;
  /* 16 - 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  line-height: 120%;
  color: var(--head-primary);
  gap: 2px;
  cursor: pointer;
}
#header .main-menu .menu a:hover {
  color: var(--primary);
}
#header .main-menu .menu .sub-menu {
  display: none;
}

#header .rating-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
#header .rating-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: fit-content;
  padding: 20px;
  gap: 10px;
  border-radius: 15px;
  outline: 3px solid var(--background);
  background: var(--background-secondary);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
}
#header .rating-item__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
#header .rating-item img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: contain;
}
#header .rating-item__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
#header .rating-item__content__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}
#header .rating-item__content__top__icon {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 116px;
  height: 20px;
}
#header .main-menu .address {
  display: none;
  flex-direction: column;
  gap: 5px;
}
#header .main-menu .address__name {
  font-size: 10px;
}
#header .main-menu .address__value * {
  font-size: 12px;
  color: var(--head-primary);
  transition: all 0.3s ease-in;
}
#header .main-menu .address.hover .address__value:hover * {
  color: var(--primary);
}
#header .main-menu .soc-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
#header .main-menu .soc__title {
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  color: var(--head-primary);
  border-bottom: 1px solid var(--main-text-primary);
}

@media (max-width: 1700px) {
  #header .main-menu {
    max-width: 280px;
  }
  #header .main-menu-top {
    padding: 20px;
    padding-bottom: 40px;
  }
  #header .main-menu-bottom {
    padding: 20px;
  }
  #header .main-menu .logo-item__title {
    font-size: 12px;
  }
  #header .main-menu .soc__title {
    padding-bottom: 5px;
  }
  #header .main-menu .menu {
    gap: 20px;
  }
  #header .main-menu-top .menu-add li a,
  #header .main-menu .menu a,
  #header .main-menu .soc__title {
    font-size: 16px;
  }
  #header .rating-item {
    padding: 10px;
  }
}
@media (max-width: 1480px) {
  #header .main-menu {
    max-width: 220px;
  }
  #header .main-menu-top {
    padding: 10px;
  }
  #header .main-menu-bottom {
    padding: 10px;
    padding-top: 25px;
  }
  #header .main-menu-top {
    padding-bottom: 15px;
    padding-bottom: 25px;
  }
  #header .main-menu .logo-item__img {
    width: 35px;
    height: 35px;
  }
  #header .main-menu .logo-item {
    gap: 5px;
  }
  /*   #header .main-menu .logo-item__title {
    font-size: 10px;
  } */
  #header .rating-item__icon {
    width: 20px;
    height: 20px;
  }
  #header .rating-item__content__top__icon {
    max-width: 80px;
  }
  #header .rating-item__content__text {
    font-size: 10px;
  }
}
@media (max-width: 1220px) {
  #header .main-menu-top .menu-add li a,
  #header .main-menu .menu a,
  #header .main-menu .soc__title {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  #header .main-menu {
    display: none;
  }
}
/* MAIN MENU End */

/*================ MOBILE MNU Start =============*/

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  border-radius: 0 30px 30px 0;
  border: 3px solid var(--background);
  background: var(--background-secondary);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
  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 .top-side {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 15px;
}
#header #mobile-mnu .logo-item__img {
  display: flex;
  width: 35px;
  height: 35px;
}
#header #mobile-mnu .logo-item__title {
  font-size: 11px;
}
#header #mobile-mnu .bottom-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  gap: 15px;
  border-radius: 0 30px 30px 0;
  outline: 3px solid var(--background);
  background: var(--background-primary);
}
#header #mobile-mnu #close-mnu {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 111;
}
#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;
  justify-content: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: 30px;
  z-index: 1;
}
#header #mobile-mnu .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
}
#header #mobile-mnu .menu li {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 0;
  padding-left: 0;
}
#header #mobile-mnu .menu li a {
  display: flex;
  position: relative;
  align-items: center;
  width: fit-content;
  color: var(--head-primary);
}
#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: 120%;
  font-weight: 400;
  color: var(--head-primary);
}
#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: 12px;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-text-primary);
}
/*================ MOBILE MNU End =============*/

/*============ FOOTER Start ===============*/
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
#footer .footer-wrapper * {
  transition: all 0.3s ease-in;
}
#footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px;
  gap: 40px;
  margin-bottom: 22px;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  border: 3px solid var(--background);
  background: var(--background-primary);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
}
#footer ul li {
  padding: 0;
  margin: 0;
}
#footer ul li::before {
  display: none;
}
#footer a {
  color: var(--main-text-primary);
}
#footer a:hover {
  color: var(--primary);
}

#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
#footer .footer-top .logo-holder {
  flex-direction: row;
  width: fit-content;
}
#footer .footer-top .logo-item__img {
  width: 70px;
  height: 70px;
}

#footer .footer-center {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 40px;
  border-top: 1px solid var(--main-text-primary);
}
#footer .footer-center .info-items-holder {
  display: flex;
  gap: 58px;
}
#footer .footer-center .info-item {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 210px;
  gap: 15px;
}
#footer .footer-center .info-item.time {
  max-width: 360px;
  height: auto;
  gap: 32px;
}
#footer .footer-center .info-item.time .soc-holder {
  margin-top: auto;
}
#footer .footer-center .info-item.contacts {
  max-width: 159px;
}
#footer .footer-center .info-item .menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#footer .footer-center .info-item .menu a,
#footer .footer-center .info-item .menu a * {
  font-weight: 400;
  /* 16 - 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  line-height: 120%;
  cursor: pointer;
}
#footer .footer-center .info-item .address.hover:hover * {
  color: var(--primary);
}

#footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 0;
  gap: 10px;
  border-top: 1px solid var(--main-text-primary);
}
#footer .dev {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--main-text-primary);
}
#footer .privacy-holder {
  font-size: 13px;
  color: var(--main-text-primary);
}
#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-color: var(--main-text-primary);
  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);
}
#footer .rights {
  font-size: 13px;
  color: var(--main-text-primary);
}

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

@media (max-width: 1700px) {
  #footer .footer-wrapper {
    padding: 15px 20px;
    gap: 20px;
  }
  #footer .footer-center {
    padding-top: 20px;
  }
  #footer .footer-center .info-item.time {
    gap: 20px;
  }
  #footer .footer-center .info-items-holder {
    gap: 40px;
  }
}
@media (max-width: 1480px) {
  #footer .footer-top .logo-item__img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1280px) {
  #footer .footer-center .info-item.time {
    max-width: 320px;
  }
  #footer .footer-center {
    flex-wrap: wrap;
  }
  #footer .footer-center .info-item.time {
    max-width: none;
    gap: 10px;
  }
  #footer .footer-center .info-items-holder {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 1220px) {
  #footer .footer-top .logo-holder {
    flex-wrap: wrap;
  }
  #footer .footer-top .logo-item {
    width: calc((100% - 40px) / 2);
    max-width: none;
    flex: 1 1 auto;
  }
  #footer .footer-top .logo-item__img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1100px) {
  #footer {
    margin-top: 40px;
  }
  #footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #footer {
    margin-top: 20px;
  }
  #footer .footer-center .info-item {
    max-width: 195px;
  }
}
@media (max-width: 680px) {
  #footer .footer-wrapper {
    margin-bottom: 10px;
  }
  #footer .footer-top .logo-item__title {
    font-size: 11px;
  }
  #footer .footer-center .info-item {
    gap: 10px;
  }
  #footer .footer-center .info-item.contacts {
    max-width: none;
    width: 100%;
  }
  #footer .footer-center .info-item.contacts .menu {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  #footer .footer-center .info-item.contacts .menu .addresses-holder {
    width: 100%;
  }
  #footer .footer-center .info-item .menu a,
  #footer .footer-center .info-item .menu a * {
    font-size: 14px;
  }
}
@media (max-width: 512px) {
  #footer .footer-wrapper {
    padding: 10px;
  }
  #footer .footer-top {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  #footer .footer-top .logo-item {
    width: 100%;
  }
  #footer .footer-top .logo-item__img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 440px) {
  #footer .footer-center .info-items-holder {
    flex-direction: column;
    align-items: center;
  }
  #footer .footer-center .info-item {
    max-width: none !important;
    width: 100%;
  }
}

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

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

.error-wrapper {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
  width: 100%;
  height: fit-content;
  gap: 30px;
  /* padding-bottom: 80px; */
  margin-bottom: 37px;
}
.error-wrapper .error-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
  z-index: 2;
}
.error-wrapper .error-text__title {
  margin: 0;
}
.error-wrapper .error-text__subtitle {
  color: var(--main-text-primary);
  /* 30 - 14 */
  font-size: clamp(0.875rem, 0.675rem + 1vw, 1.875rem);
}
.error-wrapper .btn {
  margin-top: 32px;
}
.error-wrapper .error-int {
  display: flex;
  /* position: absolute; */
  margin-top: 71px;
  width: fit-content;
  max-width: 570px;
  height: fit-content;
  font-weight: 700;
  line-height: 110%;
  font-size: 300px;
  color: var(--second);
}

@media (max-width: 1320px) {
  .error-wrapper .error-text__subtitle {
    /* 20 - 14 */
    font-size: clamp(0.875rem, 0.755rem + 0.6vw, 1.25rem);
  }
}
@media (max-width: 1220px) {
  .error-wrapper .error-text {
    max-width: 60%;
  }
  .error-wrapper .error-int {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 4px;
    margin-top: 0;
    /* 220 - 150 */
    font-size: clamp(9.375rem, 7.819rem + 7.78vw, 13.75rem);
  }
}
@media (max-width: 1100px) {
  .error-wrapper {
    margin-bottom: 20px;
  }
  .error-wrapper .error-text {
    gap: 20px;
  }
  .error-wrapper .btn {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .error-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .error-wrapper .error-text {
    align-items: center;
    text-align: center;
    max-width: none;
    gap: 10px;
  }
  .error-wrapper .btn {
    margin-top: 10px;
  }
  .error-wrapper .error-int {
    position: relative;
    top: auto;
    right: auto;
    transform: unset;
  }
}
@media (max-width: 768px) {
  .error-wrapper {
    margin-bottom: 20px;
  }
  .error-wrapper .error-text__subtitle {
    color: var(--head-primary);
  }
}

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

/* ============== MODAL Start ============= */
.theme-modal {
  display: none;
  position: relative;
}
.theme-modal .title {
  font-weight: 600;
  /*43 - 18 */
  font-size: clamp(1.125rem, 0.813rem + 1.56vw, 2.688rem);
  line-height: 110%;
  color: var(--head-primary);
  margin-bottom: 32px;
}
#modal-direction.theme-modal .title {
  width: 500px;
}
#modal-success.theme-modal .title {
  margin-bottom: 15px;
}
.theme-modal .subtitle {
  font-weight: 400;
  /* 30 - 12 */
  font-size: clamp(0.75rem, 0.525rem + 1.13vw, 1.875rem);
  line-height: 120%;
  color: var(--main-text-primary);
  margin-bottom: 40px;
}
.theme-modal .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .theme-modal .title {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .theme-modal .subtitle,
  #modal-callback.theme-modal .subtitle {
    margin-bottom: 20px;
  }
}

.fancybox__content > .f-button.is-close-btn {
  top: 30px !important;
  right: 30px !important;
  width: 44px !important;
  height: 44px !important;
  opacity: 1 !important;
  background: var(--background-thirdly) !important;
  border-radius: 100px !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: 14px !important;
  height: 14px !important;
  stroke: transparent !important;
}
.fancybox__content > .f-button.is-close-btn svg path {
  fill: var(--second) !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;
}
.theme-modal.fancybox__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  padding: 60px 130px;
  background: var(--background);
  border-radius: var(--border-radius);
  overflow: auto;
}
.fancybox__html5video,
.fancybox__iframe {
  outline: none;
  overflow: hidden;
}
.fancybox__backdrop {
  background-color: hsla(229, 67%, 9%, 0.8) !important;
}
.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: 1100px) {
  #modal-direction.theme-modal .title {
    width: 100%;
  }
  .theme-modal.fancybox__content {
    padding: 40px 60px;
  }
  .fancybox__content > .f-button.is-close-btn {
    top: 10px !important;
    right: 10px !important;
  }
}
@media (max-width: 620px) {
  .theme-modal.fancybox__content {
    max-width: 420px;
    padding: 25px;
  }
  .fancybox__content > .f-button.is-close-btn {
    width: 30px !important;
    height: 30px !important;
  }
  .fancybox__content > .f-button.is-close-btn svg {
    width: 10px !important;
    height: 10px !important;
  }
}

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

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

.swiper {
  width: 100%;
  overflow: hidden !important;
}
.swiper-holder .swiper-slide {
  width: 100%;
  height: auto !important;
}
.swiper-additionals {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 15px;
  margin-top: 32px;
}
.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;
  margin-left: auto !important;
}
.swiper-pagination-bullet {
  position: relative;
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 50px !important;
  background: var(--main-text-primary) !important;
  transition: 0.3s ease-in !important;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background: var(--primary) !important;
}
.swiper-pagination-bullet-active {
  position: relative !important;
  /* width: 12px !important;
  height: 12px !important; */
  background: var(--primary) !important;
}
.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: 1px solid var(--primary);
}

.swiper-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.swiper-btn-prev {
  scale: -1;
}
.swiper-btn-next {
  margin-right: auto;
}
.swiper-btn-prev,
.swiper-btn-next {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 100px;
  flex-shrink: 0;
  cursor: pointer;
  background: var(--background);
  transition: all 0.3s ease-in;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  background: var(--primary);
}

.swiper-btn-prev svg path,
.swiper-btn-next svg path {
  stroke: var(--head-primary);
  transition: all 0.3s ease-in;
}
.swiper-btn-prev:hover svg path,
.swiper-btn-next:hover svg path {
  stroke: var(--background);
}
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-btns-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  row-gap: 10px;
  margin-top: 40px;
}
.swiper-btns-holder .swiper-additionals {
  width: fit-content;
  margin: 0;
}
.swiper-btns-holder .swiper-btn-prev,
.swiper-btns-holder .swiper-btn-next {
  display: none;
}
.swiper-btn-prev.disabled,
.swiper-btn-next.disabled {
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 1320px) {
  .swiper-btns-holder {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .swiper-pagination {
    gap: 10px !important;
  }
}
@media (max-width: 768px) {
  .swiper-btns-holder {
    margin-top: 20px;
  }
  .swiper-btns {
    gap: 20px;
  }
  .swiper-btn-prev,
  .swiper-btn-next {
    width: 50px;
    height: 50px;
  }
  .swiper-additionals {
    margin-top: 20px;
  }
}
@media (max-width: 512px) {
  .swiper-pagination {
    display: none !important;
  }
  .swiper-btns-holder,
  .swiper-btns-holder:has(.btn),
  .swiper-btns-holder:not(:has(.swiper-button-lock)) {
    align-items: end;
    flex-direction: column;
    margin-top: 20px;
  }
  .swiper-btns-holder .swiper-btn-prev,
  .swiper-btns-holder .swiper-btn-next {
    display: flex;
  }
}

/* center swiper-btns start */
.swiper-btns-holder.center {
  justify-content: center;
}
.swiper-btns-holder.center .swiper-additionals {
  gap: 200px;
}
.swiper-btns-holder.center .swiper-btn-prev,
.swiper-btns-holder.center .swiper-btn-next {
  display: flex;
}
@media (max-width: 1500px) {
  .swiper-btns-holder.center .swiper-additionals {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .swiper-btns-holder.center .swiper-additionals {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .swiper-btns-holder.center .swiper-pagination {
    display: none !important;
  }
  .swiper-btns-holder.center,
  .swiper-btns-holder.center:has(.btn),
  .swiper-btns-holder.center:not(:has(.swiper-button-lock)) {
    align-items: end;
    flex-direction: column;
    margin-top: 20px;
  }
}
/* center swiper-btns end */

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

/* ============== PAGINATIONS PAGE Start ============= */
.page-navigation * {
  transition: all 0.3s ease-in;
}
.page-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--main-text-primary);
  margin-top: 40px;
}
.page-navigation .swiper-btn-prev,
.page-navigation .swiper-btn-next {
  margin: 0;
}
.page-navigation .nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.page-navigation .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  border-radius: 100px;
  background: transparent;
  color: var(--main-text-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.page-navigation .nav-links .page-numbers.dots {
  width: fit-content !important;
  min-width: auto !important;
  color: var(--head-primary);
  pointer-events: none;
}
.page-navigation .nav-links .page-numbers:hover {
  color: var(--primary);
}
.page-navigation .nav-links .page-numbers.current {
  width: 40px;
  background: var(--background-primary);
  color: var(--primary);
}
.page-navigation .navigation-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-navigation .navigation-btn__text {
  font-weight: 400;
  /* 12 - 10 */
  font-size: clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem);
  line-height: 120%;
}
.page-navigation .navigation-btn:hover .navigation-btn__text {
  color: var(--primary);
}
.page-navigation .navigation-btn-next svg {
  position: relative;
  top: -1px;
  scale: -1;
}
.page-navigation .navigation-btn svg path {
  stroke: var(--main-text-primary);
}
.page-navigation .navigation-btn:hover svg path {
  stroke: var(--primary);
}

@media (max-width: 1220px) {
  .page-navigation {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .page-navigation {
    margin-top: 20px;
    gap: 20px;
  }
  .page-navigation .nav-links .page-numbers {
    width: fit-content;
    min-width: 20px;
    height: 25px;
    font-size: 14px;
  }
  .page-navigation .nav-links .page-numbers.current {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 420px) {
  .page-navigation {
    gap: 10px;
  }
  .page-navigation .nav-links .page-numbers {
    font-size: 12px;
  }
}
/* ============== PAGINATIONS PAGE End ============= */

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

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

.form .input-wrapper {
  position: relative;
  width: 100%;
}

.form .input-wrapper .label {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translate(0, -50%);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--main-text-primary);
  pointer-events: none;
  transition: all 0.3s ease-in;
}
.form .input-wrapper:has(textarea) .label {
  top: 15px;
  transform: unset;
}
.input-wrapper:hover .label,
.input-wrapper input:focus ~ .label,
.input-wrapper textarea:focus ~ .label,
.input-wrapper > input:not(:placeholder-shown) ~ .label,
.input-wrapper > textarea:not(:placeholder-shown) ~ .label {
  top: 10px !important;
  transform: translate(0, 0) !important;
  font-size: 10px;
}
.form input:focus,
.form > input:not(:placeholder-shown) {
  outline: none;
}
.form input.error,
.form textarea.error,
.form input.error + .label,
.form textarea.error + .label {
  border-color: red !important;
  color: red !important;
}

.form input.error::placeholder,
.form textarea.error::placeholder {
  color: red !important;
}
.form input.error,
.form textarea.error {
  border-color: red !important;
}

.form-review.form .form-input {
  width: fit-content;
  height: fit-content;
  padding: 0;
  border: unset;
  margin-top: 10px;
}
.form-review.form .form-input span {
  font-weight: 500;
  line-height: 130%;
  color: var(--second);
}
.form-review.form .form-input:hover span {
  color: var(--primary);
}
.form .form-input {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 32px;
  gap: 10px;
  overflow-y: hidden;
  text-wrap: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.form .form-input.active .btn {
  display: none;
}
.form .form-input .file-label {
  display: flex;
  align-items: center;
  gap: 10px;
  text-wrap: nowrap;
  color: var(--head-primary);
  transition: all 0.3s ease-in;
}
.form .form-input .btn {
  position: absolute;
  left: auto;
  right: 4px;
  width: fit-content;
  height: 54px;
  padding: 25px 20px;
  font-weight: 600;
  color: var(--head-primary);
  background: var(--background);
}
.form .form-input .btn:hover {
  color: var(--background);
  background: var(--primary-hover);
}
.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 span {
  color: var(--main-text-primary) !important;
}
.form .form-input.active:hover .file-label {
  opacity: 1;
}
.form .form-input.active .file-remove__icon {
  display: flex;
  pointer-events: all;
}
.form .form-input.active .file-remove__icon svg path {
  fill: var(--main-text-primary);
  transition: all 0.3s ease-in;
}
.form .form-input.active .file-remove__icon:hover svg path {
  fill: var(--primary);
}
.form .btn {
  width: 100%;
}
.form .privacy-policy,
.form .privacy-policy a {
  width: 100%;
  font-weight: 400;
  /* 13 - 10 */
  font-size: clamp(0.625rem, 0.588rem + 0.19vw, 0.813rem);
  line-height: 120%;
  color: var(--main-text-primary);
}
/* .form .privacy-policy a {
  text-decoration: underline;
  text-underline-offset: 2px;
} */
.form .privacy-policy a:hover {
  color: var(--primary);
}
.form select option {
  font-size: 14px;
}

/* dropdown start */

.dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.dropdown > label {
  pointer-events: none;
}
.dropdown-toggle {
	align-items: center !important;
  border: 1px solid #ccc;
  padding: 5px;
  padding-right: 40px !important;
  padding-top: 10px !important;
  border-radius: 3px;
  background: white;
}
.dropdown-list {
  display: none !important;
  position: absolute !important;
  top: 100%;
  border: 1px solid #ccc;
  background: white;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 2px;
  border-radius: 5px;
  border-color: var(--main-text-secondary);
  padding: 0;
  list-style: none;
}
.dropdown-list input[type="radio"] {
	display: none;
}
.dropdown-list li {
  padding: 0;
  margin-bottom: 0 !important;
}
.dropdown-list li::before {
  content: none;
}
.dropdown-list li label {
  display: flex;
  padding: 7px 10px;
  padding-right: 25px;
  cursor: pointer;
  transition: all 0.3s;
}
.dropdown-list li label span {
  color: var(--main-text-primary);
}
.dropdown-list li input:checked + label {
  background-color: #f0f0f0;
}
.dropdown-list li label:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  transform: translate(0, -50%);
  width: max(4 / 19.2 * 1vw, 4px);
  height: max(4 / 19.2 * 1vw, 10px);
  border: solid var(--main-text-primary);
  border-width: 0 2px 2px 0;
  transform: translate(0, -50%) rotate(45deg);
  background: transparent;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.dropdown-list li input:checked ~ label::after {
  opacity: 1;
}
.dropdown-toggle.dropdown-toggle-active ~ .dropdown-list {
  display: block !important;
}
/* dropdown end */

@media (max-width: 1100px) {
  .form {
    gap: 20px;
  }
  .form-top {
    gap: 10px;
  }
  .form select option {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .form input,
  .form .input-wrapper .input,
  .form textarea {
    height: 40px;
    padding: 15px 20px 5px 20px;
  }
  .form select,
  .form .form-input {
    height: 40px;
    padding: 5px 20px 5px 20px;
  }
  .form .input-wrapper .label,
  .form input,
  .form .input-wrapper .input,
  .form textarea,
  .form select,
  .form .form-input,
  .form input::placeholder,
  .form textarea::placeholder {
    font-size: 14px;
  }
  .form .form-input .btn {
    height: 34px;
    padding: 10px;
  }
  .form .input-wrapper .label {
    left: 20px;
  }
  .input-wrapper:hover .label,
  .input-wrapper input:focus ~ .label,
  .input-wrapper textarea:focus ~ .label,
  .input-wrapper > input:not(:placeholder-shown) ~ .label,
  .input-wrapper > textarea:not(:placeholder-shown) ~ .label {
    top: 5px !important;
    font-size: 10px;
  }
  .form textarea {
    height: 90px;
  }
  .form .select-holder::before {
    right: 10px;
  }
  .form select option {
    font-size: 10px;
  }
}
@media (max-width: 420px) {
  .form .input-wrapper .label,
  .form input,
  .form .input-wrapper .input,
  .form textarea,
  .form select,
  .form .form-input,
  .form input::placeholder,
  .form textarea::placeholder {
    font-size: 12px;
  }
}
/* ============== FORM STYLE End============= */

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

.mainbanner-block {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  gap: 30px;
}
.mainbanner-block .banner-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: fit-content;
  min-height: 584px;
  padding: 75px 130px 130px 130px;
  border-radius: var(--border-radius);
  border: 3px solid var(--background);
  background: var(--gradient-light);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
  overflow: hidden;
}
.mainbanner-block .content-side {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  max-width: 750px;
  gap: 30px;
  z-index: 1;
}
.mainbanner-block .content-side.large {
  max-width: 830px;
  gap: 15px;
}
.mainbanner-block .page-title {
  margin-bottom: 0;
}
.mainbanner-block .subtitle {
  /*  30 - 14 */
  font-size: clamp(0.875rem, 0.675rem + 1vw, 1.875rem);
}
.mainbanner-block .btn {
  margin-top: 10px;
}
.mainbanner-block .content-side.large .btn {
  margin-top: 25px;
}

.mainbanner-block .img-bg {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  height: 100%;
  opacity: 0.1;
}
.mainbanner-block .img-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}
.mainbanner-block .img-main {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  max-width: 558px;
  height: 100%;
}
.mainbanner-block .img-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.mainbanner-block .adv-move {
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  width: fit-content;
  height: 100%;
  bottom: 0;
  right: 190px;
  /* 190 - 0 */
  right: clamp(0rem, -59.375rem + 59.38vw, 11.875rem);
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.mainbanner-block .spin {
  position: relative;
  top: 40px;
  right: 45px;
  width: 360px;
  height: 360px;
  box-sizing: content-box;
  background-color: transparent;
  border-radius: 50%;
  border: 45px solid var(--primary);
  animation: spin-a 45s linear forwards infinite;
}
.mainbanner-block .spin .circl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 80px;
  height: 80px;
  padding: 30px;
  border-radius: 100px;
  border: 3px solid var(--background);
  background: var(--background-secondary);
  box-shadow: 0 0 30px 0 rgba(213, 237, 255, 0.86);
  animation: spin-b 45s linear forwards infinite;
}
.mainbanner-block .spin .circl img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.mainbanner-block .spin .circl.int-0 {
  top: 40%;
  left: -25%;
}
.mainbanner-block .spin .circl.int-1 {
  top: -15%;
  left: 5%;
}
.mainbanner-block .spin .circl.int-2 {
  top: -3%;
  right: -10%;
}
.mainbanner-block .spin .circl.int-3 {
  top: 100%;
  left: 20%;
}
.mainbanner-block .spin .circl.int-4 {
  right: -18%;
  top: 70%;
}

@-moz-keyframes spin-a {
  0% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotare(0deg);
    -o-transform: rotare(0deg);
    -ms-transform: rotare(0deg);
    -moz-transform: rotare(0deg);
    -webkit-transform: rotare(0deg);
  }
}
@-webkit-keyframes spin-a {
  0% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotare(0deg);
    -o-transform: rotare(0deg);
    -ms-transform: rotare(0deg);
    -moz-transform: rotare(0deg);
    -webkit-transform: rotare(0deg);
  }
}
@-o-keyframes spin-a {
  0% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotare(0deg);
    -o-transform: rotare(0deg);
    -ms-transform: rotare(0deg);
    -moz-transform: rotare(0deg);
    -webkit-transform: rotare(0deg);
  }
}
@keyframes spin-a {
  0% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotare(0deg);
    -o-transform: rotare(0deg);
    -ms-transform: rotare(0deg);
    -moz-transform: rotare(0deg);
    -webkit-transform: rotare(0deg);
  }
}
@-moz-keyframes spin-b {
  0% {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
  100% {
    transform: rotare(0deg);
    -o-transform: rotare(0deg);
    -ms-transform: rotare(0deg);
    -moz-transform: rotare(0deg);
    -webkit-transform: rotare(0deg);
  }
}
@-webkit-keyframes spin-b {
  0% {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
  100% {
    transform: rotare(0deg);
    -o-transform: rotare(0deg);
    -ms-transform: rotare(0deg);
    -moz-transform: rotare(0deg);
    -webkit-transform: rotare(0deg);
  }
}
@-o-keyframes spin-b {
  0% {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
  100% {
    transform: rotare(0deg);
    -o-transform: rotare(0deg);
    -ms-transform: rotare(0deg);
    -moz-transform: rotare(0deg);
    -webkit-transform: rotare(0deg);
  }
}
@keyframes spin-b {
  0% {
    transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
  100% {
    transform: rotare(0deg);
    -o-transform: rotare(0deg);
    -ms-transform: rotare(0deg);
    -moz-transform: rotare(0deg);
    -webkit-transform: rotare(0deg);
  }
}

.mainbanner-block .advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: fit-content;
  width: 100%;
  gap: 30px;
}
.mainbanner-block .advantage {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 30px;
  gap: 10px;
  border-radius: var(--border-radius);
  border: 3px solid var(--background);
  background: var(--background-secondary);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
}
.mainbanner-block .advantage.transparent {
  background: transparent;
}
.mainbanner-block .advantage__top {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mainbanner-block .advantage.transparent .advantage__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.mainbanner-block .advantage__top__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.mainbanner-block .advantage__top__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainbanner-block .advantage__desc p {
  padding-bottom: 10px;
}

@media (max-width: 1700px) {
  .mainbanner-block {
    gap: 10px;
  }
  .mainbanner-block .banner-wrapper {
    min-height: auto;
    padding: 100px 60px 150px 60px;
  }
  .mainbanner-block .content-side {
    max-width: 60%;
  }
  .mainbanner-block .advantages {
    gap: 10px;
  }
  .mainbanner-block .advantage {
    padding: 20px;
  }
}
@media (max-width: 1380px) {
  .mainbanner-block .banner-wrapper {
    padding: 80px 40px 120px 40px;
  }
  .mainbanner-block .spin {
    width: 300px;
    height: 300px;
    border: 35px solid var(--primary);
  }
  .mainbanner-block .advantages {
    display: flex;
    flex-wrap: wrap;
  }
  .mainbanner-block .advantage {
    width: calc((100% - 10px) / 2);
    flex: 1 1 auto;
  }
  .mainbanner-block .advantage.transparent .advantage__top {
    gap: 5px;
  }
  .mainbanner-block .advantage__top__img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 992px) {
  .mainbanner-block .spin {
    right: 0;
  }
  .mainbanner-block .content-side.large .btn {
    margin-top: 10px;
  }
}
@media (max-width: 860px) {
  .mainbanner-block .banner-wrapper {
    padding: 40px 40px 80px 40px;
  }
  .mainbanner-block .content-side {
    max-width: 65%;
    gap: 20px;
  }
  .mainbanner-block .img-main {
    max-height: 320px;
  }
  .mainbanner-block .spin {
    width: 230px;
    height: 230px;
    border: 30px solid var(--primary);
  }
  .mainbanner-block .spin .circl {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .mainbanner-block .spin .circl img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}
@media (max-width: 620px) {
  .mainbanner-block .banner-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 0px 20px;
  }
  .mainbanner-block .adv-move {
    position: relative;
    right: auto;
    align-items: center;
    align-self: center;
  }
  .mainbanner-block .spin {
    width: 180px;
    height: 180px;
    border: 20px solid var(--primary);
  }
  .mainbanner-block .spin .circl {
    width: 40px;
    height: 40px;
  }
  .mainbanner-block .spin .circl img {
    width: 20px;
    height: 20px;
  }
  .mainbanner-block .img-main {
    max-width: 200px;
    max-height: 240px;
  }
  .mainbanner-block .content-side {
    max-width: 500px;
  }
  .mainbanner-block .advantage {
    padding: 10px 15px;
  }
  .mainbanner-block .advantage__top__img {
    width: 30px;
    height: 30px;
  }
  .mainbanner-block .advantage__title {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .mainbanner-block .advantages {
    gap: 5px;
  }
  .mainbanner-block .advantage {
    padding: 10px;
  }
  .mainbanner-block .advantage__top__title {
    font-size: 12px;
  }
}
@media (max-width: 512px) {
  .mainbanner-block .banner-wrapper {
    padding: 15px;
    padding-bottom: 0;
  }
  .mainbanner-block .content-side,
  .mainbanner-block .content-side.large {
    gap: 10px;
  }
  .mainbanner-block .advantage__title {
    font-size: 12px;
  }
  .mainbanner-block .advantage__top__img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 420px) {
  .mainbanner-block .advantage {
    width: 100%;
  }
}

/* ============== MAINBANNER End============= */

/* ============== REVIEWS ITEM Start============= */

.review-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  gap: 16px;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  border: 3px solid var(--background);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.review-item__top {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.review-item__top__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: var(--background);
  flex-shrink: 0;
}
.review-item__top__img svg {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.review-item__top__img svg path {
  fill: var(--primary);
}
.review-item__top__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.review-item__top__text-holder {
  display: flex;
  width: 100%;
  gap: 10px;
}
.review-item__top__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.review-item__top__text .direct {
  color: var(--primary);
}
.review-item__top .date {
  margin-left: auto;
  margin-bottom: auto;
  /* 14 - 12 */
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}

.review-item .content-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 40px;
}
.review-item .content-side__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
}
.review-item .content-side__text__value * {
  line-height: normal;
  margin-bottom: 0;
}
.review-item .content-side__text__value.hidden {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s ease-in;
}
.review-item .read-more-btn {
  width: fit-content;
  cursor: pointer;
  font-weight: 600;
  line-height: 120%;
  color: var(--head-primary);
  transition: all 0.3s ease-in;
}
.review-item .read-more-btn:hover {
  color: var(--primary);
}

.review-item .content-side__gallery {
  display: flex;
  align-items: center;
  height: 78px;
  gap: 10px;
}
.review-item .content-side__gallery .img {
  position: relative;
  width: 100%;
  max-width: 94px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.review-item .content-side__gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-item .content-side__gallery .img__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hwb(0 0% 100% / 0.4);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.review-item .content-side__gallery .img:hover .img__filter,
.review-item .content-side__gallery .img:nth-child(3) .img__filter.more-photo {
  opacity: 1;
}
.review-item .content-side__gallery .img__count,
.review-item
  .content-side__gallery
  .img:nth-child(3)
  .img__filter.more-photo
  svg {
  display: none;
}
.review-item .content-side__gallery .img:nth-child(3) .img__count {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--background);
  z-index: 2;
}
.review-item .content-side__gallery .img.hidden {
  display: none;
}

@media (max-width: 1700px) {
  .review-item {
    padding: 20px;
  }
  .review-item__top {
    gap: 10px;
  }
  .review-item__top__img {
    width: 50px;
    height: 50px;
  }
  .review-item__top__img svg {
    width: 30px;
    height: 30px;
  }
  .review-item .content-side {
    gap: 20px;
  }
}
@media (max-width: 1480px) {
  .review-item__top__text-holder {
    flex-direction: column;
    row-gap: 5px;
  }
  .review-item__top {
    align-items: start;
  }
  .review-item .content-side__gallery {
    gap: 5px;
  }
}
@media (max-width: 1100px) {
  .review-item__top__text {
    gap: 0;
  }
  .review-item__top__img {
    width: 40px;
    height: 40px;
  }
  .review-item__top__img svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 620px) {
  .review-item .content-side__gallery {
    height: 60px;
  }
  .review-item .content-side__gallery .img {
    max-width: 75px;
  }
}
@media (max-width: 512px) {
  .review-item {
    padding: 15px;
  }
}
/* ============== REVIEWS ITEM End ============= */

/* ============== REVIEWS MODAL Start ============= */

#review-overflow.theme-modal {
  padding: 20px;
  padding-right: 60px;
  background: var(--background);
  overflow-y: auto !important;
}
#review-overflow.fancybox__content > .f-button.is-close-btn {
  top: 10px !important;
  right: 10px !important;
}
#review-overflow .content-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
#review-overflow .content-side__title {
  padding-right: 20px;
}
#review-overflow .content-side__text__value * {
  color: var(--head-primary);
  line-height: normal;
  margin-bottom: 0;
}
#review-overflow .content-side__text__value *:not(:last-of-type) {
  margin-bottom: 5px;
}
#review-overflow .content-side__gallery,
#review-overflow .read-more-btn {
  display: none;
}
#review-overflow .review-item__bottom__text {
  -webkit-line-clamp: unset;
  max-height: unset;
}
@media (max-width: 620px) {
  #review-overflow.theme-modal {
    padding-right: 45px;
  }
}
/* ============== REVIEWS MODAL End ============= */

/* ============== ARCHIVE REVIEWS Start ============= */

.archive-reviews .reviews-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 48px;
}
.archive-reviews .reviews-block {
  padding-bottom: 0;
}
.archive-reviews .reviews-block .swiper-holder,
.archive-reviews .reviews-block .swiper-btns-holder {
  display: none;
}
@media (max-width: 1700px) {
  .archive-reviews .reviews-holder {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .archive-reviews .reviews-holder {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .archive-reviews .reviews-holder {
    grid-template-columns: 1fr;
  }
}
/* ============== ARCHIVE REVIEWS End ============= */

/* ============== SERVICE ITEM Start ============= */

.service-item * {
  transition: all 0.3s ease-in;
}
.service-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--border-radius);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
  overflow: hidden;
}
.service-item__img {
  display: flex;
  position: relative;
  width: 100%;
  height: 25vw;
  max-height: 218px;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  border: 3px solid var(--background);
  flex-shrink: 0;
  overflow: hidden;
}
.service-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}
.service-item:hover .service-item__img img {
  transform: scale(1.1);
}
.service-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  gap: 52px;
  background: var(--background);
}
.service-item__content__top {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.service-item:hover .service-item__content__top__name,
.service-item:hover .service-item__content__top__name * {
  color: var(--primary);
}
.service-item__content__top__mark {
  display: flex;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 8px;
  background: var(--primary);
  color: var(--background);
}
.services-content-wrapper .service-item__content__top__mark {
  display: none;
}
.service-item__content__top__chars-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.service-item__content__top__char {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-item__content__top__char__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.service-item__content__top__char__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-item__content__price-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 5px;
  padding-top: 10px;
  margin-top: auto;
  border-top: 1px solid var(--main-text-primary);
}
.service-item__content__price {
  color: var(--head-primary);
}
.service-item__content__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--head-primary);
}
.service-item:hover .service-item__content__btn {
  color: var(--primary);
}
.service-item__content__btn svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
  flex-shrink: 0;
}
.service-item__content__btn svg path {
  fill: var(--head-primary);
}
.service-item:hover .service-item__content__btn svg path {
  fill: var(--primary);
}

@media (max-width: 1800px) {
  .service-item__content {
    padding: 20px;
    gap: 20px;
  }
  .service-item__img {
    height: 30vw;
    max-height: 230px;
  }
}
@media (max-width: 860px) {
  .service-item__content {
    padding: 15px;
  }
  .service-item__content__top__chars-holder {
    margin-top: 5px;
  }
  .service-item__content__top__chars-holder,
  .service-item__content__top__char {
    gap: 5px;
  }
  .service-item__content__top__char__icon {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 512px) {
  .service-item__content__top__char__text {
    font-size: 10px;
  }
}
@media (max-width: 420px) {
  .service-item__img {
    height: 50vw;
    max-height: 210px;
  }
  .service-item__content__price-holder {
    padding-top: 5px;
  }
}

/* ============== SERVICE ITEM End ============= */

/* ============== TAX SERVICES Start ============= */

.services-content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 0;
}

@media (max-width: 1800px) {
  .services-content-wrapper {
    gap: 10px;
  }
}
@media (max-width: 1700px) {
  .services-content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 860px) {
  .services-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .services-content-wrapper {
    grid-template-columns: 1fr;
  }
}
/* ============== TAX SERVICES End ============= */

/* ============== NEWS ITEM Start ============= */

.news-item * {
  transition: all 0.3s ease-in;
}
.news-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--border-radius);
  box-shadow: 0 0 30px 0 rgba(173, 173, 173, 0.35);
  overflow: hidden;
}
.news-item__img {
  display: flex;
  position: relative;
  width: 100%;
  height: 18vw;
  max-height: 310px;
  flex-shrink: 0;
}
.news-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 33px 30px;
  gap: 10px;
  border: 3px solid var(--background);
  border-radius: var(--border-radius);
  background: var(--background-secondary);
  overflow: hidden;
  margin-top: -40px;
  z-index: 1;
}
.news-item__content__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.news-item__content__top__marks-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 7px;
  row-gap: 5px;
}
.news-item__content__top__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 8px;
  background: var(--background-primary);
  color: var(--primary);
}

.news-item__content__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.news-item__content__btn-holder {
  display: flex;
  width: 100%;
  padding-top: 10px;
  margin-top: auto;
  border-top: 1px solid var(--main-text-primary);
}
.news-item__content__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  color: var(--head-primary);
}
.news-item:hover .news-item__content__btn {
  color: var(--primary);
}
.news-item__content__btn svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}
.news-item__content__btn svg path {
  fill: var(--head-primary);
}
.news-item:hover .news-item__content__btn svg path {
  fill: var(--primary);
}
@media (max-width: 1600px) {
  .news-item__content {
    padding: 20px;
  }
}
@media (max-width: 1100px) {
  .news-item__img {
    height: 25vw;
  }
  .news-item__content__text {
    margin-bottom: 10px;
  }
  .news-item__content__top {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}
@media (max-width: 992px) {
  .news-item__content {
    padding: 15px;
  }
  .news-item__content__top__mark {
    padding: 2px 5px;
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  .news-item__img {
    height: 35vw;
    max-height: 240px;
  }
  .news-item__content {
    padding: 10px 15px;
  }
  .news-item__content__top__mark {
    font-size: 10px;
  }
  .news-item__content__text {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .news-item__img {
    height: 55vw;
  }
  .news-item {
    height: fit-content;
  }
  .news-item__content {
    height: auto;
  }
}

/* ============== NEWS ITEM End ============= */

/* ============== ARCHIVE NEWS Start ============= */

.archive-news .news-wrapper {
  display: flex;
  flex-direction: column;
}
.archive-news .news-options-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.archive-news .news-options-wrapper .title {
  margin-bottom: 0;
  flex-shrink: 0;
}
.archive-news .select-form {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.archive-news .news-options * {
  transition: all 0.3s ease-in;
}
.archive-news .news-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.archive-news .select-form .btns-holder {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.archive-news .select-form .btns-holder .filter-btn {
  height: 40px;
}

.archive-news .news-options .select-holder {
  position: relative;
  width: fit-content;
}
.archive-news .news-options select {
  display: flex;
  align-items: center;
  width: fit-content;
  width: 230px;
  height: 40px;
  padding: 10px 40px 10px 14px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--main-text-primary);
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--background);
  background: var(--background);
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.archive-news .news-options select:hover,
.archive-news .news-options select:focus {
  border: 1px solid var(--primary);
}
.archive-news .news-options .select-holder::before {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/select-before.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.archive-news .news-options .select-holder:hover::before {
  background-image: url(../images/arrow-primary.svg);
}
.archive-news .news-options .select-holder option {
  font-size: 14px;
}
.archive-news .news-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 1600px) {
  .archive-news .news-options-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .archive-news .select-form,
  .archive-news .news-options {
    column-gap: 20px;
    row-gap: 10px;
  }
  .archive-news .news-holder {
    gap: 10px;
  }
}
@media (max-width: 1220px) {
  .archive-news .select-form,
  .archive-news .news-options {
    gap: 10px;
  }
  .archive-news .news-options select {
    width: 220px;
  }
}
@media (max-width: 860px) {
  .archive-news .news-options-wrapper {
    margin-bottom: 20px;
  }
  .archive-news .news-options select {
    width: 150px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
  }
  .archive-news .news-options .select-holder::before {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .archive-news .news-holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 660px) {
  .archive-news .news-options,
  .archive-news .news-options .select-holder,
  .archive-news .news-options select,
  .archive-news .select-form .btns-holder,
  .archive-news .select-form .btns-holder .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .archive-news .news-holder {
    grid-template-columns: 1fr;
  }
}
/* ============== ARCHIVE NEWS End ============= */

/* ============== NEWS-BANNER-BLOCK Start ============= */

.news-banner-block {
  display: flex;
  padding-top: 0;
  gap: 30px;
}
.news-banner-block .content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 750px;
  height: auto;
  padding: 80px 130px 70px 130px;
  gap: 10px;
  border-radius: var(--border-radius);
  border: 3px solid var(--background);
  background: var(--background-secondary);
}
.news-banner-block .content__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 1;
}
.news-banner-block .content__top__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 8px;
  background: var(--background-primary);
  color: var(--primary);
}
.news-banner-block .content__title {
  max-width: 473px;
  margin-bottom: 5px;
  z-index: 1;
}
.news-banner-block .content__desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
}
.news-banner-block .content__desc * {
  color: var(--main-text-primary);
  margin: 0;
}
.news-banner-block .content__desc ul li::before {
  left: 0;
  width: 10px;
  height: 1px;
}
.news-banner-block .content__desc p:has(strong) {
  margin-bottom: -15px;
}
.news-banner-block .content__desc strong {
  /*font-size c 20 до 14 */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 600 !important;
}
.news-banner-block .content__img-bg {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 680px;
  height: 100%;
  max-height: 70%;
  pointer-events: none;
}
.news-banner-block .content__img-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

.news-banner-block .gallery-holder {
  display: flex;
  position: sticky;
  top: 110px;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 30px;
}
.news-banner-block .gallery__all {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
  flex-shrink: 0;
}
.news-banner-block .gallery-holder .img {
  display: flex;
  position: relative;
  width: 100%;
  border-radius: var(--border-radius);
  border: 3px solid var(--background);
  overflow: hidden;
  cursor: pointer;
}
.news-banner-block .gallery__main-img__text {
  display: flex;
  align-items: end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 45%;
  padding: 30px 30px 30px 30px;
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  color: var(--background);
  z-index: 1;
  pointer-events: none;
}
.news-banner-block .gallery__main-img {
  position: relative;
  height: 100%;
  min-height: 350px;
  max-height: 600px;
}
.news-banner-block .gallery__all .img {
  height: 7vw;
  max-height: 119px;
  border-radius: 15px;
}
.news-banner-block .gallery__all .img.hidden {
  display: none;
}
.news-banner-block .gallery-holder .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1800px) {
  .news-banner-block .gallery-holder {
    width: 40%;
    gap: 10px;
  }
  .news-banner-block .gallery__all {
    gap: 10px;
  }
  .news-banner-block .content {
    width: 60%;
    max-width: none;
    padding: 60px 40px;
  }
  .news-banner-block .gallery__all .img {
    height: 6vw;
  }
}
@media (max-width: 1700px) {
  .news-banner-block {
    gap: 20px;
  }
  .news-banner-block .gallery__main-img__text {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 1220px) {
  .news-banner-block .content {
    padding: 40px 20px;
  }
  .news-banner-block {
    gap: 10px;
  }
  .news-banner-block .gallery-holder,
  .news-banner-block .gallery__all {
    gap: 5px;
  }
  .news-banner-block .gallery__all .img {
    border-radius: 10px;
  }
  .news-banner-block .gallery__main-img {
    min-height: 250px;
  }
}
@media (max-width: 1100px) {
  .news-banner-block .gallery-holder .img {
    max-height: 400px;
  }
  .news-banner-block .gallery__all .img:nth-child(4) {
    display: none;
  }
  .news-banner-block .gallery__all .img {
    height: 9vw;
  }
}
@media (max-width: 860px) {
  .news-banner-block {
    flex-direction: column;
  }
  .news-banner-block .content {
    width: 100%;
    padding: 15px;
  }
  .news-banner-block .content__desc {
    gap: 10px;
  }
  .news-banner-block .content__desc p:has(strong) {
    margin-bottom: -10px;
  }
  .news-banner-block .gallery-holder {
    flex-direction: row;
    width: 100%;
  }
  .news-banner-block .gallery__all {
    flex-direction: column;
  }
  .news-banner-block .gallery-holder .img {
    height: 100%;
  }
  .news-banner-block .gallery__main-img.img {
    width: 100%;
    height: 45vw;
  }
  .news-banner-block .gallery__main-img__text {
    font-size: 12px;
  }
  .news-banner-block .gallery__all {
    width: 20vw;
  }
}
@media (max-width: 420px) {
  .news-banner-block .gallery-holder {
    flex-direction: column;
  }
  .news-banner-block .gallery__all {
    flex-direction: row;
    width: 100%;
  }
  .news-banner-block .gallery-holder .img {
    height: 20vw;
  }
}

/* ============== NEWS-BANNER-BLOCK End ============= */
