/* @media(max-width: 1020px) {
    #soc_media_anchor {
        display: none;
    }
} */

/* .footer-back-img-1{
    background-image: url("../image/contact/contact_back.png");
} */
:root {
  --scroll-percent: linear-gradient(0deg,
      rgb(206, 43, 55) 0%,
      rgba(0, 0, 0, 0) 10%);
}

#soc_media_anchor {
  z-index: 1;
}

.bg-footer-video {
  position: absolute;
  z-index: -99;
  /* filter: blur(3px); */
  /* transform: rotate(180deg) scale(1.1); */
  transform: rotate(180deg);
  object-fit: cover;
  min-width: 100%;
  /* max-height: 709px; */
  /* height: calc(100% + 100px); */
  height: 100%;
  /* margin-top: 34px; */
}

.contact_our_contacts {
  position: relative;
}

.contact_our_contacts::before {
  content: "";
  position: absolute;
  border-left-width: 1px;
  border-color: rgb(255, 255, 255, 0.15);
  height: 180px;
  top: 33px;
  left: 2px;
}

.contact_our_contacts_social_box {
  padding-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 160px;
  display: flex;
  width: 520px;
  justify-content: space-between;
}

.contact_our_contacts_name {
  font-size: 18px;
  margin-bottom: 20px;
}

.contact_our_contacts_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
}

.contact_our_contacts_item:hover * {
  color: #E64B55;
}

.contact_our_contacts_social_box .contact_our_contacts_icon {
  background-size: cover;
}

.contact_our_contacts_social_box .contact_our_contacts_item:hover .contact_our_contacts_icon {
  filter: var(--primary-color-filter);
}

/* .contact_our_contacts_social_box
  .contact_our_contacts_item:nth-child(1)
  .contact_our_contacts_icon {
  background-image: url("../../image/ital/footer/soc_facebook.png");
}

.contact_our_contacts_social_box
  .contact_our_contacts_item:hover:nth-child(1)
  .contact_our_contacts_icon {
  background-image: url("../../image/ital/footer/soc_facebook_hover.png");
}

.contact_our_contacts_social_box
  .contact_our_contacts_item:nth-child(2)
  .contact_our_contacts_icon {
  background-image: url("../../image/ital/footer/soc_instagram.png");
}

.contact_our_contacts_social_box
  .contact_our_contacts_item:hover:nth-child(2)
  .contact_our_contacts_icon {
  background-image: url("../../image/ital/footer/soc_instagram_hover.png");
}

.contact_our_contacts_social_box
  .contact_our_contacts_item:nth-child(3)
  .contact_our_contacts_icon {
  background-image: url("../../image/ital/footer/soc_linkedin.png");
}

.contact_our_contacts_social_box
  .contact_our_contacts_item:hover:nth-child(3)
  .contact_our_contacts_icon {
  background-image: url("../../image/ital/footer/soc_linkedin_hover.png");
}

.contact_our_contacts_social_box
  .contact_our_contacts_item:nth-child(4)
  .contact_our_contacts_icon {
  background-image: url("../../image/ital/footer/soc_youtube.png");
}

.contact_our_contacts_social_box
  .contact_our_contacts_item:hover:nth-child(4)
  .contact_our_contacts_icon {
  background-image: url("../../image/ital/footer/soc_youtube_hover.png");
} */

.contact_catalog_input_box {
  position: relative;
}

.email-sub-button {
  position: absolute;
  display: block;
  right: 32px;
  top: 20px;
  width: 40px;
  height: 27px;
  z-index: 10;
}

/* ---------------------------------------------------------- */

footer {
  position: relative;
}

/* .footer-back-img-2{
    background-image: url("../image/footer/footer_back.png");
} */

.footer-montserrat-font * {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: white;
  font-size: 11px;
}

.ital-footer-bottom .ital-footer-bottom-right .footer_coping {
  display: unset;
  align-items: unset;
  gap: unset;

  & .footer__reserved-rights {
    font-size: 10px;
    color: #808080;
    margin-top: 56px;
  }

  & .footer__language-switch-wrapper {
    display: none;
  }
}

.footer_menu_item {
  font-size: 11px;
  transition: all 0.2s ease-in;
}

.footer_menu_item:visited,
.footer_menu_item:focus {
  color: #fff;
  text-decoration: unset;
}

.footer_menu_item.active {
  color: #fff;
  text-decoration: unset;
}

.footer_menu_item:hover {
  color: #E64B55;
}

.footer_menu_address {
  font-size: 11px;

  &:hover {
    color: white;
  }
}

.footer_social_box {
  overflow-x: auto;
  margin-left: 8px;
  margin-top: 40px;
  padding-bottom: 10px;
  width: 160px;
  display: flex;
  justify-content: space-between;

  & a:hover {
    filter: var(--primary-color-filter);
  }
}

.footer_social_box a,
.footer_social_box img {
  min-width: 30px;
  min-height: 30px;
  background-size: cover;
  margin-right: 10px;
}

/* .footer_social_box a:first-child {
  background-image: url("../../image/ital/footer/soc_facebook.png");
}

.footer_social_box a:first-child:hover {
  background-image: url("../../image/ital/footer/soc_facebook_hover.png");
}

.footer_social_box a:nth-child(2) {
  background-image: url("../../image/ital/footer/soc_instagram.png");
}

.footer_social_box a:nth-child(2):hover {
  background-image: url("../../image/ital/footer/soc_instagram_hover.png");
}

.footer_social_box a:nth-child(3) {
  background-image: url("../../image/ital/footer/soc_linkedin.png");
}

.footer_social_box a:nth-child(3):hover {
  background-image: url("../../image/ital/footer/soc_linkedin_hover.png");
}

.footer_social_box a:nth-child(4) {
  background-image: url("../../image/ital/footer/soc_youtube.png");
}

.footer_social_box a:nth-child(4):hover {
  background-image: url("../../image/ital/footer/soc_youtube_hover.png");
} */

.footer_right-button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  position: relative;
}

/* .footer_right-button .logo_img {
    background-image: url("../../image/ital/footer/animation-right-arrow-angle.png");
} */

/* .footer_right-button:hover .logo_img { */
.border_img .logo_img {
  background-image: url("../../image/ital/footer/animation-right-arrow-angle_hover.png");
}

.footer_txt .logo_img {
  /* width: unset; */
  /* background-image: url("../../image/ital/footer/txt.png"); */
  /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(340deg) brightness(103%) contrast(103%); */
  /* filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(1343%) hue-rotate(242deg) brightness(112%) contrast(82%); */
}

.footer_txt .logo_img {
  /* background-image: url("../../image/ital/footer/txt.png"); */
  filter: brightness(0) saturate(100%) invert(60%) sepia(44%) saturate(7438%) hue-rotate(172deg) brightness(102%) contrast(101%);
}

.footer_right-button {
  position: fixed;
  bottom: 134px;
  right: 108px;
}

.footer_txt {
  bottom: 74px;
}

.footer-fade {
  display: flex;
  padding-top: 81px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease;
}

.footer-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

.footer_right-button .arrow-box {
  opacity: 0;
}

.footer-email-response {
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  margin-top: 10px;
  margin-left: 30px;
  opacity: 0;
  color: white;
}

.footer-email-response.active-footer-form {
  opacity: 1;
}

.ital-contact-title {
  margin-top: 4px;
  font-weight: bold;
  margin-bottom: 36px;
  font-size: 42px;
  line-height: 1.5;
}

.ital-contact-title_2 {
  margin-top: 4px;
  font-weight: bold;
  margin-bottom: 36px;
  font-size: 42px;
  margin-left: 176px;
  line-height: 1.5;
}

.contact-catalog-sub-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.contact_catalog_input {
  border-radius: 9999px;
  width: 542px;
  height: 60px;
  margin-top: 4px;
  border-width: 1px;
  border-color: white;
  padding-left: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
  color: white;
}

.contact_catalog_input::placeholder {
  font-size: 12px;
  color: white;
}

.ital-footer-bottom {
  display: flex;
  margin-top: 174px;
}

.ital-footer-bottom-right {
  margin-right: 114px;
}

.ital-footer-logo {
  margin-top: 4px;

  & a {
    display: block;
    width: fit-content;
  }
}

.ital-footer-logo-text {
  margin-left: 6px;
  width: 312px;
  margin-top: 13px;
  line-height: 24px;
}

.ital-footer-bottom-left {
  display: flex;
  flex-direction: row;
}

.footer_menu_box {
  width: 245px;
}

.ital-footer-section-header {
  font-weight: 600;
  margin-bottom: 48px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ital-footer-section-header-text {
  font-size: 16px;
  display: block;
  overflow: hidden;
  margin-right: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  width: fit-content;
  cursor: context-menu;
}

.ital-footer-section-header-text:visited,
.ital-footer-section-header-text:focus {
  color: #fff;
  text-decoration: unset;
}

/* .ital-footer-section-header-text:hover {
  color: #E64B55;
  text-decoration: unset;
} */

.ital-footer-section-body {
  max-height: 213px;
  overflow: auto;
}

.ital-footer-section-body::-webkit-scrollbar {
  width: 0px;
}

.ital-footer-section-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.ital-footer-section-body::-webkit-scrollbar-thumb {
  background: rgb(123, 151, 189);
  border-radius: 0px;
}

.ital-footer-section-body::-webkit-scrollbar-thumb:hover {
  background: rgb(197 210 227);
}


.ital-footer-section-item {
  margin-bottom: 16px;
}

.ital-footer-bottom-right .ital-footer-logo .footer_logo_img {
    width: 330px;
    height: 72px;
    margin-left: 6px;
  background: url("../../image/ital/footer/footer_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;

  &:hover {
    filter: var(--primary-color-filter);
  }
}

.contact_our_contacts_social_box::-webkit-scrollbar {
  height: 3px;
}

.contact_our_contacts_social_box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.contact_our_contacts_social_box::-webkit-scrollbar-thumb {
  background: rgb(123, 151, 189);
  border-radius: 0px;
}

.contact_our_contacts_social_box::-webkit-scrollbar-thumb:hover {
  background: rgb(197 210 227);
}


.footer_social_box::-webkit-scrollbar {
  height: 3px;
}

.footer_social_box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.footer_social_box::-webkit-scrollbar-thumb {
  background: rgb(123, 151, 189);
  border-radius: 0px;
}

.footer_social_box::-webkit-scrollbar-thumb:hover {
  background: rgb(197 210 227);
}

.ital-footer .bottom-grey-glass {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 100%;
  height: 386px;
  top: 0px;
  /* top: 392px; */
  z-index: -5;
  /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 1415px) {
  .ital-footer .ital-footer-main-box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 10px;
  }

  .ital-footer .ital-footer-main-box .contact_our_contacts_social_box {
    margin-left: 0;
  }

  .footer-fade .contact_our_contacts .ital-contact-title_2 {
    margin-left: 24.929%;
  }

  .ital-footer-bottom .ital-footer-bottom-left {
    gap: 10px;
    width: 100%;
    padding-right: 6.72%;
    justify-content: space-between;
  }

  .ital-footer-bottom .ital-footer-bottom-left .footer_menu_box {
    width: auto;
  }

  .footer_right-button {
    right: 5.625%;
  }
}

@media (max-width: 1300px) {
  .footer-fade .contact_our_contacts .ital-contact-title_2 {
    width: fit-content;
    margin: 4px auto 36px auto;
  }
}

@media (max-width: 1170px) {
  .footer-fade .contact_catalog_input_box {
    width: 95.124%;
  }

  .footer-fade .contact_catalog_input_box .contact_catalog_input {
    width: 100%;
  }

  .ital-footer .ital-footer-main-box .contact_our_contacts_social_box {
    width: 96%;
    /* margin-right: auto; */
  }

  .contact_our_contacts::before {
    left: 0;
  }

  .ital-footer-bottom .ital-footer-bottom-right {
    margin-right: 30px;
  }

}

@media (max-width: 1024px) {
  .ital-footer .ital-footer-main-box .footer-fade.visible {
    padding-top: 0px;
    flex-direction: column;
  }

  .ital-footer .ital-footer-main-box {
    padding: 0 6.25vw;
    padding-top: 28px;
  }

  .ital-footer .ital-footer-main-box .contact_catalog {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .ital-footer .ital-footer-main-box .contact_our_contacts {
    width: 100%;
  }

  .contact_our_contacts::before {
    content: unset;
  }

  .ital-footer .bottom-grey-glass {
    /* top: 410px;
    height: calc(100% - 391px); */
    height: 420px;
  }

  .ital-footer .bg-footer-video {
    /* height: 100%;
    height: 2000px; */
    max-height: 2000px;
  }

  .ital-footer-main-box .contact_catalog .ital-contact-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 26px;
    margin-right: 3px;
  }

  .ital-footer-main-box .contact_catalog .contact-catalog-sub-title {
    font-size: 14px;
    margin-left: -1px;
    margin-bottom: 10px;
    max-width: 450px;
    margin: 0 auto;
  }

  .contact_catalog .contact_catalog_input_box .contact_catalog_input {
    font-size: 14px;
    height: 50px;
    padding-left: 28px;
    padding-bottom: 1px;
  }

  .footer-fade .contact_catalog_input_box {
    width: 100%;
    height: fit-content;
  }

  .contact_catalog .contact_catalog_input_box .email-sub-button {
    top: 19px;
    right: 30px;
    width: 30px;
    height: 20px;
  }

  .footer-fade .contact_our_contacts .ital-contact-title_2 {
    font-size: 22px;
    margin-top: 26px;
    margin-bottom: 27px;
  }

  .contact_our_contacts_social_box .contact_our_contacts_item {
    padding: 0;
  }

  .contact_our_contacts_social_box .contact_our_contacts_item .contact_our_contacts_name {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .contact_our_contacts_social_box .contact_our_contacts_item .contact_our_contacts_icon {
    width: 45px;
    height: 45px;
  }

  .ital-footer .ital-footer-main-box .contact_our_contacts_social_box {
    width: 100%;
    padding-right: 4px;
    /* margin-right: auto; */
    /* max-width: 545px; */
  }

  .contact_our_contacts_social_box .contact_our_contacts_item.contact_our_contacts_item_instagram {
    transform: translateX(-4px);
  }

  .contact_our_contacts_social_box .contact_our_contacts_item.contact_our_contacts_item_linkedin {
    transform: translateX(-5px);
  }

  .ital-footer .ital-footer-main-box .ital-footer-bottom {
    flex-direction: column;
    margin-top: 96px;
  }

  .ital-footer-bottom-right .ital-footer-logo .footer_logo_img {
      width: 260px;
      height: 56px;
    background: url("../../image/ital/logo_big.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
    }

  .ital-footer-main-box .ital-footer-bottom .ital-footer-bottom-right {
    margin-right: 0;
  }

  .ital-footer-bottom-right .ital-footer-logo .ital-footer-logo-text {
    width: 100%;
    margin-left: 0px;
    margin-top: 14px;
    font-size: 12px;
    margin-bottom: 29px;
    line-height: 18px;
  }

  .ital-footer-bottom .ital-footer-bottom-right .footer_social_box {
    position: absolute;
    bottom: 90px;
    left: 4.792vw;
  }

  .ital-footer-bottom .ital-footer-bottom-right .footer_coping {
    position: absolute;
    bottom: 40px;
    left: 6.042vw;
    word-spacing: 0.4px;
  }

  /* .ital-footer-main-box .ital-footer-bottom .footer_right-button {
    display: none;
  } */

  .ital-footer-main-box .ital-footer-bottom .footer_right-button.footer_txt {
    display: none;
  }

  .ital-footer-bottom .ital-footer-bottom-left {
    padding-right: 0;
  }

  .ital-footer#soc_media_anchor {
    overflow: hidden;
    height: fit-content;
    padding-bottom: 158px;
  }

  .ital-footer-bottom-right .footer_social_box .footer_social_img {
    width: 45px;
    height: 45px;
  }

  .ital-footer-bottom .ital-footer-bottom-right .footer_social_box {
    /* width: 243px; */
  }
}

@media (max-width: 929px) {
  .ital-footer#soc_media_anchor {
    /* padding-bottom: 253px; */
    padding-bottom: 301px;
  }

  .ital-footer-bottom .ital-footer-bottom-right .footer_social_box {
    /* bottom: 177px; */
    bottom: 225px;
  }

  .ital-footer-bottom .ital-footer-bottom-right .footer_coping {
    /* bottom: 124px; */
    bottom: 172px;
    display: flex;
    align-items: end;
    gap: 15px;

    & .footer__language-switch-wrapper {
      display: block;
    }
  }
}

@media (max-width: 850px) {
  .ital-footer-bottom .ital-footer-bottom-left {
    flex-direction: column;
    padding: 0;
  }

  .footer_menu_box .ital-footer-section-header .ital-footer-section-header-text {
    font-weight: 700;
  }

  .footer_menu_box .ital-footer-section-header .ital-footer-section-header-arrow {
    position: absolute;
    width: 14.14px;
    height: 14.14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    right: 3px;
    top: 0;
  }

  .footer_menu_box.active .ital-footer-section-header .ital-footer-section-header-arrow {
    transform: rotate(-45deg);
    top: 9px;
  }

  .ital-footer-bottom-left .footer_menu_box .ital-footer-section-header {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 19px;
  }

  .footer_menu_box .ital-footer-section-header .ital-footer-section-header-text {
    margin-left: -1px;
  }

  .ital-footer-main-box .ital-footer-bottom .ital-footer-bottom-left {
    gap: 24px;
  }

  .ital-footer-bottom-left .footer_menu_box .ital-footer-section-body {
    /* display: none; */
    overflow: hidden;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), transform 0.4s ease,
      opacity 0.3s ease, visibility 0.1s 0.5s;
  }

  .ital-footer-bottom-left .footer_menu_box.active .ital-footer-section-body {
    /* display: block; */
    overflow: visible;
    max-height: 4000px;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    transition: max-height 1s ease-in-out, transform 0.6s ease,
      opacity 0.5s ease, visibility 0s;
  }

  .ital-footer-bottom .ital-footer-bottom-left .footer_menu_box {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
  }

  .ital-footer-bottom .ital-footer-bottom-left .footer_menu_box:last-child {
    border-bottom: unset;
  }

  .ital-footer-section-body .ital-footer-section-item .footer_menu_item,
  .ital-footer-section-body .ital-footer-section-item .footer_menu_address {
    font-size: 14px;
  }

  .footer_menu_box .ital-footer-section-body .ital-footer-section-item {
    margin-bottom: 19px;
  }

  .footer_menu_box .ital-footer-section-body .ital-footer-section-item:last-child {
    margin-top: 21px;
    margin-bottom: 20px;
  }

  .ital-footer-section-body .ital-footer-section-item .footer_menu_address {
    margin-top: -1px;
    letter-spacing: -0.3px;
  }
}
