.contants .section {
  margin-top: 100px;
}

.contants .section .iframe-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contants .section iframe {
  width: 95%;
  margin: 0 auto;
  box-shadow: 1px 1px 10px 5px rgba(182, 182, 182, 0.493);
  padding: 15px;
}

.contants .section .bottom-container {
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
}

.contants .section .bottom-container .left {
  min-width: 300px;
  width: 35%;
  margin-right: 15px;
}

.contants .section .bottom-container .left .connection {
  display: flex;
  align-items: center;
}

.contants .section .bottom-container .left .connection img {
  margin-right: 5px;
}

.contants .section .bottom-container .left .connection.first {
  margin-top: 50px;
}

.contants .section .bottom-container .right {
  flex-grow: 1;
}

.contants .section .bottom-container .right p {
  margin-top: 20px;
  margin-bottom: 10px;
}

.contants .section .bottom-container .right p:first-child {
  margin-top: 0;
}

.contants .section .bottom-container .right input {
  background-color: #ececec;
  padding: 15px;
  width: 100%;
}

.contants .section .bottom-container .right textarea {
  width: 100%;
  padding: 15px;
  background-color: #ececec;
}

.contants .section .bottom-container .right .number-container {
  display: flex;
  width: 100%;
}

.contants .section .bottom-container .right .number-container .img {
  margin: 0 5px;
}

.contants .section .bottom-container .right .number-container img {
  object-fit: contain;
}

.contants .section .bottom-container .right .btn-container {
  margin: 60px auto;
  display: flex;
  width: 80%;
  justify-content: space-evenly;
}

.contants .section .bottom-container .right .btn-container .v-btn {
  width: 125px;
  height: 40px;
  box-shadow: none;
  background-color: #2059b7 !important;
  color: white;
}

@media (max-width: 820px) {
  .contants .section .bottom-container {
    flex-direction: column;
  }
  .contants .section .bottom-container .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .contants .section .bottom-container .btn-container {
    width: 100% !important;
  }
}
/*# sourceMappingURL=contants.css.map */
