/* line 4, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 8, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 12, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 16, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 20, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 24, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 28, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 32, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 40, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 48, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 52, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 56, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 61, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 65, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 69, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 73, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 77, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 81, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 85, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 89, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 3, ../sass/contacts.scss */
.con-top {
  position: relative;
}
/* line 7, ../sass/contacts.scss */
.con-top:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-color: var(--color-blue-blue);
  pointer-events: none;
  height: 100%;
}

/* line 20, ../sass/contacts.scss */
.con-top-wr {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}
/* line 28, ../sass/contacts.scss */
.con-top-wr .col {
  width: 40%;
}
/* line 32, ../sass/contacts.scss */
.con-top-wr .col:nth-child(2) .section-title {
  color: #fff;
}
/* line 40, ../sass/contacts.scss */
.con-top-wr .section-title i {
  font-size: 1.5em;
  display: inline-flex;
  line-height: 1;
  margin-top: -4px;
}
/* line 45, ../sass/contacts.scss */
.con-top-wr .section-title i:nth-child(1) {
  background: #020304;
  color: #fff;
  padding: 0 2.5vw;
  border-radius: 5vw;
}
/* line 52, ../sass/contacts.scss */
.con-top-wr .section-title i:nth-child(2) {
  background: var(--color-blue-blue);
  color: #fff;
  padding: 0 2.5vw;
}
/* line 60, ../sass/contacts.scss */
.con-top-wr .text {
  margin-top: 70px;
}

/* line 65, ../sass/contacts.scss */
.con-top-desc {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #020304;
}
/* line 70, ../sass/contacts.scss */
.con-top-desc p {
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 74, ../sass/contacts.scss */
.con-top-desc p a {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  text-decoration: none;
}
/* line 80, ../sass/contacts.scss */
.con-top-desc p a:hover {
  background: #000 !important;
  color: #fff !important;
}
/* line 87, ../sass/contacts.scss */
.con-top-desc .wa {
  display: block;
}
/* line 90, ../sass/contacts.scss */
.con-top-desc .wa svg {
  display: block;
  height: 40px;
  width: auto;
}
/* line 97, ../sass/contacts.scss */
.con-top-desc .phone-wr {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* line 103, ../sass/contacts.scss */
.con-top-desc .soc-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
/* line 118, ../sass/contacts.scss */
.con-top-desc .soc-wr a {
  display: block;
  position: relative;
}
/* line 122, ../sass/contacts.scss */
.con-top-desc .soc-wr a img, .con-top-desc .soc-wr a svg {
  display: block;
  height: 40px;
  width: auto;
}
/* line 128, ../sass/contacts.scss */
.con-top-desc .soc-wr a:hover {
  opacity: 0.7;
}

/* line 135, ../sass/contacts.scss */
.con-top-form {
  width: 100%;
  flex-direction: column;
  gap: 15px;
  display: flex;
  align-items: flex-end;
  margin-top: 70px;
}
/* line 143, ../sass/contacts.scss */
.con-top-form .row {
  width: 100%;
}
/* line 147, ../sass/contacts.scss */
.con-top-form .site-btn-arrow {
  border: 1px solid var(--color-blue-dark);
}

/* line 154, ../sass/contacts.scss */
.he .con-top {
  position: relative;
}
/* line 158, ../sass/contacts.scss */
.he .con-top:after {
  right: initial;
  left: 0;
}

@media only screen and (min-width: 1241px) and (max-width: 1460px) {
  /* line 169, ../sass/contacts.scss */
  .con-top-wr .text {
    margin-top: 60px;
  }

  /* line 174, ../sass/contacts.scss */
  .con-top-form {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 183, ../sass/contacts.scss */
  .con-top-wr .col {
    width: 40%;
  }
  /* line 187, ../sass/contacts.scss */
  .con-top-wr .text {
    margin-top: 50px;
  }

  /* line 192, ../sass/contacts.scss */
  .con-top-desc {
    padding-top: 20px;
    margin-top: 15px;
  }
  /* line 196, ../sass/contacts.scss */
  .con-top-desc p {
    font-size: 16px;
  }
  /* line 199, ../sass/contacts.scss */
  .con-top-desc p a {
    padding: 4px 8px;
  }
  /* line 205, ../sass/contacts.scss */
  .con-top-desc .wa svg {
    height: 35px;
  }
  /* line 210, ../sass/contacts.scss */
  .con-top-desc .soc-wr {
    gap: 15px;
    margin-top: 15px;
  }
  /* line 215, ../sass/contacts.scss */
  .con-top-desc .soc-wr a img, .con-top-desc .soc-wr a svg {
    height: 35px;
  }

  /* line 222, ../sass/contacts.scss */
  .con-top-form {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 230, ../sass/contacts.scss */
  .con-top {
    padding-bottom: 0;
  }
  /* line 233, ../sass/contacts.scss */
  .con-top:after {
    display: none;
  }

  /* line 240, ../sass/contacts.scss */
  .con-top-wr .col {
    width: 100%;
  }
  /* line 243, ../sass/contacts.scss */
  .con-top-wr .col:nth-child(2) {
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
  }
  /* line 248, ../sass/contacts.scss */
  .con-top-wr .col:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -50vw;
    width: 100vw;
    background-color: var(--color-blue-blue);
    pointer-events: none;
    height: 100%;
    z-index: -1;
  }
  /* line 263, ../sass/contacts.scss */
  .con-top-wr .text {
    margin-top: 35px;
  }

  /* line 268, ../sass/contacts.scss */
  .con-top-form {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 276, ../sass/contacts.scss */
  .con-top {
    padding-bottom: 0;
  }
  /* line 279, ../sass/contacts.scss */
  .con-top:after {
    display: none;
  }

  /* line 286, ../sass/contacts.scss */
  .con-top-wr .col {
    width: 100%;
  }
  /* line 289, ../sass/contacts.scss */
  .con-top-wr .col:nth-child(2) {
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
  }
  /* line 294, ../sass/contacts.scss */
  .con-top-wr .col:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -50vw;
    width: 100vw;
    background-color: var(--color-blue-blue);
    pointer-events: none;
    height: 100%;
    z-index: -1;
  }
  /* line 309, ../sass/contacts.scss */
  .con-top-wr .text {
    margin-top: 35px;
  }

  /* line 314, ../sass/contacts.scss */
  .con-top-form {
    margin-top: 35px;
  }
}
