*::-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: "Muller", 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;
}

.hidden {
  display: none;
}

.site-bg {
  overflow: hidden;
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
  min-height: 100vh;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-wrap {
  width: 100%;
}

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

.btn-tel {
  display: inline-block;
  color: white;
  font-family: "Muller", sans-serif;
  font-size: 23px;
  font-weight: 400;
  padding-left: 35px;
  position: relative;
}

.btn-tel:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/tel-icon.png") center no-repeat;
}

.btn1 {
  display: inline-block;
  color: white;
  font-family: "Muller", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.btn1:hover {
  text-decoration: none;
}

.btn2 {
  display: block;
  width: 100%;
  height: 62px;
  background-color: #41adbe;
  position: relative;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: inset 0 0 0 #8c9a00;
  box-shadow: inset 0 0 0 #8c9a00;
}

.btn2 i {
  content: '';
  position: absolute;
  max-width: 105px;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #63c3d1;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}

.btn2 i:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 62px solid #63c3d1;
  border-left: 62px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.btn2:hover {
  background-color: #bfcd32;
}

.btn2:hover i {
  background-color: #d3de55;
}

.btn2:hover i:after {
  border-bottom: 62px solid #d3de55;
}

.btn2:active {
  background-color: #c0cc3c;
  -webkit-box-shadow: inset 0 3px 1px #8c9a00;
  box-shadow: inset 0 3px 1px #8c9a00;
}

.btn2:active i {
  opacity: 0;
}

.btn2-check {
  background-color: #eee;
  cursor: default;
}

.btn2-check i {
  opacity: 0;
}

.btn2-check:hover {
  background-color: #eee;
}

.btn2-check:active {
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0 #8c9a00;
  box-shadow: inset 0 0 0 #8c9a00;
}

.btn2-check span {
  display: block;
  position: relative;
  z-index: 1;
  color: white;
  font-family: "Muller", sans-serif;
  font-size: 16px;
  line-height: 62px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 0px 5px;
}

.main-header {
  padding-top: 23px;
  padding-bottom: 19px;
}

.main-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header-logo {
  max-width: 217px;
  width: 100%;
}

.main-header-feedback {
  max-width: 248px;
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

.main-header-feedback .btn-tel {
  margin-bottom: 3px;
}

.feedback-title {
  text-align: center;
  max-width: 870px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feedback-title h1 {
  color: #dedc00;
  font-size: 72px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 20px;
}

.feedback-title b {
  display: block;
  color: white;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.feedback-title span {
  display: block;
  color: white;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 42px;
}

.feedback-title h2 {
  color: #dedc00;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 7px;
}

.feedback-wrap {
  background-color: white;
  margin-right: -50px;
  margin-left: -50px;
}

.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 50px 47px 46px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feedback-form-wrap1 {
  max-width: 597px;
  width: 100%;
  margin-top: 16px;
}

.feedback-form-choice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback-form-choice-wrap span {
  color: black;
  font-size: 22px;
  font-weight: 300;
  max-width: 247px;
  width: 100%;
  text-align: right;
}

.feedback-form-choice-wrap .label-radio-wrap {
  max-width: 315px;
  width: 100%;
}

.feedback-form-choice-wrap .label-radio {
  display: inline-block;
  cursor: pointer;
}

.feedback-form-choice-wrap .label-radio input {
  display: none;
}

.feedback-form-choice-wrap .label-radio input:checked ~ b:after {
  background-color: #dedc00;
}

.feedback-form-choice-wrap .label-radio b {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-weight: 300;
  padding-left: 27px;
  position: relative;
}

.feedback-form-choice-wrap .label-radio b:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #d7e8ee;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.feedback-form-choice-wrap-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 31px;
}

.feedback-form-choice-wrap-1 .label-radio-flex-wrap {
  max-width: 265px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback-form-choice-wrap-2 {
  margin-bottom: 22px;
}

.feedback-form-choice-wrap-3 {
  margin-bottom: 22px;
}

.feedback-form-choice-wrap-3 .feedback-values-list li:nth-child(1) {
  margin-left: -7px;
}

.feedback-form-choice-wrap-3 .feedback-values-list li:nth-child(3) {
  margin-left: -7px;
}

.feedback-form-choice-wrap-3 .feedback-values-list li:nth-child(4) {
  margin-right: -12px;
}

.feedback-form-choice-wrap-4 .label-radio-wrap {
  margin-top: 5px;
}

.feedback-form-choice-wrap-4 .label-radio-wrap p {
  margin-bottom: 8px;
}

.feedback-form-choice-wrap-4 .label-radio-wrap p:last-child {
  margin-bottom: 0;
}

.feedback-form-slider {
  max-width: 315px;
  width: 100%;
  margin-top: 11px;
}

.feedback-form-slider input {
  display: none;
}

.feedback-form-slider .feedback-slider {
  max-width: 261px;
  width: 100%;
}

.feedback-form-slider .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  background-color: #dedc00;
  border: none;
  border-radius: 50%;
  outline: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -7px;
  cursor: pointer;
}

.feedback-form-slider .ui-widget-content {
  height: 4px;
  background-color: #dedc00;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.feedback-form-slider .ui-slider .ui-slider-range {
  background-color: #d7e8ee;
}

.feedback-values-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 265px;
  width: 100%;
  margin-top: 6px;
}

.feedback-values-list li {
  color: black;
  font-size: 14px;
  font-weight: 300;
}

.feedback-form-wrap2 {
  max-width: 376px;
  width: 100%;
  border: 10px solid #dedc00;
  padding: 29px 40px 21px 40px;
}

.feedback .btn2 {
  margin-top: 27px;
  margin-bottom: 20px;
}

.main-footer {
  padding-top: 136px;
  padding-bottom: 26px;
}

.main-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-footer-copy {
  color: white;
  font-size: 14px;
  max-width: 215px;
  width: 100%;
}

.main-footer-info {
  color: white;
  font-size: 14px;
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.main-footer-info a {
  color: white;
  font-size: 14px;
  text-decoration: underline;
}

.main-footer-info a:hover {
  text-decoration: none;
}

.main-footer-feedback {
  max-width: 248px;
  width: 100%;
  text-align: right;
}

.main-footer-feedback .btn-tel {
  margin-bottom: 3px;
}

.input-checkbox {
  display: none;
}

.input-checkbox:checked ~ .label-checkbox span:after {
  background-color: #63c3d1;
}

.input-checkbox:checked ~ .btn2-check {
  background-color: #41adbe;
  cursor: pointer;
}

.input-checkbox:checked ~ .btn2-check i {
  opacity: 1;
}

.input-checkbox:checked ~ .btn2-check:hover {
  background-color: #bfcd32;
}

.input-checkbox:checked ~ .btn2-check:hover i {
  background-color: #d3de55;
}

.input-checkbox:checked ~ .btn2-check:hover i:after {
  border-bottom: 62px solid #d3de55;
}

.input-checkbox:checked ~ .btn2-check:active {
  background-color: #c0cc3c;
  -webkit-box-shadow: inset 0 3px 1px #8c9a00;
  box-shadow: inset 0 3px 1px #8c9a00;
}

.input-checkbox:checked ~ .btn2-check:active i {
  opacity: 0;
}

.label-checkbox {
  display: inline-block;
  cursor: pointer;
}

.label-checkbox span {
  display: inline-block;
  padding-left: 29px;
  position: relative;
}

.label-checkbox span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #d7e8ee;
  border-radius: 50%;
  border: 5px solid #d7e8ee;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.label-checkbox span i {
  display: block;
  color: black;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
}

.label-checkbox span a {
  display: block;
  color: #63c3d1;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}

.label-input {
  display: block;
  margin-bottom: 22px;
}

.label-input span {
  display: inline-block;
  color: #63c3d1;
  font-family: "Muller", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.label-input input {
  display: block;
  width: 100%;
  color: black;
  font-family: "Muller", sans-serif;
  font-size: 24px;
  font-weight: 300;
  outline: none;
  border: none;
  border-bottom: 2px solid #d7e8ee;
}

.label-input input::-webkit-input-placeholder {
  color: #afafaf;
  font-family: "Muller", sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.label-input input:-ms-input-placeholder {
  color: #afafaf;
  font-family: "Muller", sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.label-input input::-ms-input-placeholder {
  color: #afafaf;
  font-family: "Muller", sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.label-input input::placeholder {
  color: #afafaf;
  font-family: "Muller", sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.popup {
  max-width: 391px;
  width: 100%;
  border: 10px solid #dedc00;
  background-color: white;
  padding: 55px;
}

.popup .btn2 {
  margin-top: 27px;
  margin-bottom: 20px;
}

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

.pop {
  display: none;
  padding: 30px 8px;
  width: 500px;
  text-align: center;
  background-color: #fff;
  font-size: 21px;
  border: 2px solid #dedc00;
}

.pop .fancybox-close-small {
  display: none;
}

@media only screen and (max-width: 1150px) {
  .feedback-form {
    padding: 50px 20px;
  }

  .feedback-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .feedback-form-choice-wrap span {
    max-width: 180px;
    font-size: 16px;
  }

  .feedback-form-wrap1 {
    max-width: 540px;
  }

  .feedback-title h1 {
    font-size: 60px;
    line-height: 1;
  }

  .feedback-title h2 {
    font-size: 32px;
  }

  .main-header {
    padding: 15px 0;
  }

  .main-footer {
    padding-bottom: 15px;
    padding-top: 80px;
  }

  .feedback-form-wrap2 {
    max-width: 350px;
    border: 7px solid #dedc00;
  }

  .feedback-form-wrap2 {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 1000px) {
  .feedback-form-choice-wrap span {
    max-width: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .feedback-form-choice-wrap .label-radio-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .feedback-form-slider {
    margin-left: auto;
    margin-right: auto;
  }

  .feedback-form-choice-wrap {
    margin-bottom: 15px;
  }

  .feedback-form-choice-wrap:last-child {
    margin-bottom: 0;
  }

  .feedback-form {
    padding: 30px 15px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feedback-form-wrap1 {
    max-width: 330px;
  }

  .feedback-title h1 {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .feedback-title span {
    margin-bottom: 25px;
  }

  .feedback-title h2 {
    font-size: 28px;
  }

  .feedback-title b,
  .feedback-title span {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 950px) {
  .main-footer-copy {
    max-width: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .main-footer-info {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
  }

  .main-footer-info a {
    display: inline-block;
  }

  .main-footer-feedback {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .btn-tel {
    font-size: 20px;
    padding-left: 20px;
  }

  .btn-tel:after {
    width: 15px;
    height: 15px;
    background-size: cover;
  }
}

@media only screen and (max-width: 800px) {
  .feedback-form-wrap1 {
    max-width: none;
    margin-bottom: 30px;
  }

  .container {
    padding: 0px 10px;
  }

  .main-header-logo {
    max-width: 180px;
  }

  .feedback-title h1 {
    font-size: 40px;
  }

  .feedback-wrap {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 700px) {
  .label-input input {
    font-size: 18px;
  }

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

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

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

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

  .label-input {
    margin-bottom: 15px;
  }

  .feedback .btn2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .feedback-form {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 550px) {
  .main-header-feedback {
    max-width: 400px;
    text-align: center;
  }

  .main-header-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .feedback-title h1 {
    font-size: 32px;
  }

  .feedback-wrap {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
    width: auto;
  }

  .main-footer {
    padding: 15px 0;
  }

  .feedback-form-choice-wrap .label-radio b {
    font-size: 15px;
  }

  .pop {
    width: 290px;
  }
}

@media only screen and (max-width: 450px) {
  .popup {
    max-width: none;
    width: 95%;
    padding: 40px 15px;
    border: 7px solid #dedc00;
  }
}