.error {color:red}
.success {color:forestgreen}.popup-open {
    overflow: hidden;
}em {
    font-weight: bold;
    font-style: italic;
}
.popup-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.55);
}

.popup-center {
    width: 600px;
    margin: 30px auto;
    position: relative;
    background: white;
    min-height: 200px;
}
@keyframes lights {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999999;
  color: transparent;-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.popup-close:after,
.popup-close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 10%;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #aaa;
}

.popup-close:before {
  transform: rotate(-45deg);
}.popup-content {
    padding: 20px;
}
.i-care .popup-center {
    background: url(../templates/sale-page/img/popup-retarget.webp);
    height: 529px;
    text-align: center;
    width: 700px;
}

.i-care .popup-center .btn-care-you {
    background: url(../templates/sale-page/img/btn-large.webp);
    border: none;
    outline: none;
    border-radius: 5px;
    color: white;
    font-size: 23px;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    margin-top: -60px;
    left: 50%;
    margin-left: -157px;
    width: 366px;
    height: 86px;
    text-shadow: 0 0 10px #ffffd1;
    font-family: AvoBold;
}
.i-care .popup-close:after, .i-care .popup-close:before {
    background: white;
    box-shadow: none;
}

.i-care .popup-close {
    top: -10px;
    right: -20px;
}

@media (max-width:700px)  {
.i-care .popup-center{width: 100% !important;background-size: 100% !important;-webkit-transform: scale(0.9);transform: scale(0.9);height: 300px !important;background-repeat: no-repeat;}

.i-care .popup-center .btn-care-you {
    width: 100%;
    font-size: 14px;
    height: inherit;
    background-size: 100% 100%;
    left: 0;
    margin-left: 0;
}
}


.book-appointment .popup-center {
    background-color: rgb(84, 121, 26);
    color: white;
    border-radius: 3px;
    background: url(../templates/sale-page/img/section-1.webp) -180px 0px;
    width: 860px;
}

.book-appointment .popup-center:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #698244;
    content: "";
    top: 0;
    right: 0;
    z-index: 1;
    background: -moz-linear-gradient(0deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, rgba(93,168,195,1) 50%, rgba(35,119,136,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(153,218,255,0)), color-stop(31%, rgba(116,187,218,0)), color-stop(50%, rgba(93,168,195,1)), color-stop(100%, rgba(35,119,136,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, rgba(93,168,195,1) 50%, rgba(35,119,136,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, rgba(93,168,195,1) 50%, rgba(35,119,136,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, rgba(93,168,195,1) 50%, rgba(35,119,136,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, #779c2e 50%, #46501a 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#237788',GradientType=1 ); /* ie6-9 */
}

.popup-close:after, .popup-close:before {
    box-shadow: 0 0 1px #000000;
}
.book-appointment input,.book-appointment textarea {
    border: 1px solid transparent;
    width: 100%;
    padding: 10px;
}

.book-appointment textarea {
    width: 100%;
    height: 85px;
}

.book-appointment input:focus, .book-appointment textarea:focus {
    border-color: #208194;
    outline: none;
}.book-appointment .popup-content {
    padding-left: 210px;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-right: 50px;
}.book-appointment .popup-close:hover:before,.book-appointment .popup-close:hover:after {
    opacity: 1;
}

.book-appointment .popup-close:before, .book-appointment .popup-close:after {
    background: #ffffff;
    opacity: 0.5;
}
.book-appointment .class-sex,.book-appointment .class-old {
}

.book-appointment label span:before
 {content: "";float: left;width: 25px;height: 25px;background: white;margin-right: 10px;}

.book-appointment label input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.book-appointment label input[type=radio]+ span:before {
    border-radius: 3em;
}

.book-appointment label {
    cursor: pointer;
    margin-right: 30px;
    position: relative;
}

.book-appointment .class-sex label:first-child {
    margin-right: 59px;
}

.book-appointment label input:checked+ span:after
{content:"";position: absolute;top: 0;left: 0;background: #134a54;width: 15px;height: 15px;}
.book-appointment label input:checked+ span:after{top: 5px;left: 5px;}
.book-appointment label input[type=radio]:checked+ span:after{border-radius:3em;}.book-appointment .alignright {
    width: 100%;
    text-align: right;
    display: block;
    float: none;
}
.book-appointment .error {
    color: yellow;
    text-shadow: 0 0 1px #000;
}
.book-appointment .popup-content .lock-info,.book-appointment .popup-content form{margin-bottom:0;}
.book-appointment .popup-content .lock-info{color: #caff00;text-shadow: 0 0 1px #234a0b;}

.i-care .popup-center {
    background: url(../templates/sale-page/img/popup-retarget.gif) no-repeat center top;
    height: 529px;
    text-align: center;
    width: 700px;
}

.waiting{
    overflow:hidden;
    color: rgba(0, 0, 0, 0) !important;
    position: relative;
    text-shadow: none !important;
}.waiting:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f013";
    margin-left: -12px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 1.5s infinite linear;
    font-size: 15px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -7px;
}
.popup-content input,.popup-content textarea{color:black}

.phone-groups>* {
    display: inline-block;
    margin-bottom: 10px;
}

.phone-groups>div:last-child {
    margin-bottom: 0;
}

.phone-groups:after {content: "";display: block;clear: both;}

.phone-groups {
    text-align: right;
    position: relative;
    display: inline-block;
}

.phone-groups img {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    right: 100%;
    margin-right: 10px;
}.phone-number-1 a:before,.phone-number-2 a:before {
    content: "\260e";
    margin-right: 0.5em;
}
.btn {
    box-shadow: inset 0 0 20px #df8b04, inset 0 0 20px #df8b04;
    outline: none;
    border: 2px solid #fff;
    background: #f7c604;
    color: white;
    border-radius: 3em;
    padding: 4px 11px 6px;
    font-size: 20px;
    font-family: AvoBold;
    text-shadow: 0 0 1px #715107;
}
.btn:hover{color:#ece8dd}
.i-care .popup-center {
    background: url(../templates/sale-page/img/popup-retarget.gif) no-repeat center top;
    height: 529px;
    text-align: center;
    width: 700px;
}



@media (max-width:1000px)  {
.mask-question .popup-center,.mask-question{width: 100%;}
.book-appointment .popup-center{width:100%;padding:0}
.book-appointment .popup-content {
    padding: 40px 10px;
    background: rgba(84, 121, 26, 0.73);
}
.book-appointment .col-sm-6{margin-bottom:10px}
}






.i-care.happy-new-year .popup-center{background-image:none;height:440px;text-align:center;width:635px;background-repeat:no-repeat;background-position:center center}
.i-care.happy-new-year .popup-center .popup-content {background: transparent;}
.i-care.happy-new-year .popup-center .happy-new-year{background-image: url(new-year-2019-buouco.webp);height: 410px;text-align: center;width: 595px;background-repeat: no-repeat;background-position: top center;}
    
    @media(max-width:700px){.i-care .popup-center .popup-content{background-size:100%;height:270px;text-align:center;width:100%;padding:0;background-repeat:no-repeat}.i-care.happy-new-year .popup-center .happy-new-year{width:100%;background-size: 100%;}.i-care.happy-new-year .popup-center{width: 100% !important;}}