/* // */
.stars-wr {
    position: relative;
    padding-bottom: 60px;
    background-size: auto;
    background-position: 50% bottom;
}

.stars-wr .stars {
    background-size: auto !important;
}

.stars-wr .stars p {
    font-size: 2.5rem;
    line-height: 2.4rem;
}

.stars-wr .stars h1 {
    color: #3e3e3e;
    margin: 0;
}

.stars-wr .stars h5 {
    color: #111;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
}

.stars-wr .stars img {
    margin: 0 auto 20px;
    transition: all 0.3s;
}

.stars-wr .stars .carousel2-button-left a, .stars-wr .stars .carousel2-button-right a {
    top: 100px;
}

.stars-wr .zbg {
    background-size: 1920px auto;
}

.stars-wr .zbg .pof {
    position: relative;
    background-color: #4CAF50;
    border-radius: 50%;
    width: 640px;
    height: 640px;
    box-shadow: 0px -2px 3px -2px #4CAF50;
    padding: 100px 30px 20px;
    color: #fff;
    margin: 80px auto 0;
}

.stars-wr .zbg .pof h2 {
    font-size: 4rem;
    line-height: 3rem;
    display: block;
    margin: -20px 100px 10px 100px;
}

.stars-wr .zbg .pof h2 span {
    display: block;
    color: #d9eeda;
    line-height: 5rem;
}

.stars-wr .zbg .pof h2.after15 {
    margin-top: 40px;
}

.stars-wr .zbg .pof h3 {
    font-size: 2.8rem;
    margin: 20px 10px 20px;
    line-height: 2.2rem;
    font-weight: 300;
}

.stars-wr .zbg .pof h3 span {
    display: block;
    position: relative;
    top: -15px;
    line-height: 7rem;
    font-size: 5rem;
    font-weight: 400;
}

.stars-wr .zbg .pof h3 span b {
    font-size: 12rem;
    line-height: 0rem;
    position: relative;
    top: 24px;
}

.stars-wr .zbg .pof .timed h4 {
    margin: 0;
    font-size: 2.4rem;
    color: #d9eeda;
}

.stars-wr .zbg .pof .timex .timer li {
    color: #fff;
    display: inline-block;
    background: transparent;
    width: 55px;
    height: 55px;
    font-size: 5rem;
    line-height: 6rem;
    text-align: center;
    margin: 10px 4px 20px;
    border: 1px solid #d9eeda;
}

.stars-wr .zbg .pof .timex .timer-desc li {
    display: inline-block;
    width: 55px;
    text-align: center;
    margin: 0 4px;
    color: #f2f2f2;
    font-size: 2rem;
    line-height: 1rem;
}

.stars-wr .zbg .pof .form-inline h4 {
    font-size: 3.8rem;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 3rem;
}

.stars-wr .zbg .pof .form-inline .form-group {
    display: block;
    margin-bottom: 10px;
}

.stars-wr .zbg .pof .form-inline .form-group .form-control {
    font-size: 3.2rem;
    line-height: 5rem;
    height: 50px;
    width: 400px;
    border-radius: 0;
    border: 1px solid #2d682f;
    font-weight: 300;
    color: #111;
    box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.29);
    padding: 0 10px;
}

.stars-wr .zbg .pof .form-inline .form-group .form-control:focus {
    box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.01), 0 0 15px -3px #fff;
}

.stars-wr .zbg .pof .form-inline .btn {
    display: block;
    background-color: rgba(217, 238, 218, 0.1);
    box-shadow: none;
    font-size: 3rem;
    text-transform: uppercase;
    margin: 10px auto;
    line-height: 4rem;
    padding: 6px 20px 2px;
}

.stars-wr .zbg .pof .form-inline .btn:hover {
    background: linear-gradient(#A92345, #b6264a);
}

.stars-wr .ques h1 {
    margin: 40px 0 0;
    color: #3e3e3e;
}

.stars-wr .ques span {
    color: #3e3e3e;
    cursor: pointer;
    font-size: 4rem;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 5px;
    margin: 30px 0;
    line-height: 2.3rem;
    border-bottom: 1px dashed #3e3e3e;
}

.stars-wr .ques span:hover {
    border-color: transparent;
}

.carousel2 {
    max-width: 988px;
    margin: 50px auto;
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
}

.carousel2-wrapper {
    margin: 10px 30px;
    overflow: hidden;
    position: relative;
}

.carousel2-items {
    width: 5000px;
    position: relative;
}

.carousel2-block {
    float: left;
    width: 215px;
    padding: 10px 10px 10px 0px;
}

.carousel2-block img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

/*********** BUTTONS ***********/
.carousel2-button-left a, .carousel2-button-right a {
    width: 44px;
    height: 36px;
    position: relative;
    top: 125px;
    cursor: pointer;
    text-decoration: none;
    font-size: 30px;
}

.carousel2-button-left a {
    float: left;
    /*background: url(../images/carousel2-left.png); */
}

.carousel2-button-right a {
    float: right;
    /*background: url(../images/carousel2-right.png) ;*/
}

.ptn-b ul {
    overflow: hidden;
    padding-left: 20px;
    margin: 0;
}

.ptn-b ul li {
    float: left;
    text-align: center;
    margin-left: 12px !important;
    max-width: 172px;
}

.ptn-b ul li:first-child {
    margin-left: 0;
}

.ptn-b ul li img {
    margin-bottom: 0;
    max-width: 172px;
    border-radius: 10px;
    padding: 5px;
    background: #fff;

}

.ptn-b ul li p {
    font-size: 15px;
    color: #535353;
    margin: 0;
}

.head-phone {
    font-size: 2.4rem;
    color: #fff;
    line-height: 5.5rem;
    font-weight: 300;
    position: absolute;
    white-space: nowrap;
    right: 30px;
    top: 90px;
    text-shadow: #000 0 0 2px;

}

.head-phone:hover, .head-phone:focus {
    text-decoration: none;
    color: #fff;
}

/** from */
.caller {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
}

.bgcloser {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 901;
    opacity: 0.85;
}

@media (max-width: 500px) {
    div.caller-con {
        width: 240px !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 !important;
        min-height: 300px;
    }
    div.caller-con h1 {
        font-size: 2rem;

    }
    div.caller-con h2 {
        font-size: 1rem !important;
        line-height: 0;
    }

    div.caller .caller-con input.form-control {
        width: 210px !important;
        font-size: 1rem;
        height: 30px;
        line-height: 30px;
        margin-bottom: 14px;

    }

    div.caller .caller-con button {
        font-size: 2rem !important;
    }
}


.caller-con {
    position: absolute;
    z-index: 902;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 902;
    left: 50%;
    top: 50%;
    min-height: 400px;
    width: 420px;
    margin-top: -200px;
    margin-left: -231px;
    background: #fff;
    background-size: cover;
    border: 1px solid #912846;
    box-shadow: 0 40px 150px -5px #000, inset 0 0 0 1px #e5a0b4;
    padding: 7px 21px;
}
.caller .caller-con .closer {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: -40px;
    top: 0;
    line-height: 30px;
    font-size: 2rem;
    color: #fff;
    opacity: .6;
    transition: all 0.1s;
}

.caller .caller-con .closer:hover {
    opacity: 1;
}

.caller .caller-con h1 {
    margin: 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.2rem;
}

.caller .caller-con h2 {
    font-size: 1.2rem;
    margin: 0 0 20px;
    text-align: center;
}

.caller .caller-con .form-control {
    font-size: 1rem;
    height: 60px;
    line-height: 60px;
    font-weight: 300;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: inset 3px 3px 10px -5px rgba(0, 0, 0, 0.6);
    margin: 0 0 20px 3px;
    padding: 0 12px;
    width: 390px;

}

.caller .caller-con button {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 2.4rem;
    box-shadow: 0 6px 10px -10px #fff, 0 20px 15px -10px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px #41121f;
    background: #912846;
    color: #fff;
    border-radius: 5px;
    line-height: 1em;
}

.caller .caller-con em {
    display: block;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.2rem;
    max-width: 300px;
    margin: 20px auto 10px;
    opacity: .75;
    color: #3e3e3e;
    text-align: center;
}

.caller .success {
    color: #ffffff;
    font-size: 2rem;
    display: none;
    background: rgba(64, 142, 64, 0.95);
    border: none !important;
    position: absolute;
    padding: 6px 20px !important;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    margin-top: -66px;
    z-index: 5;
    left: 20%;
    font-weight: 300;
}
.caller .success:before {
    content: "";
    border-right-color: rgba(0, 0, 0, 0) !important;
    border-left-color: rgba(0, 0, 0, 0) !important;
    border-top-color: rgba(0, 0, 0, 0) !important;
    border-style: solid solid solid outset;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: rgba(64, 142, 64, 0.79);
    top: -16px;
    left: 20px;
    position: absolute;
}



.callback-me {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-shadow: 1px 1px 1px #41121f;
    background: #912846;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    display: none;
    z-index: 100500;
    text-decoration: none;
    padding: 7px 0;
}
.callback-me[class~=v] {
    display: block;
}
a.callback-me:hover{
    color: #eee;
    text-decoration: none;
}
a.callback-me img {
    height: 2.5rem;
}

.callbackAnimation {
    -webkit-animation: callbackAnimation 3.75s infinite 1s;
    -moz-animation: callbackAnimation 3.75s infinite 1s;
    -o-animation: callbackAnimation 3.75s infinite 1s;
    animation: callbackAnimation 3.75s infinite 1s;
    animation-name: callbackAnimation;
    animation-duration: 3.75s;
    animation-timing-function: initial;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

@keyframes callbackAnimation {
    0% {transform: rotate(0deg);-webkit-transform: rotate(0deg)}
    1% {transform: rotate(40deg) scale(1.2);-webkit-transform: rotate(40deg) scale(1.2)}
    3% {transform: rotate(-30deg);-webkit-transform: rotate(-30deg)}
    5% {transform: rotate(0deg) scale(1);-webkit-transform: rotate(0deg) scale(1)}
}
@-webkit-keyframes callbackAnimation {
    0% {transform: rotate(0deg);-webkit-transform: rotate(0deg)}
    1% {transform: rotate(40deg) scale(1.2);-webkit-transform: rotate(40deg) scale(1.2)}
    3% {transform: rotate(-30deg);-webkit-transform: rotate(-30deg)}
    5% {transform: rotate(0deg) scale(1);-webkit-transform: rotate(0deg) scale(1)}
}

/*form*/
.alpha-form {
    padding-top: 0 !important;
    position: relative;
    margin-top: -28px;
}
.alpha-form .alpha-form-bg {
    color: #333333;
    padding: 45px 14px 20px;
    background: #00BFFF;
    border-radius: 0 0 7px 7px;
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.59);

}



.alpha-form .form-control {
    border: none;
    box-shadow: none;
    padding: 15px;
    display: inline-block;
}

.alpha-form .form-control.input-lg, .alpha-form .btn-lg {
    padding: 15px 30px;
    height: auto;
    margin: 7px;
    box-sizing: border-box;
    border-radius: 7px;

}
.alpha-form .btn-lg {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none !important;
    border: none;
    color: #fff !important;
    background: #961a44 !important;
}
.alpha-form .btn-lg:hover {
    webkit-animation: pulse 500ms;
    animation: pulse 500ms;
    background-color: #333 !important;
}

.alpha-form h3 {
    background-color: #111;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    border: none;
    max-width: 360px;
    margin: 0 auto -26px;
    border-radius: 7px;
    position: relative;
}
@media (max-width: 852px) {
    div.alpha-form .form-control.input-lg, div.alpha-form .btn-lg {
        width: 100%;
        margin: 7px 0;

    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.hide {
    display: none;
}
