

/* Start:/kontakty/css/style.css?17682093995382*/
.contacts {
  background-color: #fff;
}
body a::visited {
  color: unset !important;
}
.contacts__header {
  background-color: #ffffff;
  padding-top: 45px;
}
.contacts__header h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 32px;
}
.contacts__title {
  font-weight: bold;
  line-height: 38.74px;
  padding-top: 35px;
}
@media (max-width: 1023px) {
  .contacts__title {
    font-size: 29px;
  }
}
@media (max-width: 543px) {
  .contacts__title {
    font-size: 26px;
  }
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagination__link {
  color: #0160a2;
  font-size: 15px;
  font-weight: 400;
  line-height: 38.74px;
  cursor: pointer;
}
.pagination__link:visited {
  color: #2ad3fa !important;
}
.pagination__item {
  color: #0160a2;
}
.pagination__item:last-child .pagination__link {
  color: #0160a2 !important;
  cursor: unset;
}
.adress {
  background-color: #fff;
  padding-bottom: 50px;
}
.adress__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.adress__img {
  width: 17%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .adress__img {
    width: 27%;
  }
}
.adress__info {
  width: 19%;
  display: flex;
  flex-direction: column;
  color: #000;
}
@media (max-width: 767px) {
  .adress__info {
    width: 67%;
    margin-bottom: 30px;
  }
}
.adress__title {
  font-weight: 300;
  color: #0160a2;
  text-transform: uppercase;
  font-size: 22px;
  padding: 0;
  margin: 0;
}
.adress__text {
  color: #000000;
  font-family: "Muller", Verdana;
  font-size: 16px;
  font-weight: 300;
}
.adress__map {
  width: 57%;
}
@media (max-width: 767px) {
  .adress__map {
    width: 100%;
  }
}
.adress__link {
  color: #0160a2;
  font-family: "Muller", Verdana;
  font-size: 22px;
  font-weight: 300;
}
.adress__link.header-whatsapp .icon svg {
  width: 22px;
  height: 22px;
}
.adress__link--mail {
  padding-bottom: 25px;
}
.adress__link:focus,
.adress__link:hover {
  color: #2ad3fa;
}
.adress__link:active {
  color: #2ad3fa;
}
.adress__list-social {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 10px;
}
.adress__social-item {
  width: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #0160a2;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0);
  transition: 0.2s;
}
.adress__social-item:focus,
.adress__social-item:hover {
  background-color: #2ad3fa;
}
.adress__social-item:active {
  background-color: #2ad3fa;
  transform: translateY(3px);
  transition: 0.2s;
}
.adress__social-link {
  font-size: 0;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  background-size: contain;
  width: 60%;
  height: 60%;
}
.adress__social-link--fb {
  background-image: url(/upload/img/svg/fb.svg);
}
.adress__social-link--vk {
  background-image: url(/upload/img/svg/vk.svg);
}
.adress__social-link--sk {
  background-image: url(/upload/img/svg/skype-ico.svg);
}
.adress__social-link--inst {
  background-image: url(/upload/img/svg/inst.svg);
}
.adress__social-link--mail {
  background-image: url(/upload/img/svg/mail.svg);
}
.adress__list-contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adress__contact {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .adress__contact {
    width: 47%;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .adress__contact {
    width: 100%;
  }
}
.adress__contacter-name {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 9px;
  padding-right: 55%;
  margin-bottom: 0;
}
.adress__contacter-job {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 9px;
  padding-right: 27%;
  min-height: 48px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.adress__list-social--contacter {
  flex-wrap: nowrap;
}
.adress__list-social--contacter .adress__social-item {
  background-color: #d5d5d5;
  width: 26px;
  height: 26px;
}
.adress__img-contacter {
  object-fit: contain;
}
@media (max-width: 767px) {
  .adress__img-contacter {
    height: 175px;
  }
}
body main.contacts .register-block {
  padding: 0;
  background-image: unset;
}
body main.contacts .register-block h2 {
  color: #0160a2;
}
body main.contacts .register-block .content_inner .register-form input {
  border-color: #c8c8c8;
}
body
  main.contacts
  .register-block
  .content_inner
  .register-form
  input::placeholder {
  color: #000000;
  font-family: "Muller", Verdana;
  font-size: 15px;
  font-weight: 400;
  line-height: 40.18px;
  text-transform: uppercase;
}
body
  main.contacts
  .register-block
  .content_inner
  .register-form
  input:first-child {
  margin-top: 20px;
}
body main.contacts .register-block .content_inner .register-form textarea {
  border-color: #c8c8c8;
}
body
  main.contacts
  .register-block
  .content_inner
  .register-form
  textarea::placeholder {
  color: #000000;
  font-family: "Muller", Verdana;
  font-size: 15px;
  font-weight: 400;
  line-height: 40.18px;
  text-transform: uppercase;
}
body main.contacts .register-block .content_inner .register-form .register-btn {
  background-color: #0160a2;
  width: 68%;
  color: #ffffff;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /kontakty/css/style.css?17682093995382 */
