.contact-us .title-s1 {
  font-size: 96px;
  font-weight: 800;
}
.contact-us .title-s1 strong {
  position: relative;
  display: inline-block;
  letter-spacing: 0.015em;
}
.contact-us .title-s1 strong::after {
  content: "";
  position: absolute;
  left: -16px;
  top: -20px;
  right: -16px;
  bottom: -11px;
  display: block;
  background-image: url("../img/contact-us-text-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transform: rotate(-0.734deg);
}
.contact-us .title-s2 {
  font-size: 24px;
  font-weight: 800;
}
.contact-us .running-line {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #FAFF00 -1.15%, #8FFF00 101.14%);
  padding: 20px 0;
  height: 112px;
}
.contact-us .running-line .running_line_inner {
  display: flex;
  font-family: "Unbounded", "sans-serif";
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  animation-name: running;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.contact-us .running-line .running_line_inner div {
  margin-right: 8px;
}
@keyframes running {
  0% {
    transform: translate(-100%, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}

.contact-us-first {
  position: relative;
  z-index: 1;
}
.contact-us-first .contact-us-line {
  position: absolute;
  width: 828px;
  height: 666px;
  right: 0;
  top: 236px;
  background-image: url("../img/contact-us-line.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-us-first .inner {
  padding-top: 100px;
  padding-bottom: 160px;
  max-width: 1280px;
}
.contact-us-first .sub-title {
  font-size: 18px;
  font-weight: 600;
  padding-right: 7px;
}
.contact-us-first .sub-title:before {
  width: 25px;
  height: 2px;
  margin: -6px 0 0 11px;
}
.contact-us-first .top-title {
  margin-bottom: 115px;
  max-width: 1080px;
  line-height: 96px;
  margin-top: 3px;
}
.contact-us-first [class*=-bc-] {
  color: #fff;
}
.contact-us-first [class*=-bc-]:before {
  top: 0;
  right: 0;
  left: -3px;
  transform: rotate(-0.9deg);
}
@media all and (min-width: 1651px) {
  .contact-us-first [class*=-bc-]:before {
    bottom: 15px;
  }
}
.contact-us-first .middle-wr {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact-us-first .row {
  width: 100%;
  max-width: 706px;
  margin-left: 34px;
}
.contact-us-first .row-form {
  margin: 3px 0 119px 38px;
}
.contact-us-first .form-title {
  margin-bottom: 2px;
}
.contact-us-first .form-text {
  margin-bottom: 32px;
  margin-right: 4px;
  font-weight: 300;
  font-size: 22px;
}
.contact-us-first .st-form {
  margin-right: 3px;
}
.contact-us-first .st-form .row-fields {
  margin-bottom: 35px;
}
.contact-us-first .st-form .row-fields .field {
  max-width: 253px;
}
.contact-us-first .st-form .row-fields .field:not(:last-child) {
  margin-left: 23px;
  max-width: 204px;
}
.contact-us-first .st-form .field.-last {
  margin-bottom: 20px;
}
.contact-us-first .st-form .field .fl-label,
.contact-us-first .st-form .field input:not([type=submit]),
.contact-us-first .st-form .field textarea,
.contact-us-first .st-form .field select {
  color: #fff;
  font-size: 20px;
  height: 38px;
}
.contact-us-first .st-form .field input:not([type=submit]), .contact-us-first .st-form .field textarea, .contact-us-first .st-form .field select {
  border-bottom-color: #fff;
}
.contact-us-first .st-form .checkbox-wr {
  margin-bottom: 15px;
  margin-right: 8px;
}
.contact-us-first .st-form .checkbox-wr .checkbox {
  letter-spacing: 0.005em;
  font-size: 20px;
}
.contact-us-first .st-form .checkbox-wr .checkbox::before {
  top: 50%;
  transform: translateY(-50%);
}
.contact-us-first .st-form .checkbox-wr .checkbox::after {
  margin: 0px 3px 0 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-us-first .st-form .button-wr {
  display: flex;
  justify-content: flex-end;
  position: relative;
  left: -9px;
}
.contact-us-first .st-form .submit-bt {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 20px;
  padding: 10px 20px 10px 52px;
  display: flex;
  align-items: center;
  height: 45px;
  color: #fff;
}
.contact-us-first .st-form .submit-bt:hover:before {
  width: 100%;
  background: #0063ff;
  border-radius: 25px;
}
.contact-us-first .st-form .submit-bt:before, .contact-us-first .st-form .submit-bt:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.contact-us-first .st-form .submit-bt:before {
  content: "";
  background: #116FFF;
  border-radius: 25px;
  width: 45px;
  height: 45px;
  transition: all 0.5s ease-in-out;
}
.contact-us-first .st-form .submit-bt:after {
  content: "+";
  margin: 0;
  top: 22.5px;
  left: 22.5px;
  transform: translate(-50%, -50%);
}
.contact-us-first .social-title {
  margin-bottom: 42px;
}
.contact-us-first .social-buttons {
  display: flex;
  margin-right: 2px;
}
.contact-us-first .social-button {
  width: 100%;
  max-width: 345px;
  height: 86px;
  font-size: 24px;
  transition: all 0.3s linear;
}
.contact-us-first .social-button:hover {
  background: #fff;
  color: #000;
}
.contact-us-first .social-button:not(:last-child) {
  margin-left: 8px;
}
.contact-us-first .shine-eff {
  bottom: 510px;
  right: 50%;
  margin: 0 -1300px 0 0;
  width: 1212px;
  transform: rotate(120deg);
}
@media all and (min-width: 769px) {
  .contact-us-first .shine-eff.-an-rotate {
    animation: shine-rotate-small 30s infinite linear;
  }
}
.contact-us-first .shine-eff:before, .contact-us-first .shine-eff:after {
  width: 900px;
  height: 900px;
}

.contact-us-second {
  position: relative;
  z-index: 1;
}
.contact-us-second .inner {
  max-width: 1950px;
  display: flex;
  align-items: stretch;
  margin-bottom: 97px;
}
.contact-us-second .picture {
  min-width: 28%;
  max-width: 28%;
  margin-left: 69px;
  direction: ltr;
}
.contact-us-second .picture img {
  min-width: 640px;
  min-height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact-us-second .contacts {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.contact-us-second .title {
  margin-bottom: 0px;
}
.contact-us-second .rows {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contact-us-second .row {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.contact-us-second .row:first-child {
  padding-bottom: 26px;
  margin-bottom: 61px;
}
.contact-us-second .row:first-child .row-title {
  margin-bottom: 6px;
  margin-left: 8px;
}
.contact-us-second .row:not(:first-child) {
  padding-bottom: 53px;
}
.contact-us-second .row:nth-child(2) {
  margin-bottom: 62px;
}
.contact-us-second .row-title {
  min-width: 90px;
  margin: 30px 0 0 10px;
}
.contact-us-second .row-value {
  font-size: 80px;
  font-weight: 800;
}
.contact-us-second .marq-wr.-style1 .marq {
  margin-top: 8px;
}

@media all and (max-width: 768px) {
  .contact-us .inner {
    padding-right: 17px;
    padding-left: 17px;
  }
  .contact-us .title-s1 {
    font-size: 9.4117647059vw;
    line-height: 9.4117647059vw;
  }
  .contact-us .title-s1 strong {
    position: relative;
    display: inline-block;
  }
  .contact-us .title-s1 strong::after {
    content: "";
    position: absolute;
    left: -3px;
    top: -6px;
    right: -3px;
    bottom: -2px;
    display: block;
    background-image: url("../img/contact-us-header-text-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .contact-us .contact-us-first .inner {
    padding-bottom: 49px;
    padding-top: 56px;
  }
  .contact-us .contact-us-first .top-title-wrap {
    position: relative;
  }
  .contact-us .contact-us-first .top-title {
    padding-bottom: 118px;
    margin: 0;
  }
  .contact-us .contact-us-first .sub-title {
    font-size: 4.2352941176vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 3.7647058824vw;
    line-height: 3.7647058824vw;
    padding-right: 0;
    white-space: nowrap;
  }
  .contact-us .contact-us-first .sub-title.sub-title:before {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 1px;
    top: 0;
    left: 0;
    margin: 0 0 0 18px;
  }
  .contact-us .contact-us-first .contact-us-line {
    background-image: url("../img/contact-us-line-mob.svg");
    width: 411px;
    height: 323px;
    left: -15px;
    right: auto;
    top: auto;
    bottom: 4px;
    z-index: -1;
  }
  .contact-us .contact-us-first .middle-wr {
    position: relative;
  }
  .contact-us .contact-us-first .contact-us-scroll-down {
    position: absolute;
    border-radius: 61px;
    width: 61px;
    height: 61px;
    left: 0;
    top: -68px;
    background: linear-gradient(180deg, #6F10BA 0%, #2C51D7 100%);
  }
  .contact-us .contact-us-first .contact-us-scroll-down picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
  .contact-us .contact-us-first .row {
    margin: 0;
  }
  .contact-us .contact-us-first .row-form {
    margin: 0 auto;
  }
  .contact-us .contact-us-first .st-form .row-fields {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .contact-us .contact-us-first .st-form .row-fields .field {
    margin-left: 0;
    margin-bottom: 33px;
    max-width: 100%;
  }
  .contact-us .contact-us-first .st-form .row-fields .field:not(:last-child) {
    max-width: 100%;
  }
  .contact-us .contact-us-first .st-form .checkbox-wr {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .contact-us .contact-us-first .st-form .checkbox-wr .checkbox {
    font-size: 18px;
  }
  .contact-us .contact-us-first .st-form .button-wr {
    left: 0;
    margin-bottom: 65px;
  }
  .contact-us .contact-us-first .st-form .submit-bt {
    border: 1px solid;
    border-color: transparent;
  }
  .contact-us .contact-us-first .st-form .submit-bt:before {
    width: 100%;
    background: #0063ff;
    border-radius: 25px;
  }
  .contact-us .contact-us-first .st-form .submit-bt:hover {
    border-color: #fff;
    border-radius: 25px;
  }
  .contact-us .contact-us-first .st-form .submit-bt:hover::before {
    background: transparent;
  }
  .contact-us .contact-us-first .form-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .contact-us .contact-us-first .social-title {
    margin-bottom: 14px;
  }
  .contact-us .contact-us-first .social-buttons {
    flex-wrap: wrap;
  }
  .contact-us .contact-us-first .social-button {
    font-size: 4.2352941176vw;
    line-height: 4.2352941176vw;
    width: 100%;
    height: 71px;
    max-width: 100%;
  }
  .contact-us .contact-us-first .social-button:not(:last-child) {
    margin: 0 0 3.2941176471vw 0;
    background-color: #fff;
    color: #000;
  }
  .contact-us .contact-us-first .social-button:not(:last-child):hover {
    background-color: #000;
    color: #fff;
  }
  .contact-us .contact-us-first .shine-eff.-an-rotate {
    animation: shine-rotate-small 30s infinite linear;
    top: 300px;
    width: 420px;
    margin: 0 -330px 0 0;
    z-index: -1;
  }
  .contact-us .contact-us-first .shine-eff.-an-rotate::before, .contact-us .contact-us-first .shine-eff.-an-rotate::after {
    width: 250px;
    height: 250px;
  }
  .contact-us .contact-us-second .inner {
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    margin-bottom: 48px;
  }
  .contact-us .contact-us-second .picture {
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 11.2941176471vw;
    height: 310px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .contact-us .contact-us-second .picture img {
    min-width: 0;
    border-radius: 0;
  }
  .contact-us .contact-us-second .contacts {
    padding: 0 17px;
  }
  .contact-us .contact-us-second .title-s2 {
    font-weight: 900;
    font-size: 3.2941176471vw;
    line-height: 3.2941176471vw;
    margin-bottom: 5.1764705882vw;
  }
  .contact-us .contact-us-second .row {
    padding-bottom: 7px;
  }
  .contact-us .contact-us-second .row:not(:last-child) {
    margin-bottom: 6.3529411765vw;
  }
  .contact-us .contact-us-second .row-title {
    min-width: 12.7058823529vw;
    margin: 11px 0 9px 10px;
  }
  .contact-us .contact-us-second .row-value {
    font-weight: 900;
    font-size: 5.6470588235vw;
    line-height: 5.6470588235vw;
  }
  .contact-us .marq-wr.-style1 {
    height: 34px;
    padding-top: 3px;
  }
  .contact-us .marq-wr.-style1 .marq {
    font-size: 14px;
    line-height: 111.5%;
    margin-top: 3px;
  }
  .contact-us .running-line {
    padding: 5px 0;
    height: 34px;
  }
  .contact-us .running-line .running_line_inner {
    font-size: 14px;
    margin-right: 4px;
    animation-duration: 50s;
  }
  .contact-us .running-line .running_line_inner div {
    margin-right: 4px;
  }
}
@media all and (max-width: 425px) {
  .contact-us .contact-us-first .contact-us-line {
    width: 96.7058823529vw;
    height: 76vw;
  }
  .contact-us .running-line {
    padding: 1.1764705882vw 0;
    height: 8vw;
  }
  .contact-us .running-line .running_line_inner {
    font-size: 3.2941176471vw;
    margin-right: 0.9411764706vw;
  }
  .contact-us .running-line .running_line_inner div {
    margin-right: 0.9411764706vw;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1920px) and (min-width: 769px) {
  .contact-us-second .inner {
    margin-bottom: 5.0520833333vw;
  }
  .contact-us-second .row-title {
    margin-top: 1.5625vw;
  }
  .contact-us-second .row-value {
    font-size: 4.1145833333vw;
  }
  .contact-us-second .row:first-child {
    padding-bottom: 1.3541666667vw;
    margin-bottom: 3.1770833333vw;
  }
  .contact-us-second .row:nth-child(2) {
    margin-bottom: 3.2291666667vw;
  }
  .contact-us-second .row:not(:first-child) {
    padding-bottom: 2.7604166667vw;
  }
  .contact-us-second .picture {
    margin-left: 3.59375vw;
  }
  .contact-us-second .picture img {
    min-width: 33.3333333333vw;
  }
  .contact-us-second .md-marquee-wr {
    height: 5.8333333333vw;
    font-size: 2.1354166667vw;
  }
  .contact-us-first .inner {
    padding-top: 5.2083333333vw;
    padding-bottom: 8.3333333333vw;
  }
  .contact-us-first .contact-us-line {
    width: 828px;
    height: 34.6875vw;
    right: auto;
    left: 56.7708333333vw;
    top: 236px;
  }
  .contact-us-first .row-form {
    margin: 3px 0 6.1979166667vw 38px;
  }
  .contact-us .running-line {
    padding: 1.0416666667vw 0;
    height: 5.8333333333vw;
  }
  .contact-us .running-line .running_line_inner {
    font-size: 2.5vw;
    margin-right: 0.4166666667vw;
  }
  .contact-us .running-line .running_line_inner div {
    margin-right: 0.4166666667vw;
  }
}
@media all and (max-width: 1650px) and (min-width: 769px) {
  .contact-us .inner {
    max-width: none;
    padding-right: 80px;
    padding-left: 80px;
  }
  .contact-us .title-s1 {
    font-size: 6vw;
  }
  .contact-us .title-s1 strong::after {
    left: -1vw;
    top: -1.25vw;
    right: -1vw;
    bottom: -0.6875vw;
  }
  .contact-us-first .top-title {
    margin-bottom: 7.1875vw;
    max-width: 67.5vw;
    line-height: 6vw;
  }
}
@media all and (max-width: 1450px) and (min-width: 769px) {
  .contact-us-second .row-value {
    font-size: 3.3103448276vw;
  }
  .contact-us-second .row-title {
    font-size: 1.6551724138vw;
  }
}
@media all and (max-width: 1280px) and (min-width: 769px) {
  .contact-us-second .picture {
    min-width: 22%;
    max-width: 22%;
  }
  .contact-us-first .shine-eff {
    margin: 0 -900px 0 0;
    width: 800px;
  }
  .contact-us-first .shine-eff::before, .contact-us-first .shine-eff::after {
    width: 600px;
    height: 600px;
  }
  .contact-us .title-s2 {
    font-size: 1.6551724138vw;
  }
}
@media all and (max-width: 960px) and (min-width: 769px) {
  .contact-us-first .row {
    max-width: none;
  }
}/*# sourceMappingURL=contact-us.css.map */