:root{--color_base:#fff;--color_primary:#3a4752;--color_secondary:#333;--color_red:red;--color_border:#ddd;--color_input:#f2f2f2;--color_btn:#388e3c;--color_btn_hover:#2bac31;--color_green:#d9ead3;--color_yellow:#fff2cc;--color_dark:#f3f3f3;--color_comments_priamry:#9faeb5;--color_comments_secondary:#eeee;--color_comments_text:#414141;--color_comments_hover:#5f95ad}.cenz *{-webkit-margin-before:0!important;-webkit-margin-end:0!important;-webkit-margin-after:0!important;-webkit-margin-start:0!important;border:0 transparent!important;box-sizing:border-box!important;font-size:100%!important;margin:0!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:0!important}.cta{margin:25px auto!important;max-width:780px!important}.door{display:-webkit-flex!important;display:flex!important;-webkit-flex-flow:column!important;flex-flow:column!important;gap:15px!important;height:330px!important;margin:0 auto!important;max-width:300px!important;min-width:280px!important;padding:0!important;position:relative!important;transition:opacity .4s linear,height .5s linear .6s}.door.hidden{height:0!important;opacity:0!important}.door.none{display:none!important}.door__title{background-color:var(--color_primary)!important;border-radius:.5em!important;color:var(--color_base)!important;font:700 22px/1.3 "PT Sans, sans-serif"!important;padding:15px!important;text-align:center!important;text-transform:uppercase!important}.door__container{-webkit-box-align:center!important;-webkit-box-pack:justify!important;-ms-flex-align:center!important;-ms-flex-pack:justify!important;-webkit-align-items:center!important;align-items:center!important;display:-webkit-flex!important;display:flex!important;gap:10px!important;-webkit-justify-content:space-between!important;justify-content:space-between!important;position:relative!important}.door__item{box-shadow:inset -1px -1px 0 1px #191919,inset 1px 1px 0 1px #191919!important;cursor:pointer!important;height:200px!important;min-width:85px!important;-webkit-perspective:500px!important;perspective:500px!important;position:relative!important;width:100%!important;z-index:10!important}.door__item.open>.door__item-img{-webkit-transform:rotateY(-85deg)!important;transform:rotateY(-85deg)!important}.door__item-discount{border-radius:100%!important;box-shadow:0 0 2px 2px #7f7878!important;color:var(--color_red)!important;display:inline-block!important;font-size:20px!important;font-weight:700!important;left:50%!important;line-height:70px!important;position:absolute!important;text-align:center!important;top:50%!important;-webkit-transform:translateX(-50%) translateY(-50%)!important;transform:translateX(-50%) translateY(-50%)!important;vertical-align:baseline!important;width:70px!important}.door__item-img{cursor:pointer!important;height:inherit!important;-webkit-transform:rotateY(0deg)!important;transform:rotateY(0deg)!important;-webkit-transform-origin:0 0!important;transform-origin:0 0!important;transition:-webkit-transform .75s ease!important;transition:transform .75s ease!important;transition:transform .75s ease,-webkit-transform .75s ease!important;width:inherit!important}.door__item-img:hover{-webkit-transform:rotateY(-30deg)!important;transform:rotateY(-30deg)!important}@media (min-width:475px){.door{height:390px!important;max-width:380px!important}.door__title{font-size:24px!important}.door__item{height:250px!important;width:120px!important}.door__item-discount{font-size:26px!important;line-height:90px!important;width:90px!important}}@media (min-width:576px){.door{height:450px!important;max-width:460px!important}.door__title{font-size:26px!important}.door__item{height:300px!important;width:100%!important}.door__item-discount{font-size:30px!important;line-height:110px!important;width:110px!important}}@media (min-width:768px){.door{height:540px!important;max-width:560px!important}.door__title{font-size:28px!important}.door__item{height:370px!important;width:100%!important}.door__item-discount{font-size:34px!important;line-height:120px!important;width:120px!important}}@media (min-width:992px){.door{gap:20px!important;max-width:760px!important}.door__item{height:400px!important;width:190px!important}.door__item-discount{font-size:42px!important;line-height:140px!important;width:140px!important}}@media (min-width:1200px){.door{max-width:780px!important}}.order{border:2.5px dashed var(--color_border)!important;border-radius:2.5px!important;display:none!important;margin:0 auto!important;min-width:270px!important;padding:15px!important;position:relative!important}.order.active{display:block!important}.order__header{display:-webkit-flex!important;display:flex!important;-webkit-flex-flow:column!important;flex-flow:column!important;font-size:18px!important;font-weight:700!important;gap:20px!important;margin-bottom:30px!important;text-align:center!important}.order__img{height:auto!important;margin:0 auto!important;max-width:300px!important;width:100%!important}.order__text{font-weight:700!important;margin-bottom:15px!important;text-align:center!important}.order__text:nth-child(2){margin-bottom:5px!important}.order__time{color:var(--color_red)!important;font-size:24px!important;font-weight:700!important;text-align:center!important}.order__price{-webkit-box-align:center!important;-webkit-box-pack:center!important;-ms-flex-align:center!important;-ms-flex-pack:center!important;-webkit-align-items:center!important;align-items:center!important;display:-webkit-flex!important;display:flex!important;font-size:20px!important;-webkit-justify-content:center!important;justify-content:center!important}.order__price-old{font-weight:700!important;text-decoration:line-through!important}.order__price-new{color:var(--color_red)!important;font-weight:700!important}.order__price-new>.order__price-curr,.order__price-new>.order__price-summ{font-size:24px!important}.order__price-zero{text-transform:uppercase!important}.order__body{border:none!important;display:-webkit-flex!important;display:flex!important;-webkit-flex-flow:column!important;flex-flow:column!important;gap:15px!important;margin-bottom:15px!important;text-align:center!important;width:100%!important}.order__input{background-color:var(--color_input)!important;border:0 transparent!important;border-radius:35px!important;display:block!important;height:55px!important;outline:none!important;padding:15px!important;position:relative!important;width:100%!important}.order__input::-webkit-input-placeholder{font-size:16px!important;font-weight:400!important}.order__input::-moz-placeholder{font-size:16px!important;font-weight:400!important}.order__input::placeholder{font-size:16px!important;font-weight:400!important}.order__input--select{-webkit-appearance:none!important;-moz-appearance:none!important;-o-appearance:none!important;appearance:none!important;cursor:pointer!important;width:100%!important}.order__input--select::-ms-expand{display:none}.order__select{position:relative!important;width:100%!important}.order__select:after,.order__select:before{background-color:#acaaaa!important;content:""!important;display:block!important;height:2px!important;position:absolute!important;right:20px!important;top:50%!important;-webkit-transform:translate(-3px,-50%) rotate(45deg)!important;transform:translate(-3px,-50%) rotate(45deg)!important;transition:background-color .3s linear!important;width:10px!important;z-index:10!important}.order__select:after{-webkit-transform:translate(3px,-50%) rotate(-45deg)!important;transform:translate(3px,-50%) rotate(-45deg)!important}.order__select:hover.order__select:after,.order__select:hover.order__select:before{background-color:var(--color_btn)!important}.order__select.active:before{-webkit-transform:translate(-3px,-50%) rotate(-45deg)!important;transform:translate(-3px,-50%) rotate(-45deg)!important}.order__select.active:after{-webkit-transform:translate(3px,-50%) rotate(45deg)!important;transform:translate(3px,-50%) rotate(45deg)!important}.order__input:focus-visible{outline:none!important;outline-offset:0!important}.order__btn{-webkit-box-align:center!important;-webkit-box-pack:center!important;-ms-flex-align:center!important;-ms-flex-pack:center!important;-webkit-align-items:center!important;align-items:center!important;background-color:var(--color_btn)!important;border-radius:35px!important;box-shadow:none!important;color:var(--color_base)!important;cursor:pointer!important;display:-webkit-flex!important;display:flex!important;-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important;font-size:16px!important;font-weight:700!important;gap:5px!important;-webkit-justify-content:center!important;justify-content:center!important;min-height:55px!important;padding:20px!important;transition:background-color .2s linear!important;width:100%!important}.order__btn:hover{background-color:var(--color_btn_hover)!important}.order__footer{color:#888!important;font-size:14px!important;text-align:center!important}.order__info{line-height:1.3!important;text-align:center!important}@media (min-width:475px){.order__header{font-size:22px!important}.order__time{font-size:26px!important}.order__price{font-size:28px!important}.order__btn{font-size:22px!important}}@media (min-width:576px){.order__footer{font-size:16px!important}}.spin{background-color:rgba(0,0,0,.2)!important;display:none!important;height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:1000!important}.spin.active{display:block!important}.spin__content{background-color:var(--color_base)!important;border-radius:10px!important;height:auto!important;left:50%!important;min-width:270px!important;padding:80px 20px 20px!important;position:absolute!important;top:50%!important;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:300px!important;z-index:10!important}.spin__content:before{-webkit-animation:pop-up-appear-before .5s ease .6s 1 normal backwards running;animation:pop-up-appear-before .5s ease .6s 1 normal backwards running;background-color:#71c341;border-radius:50%;height:110px;top:-55px;width:110px}.spin__content:after,.spin__content:before{content:"";left:0;margin:0 auto;position:absolute;right:0}.spin__content:after{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;-webkit-animation:pop-up-appear-after .5s ease .6s 1 normal backwards running;animation:pop-up-appear-after .5s ease .6s 1 normal backwards running;border:4px solid #fff;-o-border-image:none;border-image:none;border-right:none;border-top:none;height:20px;top:-20px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transition:opacity 1s ease 0s;width:50px}.spin__title{font-size:30px!important;font-weight:500!important;margin-bottom:15px!important}.spin__text,.spin__title{text-align:center!important}.spin__text{font-size:22px!important;font-weight:400!important;line-height:1.3!important;margin-bottom:30px!important}.spin__btn{-webkit-box-align:center!important;-webkit-box-pack:center!important;-ms-flex-align:center!important;-ms-flex-pack:center!important;-webkit-align-items:center!important;align-items:center!important;background-color:#71c341!important;border-radius:10px!important;box-shadow:none!important;color:var(--color_base)!important;cursor:pointer!important;display:-webkit-flex!important;display:flex!important;-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important;font-size:18px!important;font-weight:700!important;gap:5px!important;-webkit-justify-content:center!important;justify-content:center!important;margin:0 auto!important;min-height:45px!important;padding:10px!important;text-transform:uppercase!important;transition:background-color .2s linear!important;width:180px!important}.spin__btn:hover{background-color:#53a723!important}@media (min-width:475px){.spin__content{width:400px!important}}@-webkit-keyframes pop-up-appear-before{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes pop-up-appear-after{0%{opacity:0}to{opacity:1}}.submit-roulette{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-justify-content:center;justify-content:center;width:auto}.ass__container--body{padding:5px 15px 10px}@media (max-width:550px){.ass{padding:10% 0}}.stock-update img{margin-right:5px;width:18px}.stock-update{-webkit-align-items:center;align-items:center;background:#effff7;border:1px dotted #000;display:-webkit-flex;display:flex;margin:15px 0;padding:4px 9px}.stock-update p{margin:0}.stock-update span{color:#dc3545}.order-block{-webkit-align-items:center;align-items:center;background:#effff7;border:1px dotted #000;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;justify-content:space-around;padding:20px}.order-block-img{margin:0 auto;max-width:300px;width:30%}.order-block-text{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:70%}.order-block-text p{font-family:Roboto Condensed,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:18px;margin-bottom:0;text-align:center}.order-block-text .note{font-size:20px;font-weight:400;line-height:29px;margin:10px 0;padding:5px 15px}.button,.order-block-text .note{font-family:Lato,sans-serif;font-style:normal;text-align:center}.button{background:#de7474;background:linear-gradient(180deg,#de7474,#f72210 60%);border-radius:10px;color:#fff;display:block;font-size:30px;font-weight:700;line-height:54px;margin:15px auto;max-width:500px;padding:20px 15px;text-decoration:none;width:100%}.checkmark{color:#8903ab;display:inline-block;font-family:Roboto Condensed,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:18px;padding-left:30px;position:relative;text-align:center}.checkmark:before{background-size:contain;content:" ";height:29px;left:5px;position:absolute;top:-11px;width:30px}.offer{background-position:50%;background-size:cover}.offer__wrapper{background:rgba(154,39,183,.3);padding:40px 20px}.offer__img{display:block;margin:0 auto;max-width:300px}.offer__link a:hover{text-decoration:none!important}.offer__button{-webkit-animation:pulse 1.25s cubic-bezier(.66,0,0,1) infinite;animation:pulse 1.25s cubic-bezier(.66,0,0,1) infinite;background-color:#e84c3d;background-repeat:no-repeat;border:none;border-radius:20px;box-shadow:0 0 0 0 rgba(232,76,61,.7);color:#fff;cursor:pointer;display:block;font-size:22px;font-weight:700;margin:40px auto;padding:20px 40px;position:relative}.offer__button:hover{-webkit-animation:none;animation:none}.offer__button,.offer__button:active,.offer__button:focus{outline:none}.offer h2,.offer p{text-align:center}.offer h2{color:#fff;font-family:Lato,sans-serif;font-size:32px}.offer .claim-now{padding-top:10px}.offer .note{background:#abff9c}.offer a{text-decoration:none}@-webkit-keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}}@keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}}.footer{border-top:4px solid #8903ab;padding:20px 0}.footer__logo{display:block;height:50px;margin-right:20px;width:50px}.footer__wrapper{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.footer__text{font-family:Lato,sans-serif}@media (min-width:600px){.title{padding:30px 0;text-align:left}.subtitle:after{left:0}.subtitle{text-align:left}}@media (min-width:601px){.header__logo-img{max-height:400px}.header__item{height:36px}.header__item img{width:24px}.offer h2{font-size:46px}}@media screen and (max-width:1150px){.menu{display:none}}@media screen and (max-width:750px){.order-block{-webkit-flex-direction:column;flex-direction:column}.order-block-img{margin-bottom:20px;width:100%}.order-block-text{width:100%}}@media screen and (max-width:500px){.stock-update img{display:none}.button{font-size:24px;line-height:30px}}@media screen and (max-width:400px){.note,.order-block-text .note{font-size:18px;letter-spacing:-.02em;line-height:32px;padding:5px}.button{font-size:24px;line-height:30px}}.ntvDeutschFormBox{-webkit-align-items:center!important;align-items:center!important;display:block;-webkit-flex-direction:row!important;flex-direction:row!important}.ntvDeutschFormBox .ntvDeutschForm{-webkit-justify-content:space-around;justify-content:space-around;padding:0}.ntvDeutschFormBox .ntvDeutschForm,.ntvDeutschFormBox .ntvDeutschForm__content{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ntvDeutschFormBox .ntvDeutschForm__content{-webkit-flex-direction:column;flex-direction:column}.ntvDeutschFormBox .ntvDeutschForm__productWrapper{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:260px;width:100%}.ntvDeutschFormBox .ntvDeutschForm__product{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.ntvDeutschFormBox .ntvDeutschForm__main{-webkit-align-items:center;align-items:center;border:12px solid transparent;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:0;max-width:580px;padding:16px;width:100%}.ntvDeutschFormBox .ntvDeutschForm__main--integrateMode{padding:30px 85px}.ntvDeutschFormBox .ntvDeutschForm__original{border-radius:50%;max-width:70px;width:100%}.ntvDeutschFormBox .ntvDeutschForm__imgWrapper{margin:0 auto;max-width:100px}.ntvDeutschFormBox .ntvDeutschForm__medImg{width:100%}.ntvDeutschFormBox .ntvDeutschForm__originalText{color:#000;font-family:sans-serif;font-size:24px;font-weight:700;line-height:1.4;margin-bottom:5px;text-align:center;text-transform:uppercase;word-break:break-word}.ntvDeutschFormBox .ntvDeutschForm__date{color:#6c6e7a;font-family:sans-serif;font-size:14px;font-weight:400;text-align:center}.ntvDeutschFormBox .ntvDeutschForm__date__blue{color:#00f}.ntvDeutschFormBox .ntvDeutschForm__sertNumber,.ntvDeutschFormBox .ntvDeutschForm__subTitle{color:#00f;font-family:sans-serif;font-size:14px;font-weight:400;line-height:1.5;text-align:center}.ntvDeutschFormBox .ntvDeutschForm__subTitle{word-wrap:break-word;color:#000;line-height:24px}.ntvDeutschFormBox .ntvDeutschForm_pricesWrapper{color:#000;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;font-family:sans-serif;font-size:26px;font-weight:700;gap:5px;margin:5px auto}.ntvDeutschFormBox .ntvDeutschForm_pricesWrapper--newPrice{color:red;text-transform:uppercase}.ntvDeutschFormBox .ntvDeutschForm__productDescBlock{border:2px solid #0299ff;line-height:18px;margin:14px 10px;padding:10px}.ntvDeutschFormBox .ntvDeutschForm__productDesc{word-wrap:break-word;font-family:sans-serif;font-size:16px;font-weight:700;line-height:22px;padding:0;text-align:center}.ntvDeutschFormBox .ntvDeutschForm__form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;max-width:400px;padding:0;width:100%}.ntvDeutschFormBox .ntvDeutschForm__countryBlock,.ntvDeutschFormBox .ntvDeutschForm__nameBlock,.ntvDeutschFormBox .ntvDeutschForm__phoneBlock{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:15px 0;padding:0}.ntvDeutschFormBox .ntvDeutschForm__label{color:#000;display:block;font-family:sans-serif;font-size:16px;font-weight:700;line-height:1.5;margin:0 0 5px;text-align:left;width:100%;word-break:break-word}.ntvDeutschFormBox .ntvDeutschForm__input,.ntvDeutschFormBox .ntvDeutschForm__select{background:#fff;border:2px solid #e9d7dc;border-radius:3px;color:inherit;font-family:sans-serif;font-size:16px;font-weight:400;line-height:21px;padding:15px;width:100%}.ntvDeutschFormBox .ntvDeutschForm__input:active,.ntvDeutschFormBox .ntvDeutschForm__input:focus,.ntvDeutschFormBox .ntvDeutschForm__select:active,.ntvDeutschFormBox .ntvDeutschForm__select:focus{outline:0}.ntvDeutschFormBox .ntvDeutschForm__btn,.ntvDeutschFormBox .ntvDeutschForm__btnBlock{border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:22px;font-weight:700;text-decoration:none;transition:all .15s ease-in-out;width:100%}.ntvDeutschFormBox .ntvDeutschForm__btnBlock{-webkit-align-items:center;align-items:center;-webkit-animation:pulse 1s ease-in-out infinite alternate;animation:pulse 1s ease-in-out infinite alternate;background:#0299ff;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;max-width:400px;position:relative;text-align:center}.ntvDeutschFormBox .ntvDeutschForm__btnBlock:after{-webkit-animation:dotty 1.5s step-end infinite;animation:dotty 1.5s step-end infinite;content:"";left:280px;position:absolute;top:16px}.ntvDeutschFormBox .ntvDeutschForm__btn{background-color:#0299ff;background-position:1.35em .94em;background-repeat:no-repeat;background-size:1em;box-shadow:0 4px 15px 0 #8196a0;font-family:sans-serif;line-height:20px;padding:20px;text-transform:uppercase;word-break:break-word}.ntvDeutschFormBox .ntvDeutschForm__btn:focus{outline:0}.ntvDeutschFormBox .ntvDeutschForm__btn:hover{background-color:#017acc}.ntvDeutschFormBox .ntvDeutschForm__btn:active{outline:0}.ntvDeutschFormBox .ntvDeutschForm__subText,.ntvDeutschFormBox .ntvDeutschForm__textFooter{font-family:sans-serif;font-weight:400;margin:0;padding:5px 0 0;text-align:center}.ntvDeutschFormBox .ntvDeutschForm__subText{word-wrap:break-word;color:#6c6e7a;font-size:14px;line-height:1.5;margin:17px 0 0;padding:0}.ntvDeutschFormBox .ntvDeutschForm__productImgWrapper{display:-webkit-flex;display:flex;height:100%;margin-left:0;max-width:40%;width:100%}.ntvDeutschDoorsFormShow{display:-webkit-flex;display:flex}.ntvDeutschForm__productImgWrapper--783685{height:300px;max-width:300px}.ntvDeutschForm__medImg--248323{height:100%}@media (max-width:1065px){.ntvDeutschFormBox .ntvDeutschForm__productImgWrapper{margin-left:0;max-width:360px}.ntvDeutschFormBox{-webkit-flex-direction:column;flex-direction:column}.ntvDeutschForm__medImg--248323{margin:15px auto 30px}.ntvDeutschFormBox .ntvDeutschForm__productImgWrapper{margin-left:0;max-width:360px}.ntvDeutschFormBox{-webkit-flex-direction:column!important;flex-direction:column!important}.ntvDeutschForm__medImg--248323{margin:15px auto 30px}}@media (max-width:1024px){.ntvDeutschDoors{max-width:100%}}@media (max-width:1000px){.ntvDeutschNav__logo{height:60px;-o-object-fit:cover;object-fit:cover}.ntvDeutschNav__box{-webkit-justify-content:center;justify-content:center;margin-bottom:15px;margin-top:15px}.ntvDeutschNav__menu ul,.ntvDeutschNav__rightLogos ul{display:none}.ntvDeutschNav__rightLogos ul li,.ntvDeutschNav__shareUrl{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.ntvDeutschNav__rightLogos ul{display:-webkit-flex;display:flex}.ntvDeutschNav{min-height:60px}}@media (max-width:960px){.ntvDeutschFormBox .ntvDeutschForm{-webkit-flex-direction:column;flex-direction:column}}@media (max-width:959px){.ntvDeutschDoors__timer .countdownTimerBox .minutes,.ntvDeutschDoors__timer .countdownTimerBox .seconds{font-size:17px}.ntvDeutschDoors__timer .countdownTimerBox .timeBg{height:unset;line-height:32px;width:unset}.ntvDeutschDoors__timer .countdownTimerBox .ending{font-size:17px;letter-spacing:0;line-height:32px}}@media (max-width:768px){.winPopupntvDeutschDoors__iconRound--white{height:95px;left:5px;width:95px}}@media screen and (max-width:767px){.textMedia{padding:5px}.textHeightMedia{line-height:normal}.textLetterMedia{letter-spacing:normal}.ntvDeutschTitle{font-size:24px}}@media (max-width:767px){.btnWrapper__btn{font-size:22px;line-height:1.4}.menHealthCom{padding-bottom:10px}.ntvDeutschDoors__box{padding:10px}.ntvDeutschDoors__prizeWrapper{border-radius:50%;height:60px;max-width:60px}.ntvDeutschDoors__prize{font-size:20px}.ntvDeutschDoors__imageWrapper{max-width:95px}.ntvDeutschDoors__formImgWrapper{max-width:200px}.winPopupntvDeutschDoors__closeBtn{right:-5px}.ntvDeutschFormBox .ntvDeutschForm__originalText{font-size:19px;margin:15px 0 5px}.ntvDeutschFormBox .ntvDeutschForm__subTitle{margin:0;max-width:260px}.ntvDeutschFormBox .ntvDeutschForm__subText{padding:0 50px}.ntvDeutschFooter__aboutContainer ul li{font-size:13px;padding:5px}.ntvDeutschFooter__aboutContainer ul{-webkit-justify-content:center;justify-content:center}.ntvDeutschFooter__socialContainer li{margin-bottom:10px;margin-top:6px}.ntvDeutschFooter__socialContainer{padding:0 10px}}@media (max-width:575px){.ntvDeutschFormBox .ntvDeutschForm__input,.ntvDeutschFormBox .ntvDeutschForm__select{font-size:17px;width:90%!important}.coloredText,.ntvDeutschImg__container,.ntvDeutschText,.warning{padding:10px 12px}.ntvDeutschText--156765,.ntvDeutschText--227174,.ntvDeutschText--547908,.ntvDeutschText--622524{padding:15px}.ntvDeutschText{padding:20px 12px!important}.ntvDeutschDoors{padding:10px 12px}.menHealthCom__wrapper{padding:0 12px 30px}.menHealthCom__avatarWrapper{height:60px;max-width:60px}.btnWrapper{padding-top:0}.ntvDeutschFooter{padding:10px 12px 0}}@media (max-width:540px){.ntvDeutschFormBox .ntvDeutschForm__main{border:none;margin:0 auto;padding:15px 0}.ntvDeutschFormBox .ntvDeutschForm__subText{padding:0 80px}}@media (max-width:500px){.iti__country-list{white-space:normal}.ntvDeutschNav__logo{height:40px}.ntvDeutschNav{min-height:40px}}@media (max-width:480px){.ntvDeutschFormBox .ntvDeutschForm__btnBlock:after{left:230px;top:17px}.ntvDeutschFormBox .ntvDeutschForm__btn{font-size:22px}}@media (max-width:415px){.ntvDeutschFormBox .ntvDeutschForm__productDesc{font-size:16px}}@media (max-width:400px){.ntvDeutschFormBox .ntvDeutschForm__subText{padding:0 50px}}@media (max-width:367px){.ntvDeutschFormBox .ntvDeutschForm__productDescBlock{margin:14px auto;max-width:300px}}@media (max-width:350px){.ntvDeutschFormBox .ntvDeutschForm__subText{padding:0 30px}}@font-face{font-family:bold;font-style:normal;font-weight:400;src:url(5ac1414fd4ccc69e4671.woff2) format("woff2"),url(fbdaa1cb31eeeb005a5b.woff) format("woff")}@font-face{font-family:regular;font-style:normal;font-weight:400;src:url(fafbf8c83e960c0e68a3.woff2) format("woff2"),url(8fc345e42815bda7f7de.woff) format("woff")}.clearfx{clear:both}.clearfx:after{clear:both;content:"";display:table}a{cursor:pointer!important;outline:none}body{color:#1b354a;cursor:default;font-family:regular;font-size:18px;height:100%;line-height:22px;margin:0 auto;overflow-x:hidden;top:0;width:100%}a{color:#00f;cursor:auto;text-decoration:underline}a:hover{color:#3434fd;text-decoration:none}h1{font-size:30px;line-height:34px;margin:0 0 17px}h1,h2{color:#1b354a;font-family:bold}h2{font-size:22px;font-weight:400;line-height:26px;margin:18px 0}img{max-width:100%}ol li,ul li{font-size:18px;line-height:22px;margin-bottom:10px}p{margin:0;padding:10px 0}.speaker{color:#5296db;display:block;margin-top:40px}.speaker,.speaker2,.speaker3{font-family:bold;font-size:16px}.speaker3{color:#f44}.container{margin:0 auto;position:relative;width:1020px}header{background-color:#fff;padding:10px 0;position:relative;width:100%}.logo{height:50px;vertical-align:top;width:50px}.logo,.logo_name{cursor:pointer;display:inline-block}.logo_name{color:#05519d;font-family:bold;font-size:24px;letter-spacing:1.3px;line-height:28px;margin:12px 0 0 14px}.time{color:#909090;font-size:11px;line-height:20px}.city,.time{display:inline-block;font-family:regular;margin-left:15px}.city{color:#05519d;cursor:pointer;font-size:13px}.arrow{display:inline-block;height:6px;margin-bottom:2px;margin-left:4px;width:8px}.social_media{display:inline-block;float:right;font-size:0;position:relative;vertical-align:top}.social_media li{background-color:#fff;border-radius:2px;cursor:pointer;display:inline-block;height:30px;margin-right:20px;margin-top:7px;width:30px}.social_media li:hover{opacity:.7}.header_line_2{margin-top:0;padding-bottom:6px}.links{font-size:0;margin-left:69px;padding-top:5px;position:relative}.links,.links li{display:inline-block}.links li{color:#1b354a;cursor:pointer;font-family:bold;font-size:14px;letter-spacing:.9px;margin-right:15px}.links li:hover{color:#5296db}.links li:first-child,.links li:nth-child(2){margin-right:11px}.links li:last-child{margin-right:0}.chosen_link{border:2px solid #05519d;border-radius:3px;padding:4px}.search{background:transparent url() no-repeat scroll 50%/20px 20px;border-radius:2px;cursor:pointer;display:inline-block;float:right;height:40px;margin-right:10px;vertical-align:top;width:40px}.search:hover{opacity:.7}.text_section{background:#260701;padding-bottom:10px;width:100%}.text_section,.white_base{position:relative}.base{background-color:#fff;overflow:hidden;padding:40px 40px 0;width:940px}.bottom{margin-top:50px;position:relative}.bottom .base{padding-bottom:40px}.bottom img{display:block;margin:0 auto}.bottom_text{background-color:#fff;display:block;margin:35px auto 0;outline:10px solid rgba(114,168,211,.5);padding:50px 70px;width:648px}.bottom_text p{width:630px}.comments{margin-top:40px;position:relative}.comment{background:rgba(114,168,211,.2) none repeat scroll 0 0;margin-bottom:30px;padding:30px}.comment img{margin-top:5px}.text1{color:#1b354a;font-family:bold;font-size:18px;margin-top:4px}.text2{color:#aaa}.text2,.text3{font-family:regular;font-size:16px}.text3{margin:0;width:860px}.comment p{font-size:16px;margin-top:20px;width:100%}.block2{background:#fff none repeat scroll 0 0;border:1px solid red;padding:10px;width:732px}.block2 p{width:730px}.block3{background:#f6fdff none repeat scroll 0 0;border:1px solid #1b354a;padding:10px;width:732px}.block3 p{width:730px}.red{color:#f40b0b;font-size:22px;padding:10px 0 0}.ymaps-b-form-button__input::-moz-focus-inner{border:0;padding:0}.link{height:71px;margin:30px auto 0;position:relative;width:300px}.link a{color:#666;display:block;height:100%;text-align:center}.zaf{margin:0 0 20px;position:relative}.zaf a{color:#adacab;text-decoration:underline}.zaf a:hover{color:#8e8e8e}.zaf img{margin-top:0}.screenLock{background:rgba(0,0,0,.7) none repeat scroll 0 0;display:none;left:0;position:fixed;top:0;width:100%;z-index:99999}.msg{background:#148fb9 none repeat scroll 0 0;border:1px solid #eee;height:240px;left:50%;margin-left:-300px;padding:10px;position:absolute;top:150px;width:600px}.msg>h1{color:#fff;font-size:24px;margin-bottom:30px;margin-top:30px;text-align:center}.close{cursor:pointer;font-size:40px;position:absolute;right:5px;top:1px}.submit{background-color:#b22222;border-radius:3px;color:#fff;font-size:30px;height:50px;margin-top:10px;width:400px}label.error{color:#b40404;font-size:16px;font-style:italic;font-weight:400;padding:3px 0}.orderForm{border:1px solid #ccc;max-width:600px;padding:25px 15px}.alert{color:#333;font-family:Georgia;font-size:17px;font-style:italic}.alert span,.btn-order{font-weight:700}.btn-order{-webkit-font-smoothing:antialiased;background-color:#cc7a00!important;background-image:-khtml-gradient(linear,left top,left bottom,from(#ffad32),to(#cc7a00));background-image:linear-gradient(#ffad32,#cc7a00);background-repeat:repeat-x;border-color:#cc7a00 #cc7a00 #b36b00;border-radius:12px;color:#333!important;font-family:Georgia;font-size:25px;font-style:italic;padding:4px 16px 8px;text-shadow:0 1px 1px hsla(0,0%,100%,.33)}.form-control{background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);color:#555;display:block;font-size:14px;height:34px;line-height:1.42857143;padding:6px 12px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}.form-group{margin-bottom:15px}.away{background:#bae0fe;border:5px solid #72a8d3;border-radius:40px;color:#b40404;display:block;font-family:bold;font-size:22px;font-weight:700;line-height:28px;padding:12px 0;text-align:center;text-decoration:none;text-transform:uppercase;width:300px}.away:hover{color:#b40404;text-decoration:underline}.order-pgu{background:#fb3a35;background:linear-gradient(180deg,#fb3a35 0,#d5231f 50%,#b2100d);border:6px solid #dedede;border-radius:14px;color:#fff;display:block;font-family:Tahoma;font-size:30px;font-weight:900;height:70px;line-height:70px;margin:20px auto;text-align:center;text-decoration:none;width:554px}.order-pgu span{color:#fad65e}.superlink{color:#1b354a;text-decoration:underline}.superlink h2:hover{color:#5296db;text-decoration:none}.goods{height:auto;max-width:100%;width:400px}.iframe{height:312px!important;width:640px!important}.footer{color:#fff;font-size:12px;text-align:center;width:60%!important}.text3{margin-left:74px!important;width:calc(100% - 84px)!important}.block3{width:calc(100% - 20px)}.custom{background:#fff2cc;border:1px solid #000;box-sizing:border-box;margin:35px 0 20px;padding:15px}.custom h3{margin-top:0;text-align:center}.custom2{background:#d9ead3}.custom ul{margin-top:0}b{font-family:bold}.custom p{box-sizing:border-box;padding:5px 15px}.expert{border:5px solid #c9daf8;margin-bottom:15px}.expert .bottom{font-size:30px;margin:0}.expert .bottom p{font-size:20px;text-align:center}.expert .top{display:-webkit-flex;display:flex}.expert .top p{font-size:20px;padding-right:30px}.expert img{margin-right:30px;width:250px}.submit-roulette:hover{background:#b00;transition:background .3s}.submit-roulette:active{box-shadow:none;-webkit-transform:translateY(2px);transform:translateY(2px)}.submit-roulette{background:red;border:none;border-radius:5px;box-shadow:0 4px 3px #242120;color:#fff;cursor:pointer;font-weight:700;margin:5px 0 15px;outline:none;padding:10px 15px;text-transform:uppercase;transition:background .3s}input[type=submit]:hover{background:#b00!important;transition:background .3s}input[type=submit]:active{box-shadow:none!important;-webkit-transform:translateY(2px);transform:translateY(2px)}.input-roulette{height:42px;margin-bottom:10px;max-width:350px;padding-left:5px;width:100%!important}.ruletka-p{color:#000;font-weight:700;line-height:25px;margin:15px;text-align:center!important;text-indent:0}.ruletka-p h2{font-size:25px;margin-bottom:15px}.ruletka-a{color:#1697ce}.spin-wrapper{border:3px solid red;border-radius:10px;box-shadow:0 0 10px;box-sizing:border-box;padding:20px 10px;text-align:center}.spin-wrapper .ruletka-p{margin-bottom:15px}.danger-text{color:red;font-weight:700}.wheel{height:380px;margin:0 auto;position:relative;width:380px}.wheel img,.wheel-img{max-height:100%;max-width:100%}.wheel-img{transition:4s}.wheel-cursor{height:35%;top:50%;width:35%!important}.cursor-text,.wheel-cursor{left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cursor-text{background-color:#ccc;background:#fff;background:radial-gradient(ellipse at center,#fff 0,#eaeaea 100%);border:1px solid #ccc;border-radius:50%;box-shadow:inset 0 -2px 0 #fff,inset 0 2px 0 #fff,0 0 5px rgba(0,0,0,.4);cursor:pointer;display:inline-block;font:16px Arial!important;height:45%;line-height:61px!important;text-align:center;top:49%;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:45%!important;z-index:2}.order_block{display:none;text-align:center!important}#ad1_form,#adbees_form,#adeptcpa_form,#aff1_form,#apilead_form,#burg_tl_form,#cpagetti_form,#crm_form,#drcash_form,#everad_form,#funcpa_form,#ha9_form,#hp_form,#kma_form,#leadbit_form,#leadgroup_form,#leadtrade_form,#luckyshop_form,#m_leads,#monsterleads_form,#omni_form,#p_apilead_form,#p_hp_form,#p_hp_form_test,#p_omni_form,#p_rekl_form,#profit_form2,#pw_hp_form,#rekl_form,#rocket_form,#scpa_pw_ad1_form,#scpa_pw_apilead_form,#scpa_pw_drcash_form,#scpa_pw_hp_form,#scpa_pw_leadtrade_form,#scpa_pw_tl_form,#shakes_form,#static_omni_form,#t_drcash_form,#tl_form,#v_m_leads{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;font-family:Proxima Nova,Arial,Helvetica Neue,sans-serif}.time_remains{font-size:1.1em;font-weight:700}.spin-result-wrapper{background-color:rgba(0,0,0,.6);box-sizing:border-box;display:none;height:100%;left:0;padding:0 10px;position:fixed;text-align:center;top:0;width:100%;z-index:999}.close-popup{background-size:100%;border-radius:50%;box-shadow:0 0 10px #fff;cursor:pointer;height:30px;position:absolute;right:0;top:-40px;width:30px}.pop-up-heading{font-size:40px;margin-bottom:20px}.pop-up-text{font-size:24px;line-height:30px;margin-bottom:25px;text-align:center!important}.pop-up-button{background-color:#71c341;border:none;border-radius:5px;color:#fff!important;cursor:pointer;font-size:20px;outline:medium none;padding:10px 20%;text-decoration:none!important;text-transform:uppercase}.cursor-text:active{box-shadow:inset 0 0 5px rgba(0,0,0,.4)}.pop-up-layer{background-color:rgba(0,0,0,.7)!important;height:100%!important;position:fixed!important;top:0!important;width:100%!important;z-index:99!important}.pop-up-layer-show{display:block}.pop-up-window{-webkit-animation:pop-up-appear .7s ease 0s 1 normal none running;animation:pop-up-appear .7s ease 0s 1 normal none running;background:#fff none repeat scroll 0 0;border-radius:10px;left:0;margin:0 auto;max-width:400px;padding:70px 10px 20px;position:relative;right:0;text-align:center;top:40%}.pop-up-window:before{-webkit-animation:pop-up-appear-before .5s ease .6s 1 normal backwards running;animation:pop-up-appear-before .5s ease .6s 1 normal backwards running;background-color:#71c341;border-radius:50%;height:110px;top:-55px;width:110px}.pop-up-window:after,.pop-up-window:before{content:"";left:0;margin:0 auto;position:absolute;right:0}.pop-up-window:after{-moz-border-top-colors:none;-moz-border-right-colors:none;-moz-border-bottom-colors:none;-moz-border-left-colors:none;-webkit-animation:pop-up-appear-after .5s ease .6s 1 normal backwards running;animation:pop-up-appear-after .5s ease .6s 1 normal backwards running;border:4px solid #fff;-o-border-image:none;border-image:none;border-right:none;border-top:none;height:20px;top:-20px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transition:opacity 1s ease 0s;width:50px}.text_small{font-size:.5em!important;font-weight:400!important}@-webkit-keyframes pop-up-appear{0%{-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}30%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes pop-up-appear{0%{-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}30%{-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes pop-up-appear-before{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop-up-appear-after{0%{opacity:0}to{opacity:1}}.pop-up-button:hover{color:#fff!important;text-decoration:none!important}@media (max-width:520px){.wheel{height:260px!important;width:260px!important}.cursor-text{font-size:12px!important;line-height:45px!important}}@media screen and (max-width:520px) and (max-width:345px){.wheel{height:250px!important;width:250px!important}.cursor-text{font-size:11px!important;line-height:40px!important}}.wheel-img{position:relative}.wheel-img,.wheel-img__numbers{-webkit-user-select:none;-moz-user-select:none;user-select:none}.wheel-img__numbers{display:block;font-size:14px;height:100%;left:0;position:absolute;top:0;width:100%}.wheel-img__number{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:3.5em;font-weight:700;line-height:1;position:absolute}.wheel-img__number:before{content:"%";display:block;font-size:.7em;left:0;position:absolute;right:0;top:100%}.wheel-img__number:first-child{left:50%;top:15%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.wheel-img__number:nth-child(2){left:75%;top:25%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.wheel-img__number:nth-child(3){left:85%;top:50%;-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.wheel-img__number:nth-child(4){left:75%;top:75%;-webkit-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.wheel-img__number:nth-child(5){left:50%;top:85%;-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}.wheel-img__number:nth-child(6){left:25%;top:75%;-webkit-transform:translate(-50%,-50%) rotate(225deg);transform:translate(-50%,-50%) rotate(225deg)}.wheel-img__number:nth-child(7){left:15%;top:50%;-webkit-transform:translate(-50%,-50%) rotate(270deg);transform:translate(-50%,-50%) rotate(270deg)}.wheel-img__number:nth-child(8){left:25%;top:25%;-webkit-transform:translate(-50%,-50%) rotate(315deg);transform:translate(-50%,-50%) rotate(315deg)}@media only screen and (max-width:576px){.wheel-img__number{font-size:1.95em}.wheel-img__number:before{top:100%}}@-webkit-keyframes super-rotation{70%{-webkit-transform:rotate(1640deg);transform:rotate(1640deg)}to{-webkit-transform:rotate(1620deg);transform:rotate(1620deg)}}@keyframes super-rotation{70%{-webkit-transform:rotate(1640deg);transform:rotate(1640deg)}to{-webkit-transform:rotate(1620deg);transform:rotate(1620deg)}}.super-rotation{-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:super-rotation;animation-name:super-rotation;transition-timing-function:ease-in-out}.wheel-cursor{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:1019px){img{max-width:100%}.social_media{display:none}.time{display:block;margin-bottom:10px;margin-left:0}.header_line_1,.header_line_2{text-align:center}.base{margin-left:10px;margin-right:10px;padding-left:15px;padding-right:15px;width:calc(100% - 50px)}.container{width:100%!important}.text3{margin-left:74px;width:calc(100% - 84px)}.comment{padding:30px 10px}.wr-search{display:none}.links{height:40px;margin:0;overflow:hidden;padding:0}.footer{padding-left:15px;padding-right:15px;width:calc(100% - 30px)!important}}@media screen and (max-width:767px){.speaker{margin-top:20px}.expert .top{display:block;padding:15px;text-align:center}.expert img{margin-bottom:5px;margin-right:0}p,td{text-align:left}.cont_img1{display:table;float:none!important;margin-left:auto;margin-right:auto}.away{width:260px}}.comments h2{font-size:30px;margin-bottom:35px}.comment-item{-webkit-align-items:flex-start;align-items:flex-start;display:-moz-flex;display:-ms-flex;display:-o-flex;font-size:16px;margin-bottom:30px}.comment-image{border-radius:50%;-webkit-flex:0 0 50px;flex:0 0 50px;margin-right:15px;width:50px}.comment-top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:10px}.comment-name{font-family:bold}.comment-name span{color:gray;font-size:12px}.comment-date{color:gray;font-size:13px}.comment-text{width:100%}.comment-text img{display:block;margin-top:10px;width:300px}.comment-item.answer{padding-left:50px}.author-write:after{-webkit-animation:dotty 1.5s step-end infinite;animation:dotty 1.5s step-end infinite;content:"";display:inline-block;margin-left:2px;position:absolute}@-webkit-keyframes dotty{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}@keyframes dotty{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.uppcase{text-transform:lowercase}@media screen and (min-width:481px){.visible-480{display:none}}@media screen and (max-width:480px){.text-bottom{font-size:14px}.text-center-480{text-align:center}}@media screen and (max-width:320px){.subline{font-size:17px}.base p{font-size:16px}}@media screen and (min-width:720px) and (max-width:840px){.hidden-sm{display:none}}.list-tire{list-style:none!important}.list-tire li:before{content:"-";left:-10px;position:relative}.ava_block{margin-right:20px;width:40px}.ava_block img{max-width:40px}.randdate{white-space:nowrap}#comments .coment_ava{float:left;margin-right:15px}#comments .coment_ava img{border-radius:5px;height:50px;margin:0;width:50px}.name{font-weight:700}#comments .date{background:none;display:inline;font-weight:400}.pg{margin-bottom:33px;padding-left:65px;position:relative}.base{padding-top:0!important}.headline{font-size:44px;font-weight:700;line-height:48px;margin:20px 0}.subline{font-size:24px;font-weight:700;line-height:38px}input{font-size:14px}@media (max-width:1019px){.base{padding-bottom:50px;padding-top:0!important}.base h1{margin-top:0!important}}@media (max-width:767px){.headline{font-size:28px;line-height:38px}.subline{font-size:20px;line-height:30px}}@media (max-width:480px){.header_line_2{display:none}.time{margin-bottom:0!important}}@media (max-width:360px){.door__sales{top:75px!important}}@media (max-width:320px){.subline{font-size:17px;line-height:30px}.size-320{margin-left:-15px;max-width:111%}p{font-size:16px}}.text-color{color:#c00}.order_block,.order_block *{box-sizing:border-box;font-family:Arial,sans-serif!important;transition:.2s}.order_block{background:#fff;border:3px dashed #eaeaea;border-radius:0;box-shadow:0 0 25px 0 rgba(0,0,0,.12);margin:auto;max-width:100%;width:100%}.order_block,.order_block .order_offer{text-align:center}.order_block .order_offer img{max-width:100%;width:100%}.order_pre_form{padding:20px 20px 0}.order_form_row{margin-bottom:10px;text-align:left}.order_form{max-width:500px;padding:0 20px 20px;width:100%}.order_header{font-size:18px;margin:12px 0!important;padding:0!important}.order_form .order_form_row input,.order_form .order_form_row select{border:2px solid #eaeaea;border-radius:3px;box-shadow:none!important;box-sizing:border-box;color:#787171!important;font-size:16px!important;margin:0!important;max-width:100%!important;padding:0 14px;width:100%!important}.order_form .order_form_row label{font-size:13px;font-weight:700;text-align:left}.order_form .order_form_row input:active,.order_form .order_form_row input:focus{border:2px solid #cecece;outline:none}.order_form .order_form_button{background:#f24537;border:1px solid #d02718;border-radius:3px;box-shadow:inset 0 1px 0 0 #f5978e;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;letter-spacing:.6px;margin-top:5px;outline:none;padding:16px 0;text-decoration:none;text-shadow:0 1px 0 #810e05;text-transform:uppercase;width:100%}.order_form .order_form_button:hover{background:#c62d1f}.order_form .order_form_button:active{position:relative;top:1px}#order_timer{text-align:center}.order_timer_block{font-weight:700;line-height:1}.order_timer_block p{font-size:18px;margin:10px 0!important;padding:0!important}.order_timer_block .order_timer{font-size:21px}.time_remains{color:red}@media screen and (max-width:350px){.pop-up-window{max-width:280px}}.red{color:red}ul{margin-bottom:20px!important}ul li{font-size:18px!important;margin-bottom:8px!important}.alert-block__row{display:-webkit-flex;display:flex}.alert-block__img{margin-right:16px}.alert-block__img img{max-width:280px;width:100%}@media (max-width:450px){.alert-block__row{-webkit-flex-direction:column;flex-direction:column}.alert-block__img{margin-bottom:16px;margin-right:0;text-align:center}}.alert-block{background:#fff2cc;border:1px solid #000;margin:0 0 20px!important;padding:15px!important}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_info>*+:before{border-right:1px solid #d8d8d8;content:"";display:block;height:50px;left:20px;position:absolute;top:-8px}@media (max-width:640px){.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_info>*+:before{display:none}}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_advertising>:before{border:1px solid #ebebeb;box-sizing:border-box;content:"";display:block;height:100%;left:-20px;position:absolute;top:0;width:calc(100% + 40px);z-index:0}@media (max-width:1100px){.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_advertising>:before{left:0;width:100%}}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_advertising>:after{color:#969696;content:"Ð¯Ð½Ð´ÐµÐºÑ Ð”Ð¸Ñ€ÐµÐºÑ‚";display:block;font-family:MuseoSansCyrl500;font-size:12px;line-height:1em;margin-top:15px;white-space:nowrap}@media (max-width:800px){.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside>:after{display:none}}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside>::-webkit-scrollbar{width:5px}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside>::-webkit-scrollbar-track{background:0 0}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside>::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease;will-change:background}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside .__rusindustry_category .__rusindustry_list>*>*+:before{content:"";height:0;left:0;position:absolute;top:-18px;width:100%}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside .__rusindustry_section-link .__rusindustry_tags>:before{content:"#"}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_articles-section .__rusindustry_top .__rusindustry_man>:before{content:"";display:block;height:40px;position:absolute;top:calc(50% - 20px);transition:background .2s ease;width:20px}.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_articles-section .__rusindustry_top .__rusindustry_man-v2>:before{content:"";display:block;height:60px;position:absolute;right:0;top:calc(50% - 30px);transition:background .2s ease;width:30px}@media print{@page{margin-bottom:0;margin-left:20mm;margin-right:20mm;margin-top:0}body{margin:0;overflow:visible}body div:first-child{height:auto!important}body,html{height:99%!important}}.comment-item{border-bottom:1px solid #eee;display:-webkit-flex;display:flex;padding:15px 0}.comment-item>div:first-child{width:50px}.user-info{padding:0 0 0 15px;width:calc(100% - 50px)}.user-info>div:first-child{font-weight:700;padding-bottom:10px}.comment-item>div:first-child img{width:50px}.user-info img{display:block;margin:20px 0;max-width:300px;width:100%}.user-detail{font-size:14px}.user-detail>div:first-child{font-weight:400}@media screen and (min-width:768px){.user-info{padding:0 15px}.user-detail{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.user-detail>div:first-child{margin-left:auto;-webkit-order:2;order:2}}.comment-bottom,.comment-name{font-size:18px!important;margin-left:10px}.ava-img{float:left;margin-right:10px;vertical-align:middle;width:50px}.comments-block>div{margin-bottom:30px}*{-webkit-tap-highlight-color:transparent!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;outline:0!important}.pl_btn_danger,.pl_btn_success,.pl_modal_body,.pl_modal_footer,.pl_modal_header,.pl_modal_phone{font-family:sans-serif!important}.modal-leave .modal-leave__btn-no:hover,.modal-leave__btn-motivation{text-decoration:underline}.e-comebacker{background:rgba(0,0,0,.4);bottom:0;display:none;font-size:16px!important;left:0;line-height:normal;overflow:auto;position:fixed;right:0;top:0;z-index:9000}.e-comebacker,.e-comebacker *{box-sizing:border-box;font-family:Open Sans,sans-serif!important;letter-spacing:0;vertical-align:initial}.e-comebacker button{background:0 0!important;border:0!important;color:inherit!important;cursor:pointer;font:inherit!important;padding:0!important}.e-comebacker a{color:#00f!important;text-decoration:none!important}.e-comebacker__inner{height:100%;margin:0 auto;max-width:730px;padding:0 15px;width:100%;word-spacing:-5px}.e-comebacker__inner:before{content:"";display:inline-block;height:100vh;vertical-align:middle;width:0}.e-comebacker__inner>* *{word-spacing:normal}.e-comebacker__content{background:#fff;border-radius:4px;box-sizing:border-box;display:none;margin:20px auto;padding:15px 25px;vertical-align:middle;width:100%}.e-comebacker__content.e-comebacker-active{display:-webkit-inline-flex;display:inline-flex}.modal-leave{display:-webkit-flex;display:flex;width:100%}.modal-leave__info{box-sizing:border-box;-webkit-flex-basis:60%;flex-basis:60%;margin-right:0;padding-right:10px}.modal-leave__product-view{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-basis:40%;flex-basis:40%}.modal-leave .modal-leave__title{color:#ffb300;font-size:36px!important;font-weight:700!important;margin-bottom:8px!important;margin-top:0!important;text-align:center}.modal-leave .modal-leave__motivation{font-size:19px!important;font-weight:700!important;line-height:1.3;padding:0 5px;text-align:center}.modal-offer__price .pl_product_currency{font-size:.85em}.modal-leave .modal-leave__motivation>strong{color:#ffb300}.modal-leave .modal-leave__text{font-size:16px!important;font-weight:400;line-height:1.3;margin:12px auto 14px!important;padding:0 30px!important;text-align:center}.modal-leave__text .inner-red{color:#d32f2f;font-weight:700}.modal-leave__btn-wrapper{margin:0 auto;max-width:300px;text-align:center}.modal-leave .modal-leave__btn-next{background-color:#28a745!important;border-radius:4px;color:#fff!important;font-size:22px!important;font-weight:700!important;height:56px;letter-spacing:-.5px;line-height:25px;transition:background-color .3s linear;width:100%}.modal-leave .modal-leave__btn-next:hover{background-color:#1f8a37!important}.modal-leave .modal-leave__btn-no{color:#78909c!important;font-size:14px!important;font-weight:400!important;margin:5px 0 0!important}.modal-leave__on-sale{margin:0 auto;position:relative}.modal-leave__sale-label{-webkit-align-items:center;align-items:center;background:50% #388e3c;border-radius:50%;box-shadow:0 5px 10px rgba(0,0,0,.15)!important;color:#fff;display:none!important;display:-webkit-flex;display:flex;font-size:34px;font-weight:700;height:100px;-webkit-justify-content:center;justify-content:center;left:105px;position:absolute;top:-15px;-webkit-transform:rotate(-12deg);transform:rotate(-12deg);width:100px}.str{font-size:34px;margin-left:-5px;position:relative}.str:after{bottom:22px;content:"*";font-size:18px;position:absolute}.modal-leave__image{left:17px;margin-left:0!important;max-width:305px;position:relative}.modal-offer{font-weight:400;width:100%}.modal-offer .modal-offer__title{color:#c62828;font-size:29px!important;font-weight:700!important;margin-bottom:8px;padding:0 35px;text-align:center}.modal-offer__timer{margin-top:5px;text-align:center}.modal-offer__timer-time{color:#f44336;font-size:35px;font-weight:700}.modal-offer__promo{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-top:10px}.modal-offer__price{-webkit-flex-basis:42%;flex-basis:42%;margin-right:20px;padding-right:40px;text-align:center}.modal-offer__price .__label{font-size:20px;margin-bottom:4px}.modal-offer__price .__value{color:#f44336;font-size:43px;font-weight:700;line-height:1}.modal-offer__price .__currency{font-size:.74em;margin-left:4px;text-transform:uppercase}.modal-offer__product{-webkit-flex-basis:42%;flex-basis:42%;text-align:center}.modal-offer__product .__image{margin-bottom:0;max-width:190px;width:100%}.ffl__btn{color:red!important;text-decoration:none!important}.modal-offer__cong-text{margin:12px auto 16px;max-width:570px;text-align:center}.modal-offer__cong-text .__title{color:red!important;font-size:17px!important;font-weight:700!important;margin-bottom:6px!important;text-align:center}.modal-offer__cong-text .cong-text__p{line-height:1.3;margin-bottom:5px!important}.modal-offer__field{margin-bottom:5px;text-align:center}.modal-offer__form{padding-left:24px}.modal-offer__field .__wrapper{display:inline-block;max-width:300px;position:relative;width:100%}.modal-offer .modal-offer__btn-submit .__bg,.modal-offer__field .__label{box-sizing:border-box;display:inline-block;left:0;position:absolute;width:100%}.modal-offer__field .__label{font-weight:400;max-width:180px;padding-right:16px;text-align:right;top:50%;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.modal-offer__field .__input{border:1px solid #757575!important;border-radius:4px;box-sizing:border-box;font-size:17px;font-weight:400;height:40px;letter-spacing:0;line-height:1;padding:0 15px 0 17px;text-align:left!important;width:100%}.modal-offer .modal-offer__btn-submit{background-color:#16a835!important;background-image:linear-gradient(90deg,#38a22e 1%,#3ab02a)!important;border-radius:4px;box-sizing:border-box;color:#fff!important;cursor:pointer;font-family:Arial,sans-serif!important;font-size:21px!important;font-weight:700!important;letter-spacing:-.5px;margin-top:6px;max-width:300px;padding:10px!important;position:relative;width:100%}.modal-offer .modal-offer__btn-submit .__bg{background-color:#16a835!important;background-image:linear-gradient(90deg,#1f9913 1%,#2eae1d)!important;border-radius:inherit;height:100%;top:0;transition:opacity .3s linear}.modal-offer .modal-offer__btn-submit .__text{position:relative;z-index:1}.modal-offer .modal-offer__btn-submit:hover .__bg{opacity:0}.pl_field_address_info{border:none!important;height:0!important;margin:0!important;outline:0!important;padding:0!important;position:absolute;width:0!important;z-index:-1}.popin-anim{-webkit-animation:popin_appear .28s ease-out;animation:popin_appear .28s ease-out}@-webkit-keyframes popin_appear{0%{opacity:0;-webkit-transform:scale(.2);transform:scale(.2)}80%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes popin_appear{0%{opacity:0;-webkit-transform:scale(.2);transform:scale(.2)}80%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.fadeIn-anim{-webkit-animation:fadeIn_appear .28s ease-out;animation:fadeIn_appear .28s ease-out}@-webkit-keyframes fadeIn_appear{0%{opacity:0}to{opacity:1}}@keyframes fadeIn_appear{0%{opacity:0}to{opacity:1}}.e-comebacker strong{font-weight:700!important}@media screen and (max-width:640px){.e-comebacker{display:none!important}}.modal-offer .bespl{color:red;display:block;font-size:36px;font-weight:700;margin-top:0;position:relative}a.modal-leave__btn-motivation{color:#ffb300!important;cursor:pointer}.comebacker__snoska{display:block;font-size:14px;margin-top:5px;opacity:.7}@-moz-document url-prefix(){select{-webkit-text-indent:-2px;-moz-text-indent:-2px;text-indent:-2px}}.e-comebacker select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff!important}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}* .ffl{box-sizing:border-box;font-family:Roboto,sans-serif;font-size:16px!important;font-weight:700;line-height:1.5}@media screen and (min-width:469px){.ffl{display:none}}.ffl{background-color:red;bottom:0;left:0;opacity:0;padding:10px 30px;position:fixed;text-align:center;width:100%;z-index:2}.ffl__anim{-webkit-animation:example 1.3s;animation:example 1.3s;opacity:1}@-webkit-keyframes example{0%,25%,50%{opacity:0}75%{opacity:.9}to{opacity:1}}@keyframes example{0%,25%,50%{opacity:0}75%{opacity:.9}to{opacity:1}}.ffl__wrap{position:relative}.ffl__close{color:#fff;cursor:pointer;font-family:serif;font-size:25px;font-weight:700;height:16px;line-height:16px;position:absolute;right:-20px;top:0;width:16px}.ffl__out{display:none}.ffl__text{color:#fff;text-transform:inherit}.ffl__price{font-size:17px;text-transform:none;white-space:nowrap}.ffl__price-value{font-size:18px;text-transform:uppercase}.ffl__btn,.ffl__btn:active,.ffl__btn:focus,.ffl__btn:hover{-webkit-animation:blinker 2s cubic-bezier(1,0,0,1) infinite;animation:blinker 2s cubic-bezier(1,0,0,1) infinite;background-color:#ff0;border-radius:3px;color:red!important;display:inline-block;line-height:1.2;margin:5px auto;padding:7px 30px;text-decoration:none;text-transform:uppercase}@keyframes blinker{0%{opacity:1}to{opacity:.7}}@-webkit-keyframes blinker{0%{opacity:1}to{opacity:.7}}.ffl,.ffl__btn,.ffl__price,.ffl__text,.ffl__text span,.ffl__wrap{font-family:roboto-fixed-line,sans-serif!important;font-size:16px!important}.ord_button:hover{background-color:#ac1a1a}@media (max-width:469px){body{margin-bottom:121px}}