*::-webkit-input-placeholder {
  color: #656b73;
  opacity: 1;
  font: 14px CeraPro;
}
*:-moz-placeholder {
  color: #656b73;
  opacity: 1;
  font: 14px CeraPro;
}
*::-moz-placeholder {
  color: #656b73;
  opacity: 1;
  font: 14px CeraPro;
}
*:-ms-input-placeholder {
  color: #656b73;
  opacity: 1;
  font: 14px CeraPro;
}

html, body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  color: #212121; 
  overflow-x: hidden;
}

.input.input-error, .select.input-error {
  border-bottom: 2px solid #ff2424;
}

.hidden {
  display: none;
}

a {
  text-decoration: none !important;
}

input:hover::-webkit-input-placeholder { color:transparent; }
input:hover:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:hover::-moz-placeholder { color:transparent; } /* FF 19+ */
input:hover:-ms-input-placeholder { color:transparent; } /* IE 10+ */

button {
  cursor: pointer;
}

.clear {
  width: 100%;
  height: 0;
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: initial;
}

body {
  font-family: "CeraPro", sans-serif;
  font-size: 14px;
}

.container {
  max-width: 1180px;
  margin: auto;
  padding: 0 10px;
  position: relative;
}

header {
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 10px;
  z-index: 10;
}

.bunner {
  position: relative;
}

.bunner:before {
  content: '';
  position: absolute;
  background: #fcaebb;
  top: -90px;
  left: 0;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 100vh;
  min-height: 600px;
}

.bunner:after {
  content: url(../img/bunner-after.svg);
  position: absolute;
  top: 90px;
  right: 0;
}

.header-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
  padding-top: 10px;
  padding-left: calc(1140px/2 - 25vw);
}

.header-phone {
  float: right;
}

.inst,
.header-phone {
  color: #3e3e3e !important;
  font-size: 14px;
}

.inst span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.inst svg {
  display: inline-block;
  vertical-align: middle;
}

.bunner-content {
  margin-top: 90px;
  position: relative;
  z-index: 10;
  height: calc(100vh - 90px);
  min-height: 510px;
  font-size: 0;
}

.bunner-content:after {
  content: url(../img/hand.svg);
  position: absolute;
  bottom: -20px;
  left: 40px;
}

.bunner-content > .img {
  background: url(../img/bunner-img.png) no-repeat center / cover;
  max-height: calc(100% - 50px);
  max-width: 48%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bunner-right {
  display: inline-block;
  vertical-align: top;
  max-width: 52%;
  margin-left: 48%;
}

.bunner-right h1 {
  font: 55px CeraProBold;
  padding-left: 30px;
  line-height: 1;
  margin: 35px 0;
  color: #fcaebb;
}

.bunner-form {
  max-width: 440px;
  font-size: 0;
  margin-left: 35px;
}

.input, .select {
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 2px 14px 0 rgba(252, 174, 187, 0.57);
  border: none;
  width: 50%;
  padding-left: 20px;
  border-bottom: 2px solid transparent;
}

.bunner-form input {
  width: calc(50% - 20px);
}

.bunner-form input:first-of-type {
  margin-right: 40px;
}

button.btn {
  width: calc(50% - 20px);
  height: 60px;
  background: #fcaebb url(../img/arrow-right.svg) no-repeat right 20px center;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  border: none;
  box-shadow: 0 2px 14px 0 rgba(252, 174, 187, 0.57);
  margin-top: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

button.btn:hover {
  background-color: #f7a3b1;
}

[type="checkbox"] {
  display: none;
}

.check-label {
  position: relative;
  width: calc(50% - 20px);
  margin-left: 40px;
  display: inline-block;
  padding-left: 30px;
  font-size: 12px;
  top: 7px;
  line-height: 1.4;
}

.check-label a {
  font-size: 12px;
  color: #fcaebb !important;
}

.checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border: solid 2px #fcaebb;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-label input:checked ~ .checkmark:after {
  display: block;
}

.check-label .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fcaebb;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bunner-icons {
  font-size: 0;
  margin-left: 40px;
  margin-top: 50px;
}

.bunner-icons > div {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
}

.bunner-icons > div:nth-of-type(4),
.bunner-icons > div:nth-of-type(5),
.bunner-icons > div:nth-of-type(6) {
  margin-bottom: 0;
}

.bunner-icons > div img {
  position: absolute;
  top: 0;
  left: 0;
}

.bunner-icons > div:first-of-type img {
  top: 2px;
}

.bunner-icons > div:nth-of-type(2) img {
  top: 3px;
}

.bunner-icons > div:nth-of-type(4) img {
  top: 4px;
}

.bunner-icons > div:nth-of-type(5) img {
  top: 2px;
}

.bunner-icons > div span {
  display: block;
  font-size: 15px;
}

.common {
  padding: 80px 0;
}

.color {
  background: #fcaebb;
}

.section-title {
  font: 40px CeraProBold;
  color: #fff;
  margin-top: 0;
}

.differences {
  position: relative;
  font-size: 0;
}

.differences:after {
  content: url(../img/diff-after.svg);
  position: absolute;
  bottom: 0;
  left: 20px;
}

.difference {
  margin: 0 20px;
  text-align: center;
  min-height: 470px;
  width: 440px;
  -webkit-transform: translate(-368px, 0);
  -moz-transform: translate(-368px, 0);
  -ms-transform: translate(-368px, 0);
  -o-transform: translate(-368px, 0);
  transform: translate(-368px, 0);
}

.difference-top {
  background: #f4f4f4;
  padding: 30px;
  min-height: 202px;
}

.difference-content {
  padding: 30px;
  background: #fff;
  min-height: 270px;
  position: relative;
}

.difference-info {
  position: relative;
  top: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.differences.reviews:after {
  display: none;
}

.differences-slider,
.reviews-slider {
  position: relative;
  top: 0;
  width: 100vw;
  right: calc(-(100vw - 1160px) / 2);
}

.difference-container {
  min-height: 470px;
}

.difference-subtitle {
  margin-top: 0;
  color: #a8a8a8;
  text-transform: uppercase;
  font-size: 14px;
}

.difference-title {
  font: 18px CeraProBold;
  margin-top: 40px;
}

.difference-text {
  color: #fcaebb;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 40px;
}

.slick-arrow {
  position: absolute;
  right: calc((100vw - 1140px)/2);
  top: -90px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 100;
  background: url(../img/arrow.svg) no-repeat center / contain;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.slick-arrow.slick-prev {
  right: calc((100vw - 1140px)/2 + 80px);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reviews-slider .slick-arrow {
  background-image: url(../img/arrow2.svg);
}

.slick-arrow:hover {
  background-image: url(../img/arrow-active.svg);
  background-color: #fff;
}

.reviews-slider .slick-arrow {
  border-color: #fcaebb
}

.reviews-slider .slick-arrow:hover {
  background-image: url(../img/arrow-active2.svg);
  background-color: #fcaebb;
}

.section-title-color {
  color: #fcaebb;
}

.review {
  margin: 0 20px;
  width: 560px;
  -webkit-transform: translate(-307px, 0);
  -moz-transform: translate(-307px, 0);
  -ms-transform: translate(-307px, 0);
  -o-transform: translate(-307px, 0);
  transform: translate(-307px, 0);
  margin-top: 50px;
  padding-bottom: 20px;
  position: relative;
}

.review-top {
  position: absolute;
  top: -40px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.review-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.review-name {
  color: #fcaebb;
  text-transform: uppercase;
  font-size: 14px;
}

.review-content {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  padding-top: 110px;
  line-height: 1.3;
  min-height: 435px;
}

.feedback {
  font-size: 0;
  overflow: hidden;
  padding: 0 !important;
}

.feedback,
.feedback-left,
.feedback-right {
  height: 100vh;
  min-height: 600px;
}

.feedback-left {
  background: #f8f8f8;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.feedback-left:before {
  content: url(../img/feedback-before.svg);
  position: absolute;
  top: 0;
  right: 20px;
}

.feedback-right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background: url(../img/feedback-img.png) no-repeat center / cover;
}

.feedback-title {
  font: 40px CeraProBold;
  line-height: 1;
  margin: 0 0 35px;
  color: #fcaebb;
}

.feedback-left .bunner-form {
  margin-left: 0;
}

.feedback-content {
  position: absolute;
  top: 45%;
  left: calc((100vw - 1140px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer {
  background: #3e3e3e;
  padding: 40px 10px;
}

footer .container {
  font-size: 0;
}

footer .container > div {
  display: inline-block;
  vertical-align: middle;
  color: #9f9f9f;
  font-size: 14px;
}

.footer-right {
  float: right;
}

.footer-right span {
  display: inline-block;  
  margin-right: 20px;
  color: #9f9f9f;
  font-size: 14px;
}

.footer-right a {
  color: #9f9f9f !important;
  font-size: 14px;
}

.popup {
  position: relative;
  background: #fff;
  width: 100%;
  margin: auto;
  max-width: 680px;
  padding: 60px;
  text-align: center;
}

.popup-title {
  font: 30px CeraProBold;
  margin: 0 auto 10px;
  color: #fcaebb;
}

.popup-subtitle {
  font: 16px CeraPro;
  margin: 0 auto 40px;
}

.popup form input, .popup form select {
  width: 90%;
  margin-bottom: 20px;
}

.popup form button {
  width: 90%;
  margin-top: 0;
}

.popup .check-label {
  text-align: left;
  margin-left: 5%;
  display: block;
}

.differences.color {
  padding-bottom: 110px;
}
