.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@media (min-width: 1024px) {
  .contact-section .row {
    display: flex; } }

@media (min-width: 1024px) {
  .contact-section .col {
    width: 50%; } }

.contact-section .text-holder {
  font-family: "Campton Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  color: #fff;
  position: relative;
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .contact-section .text-holder {
      padding-right: 20px; } }
  @media (min-width: 1200px) {
    .contact-section .text-holder {
      padding-right: 40px; } }
  @media (min-width: 1600px) {
    .contact-section .text-holder {
      padding: 100px 60px 100px 0; } }
  @media (min-width: 1920px) {
    .contact-section .text-holder {
      padding: 154px 154px 154px 0; } }
  .contact-section .text-holder .bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    left: -20px;
    z-index: -1; }
    @media (min-width: 1024px) {
      .contact-section .text-holder .bg-image {
        right: 0; } }
    @media (min-width: 1640px) {
      .contact-section .text-holder .bg-image {
        left: calc(800px - 50vw); } }
    .contact-section .text-holder .bg-image.gradient-bg:before {
      width: 100%;
      z-index: unset;
      left: 0;
      margin-left: 0; }
    .contact-section .text-holder .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .contact-section .text-holder .section-title {
    line-height: 1.23;
    margin-bottom: 34px; }
  .contact-section .text-holder .text {
    letter-spacing: 0.15em;
    margin-bottom: 26px; }
    .contact-section .text-holder .text:last-child {
      margin-bottom: 0; }
    .contact-section .text-holder .text p:last-child {
      margin-bottom: 0; }

.contact-section .form-holder {
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .contact-section .form-holder {
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .contact-section .form-holder {
      padding-left: 40px; } }
  @media (min-width: 1600px) {
    .contact-section .form-holder {
      padding: 100px 0 100px 60px; } }
  @media (min-width: 1920px) {
    .contact-section .form-holder {
      padding: 155px 0 220px 167px; } }
  .contact-section .form-holder label {
    cursor: pointer; }
  @media (min-width: 1440px) {
    .contact-section .form-holder input[type='submit'] {
      margin-top: 62px; } }

.contact-section .form-title {
  margin-bottom: 19px; }
  @media (min-width: 1200px) {
    .contact-section .form-title {
      margin-bottom: 38px; } }

.contact-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .contact-boxes {
      flex-direction: row; } }
  @media (min-width: 1440px) {
    .contact-boxes {
      gap: 104px; } }

.contact-box .icon {
  width: 48px;
  height: 44px;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .contact-box .icon {
      margin-bottom: 32px; } }
  .contact-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.contact-box p:last-child {
  margin-bottom: 0; }

.contact-box a {
  color: inherit;
  text-decoration: none; }
  .contact-box a:hover {
    text-decoration: underline; }

.slider-holder {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  padding-right: 40px; }

@media screen and (min-width: 1440px) {
  .slider-holder {
    margin-right: -50px;
    padding-left: 100px;
    padding-right: 50px; } }

@media screen and (min-width: 1800px) {
  .slider-holder {
    margin-left: -100px; } }
  .slider-holder .swiper-contact-prev,
  .slider-holder .swiper-contact-next {
    border: 0;
    background: transparent;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }

@media screen and (min-width: 1440px) {
  .slider-holder .swiper-contact-prev,
  .slider-holder .swiper-contact-next {
    left: 20px; } }
    .slider-holder .swiper-contact-prev:hover,
    .slider-holder .swiper-contact-next:hover {
      opacity: 0.8; }
  .slider-holder .swiper-contact-next {
    transform: translateY(-50%) scaleX(-1);
    right: 0;
    left: auto; }

@media screen and (min-width: 1440px) {
  .slider-holder .swiper-contact-next {
    transform: translateY(-50%) scaleX(-1);
    right: 20px; } }

.contact-swiper {
  font-size: 15px;
  line-height: 1.3333333333333333;
  font-weight: 100;
  overflow: hidden; }
  .contact-swiper .swiper-wrapper {
    height: auto !important; }
  .contact-swiper .contact-title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .contact-swiper address {
    font-style: normal;
    margin-bottom: 30px; }
    .contact-swiper address a {
      text-decoration: none;
      color: inherit; }
      .contact-swiper address a:hover {
        text-decoration: underline; }
      .contact-swiper address a.underline {
        text-decoration: underline; }
        .contact-swiper address a.underline:hover {
          text-decoration: none; }

.form-item {
  width: 100%; }
  .form-item textarea {
    width: 100%; }
