html {
  box-sizing: border-box;
  min-height: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
  outline: none;
}

body {
  min-height: 100%;
  padding: 0;
  font-family: "Franklin Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  background: url(/usertpl/i/contact/bg2.webp) no-repeat center/cover;
}

img {
  box-sizing: content-box;
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: inherit;
  border: none;
}

input, textarea, option, select, button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
  user-select: none;
  cursor: pointer;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.contact_block {
  max-width: 600px;
  padding: 20px;
}
@media (max-width: 576px) {
  .contact_block {
    max-width: 100%;
    padding: 10px;
  }
}

.contact_logo {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 576px) {
  .contact_logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .contact_logo {
    margin-bottom: 20px;
  }
}
.contact_logo img {
  width: 450px;
}
@media (max-width: 576px) {
  .contact_logo img {
    width: 250px;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .contact_logo img {
    width: 200px;
  }
}

.contact_menu {
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .contact_menu {
    max-width: 100%;
  }
}

.contact_item {
  display: block;
  margin-bottom: 15px;
  border: 5px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 576px) {
  .contact_item {
    margin-bottom: 5px;
    border-width: 2px;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .contact_item {
    font-size: 15px;
  }
}

.contact_item span {
  display: block;
  padding: 15px 15px 15px 75px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .contact_item span {
    padding: 13px 15px 13px 55px;
  }
}

.contact_item_block {
  display: none;
  padding: 15px;
}

.contact_search {
  background: #EF7F1A;
}

.contact_search span {
  color: #fff;
  background: url(/usertpl/i/contact/search.svg) no-repeat left 20px top 7px/35px;
}
@media (max-width: 576px) {
  .contact_search span {
    background: url(/usertpl/i/contact/search.svg) no-repeat left 20px top 50%/25px;
  }
}

.contact_whatsapp {
  background: #009846;
}

.contact_whatsapp span {
  background: url(/usertpl/i/contact/whatsapp.svg) no-repeat left 20px top 7px/35px;
}
@media (max-width: 576px) {
  .contact_whatsapp span {
    background: url(/usertpl/i/contact/whatsapp.svg) no-repeat left 20px top 50%/25px;
  }
}

.contact_site {
  background: #fb446e;
}

.contact_site span {
  background: url(/usertpl/i/contact/site.svg) no-repeat left 20px top 7px/35px;
}
@media (max-width: 576px) {
  .contact_site span {
    background: url(/usertpl/i/contact/site.svg) no-repeat left 20px top 50%/25px;
  }
}

.contact_phone {
  background: #dcda00;
}
.contact_phone span {
  background: url(/usertpl/i/contact/phone.svg) no-repeat left 20px top 7px/35px;
}
@media (max-width: 576px) {
  .contact_phone span {
    background: url(/usertpl/i/contact/phone.svg) no-repeat left 20px top 50%/25px;
  }
}

.contact_whatsapp_dist {
  background: #9a66ff;
}

.contact_whatsapp_dist span {
  background: url(/usertpl/i/contact/whatsapp.svg) no-repeat left 20px top 7px/35px;
}
@media (max-width: 576px) {
  .contact_whatsapp_dist span {
    background: url(/usertpl/i/contact/whatsapp.svg) no-repeat left 20px top 50%/25px;
  }
}

.contact_telegram_dist {
  background: #00A0E3;
}
.contact_telegram_dist span {
  background: url(/usertpl/i/contact/telegram.svg) no-repeat left 13px top 7px/38px;
}
@media (max-width: 576px) {
  .contact_telegram_dist span {
    background: url(/usertpl/i/contact/telegram.svg) no-repeat left 20px top 50%/25px;
  }
}

.contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: -20px -5px 0;
}

.contact_list_item {
  display: block;
  width: 95px;
  margin: 20px 5px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.contact_list_item img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
  border-radius: 50%;
  object-fit: cover;
}

.contact_list_item b {
  font-weight: 700;
}

.contact_item_phone {
  padding: 0 0 20px;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

.contact_item_phone a {
  text-decoration: none;
}

.contact_info {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 576px) {
  .contact_info {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media (max-width: 576px) and (max-height: 600px) {
  .contact_info {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  .contact_item span {
    padding: 15px 15px 15px 90px;
  }
  .contact_search span {
    background: url(/usertpl/i/contact/search.svg) no-repeat left 30px top 7px/35px;
  }
  .contact_whatsapp span {
    background: url(/usertpl/i/contact/whatsapp.svg) no-repeat left 30px top 7px/35px;
  }
  .contact_site span {
    background: url(/usertpl/i/contact/site.svg) no-repeat left 30px top 7px/35px;
  }
  .contact_phone span {
    background: url(/usertpl/i/contact/phone.svg) no-repeat left 30px top 7px/35px;
  }
}
