.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--theme_color:#d9251b;
--title_color:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.contact_team {
 padding: 9.6rem 0px 11.1rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.contact_team {
 padding: 3rem 0px 4rem;
 }}
.content {
 max-width: 134rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .content_big {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .content_big {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content, .header_content, .content_big {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .content_big {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2 {
 font-size: 4.2rem;
 line-height: 5.8rem;
 font-weight: 600;
 }
.contact_team h2 {
 font-size: 4.8rem;
 line-height: 5.2rem;
 color: rgb(33, 33, 33);
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
@media screen and (min-width: 640px) and (max-width: 768px){
.head h2 {
 font-size: 28px;
 }}
.contact_team p {
 font-size: 1.7rem;
 line-height: 2.6rem;
 color: rgb(99, 99, 99);
 margin-top: 2.8rem;
 }
@media screen and (max-width: 768px){
.head .desc, .head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }}
@media screen and (min-width: 640px) and (max-width: 768px){
.head .desc, .head p {
 font-size: 16px;
 margin-top: 12px;
 }}
.contact_team .items {
 width: calc(100% - 4rem);
 max-width: 141.8rem;
 margin: 7.4rem auto 0px;
 }
@media screen and (max-width: 768px){
.contact_team .items {
 width: 100%;
 padding: 0px 20px;
 margin-top: 2rem;
 }}
ul {
 list-style: none;
 }
.contact_team .items > ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 2rem 3.103%;
 }
@media screen and (max-width: 768px){
.contact_team .items > ul {
 grid-template-columns: 1fr;
 gap: 1rem;
 }}
@media screen and (min-width: 640px) and (max-width: 768px){
.contact_team .items > ul {
 grid-template-columns: 1fr 1fr;
 }}
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.contact_team .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 background-color: rgb(244, 244, 244);
 border-radius: 1.5rem;
 padding: 2.9rem 5.24017% 4.3rem;
 }
@media screen and (max-width: 768px){
.contact_team .item {
 border-radius: 12px;
 padding: 2rem 20px;
 }}
.contact_team .item .icon {
 width: 6.6rem;
 height: 6.6rem;
 border-radius: 50%;
 background: no-repeat center / contain var(--theme_color);
 content: "";
 display: block;
 }
@media screen and (max-width: 768px){
.contact_team .item .icon {
 width: 3rem;
 height: 3rem;
 }}
.contact_team .item .info {
 color: rgb(28, 28, 28);
 margin-top: 3.8rem;
 }
@media screen and (max-width: 768px){
.contact_team .item .info {
 margin-top: 1rem;
 }}
.contact_team .item h3 {
 font-size: 2.5rem;
 font-weight: 600;
 }
@media screen and (max-width: 768px){
.contact_team .item h3 {
 font-size: 18px;
 }}
.contact_team .item p {
 margin-top: 2px;
 max-width: 51.3rem;
 }
@media screen and (max-width: 768px){
.contact_team .item p {
 font-size: 0.9rem;
 line-height: 1.5;
 max-width: unset;
 }}
.contact_team .item:hover span {
 text-decoration-color: transparent;
 color: var(--theme_color);
 }
.contact_team .item span {
 font-size: 1.7rem;
 color: rgb(0, 77, 160);
 transition: 0.3s;
 text-decoration: underline;
 display: block;
 margin-top: 1.8rem;
 }
@media screen and (max-width: 768px){
.contact_team .item span {
 font-size: 14px;
 margin-top: 20px;
 }}
.contact_team .item ul {
 margin-top: 1.8rem;
 }
@media screen and (max-width: 768px){
.contact_team .item ul {
 margin-top: 10px;
 }}
.contact_team .item ul li {
 margin-bottom: 0.7rem;
 }
@media screen and (max-width: 768px){
.contact_team .item ul li {
 margin-bottom: 10px;
 }}
.contact_team .item ul a {
 font-size: 2rem;
 color: rgb(99, 99, 99);
 transition: 0.3s;
 text-decoration: underline transparent;
 }
.contact_team .item ul a:hover {
 text-decoration-color: var(--theme_color);
 color: var(--theme_color);
 }
@media screen and (max-width: 768px){
.contact_team .item ul a {
 font-size: 0.9rem;
 }}
.contact_team .item ul li:last-child {
 margin-bottom: 0px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}