*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "FuturaPT", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li {
  list-style: none;
}

ul,
ol {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn {
  display: inline-block;
  color: #2f2f2f;
  font-family: 'FuturaPT', sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 35.54px;
  text-align: center;
  max-width: 403px;
  width: 100%;
  padding: 16px 25px;
  -webkit-box-shadow: 6px 10px 20px 1px rgba(191, 144, 0, 0.3), 0 4px 0 #d38200;
  box-shadow: 6px 10px 20px 1px rgba(191, 144, 0, 0.3), 0 4px 0 #d38200;
  border-radius: 33px;
  background-color: #ff9c00;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(#fdff2c));
  background: linear-gradient(to top, #ff9c00 0%, #fdff2c 100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
}

.button {

  text-align: center;
}

.popup {
  max-width: 615px;
  width: 100%;
  -webkit-box-shadow: 2px 4px 29px 3px rgba(85, 85, 85, 0.86);
  box-shadow: 2px 4px 29px 3px rgba(85, 85, 85, 0.86);
  border-radius: 10px;
  background-color: white;
  padding: 35px 80px;
}

.popup h2 {
  max-width: 335px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ff007e;
  text-transform: uppercase;
  font-family: 'PT Serif', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}

.popup h3 {
  text-transform: uppercase;
  text-align: center;
  color: #4d4d4d;
  font-size: 27px;
  margin-bottom: 20px;
}

.popup .label {
  display: block;
  margin-bottom: 20px;
}

.popup .label span {
  display: block;
  color: black;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 5px;
}

.popup .label span b {
  color: #ff0006;
  font-weight: 300;
}

.popup .label input {
  display: block;
  width: 100%;
  text-align: center;
  color: #6c6c6b;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-weight: 300;
  outline: none;
  padding: 16.5px 10px;
  border-radius: 10px;
  border: 1px solid #63554d;
  background-color: #f2f2f2;
}

.popup .label input::-webkit-input-placeholder {
  color: #6c6c6b;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.popup .label input:-ms-input-placeholder {
  color: #6c6c6b;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.popup .label input::-ms-input-placeholder {
  color: #6c6c6b;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.popup .label input::placeholder {
  color: #6c6c6b;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.popup .label-tel {
  display: none;
}

.popup-btn-wrap {
  text-align: center;
}

.popup .input-checkbox {
  display: none;
}

.popup .label-checkbox {
  display: block;
  padding-left: 38px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.popup .label-checkbox i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #a2a2a2;
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}

.popup .label-checkbox span {
  display: inline-block;
  color: #6c6c6c;
  font-size: 20px;
  font-weight: 300;
}

.input-checkbox:checked ~ .label-checkbox i {
  background: #57c75b url("../img/check.png") center no-repeat;
  border: 1px solid #57c75b;
}

.input-checkbox:checked ~ .label-tel {
  display: block;
}

.fancybox-close-small {
  display: none;
  width: 31px;
  height: 31px;
  top: 15px;
  right: 15px;
  background: url("../img/close.png") center no-repeat;
}

.fancybox-close-small1 {
  display: block;
}

.fancybox-bg {
  background-color: #474747;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
}

@media only screen and (max-width: 950px) {
  .btn {
    font-size: 28px;
    line-height: 1.4;
    padding: 12px 30px;
    max-width: 350px;
  }
}

@media only screen and (max-width: 650px) {
  .btn {
    font-size: 22px;
    max-width: 300px;
    padding: 14px 40px;
  }

  .popup {
    width: 95%;
    padding: 20px 40px;
  }

  .popup h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .popup h3 {
    font-size: 22px;
  }

  .popup .label span {
    font-size: 20px;
  }

  .popup .label input {
    font-size: 20px;
    padding: 10px 10px;
  }

  .popup .label input::-webkit-input-placeholder {
    font-size: 20px;
  }

  .popup .label input:-ms-input-placeholder {
    font-size: 20px;
  }

  .popup .label input::-ms-input-placeholder {
    font-size: 20px;
  }

  .popup .label input::placeholder {
    font-size: 20px;
  }

  .popup .label-checkbox span {
    font-size: 19px;
  }
}

@media only screen and (max-width: 600px) {
  .popup.active {
    margin-top: 5px;
    vertical-align: top;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 450px) {
  .popup {
    padding: 30px 15px;
  }

  .popup .label span {
    font-size: 18px;
  }

  .fancybox-close-small {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}