@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700;800&display=swap");
.contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 180px;
}

@media (max-width: 1100px) {
  .contacts {
    padding-top: 120px;
  }
}

.contacts .breadcrumbs {
  margin-bottom: 70px;
}

.contacts-container {
  width: 1520px;
}

.contacts-container h2.h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 70px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}

@media (max-width: 600px) {
  .contacts-container h2.h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 1600px) {
  .contacts-container {
    width: 95%;
  }
}

.contacts-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-item {
  width: 50%;
  margin-bottom: 70px;
}

@media (max-width: 900px) {
  .contacts-item {
    width: 100%;
  }
}

.contacts-item h3.h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 40px;
  width: 100%;
}

@media (max-width: 650px) {
  .contacts-item h3.h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

.contacts-item__info {
  padding-left: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 440px) {
  .contacts-item__info {
    padding-left: 0;
  }
}

.contacts-item__info img {
  margin-right: 30px;
}

.contacts-item__info p {
  font-size: 20px;
  line-height: 28px;
}

.contacts-item:last-of-type .contacts-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-item:last-of-type a {
  margin-left: -20px;
}

.contacts-item:last-of-type a:last-of-type {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

@media (max-width: 440px) {
  .contacts-item:last-of-type a:last-of-type {
    display: block;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-left: 0;
  }
}

.contacts iframe {
  margin-bottom: 140px;
}

@media (max-width: 500px) {
  .contacts iframe {
    height: 300px;
  }
}

.callback {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 0;
  background-image: url(../img/contacts.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  margin-bottom: 140px;
}

@media (max-width: 1500px) {
  .callback {
    background-size: auto 100%;
  }
}

@media (max-width: 1300px) {
  .callback {
    background: none;
  }
}

.callback::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#9BAFB0), to(#A0B4B5)), -webkit-gradient(linear, right top, left top, from(#B3C3C3), to(#B2C3C3));
  background: linear-gradient(180deg, #9BAFB0 0%, #A0B4B5 100%), linear-gradient(270deg, #B3C3C3 0%, #B2C3C3 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 350px 0 0 350px;
}

@media (max-width: 1750px) {
  .callback::before {
    border-radius: 0;
  }
}

.callback-container {
  width: 1520px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1620px) {
  .callback-container {
    width: 95%;
  }
}

.callback-content {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1300px) {
  .callback-content {
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .callback-content {
    width: 100%;
  }
}

.callback-content h2.h2 {
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 70px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
}

@media (max-width: 600px) {
  .callback-content h2.h2 {
    font-size: 42px;
    line-height: 56px;
  }
}

.callback-content form {
  width: 100%;
}

.callback-content form input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  color: #3d3d3d;
}

@media (max-width: 400px) {
  .callback-content form input {
    font-size: 20px;
  }
}

.callback-content form input::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.8);
}

.callback-content form input:-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.8);
}

.callback-content form input::-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.8);
}

.callback-content form input::placeholder {
  color: rgba(61, 61, 61, 0.8);
}

.callback-content form textarea {
  width: 100%;
  min-height: 300px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 15px 30px;
  border: none;
  margin-bottom: 30px;
  resize: none;
  max-height: 500px;
}

@media (max-width: 450px) {
  .callback-content form textarea {
    min-height: 300px;
    max-height: 300px;
  }
}

@media (max-width: 400px) {
  .callback-content form textarea {
    font-size: 20px;
  }
}

.callback-content form button {
  width: 250px;
  height: 80px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin: 40px auto 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border: 2px solid #fff;
}

.callback-content form button:hover {
  color: #fff;
  background-color: transparent;
}

@media (max-width: 450px) {
  .callback-content form button {
    width: 280px;
    height: 60px;
    font-size: 22px;
    margin-top: 20px;
  }
}
