.away {
  padding: 20px 20px 35px;
  line-height: 160%;
  text-align: center;
  background: #fff;
}

.away-wrapper {
  margin: 50px auto;
}

.away__header {
  margin-bottom: 7px;
  font-weight: 700;
}

.away__browsers {
  padding: 20px 24px;
}

.away__browser {
  display: inline-block;
  margin: 0 10px;
  padding: 20px 20px 15px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s;
}

.away__browser:hover {
  background: #fafafa;
}

.away__browser-ico {
  display: block;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  background-image: url(../img/browsers.png);
}

.away__browser-ico.atom {
  background-position: 0 -400px;
}

.away__browser-ico.chrome {
  background-position: 0 -160px;
}

.away__browser-ico.firefox {
  background-position: 0 -80px;
}

.away__browser-ico.opera {
  background-position: 0 -240px;
}

.error-page {
  display: flex;
  z-index: 9999999999;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 1rem;
  color: var(--clr-text);
  line-height: 1;
  text-align: center;
  background-color: #fff;
}

.error-page__title {
  margin-bottom: 1.8rem;
  color: var(--clr-accent);
  font-weight: bold;
  font-size: min(7.5em, 16vw);
}

.error-page__description {
  font-weight: 500;
  font-size: min(1.6em, 6vw);
}

.pageup {
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 90;
  position: fixed;
  right: 3vw;
  bottom: 3vw;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  background: var(--clr-50);
  transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
      box-shadow: 0px 0px 1px 0px rgba(30, 60, 67, 0.25), 0px 0px 15px 0px rgba(30, 60, 67, 0.15);
}

.pageup:hover::after {
  opacity: 0.08;
}

.pageup:active::after {
  opacity: 0.1;
}

.pageup.is-active {
  opacity: 1;
  visibility: visible;
  bottom: 4.6vw;
}

.pageup::after {
  display: block;
  opacity: 0;
  z-index: 0;
  position: absolute;
  content: "";
  background: #000;
  transition: opacity 0.3s;
  inset: 0;
}

#header {
  display: flex;
  flex-direction: column;
  /* border-bottom: 1px solid var(--clr-400); */
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  /* background: var(--clr-wrapper); */
  color: #fff;
}

#header.white {
  background: var(--header-bottom-color);
  color: var(--clr-text);
}

#header.white .header_bottom_hidden_icons a svg rect, #header.white .header-contacts_icons a svg rect {
  fill: var(--clr-accent);
}

header .btn {
  /* background-color: var(--clr-primary); */
  /* color: #fff; */
  padding: 12px 16px;
  /* font-size: 14px; */
}
.header_social_link {
  width: 40px;height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_social_link svg path {
  fill: var(--clr-50) !important;
}
/* header .btn:hover { */
/* background-color: transparent; */
/* color: var(--clr-text) !important; */
/* } */

.header_bottom {
  /* margin-top: 2em; */
}

.logo-up {
  gap: 20px;
  /* flex-wrap: wrap; */
  align-items: center;
}

.pageup:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.3em;
  margin-left: -0.5em;
  border-top: solid 0.19em var(--clr-accent);
  border-left: solid 0.19em var(--clr-accent);
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
}

.header_bottom-wrapper {
  /* padding: 12px 0 !important; */
  /* padding-right: 15px; */
  /* padding-bottom: 15px; */
  /* background-color: var(--header-bottom-color); */
  border-radius: var(--header_border-radius);
}

.nav__link svg {
  transform: perspective(100px);
  transition: all 0.3s;
}

.nav__item .nav__link {
  font-weight: 500;
  /*     padding: 10px;
 */
}

#header .nav__item .nav__link {
  color: var(--clr-50);
  position: relative;
}
#header .nav__item .nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.5s;
}
#header .nav__item .nav__link:hover {
  color: var(--clr-50) !important;
}
#header.white .nav__item .nav__link:hover {
  color: var(--clr-text) !important;
}
#header .nav__item .nav__link:hover::before {
  transform: scaleX(1);
}
#header.white .nav__item .nav__link, #header .white .nav__item .nav__link {
  color: var(--clr-text);
}

#header.white .btn {
  /* color: var(--clr-50); */
}
#header.white .btn-blur,#header.white  .header_social_link {
  background: #D9E3EB;
  color: var(--clr-text);
}
#header.white .header_social_link svg path {
  fill: var(--clr-accent) !important;
}
/* .btn-blur:hover {
    border-color: var(--clr-text);
    background: rgba(255, 255, 255, 0);
    color: var(--clr-text) !important;
} */
#header .btn-blur:hover {
    border-color: var(--clr-50);
    background: rgba(255, 255, 255, 0);
    color: var(--clr-50) !important;
}
.nav__item:hover>.nav__link {
  color: var(--clr-accent);
}

.nav__item:hover>.nav__link svg {
  transform: perspective(100px) rotateX(180deg);
}
.fixed-header .btn-secondary {
  border-color: var(--clr-500);
}
.fixed-header .header_bottom-wrapper {
    padding-bottom: 12px;
}
.fixed-header .header_bottom_container {
    padding: 12px 0 0;
}
.nav__list>.nav__item {
  /* padding-bottom: 10px;
     margin-top: 10px; */
}

.header_nav {
  position: relative;
}

.nav__list {
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  /* margin-top: 10px; */
}

.nav__submenu_item {
  display: inline-block;
  position: relative;
  color: #fff;
  /* padding-bottom: 10px; */
}

.nav__submenu {
  position: absolute;
  top: 100%;
  width: max-content;
  max-width: 300px;
  border-radius: 7px;
  z-index: 200;

  display: flex;
  flex-direction: column;
  gap: 10px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  transform: translateY(1em);
  z-index: 8;
  top: 1.8em;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.nav__submenu .nav__item {
  border-bottom: solid 1px var(--clr-100);
  padding-bottom: 3px;
  padding: 10px 15px;
  background: var(--clr-50);
  padding: 10;
  transition: margin .3s;
  font-weight: 400;
  white-space: normal;
  line-height: 1.3;
  /*     margin-bottom: 1px;
 */
  transition: all .3s;
}

.nav__submenu .nav__item a {
  color: var(--clr-text) !important;
  font-weight: 500;
}

#header .nav__submenu .nav__item .nav__link::before {
  content: none;}
#header .nav__submenu .nav__item .nav__link:hover {
  color: var(--clr-600) !important;
  font-weight: 500;
}

.nav__submenu .nav__item:first-child {
  border-radius: 5px 5px 0 0;
  position: relative;
}

.nav__submenu .nav__item:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background: var(--clr-50);
  transform-origin: bottom left;
  transform: rotate(45deg);
  bottom: 100%;
  left: 1em;
}

.nav__submenu .nav__item:last-child {
  border-radius: 0 0 5px 5px;
}

.nav__submenu .nav__item:last-child {
  border: none;
}

.nav__submenu_item:hover .nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .3s;
  /* box-shadow: 0px 2px 0px 0px #00000012; */
}

.nav__submenu_item:hover .nav__submenu .nav__item {
  margin-bottom: 0;
  transition: all .3s;
}

.header-arrow {
  transition: rotate .3s;
  margin-left: 5px;
  height: auto;
  width: 8px;
}

/* .nav__submenu_item:hover .header-arrow {
  rotate: 180deg;
  transition: .3s rotate;
} */

.header-arrow path {
  transition: .3s stroke;
  stroke-width: 2px;
}

.callback_box {
  gap: 8px;
}

.catalog-item {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--clr-primary);
  padding: 5px 8px;
  border-radius: var(--border-radius);
}

.nav__submenu_item:hover .header-arrow path {
  /* stroke: var(--clr-accent); */
  transition: .5s all;
}

.callback-search {
  width: 257px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search_form_f {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search_form_f input {
  padding: 10px;
}

#search_form {
  border-radius: 10px;
}

.main_search {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.main_search input {
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 15px;
  padding-left: 0;
  font-size: 18px;
  width: 100%;
}

.search_form {
  width: 100%;
  max-width: 600px;
}

.header_nav_mobile .main_search input {
  border-radius: 0px;
  margin-right: 0;
  font-size: 17px;
  padding: 10px;
  width: 100%;
  padding-left: 0;
}

.header_nav_mobile .btn {
  padding: 15px;
}

.header-top {}

.header-top_content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--clr-400);
}

.hidden_phones {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  display: flex;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  position: absolute;
  transform: translateY(1em);
  padding-top: 10px;
}

.hidden_phones a {
  background-color: #fff;
  padding: 10px;
}

.header-contacts_phone svg {
  /* height: 15px; */
  /* width: 10px; */
}

.header-contacts_phone a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-contacts_phone a:hover svg path {
  fill: var(--clr-primary);
}

.header-contacts_phone:hover .hidden_phones {
  visibility: visible;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .3s;
  box-shadow: 0px 2px 0px 0px #00000012;
}

.hidden_phones a:first-child {
  position: relative;
  border-radius: 5px 5px 0px 0px;
  padding-bottom: 5px;
}

.hidden_phones a:last-child {
  border-radius: 0px 0px 5px 5px;
  padding-top: 5px;
}

.hidden_phones a:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background: #fff;
  transform-origin: bottom left;
  transform: rotate(45deg);
  bottom: 100%;
  left: 1em;
}

.header-locmail {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-location br {
  display: none;
}

.header-top_icon {
  display: flex;
  gap: 0px;
}

.header-top_icon svg {
  min-width: 26px;
}

.header-contacts {
  display: flex;
  gap: 12px;
}

.header-contacts_icons {
  display: flex;
  gap: 5px;
}

.callback-search {
  position: relative;
}

.callback_box .input-box {
  /* display: none; */
}

.btn_search:hover svg,
.btn_search:hover rect,
.btn_search:hover path {
  transition: all .3s;
}

.callback_box button svg,
.callback_box button rect,
.callback_box button path {
  transition: all .3s;
}

.callback_box button:hover svg rect,
.btn_search:hover svg rect {
  fill: var(--clr-50);
}

.callback_box button:hover svg path,
.btn_search:hover svg path {
  fill: var(--font_accent);
  stroke: var(--clr-accent);
}

.input-box {
  position: relative;
  width: 100%;
  max-width: 40px;
  min-height: 40px;
  margin: 0 20px;
  margin-left: 0;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.input-box.open {
  max-width: 250px;
}

.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 60px;
  outline: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.input-box.open input {
  padding: 0 10px 0 45px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.input-box.open .search {}

.search .search-icon {
  height: 100%;
  display: block;
}

.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: 2%;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  width: 26px;
  height: 26px;
}

.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}

.search_hide_submit {
  display: none;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.search_ico_dn {
  display: block;
}

.header_bottom_container {
  gap: 20px;
  padding: 12px 0;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(24px);
  z-index: 97;
  transition: transform 0.5s, box-shadow 0.5s;
  transform: translateY(-150%);
  margin: 0;
}

.fixed-header.is-active {
  transform: translateY(0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.header-contacts_phone {
  font-weight: 500;
  /* font-size: 1.3em; */
  font-weight: 500;
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  user-select: none;
  width: 30px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  position: relative;
  z-index: 1000;
}
.mobile_burger {
  position: absolute;
  top: 30px;
  right:30px;
  display: none;
  cursor: pointer;
  user-select: none;
  width: 30px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  z-index: 1000;
}
.mobile_burger .burger-line {
  background: var(--clr-text);
}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: var(--clr-50);
  transition: 0.5s ease-in-out;
}

.white .burger-line {
  background: var(--clr-text);
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5em;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1em;
}

.mobile_menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

/* MOBILE DROPDOWN */
.nav__submenu_mobile {
  display: none;
  padding-left: 10px;
  flex-direction: column;
  margin-top: 6px;
  gap: 6px;
  max-height: 300px;
  overflow-y: auto;
}

.nav__submenu_mobile li:not(:last-child) {
  margin-bottom: 4px;
}

.nav__list_mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header_nav_mobile .btn.btn-primary:hover {
  background-color: var(--clr-accent) !important;
}

/* MOBILE DROPDOWN */
.header .logo {
  width: 180px;
}

.logo {
  width: 180px;
  flex-shrink: 0;
  display: block;
}

.logo img {
  width: 100%;
}

.header_nav_mobile-logo {
  max-width: 180px;
}

.header_bottom_hidden_icons a,
.header-contacts_icons a {
  display: flex;
  /* width: 36px;
  height: 36px; */
  align-items: center;
  justify-content: center;
  /* border: 1px solid var(--clr-700);
  border-radius: var(--border-radius); */
  color: var(--clr-text);
}

.header_bottom_hidden_icons a svg rect,
.header-contacts_icons a svg rect {
  fill: var(--clr-50);
}

.header_bottom_hidden_icons a svg path,
.header-contacts_icons a svg path {
  fill: var(--clr-text);
}

.white .header_bottom_hidden_icons a svg path,
.white .header-contacts_icons a svg path {
  fill: #fff;
}

.white .header_bottom_hidden_icons a,
.white .header-contacts_icons a {
  color: var(--clr-primary);
}

/* .header_bottom_hidden_icons a svg rect,
.header-contacts_icons a svg rect {
  fill: var(--clr-50);
} */
.header_bottom_hidden_icons a svg rect,
.header-contacts_icons a svg rect {
  fill: var(--clr-50);
}

.header_bottom_hidden_icons a:hover, .header-contacts_icons a:not(.header_phone-link):hover, .messangers_box a:hover {
  /* color: var(--clr-50) !important; */
  transform: translateY(-5px);
}

.header-contacts_icons a.header_phone-link {
  font-weight: 600;
  font-size: 1rem;
  margin-right: 24px;
  color: var(--clr-50);
}
.white .header-contacts_icons a.header_phone-link {
  color: var(--clr-text);
}
.header-contacts_icons a.header_phone-link:hover {
  color: var(--clr-primary);
}

.header_bottom_hidden_icons a:hover svg rect, .header-contacts_icons a:hover svg rect {
  /* fill: var(--clr-accent) !important;
    stroke: var(--clr-accent) !important; */
}

.messangers_box a:hover svg rect {
  /* fill: var(--clr-accent) !important; */
  /* stroke: var(--clr-accent) !important; */
}

.header_bottom_hidden_icons {
  display: none;
  gap: 8px;
}

.callback_modal {
  max-width: 470px;
  width: 95%;
  background-color: #fff;
  padding: 34px 26px clamp(2.125rem, 1.988rem + 0.69vw, 2.813rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: var(--border-radius);
  background-color: var(--clr-wrapper);
  display: none;
}

.callback_modal_title {
  /* font-size: 1.5em;
  font-weight: 700;
  line-height: 110%; */
  padding-bottom: 1em;
}

.callback_modal_subtitle {
  text-align: center;
  /* color: var(--clr-50); */
  padding-bottom: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
}

.callback_modal .label_checkbox {
  color: var(--clr-text);
}

.callback_modal .label_checkbox a {
  color: var(--clr-text);
}

.callback_modal .label_checkbox input:checked+span.checkbox {
  border-color: var(--clr-text);
}
.callback_modal .label_checkbox span.checkbox {
  border-color: var(--clr-text);
}
.callback_modal .label_checkbox span.checkbox::before {
  background: var(--clr-text);
}

.callback_modal .callback_modal .label_checkbox span.checkbox {
  border-color: var(--clr-text);
}

.callback_modal_form {
  width: 100%;
  max-width: 345px;
}

.callback_modal_form_inputs {
  display: flex;
  flex-direction: column;
  gap: 18px;

}
.label_file {
  position: relative;
  
}
.label_file:hover .before{
    border-color: var(--clr-primary);
    background-color: var(--clr-50);
}
.label_file.highlight .before {
    border-color: var(--clr-primary);
    background-color: var(--clr-50);
}
.label_file input {
  position: absolute;opacity: 0;visibility: hidden;display: none;
}
.label_file span.before {
  padding: 20px 35px 20px 35px;
  background-color: var(--clr-300);
  border-radius: var(--border-radius);
  font-weight: 700;
  line-height: 110%;
  color: var(--clr-800);
  border: 1px solid transparent;
  width: 100%;
  display: flex;
  cursor: pointer;
  word-break: break-all;
  text-align: left;
  transition: all 0.5s;
}
.callback_modal_form_inputs input, .callback_modal_form_inputs textarea {
  padding: 20px 35px 20px 35px;
  background-color: var(--clr-300);
  border-radius: var(--border-radius);
  font-weight: 700;
  line-height: 110%;
  color: var(--clr-800);
  border: 1px solid transparent;
  width: 100%;
}

.callback_modal_form_inputs input::placeholder, .callback_modal_form_inputs textarea::placeholder {
  color: var(--clr-800);
}

.btn-with_arrow {
  line-height: 110%;
  width: max-content;
  padding: 10px 10px 10px 38px;
  gap: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-with_arrow:hover .btn_arrow path {
  fill: #fff;
}

.btn-with_arrow:hover .btn_arrow rect {
  fill: var(--clr-primary);

}

form input:focus {
  border: 1px solid var(--clr-primary);
}

.callback_modal button {
  width: 100% !important;
}



.fancybox__content>.carousel__button.is-close svg {
  filter: none;
}

.carousel__button.is-close {
  justify-content: end;
}

/* 
.logo img {
  max-width: 180px;
  height: 50px;
  object-fit: contain;
} */

.policy_text a {
  text-decoration: underline;
}

#footer {
  /* background-color: var(--footer-color); */
  /* border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  -ms-border-radius: var(--border-radius);
  -o-border-radius: var(--border-radius); */
  padding-top: var(--main-content-gap);
  /* margin-top: var(--main-content-gap); */
  margin-top: var(--main-content-gap);
  /* padding-bottom: var(--main-content-gap); */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid #D1D5DD;
  background-color: var(--clr-50);
}

#footer hr {
  opacity: 0.5;
  color: var(--clr-800);
}

.logo-up {
  flex-direction: column;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.footer a {
  color: var(--clr-text);
  font-weight: 600;
}

.footer .logo {
  width: 190px;
  height: auto;
}

.footer ul {
  opacity: 0.9;
}

.footer-social svg {
  width: 40px;
  height: 40px;
}

.footer a:hover {
  color: var(--clr-accent);
}

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

.footer_container {
  /* padding: var(--block-vertical-padding) var(--block-horizontal-padding); */
}

.footer_content {
  color: var(--clr-500);
  display: flex;
  /* align-items: flex-start; */
  flex-wrap: wrap;
  /* padding-top: clamp(1.875rem, 1.6rem + 1.38vw, 3.25rem); */
  gap: 50px;
  justify-content: space-between;
}

/* .footer-list>*:first-child {
  font-weight: bold;
  padding-bottom: 30px;
  font-size: 24px;
} */

.footer_contacts {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 600;
  color: var(--clr-text);
  margin-top: auto;
}

.footer_contacts>*:first-child {
  padding: 0;
}

.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_nav a {
  text-decoration: underline;
}

.footer_nav a:hover {
  text-decoration: none;
}

.footer-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer_container.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  /* text-align: center; */
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: var(--clr-500);
  font-size: 14px;
  border-top: 1px solid rgba(155, 161, 172, 0.3);
}

.footer_container.copyright a:hover svg {
  filter: drop-shadow(0px 0px 5px var(--clr-accent));
}


.footer_container.copyright svg {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer_info_list ul li ul {
  margin-top: 10px;
}

.footer_info_list ul li ul a {
  color: #8C98A9;
}

.footer_container.copyright a:hover {
  color: #fff !important;
}

.footer-uptop {
  display: flex;
  align-items: center;
  gap: 10px;
  /* font-family: var(--font_accent); */
  background: transparent;
  min-width: auto;
  line-height: 1;
  color: var(--clr-900);
  padding: 12px;
}

.footer-uptop::before {
  background: var(--clr-900);
}

.footer-uptop:hover {
  background: var(--clr-primary);
  color: var(--clr-primary) !important;
  border-color: var(--clr-primary);
}

.footer-uptop:hover {

  /* color: #fff; */
  /* border: 1px solid #fff; */
}

.footer-uptop svg {
  height: auto;
  /* rotate: 180deg; */
}


.breadcrumbs svg {
  height: 7px;
  opacity: 0.5;
  color: var(--clr-text);
}


.breadcrumbs {
  padding-top: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
  padding-bottom: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
  /* padding-top: 15px; */
  padding-bottom: clamp(1.25rem, 0.8599rem + 1.7834vw, 3rem);
  padding-top: clamp(1.25rem, 0.8599rem + 1.7834vw, 3rem);
  margin-top: 108px;
}

.breadcrumbs a {
  opacity: 0.7;
}

.breadcrumb-item.active {
  color: var(--clr-900);
  opacity: 1;
}

.breadcrumbs_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}

/* 
.footer-uptop:hover svg {
  transform: translate(0px, 3px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-uptop svg {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
} */

.inn_f a {
  color: var(--clr-text);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.develop {
  display: flex;
  flex-direction: column;
  color: var(--clr-500);
  font-size: 0.875rem;
  gap: 8px;
  margin-top: clamp(1.5rem, -0.1023rem + 7.3248vw, 8.6875rem);
}

.develop a:hover svg {
  /* filter: drop-shadow(0px 0px 2px var(--clr-accent)); */
}

.preloader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-50);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  display: none;
}
.preloader_image {
  position: relative;
  display: flex;
  height: auto;
  width: 200px;
}
/* .preloader_image::before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: scaleY(1);
  transform-origin: top;
  background: var(--footer-color);
  animation: scaleTop 1s linear forwards;
} */
.preloader svg {
  width: 250px;
  height: auto;
  will-change: transform;
  animation: scaleUp 1.5s linear infinite forwards;
}
@keyframes scaleUp {
  from {
    transform: scale(1);opacity: 0.5;
  }
  50% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		-ms-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
