/** Общие стили **/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #000000;
  background: #ffffff;
}
.page-content {
  position: relative;
  height: 100vh;
}
.btn-modal {
  position: relative;
  z-index: 5;
  display: block;
  vertical-align: middle;
  min-height: 40px;
  min-width: 150px;
  margin: 0 auto;
  padding: 10px 30px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #6BD35A 0%, #4DB53C 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  outline: none;
}
.btn-modal:hover {
  cursor: pointer;
  opacity: 0.7;
}
.modal-box {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 400px;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border: 1px solid rgb(211, 219, 226);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-sizing: border-box;
}
.modal-title {
  margin: 0;
  padding: 24px 0px 18px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  text-align: center;
  background: #2c79b1;
  border-radius: 5px 5px 0px 0px;
}
.modal-content {
  padding: 30px 44px 48px 44px;
}
.modal-subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.modal-text {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.modal-text-center {
  text-align: center;
  padding-bottom: 15px;
}
.yellow-box {
  padding: 12px 30px;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  background: #EDFF7C;
}
.modal-links-box {
  margin: 30px 0;
  padding-bottom: 10px;
}
.modal-link {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 17px 32px 17px 55px;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  border: 1px solid rgb(211, 219, 226);
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
}
.modal-link:hover {
  opacity: 0.7;
}
.modal-link::after {
  position: absolute;
  top: 19.5px;
  right: 17px;
  content: '';
  display: block;
  width: 13px;
  height: 12px;
  background: url("../links/img/icon-arrow.svg") no-repeat;
}
.modal-link::before {
  position: absolute;
  top: 10px;
  left: 12px;
  display: block;
  content: '';
}
.modal-link-vk::before {
  width: 33px;
  height: 32px;
  background: url("../img/vk-logo.svg") no-repeat;
  background-size: contain;
}
.modal-link-ya::before {
  width: 32px;
  height: 32px;
  background: url("../img/zen-logo.svg") no-repeat;
  background-size: contain;
}
.modal-link-tg::before {
  width: 33px;
  height: 32px;
  background: url("../img/tg-logo.svg") no-repeat;
  background-size: contain;
}
.modal-link-inst::before {
  width: 33px;
  height: 32px;
  background: url("../img/insta-logo.svg") no-repeat;
  background-size: contain;
}
.modal-form {
  margin-bottom: 20px;
}
.modal-form textarea {
  min-height: 150px;
}


/* Мобильные */
@media (max-width: 420px) {
  .modal-box {
    width: 90%;
  }
  .modal-content {
    padding: 5% 3%;
  }
}
