.contact_main {
  overflow: hidden;
  padding-bottom: 75px;
}
.contact_main .flex {
  flex-direction: row-reverse;
  gap: 8.5174%;
}
.contact_main .right {
  min-width: 49.3375%;
  padding-bottom: 0.5%;
}
.contact_main .right h1 {
  font-size: 54px;
  font-weight: 500;
  color: #000000;
  line-height: 59px;
}
.contact_main .right .desc {
  font-size: 16px;
  font-weight: 300;
  color: #3d3d3d;
  line-height: 35px;
  margin-top: 30px;
}
.contact_main .right .desc p{
  display: flex;

}
.contact_main .right .desc p::before{
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #000;
  line-height: 35px;
  margin-top: 15px;
}
.contact_main .form {
  margin-top: 42px;
}
.contact_main .form form {
  display: flex;
  justify-content: space-between;
  gap: 29px 1rem;
  flex-wrap: wrap;
}
.contact_main .form span {
  width: 100%;
}
.contact_main .form .col2 {
  width: 48.7212%;
}
.contact_main .form input,
.contact_main .form select,
.contact_main .form textarea {
  width: 100%;
  font-size: 17px;
  line-height: 26px;
  border: none;
  outline: none;
  border-bottom: 1px solid #b0b3b5;
  padding: 15px 0;
  padding-right: 1.2rem;
}
.contact_main .form input::placeholder,
.contact_main .form select::placeholder,
.contact_main .form textarea::placeholder {
  color: #636363;
}
.contact_main .form select {
  color: #636363;
  background: url(../img/arr-b.svg) no-repeat right center / 12px;
}
.contact_main .form textarea {
  height: 205px;
}
.contact_main .form .textarea {
  margin-top: 8px;
}
.contact_main .form input[type='checkbox'] {
  width: 28px;
  height: 28px;
  border: 1px solid #b0b3b5;
  flex-shrink: 0;
  padding: 0;
  background: url(../img/yes.svg) no-repeat center / 80%;
  transition: all 0.3s;
}
.contact_main .form input[type='checkbox']:checked {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
.contact_main .form label {
  display: flex;
  gap: 18px;
  margin-top: -5px;
  width: fit-content;
}
.contact_main .form input[type='checkbox'] ~ span {
  font-size: 17px;
  color: #383838;
  line-height: 26px;
  width: fit-content;
  cursor: pointer;
}
.contact_main .form a {
  color: #171717;
  text-decoration: underline;
}
.contact_main .form input[type='submit'] {
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
  background-color: var(--title_color);
  color: #fff;
  padding: 12px 84px;
  line-height: 2;
  transition: all 0.3s;
  margin-top: 12px;
  border: 1px solid var(--title_color) !important;
  border: none;
}
.contact_main .form input[type='submit']:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid var(--title_color) !important;
}
.contact_main .left {
  min-width: 52.4921%;
}
.contact_main .left .img {
  aspect-ratio: 832/947;
}
.contact_main .left .img:hover img {
  transform: scale(1.03);
}
.contact_way {
  padding: 75px 0 137px;
}
.contact_way ul {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.contact_way li {
  flex: 1;
  max-width: 346px;
}
.contact_way i {
  display: block;
  width: 74px;
  height: 60px;
  background: no-repeat center / contain;
}
.contact_way span {
  font-size: 14px;
  color: rgba(23, 23, 23, 0.6);
  text-transform: uppercase;
  display: block;
  margin-top: 33px;
  margin-bottom: 10px;
}
.contact_way span + p {
  font-weight: 500;
  line-height: 25px;
  max-width: 303px;
}
.contact_way a {
  font-size: 17px;
  font-weight: 500;
  color: #171717;
  line-height: 32px;
  display: block;
  width: fit-content;
}
.contact_way a:hover {
  text-decoration: underline;
}
.contact_way p {
  font-size: 17px;
  line-height: 32px;
}
.contact_way p span{
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  color: #666;
  font-weight: 400;
}
.contact_way .social {
  margin-top: 13px;
  max-width: 304px;
}
.contact_way .social a {
  display: block;
  width: 24px;
  aspect-ratio: 1;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  text-indent: -999px;
}
.contact_way .social a:hover {
  transform: scale(1.1);
}
.contact_way .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
.contact_way .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
.contact_way .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
.contact_way .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
.contact_way .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
.contact_way .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}


.contact_way ul{
  max-width: 1300px;
}