.br1200 {
    display: block;
}

.br1199 {
    display: none;
}

.br0991 {
    display: none;
}

.br0767 {
    display: none;
}

.br0481 {
    display: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    overflow-x: hidden
}

a {
    outline: none !important;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

#lv-formLanding4:after,
#lv-formLanding6:after {
    left: -33px;
    bottom: 59px;
}

#lv-formLanding3:after,
#lv-formLanding2:after {
    left: -33px;
    bottom: 36px;
}

.btn-order {
    display: inline-block;
    border-radius: 25px;
    background-color: #c50000;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    cursor: pointer;
}

.col-sm-6.col-sm-offset-6.feat {
    margin-left: 40% !important;
}

.btn-order:hover,
.btn-order:active,
.btn-order:focus {
    background-color: #e75757;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.btn-white {
    color: #c50000;
    background: none;
    border: 2px solid #c50000;
    -webkit-transition: border 500ms linear;
    -moz-transition: border 500ms linear;
    -o-transition: border 500ms linear;
    -ms-transition: border 500ms linear;
    transition: border 500ms linear;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    border: 2px solid #e75757;
    color: #e75757;
    background: none;
    text-decoration: none;
    -webkit-transition: border 500ms linear;
    -moz-transition: border 500ms linear;
    -o-transition: border 500ms linear;
    -ms-transition: border 500ms linear;
    transition: border 500ms linear;
}

.order-dual .btn-order {
    display: block !important;
    text-align: center;
    padding: 15px;
}




/* HOME */

#home {
    position: relative;
    overflow: hidden;
}





/* HOME>TOP */

#home .top {
    height: 100px;
    position: relative;
}

#home .top h1 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 25px 0 0 0;
    line-height: 24px;
    opacity: .95;
}

#home .top .phone {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: right;
    padding: 15px 0 0 0;
}

#home .top .callback {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 18px;
}

#home .top .callback:hover,
#home .top .callback:active,
#home .top .callback:focus {
    text-decoration: none;
}

#home .top .callback>span {
    border-bottom: 1px dotted rgba(255, 255, 255, .5);
    position: relative;
}

#home .top .logo {
    height: 51px;
    width: 275px;
    display: block;
    background: url(../images/logo.png);
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -138px;
}

#home .top .logo:before,
#home .top .logo:after {
    content: '';
    height: 1px;
    width: 999px;
    position: absolute;
    top: 25px;
    background: #fff;
    opacity: .5;
}

#home .top .logo:before {
    left: -999px;
}

#home .top .logo:after {
    right: -999px;
}




/* HOME>BOTTOM */

#home .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(../images/video.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#home .video video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/video.jpg) no-repeat;
    background-size: cover;
}

#home .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/overlay.png);
}

#home .border {
    position: absolute;
    height: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

#home .bottom {
    padding-top: 60px;
}

#home.fullscreen .bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#home .order_link {
    display: none;
}

#home .order {
    height: 50px;
    margin: 70px 0 25px 0;
    position: relative;
}

#home .order .btn-order {
    float: none;
}

#home .order #gogogo {
    width: 40px;
    height: 100px;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: -25px;
    left: -50px;
    -webkit-animation: arrow 1s infinite;
    /* Chrome, Safari, Opera */
    animation: arrow 1s infinite;
    cursor: pointer;
}

@-webkit-keyframes arrow {
    0% {
        background-position: 0 30%;
    }
    50% {
        background-position: 0 80%;
    }
    100% {
        background-position: 0 30%;
    }
}

@keyframes arrow {
    0% {
        background-position: 0 30%;
    }
    50% {
        background-position: 0 80%;
    }
    100% {
        background-position: 0 30%;
    }
}

#home .title-big {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 120px;
    line-height: .9;
    text-align: center;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}

#home .bottom h2 {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding: 0 0 50px 0;
    margin: 0;
    text-transform: uppercase;
}

#home .bottom .features {
    margin: -32px 0 0 -50px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 20px;
    width: 70%;
}

#home .bottom .features li {
    padding: 15px 0 15px 55px;
    background: url(../images/check-transparent.png) 0 50% no-repeat;
    opacity: .95;
}

#home .bottom .product {
    position: relative;
}

#home .bottom .product img {
    position: absolute;
    bottom: 0;
    left: -40px;
}

#home .bottom .product .product-img.mobile-img {
    display: none;
}




/* BLOCK */

.bg-gray,
.bg-orange,
.bg-lgreen,
.bg-green {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-gray {
    background-image: url(../images/bg-gray.jpg);
}

.bg-orange {
    background-image: url(../images/bg-orange.jpg);
}

.bg-green {
    background-image: url(../images/bg-green.jpg);
}

.bg-lgreen {
    background-image: url(../images/bg-lgreen.jpg);
}

.bg-orange h2,
.bg-green h2,
.bg-lgreen h2,
.bg-orange p,
.bg-green p {
    color: #fff !important;
}

.block {
    padding: 50px 0 0 0;
    background-color: #fff;
}

.block3,
.block4 {
    padding: 50px 0;
}

.block .title {
    padding-bottom: 50px;
}

.block h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 50px;
    line-height: .9;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.block .subtitle {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #aa0000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0;
    text-transform: uppercase;
}

.bigtext {
    font-size: 24px;
    line-height: 40px;
    margin: 0;
}

.block .title-small {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.block .txt-gray,
.txt-gray h2 {
    color: #d7dce1 !important;
}

.block .order {
    text-align: center;
}




/* CONSULTANT */

#cons .counter {
    margin: 50px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
}

#cons .counter .left {
    text-align: right;
}

#cons .counter .middle {
    text-align: center;
    font-weight: 700;
    font-size: 60px;
}

#cons .counter .left,
#cons .counter .right {
    padding-top: 20px;
}

#cons .container {
    position: relative;
}

#cons img {
    position: absolute;
    right: -100px;
    bottom: -50px;
    max-height: 445px;
}




/* RESULT */

#result .result img {
    margin: 0 auto;
}

#result .result p {
    font-size: 18px;
    text-align: center;
    margin: 15px 0 50px 0;
}

#result .visual {
    margin-top: 50px;
    margin-bottom: 50px;
}

#result .visual img {
    margin: 0 auto;
}

#result .good,
#result .bad {
    padding-top: 120px;
    font-size: 18px;
}

#result .good {
    background: url(../images/arrow-heart.png) right 50px repeat-x;
}

#result .bad {
    text-align: right;
    background: url(../images/maze.png) left 35px no-repeat;
}

.heart-block {
    text-align: center;
}

#heart {
    position: relative;
    display: inline-block;
}

#heart .rays {
    margin: 0 auto;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: transparent;
    opacity: 0;
    border: 2px solid rgba(221, 225, 229, 1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    /* Giving Animation Function */
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    border-image: initial;
}

#heart .rays2 {
    right: 15px;
    top: 15px;
    left: 15px;
    bottom: 15px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: .5;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    8% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    15% {
        -moz-transform: scale(0.1);
        opacity: .5;
    }
    30% {
        -moz-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}




/* SYMPTOM */

.symptoms p {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 10px 0 50px 0;
}

.symptoms img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.symptoms img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
}




/* HELP */

#help .features {
    margin: 0 0 30px -14px;
    padding: 0;
    list-style: none;
    font-size: 24px;
}

#help .features li {
    position: relative;
    padding: 10px 0 10px 50px;
    line-height: 1;
}

#help .features li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
}

#help .li-1:before {
    background-color: #dcad22;
}

#help .li-2:before {
    background-color: #e3ba1d;
}

#help .li-3:before {
    background-color: #eecc1d;
}

#help .li-4:before {
    background-color: #eecd1d;
}

#help .li-5:before {
    background-color: #e9b823;
}

#help .li-6:before {
    background-color: #dd872d;
}

#help .li-7:before {
    background-color: #d55936;
}

#help .li-8:before {
    background-color: #d3413f;
}

#help .li-9:before {
    background-color: #d3413f;
}

#help .li-10:before {
    background-color: #d03840;
}

.flist {
    position: relative
}

.flist:before {
    content: '';
    position: absolute;
    top: -50px;
    left: -2px;
    bottom: 0;
    width: 3px;
    background-image: url(../images/line-orange.png);
    background-size: 100% 100%;
}

.flist:after {
    content: '';
    position: absolute;
    left: -12px;
    bottom: -10px;
    width: 23px;
    height: 21px;
    background-image: url(../images/line-heart.png);
    background-size: 100% 100%;
}

.help-visual {
    position: relative;
    margin-bottom: 50px;
}

.help-visual img {
    position: absolute;
    bottom: 0;
    left: 50px;
}




/* SLIDER */


/* DANGER */

#danger .carousel-inner {
    overflow: visible;
}

.item .container {
    position: relative;
    min-height: 350px;
}

#danger .item img {
    position: absolute;
    right: -70px;
    bottom: -50px;
    opacity: 0;
}

#danger .item img {
    -webkit-animation: fadeOut .1s;
    -moz-animation: fadeOut .1s;
}

#danger .item.active img {
    opacity: 1;
    -webkit-animation: fadeIn .5s;
    -moz-animation: fadeIn .5s;
}

#heart .rays2 {
    right: 15px;
    top: 15px;
    left: 15px;
    bottom: 15px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#danger .carousel-indicators {
    margin: 35px 0 35px 0;
    list-style: none;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
}

#danger .carousel-indicators li {
    display: inline-block;
    margin: 15px;
    color: #bbb;
    background: none;
    border: 2px solid #bbb;
    border-radius: 25px;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    width: auto;
    height: auto;
    text-indent: 0;
}

#danger .carousel-indicators li.active {
    color: #c50000;
    border: 2px solid #c50000;
}

#danger .bigtext {
    padding: 0 440px 50px 0;
    background: url(../images/artery.png) no-repeat right top;
}




/* PREVENT*/

#prevent .carousel-indicators {
    margin: 35px 0 35px 0;
    list-style: none;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
}

#prevent .carousel-indicators li {
    background: #bbb;
    border: none;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

#prevent .carousel-indicators li.active {
    background: #c50000;
    border: none;
}

#prevent .flist:before {
    background-image: url(../images/line-green.png);
}

#prevent .flist:after {
    background-image: url(../images/line-check.png);
}

#prevent .carousel-inner {
    margin: 50px 0 100px 30px;
    font-size: 18px;
    line-height: 32px;
}




/* START */

.steps-1 {
    height: 300px;
}

.steps-2>div {
    float: right;
}

.step {
    position: relative;
}

.step .icon {
    height: 100px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.step .num {
    display: block;
    height: 30px;
    width: 30px;
    border: 5px solid #c1cb95;
    text-align: center;
    line-height: 21px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #669019;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.step .count {
    position: relative;
    height: 30px;
    margin: 30px 0;
}

.step .count:before {
    content: '';
    position: absolute;
    left: 50%;
    right: -15px;
    top: 14px;
    height: 2px;
    background: #fff;
}

.step .count:after {
    content: '';
    position: absolute;
    right: 50%;
    left: -15px;
    top: 14px;
    height: 2px;
    background: #fff;
    z-index: 1;
}

.step-1 .count:after,
.step-8 .count:after {
    display: none;
}

.step-4 .count:before,
.step-5 .count:before {
    display: none;
}

.step-4 .round {
    display: block;
    position: absolute;
    top: 144px;
    left: 50%;
    width: 155px;
    height: 302px;
    overflow: hidden
}

.step-4 .round:after {
    content: '';
    position: absolute;
    top: 0;
    left: -165px;
    display: block;
    width: 302px;
    height: 302px;
    border: 2px solid #fff;
    border-radius: 100px;
}

.step p {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
}

.step-1 .icon {
    background-image: url(../images/step-1.png);
}

.step-2 .icon {
    background-image: url(../images/step-2.png);
}

.step-3 .icon {
    background-image: url(../images/step-3.png);
}

.step-4 .icon {
    background-image: url(../images/step-4.png);
}

.step-5 .icon {
    background-image: url(../images/step-5.png);
}

.step-6 .icon {
    background-image: url(../images/step-6.png);
}

.step-7 .icon {
    background-image: url(../images/step-7.png);
}

.step-8 .icon {
    background-image: url(../images/step-8.png);
}




/* TEAM */

#team {
    overflow: hidden;
}

.leader img {
    margin: 0 auto;
    border-radius: 50%;
}

.leader h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.leader p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.leader .order-dual {
    margin: 40px 0 50px 0;
}

.feedback h3 {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #aa0000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    padding: 0 0 30px 0;
    margin: 0;
    text-transform: uppercase;
}

.response {
    background: #ebedf0;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
}

.response:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 30px;
    height: 34px;
    background: url(../images/corner-right.png);
}

.response:before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -30px;
    width: 390px;
    height: 20px;
    background: url(../images/corner-bottom.png);
}

.response .name {
    color: #555;
    font-size: 18px;
    padding: 0 0 5px 0;
}

.response .phone {
    color: #aaa;
    font-size: 18px;
    padding: 0 0 10px;
}

.team-separator {
    border-top: 1px solid #ccc;
    margin: 20px 0 50px 0;
}

.private h3 {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px 0;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.private img {
    border-radius: 50%;
    margin: 0 auto;
}




/* FINAL */

#final {
    background-color: #fff;
}

#final .features {
    margin: 0 0 0 -50px;
    padding: 0;
    list-style: none;
    color: #333;
    font-size: 24px;
}

#final .features li {
    padding: 15px 0 15px 55px;
    background: url(../images/check-green.png) 0 50% no-repeat;
    opacity: .95;
}

#final .order {
    padding: 70px 0 25px 0;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

#realy .container {
    position: relative;
}

#realy .help-visual img {
    bottom: -230px;
}




/* CONTACT */

#contact img {
    margin: 0 auto;
}

#contact p {
    margin: 15px 0 50px 0;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

#contact a,
#contact a:hover {
    color: #333;
    text-decoration: underline;
}

#contact a.popup,
#contact a.popup:hover {
    text-decoration: none;
}




/* FOOTER */

#footer {
    padding: 30px 0 20px 0;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}




/** POPFORM **/

.note {
    position: absolute;
    padding: 15px;
    top: 30%;
    left: 15px;
    right: 15px;
    background: #fff;
    border: 1px solid #c50000;
    color: #c50000;
    display: none;
    z-index: 99;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 400;
}

.note p {
    margin: 10px 0;
}

.popform {
    text-align: center;
    padding: 30px;
    background: #fff;
}

.popform>h3 {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.popform>p {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    padding: 10px 0 15px 0;
    margin: 0;
    text-transform: uppercase;
}

.popform input {
    width: 100%;
    margin-bottom: 30px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #b0b6c3;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

.popform .form-submit {
    cursor: pointer;
    display: block !important;
    border-radius: 25px;
    background-color: #c50000;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
}




/* EXIT */

.glue_content.block {
    padding: 30px !important;
    background: transparent;
}

#exit .subtitle {
    margin-top: 30px;
}





/*31-10-2016*/

#home .bottom .product img {
    position: absolute;
    bottom: 0;
    left: -40px;
    /* width: 531px; */
}

.col-sm-6.col-sm-offset-6.feat {
    margin-left: 35% !important;
    width: 65%;
}

#home .bottom .features {
    margin: -32px -50px 0 -50px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 20px;
    width: 58%;
    float: left;
}

#home .bottom .features li {
    padding: 15px 0 15px 55px;
    background: url(../images/check-transparent.png) 0 50% no-repeat;
    opacity: .95;
}

#home .order {
    height: 420px;
    border-radius: 5px;
    width: 48%;
    padding: 3px;
    margin: -13px 0 47px 33px;
    position: relative;
    float: left;
    background: url("../images/bg-small-form-top.png") repeat;
}

.wrap-price--top {
    background: #D4D7D9;
}

.price-new-wrap--top {
    width: 50%;
    float: left;
    background: #D4D7D9;
    padding: 7px 10px 7px 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.price-old-wrap--top {
    background: #D4D7D9;
    padding: 7px 0 6px 7px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50%;
    float: left;
}

.order .popform form {
    padding: 27px 30px 5px;
}

.wrap-price--top p.price-old-x--top {
    color: rgb(0, 0, 0);
    font-size: 32px;
    line-height: 31px;
    font-style: italic;
    text-decoration: line-through;
    position: relative;
    letter-spacing: -1px;
    margin: 15px 15px 16px;
}

.price-new-x--top {
    color: #f93e0f;
    font-size: 38px;
    line-height: 38px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -1px;
}

.price-new-text--top {
    color: #f93e0f;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding-bottom: 2px;
}

.price-old-text--top {
    color: #000;
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 1px;
    font-weight: bold;
}

p.vvedite {
    color: #000;
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    padding: 23px 0 11px;
    top: 22px;
    font-weight: bold;
    position: relative;
}

.order.tgh .popform {
    background: #fff;
    /* padding: 3px; */
    /* background: url("../images/bg-small-form-top.png") repeat; */
    border-radius: 5px;
    padding: 30px 0;
}

.order.tgh:after {
    content: ' ';
    background: url("../images/arrow1.png") no-repeat 0 0;
    width: 33px;
    height: 53px;
    position: absolute;
    bottom: 75px;
    left: -15px;
    z-index: 10;
}

.form-wrapper {
    min-height: 362px;
    padding: 4px;
    background: url("../images/bg-small-form-top.png") repeat;
    margin: 0 16px;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.43);
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.43);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-wrapper--bg {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 362px;
}

.form-right--all {
    float: left;
    width: 300px;
    padding: 25px 0 10px 16px;
}

.form-main-title--all {
    color: #333333;
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 28px;
    font-family: 'Roboto Condensed', sans-serif;
}

.sale-price-wrap {
    padding-bottom: 26px;
}

.sale-wrap--all {
    float: left;
    padding: 7px 6px 0 0;
    position: relative;
    z-index: 1;
    background: url("../images/sale.png") no-repeat center top;
    background-size: contain;
    width: 183px;
    height: 174px;
    text-align: center;
    margin-top: -26px;
}

.sale-product-title--all {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.sale-product--all {
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
}

.wrap-price--all {
    padding-left: 120px;
}

.price-old-wrap--all {
    padding: 0 0 12px 7px;
}

.form-wrapper .price-old-x--all .x_price_previous {
    text-decoration: line-through;
}

.sale-price-wrap:after {
    content: " ";
    clear: both;
    display: block;
}

.product-sh {
    padding-right: 42px;
}

.product-how-much {
    float: right;
    color: #000;
    font-size: 27px;
    line-height: 27px;
    padding: 4px 9px 3px;
    margin-top: 8px;
    background: #FDDA99;
    border: 1px solid #FF763C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Tahoma, Arial, sans-serif;
}

.product-sh--text {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    font-style: italic;
    padding-right: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}

.form-center--all {
    float: left;
    width: 50%;
    margin-left: -45px;
    position: relative;
}

.form-center--all:before {
    content: " ";
    background: url("../images/diatrivitin-1.png") no-repeat;
    width: 100%;
    background-size: contain;
    height: 456px;
    position: absolute;
    top: -44px;
    left: 100px;
}

.form-left--all {
    float: right;
    width: 32%;
    padding-right: 28px;
}

p.price-old-text--all {
    color: #000;
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 1px;
    font-weight: bold;
}

span.x_price_previous {
    color: rgb(0, 0, 0);
    font-size: 32px;
    line-height: 30px;
    font-style: italic;
    position: relative;
    letter-spacing: -1px;
    margin: 15px 0px 16px 0;
}

span.price-old-currency--all.x_currency {
    color: rgb(0, 0, 0);
    font-size: 17px;
    line-height: 30px;
    font-style: italic;
    position: relative;
    letter-spacing: -1px;
    margin: 15px 0px 16px 0;
}

p.price-new-text--all {
    color: #f93e0f;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding-bottom: 2px;
}

p.price-new-x--all {
    color: #f93e0f;
    font-size: 28px;
    line-height: 27px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
}

span.x_price_current {
    margin-left: -39px;
}

.form--all p.vvedite {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
    font-weight: bold;
    padding: 23px 0px 11px 0;
    top: 22px;
    position: relative;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.form--all input {
    width: 100%;
    margin-bottom: 30px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #b0b6c3;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

.form--all form#popform {
    top: 38px;
    position: relative;
}

.form--all form {
    top: 38px;
    position: relative;
}


.form--all form#popform:after {
    content: ' ';
    background: url("../images/arrow1.png") no-repeat 0 0;
    width: 33px;
    height: 53px;
    position: absolute;
    bottom: 46px;
    left: -26px;
    z-index: 10;
}

img.sale {
    width: 200px;
    position: absolute;
    left: 177px !important;
    bottom: 81px !important;
}

.form--all form:after {
    content: ' ';
    background: url("../images/arrow1.png") no-repeat 0 0;
    width: 33px;
    height: 53px;
    position: absolute;
    bottom: 46px;
    left: -26px;
    z-index: 10;
}

img.sale {
    width: 200px;
    position: absolute;
    left: 177px !important;
    bottom: 81px !important;
}

#final .form-wrapper {
    margin-top: 100px;
    text-align: center;
}

::-webkit-input-placeholder {
    font-weight: bold;
    color: #757575
}

::-moz-placeholder {
    font-weight: bold;
    color: #757575
}




/* Firefox 19+ */

:-moz-placeholder {
    font-weight: bold;
    color: #757575
}




/* Firefox 18- */

:-ms-input-placeholder {
    font-weight: bold;
    color: #757575
}

.cbh-phone.cbh-show {
    visibility: visible;
}

.cbh-phone {
    position: fixed;
    right: 10px;
    bottom: 10px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

.cbh-phone.cbh-show {
    visibility: visible
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
    opacity: .6
}

.cbh-phone.cbh-hover1 {
    opacity: 1
}

.cbh-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out!important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity: 0!important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75!important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75!important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75!important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    opacity: .75!important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75!important
}

.cbh-ph-img-circle1 {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-color: rgba(30, 30, 30, .1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out!important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1)
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1)
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.cbh-ph-img-circle1 {}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
a {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

@media screen and (max-width: 991px) {
    #clbh_phone_div {
        display: none !important;
    }
}

div#pop_big {
    padding: 0px;
    overflow: hidden !important;
    background: rgba(0, 0, 0, 0);
}

.fancybox-default-skin {
    border-color: #f9f9f9;
    background: rgba(249, 249, 249, 0);
}

.fancybox-default-skin-open {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
    min-width: 900px;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    -webkit-transform: translate3d(0, 0, 0);
    min-width: 900px;
}

.hidden.pb {
    display: none;
}

#home .top .callback {
    font-size: 14px;
    padding: 30px 0;
}

.wdpu-content .popform .form-center--all:before {
    content: " ";
    background: url("../images/diatrivitin-1.png") no-repeat;
    width: 100%;
    background-size: contain;
    height: 354px !important;
    position: absolute;
    top: 4px;
    left: -6px;
}

div#exit {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 100%;
    min-width: 320px;
    max-width: 900px;
    position: fixed;
    padding: 0px;
    border: 0px solid #383838;
    background: rgba(254, 254, 254, 0);
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0), 0 19px 60px rgba(0, 0, 0, 0);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    /*  content: "X";*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#exit button.close {
    right: 40px;
    position: relative;
    top: -8px;
    background: url(../images/close.png);
    width: 32px;
    height: 32px;
    opacity: 1;
    right: 38px;
}

div#exit {
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto!important;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(51, 51, 51, 0.8);


    min-width: 0;
    max-width: 100%;
}

a.fancybox-close {
    background: url(../images/close.png);
    width: 32px;
    height: 32px;
}

a.fancybox-close {
    background-image: url(../images/close.png) !important;
    width: 32px;
    position: absolute;
    height: 32px;
    top: -6px;
    right: 10px;
}

.wrap1 {
    margin: auto;
    width: 100%;
    top: 25%;
    position: relative;
    min-width: 320px;
    max-width: 956px;
}

div#pop_thank {
    max-width: 400px;
    padding: 40px 0;
    font-size: 25px;
}

div#thankyou .wrap1 {
    max-width: 400px;
}

#thankyou button.close {
    right: 40px;
    position: relative;
    top: -8px;
    background: url(../images/close.png);
    width: 32px;
    height: 32px;
    opacity: 1;
    right: -8px;
}

div#thankyou {
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto!important;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(51, 51, 51, 0.8);
    min-width: 0;
    max-width: 100%;
}

form .error_form {
    border-radius: 3px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -100px;
    line-height: 1.15;
    max-width: 200px;
    padding: 6px 15px;
    position: absolute;
    top: 0;
    width: 1000px;
    display: block;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

form .error_form {
    background: #e94e26 none repeat scroll 0 0;
    color: #fff;
    z-index: 1;
}

form .error_form::before {
    border-bottom: 5px solid #e94e26;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100px;
    top: -10px;
    width: 0;
}

form .error_form::before {
    content: "";
    position: absolute;
}

.error_form1 {
    left: 190px !important;
    top: 227px !important;
    position: absolute !important;
    background: #e94e26 none repeat scroll 0 0 !important;
    color: #fff !important;
    z-index: 1 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    margin-left: -100px !important;
    line-height: 1.15 !important;
    max-width: 180px !important;
    padding: 6px 15px !important;
    position: absolute !important;

    width: 1000px !important;
    display: block !important;
    -webkit-transition: all 1s ease-in !important;
    -moz-transition: all 1s ease-in !important;
    -o-transition: all 1s ease-in !important;
    transition: all 1s ease-in !important;
}

.error_form2 {
    left: 190px !important;
    top: 307px !important;
    position: absolute !important;
    background: #e94e26 none repeat scroll 0 0 !important;
    color: #fff !important;
    z-index: 1 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    margin-left: -100px !important;
    line-height: 1.15 !important;
    max-width: 180px !important;
    padding: 6px 15px !important;
    position: absolute !important;

    width: 1000px !important;
    display: block !important;
    -webkit-transition: all 1s ease-in !important;
    -moz-transition: all 1s ease-in !important;
    -o-transition: all 1s ease-in !important;
    transition: all 1s ease-in !important;
}

.error_form3 {
    left: 167px !important;
    top: 57px !important;
    position: absolute !important;
    background: #e94e26 none repeat scroll 0 0 !important;
    color: #fff !important;
    z-index: 1 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    margin-left: -100px !important;
    line-height: 1.15 !important;
    max-width: 180px !important;
    padding: 6px 15px !important;
    position: absolute !important;

    width: 1000px !important;
    display: block !important;
    -webkit-transition: all 1s ease-in !important;
    -moz-transition: all 1s ease-in !important;
    -o-transition: all 1s ease-in !important;
    transition: all 1s ease-in !important;
}

.error_form4 {
    left: 167px !important;
    top: 137px !important;
    position: absolute !important;
    background: #e94e26 none repeat scroll 0 0 !important;
    color: #fff !important;
    z-index: 1 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    margin-left: -100px !important;
    line-height: 1.15 !important;
    max-width: 180px !important;
    padding: 6px 15px !important;
    position: absolute !important;

    width: 1000px !important;
    display: block !important;
    -webkit-transition: all 1s ease-in !important;
    -moz-transition: all 1s ease-in !important;
    -o-transition: all 1s ease-in !important;
    transition: all 1s ease-in !important;
}

form .error_form::before {
    right: 86px !important;
}

#lv-formLanding2 .error_form1 {
    left: 167px !important;
    top: 57px !important;
}

#lv-formLanding2 .error_form2 {
    left: 167px !important;
    top: 137px !important;
}

#lv-formLanding3 .error_form1 {
    left: 118px !important;
    top: 57px !important;
}

#lv-formLanding3 .error_form2 {
    left: 118px !important;
    top: 137px !important;
}

#lv-formLanding4 .error_form1 {
    left: 170px !important;
    top: 57px !important;
}

#lv-formLanding4 .error_form2 {
    left: 170px !important;
    top: 137px !important;
}

#lv-formLanding5 .error_form1 {
    left: 118px !important;
    top: 57px !important;
}

#lv-formLanding5 .error_form2 {
    left: 118px !important;
    top: 137px !important;
}

#lv-formLanding6 .error_form1 {
    left: 130px !important;
    top: 57px !important;
}

#lv-formLanding6 .error_form2 {
    left: 130px !important;
    top: 137px !important;
}

#lv-formLanding7 .error_form1 {
    left: 118px !important;
    top: 57px !important;
}

#lv-formLanding7 .error_form2 {
    left: 118px !important;
    top: 137px !important;
}

.error_form2::before,
.error_form1::before,
.error_form3::before,
.error_form4::before,
.error_form5::before,
.error_form6::before,
.error_form7::before,
.error_form8::before,
.error_form9::before,
.error_form10::before,
.error_form11::before,
.error_form12::before,
.error_form13::before,
.error_form14::before {
    content: "";
    position: absolute;
    border-bottom: 5px solid #e94e26;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100px;
    top: -10px;
    width: 0;
}

.send-exitform.mm_button {
    margin: 56px 0 0;
}

@media (max-width: 768px) {
    .bottom-text {
        font: normal 18px/29px 'Lobster';
        width: 500px;
        padding-left: 300px;
    }
    .pack1 {
        top: 90px;
        left: -145px;
    }
    #lv-formLanding2 .error_form1 {
        left: 112px !important;
        top: 57px !important;
    }
    #lv-formLanding2 .error_form2 {
        left: 112px !important;
        top: 137px !important;
    }
    .error_form1 {
        left: 865px;
        top: 200px;
    }
    .error_form2 {
        left: 865px;
        top: 290px;
    }
    #lv-formLanding3 .error_form3 {
        left: 112px !important;
        top: 57px !important;
    }
    #lv-formLanding3 .error_form4 {
        left: 112px !important;
        top: 137px !important;
    }
    #lv-formLanding6 .error_form1 {
        left: 102px !important;
        top: 57px !important;
    }
    #lv-formLanding6 .error_form2 {
        left: 102px !important;
        top: 137px !important;
    }
}

#lv-formLanding4:after,
#lv-formLanding6:after {
    left: -35px !important;
    bottom: 50px !important;
}

.private p,
.leader p {
    text-align: center;
}

.bid {
    display: inline-block;
    width: 49%;
}

#final .form--all form:after {
    bottom: 74px;
}

.footer {
    text-align: center;
}

.footer-logo {
    margin-bottom: 20px;
}

.modal-wrap .form-center--all:before {
    left: 30px;
}

.popup-form {
    width: 300px;
    margin: 0 auto;
    background-image: url(../images/bg-green.jpg);
    border-radius: 6px;
    padding: 30px 20px;
}

.popup-form .vedite {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding: 20px 10px;
    text-align: center;
}

.popup-form input {
    width: 100%;
    margin-bottom: 30px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #b0b6c3;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

.modal-wrap .form--all form:after {
    bottom: 76px;
}

.modal-wrap .form-left--all {
    width: 35%;
}

.modal-wrap .wrap-price--all {
    text-align: center;
}

span.x_price_current {
    margin-left: -12px;
}

#final span.x_price_current {
    margin-left: 0px;
}

.modal-wrap span.x_price_current {
    margin-left: 0px;
}

@media (max-width: 999px) {
    .inner-modal {
        width: 300px;
    }
}
 input[type=submit]{
margin-bottom: 0;
}
.info-price{
    margin-top: 5px;
    text-align: center;
}
.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fut-left {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;text-align: left;
}
.fut-logo {
    width: 54px;
    margin-right: 15px;
}
.fut-center {
    text-align: center;
}
.footer, .footer a {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.fut-right {
    text-align: right;
}
@media (max-width: 767px){
    .fut-right {
    display: none;
}
.fut-left {
   display: none;
}
.footer-inner {
    justify-content: center;
}
}
body,html{
    overflow-x: hidden;
}