.popup{font:400 16px/20px PT Sans,Verdana,Geneva,sans-serif;color:#373737;max-width:400px;height:630px;margin:auto;bottom:0;left:0;right:0;border-radius:20px;overflow:hidden;background:#fff;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);text-align:center;font-size:16px}.popup,.popup-out{position:fixed;width:100%;top:0;transition:.3s}.popup-out{height:100%;background-color:rgba(0,0,0,.5);z-index:99999;display:none;opacity:0}.popup--block{display:block!important}.popup--show{opacity:1!important}.popup--scale{-webkit-transform:scale(1)!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.popup__frame{display:block;width:100%;border:none;height:630px;border-radius:20px}.popup__close{width:20px;height:20px;position:absolute;top:10px;right:10px;background:url(../../images/popup-close.svg) no-repeat 50%/10px 10px;cursor:pointer}.popup__content{box-sizing:border-box;padding:35px 40px}.popup__height{height:430px;box-sizing:border-box}.popup__height--padding{padding-top:130px}.popup__title{display:block;margin:0;padding:0;font-weight:100;font-size:25px;text-align:center;line-height:35px}.popup-tabs,.popup__title--bold{font-weight:700}.popup-tabs{display:block;position:relative;margin-top:20px;border-bottom:1px solid #d5d5d5;text-transform:uppercase;height:30px}.popup-tabs__item{position:absolute;width:50%;box-sizing:border-box;top:0;cursor:pointer;font-size:13px}.popup-tabs__item:first-child{left:0}.popup-tabs__item:nth-child(2){left:160px}.popup-tabs__item--active{color:#3777cb;cursor:default}.popup-tabs__cursor{width:160px;height:2px;background-color:#3777cb;position:absolute;top:29px;transition:.3s}.popup-tabs__cursor--0{left:0}.popup-tabs__cursor--1{left:160px}.popup-slider{margin-top:15px;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:800px;transition:.4s}.popup-slider--0{left:0}.popup-slider--1{left:-480px}.popup-slider__item{width:50%;max-width:320px}.popup-form{display:block;width:100%;position:relative}.popup-form--margin{margin-top:55px}.popup-form__input{position:relative}.popup-form__input--hidden{display:none}.popup-form__input input{display:block;width:100%;height:55px;outline:none;border-radius:5px;margin-top:10px;border:1px solid #d5d5d5;box-sizing:border-box;padding:12px 10px 0;font-size:16px}.popup-form__input placeholder{display:block;position:absolute;z-index:10;top:18px;left:11px;color:#747474;transition:.2s;font-size:16px}.popup-form__input span{display:block;position:absolute;top:0;bottom:0;right:20px;margin:auto;color:#3777cb;font-size:14px;cursor:pointer;height:21px}.popup-form__input--notification input{border-color:#f34367;border-radius:5px 5px 0 0}.popup-form__input--notification notification{position:absolute;display:block;width:100%;background-color:#f34367;z-index:11;color:#fff;border-radius:0 0 5px 5px;box-sizing:border-box;padding:10px}.popup-form__input--mini placeholder{font-size:13px;top:9px}.popup-form__input--dropdown input{border-radius:5px 5px 0 0}.popup-form__input--dropdown .popup-form__dropdown{display:block}.popup-form__button{display:block;width:100%;height:55px;outline:none;border-radius:5px;margin-top:10px;border:none;box-sizing:border-box;padding:0 20px;font-size:16px;background-color:#3777cb;color:#fff;text-transform:uppercase;transition:.2s}.popup-form__button:hover{background-color:#588dd1}.popup-form__desc{position:absolute;top:17px;right:10px;font-size:18px}.popup-form__dropdown{text-align:left;display:none;box-sizing:border-box;padding:5px 0;border:1px solid #d5d5d5;border-top:none;border-radius:0 0 5px 5px;max-height:155px;overflow-y:auto;background-color:#fff;position:absolute;width:100%}.popup-form__dropdown::-webkit-scrollbar{width:4px}.popup-form__dropdown::-webkit-scrollbar-track{background-color:#f5f5f5}.popup-form__dropdown::-webkit-scrollbar-thumb{background-color:#c6c6c6}.popup-form__dropdown div{box-sizing:border-box;padding:4px 10px;cursor:pointer;font-size:16px;white-space:nowrap;overflow:hidden;position:relative}.popup-form__dropdown div:after{content:"";position:absolute;display:block;width:30px;height:28px;top:0;right:0;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 1%,#fff 89%,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1)}.popup-form__dropdown .item-active{color:#fff;background-color:#3777cb}.popup-form__dropdown .item-active:after{content:"";position:absolute;display:block;width:30px;height:28px;top:0;right:0;background:linear-gradient(90deg,rgba(55,119,203,0) 0,rgba(55,119,203,0) 1%,#3777cb 89%,#3777cb);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1)}.popup-form__dropdown--not-found{color:#909090;font-size:14px!important;pointer-events:none}.popup__link{color:#3777cb;transition:.2s;display:inline-block;cursor:pointer}.popup__link:hover{color:#588dd1}.popup__link--margin{margin-top:25px}.popup__subtitle{color:#909090}.popup__subtitle--margin{margin-top:40px}.popup-socials{margin-top:15px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.popup-socials__item{width:155px;height:55px;background-color:red;border-radius:5px;color:#fff;line-height:55px;cursor:pointer;transition:.2s;box-sizing:border-box}.popup-socials__item:first-child{margin-right:5px}.popup-socials__item:nth-child(2){margin-left:5px}.popup-socials__item--facebook{background:#4364ae url(../../images/social/fb_icon.svg) no-repeat 30px/20px auto;padding-left:30px}.popup-socials__item--facebook:hover{background-color:#5776bb}.popup-socials__item--vk{background:#4a74a5 url(../../images/social/vk_icon.svg) no-repeat 25px/30px auto;padding-left:40px}.popup-socials__item--vk:hover{background-color:#5a82b1}.popup__desc{line-height:20px;margin-top:25px}.popup__desc--margin{margin-top:55px}.popup__desc--no-margin{margin-top:0}.popup__desc--gray{color:#909090}.popup__subdesc{text-transform:uppercase;font-size:12px;color:#909090;margin-top:15px}.popup__number{margin-top:35px;color:#f38528;font-size:44px;font-weight:700;transition:.2s}.popup__number--scale{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.popup-preloader{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%}.popup-preloader .preloader{width:100px;height:100px;position:absolute;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-animation:a 2s infinite ease-in;animation:a 2s infinite ease-in}.popup-preloader .preloader div{position:absolute;width:100%;height:100%;opacity:0}.popup-preloader .preloader div:before{content:"";position:absolute;left:50%;top:0;width:10%;height:10%;background-color:#ccc;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}@-webkit-keyframes a{0%{-webkit-transform:translateX(-50%) translateY(-50%) rotate(0deg);transform:translateX(-50%) translateY(-50%) rotate(0deg)}to{-webkit-transform:translateX(-50%) translateY(-50%) rotate(-1turn);transform:translateX(-50%) translateY(-50%) rotate(-1turn)}}@keyframes a{0%{-webkit-transform:translateX(-50%) translateY(-50%) rotate(0deg);transform:translateX(-50%) translateY(-50%) rotate(0deg)}to{-webkit-transform:translateX(-50%) translateY(-50%) rotate(-1turn);transform:translateX(-50%) translateY(-50%) rotate(-1turn)}}.popup .preloader div:first-child{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation:b 2s infinite linear;animation:b 2s infinite linear;z-index:9}@-webkit-keyframes b{0%{opacity:0}0%{opacity:1;-webkit-transform:rotate(36deg);transform:rotate(36deg)}7%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}57%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes b{0%{opacity:0}0%{opacity:1;-webkit-transform:rotate(36deg);transform:rotate(36deg)}7%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}57%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup .preloader div:nth-child(2){-webkit-transform:rotate(36deg);-ms-transform:rotate(36deg);transform:rotate(36deg);-webkit-animation:c 2s infinite linear;animation:c 2s infinite linear;z-index:8}@-webkit-keyframes c{5%{opacity:0}5.0001%{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}12%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}62%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes c{5%{opacity:0}5.0001%{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}12%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}62%{-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup .preloader div:nth-child(3){-webkit-transform:rotate(72deg);-ms-transform:rotate(72deg);transform:rotate(72deg);-webkit-animation:d 2s infinite linear;animation:d 2s infinite linear;z-index:7}@-webkit-keyframes d{10%{opacity:0}10.0002%{opacity:1;-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}17%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}67%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes d{10%{opacity:0}10.0002%{opacity:1;-webkit-transform:rotate(-36deg);transform:rotate(-36deg)}17%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}67%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup .preloader div:nth-child(4){-webkit-transform:rotate(108deg);-ms-transform:rotate(108deg);transform:rotate(108deg);-webkit-animation:e 2s infinite linear;animation:e 2s infinite linear;z-index:6}@-webkit-keyframes e{15%{opacity:0}15.0003%{opacity:1;-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}22%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}72%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes e{15%{opacity:0}15.0003%{opacity:1;-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}22%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}72%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup .preloader div:nth-child(5){-webkit-transform:rotate(144deg);-ms-transform:rotate(144deg);transform:rotate(144deg);-webkit-animation:f 2s infinite linear;animation:f 2s infinite linear;z-index:5}@-webkit-keyframes f{20%{opacity:0}20.0004%{opacity:1;-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}27%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}77%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes f{20%{opacity:0}20.0004%{opacity:1;-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}27%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}77%{-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup .preloader div:nth-child(6){-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation:g 2s infinite linear;animation:g 2s infinite linear;z-index:4}@-webkit-keyframes g{25%{opacity:0}25.0005%{opacity:1;-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}32%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}82%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes g{25%{opacity:0}25.0005%{opacity:1;-webkit-transform:rotate(-144deg);transform:rotate(-144deg)}32%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}82%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup .preloader div:nth-child(7){-webkit-transform:rotate(216deg);-ms-transform:rotate(216deg);transform:rotate(216deg);-webkit-animation:h 2s infinite linear;animation:h 2s infinite linear;z-index:3}@-webkit-keyframes h{30%{opacity:0}30.0006%{opacity:1;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}37%{-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}87%{-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes h{30%{opacity:0}30.0006%{opacity:1;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}37%{-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}87%{-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup .preloader div:nth-child(8){-webkit-transform:rotate(252deg);-ms-transform:rotate(252deg);transform:rotate(252deg);-webkit-animation:i 2s infinite linear;animation:i 2s infinite linear;z-index:2}@-webkit-keyframes i{35%{opacity:0}35.0007%{opacity:1;-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}42%{-webkit-transform:rotate(-252deg);transform:rotate(-252deg)}92%{-webkit-transform:rotate(-252deg);transform:rotate(-252deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes i{35%{opacity:0}35.0007%{opacity:1;-webkit-transform:rotate(-216deg);transform:rotate(-216deg)}42%{-webkit-transform:rotate(-252deg);transform:rotate(-252deg)}92%{-webkit-transform:rotate(-252deg);transform:rotate(-252deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup .preloader div:nth-child(9){-webkit-transform:rotate(288deg);-ms-transform:rotate(288deg);transform:rotate(288deg);-webkit-animation:j 2s infinite linear;animation:j 2s infinite linear;z-index:1}@-webkit-keyframes j{40%{opacity:0}40.0008%{opacity:1;-webkit-transform:rotate(-252deg);transform:rotate(-252deg)}47%{-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}97%{-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes j{40%{opacity:0}40.0008%{opacity:1;-webkit-transform:rotate(-252deg);transform:rotate(-252deg)}47%{-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}97%{-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup .preloader div:nth-child(10){-webkit-transform:rotate(324deg);-ms-transform:rotate(324deg);transform:rotate(324deg);-webkit-animation:k 2s infinite linear;animation:k 2s infinite linear;z-index:0}@-webkit-keyframes k{45%{opacity:0}45.0009%{opacity:1;-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}52%{-webkit-transform:rotate(-324deg);transform:rotate(-324deg)}102%{-webkit-transform:rotate(-324deg);transform:rotate(-324deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}@keyframes k{45%{opacity:0}45.0009%{opacity:1;-webkit-transform:rotate(-288deg);transform:rotate(-288deg)}52%{-webkit-transform:rotate(-324deg);transform:rotate(-324deg)}102%{-webkit-transform:rotate(-324deg);transform:rotate(-324deg)}to{-webkit-transform:rotate(-324deg);transform:rotate(-324deg);opacity:1}}.popup__button{display:block;width:100%;height:55px;outline:none;border-radius:5px;border:none;box-sizing:border-box;padding:0 20px;font-size:14px;background-color:#3777cb;color:#fff;text-transform:uppercase;transition:.2s;font-weight:700}.popup__button--disabled{pointer-events:none;opacity:.7}.popup__button:hover{background-color:#588dd1}.popup__button--white{background-color:#fff;color:#373737;border:1px solid #d5d5d5}.popup__button--white:hover{background-color:#fff;border-color:#909090}.popup__button-text{background:none;color:#373737;border:none;display:inline-block;font-size:16px}.popup-numeration{margin-top:30px}.popup-numeration-parts{margin-top:15px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.popup-numeration-parts__item{position:relative;height:5px;width:100%;background-color:#d5d5d5;border-radius:5px;margin:0 3px}.popup-numeration-parts__item:first-child{margin:0 3px 0 0}.popup-numeration-parts__item:last-child{margin:0 0 0 3px}.popup-numeration-parts__item.active div{width:100%}.popup-numeration-parts__item div{position:absolute;width:0;height:100%;background-color:#3777cb;border-radius:5px;transition:.2s}.popup-toddler{width:100%}.popup-toddler__head{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#f38528}.popup-toddler__dropdown{color:#373737;width:85px}.popup-toddler__range{margin:15px auto 0}.popup-toddler__desc{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:10px}.popup-toddler__desc div{color:#909090;font-size:14px;width:100px}.popup-toddler__desc div:first-child{text-align:left}.popup-toddler__desc div:nth-child(2){text-align:center}.popup-toddler__desc div:nth-child(3){text-align:right}.popup-toddler__small-head{margin-top:10px;text-align:left;color:#f38528}.popup__avatar{margin:20px auto 0;width:200px;height:200px;position:relative}.popup__avatar-notification{position:absolute;width:320px;top:0;bottom:0;left:-60px;right:0;margin:auto;display:none}.popup__avatar-notification div{width:100%;border-radius:5px;background-color:#f24469;box-sizing:border-box;padding:10px;color:#fff;text-align:left}.popup__avatar-notification--show{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.popup__avatar svg{width:200px;height:200px}.popup__button-photo{display:block;margin:10px auto 0;padding:5px 10px;background-color:#fff;cursor:pointer;font-size:15px}.popup-phone,.popup__button-photo{box-sizing:border-box;border:1px solid #d5d5d5;border-radius:5px}.popup-phone{position:relative;width:320px;height:55px;transition:.15s}.popup-phone--error{border-color:#f34367;border-radius:5px 5px 0 0}.popup-phone--error error{height:68px!important;padding:10px!important;border:1px solid #f34367;padding-top:21px!important}.popup-phone--notice{border-color:#f34367;border-radius:5px 5px 0 0}.popup-phone--notice notification{height:172px!important;padding:10px!important;border:1px solid #f34367}.popup-phone__dropdown{height:53px;width:120px;position:absolute;top:0;left:0;border-top:none;border-bottom:none;border-left:none;border-radius:5px 0 0 5px;font-size:14px}.popup-phone__dropdown[show] listLayer{max-height:280px!important}.popup-phone__dropdown[show] listLayer ul{max-height:270px!important}.popup-phone listLayer{top:53px!important;width:120px}.popup-phone currentitemlayer{overflow:hidden;position:relative}.popup-phone currentitemlayer div{padding-top:17px!important;white-space:nowrap}.popup-phone__input{position:absolute;width:180px;height:100%;top:0;right:0;border:none;outline:none;box-sizing:border-box;padding:0 10px 0 45px;font-size:20px;border-radius:5px}.popup-phone__number{font-size:20px;position:absolute;top:0;bottom:0;margin:auto;left:130px;color:#9d9c9f;transition:.2s;line-height:53px}.popup-phone__number--black{color:#373737}.popup-phone__item{padding:5px 0;position:relative}.popup-phone__item:after{content:"";position:absolute;right:0;height:100%;width:20px;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 1%,#fff 89%,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1)}.popup-phone error{background-color:#f34367;color:#fff}.popup-phone error,.popup-phone notification{display:block;position:absolute;width:320px;top:53px;z-index:2;border-radius:0 0 5px 5px;font-size:15px;box-sizing:border-box;padding:0;left:-1px;overflow:hidden;height:0;transition:.15s}.popup-phone notification{background-color:#fff}.popup-phone notification p{padding-bottom:0}.popup-phone notification .notification-user{box-sizing:border-box;padding:15px 0;display:block}.popup-phone notification .notification-user__avatar{width:33px;height:36px;display:inline-block;vertical-align:middle;margin-right:3px}.popup-phone notification .notification-user__desc{display:inline-block;vertical-align:middle;margin-left:3px;max-width:250px;text-align:left}.popup-phone notification .notification-user__desc a,.popup-phone notification .notification-user__desc span{display:block}.popup-phone notification .notification-user__desc span:last-child{color:#909090}.popup__phone{font-size:22px;margin-top:30px}.popup-sms{margin:55px auto 0;width:210px;transition:.3s}.popup-sms__item{width:40px;height:55px;margin:0 3px;display:inline-block;border:1px solid #d5d5d5;border-radius:5px;text-align:center;font-size:20px}.popup-sms--hidden{pointer-events:none;opacity:.5}.popup__success{width:40px;height:48px;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0MCA0OCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Db21iaW5lZCBTaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0icHJvZmlsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0icHJvZmlsZV9lZGl0X3BvcHVwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTUzMC4wMDAwMDAsIC0xOTkuMDAwMDAwKSIgZmlsbD0iIzM0MzQzNCI+ICAgICAgICAgICAgPGcgaWQ9InBob25lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MC4wMDAwMDAsIDUwLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8ZyBpZD0iNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI5MC4wMDAwMDAsIDAuMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iZm9ybSI+ICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxOS45OTk5NzQsMTgyLjA4MjQ5NSBDMjIwLjAwMDI4NCwxODIuNDAyMDM0IDIxOS45NDQwOTcsMTgyLjc4MzkwNiAyMTkuODI5MjM5LDE4My4xODI1MSBDMjE5LjY1ODgxNSwxODMuNzgwNTggMjE5LjM1NjE1LDE4NC40MTMwOTggMjE4Ljk4NDI2LDE4NC45NDU1NTQgQzIxOC42MTQyMzIsMTg1LjQ4MDMwNyAyMTguMTczMTE2LDE4NS45MTA0MDUgMjE3Ljc3ODU2NSwxODYuMTQ4MjU2IEwyMDIuMjIwOTQzLDE5NS42NDA5MzYgQzIwMS45NTk1NjQsMTk1LjgwMTAzNCAyMDEuNjE4NDA2LDE5NS45NDA3OTIgMjAxLjIzNDQwOSwxOTYuMDM0NjE5IEMyMDAuODUwNzIzLDE5Ni4xMjk0MzEgMjAwLjQyNTQzOSwxOTYuMTc5NjI2IDIwMC4wMDAxNTUsMTk2LjE3OTYyNiBDMTk5LjU3NDU2MSwxOTYuMTc5NjI2IDE5OS4xNDkyNzcsMTk2LjEyOTQzMSAxOTguNzY1NTkxLDE5Ni4wMzQ2MTkgQzE5OC4zODE1OTQsMTk1Ljk0MDc5MiAxOTguMDQwNzQ2LDE5NS44MDEwMzQgMTk3Ljc3OTA1NywxOTUuNjQwOTM2IEwxODIuMjIxMTI1LDE4Ni4xNDgyNTYgQzE4MS45NTg4MTUsMTg1Ljk4ODgxNCAxODEuNjc0MTU0LDE4NS43NDY2OTkgMTgxLjQwNTAxNSwxODUuNDQxOTIzIEMxODEuMDAwMjE5LDE4NC45ODY4OTEgMTgwLjYzMzI5NiwxODQuMzkzNzQyIDE4MC4zODI3ODIsMTgzLjc4NzE0MiBDMTgwLjEyOTc4NCwxODMuMTgxMTk4IDE3OS45OTc4NTMsMTgyLjU2MjEzMiAxODAuMDAwMDI2LDE4Mi4wODI0OTUgTDE4MC4wMDAwMjYsMTYzLjA5NjgwNSBDMTc5Ljk5OTQwNiwxNjIuNzc3MjY2IDE4MC4wNTU1OTMsMTYyLjM5NTM5MyAxODAuMTcwNzYxLDE2MS45OTcxMTcgQzE4MC4zNDExODUsMTYxLjM5ODcxOSAxODAuNjQzODUsMTYwLjc2NjUzIDE4MS4wMTU3NCwxNjAuMjMzNzQ1IEMxODEuMzg1NzY4LDE1OS42OTkzMjEgMTgxLjgyNjg4NCwxNTkuMjY4ODk0IDE4Mi4yMjExMjUsMTU5LjAzMTM3MiBMMTk3Ljc3OTA1NywxNDkuNTM4MzYzIEMxOTguMDQwNzQ2LDE0OS4zNzgyNjUgMTk4LjM4MTU5NCwxNDkuMjM4ODM2IDE5OC43NjU1OTEsMTQ5LjE0NDY4IEMxOTkuMTQ5Mjc3LDE0OS4wNDk4NjggMTk5LjU3NDU2MSwxNDguOTk5Njc0IDIwMC4wMDAxNTUsMTQ5LjAwMDAwMiBDMjAwLjQyNTQzOSwxNDguOTk5Njc0IDIwMC44NTA3MjMsMTQ5LjA0OTg2OCAyMDEuMjM0NDA5LDE0OS4xNDQ2OCBDMjAxLjYxODQwNiwxNDkuMjM4ODM2IDIwMS45NTk1NjQsMTQ5LjM3ODI2NSAyMDIuMjIwOTQzLDE0OS41MzgzNjMgTDIxNy43Nzg4NzUsMTU5LjAzMTM3MiBDMjE4LjA0MDg3NSwxNTkuMTkwNDg1IDIxOC4zMjU4NDYsMTU5LjQzMjkyOSAyMTguNTk0Njc1LDE1OS43MzczNzcgQzIxOC45OTk3ODEsMTYwLjE5MjczNyAyMTkuMzY2NzA0LDE2MC43ODU1NTggMjE5LjYxNjkwOCwxNjEuMzkyNDg2IEMyMTkuODcwMjE2LDE2MS45OTg0MjkgMjIwLjAwMjE0NywxNjIuNjE3NDk2IDIxOS45OTk5NzQsMTYzLjA5NjgwNSBMMjE5Ljk5OTk3NCwxODIuMDgyNDk1IFogTTE5Ni4wOTYzMjIsMTc4LjQ5NTgyOCBDMTk2LjE3MzUzOCwxNzguNjI4NTYyIDE5Ni4yNjg5OTYsMTc4Ljc1MzYgMTk2LjM4MjY5OCwxNzguODY3MzAyIEMxOTcuMDkxMzQ5LDE3OS41NzU5NTIgMTk4LjI0MDI5OCwxNzkuNTc1OTUyIDE5OC45NDg5NDgsMTc4Ljg2NzMwMiBMMjA3LjkzMDgyMywxNjkuODg1NDI3IEMyMDguNjM5NDczLDE2OS4xNzY3NzcgMjA4LjYzOTQ3MywxNjguMDI3ODI3IDIwNy45MzA4MjMsMTY3LjMxOTE3NyBDMjA3LjIyMjE3MywxNjYuNjEwNTI3IDIwNi4wNzMyMjMsMTY2LjYxMDUyNyAyMDUuMzY0NTczLDE2Ny4zMTkxNzcgTDE5Ny42MjAyMjksMTc1LjA2MzUyMSBMMTk0LjI1Njc0NywxNzEuNzAwMDQgQzE5My41NDgwOTcsMTcwLjk5MTM4OSAxOTIuMzk5MTQ4LDE3MC45OTEzODkgMTkxLjY5MDQ5NywxNzEuNzAwMDQgQzE5MC45ODE4NDcsMTcyLjQwODY5IDE5MC45ODE4NDcsMTczLjU1NzYzOSAxOTEuNjkwNDk3LDE3NC4yNjYyOSBMMTk1LjUzOTg3MiwxNzguMTE1NjY1IEMxOTUuNzA1MTMzLDE3OC4yODA5MjUgMTk1Ljg5NDMzOSwxNzguNDA3NjQ2IDE5Ni4wOTYzMjIsMTc4LjQ5NTgyOCBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==") no-repeat 50%/cover;margin:0 auto;transition:.3s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.popup__success--show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.popup__textarea{width:100%;height:200px!important;display:block;margin:25px auto 0;outline:none;border-radius:5px;border:1px solid #d5d5d5;box-sizing:border-box;padding:12px 10px 0;font-size:16px;resize:none}.popup__textarea-counter{color:#909090;font-size:14px}.popup-lang-container{min-height:30px;max-height:190px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.popup-lang-container__body{text-align:left}.popup-lang-container__item{font-size:14px;background-color:#e9e9e9;box-sizing:border-box;padding:3px 30px 3px 7px;border-radius:3px;margin:5px 5px 0 0;display:inline-block;position:relative}.popup-lang-container__item close{position:absolute;right:5px;top:3px;width:20px;height:20px;background:url(../../images/popup-close.svg) no-repeat 50%/10px 10px;cursor:pointer;opacity:.5;transition:.2s}.popup-lang-container__item close:hover{opacity:.7}.popup-invoice{margin-top:20px;text-align:left;font-size:14px;max-height:170px;overflow:auto}.popup-invoice::-webkit-scrollbar{width:0}.popup-invoice::-webkit-scrollbar-track{background-color:#f5f5f5}.popup-invoice::-webkit-scrollbar-thumb{background-color:#c6c6c6}.popup-invoice__date{color:#909090;font-size:13px}.popup-invoice__name{font-weight:700}.popup-invoice__finance{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.popup--hidden{pointer-events:none;cursor:default;opacity:.7}.popup--margin-0{margin-top:0}.popup--margin-5{margin-top:5px}.popup--margin-10{margin-top:10px}.popup--margin-15{margin-top:15px}.popup--margin-25{margin-top:25px}.popup--margin-30{margin-top:30px}.popup--margin-40{margin-top:40px}.popup--margin-55{margin-top:55px}.popup--margin-65{margin-top:65px}.popup--margin-90{margin-top:90px}.popup--margin-110{margin-top:110px}.popup--small-font{font-size:15px}.popup .drop-down-item-li{padding:1px 0 1px 10px}.popup dropDown[show] listLayer{padding:5px 2px 5px 0}page{display:block}sub-page{display:none}.js-desc-on-button{display:none;height:55px;box-sizing:border-box;color:#373737;padding-top:15px}@media screen and (max-width:405px){.popup{width:355px}.popup__content{padding:35px 17px}}@media screen and (max-width:375px){.popup{-webkit-transform:scale(.85)!important;-ms-transform:scale(.85)!important;transform:scale(.85)!important}}