.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--background-overlay);z-index:600;overflow:auto;-webkit-transition:all 375ms;-moz-transition:all 375ms;-o-transition:all 375ms;-ms-transition:all 375ms;transition:all 375ms;height:100vh}.modal.beforeshow{opacity:0}.modal.hide{opacity:0}.modal__wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.modal__wrapper:after{content:'';min-height:inherit;font-size:0}}.modal__inner{width:100%;max-width:600px;background:var(--background-primary);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border-radius:8px;margin-bottom:40px;overflow:hidden;-webkit-transition:all 375ms;-moz-transition:all 375ms;-o-transition:all 375ms;-ms-transition:all 375ms;transition:all 375ms;padding:40px}.modal.beforeshow .modal__inner{-webkit-transform:translate(0,10px);-moz-transform:translate(0,10px);-o-transform:translate(0,10px);-ms-transform:translate(0,10px);transform:translate(0,10px)}.modal.hide .modal__inner{-webkit-transform:translate(0,-100px);-moz-transform:translate(0,-100px);-o-transform:translate(0,-100px);-ms-transform:translate(0,-100px);transform:translate(0,-100px)}.modal__close{position:absolute;width:25px;height:24px;border:none;background:url(../../i/modal/close.svg) center center no-repeat;-webkit-background-size:25px 24px;-moz-background-size:25px 24px;background-size:25px 24px;top:20px;right:20px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}@media screen and (max-width:759px){.modal__close{width:18px;height:18px;-webkit-background-size:18px 18px;-moz-background-size:18px 18px;background-size:18px 18px}}.modal__close:hover{background-image:url(../../i/modal/close_red.svg);filter:var(--icons-filter-primary);-webkit-filter:var(--icons-filter-primary)}.modal__title{font-size:38px;line-height:1.18;margin-bottom:30px;text-align:center}@media screen and (max-width:1679px){.modal__title{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.modal__title{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.modal__title{font-size:24px;line-height:1.25}}.modal__text{font-size:24px;line-height:1.25;text-align:center}@media screen and (max-width:1679px){.modal__text{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.modal__text{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.modal__text{font-size:17px;line-height:1.24}}.modal__text_norm{font-size:21px;line-height:1.38}@media screen and (max-width:1679px){.modal__text_norm{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px){.modal__text_norm{font-size:17px;line-height:1.35}}@media screen and (max-width:759px){.modal__text_norm{font-size:16px;line-height:1.38}}.modal__text_bold{font-weight:500}.modal__video{width:800px;height:450.0196883613658px;border-radius:8px}@media screen and (max-width:959px){.modal__video{width:640px;height:360.0157506890926px}}@media screen and (max-width:759px){.modal__video{width:calc(100vw - 40px);height:calc((100vw - 40px)/ 1.7777)}}.modal__icon_success{width:80px;height:80px;margin:0 auto 30px}.modal_page .modal__inner{max-width:100%;padding:56px 133px}@media screen and (max-width:1679px){.modal_page .modal__inner{padding:40px 100px}}@media screen and (max-width:1279px){.modal_page .modal__inner{padding:90px 76px}}@media screen and (max-width:959px){.modal_page .modal__inner{padding:80px 20px}}@media screen and (max-width:759px){.modal_page .modal__inner{border-radius:0;padding:44px 20px}}.modal_page .modal__close{top:56px;right:83px}@media screen and (max-width:1679px){.modal_page .modal__close{top:40px;right:46px}}@media screen and (max-width:1279px){.modal_page .modal__close{top:36px;right:20px}}@media screen and (max-width:759px){.modal_page .modal__close{top:23px;height:23px}}@media screen and (max-width:759px){.modal_page .modal__wrapper{padding:0}}.modal_cover .modal__inner{padding:0}.modal_mobilecontext .modal__title{text-align:center;font-size:16px;color:var(--text-primary);-webkit-box-shadow:0 3px 6px -3px rgba(110,119,130,.14);box-shadow:0 3px 6px -3px rgba(110,119,130,.14);padding:12px 0;margin:12px 0;font-weight:500;position:relative}.modal_mobilecontext .modal__wrapper{align-items:flex-end;padding:0;height:100vh}.modal_mobilecontext .modal__inner{top:initial;will-change:bottom;bottom:0;bottom:env(safe-area-inset-bottom);max-height:calc(100vh - 65px);max-height:calc(100vh - (65px + env(safe-area-inset-top) + env(safe-area-inset-bottom)));margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:0;position:fixed;left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-o-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.modal_mobilecontext .modal__body{max-height:calc(100vh - 140px);max-height:calc(100vh - (140px + env(safe-area-inset-bottom)));overflow:auto}.modal_mobilecontext .modal__swipe-zone{position:absolute;top:0;left:0;right:0;height:100%}.modal_mobilecontext .modal__close{position:absolute;top:0;left:0;right:0;width:100%;height:20px;background:0 0;z-index:1}.modal_mobilecontext .modal__close:after{content:'';background:var(--controls-inactive);width:50px;height:4px;border-radius:8px;position:absolute;top:8px;left:50%;margin-left:-25px}.modal_mobilecontext.beforeshow .modal__inner{-webkit-transform:translate(-50%,100%);-moz-transform:translate(-50%,100%);-o-transform:translate(-50%,100%);-ms-transform:translate(-50%,100%);transform:translate(-50%,100%)}.modal_mobilecontext.hide .modal__inner{-webkit-transform:translate(-50%,100%);-moz-transform:translate(-50%,100%);-o-transform:translate(-50%,100%);-ms-transform:translate(-50%,100%);transform:translate(-50%,100%)}.modal_middle .modal__inner{max-width:760px;padding:80px 60px}@media screen and (max-width:759px){.modal_middle .modal__inner{padding:44px 20px}}.modal_clear .modal__inner{max-width:880px;background:0 0}@media screen and (max-width:959px){.modal_clear .modal__inner{max-width:720px}}@media screen and (max-width:759px){.modal_clear .modal__inner{padding-left:0;padding-right:0}}.modal_clear .modal__close{top:40px;right:0;background-image:url(../../i/modal/close_white.svg)}@media screen and (max-width:759px){.modal_clear .modal__close{top:0}}.modal_clear .modal__close:hover{background-image:url(../../i/modal/close_red.svg);filter:var(--icons-filter-primary);-webkit-filter:var(--icons-filter-primary)}.modal_mts-business-qr .modal__inner{max-width:258px;background:#120b0d;border-radius:4px;border:1px solid #e30611;min-height:232px;padding:20px 15px}.modal_mts-business-qr .modal__close{background-image:url(../../i/modal/close_red.svg);width:24px;height:24px;-webkit-background-size:16px 16px;-moz-background-size:16px 16px;background-size:16px 16px;top:10px;right:10px}.modal_mts-business-qr .modal__text{font-size:14px;color:#fff}.modal_mts-business-qr .modal__qr{margin:20px auto;width:92px;height:92px}.modal_mts-business-qr .modal__qr img{max-width:100%;width:100%}.modal_mts-business-qr .modal__icon{width:64px;height:64px;margin:25px auto}.modal_mts-business-qr .modal__icon img{max-width:100%;width:100%}.modal_mts-business-qr .modal__btn-close{margin-top:30px}@media screen and (max-width:759px){.modal_enterpreners .modal__wrapper{padding:0}}.modal_enterpreners .modal__inner{padding:20px;border-radius:0}.modal_enterpreners .modal__close{background:url(../../i/modal/close_bold.svg) center center no-repeat,#f2f2f2;-webkit-background-size:30px 30px;-moz-background-size:30px 30px;background-size:30px 30px;width:44px;height:44px;border-radius:50%;top:10px;right:10px;z-index:10}.modal_ds .modal__inner{width:calc((100% + 32px)/ 12 * 8 - 32px);max-width:initial;padding:40px 172px;background:#fff;-webkit-box-shadow:0 0 16px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);box-shadow:0 0 16px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);border-radius:16px}@media screen and (max-width:1919px){.modal_ds .modal__inner{padding:40px 108px}}@media screen and (max-width:1679px){.modal_ds .modal__inner{padding:40px 76px}}@media screen and (max-width:1439px){.modal_ds .modal__inner{padding:40px 44px}}@media screen and (max-width:1279px){.modal_ds .modal__inner{padding:40px 100px;width:100%}}@media screen and (max-width:959px){.modal_ds .modal__inner{padding:40px 56px}}@media screen and (max-width:767px){.modal_ds .modal__inner{padding:40px 20px;border-radius:8px}}.b-popup-frame{background-color:#fff}@media screen and (max-width:1279px){.b-popup-frame{width:630px;margin-left:-315px}}@media screen and (max-width:959px){.b-popup-frame{width:474px;margin-left:-237px}}@media screen and (max-width:759px){.b-popup-frame{width:320px;margin-left:-160px}}.b-popup-frame .popup__padding{padding:0}.b-popup-frame__head{padding:20px 45px 20px 20px}.b-popup-frame__body{min-height:390px;position:relative;-webkit-overflow-scrolling:touch}.b-popup-frame__body iframe{width:100%;height:100%;border:0 none;border-radius:8px}.b-popup-frame__title{font-size:38px;line-height:1.18;font-weight:400}@media screen and (max-width:1679px){.b-popup-frame__title{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.b-popup-frame__title{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.b-popup-frame__title{font-size:24px;line-height:1.25}}.b-popup-frame__text{font-size:24px;line-height:1.25}@media screen and (max-width:1679px){.b-popup-frame__text{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.b-popup-frame__text{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.b-popup-frame__text{font-size:17px;line-height:1.24}}.b-popup-adblock{width:800px;margin-left:-400px}@media screen and (max-width:1279px){.b-popup-adblock{width:630px;margin-left:-315px}}@media screen and (max-width:959px){.b-popup-adblock{width:474px;margin-left:-237px}}@media screen and (max-width:759px){.b-popup-adblock{width:320px;margin-left:-160px}}.b-popup-adblock .popup__padding{padding:3.5rem 2.5rem 3rem}@media screen and (max-width:959px){.b-popup-adblock .popup__padding{padding:3rem}}@media screen and (max-width:759px){.b-popup-adblock .popup__padding{padding:3rem 2rem}}.b-popup-adblock .popup__title{font-size:52px;line-height:1;line-height:110%}@media screen and (max-width:1679px){.b-popup-adblock .popup__title{font-size:46px;line-height:1}}@media screen and (max-width:1279px){.b-popup-adblock .popup__title{font-size:42px;line-height:1}}@media screen and (max-width:759px){.b-popup-adblock .popup__title{font-size:32px;line-height:1}}.b-popup-adblock .popup__body{text-align:center;font-size:18px;line-height:1.33;line-height:1.1rem;padding-bottom:.75rem}@media screen and (max-width:1679px){.b-popup-adblock .popup__body{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-adblock .popup__body{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-adblock .popup__body{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-adblock .popup__body{font-size:21px;line-height:1.38}}@media screen and (max-width:759px) and (max-width:1679px){.b-popup-adblock .popup__body{font-size:19px;line-height:1.37}}@media screen and (max-width:759px) and (max-width:1279px){.b-popup-adblock .popup__body{font-size:17px;line-height:1.35}}@media screen and (max-width:759px) and (max-width:759px){.b-popup-adblock .popup__body{font-size:16px;line-height:1.38}}.b-popup-adblock .popup__subtitle{font-size:30px;line-height:1.07;margin:0 0 2.75rem}@media screen and (max-width:1679px){.b-popup-adblock .popup__subtitle{font-size:27px;line-height:1.07}}@media screen and (max-width:1279px){.b-popup-adblock .popup__subtitle{font-size:24px;line-height:1.07}}@media screen and (max-width:759px){.b-popup-adblock .popup__subtitle{font-size:20px;line-height:1.07}}@media screen and (max-width:759px){.b-popup-adblock .popup__subtitle{margin-bottom:1.5rem}}.b-popup-adblock .popup__image_inline{width:5.85rem;margin:0 auto 2rem}.b-popup-adblock .btn_large{margin:0 12px 12px}@media screen and (max-width:759px){.b-popup-adblock .btn_large{height:auto;min-height:36px;line-height:120%;margin-left:0;margin-right:0;padding-top:3px;padding-bottom:5px}}.b-popup-share{background-color:#fff}@media screen and (max-width:1279px){.b-popup-share{width:630px;margin-left:-315px}}@media screen and (max-width:959px){.b-popup-share{width:474px;margin-left:-237px}}@media screen and (max-width:759px){.b-popup-share{width:320px;margin-left:-160px}}.b-popup-share .popup__padding{padding:0}.b-popup-share__head{padding:40px 45px 20px}@media screen and (max-width:759px){.b-popup-share__head{padding-bottom:14px}}.b-popup-share__body{padding:20px;color:#979797;font-weight:300}.b-popup-share__title{font-size:38px;line-height:1.18;font-weight:400;text-align:center;color:#4d4d4d}@media screen and (max-width:1679px){.b-popup-share__title{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.b-popup-share__title{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.b-popup-share__title{font-size:24px;line-height:1.25}}.b-popup-share__title-inner{display:inline-block;vertical-align:top;position:relative}.b-popup-share__title-icon{fill:#adb8c1;width:40px;height:33px;margin-top:-16.5px;position:absolute;left:-55px;top:50%}@media screen and (max-width:759px){.b-popup-share__title-icon{top:6px;left:-15px;margin-top:0}}.b-popup-share__title-icon img{vertical-align:top}.b-popup-share__social{text-align:center;margin-top:24px;margin-bottom:10px}@media screen and (max-width:759px){.b-popup-share__social{margin-top:0}}.b-popup-share__social-item{background:none no-repeat 50% 50% #fff;-webkit-background-size:32px 32px;-moz-background-size:32px 32px;background-size:32px 32px;width:64px;height:64px;display:inline-block;vertical-align:middle;-webkit-transition:background-color .3s ease 0s;-moz-transition:background-color .3s ease 0s;-o-transition:background-color .3s ease 0s;-ms-transition:background-color .3s ease 0s;transition:background-color .3s ease 0s;border-radius:32px;margin-left:7px;margin-right:7px;position:relative}@media screen and (max-width:759px){.b-popup-share__social-item{width:52px;height:52px;-webkit-background-size:26px 26px;-moz-background-size:26px 26px;background-size:26px 26px;margin:0 14px 18px}}.b-popup-share__social-item_vk{background-color:#42678e;background-image:url(../../i/b-icon/white/b-icon_social-vk.svg)}.b-popup-share__social-item_vk:hover{background-color:#324e6b}.b-popup-share__social-item_tw{background-color:#00aced;background-image:url(../../i/b-icon/white/b-icon_social-tw.svg)}.b-popup-share__social-item_tw:hover{background-color:#0087ba}.b-popup-share__social-item_ok{background-color:#f6881f;background-image:url(../../i/b-icon/white/b-icon_social-ok.svg)}.b-popup-share__social-item_ok:hover{background-color:#d96f09}.b-popup-share__social-item_fb{background-color:#3b5999;background-image:url(../../i/b-icon/white/b-icon_social-fb.svg)}.b-popup-share__social-item_fb:hover{background-color:#2d4474}.b-popup-share__social-item_gp{background-color:#dd4c3f;background-image:url(../../i/b-icon/white/b-icon_social-gp.svg)}.b-popup-share__social-item_gp:hover{background-color:#c63023}.b-popup-share__social-icon{width:36px;height:36px;fill:#fff;margin:-18px 0 0 -18px;position:absolute;left:50%;top:50%}@media screen and (max-width:759px){.b-popup-share__social-icon{width:26px;height:26px;margin:-13px 0 0 -13px}}.b-popup-share__link{text-align:center;font-size:18px;line-height:1.33;padding-top:52px;padding-bottom:58px}@media screen and (max-width:1679px){.b-popup-share__link{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-share__link{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-share__link{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-share__link{padding-top:24px;padding-bottom:28px}}.b-popup-share__link-form{width:516px;height:36px;border:1px solid #e4e4e4;border-radius:6px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;margin:16px auto 0;position:relative}@media screen and (max-width:959px){.b-popup-share__link-form{width:100%}}.b-popup-share__link-form input{border:0 none;width:100%;height:34px;text-align:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:12px;white-space:nowrap}.b-popup-share__link-form input:focus{outline:0 none}.b-popup-share__link-form:after{background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);content:"";height:100%;width:40px;pointer-events:none;position:absolute;right:0;top:0;bottom:0}.b-popup-email{background-color:#fff;width:840px;margin-left:-420px}.b-popup-email .popup__padding{padding:0}@media screen and (max-width:1279px){.b-popup-email{width:630px;margin-left:-315px}}@media screen and (max-width:959px){.b-popup-email{width:474px;margin-left:-237px}}@media screen and (max-width:759px){.b-popup-email{width:320px;margin-left:-160px}}.b-popup-email__head{padding:40px 45px 20px}@media screen and (max-width:759px){.b-popup-email__head{padding-bottom:14px}}.b-popup-email__body{padding:20px;color:#979797;font-weight:300}.b-popup-email__title{font-size:38px;line-height:1.18;font-weight:400;text-align:center;color:#4d4d4d}@media screen and (max-width:1679px){.b-popup-email__title{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.b-popup-email__title{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.b-popup-email__title{font-size:24px;line-height:1.25}}.b-popup-email__title-inner{display:inline-block;vertical-align:top;position:relative}.b-popup-email__title-icon{fill:none;stroke:#adb8c1;stroke-width:1.5px;width:58px;height:28px;margin-top:-14px;position:absolute;left:-75px;top:50%}@media screen and (max-width:759px){.b-popup-email__title-icon{top:4px;left:-20px;margin-top:0}}.b-popup-email__title-icon img{vertical-align:top}.b-popup-email__form{margin-top:.55rem}@media screen and (min-width:960px){.b-popup-email__form{padding-left:45px;padding-right:45px}}@media screen and (max-width:959px){.b-popup-email__form{margin-top:-.4rem}}@media screen and (max-width:959px){.b-popup-email__form{max-width:340px;margin:-.4rem auto 0}}.b-popup-email__form .form__col-label{width:128px;font-size:18px;line-height:1.33}@media screen and (max-width:1679px){.b-popup-email__form .form__col-label{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-email__form .form__col-label{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-email__form .form__col-label{font-size:15px;line-height:1.4}}@media screen and (max-width:959px){.b-popup-email__form .form__col-label{width:100%;display:block}}@media screen and (max-width:959px){.b-popup-email__form .form__col-value{display:block}}.b-popup-email__form .input-group_email{max-width:none}@media screen and (max-width:959px){.b-popup-email__form{padding-left:20px;padding-right:20px}}@media screen and (max-width:759px){.b-popup-email__form{padding-left:0;padding-right:0}}.b-popup-email__content-wrap{padding-left:20px;padding-right:20px;margin-top:26px}@media screen and (max-width:759px){.b-popup-email__content-wrap{padding-left:0;padding-right:0}}.b-popup-email__content-title{font-size:18px;line-height:1.33;padding-left:25px;padding-right:25px}@media screen and (max-width:1679px){.b-popup-email__content-title{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-email__content-title{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-email__content-title{font-size:15px;line-height:1.4}}@media screen and (max-width:959px){.b-popup-email__content-title{padding-left:0;padding-right:0}}.b-popup-email__content{border:1px solid #e4e4e4;padding:25px;word-wrap:break-word}.b-popup-email__content:after{content:'';display:table;clear:both}@media screen and (max-width:759px){.b-popup-email__content{padding:20px}}.b-popup-email__footer{text-align:center;padding:20px 20px 60px}.form__col-label_icon{position:relative;padding-left:47px}@media screen and (max-width:1679px){.form__col-label_icon{padding-left:0}}.form__col-label_icon:before{content:"";background:url(../../i/b-popup/icon-arrow.svg) no-repeat 0 0;width:22px;height:14px;position:absolute;left:0;margin-top:5px}@media screen and (max-width:1679px){.form__col-label_icon:before{display:none}}.b-popup-sms{background-color:#fff;width:840px;margin-left:-420px}@media screen and (max-width:1279px){.b-popup-sms{width:630px;margin-left:-315px}}@media screen and (max-width:959px){.b-popup-sms{width:474px;margin-left:-237px}}@media screen and (max-width:759px){.b-popup-sms{width:320px;margin-left:-160px}}.b-popup-sms .popup__padding{padding:0}.b-popup-sms__head{padding:40px 45px 20px}@media screen and (max-width:759px){.b-popup-sms__head{padding-bottom:14px}}.b-popup-sms__body{padding:20px;color:#979797;font-weight:300}.b-popup-sms__title{font-size:38px;line-height:1.18;font-weight:400;text-align:center;color:#4d4d4d}@media screen and (max-width:1679px){.b-popup-sms__title{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.b-popup-sms__title{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.b-popup-sms__title{font-size:24px;line-height:1.25}}.b-popup-sms__title-inner{display:inline-block;vertical-align:top;position:relative}.b-popup-sms__title-icon{fill:#adb8c1;stroke:#adb8c1;stroke-width:1.5px;width:38px;height:36px;margin-top:-18px;position:absolute;left:-54px;top:50%}@media screen and (max-width:759px){.b-popup-sms__title-icon{top:0;left:-48px;margin-top:0}}.b-popup-sms__title-icon img{vertical-align:top}.b-popup-sms__form{padding-left:45px;padding-right:45px;margin-top:.55rem}@media screen and (max-width:959px){.b-popup-sms__form{margin-top:-.4rem}}.b-popup-sms__form .field__row{margin-bottom:0}.b-popup-sms__form .form__col-label{width:98px;font-size:18px;line-height:1.33;padding-right:5px}@media screen and (max-width:1679px){.b-popup-sms__form .form__col-label{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-sms__form .form__col-label{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-sms__form .form__col-label{font-size:15px;line-height:1.4}}.b-popup-sms__form .form__col-label_icon{width:128px}@media screen and (max-width:1679px){.b-popup-sms__form .form__col-label_icon{width:98px}}@media screen and (max-width:959px){.b-popup-sms__form .form__col-label{width:100%;display:block}}@media screen and (max-width:959px){.b-popup-sms__form .form__col-value{display:block}}.b-popup-sms__form .input-group{width:224px}.b-popup-sms__form .input-group.input{padding-left:12px;padding-right:12px}@media screen and (max-width:1679px){.b-popup-sms__form .input-group{width:100%}}@media screen and (max-width:959px){.b-popup-sms__form{padding-left:20px;padding-right:20px}}@media screen and (max-width:759px){.b-popup-sms__form{padding-left:0;padding-right:0}}.b-popup-sms__form-row{margin-bottom:1.5rem}.b-popup-sms__content:after{content:'';display:table;clear:both}.b-popup-sms__content .textarea{min-height:100px;padding:20px 25px;border-radius:0;font-size:18px;line-height:1.33}@media screen and (max-width:1679px){.b-popup-sms__content .textarea{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-sms__content .textarea{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-sms__content .textarea{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-sms__content .textarea{padding:20px}}.b-popup-sms__content-wrap{padding-left:20px;padding-right:20px;margin-top:26px}@media screen and (max-width:759px){.b-popup-sms__content-wrap{padding-left:0;padding-right:0}}.b-popup-sms__content-title{font-size:18px;line-height:1.33;padding-left:25px;margin-bottom:15px}@media screen and (max-width:1679px){.b-popup-sms__content-title{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-sms__content-title{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-sms__content-title{font-size:15px;line-height:1.4}}@media screen and (max-width:959px){.b-popup-sms__content-title{padding-left:0}}.b-popup-sms__content-title-item_right{text-align:right}@media screen and (max-width:1279px){.b-popup-sms__content-title-item_right{text-align:left}}.b-popup-sms__footer{text-align:center;padding:20px 20px 60px}.b-popup-compare{background-color:#fff;width:840px;margin-left:-420px}@media screen and (max-width:1279px){.b-popup-compare{width:630px;margin-left:-315px}}@media screen and (max-width:959px){.b-popup-compare{width:474px;margin-left:-237px}}@media screen and (max-width:759px){.b-popup-compare{width:320px;margin-left:-160px}}.b-popup-compare .popup__padding{padding:0}.b-popup-compare__head{padding:40px 45px 20px}@media screen and (max-width:759px){.b-popup-compare__head{padding-bottom:14px}}.b-popup-compare__body{padding:20px}.b-popup-compare__title{font-size:38px;line-height:1.18;font-weight:400;text-align:center;color:#4d4d4d}@media screen and (max-width:1679px){.b-popup-compare__title{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.b-popup-compare__title{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.b-popup-compare__title{font-size:24px;line-height:1.25}}.b-popup-compare__title-inner{display:inline-block;vertical-align:top;position:relative}.b-popup-compare__title-icon{fill:#adb8c1;stroke-width:1.5px;width:34px;height:34px;margin-top:-17px;position:absolute;left:-48px;top:50%}@media screen and (max-width:759px){.b-popup-compare__title-icon{top:0;left:-44px;margin-top:0}}.b-popup-compare__title-icon img{vertical-align:top}.b-popup-compare__text{font-size:18px;line-height:1.33;color:#999;margin-bottom:.3rem}@media screen and (max-width:1679px){.b-popup-compare__text{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-compare__text{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-compare__text{font-size:15px;line-height:1.4}}.b-popup-compare__list{list-style:none;padding:0;margin:26px 0 0}.b-popup-compare__list-item{height:100px;border-top:1px solid rgba(0,0,0,.05);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:759px){.b-popup-compare__list-item{height:80px}}.b-popup-compare__item-wrap{display:table;table-layout:fixed;width:100%;height:100%}.b-popup-compare__item-content{width:78.62068965517241%;height:100%;display:table-cell;vertical-align:middle;padding-top:.68rem;padding-bottom:.68rem;color:#333}@media screen and (max-width:959px){.b-popup-compare__item-content{width:73.52941176470588%}}@media screen and (max-width:759px){.b-popup-compare__item-content{width:89.28571428571429%}}.b-popup-compare__item-wrap:hover .b-popup-compare__item-content{color:#cc061a}.b-popup-compare__item-content-target{width:21.379310344827587%;height:100%;display:table-cell;vertical-align:middle;text-align:right;padding-right:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:959px){.b-popup-compare__item-content-target{width:26.47058823529412%}}@media screen and (max-width:759px){.b-popup-compare__item-content-target{width:10.714285714285714%}}.b-popup-compare__item-img{width:18.421052631578945%;height:100%;display:table-cell;vertical-align:middle;padding-left:4px;padding-right:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b-popup-compare__item-img img{width:76px;display:block}@media screen and (max-width:759px){.b-popup-compare__item-img img{width:62px}}.b-popup-compare__item-title{width:81.57894736842105%;height:100%;display:table-cell;vertical-align:middle;font-size:18px;line-height:1.33;padding-left:.77rem;padding-right:.77rem}@media screen and (max-width:1679px){.b-popup-compare__item-title{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-compare__item-title{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-compare__item-title{font-size:15px;line-height:1.4}}.b-popup-compare__item-target{font-size:16px;line-height:1.38;color:#333;opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;-ms-transition:opacity .15s linear;transition:opacity .15s linear}@media screen and (max-width:1679px){.b-popup-compare__item-target{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.b-popup-compare__item-target{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.b-popup-compare__item-target{font-size:14px;line-height:1.29}}.b-popup-compare__item-wrap:hover .b-popup-compare__item-target{opacity:1}@media screen and (max-width:759px){.b-popup-compare__item-target{background:url(../../i/b-popup/icon-remove.svg) no-repeat 0 0;width:18px;height:22px;display:inline-block;vertical-align:middle;font-size:0;opacity:1}}.js-popup-traffic-back-loader .popup__footer{min-height:217px;position:relative}@media screen and (max-width:1279px){.js-popup-traffic-back-loader .popup__footer{min-height:176px}}@media screen and (max-width:759px){.js-popup-traffic-back-loader .popup__footer{min-height:257px}}.js-popup-traffic-back-loader .popup__loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-top:-15px}@media screen and (max-width:1279px){.js-popup-traffic-back-loader .popup__loader{margin-top:-12px}}.g-page-wrapper{min-height:100%;position:relative}@media print{.g-page-wrapper{padding:0 30px}}.g-page-wrapper.hometv{height:auto;min-height:100%;background:url(../../i/home-internet-header/home-internet-header-full-width_back.jpg) no-repeat center top;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}.cover{position:relative;overflow:hidden;display:block}.cover__placeholder{width:100%;height:280px;position:relative;overflow:hidden;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%;background-position:center;background-repeat:no-repeat}@media screen and (min-width:2000px){.cover__placeholder{-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center}}@media screen and (min-width:1680px) and (max-width:1999px){.cover__placeholder{-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center bottom}}@media screen and (max-width:1679px){.cover__placeholder{height:260px}}@media screen and (max-width:1279px){.cover__placeholder{height:240px}}@media screen and (max-width:759px){.cover__placeholder{height:210px}}.cover__placeholder-lnk{position:absolute;left:0;right:0;top:0;bottom:0;z-index:3}.cover__img{width:100%;position:absolute;left:0;top:0;right:0}.cover__img.ww{width:100%!important}.cover__img.wh{width:auto;height:100%!important}.cover__img_md,.cover__img_sm{display:none}.cover__overlay{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:2}.cover__info{padding-top:.8rem;padding-bottom:.8rem}.cover__name{font-size:38px;line-height:1.18;font-weight:300;color:var(--text-headline)}@media screen and (max-width:1679px){.cover__name{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.cover__name{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.cover__name{font-size:24px;line-height:1.25}}@media screen and (max-width:759px){.cover__name{font-size:28.8px;line-height:normal}}.cover__name-text-upcase{text-transform:uppercase;font-size:70%;display:block}.cover__text{font-size:24px;line-height:1.25;color:grey}@media screen and (max-width:1679px){.cover__text{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.cover__text{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.cover__text{font-size:17px;line-height:1.24}}.cover__bywrap{padding-top:.5rem}@media screen and (max-width:759px){.cover__bywrap{font-size:16px;line-height:1.38}}@media screen and (max-width:759px) and (max-width:1679px){.cover__bywrap{font-size:15px;line-height:1.4}}@media screen and (max-width:759px) and (max-width:1279px){.cover__bywrap{font-size:14px;line-height:1.29}}@media screen and (max-width:759px) and (max-width:759px){.cover__bywrap{font-size:14px;line-height:1.29}}.cover__fields-wrap{padding-top:1.1rem}@media screen and (max-width:759px){.cover__fields-wrap{padding-top:1rem}.cover__fields-wrap .btn,.cover__fields-wrap .btn_large{font-size:17.6px;height:auto;padding:12px 26px;line-height:1;margin-top:0}}.cover__price{font-size:24px;line-height:1.25;color:#000}@media screen and (max-width:1679px){.cover__price{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.cover__price{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.cover__price{font-size:17px;line-height:1.24}}.cover__price strong{font-size:1.36rem;font-weight:400}.cover__price-descr{display:block;font-size:16px;line-height:1.38;margin-top:3px}@media screen and (max-width:1679px){.cover__price-descr{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.cover__price-descr{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.cover__price-descr{font-size:14px;line-height:1.29}}.cover__points-wrap-item{padding-top:1.1rem}@media screen and (max-width:1679px){.cover__points-wrap-item{padding-top:1.3rem}}@media screen and (max-width:1279px){.cover__points-wrap-item{padding-top:1rem}}@media screen and (max-width:959px){.cover__points-wrap-item{padding-top:.9rem}}@media screen and (max-width:759px){.cover__points-wrap-item{padding-top:1.3rem}}.cover__points-name{color:#000;font-size:24px;line-height:1.25;font-weight:700}@media screen and (max-width:1679px){.cover__points-name{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.cover__points-name{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.cover__points-name{font-size:17px;line-height:1.24}}.cover__points-progress{background-color:#e30613;position:relative;width:100%;height:5px;margin-top:.7rem;margin-bottom:.2rem}@media screen and (max-width:1679px){.cover__points-progress{margin-top:.8rem}}@media screen and (max-width:1279px){.cover__points-progress{margin-top:1rem}}@media screen and (max-width:759px){.cover__points-progress{margin-top:.5rem}}.cover__points-progress-bg{background-color:#e5e5e5;width:100%;height:5px;position:absolute;left:0;top:0}.cover__points-wrap{color:#000}.cover__points-title{text-transform:uppercase;font-size:14.52px;margin-bottom:.3rem}@media screen and (max-width:1279px){.cover__points-title{font-size:15.3px}}@media screen and (max-width:759px){.cover__points-title{font-size:13.6px;margin-bottom:.2rem}}.cover__points-title_color{color:#e30613}.cover__points-text{font-size:20.58px}@media screen and (max-width:1679px){.cover__points-text{font-size:18px}}@media screen and (max-width:759px){.cover__points-text{font-size:13.6px}}.cover__logo-wrap{position:absolute;left:152px;bottom:40px}@media screen and (max-width:1679px){.cover__logo-wrap{max-width:346px;left:40px}}@media screen and (max-width:1279px){.cover__logo-wrap{left:30px}}@media screen and (max-width:959px){.cover__logo-wrap{left:20px}}@media screen and (max-width:759px){.cover__logo-wrap{max-width:246px;bottom:66px;z-index:2}}.cover__logo{max-width:100%;height:auto}.cover[href]:not(.cover_overlay):hover .cover__name{color:#e30613}.cover_overlay{min-height:100%}.cover_overlay .cover__name,.cover_overlay .cover__text,.cover_overlay .cover__text-small,.cover_overlay .cover__price{color:var(--constant-greyscale-0)}.cover_overlay .cover__text-small{font-size:16px;line-height:1.38;margin-top:.8rem}@media screen and (max-width:1679px){.cover_overlay .cover__text-small{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.cover_overlay .cover__text-small{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.cover_overlay .cover__text-small{font-size:14px;line-height:1.29}}.cover_overlay .cover__price{font-size:30px;line-height:1.07;font-weight:300;line-height:.9;margin-top:.4rem}@media screen and (max-width:1679px){.cover_overlay .cover__price{font-size:27px;line-height:1.07}}@media screen and (max-width:1279px){.cover_overlay .cover__price{font-size:24px;line-height:1.07}}@media screen and (max-width:759px){.cover_overlay .cover__price{font-size:20px;line-height:1.07}}.cover_overlay .cover__price strong{font-size:52px;line-height:1}@media screen and (max-width:1679px){.cover_overlay .cover__price strong{font-size:46px;line-height:1}}@media screen and (max-width:1279px){.cover_overlay .cover__price strong{font-size:42px;line-height:1}}@media screen and (max-width:759px){.cover_overlay .cover__price strong{font-size:32px;line-height:1}}.cover_overlay .cover__placeholder{height:100%;position:absolute;left:0;top:0}.cover_overlay .cover__placeholder:before{background-color:rgba(26,26,26,.6);content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;display:none}@media screen and (min-width:760px) and (max-width:959px){.cover_overlay .cover__placeholder:before{background-color:rgba(0,0,0,.2);display:block}}@media screen and (max-width:759px){.cover_overlay .cover__placeholder:before{display:block}}.cover_overlay .cover__overlay{max-width:1680px;min-width:320px;height:100%;margin:50px auto 0;padding:0 40px;display:flex}@media screen and (max-width:1279px){.cover_overlay .cover__overlay{margin-top:30px;padding-left:30px;padding-right:30px}}@media screen and (max-width:959px){.cover_overlay .cover__overlay{margin-top:20px;padding-left:20px;padding-right:20px}}.cover_overlay .cover__info{max-width:500px;padding-top:3.6rem;padding-bottom:3.6rem}@media screen and (max-width:1279px){.cover_overlay .cover__info{max-width:440px}}@media screen and (max-width:959px){.cover_overlay .cover__info{max-width:400px;width:100%}}@media screen and (max-width:759px){.cover_overlay .cover__info{max-width:none;padding-top:.8rem;padding-bottom:.8rem}}.cover_overlay-middle{min-height:250px}.cover_overlay-middle .cover__info{padding-top:2.6rem;padding-bottom:2.6rem}.cover_overlay-large{min-height:400px;height:100%}@media screen and (max-width:759px){.cover_overlay-large .cover__overlay{align-items:flex-start;padding-top:22px}}.cover_overlay-large .cover__info{padding-top:0;padding-bottom:0}.cover_overlay-large .cover__bywrap{padding-top:1rem}@media screen and (max-width:1679px){.cover_overlay-large .cover__bywrap{padding-top:1.2rem}}@media screen and (max-width:759px){.cover_overlay-large .cover__bywrap{padding-top:1rem}}.cover_overlay-large .cover__fields-wrap{padding-top:1.2rem}@media screen and (max-width:1679px){.cover_overlay-large .cover__fields-wrap{padding-top:1.4rem}}@media screen and (max-width:759px){.cover_overlay-large .cover__fields-wrap{padding-top:1rem}}.cover_md-overlay{-webkit-box-shadow:0 0 10px rgba(140,149,156,.1);box-shadow:0 0 10px rgba(140,149,156,.1);-webkit-transition:all 150ms cubic-bezier(.77,0,.175,1);-moz-transition:all 150ms cubic-bezier(.77,0,.175,1);-o-transition:all 150ms cubic-bezier(.77,0,.175,1);-ms-transition:all 150ms cubic-bezier(.77,0,.175,1);transition:all 150ms cubic-bezier(.77,0,.175,1)}.cover_md-overlay:hover{-webkit-box-shadow:0 0 10px rgba(140,149,156,.5);box-shadow:0 0 10px rgba(140,149,156,.5)}.cover_md-overlay .cover__placeholder{height:100%;position:absolute;left:0;top:0}.cover_md-overlay .cover__overlay{width:55%;min-height:420px;padding-left:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:1679px){.cover_md-overlay .cover__overlay{width:65%;min-height:360px}}@media screen and (max-width:1279px){.cover_md-overlay .cover__overlay{width:62%;min-height:296px;padding-left:30px}}@media screen and (max-width:959px){.cover_md-overlay .cover__overlay{width:70%;min-height:300px}}@media screen and (max-width:759px){.cover_md-overlay .cover__overlay{width:60%;min-height:264px}}@media screen and (max-width:479px){.cover_md-overlay .cover__overlay{width:72%}}.cover_md-overlay .cover__bywrap{padding-top:.8rem}@media screen and (max-width:1679px){.cover_md-overlay .cover__bywrap{padding-top:1rem}}@media screen and (max-width:1279px){.cover_md-overlay .cover__bywrap{padding-top:1.2rem}}@media screen and (max-width:959px){.cover_md-overlay .cover__bywrap{padding-top:0}}@media screen and (max-width:759px){.cover_md-overlay .cover__bywrap{padding-top:1.1rem}}.cover_md-overlay .cover__info{height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:2rem;padding-bottom:1rem}@media screen and (max-width:1679px){.cover_md-overlay .cover__info{padding-top:2.2rem}}@media screen and (max-width:1279px){.cover_md-overlay .cover__info{padding-top:1.4rem}}@media screen and (max-width:959px){.cover_md-overlay .cover__info{padding-top:1rem}}@media screen and (max-width:759px){.cover_md-overlay .cover__info{padding-bottom:.8rem}}.cover_md-overlay .cover__name{font-size:38px;line-height:1.18;line-height:1.1;color:#000;font-weight:300}@media screen and (max-width:1679px){.cover_md-overlay .cover__name{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.cover_md-overlay .cover__name{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.cover_md-overlay .cover__name{font-size:24px;line-height:1.25}}.cover_md-overlay .cover__text{font-size:18px;color:#000;display:block}@media screen and (max-width:1679px){.cover_md-overlay .cover__text{font-size:17px}}@media screen and (max-width:759px){.cover_md-overlay .cover__text{font-size:18px;line-height:1.33}}@media screen and (max-width:759px) and (max-width:1679px){.cover_md-overlay .cover__text{font-size:17px;line-height:1.35}}@media screen and (max-width:759px) and (max-width:1279px){.cover_md-overlay .cover__text{font-size:15px;line-height:1.4}}@media screen and (max-width:759px) and (max-width:759px){.cover_md-overlay .cover__text{font-size:15px;line-height:1.4}}.cover_md-overlay .cover__points{padding-top:1.3rem;max-width:280px}@media screen and (max-width:1679px){.cover_md-overlay .cover__points{padding-top:.6rem}}@media screen and (max-width:1279px){.cover_md-overlay .cover__points{padding-top:0}}@media screen and (max-width:959px){.cover_md-overlay .cover__points{padding-top:1rem}}@media screen and (max-width:759px){.cover_md-overlay .cover__points{padding-top:.2rem}}.cover_sm .cover__name{font-size:24px;line-height:1.25}@media screen and (max-width:1679px){.cover_sm .cover__name{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.cover_sm .cover__name{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.cover_sm .cover__name{font-size:17px;line-height:1.24}}.cover_sm .cover__text{font-size:18px;line-height:1.33}@media screen and (max-width:1679px){.cover_sm .cover__text{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.cover_sm .cover__text{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.cover_sm .cover__text{font-size:15px;line-height:1.4}}.cover_sm .cover__bywrap{padding-top:.8rem}.cover_sm-overlay .cover__placeholder:before{background:url(../../i/cover/overlay.png) repeat-x 0 0;content:"";width:100%;height:136px;position:absolute;left:0;bottom:0;z-index:1}.cover_sm-overlay .cover__overlay{width:100%;position:absolute;left:0;bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:30px;padding-right:30px}@media screen and (max-width:1279px){.cover_sm-overlay .cover__overlay{padding-left:20px;padding-right:20px}}.cover_sm-overlay .cover__info{padding:0}.cover_sm-overlay .cover__name{color:#fff;font-size:24px;line-height:1.25}@media screen and (max-width:1679px){.cover_sm-overlay .cover__name{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.cover_sm-overlay .cover__name{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.cover_sm-overlay .cover__name{font-size:17px;line-height:1.24}}.cover_sm-overlay .cover__text{display:none}.cover_sm-overlay-animation .cover__placeholder:before{background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5));background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5));background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5));background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5));background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));content:"";width:100%;height:136px;position:absolute;left:0;bottom:0;z-index:1;-webkit-transition:all 150ms cubic-bezier(.77,0,.175,1);-moz-transition:all 150ms cubic-bezier(.77,0,.175,1);-o-transition:all 150ms cubic-bezier(.77,0,.175,1);-ms-transition:all 150ms cubic-bezier(.77,0,.175,1);transition:all 150ms cubic-bezier(.77,0,.175,1)}@media screen and (max-width:959px){.cover_sm-overlay-animation .cover__placeholder:before{background-color:rgba(0,0,0,.5);height:100%}}.cover_sm-overlay-animation:hover .cover__placeholder:before{background-color:rgba(0,0,0,.5);height:100%}.cover_sm-overlay-animation:hover .cover__overlay{margin-bottom:0!important;padding-bottom:0}.cover_sm-overlay-animation:hover .cover__bywrap{opacity:1}.cover_sm-overlay-animation .cover__overlay{width:100%;position:absolute;left:0;bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 30px 30px;margin-bottom:-100%;-webkit-transition:all 150ms cubic-bezier(.77,0,.175,1);-moz-transition:all 150ms cubic-bezier(.77,0,.175,1);-o-transition:all 150ms cubic-bezier(.77,0,.175,1);-ms-transition:all 150ms cubic-bezier(.77,0,.175,1);transition:all 150ms cubic-bezier(.77,0,.175,1)}@media screen and (max-width:1279px){.cover_sm-overlay-animation .cover__overlay{padding:0 20px 20px}}@media screen and (max-width:959px){.cover_sm-overlay-animation .cover__overlay{margin-bottom:0;padding-bottom:0}}.cover_sm-overlay-animation .cover__bywrap{padding-bottom:30px;opacity:0}@media screen and (max-width:1279px){.cover_sm-overlay-animation .cover__bywrap{padding-bottom:20px}}@media screen and (max-width:959px){.cover_sm-overlay-animation .cover__bywrap{opacity:1}}.cover_sm-overlay-animation .cover__info{padding:0}.cover_sm-overlay-animation .cover__name{color:#fff;font-size:24px;line-height:1.25}@media screen and (max-width:1679px){.cover_sm-overlay-animation .cover__name{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.cover_sm-overlay-animation .cover__name{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.cover_sm-overlay-animation .cover__name{font-size:17px;line-height:1.24}}.cover_sm-overlay-animation .cover__text{display:block;font-size:16px;line-height:1.38;color:#fff}@media screen and (max-width:1679px){.cover_sm-overlay-animation .cover__text{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.cover_sm-overlay-animation .cover__text{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.cover_sm-overlay-animation .cover__text{font-size:14px;line-height:1.29}}.cover_sm-overlay-text{-webkit-box-shadow:0 0 10px rgba(140,149,156,.1);box-shadow:0 0 10px rgba(140,149,156,.1);-webkit-transition:all 150ms cubic-bezier(.77,0,.175,1);-moz-transition:all 150ms cubic-bezier(.77,0,.175,1);-o-transition:all 150ms cubic-bezier(.77,0,.175,1);-ms-transition:all 150ms cubic-bezier(.77,0,.175,1);transition:all 150ms cubic-bezier(.77,0,.175,1);border:1px solid rgba(140,149,156,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cover_sm-overlay-text .cover__overlay{width:52%;position:absolute;left:0;top:0;bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:30px}@media screen and (max-width:1679px){.cover_sm-overlay-text .cover__overlay{width:60%}}@media screen and (max-width:1279px){.cover_sm-overlay-text .cover__overlay{width:52%;padding-left:20px}}@media screen and (max-width:959px){.cover_sm-overlay-text .cover__overlay{width:60%}}@media screen and (max-width:759px){.cover_sm-overlay-text .cover__overlay{width:50%}}.cover_sm-overlay-text .cover__info{height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cover_sm-overlay-text .cover__bywrap{position:absolute;bottom:0;padding-top:0;padding-bottom:.8rem}.cover_sm-overlay-text .cover__name{font-size:30px;line-height:1.07;color:#000;font-weight:400;padding-top:4px}@media screen and (max-width:1679px){.cover_sm-overlay-text .cover__name{font-size:27px;line-height:1.07}}@media screen and (max-width:1279px){.cover_sm-overlay-text .cover__name{font-size:24px;line-height:1.07}}@media screen and (max-width:759px){.cover_sm-overlay-text .cover__name{font-size:20px;line-height:1.07}}@media screen and (max-width:759px){.cover_sm-overlay-text .cover__name{font-size:21px;line-height:1.38}}@media screen and (max-width:759px) and (max-width:1679px){.cover_sm-overlay-text .cover__name{font-size:19px;line-height:1.37}}@media screen and (max-width:759px) and (max-width:1279px){.cover_sm-overlay-text .cover__name{font-size:17px;line-height:1.35}}@media screen and (max-width:759px) and (max-width:759px){.cover_sm-overlay-text .cover__name{font-size:16px;line-height:1.38}}.cover_sm-overlay-text .cover__text{font-size:21px;line-height:1.38;color:#000;display:block}@media screen and (max-width:1679px){.cover_sm-overlay-text .cover__text{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px){.cover_sm-overlay-text .cover__text{font-size:17px;line-height:1.35}}@media screen and (max-width:759px){.cover_sm-overlay-text .cover__text{font-size:16px;line-height:1.38}}@media screen and (max-width:1679px){.cover_sm-overlay-text .cover__text{font-size:18px;line-height:1.33}}@media screen and (max-width:959px){.cover_sm-overlay-text .cover__text{font-size:21px;line-height:1.38}}@media screen and (max-width:1679px) and (max-width:1679px){.cover_sm-overlay-text .cover__text{font-size:17px;line-height:1.35}}@media screen and (max-width:1679px) and (max-width:1279px){.cover_sm-overlay-text .cover__text{font-size:15px;line-height:1.4}}@media screen and (max-width:1679px) and (max-width:759px){.cover_sm-overlay-text .cover__text{font-size:15px;line-height:1.4}}@media screen and (max-width:959px) and (max-width:1679px){.cover_sm-overlay-text .cover__text{font-size:19px;line-height:1.37}}@media screen and (max-width:959px) and (max-width:1279px){.cover_sm-overlay-text .cover__text{font-size:17px;line-height:1.35}}@media screen and (max-width:959px) and (max-width:759px){.cover_sm-overlay-text .cover__text{font-size:16px;line-height:1.38}}.cover_sm-overlay-text-lighten{border:medium none}.cover_sm-overlay-text-lighten .cover__name,.cover_sm-overlay-text-lighten .cover__text{color:#fff}.cover_sm-overlay-table{-webkit-box-shadow:5px 0 12px rgba(0,0,0,.05);box-shadow:5px 0 12px rgba(0,0,0,.05)}.cover_sm-overlay-table .cover__overlay{width:60%;height:280px;display:table;table-layout:fixed;position:absolute;left:0;top:0}@media screen and (max-width:1679px){.cover_sm-overlay-table .cover__overlay{height:260px}}@media screen and (max-width:1279px){.cover_sm-overlay-table .cover__overlay{height:240px}}@media screen and (max-width:759px){.cover_sm-overlay-table .cover__overlay{height:210px}}.cover_sm-overlay-table .cover__info{display:table-cell;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 30px}@media screen and (max-width:1279px){.cover_sm-overlay-table .cover__info{padding-left:20px;padding-right:20px}}.cover_sm-overlay-table .cover__name{color:#000;font-size:24px;line-height:1.25}@media screen and (max-width:1679px){.cover_sm-overlay-table .cover__name{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.cover_sm-overlay-table .cover__name{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.cover_sm-overlay-table .cover__name{font-size:17px;line-height:1.24}}.cover_sm-overlay-table .cover__text{display:none}@media screen and (max-width:759px){.grid>div:not(:nth-of-type(1)) .cover{margin-top:20px}}.label-mark{font-size:0}@media screen and (max-width:1279px){.label-mark{margin-bottom:10px}}.label-mark__text{font-weight:500;color:var(--brand-mts-red);text-transform:uppercase;display:inline-block;vertical-align:middle;letter-spacing:.04em;font-size:16.5px}.label-mark .b-hint_i{background:var(--brand-mts-red);color:#fff;font-weight:500}.label-mark__label-top{display:block;font-size:8px;line-height:8px;text-transform:uppercase}.label-mark_corner{position:absolute;top:-1px;left:-1px;z-index:5;padding-right:20px;overflow:hidden}.label-mark_corner:after{content:'';display:block;position:absolute;top:0;right:11px;width:50%;border-top:1px solid #ededed}.tariff-card_special-hover-behavior.is-hovered .label-mark_corner:after{border-color:transparent}.label-mark_corner .label-mark__inner{position:relative;background:var(--constant-greyscale-0);padding:4px 10px 4px 10px;border-bottom-right-radius:10px;border-top:1px solid var(--background-stroke);border-left:1px solid var(--background-stroke);border-top-left-radius:8px;-webkit-box-shadow:-1px 0 0 0 #ededed;box-shadow:-1px 0 0 0 #ededed}.tariff-card_special-hover-behavior.is-hovered .label-mark_corner .label-mark__inner{border-color:transparent;-webkit-box-shadow:-1px 0 0 0 #fff;box-shadow:-1px 0 0 0 #fff}.label-mark_corner .label-mark__inner:before{content:'';display:block;background:var(--constant-greyscale-0);width:20px;height:50px;position:absolute;bottom:-1px;right:4px;border-bottom-right-radius:10px;-webkit-transform:rotate(24deg);-moz-transform:rotate(24deg);-o-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}.label-mark_corner .label-mark__text{position:relative}.goods-card__marks .label-mark_corner{position:relative;margin-bottom:6px}.label-mark_red .label-mark__inner{background:var(--brand-mts-red)}.label-mark_red .label-mark__inner:before{background:var(--brand-mts-red)}.label-mark_red .label-mark__label-top,.label-mark_red .label-mark__text{color:#fff}.label-mark_red .b-hint_i{background:#fff;color:#e30613}.label-mark_red.label-mark_corner:after{border:none}.label-mark_red.label-mark_corner .label-mark__inner{border:none}.label-mark_blue .label-mark__inner{background:#1381b4}.label-mark_blue .label-mark__inner:before{background:#1381b4}.label-mark_blue .label-mark__text{color:#fff}.label-mark_blue .b-hint_i{background:#fff;color:#1381b4}.label-mark_black .label-mark__inner{background:#000}.label-mark_black .label-mark__inner:before{background:#000}.label-mark_black .label-mark__text{color:#fff}.label-mark_black .b-hint_i{background:#fff;color:#000}.label-mark_airplane-top .label-mark__inner{padding:2px 8px;border-radius:5px;overflow:hidden}.label-mark_airplane-top .label-mark__text{font-size:14px;letter-spacing:.08em}.label-mark_airplane-top .label-mark__label-top{font-weight:400;letter-spacing:.03em;margin-bottom:-1px}.label-mark_airplane-top .b-hint{margin-left:10px}.product-slider_back-gray{position:relative;background:#f7f7f7;margin-bottom:-50px}.product-slider_back-gray:after{content:'';position:absolute;top:-50px;left:0;width:100%;height:50px;background:url(../../i/product-slider/back-gray.png) no-repeat center top}.product-slider_back-gray .bx-viewport{-webkit-box-shadow:0 0 15px rgba(173,184,193,.2);box-shadow:0 0 15px rgba(173,184,193,.2)}.product-slider .bx-viewport{margin-bottom:20px}.product-slider .bx-viewport:before{content:"";border-left:1px solid #fff;position:absolute;left:0;top:0;bottom:0;z-index:1}@media screen and (max-width:759px){.product-slider .bx-viewport{margin-bottom:15px}}.product-slider .bx-controls{margin-top:20px}.product-slider__title{font-size:38px;line-height:1.18;text-align:center;margin-bottom:.75rem}@media screen and (max-width:1679px){.product-slider__title{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.product-slider__title{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.product-slider__title{font-size:24px;line-height:1.25}}.product-slider__slider{list-style:none;padding:0;margin:0;text-align:left}.product-slider__slider:after{content:'';display:table;clear:both}.product-slider__slider-wrap{opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.product-slider__slider-wrap.is-loaded{opacity:1}.product-slider__slider-wrap .bx-wrapper{margin:0 auto}.product-slider__slider-wrap .bx-wrapper{margin:0 auto}.product-slider__item{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;border-left:1px solid #ededed}@media screen and (min-width:760px){.product-slider__item{width:20%;max-width:365px}}.product-slider__item .goods-card{padding-bottom:0}@media screen and (max-width:759px){.product-slider__item .goods-card{padding-left:0;padding-right:0;width:280px;max-width:280px;margin:0 auto}}@media screen and (max-width:759px){.product-slider__item{border-left:medium none}}.product-slider__item:first-child{border-left-color:transparent}@media screen and (max-width:759px){.product-slider .section-box__title{margin-bottom:.94rem}}.popup-browser-update{position:relative;left:50%;width:570px;top:80px;margin-left:-285px;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.25);box-shadow:0 10px 30px rgba(0,0,0,.25);color:#4d4d4d;z-index:1000;background-color:#fff}@media screen and (max-width:759px){.popup-browser-update{width:300px;margin-left:-150px}}.popup-browser-update .popup__padding{padding:40px}@media screen and (min-width:760px){.popup-browser-update .popup__padding{padding:41px 60px 50px}}@media screen and (max-width:759px){.popup-browser-update .popup__padding{padding:40px 20px 20px}}.popup-change-tariff{width:568px;margin-left:-284px}@media screen and (max-width:759px){.popup-change-tariff{width:300px;margin-left:-150px}}.popup-change-tariff .popup__title{color:var(--text-headline);margin-bottom:.3rem}.popup-change-tariff .popup__padding{padding:42px 40px 55px}@media screen and (max-width:759px){.popup-change-tariff .popup__padding{padding:40px 20px 20px}}@media screen and (max-width:759px){.popup-change-tariff .popup__body{padding-top:2.1rem;padding-bottom:.7rem}}.popup-change-tariff .tabs__item-text{font-size:16px;line-height:1.38}@media screen and (max-width:1679px){.popup-change-tariff .tabs__item-text{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.popup-change-tariff .tabs__item-text{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.popup-change-tariff .tabs__item-text{font-size:14px;line-height:1.29}}.popup-change-tariff__status-wrapper{text-align:center}.popup-change-tariff__status_big{color:#333}.popup-change-tariff__status_big .popup-change-tariff__status-message{font-size:21px;line-height:1.38}@media screen and (max-width:1679px){.popup-change-tariff__status_big .popup-change-tariff__status-message{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px){.popup-change-tariff__status_big .popup-change-tariff__status-message{font-size:17px;line-height:1.35}}@media screen and (max-width:759px){.popup-change-tariff__status_big .popup-change-tariff__status-message{font-size:16px;line-height:1.38}}.popup-change-tariff__status-value{font-size:38px;line-height:1.18;margin-top:.8rem;margin-bottom:.5rem}@media screen and (max-width:1679px){.popup-change-tariff__status-value{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.popup-change-tariff__status-value{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.popup-change-tariff__status-value{font-size:24px;line-height:1.25}}.popup-change-tariff__status-media{width:194px;margin:1.64rem auto 1.33rem}.popup-change-tariff__status-media img{max-height:146px}@media screen and (max-width:759px){.popup-change-tariff__status-media{width:136px;margin-top:1.84rem}}.popup-change-tariff__status-text{color:#4d4d4d;font-size:24px;line-height:1.25}@media screen and (max-width:1679px){.popup-change-tariff__status-text{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.popup-change-tariff__status-text{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.popup-change-tariff__status-text{font-size:17px;line-height:1.24}}.popup-change-tariff__status-text_ok{color:#4db65d}.popup-change-tariff__status-message{color:#4d4d4d;font-size:18px;line-height:1.33;min-height:2.62rem;margin-bottom:1.45rem}@media screen and (max-width:1679px){.popup-change-tariff__status-message{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-change-tariff__status-message{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-change-tariff__status-message{font-size:15px;line-height:1.4}}.popup-change-tariff__status-message small{display:inline-block;vertical-align:top;width:100%;color:#333;font-size:18px;line-height:1.33;padding-top:1.36rem}@media screen and (max-width:1679px){.popup-change-tariff__status-message small{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-change-tariff__status-message small{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-change-tariff__status-message small{font-size:15px;line-height:1.4}}.popup-change-tariff__status-requared{color:#999;font-size:30px;line-height:1.07}@media screen and (max-width:1679px){.popup-change-tariff__status-requared{font-size:27px;line-height:1.07}}@media screen and (max-width:1279px){.popup-change-tariff__status-requared{font-size:24px;line-height:1.07}}@media screen and (max-width:759px){.popup-change-tariff__status-requared{font-size:20px;line-height:1.07}}.popup-change-tariff__status-footnote{color:var(--text-primary);font-size:14px;margin-top:.7rem}.popup-change-tariff__status-wrapper+.popup-change-tariff__footnote{border-top:1px solid #ededed;padding-top:1.3rem;margin-top:.8rem}.popup-change-tariff__footnote{text-align:center;color:#4d4d4d}.popup-change-tariff__footnote-wrap{width:100%;display:table;table-layout:fixed;align-items:center;margin-top:1.3rem}.popup-change-tariff__footnote-item{display:table-cell;vertical-align:top;font-size:18px;line-height:1.33;padding-top:10px;padding-bottom:20px}@media screen and (max-width:1679px){.popup-change-tariff__footnote-item{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-change-tariff__footnote-item{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-change-tariff__footnote-item{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-change-tariff__footnote-item{display:inline-block;vertical-align:top;padding-bottom:7px}}.popup-change-tariff__footnote-item .command{margin-top:10px;display:none}.popup-change-tariff__footnote-item_separate{width:40px;position:relative;vertical-align:middle}@media screen and (max-width:759px){.popup-change-tariff__footnote-item_separate{width:100%;margin-bottom:6px}}.popup-change-tariff__footnote-item_separate:after{content:" ";width:0;height:100%;border-left:1px solid #ededed;position:absolute;top:0;bottom:0;left:50%}@media screen and (max-width:759px){.popup-change-tariff__footnote-item_separate:after{width:100%;height:0;border-left:medium none;border-top:1px solid #ededed;left:0;top:50%}}.popup-change-tariff__footnote-item_separate span{background-color:#fff;display:inline-block;padding-top:5px;padding-bottom:5px;margin-top:12px;font-size:16px;line-height:1.38;color:#999;position:relative;z-index:1}@media screen and (max-width:1679px){.popup-change-tariff__footnote-item_separate span{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.popup-change-tariff__footnote-item_separate span{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.popup-change-tariff__footnote-item_separate span{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.popup-change-tariff__footnote-item_separate span{margin-top:0;padding:0 8px}}.popup-cross-sale{background:#f7f7f7}.popup-cross-sale__inner{padding:30px}@media screen and (max-width:759px){.popup-cross-sale__inner{padding:20px}}.popup-cross-sale__title{font-size:24px;line-height:1.25;margin-bottom:10px}@media screen and (max-width:1679px){.popup-cross-sale__title{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.popup-cross-sale__title{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.popup-cross-sale__title{font-size:17px;line-height:1.24}}.popup-cross-sale__text{font-size:16px;line-height:1.38;color:grey}@media screen and (max-width:1679px){.popup-cross-sale__text{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.popup-cross-sale__text{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.popup-cross-sale__text{font-size:14px;line-height:1.29}}.popup-cross-sale__description{max-width:335px;margin-right:44px}@media screen and (max-width:759px){.popup-cross-sale__description{margin-right:0;margin-bottom:15px}}.popup-cross-sale__summ{font-size:21px;line-height:1.38;margin-top:-5px;margin-bottom:10px}@media screen and (max-width:1679px){.popup-cross-sale__summ{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px){.popup-cross-sale__summ{font-size:17px;line-height:1.35}}@media screen and (max-width:759px){.popup-cross-sale__summ{font-size:16px;line-height:1.38}}@media screen and (max-width:759px){.popup-cross-sale__summ{margin-bottom:15px}}.popup-cross-sale__summ-val{font-size:30px;line-height:1.07}@media screen and (max-width:1679px){.popup-cross-sale__summ-val{font-size:27px;line-height:1.07}}@media screen and (max-width:1279px){.popup-cross-sale__summ-val{font-size:24px;line-height:1.07}}@media screen and (max-width:759px){.popup-cross-sale__summ-val{font-size:20px;line-height:1.07}}.popup-cross-sale__summ-label{margin-left:5px}.popup-cross-sale__content{display:flex;width:100%}@media screen and (max-width:759px){.popup-cross-sale__content{flex-direction:column}}.popup-cross-sale__img-wrap{max-width:240px;width:100%;margin-right:30px;flex-shrink:0}.popup-cross-sale__img{width:100%}.popup-cross-sale__img-wrap-phone{display:none}@media screen and (max-width:759px){.popup-cross-sale__img-wrap-phone{display:block}}.popup-cross-sale__app-btn{display:inline-block;height:36px;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:5px;margin-right:10px}.popup-cross-sale__app-btn:hover{border-color:grey}.popup-cross-sale__app-btn_apple{background:url(../../i/popup-cross-sale/btn-app-store.png) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;width:108px}.popup-cross-sale__app-btn_google{background:url(../../i/popup-cross-sale/btn-google-play.png) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;width:118px}.popup-cross-sale__row_img{display:flex;align-items:center}@media screen and (max-width:759px){.popup-cross-sale__row_img{flex-direction:column}}.popup-cross-sale__row_img .popup-cross-sale__content{flex-direction:column}.popup-cross-sale__row_img .popup-cross-sale__description{width:100%;margin-right:0;margin-bottom:20px}@media screen and (max-width:759px){.popup-cross-sale__row_img .popup-cross-sale__description{margin-bottom:15px}}@media screen and (max-width:759px){.popup-cross-sale__row_img .popup-cross-sale__img-wrap{display:none}}.popup-default{width:870px;margin-left:-435px;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.25);box-shadow:0 10px 30px rgba(0,0,0,.25);color:#4d4d4d}@media screen and (max-width:959px){.popup-default{width:760px;margin-left:-380px}}@media screen and (max-width:759px){.popup-default{width:300px;margin-left:-150px}}.popup-default__body{margin-bottom:1.4rem}.popup-default__body_small{max-width:370px;margin:0 auto 1.4rem}.popup-default__action{margin-top:5px}.popup-default__footer .btn{margin-right:2rem}@media screen and (max-width:759px){.popup-default__footer .btn{margin-right:1rem}}.popup-donors{display:none}.popup-how-connect{background-color:var(--background-primary);width:568px;margin-left:-284px;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.25);box-shadow:0 10px 30px rgba(0,0,0,.25);color:var(--text-primary)}@media screen and (max-width:759px){.popup-how-connect{width:300px;margin-left:-150px}}.popup-how-connect__label{color:var(--text-secondary);font-size:18px;line-height:1.33;padding:20px 0;font-style:italic}@media screen and (max-width:1679px){.popup-how-connect__label{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-how-connect__label{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-how-connect__label{font-size:15px;line-height:1.4}}.popup-how-connect__list{font-size:18px;line-height:1.33}@media screen and (max-width:1679px){.popup-how-connect__list{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-how-connect__list{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-how-connect__list{font-size:15px;line-height:1.4}}.popup-how-connect__item{border-top:1px solid var(--background-stroke);padding:30px 0;display:table;width:100%}@media screen and (max-width:759px){.popup-how-connect__item{padding:18px 0}}.popup-how-connect__col-icon{display:table-cell;vertical-align:top;width:100px;text-align:center}@media screen and (max-width:759px){.popup-how-connect__col-icon{width:60px}}.popup-how-connect__col-text{display:table-cell;vertical-align:middle;line-height:1.5}.popup-how-connect__icon{fill:var(--controls-inactive);width:48px;height:48px;display:inline-block}.popup-how-connect__icon img{max-height:100%;max-width:100%}@media screen and (max-width:759px){.popup-how-connect__icon{max-width:40px;max-height:40px}}.popup-how-connect__icon_envelope{margin-bottom:-7px}.popup-refill.popup{background-color:#fff;width:568px;margin-left:-284px;font-family:MTSsans,Arial,sans-serif}@media screen and (max-width:759px){.popup-refill.popup{width:100%;max-width:92%;margin-left:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.popup-refill__padding{padding:40px 50px 50px}@media screen and (max-width:759px){.popup-refill__padding{padding:20px}}.popup-refill__head{text-align:center}.popup-refill__title{font-size:38px;line-height:1.18;margin-bottom:40px;display:inline-block}@media screen and (max-width:1679px){.popup-refill__title{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.popup-refill__title{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.popup-refill__title{font-size:24px;line-height:1.25}}.popup-refill__title-icon{position:absolute;margin-left:-65px;width:48px;height:48px;stroke:#adb8c1;stroke-width:1.5px}.popup-refill__form{max-width:480px;color:#999;font-size:18px;line-height:1.33;padding-left:30px;padding-right:30px;margin:0 auto}@media screen and (max-width:1679px){.popup-refill__form{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-refill__form{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-refill__form{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-refill__form{padding-left:0;padding-right:0}}.popup-refill__required{color:#e30613}.popup-refill__form-row{display:table;width:100%;margin-bottom:30px;position:relative}.popup-refill__form-row .field-validation-error{position:absolute;margin-top:1px}@media screen and (max-width:759px){.popup-refill__form-row{display:block;width:auto}}.popup-refill__form-label{display:table-cell;vertical-align:middle;width:120px}@media screen and (max-width:759px){.popup-refill__form-label{display:block;width:auto;margin-bottom:5px}}.popup-refill__form-field{display:table-cell;vertical-align:middle;position:relative}@media screen and (max-width:759px){.popup-refill__form-field{display:block}}@media screen and (max-width:759px){.popup-refill__form-field .input-group_phone{max-width:none}}@media screen and (min-width:760px){.popup-refill__form-field-summ{width:215px!important}}@media screen and (max-width:759px){.popup-refill__form-field-summ{width:calc(100% - 48px)}}.popup-refill__form-field-info{width:66px;position:absolute;right:0;top:6px}@media screen and (max-width:759px){.popup-refill__form-field-info{width:52px;right:-10px;top:8px}.popup-refill__form-field-info .b-hint{margin-left:6px}}.popup-refill__form-title{font-size:24px;line-height:1.25;margin-bottom:10px;color:#4d4d4d;margin-top:50px}@media screen and (max-width:1679px){.popup-refill__form-title{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.popup-refill__form-title{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.popup-refill__form-title{font-size:17px;line-height:1.24}}.popup-refill__form-subtitle{font-size:18px;line-height:1.33;margin-bottom:20px;color:#4d4d4d;margin-top:20px}@media screen and (max-width:1679px){.popup-refill__form-subtitle{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-refill__form-subtitle{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-refill__form-subtitle{font-size:15px;line-height:1.4}}.popup-refill__card{display:block;padding:20px 0;border-bottom:1px solid #f2f2f2;overflow:hidden}.popup-refill__card:first-child{border-top:1px solid #f2f2f2}.popup-refill__card-number,.popup-refill__card-date{margin-left:15px}.popup-refill__card-type{float:right;margin-right:15px}.popup-refill__add-card{margin-top:24px}.popup-refill__add-card-link{font-size:16px;line-height:1.38;color:grey;border-bottom:1px dotted}@media screen and (max-width:1679px){.popup-refill__add-card-link{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.popup-refill__add-card-link{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.popup-refill__add-card-link{font-size:14px;line-height:1.29}}.popup-refill__add-card-link:hover{border-boootm:medium none}.popup-refill__action{margin-top:50px;text-align:center}.popup-refill__footer{background-color:#fafafa;padding:20px;text-align:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px;font-size:16px;line-height:1.38}@media screen and (max-width:1679px){.popup-refill__footer{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.popup-refill__footer{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.popup-refill__footer{font-size:14px;line-height:1.29}}.popup-refill__content-title{font-size:24px;line-height:1.25;position:relative;margin-bottom:6px;color:#4d4d4d;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:1679px){.popup-refill__content-title{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.popup-refill__content-title{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.popup-refill__content-title{font-size:17px;line-height:1.24}}@media screen and (max-width:759px){.popup-refill__content-title{margin-left:30px}}.popup-refill__content-title-icon{width:24px;height:18px;stroke:#e30613;stroke-width:1.5px;margin-right:10px;position:absolute;right:100%;top:6px}.popup-refill__content-title-icon img{vertical-align:top}@media screen and (max-width:759px){.popup-refill__content-title-icon{top:3px}}.popup-refill__content-reloadlink{display:inline-block;font-size:18px;line-height:1.33;margin-top:28px}@media screen and (max-width:1679px){.popup-refill__content-reloadlink{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-refill__content-reloadlink{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-refill__content-reloadlink{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-refill__content-reloadlink{margin-top:10px}}.popup-refill__content-reloadlink img{vertical-align:top;background-color:#fff}.popup-refill__content-reloadlink span{border-bottom:1px dotted}.popup-refill__content-reloadlink-icon{width:15px;height:15px;display:inline-block;vertical-align:middle;fill:#1481b4;margin-right:10px}.popup-refill__content-text{font-size:18px;line-height:1.33}@media screen and (max-width:1679px){.popup-refill__content-text{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-refill__content-text{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-refill__content-text{font-size:15px;line-height:1.4}}.popup-refill__table{margin-top:48px}.popup-refill__table-item{width:100%;font-size:18px;line-height:1.33;margin-top:10px;margin-bottom:10px}@media screen and (max-width:1679px){.popup-refill__table-item{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.popup-refill__table-item{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.popup-refill__table-item{font-size:15px;line-height:1.4}}.popup-refill__table-item:after{content:'';display:table;clear:both}.popup-refill__table-label{width:57.01357466063348%;float:left}.popup-refill__table-value{width:42.98642533936652%;float:left;text-align:right}.popup-refill__content{position:relative}.popup-refill__paid-stamp{background:url(../../i/popup-refill/paid-stamp.svg) no-repeat 0 0;-webkit-background-size:100% auto;-moz-background-size:100% auto;background-size:100% auto;width:207px;height:65px;position:absolute;left:50%;top:50%;-webkit-transform-origin:left;-moz-transform-origin:left;-o-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:translate(-50%,-8%) rotate(-12deg);-moz-transform:translate(-50%,-8%) rotate(-12deg);-o-transform:translate(-50%,-8%) rotate(-12deg);-ms-transform:translate(-50%,-8%) rotate(-12deg);transform:translate(-50%,-8%) rotate(-12deg);opacity:.6;z-index:-1}@media screen and (max-width:759px){.popup-refill__paid-stamp{width:125px;height:39px;margin-top:20px}}.popup-refill__cardsides{margin-left:-55px;margin-right:-55px}@media screen and (max-width:759px){.popup-refill__cardsides{margin-left:-10px;margin-right:-10px}}.popup-refill__cardsides .popup-refill__form-title{margin-top:20px;margin-left:50px}@media screen and (max-width:759px){.popup-refill__cardsides .popup-refill__form-title{margin-left:10px}}.popup-refill__spoller-handle{padding-top:10px;padding-bottom:10px;cursor:pointer}.popup-refill__spoller-handle span{color:#1481b4;border-bottom:1px dotted #1481b4;white-space:nowrap}.popup-refill__spoller-content{display:none}.popup-refill__spoller-content .popup-refill__form-title{margin-top:10px}.popup-generated.popup-refill .popup-refill__footer{margin:50px -50px -50px}@media screen and (max-width:759px){.popup-generated.popup-refill .popup-refill__footer{margin:30px -20px -20px}}.popup-generated.popup-refill .popup__padding{padding:40px 50px 50px}@media screen and (max-width:759px){.popup-generated.popup-refill .popup__padding{padding:20px}}.cardsides__face,.cardsides__reverse{background-color:#fff;width:380px;max-width:100%;height:240px;border-radius:10px;-webkit-box-shadow:0 5px 30px rgba(172,184,193,.3);box-shadow:0 5px 30px rgba(172,184,193,.3)}.cardsides{position:relative;margin-bottom:55px}@media screen and (max-width:759px){.cardsides{margin-bottom:160px}}.cardsides__face{position:relative;z-index:1}@media screen and (max-width:759px){.cardsides__face{width:300px;height:210px}}.cardsides__inner-face{padding:27px 30px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:759px){.cardsides__inner-face{padding:14px 15px}}.cardsides__reverse{position:absolute;left:138px;top:40px}@media screen and (max-width:759px){.cardsides__reverse{width:300px;height:196px;top:144px;left:6px}}.cardsides__reverse:after{background:#eaeaea;content:" ";width:100%;height:54px;display:block;position:absolute;top:25px;left:0}@media screen and (max-width:759px){.cardsides__reverse:after{height:43px;top:20px}}.cardsides__inner-reverse{padding:100px 20px 0 250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:759px){.cardsides__inner-reverse{padding:85px 14px 0 160px}}.cardsides__type-list{margin-bottom:12px}@media screen and (max-width:759px){.cardsides__type-list{margin-bottom:4px}}.cardsides__type-item{display:inline-block;vertical-align:middle;position:relative;margin-left:7px}.cardsides__type-item:first-child{margin-left:0}.cardsides__type-item:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;opacity:0}.cardsides__type-item.is-active{background:0 0}.cardsides__type-item.is-active:after{opacity:1}.cardsides__type-item_mir{background:url(../../i/popup-refill/mir-gray.png);width:56px;height:16px}.cardsides__type-item_mir:after{background:url(../../i/popup-refill/mir.png)}.cardsides__type-item_visa{background:url(../../i/popup-refill/visa-gray.png);width:44px;height:25px}.cardsides__type-item_visa:after{background:url(../../i/popup-refill/visa.png)}.cardsides__type-item_master{background:url(../../i/popup-refill/mc-gray.png);width:44px;height:25px}.cardsides__type-item_master:after{background:url(../../i/popup-refill/mc.png)}.cardsides__field{margin-right:40px;position:relative;margin-bottom:20px}.cardsides__field.is-success:after{background:url(../../i/parental-control/icon-check.svg) no-repeat 0 0;content:"";width:16px;height:16px;margin-top:-8px;position:absolute;top:50%;right:-30px}@media screen and (max-width:759px){.cardsides__field .input{font-size:16px}}.cardsides__field_date.is-success:after{right:auto;left:150px}.cardsides__info-reverse{font-size:14px}@media screen and (max-width:759px){.cardsides__info-reverse{font-size:13px}}.cardsides__info-reverse span{display:block;white-space:nowrap}.popup-subscription{width:518px;margin-left:-259px}@media screen and (max-width:1279px){.popup-subscription{width:518px;margin-left:-259px}}@media screen and (max-width:959px){.popup-subscription{width:518px;margin-left:-259px}}@media screen and (max-width:759px){.popup-subscription{width:300px;margin-left:-150px}}.popup-subscription .input-group_phone{max-width:none}.popup-subscription .input::-webkit-input-placeholder{color:#b2b2b2;font-weight:400}.popup-subscription .input::-moz-placeholder{color:#b2b2b2;font-weight:400}.popup-subscription .input:-moz-placeholder{color:#b2b2b2;font-weight:400}.popup-subscription .input:-ms-input-placeholder{color:#b2b2b2;font-weight:400}.popup-subscription .form__row{margin-bottom:1rem}.popup-subscription .form__row:nth-child(2){margin-bottom:12px}@media screen and (min-width:760px){.popup-subscription .form__row:last-child{margin-bottom:36px}}@media screen and (max-width:759px){.popup-subscription .form__row:last-child{margin-bottom:20px}}.popup-subscription .form__col-label{padding-right:0}@media screen and (min-width:760px){.popup-subscription .popup__padding{padding:43px 45px}}@media screen and (max-width:759px){.popup-subscription .popup__padding{padding:30px 25px}}.popup-subscription .popup__title{font-size:30px;line-height:1.07;text-align:left;margin-bottom:1.53rem}@media screen and (max-width:1679px){.popup-subscription .popup__title{font-size:27px;line-height:1.07}}@media screen and (max-width:1279px){.popup-subscription .popup__title{font-size:24px;line-height:1.07}}@media screen and (max-width:759px){.popup-subscription .popup__title{font-size:20px;line-height:1.07}}.popup-subscription .popup__title-inner{position:relative}@media screen and (min-width:760px){.popup-subscription .popup__title-inner{padding-left:85px}}@media screen and (max-width:759px){.popup-subscription .popup__title-inner{padding-left:75px}}.popup-subscription .popup__title-icon{position:absolute;left:0;top:7px;margin-top:0;width:56px;height:53px;background-repeat:no-repeat;background-position:center top;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}.popup-subscription .popup__footer{padding-bottom:7px}.popup-subscription .popup__footer .btn{font-size:24.2px;height:48px;line-height:46px;padding-left:30px;padding-right:30px;min-width:210px}.popup-voice-mail{background-color:#fff;width:520px;margin-left:-260px;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.25);box-shadow:0 10px 30px rgba(0,0,0,.25);color:#4d4d4d}@media screen and (max-width:759px){.popup-voice-mail{width:300px;margin-left:-150px}}.popup-voice-mail__price{width:100%;max-width:390px;margin:2rem auto}.popup_middle .popup-voice-mail__price{max-width:none}@media screen and (max-width:759px){.popup-voice-mail__price{margin:2.5rem auto}}.popup-voice-mail__price-item{margin-bottom:.75rem;position:relative}.popup-voice-mail__price-item:after{content:'';display:table;clear:both}@media screen and (min-width:760px){.popup-voice-mail__price-item{background:url(../../i/product-info/dotted.png) repeat-x 0 1rem}}@media screen and (max-width:759px){.popup-voice-mail__price-item{margin-top:1.5rem}.popup-voice-mail__price-item+.popup-voice-mail__price-item{margin-top:1rem}}.popup-voice-mail__price-itemlast-child{margin-bottom:0}.popup-voice-mail__price-label{color:#333;display:inline-block;width:52%}@media screen and (max-width:759px){.popup-voice-mail__price-label{float:none;width:auto}}.popup-voice-mail__price-label .product-info__bg-for-dot{padding-right:5px}@media screen and (max-width:759px){.popup-voice-mail__price-label .product-info__bg-for-dot{padding:0}}.popup-voice-mail__price-label .product-info__bg-for-dot.product-info__bg-for-dot_long-text{font-size:21px;line-height:1.38}@media screen and (max-width:1679px){.popup-voice-mail__price-label .product-info__bg-for-dot.product-info__bg-for-dot_long-text{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px){.popup-voice-mail__price-label .product-info__bg-for-dot.product-info__bg-for-dot_long-text{font-size:17px;line-height:1.35}}@media screen and (max-width:759px){.popup-voice-mail__price-label .product-info__bg-for-dot.product-info__bg-for-dot_long-text{font-size:16px;line-height:1.38}}.popup-voice-mail__price-label .b-hint{margin:-3px 0 0 10px}.popup-voice-mail__price-label_long-text{width:62%;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media screen and (min-width:760px){.popup-voice-mail__price-label_long-text+.popup-voice-mail__price-value{width:38%}}.popup-voice-mail__price-label-descr{color:grey;font-size:14px;position:absolute;left:0;top:100%;margin-top:-2px}@media screen and (min-width:760px){.popup-voice-mail__price-value{text-align:right;float:right;margin:0;width:48%;margin-top:-5px}}@media screen and (max-width:759px){.popup-voice-mail__price-value{margin:0}}.popup-voice-mail__price-value .product-info__bg-for-dot{padding-left:4px}@media screen and (max-width:759px){.popup-voice-mail__price-value .product-info__bg-for-dot{padding:0}}.popup-voice-mail__price-value .product-info__bg-for-dot.product-info__bg-for-dot_long-text{font-size:21px;line-height:1.38}@media screen and (max-width:1679px){.popup-voice-mail__price-value .product-info__bg-for-dot.product-info__bg-for-dot_long-text{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px){.popup-voice-mail__price-value .product-info__bg-for-dot.product-info__bg-for-dot_long-text{font-size:17px;line-height:1.35}}@media screen and (max-width:759px){.popup-voice-mail__price-value .product-info__bg-for-dot.product-info__bg-for-dot_long-text{font-size:16px;line-height:1.38}}.popup-voice-mail__btn{text-align:center;margin-bottom:1.5rem}@media screen and (max-width:759px){.popup-voice-mail__btn{margin-bottom:2rem}}.popup-voice-mail__connection-number{text-align:center;margin-bottom:1.5rem}.popup-voice-mail__connection-number .b-number{display:none}@media screen and (max-width:759px){.popup-voice-mail__connection-number{margin-bottom:2.5rem}}.popup-voice-mail__number-show{font-size:16px;line-height:1.38;cursor:pointer;display:inline-block;color:#1481b4;border-bottom:1px dotted #1481b4}@media screen and (max-width:1679px){.popup-voice-mail__number-show{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.popup-voice-mail__number-show{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.popup-voice-mail__number-show{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.popup-voice-mail__number-show{font-size:21px;line-height:1.38}}@media screen and (max-width:759px) and (max-width:1679px){.popup-voice-mail__number-show{font-size:19px;line-height:1.37}}@media screen and (max-width:759px) and (max-width:1279px){.popup-voice-mail__number-show{font-size:17px;line-height:1.35}}@media screen and (max-width:759px) and (max-width:759px){.popup-voice-mail__number-show{font-size:16px;line-height:1.38}}.popup-voice-mail__info{font-size:16px;line-height:1.38;color:#999}@media screen and (max-width:1679px){.popup-voice-mail__info{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.popup-voice-mail__info{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.popup-voice-mail__info{font-size:14px;line-height:1.29}}.popup-voice-mail__user-number{color:#999;font-size:.68rem;text-align:center;margin:-1.07rem 0 1.6rem}.popup__request-status{display:none;color:#4d4d4d;font-size:.68rem;text-align:center;margin:-1.07rem 0 1.6rem}.popup__status-wrapper{font-size:24px;line-height:1.25;margin-bottom:2rem;text-align:center}@media screen and (max-width:1679px){.popup__status-wrapper{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.popup__status-wrapper{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.popup__status-wrapper{font-size:17px;line-height:1.24}}.popup__status-label{display:block}.popup__status-label_ok{color:#41ae33}.popup__status-label_bad{color:#e6181b}.popup__status-text a{color:#1e82b2}.popup-service-status{font-size:24px;line-height:1.25;vertical-align:middle;display:table-cell;text-align:center}@media screen and (max-width:1679px){.popup-service-status{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.popup-service-status{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.popup-service-status{font-size:17px;line-height:1.24}}.popup-service-status_ok{color:#41ae33}.popup-service-status_bad{color:#e6181b}.popup-service-status__wrapper{display:table;width:100%;min-height:50px;margin-bottom:2.72rem}.header{position:relative;z-index:110;border-bottom:1px solid var(--background-stroke)}.header__menu{height:100%}.header__top{position:relative;z-index:120;background:var(--background-primary)}@media screen and (max-width:959px){.header__top{background:var(--background-secondary)}}@media screen and (max-width:759px){.header__top{z-index:initial}}.header__top-inner{display:flex;justify-content:space-between}.header__top-text{max-width:380px;overflow:hidden;white-space:nowrap}@media screen and (max-width:1279px){.header__top-text{max-width:280px}}@media screen and (max-width:759px){.header__top-text{-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:calc(100% - 20px)}}.header__top-links{display:flex;padding:7px 0}@media screen and (max-width:959px){.header__top-left{display:none}}.header__top-right{max-width:100%}@media screen and (max-width:959px){.header__top-right{width:100%;margin-left:auto}}.header__top-item{font-size:14px;line-height:1.29;display:flex;justify-content:flex-end;align-items:flex-end;font-weight:500;color:var(--text-tertiary);padding-left:20px;cursor:pointer;max-width:100%}@media screen and (max-width:1679px){.header__top-item{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.header__top-item{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.header__top-item{font-size:14px;line-height:1.29}}@media screen and (max-width:959px){.header__top-item{width:100%;font-weight:400;color:var(--text-primary)}}.header__top-item:hover{color:var(--controls-primary-active)}.header__top-item:first-child{padding-left:0}.header__top-item.is-active{color:var(--controls-primary-active)}.header__top-item_more{padding-right:16px;position:relative}.header__top-item_more.is-opened{color:var(--controls-primary-active)}.header__top-item_more.is-opened:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);transform:rotateZ(180deg);background-image:url(../../i/header/arrow_red.svg);filter:none;-webkit-filter:none}.header__top-item_more:after{content:'';display:block;position:absolute;top:50%;right:0;background:url(../../i/header/arrow_gray.svg) center center no-repeat;-webkit-background-size:8px 6px;-moz-background-size:8px 6px;background-size:8px 6px;width:8px;height:6px;margin-top:-1.5px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary);-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms}.header__top-item_more .header-drop__arrow{display:none}.header__top-item_more .header-drop__drop{width:260px;right:auto;left:0;margin-left:20px}.header__more-list{padding-bottom:12px}.header__more-item{display:block;padding:11px 16px;font-size:14px;line-height:1.29;color:var(--text-primary);-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms;cursor:pointer}@media screen and (max-width:1679px){.header__more-item{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.header__more-item{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.header__more-item{font-size:14px;line-height:1.29}}.header__more-item:hover{color:var(--controls-primary-active)}.header__top-icon{width:12px;height:12px;margin-right:8px;flex-shrink:0;margin-bottom:2px}.header__top-icon_navigation{background:url(../../i/header/navigation.svg) center center no-repeat;-webkit-background-size:12px 12px;-moz-background-size:12px 12px;background-size:12px 12px;margin-bottom:1px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}@media screen and (max-width:959px){.header__top-icon_navigation{background-image:url(../../i/header/navigation_black.svg)}}.header__top-icon_purse{background:url(../../i/header/purse.svg) center center no-repeat;-webkit-background-size:12px 12px;-moz-background-size:12px 12px;background-size:12px 12px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}.header__top-icon_help{background:url(../../i/header/help.svg) center center no-repeat;-webkit-background-size:12px 12px;-moz-background-size:12px 12px;background-size:12px 12px}.header__body{position:relative;background:var(--background-primary)}.header__body-inner{display:flex;justify-content:space-between;align-items:center;height:72px}@media screen and (max-width:1279px){.header__body-inner{height:56px}}@media screen and (max-width:959px){.header__body-inner{height:44px;padding:6px 0}}.header__content{flex-grow:1;position:relative;height:100%}.header__logo-wrapper{display:flex;align-items:center;margin-right:40px}@media screen and (max-width:1279px){.header__logo-wrapper{margin-right:32px}}.header__logo{width:96px}@media screen and (max-width:959px){.header__logo{width:72px}}.header__logo_b2b{width:170px}@media screen and (max-width:1679px){.header__logo_b2b{width:96px}}@media screen and (max-width:959px){.header__logo_b2b{width:72px}}.header__elements{display:flex;align-items:center}.header__element{margin-left:20px;cursor:pointer;position:relative}@media screen and (max-width:1279px){.header__element{margin-left:16px}}.header__element:first-child{margin-left:0}.header__element_icon{width:24px;height:24px}.header__element_cart{background:url(../../i/header/cart.svg) center center no-repeat;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px}.header__cart-counter{position:absolute;top:-4px;left:12px;background:var(--brand-mts-red);color:var(--constant-greyscale-0);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:100px;padding:.5px 5px;min-width:18px;min-height:18px;text-align:center;font-size:12px;line-height:1.33}@media screen and (max-width:1679px){.header__cart-counter{font-size:12px;line-height:1.33}}@media screen and (max-width:1279px){.header__cart-counter{font-size:12px;line-height:1.33}}@media screen and (max-width:759px){.header__cart-counter{font-size:12px;line-height:1.33}}.header__element_products{background:url(../../i/header/products.svg) center center no-repeat;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary);-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms}.header__element_products.is-opened{background-image:url(../../i/header/products_red.svg);filter:none;-webkit-filter:none}@media screen and (max-width:959px){.header__element_products{display:none}}.header__element_user{width:40px;height:40px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:50%}@media screen and (max-width:959px){.header__element_user{margin-left:36px}}@media screen and (max-width:759px){.header__element_user{margin-left:26px}}.header__element_btn{height:44px;padding:14px 22px}@media screen and (max-width:1279px){.header__element_btn{margin-left:24px}}@media screen and (max-width:959px){.header__element_btn{padding:14px 12px;margin-left:36px}}@media screen and (max-width:759px){.header__element_btn{height:40px;padding:12px 7px;margin-left:26px}}.header__element_menu{display:none}@media screen and (max-width:959px){.header__element_menu{padding:5px;margin-left:11px;margin-right:-5px;display:block;background:url(../../i/header/menu.svg) center center no-repeat;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}}.header__submenu{background:var(--background-primary);-webkit-box-shadow:0 3px 6px rgba(110,119,130,.14);box-shadow:0 3px 6px rgba(110,119,130,.14);position:absolute;top:100%;left:0;width:100%;display:none;border-top:1px solid var(--background-stroke)}.header.is-sticked .header__submenu{position:fixed;top:52px}.header__body{-webkit-transition:top 275ms;-moz-transition:top 275ms;-o-transition:top 275ms;-ms-transition:top 275ms;transition:top 275ms;z-index:50}.header.is-scrolled .header__body{position:fixed;top:-73px;left:0;right:0;border-bottom:1px solid var(--background-stroke)}@media screen and (max-width:1279px){.header.is-scrolled .header__body{top:-57px}}@media screen and (max-width:959px){.header.is-scrolled .header__body{top:-144px}}.header.is-scrolled .header__body .header__body-inner{min-height:52px}.header.is-sticked .header__body{top:0;-webkit-box-shadow:0 2px 15px rgba(140,149,156,.1);box-shadow:0 2px 15px rgba(140,149,156,.1)}.header__body-bottom{font-size:0;padding:12px 0;width:100%;max-width:1250px}@media screen and (max-width:1279px){.header__body-bottom{display:flex;align-items:center}}.header__account,.header__bill{display:inline-block;vertical-align:middle;font-size:17px}.header__account{padding-right:52px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:759px){.header__account{padding-right:0}}@media screen and (max-width:479px){.header__account{display:flex;align-items:flex-end}}.header__account-wrapper{font-size:0}.header__account-head,.header__account-wrapper,.header__account-description,.header__account-text,.header__account-phone-wrapper{display:inline-block;vertical-align:middle;color:#9198a0}.header__account-description{font-size:0}.header__account-head,.header__account-text,.header__account-phone{font-size:17px}@media screen and (max-width:479px){.header__account-head,.header__account-text,.header__account-phone{font-size:14px}}.header__account-head,.header__account-text{padding-right:4px}.header__account-phone{font-weight:500;color:#001424;cursor:pointer;position:relative;padding-right:15px}.header__account-phone.is-opened:before{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);transform:rotateZ(180deg)}.header__account-phone:before{content:'';position:absolute;width:8px;height:6px;top:50%;margin-top:-3px;right:0;background:url(../../i/header/arrow_black.svg) 50% 50% no-repeat;-webkit-background-size:100%;-moz-background-size:100%;background-size:100%;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition:-webkit-transform 175ms;-moz-transition:-moz-transform 175ms;-o-transition:-o-transform 175ms;-ms-transition:-ms-transform 175ms;transition:transform 175ms}.header__account-phone_mobile{display:none}@media screen and (max-width:759px){.header__account-phone_mobile{display:inline-block}}@media screen and (max-width:759px){.header__account-phone_desktop{display:none}}@media screen and (max-width:479px){.header__account-head{display:block}}.header__account-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:1279px){.header__account-text{max-width:230px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}}@media screen and (max-width:959px){.header__account-text{max-width:60px}}@media screen and (max-width:759px){.header__account-text{max-width:160px}}@media screen and (max-width:479px){.header__account-text{max-width:150px}}.header__bill:hover .header__bill-icon{color:#e30613}@media screen and (max-width:1279px){.header__bill{display:flex}}@media screen and (max-width:759px){.header__bill{display:none}}.header__bill.header__bill_negative:hover .header__bill-icon{color:#cc061a}.header__bill.header__bill_negative .header__bill-icon{color:#e30613;-webkit-transition:color 175ms;-moz-transition:color 175ms;-o-transition:color 175ms;-ms-transition:color 175ms;transition:color 175ms}.header__bill.header__bill_negative .header__bill-icon:before{background:url(../../i/header/wallet-img-red.svg) 50% 50% no-repeat;-webkit-background-size:100%;-moz-background-size:100%;background-size:100%}.header__bill.header__bill_negative .header__bill-count{color:#e30613}.header__bill-head,.header__bill-count-head,.header__bill-count-info,.header__bill-count,.header__bill-icon{display:inline-block;vertical-align:middle}.header__bill-head{color:#9198a0}.header__bill-count-info{color:#e30613;font-weight:500}.header__bill-count{color:#001424}.header__bill-icon{padding-left:24px;position:relative;color:#9198a0;cursor:pointer}.header__bill-icon:before{content:'';width:18px;height:18px;background:url(../../i/header/wallet-img-gray.svg) 50% 50% no-repeat;-webkit-background-size:100%;-moz-background-size:100%;background-size:100%;position:absolute;top:50%;margin-top:-7px;left:0}.header__bill-count{padding-right:11px}@media screen and (min-width:960px) and (max-width:1279px){.header_lk .b-wrapper{padding-left:40px;padding-right:40px}}@media screen and (min-width:1280px) and (max-width:1439px){.header_lk .b-wrapper{padding-left:32px;padding-right:32px}}@media screen and (min-width:1440px) and (max-width:1679px){.header_lk .b-wrapper{padding-left:40px;padding-right:40px}}@media screen and (min-width:1680px){.header_lk .b-wrapper{padding-left:40px;padding-right:40px;margin-left:auto;margin-right:auto}}.header_lk .header__body-bottom{border-top:1px solid #ededed;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.header_lk .header__logo{width:64px}@media screen and (max-width:959px){.header_lk .header__logo{width:64px}}@media screen and (max-width:479px){.header_lk .header__logo{width:45px}}@media screen and (max-width:479px){.header_lk .header__element_user{margin-left:0}}@media screen and (max-width:479px){.header_lk .header__logo-wrapper{margin-right:0}}.header_lk .header__account-phone:before{width:9px}.header_lk .header__logo-inner-link_text{margin-left:8px}.header_lk .header__logo-text{width:100%;max-width:152px}@media screen and (max-width:479px){.header_lk .header__logo-text{max-width:106px}}.header_lk .header-drop.header__element_user,.header_lk .header-drop.header__element_products{cursor:default}.header_lk .header-search{height:55px;top:calc(50% - 28px)}.header-search{background:var(--background-primary);display:flex;align-items:center;justify-content:flex-end;position:absolute;height:72px;top:calc(50% - 36px);right:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:150px;-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms}@media screen and (max-width:1679px){.header-search{width:130px}}@media screen and (max-width:1279px){.header-search{width:30px;height:56px;top:calc(50% - 28px)}}.header-search.is-opened{width:100%}@media screen and (max-width:1279px){.header-search.is-opened{width:calc(100% - 16px)}}.header-search:after{content:'';display:block;width:1px;height:24px;background:var(--background-stroke);margin:0 24px;flex-shrink:0}@media screen and (max-width:1279px){.header-search:after{display:none}}@media screen and (max-width:1279px){.header-search{margin-right:16px}}@media screen and (max-width:959px){.header-search{display:none}}.header-search__input-wrapper{overflow:hidden;display:flex;align-items:center;width:0}.header-search.is-opened .header-search__input-wrapper{flex-grow:1;margin-left:14px}.header-search__input{width:100%;border:none;color:var(--text-primary);background:var(--background-primary);font-size:14px;line-height:1.29}@media screen and (max-width:1679px){.header-search__input{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.header-search__input{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.header-search__input{font-size:14px;line-height:1.29}}.header-search__input::-webkit-input-placeholder{color:var(--text-tertiary);background:var(--background-primary)}.header-search__input:-moz-placeholder{color:var(--text-tertiary);background:var(--background-primary)}.header-search__input::-moz-placeholder{color:var(--text-tertiary);background:var(--background-primary)}.header-search__input:-ms-placeholder{color:var(--text-tertiary);background:var(--background-primary)}.header-search__input:-ms-input-placeholder{color:var(--text-tertiary);background:var(--background-primary)}.header-search__input:-webkit-autofill,.header-search__input:-webkit-autofill:hover,.header-search__input:-webkit-autofill:focus,.header-search__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--background-primary) inset!important;-webkit-text-fill-color:var(--text-primary)!important}.header-search__controls{display:flex}.header-search__btn{display:flex;align-items:center;cursor:pointer;heaearc:is-opened}.header-search__text{font-size:14px;line-height:1.29;font-weight:500;color:var(--text-tertiary);margin-left:8px}@media screen and (max-width:1679px){.header-search__text{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.header-search__text{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.header-search__text{font-size:14px;line-height:1.29}}.header-search.is-opened .header-search__text{display:none}@media screen and (max-width:1279px){.header-search__text{display:none}}.header-search__icon{display:block;background:url(../../i/header-search/search.svg) center center no-repeat;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;width:24px;height:24px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}.header-search__close{background:url(../../i/header-search/close.svg) center center no-repeat;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;width:24px;height:24px;display:none;margin-left:20px;border:none;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}.header-search.is-opened .header-search__close{display:block}.main-menu{height:100%}@media screen and (max-width:959px){.main-menu{display:none}}.main-menu__inner{height:100%}.main-menu__list{display:flex;padding-right:150px;height:100%}@media screen and (max-width:1279px){.main-menu__list{padding-right:50px}}.main-menu__item{margin-left:36px;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}@media screen and (max-width:1679px){.header_b2b .main-menu__item{margin-left:56px}}@media screen and (max-width:1279px){.header_b2b .main-menu__item{margin-left:32px}}@media screen and (max-width:1279px){.main-menu__item{margin-left:16px}}.main-menu__item:after{content:'';display:block;position:absolute;left:0;bottom:0;height:4px;width:0;background:var(--brand-mts-red);-webkit-transition:width 175ms;-moz-transition:width 175ms;-o-transition:width 175ms;-ms-transition:width 175ms;transition:width 175ms}.main-menu__item.is-active:after,.main-menu__item.is-open:after{width:100%}.main-menu__item:first-child{margin-left:0}.main-menu__link{font-size:14px;line-height:1.29;color:var(--text-primary);font-weight:500;cursor:pointer;padding:10px 0;display:flex;align-items:center}@media screen and (max-width:1679px){.main-menu__link{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.main-menu__link{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.main-menu__link{font-size:14px;line-height:1.29}}@media screen and (max-width:1679px){.header_b2b .main-menu__link{margin-top:1px;padding-top:0}}@media screen and (max-width:1279px){.header_b2b .main-menu__link{margin-top:0}}@media screen and (max-width:1279px){.main-menu__link{font-size:12px;line-height:1.33}}.main-menu__item.is-active .main-menu__link,.main-menu__item.is-open .main-menu__link{color:var(--controls-primary-active)}.main-menu__link br{display:none}@media screen and (max-width:1679px){.main-menu__link br{display:block}}@media screen and (max-width:1279px) and (max-width:1679px){.main-menu__link{font-size:12px;line-height:1.33}}@media screen and (max-width:1279px) and (max-width:1279px){.main-menu__link{font-size:12px;line-height:1.33}}@media screen and (max-width:1279px) and (max-width:759px){.main-menu__link{font-size:12px;line-height:1.33}}.main-menu__arrow{display:inline-block;vertical-align:middle;width:8px;height:6px;background:url(../../i/main-menu/arrow_black.svg) center center no-repeat;-webkit-background-size:8px 6px;-moz-background-size:8px 6px;background-size:8px 6px;margin-top:0;margin-left:5px;filter:var(--icons-filter-primary);-webkit-filter:var(--icons-filter-primary);-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms}@media screen and (max-width:1279px){.main-menu__arrow{margin-left:3px}}.main-menu__item.is-open .main-menu__arrow{background-image:url(../../i/main-menu/arrow_red.svg);filter:none;-webkit-filter:none;-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);transform:rotateZ(180deg)}.main-menu__submenu{display:none}.main-menu__overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--background-overlay)}.main-submenu{padding:24px 0 64px}.main-submenu__row{display:flex}.main-submenu__col{width:213px;margin-left:32px}.main-submenu__col:first-child{margin-left:0}.main-submenu__title{font-size:16px;line-height:1.38;display:inline-block;font-weight:500;color:var(--text-primary)}@media screen and (max-width:1679px){.main-submenu__title{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.main-submenu__title{font-size:14px;line-height:1.29}}@media screen and (max-width:767px){.main-submenu__title{font-size:14px;line-height:1.29}}.main-submenu__list{margin-top:6px}.main-submenu__item{margin-top:12px}.main-submenu__item:first-child{margin-top:0}.main-submenu__link{font-size:14px;line-height:1.29;color:var(--text-primary)}@media screen and (max-width:1679px){.main-submenu__link{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.main-submenu__link{font-size:14px;line-height:1.29}}@media screen and (max-width:767px){.main-submenu__link{font-size:14px;line-height:1.29}}.main-submenu__new{color:var(--constant-greyscale-0);font-weight:500;font-size:9px;text-transform:uppercase;border-radius:2px;background:var(--brand-mts-red);padding:1px 4px;margin-left:5px}.main-submenu__description{display:block;font-size:14px;line-height:20px;color:var(--text-tertiary)}@media screen and (max-width:959px){.main-submenu__description{font-size:12px;line-height:16px}}.header-drop{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.header-drop__drop{cursor:default;display:none;position:absolute;top:100%;right:10px;background:var(--background-modal);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1);width:320px;margin-top:10px;margin-right:-10px;border-radius:8px;overflow:hidden}.header-drop__arrow{display:none;width:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:10px solid transparent;border-bottom-color:var(--icons-tertiary);position:absolute;bottom:100%;right:12px}.header-drop__arrow:before{content:"";border:10px solid transparent;border-bottom-color:var(--background-primary);margin-bottom:-1px;position:absolute;top:-9px;left:-10px}.header-products{background:#fff}@media screen and (min-width:960px){.header-products{max-height:calc(100vh - 100px);overflow:auto}}.header-products__title{font-size:16px;line-height:1.38;text-align:center;margin:12px 0 .75rem}@media screen and (max-width:1679px){.header-products__title{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.header-products__title{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.header-products__title{font-size:14px;line-height:1.29}}.header-products__item{display:inline-block;vertical-align:top;width:calc(33.333% - 18px);max-width:90px;margin:8px 9px 7px;text-align:center;color:#333}@media screen and (max-width:759px){.header-products__item{max-width:calc(20% - 18px)}}@media screen and (max-width:479px){.header-products__item{max-width:100%}}.header-products__item_fullw{width:auto;max-width:100%;font-size:14px;line-height:46px;text-align:center;background-color:#f7f7f7;display:block;color:#1481b4}@media screen and (min-width:960px){.header-products__item_fullw{margin:29px 0 0}}@media screen and (max-width:959px){.header-products__item_fullw{margin:29px 9px 0}}.modal_mobilecontext .header-products__item_fullw{width:100%;background:0 0;margin:0;margin-top:5px;border-top:1px solid #e2e5eb;padding:4px 0}.modal_mobilecontext .header-products__item_fullw .header-products__name{font-size:16px;line-height:1;max-width:100%}.header-products__icon{height:36px}@media screen and (min-width:960px){.header-products__icon{margin-bottom:8px}}@media screen and (max-width:959px){.header-products__icon{margin-bottom:5px}}.header-products__icon img{max-width:100%;max-height:100%}.header-products__name{font-size:14px;line-height:1.29;min-height:30px;display:inline-flex;align-items:center;max-width:100px}@media screen and (max-width:1679px){.header-products__name{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.header-products__name{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.header-products__name{font-size:14px;line-height:1.29}}@media screen and (max-width:479px){.header-products__name{max-width:80px;margin:auto}}.sidebar{display:none;position:fixed;top:0;right:0;left:0;bottom:0;z-index:400;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidebar__overlay{position:fixed;top:0;right:0;left:0;bottom:0;background:var(--background-overlay)}.sidebar__inner{background:var(--background-primary);position:fixed;display:flex;flex-direction:column;top:0;right:0;bottom:0;width:320px;-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms;-webkit-transform:translate(100%,0);-moz-transform:translate(100%,0);-o-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.sidebar__inner.is-opened{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}@media screen and (max-width:759px){.sidebar__inner{width:100%}}.sidebar__top .header__top{padding:0 20px}.sidebar__content{flex-grow:1;display:flex;flex-direction:column;overflow:auto;background:var(--background-secondary)}.sidebar__body{flex-grow:1}.sidebar__footer{background:#6e7782;color:var(--constant-greyscale-0);font-size:14px;line-height:1.29;padding:10px 0}@media screen and (max-width:1679px){.sidebar__footer{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.sidebar__footer{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.sidebar__footer{font-size:14px;line-height:1.29}}.sidebar__footer-item{padding:7px 20px;display:flex;align-items:center;cursor:pointer}.sidebar__footer-item:hover{background:#9198a0}.sidebar__footer-icon{width:24px;height:24px;margin-right:18px;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;filter:var(--icons-filter-greyscale-0);-webkit-filter:var(--icons-filter-greyscale-0)}.sidebar__footer-icon_help{filter:none;-webkit-filter:none}.sidebar__footer-text{margin-top:1px;cursor:pointer;color:var(--constant-greyscale-0)}.sidebar__footer-text:hover{color:var(--constant-greyscale-0)}.sidebar__user{display:block;padding:8px 16px;background:var(--background-primary);border-bottom:1px solid var(--background-stroke);position:relative}.sidebar__close{position:absolute;top:16px;right:16px;width:24px;height:24px;background:url(../../i/header-search/close.svg) center center no-repeat;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;cursor:pointer;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}.sidebar__sites{background:var(--background-primary);padding:8px 16px 16px}.sidebar__sites-title{font-size:16px;font-weight:500;color:var(--text-primary);padding-bottom:5px;position:relative}.sidebar__sites-title:after{content:'';display:block;position:absolute;top:5px;right:0;width:12px;height:12px;background:url(../../i/sidebar/arrow_black.svg?v=001) center center no-repeat;-webkit-background-size:12px 12px;-moz-background-size:12px 12px;background-size:12px 12px;filter:var(--icons-filter-primary);-webkit-filter:var(--icons-filter-primary);-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms}.sidebar__sites-title.is-opened{color:var(--controls-primary-active)}.sidebar__sites-title.is-opened:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);transform:rotateZ(180deg);background-image:url(../../i/sidebar/arrow_red.svg?v=001);filter:none;-webkit-filter:none}.sidebar__sites-list{color:var(--text-tertiary);overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;position:relative}.sidebar__sites-list:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0}.sidebar__sites-list.is-opened:after{content:none}.sidebar__sites-list.is-opened .sidebar__sites-item{display:block;padding:13px 0;font-size:16px;color:var(--text-primary)}.sidebar__sites-list.is-opened .sidebar__sites-item:after{content:none}.sidebar__sites-item{flex-shrink:0;margin-right:6px;color:var(--text-tertiary);font-size:14px;line-height:1.29}@media screen and (max-width:1679px){.sidebar__sites-item{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.sidebar__sites-item{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.sidebar__sites-item{font-size:14px;line-height:1.29}}.sidebar__sites-item:after{content:','}.sidebar__sites-item:last-child{margin-right:0}.sidebar__sites-item:last-child:after{contain:none}.sidebar__title{display:flex;align-items:center;padding:20px 16px;position:relative;background:var(--background-primary)}.sidebar__title-text{color:var(--text-primary);font-size:14px}.sidebar__title-icon{width:16px;height:16px;-webkit-background-size:16px 16px;-moz-background-size:16px 16px;background-size:16px 16px}.sidebar__title-icon_navigation{background:url(../../i/sidebar/geo.svg) center center no-repeat;-webkit-background-size:16px 16px;-moz-background-size:16px 16px;background-size:16px 16px;margin-right:8px;filter:var(--icons-filter-primary);-webkit-filter:var(--icons-filter-primary)}.mobile-menu{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mobile-menu__title{display:block;padding:9px 16px 8px;color:var(--text-primary);cursor:pointer;-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms}@media screen and (min-width:960px){.mobile-menu__title:hover{color:#e30613}}.mobile-menu__title br{display:none}.mobile-menu__item{color:var(--text-primary);font-size:14px;line-height:1.29;font-weight:500}@media screen and (max-width:1679px){.mobile-menu__item{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.mobile-menu__item{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.mobile-menu__item{font-size:14px;line-height:1.29}}.mobile-menu__item .mobile-menu__list{display:none}.mobile-menu__item_1>.mobile-menu__title{font-size:16px}.mobile-menu__item_1>.mobile-menu__title_with-arrow.is-opened{color:var(--controls-primary-active)}.mobile-menu__item_1>.mobile-menu__title_with-arrow.is-opened:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);transform:rotateZ(180deg);background-image:url(../../i/mobile-menu/arrow_red.svg?v=001);filter:none;-webkit-filter:none}.mobile-menu__item_2{padding-left:16px}.mobile-menu__item_2>.mobile-menu__title_with-arrow:after{background:url(../../i/mobile-menu/arrow_gray.svg?v=001) center center no-repeat;-webkit-background-size:12px 12px;-moz-background-size:12px 12px;background-size:12px 12px;filter:var(--icons-filter-primary);-webkit-filter:var(--icons-filter-primary)}.mobile-menu__item_2>.mobile-menu__title_with-arrow.is-opened:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);transform:rotateZ(180deg);background-image:url(../../i/mobile-menu/arrow_gray.svg?v=001)}.mobile-menu__item_3 .mobile-menu__title{font-size:14px;line-height:1.29;font-weight:400;padding-top:8px;padding-bottom:8px;padding-left:32px}@media screen and (max-width:1679px){.mobile-menu__item_3 .mobile-menu__title{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.mobile-menu__item_3 .mobile-menu__title{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.mobile-menu__item_3 .mobile-menu__title{font-size:14px;line-height:1.29}}.mobile-menu__title_with-arrow{position:relative}.mobile-menu__title_with-arrow:after{content:'';display:block;width:12px;height:12px;background:url(../../i/mobile-menu/arrow_black.svg?v=001) center center no-repeat;-webkit-background-size:12px 12px;-moz-background-size:12px 12px;background-size:12px 12px;position:absolute;top:18px;right:16px;filter:var(--icons-filter-primary);-webkit-filter:var(--icons-filter-primary);-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms}.mobile-search{display:block;padding:8px 16px}.mobile-search__inner{background:var(--background-primary-elevated);border:2px solid var(--background-stroke);padding:9px 44px 10px;position:relative;border-radius:4px}.mobile-search__icon{position:absolute;top:8px;left:11px;width:24px;height:24px;background:url(../../i/header-search/search.svg) center center no-repeat;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}.mobile-search__input{width:100%;color:var(--text-primary);font-size:14px;line-height:1.29;border:none;background:0 0}.mobile-search__input:-webkit-autofill,.mobile-search__input:-webkit-autofill:hover,.mobile-search__input:-webkit-autofill:focus,.mobile-search__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--background-primary-elevated) inset!important;-webkit-text-fill-color:var(--text-primary)!important}@media screen and (max-width:1679px){.mobile-search__input{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.mobile-search__input{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.mobile-search__input{font-size:14px;line-height:1.29}}.mobile-search__input+placeholder{color:var(--text-tertiary);font-size:14px;line-height:1.29}@media screen and (max-width:1679px){.mobile-search__input+placeholder{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.mobile-search__input+placeholder{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.mobile-search__input+placeholder{font-size:14px;line-height:1.29}}.mobile-search__clear{display:none;width:24px;height:24px;position:absolute;top:8px;right:8px;background:url(../../i/header-search/close.svg) center center no-repeat;-webkit-background-size:12px 12px;-moz-background-size:12px 12px;background-size:12px 12px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}.mobile-search__inner.no-empty .mobile-search__clear{display:block}.user-block__user{display:flex;align-items:center;position:relative;min-height:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.user-block__wrapper{padding:16px 18px}.user-block__avatar{width:44px;height:44px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;background-repeat:no-repeat;margin-right:12px;position:relative;border-radius:50%}.user-block__user_main .user-block__avatar:after{content:'';background:url(../../i/user-block/star.svg) center center no-repeat;position:absolute;bottom:-5px;right:-6px;display:block;width:24px;height:24px}.user-block__content{display:block;cursor:pointer}.user-block__name{color:#000;font-size:14px;line-height:1.29;font-weight:500}@media screen and (max-width:1679px){.user-block__name{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.user-block__name{font-size:14px;line-height:1.29}}@media screen and (max-width:767px){.user-block__name{font-size:14px;line-height:1.29}}.user-block__phone{font-size:14px;line-height:1.29;color:#6e7782}@media screen and (max-width:1679px){.user-block__phone{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.user-block__phone{font-size:14px;line-height:1.29}}@media screen and (max-width:767px){.user-block__phone{font-size:14px;line-height:1.29}}.user-block__user_wrapper{display:flex;align-items:center}.user-block__unauth-icon{width:24px;height:24px;background:url(../../i/user-block/lock.svg) center center no-repeat;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;margin-right:12px}.user-block__unauth-icon-services{width:24px;height:24px;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;margin-right:12px}.user-block__unauth-text{font-size:14px;line-height:1.29;color:#000}@media screen and (max-width:1679px){.user-block__unauth-text{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.user-block__unauth-text{font-size:14px;line-height:1.29}}@media screen and (max-width:767px){.user-block__unauth-text{font-size:14px;line-height:1.29}}.user-block__phone-item{font-size:14px;line-height:1.29;color:#6e7782;padding:9px;padding-left:70px;display:block;position:relative}@media screen and (max-width:1679px){.user-block__phone-item{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.user-block__phone-item{font-size:14px;line-height:1.29}}@media screen and (max-width:767px){.user-block__phone-item{font-size:14px;line-height:1.29}}.user-block__phone-item:hover{background:#f2f3f7;color:#6e7782!important}.user-block__phone-item_active:before{content:'';background:url(../../i/user-block/check.svg) center center no-repeat;-webkit-background-size:12px 9px;-moz-background-size:12px 9px;background-size:12px 9px;width:12px;height:9px;display:block;position:absolute;top:15px;right:18px}.user-block__actions{display:block;padding:18px 0 14px}.user-block__action{display:flex;padding:8px 18px}.user-block__action-text{font-size:14px;line-height:1.29;font-weight:500;color:#001424;cursor:pointer;-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms;margin-top:3px}@media screen and (max-width:1679px){.user-block__action-text{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.user-block__action-text{font-size:14px;line-height:1.29}}@media screen and (max-width:767px){.user-block__action-text{font-size:14px;line-height:1.29}}.user-block__action-text:hover{color:#e30613}.user-block__action-icon{width:24px;height:24px;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;margin-right:12px}.user-block__separate{height:1px;width:100%;background:#f2f3f7}.user-block__menu{padding:5px 16px 24px;text-align:left}.user-block__title{color:#9198a0;font-size:14px;line-height:1.29;font-weight:500;margin:16px}@media screen and (max-width:1679px){.user-block__title{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.user-block__title{font-size:14px;line-height:1.29}}@media screen and (max-width:767px){.user-block__title{font-size:14px;line-height:1.29}}.user-block__menu-list{display:block}.user-block__menu-item{display:block;color:#001424;font-size:16px;padding:11px 0;position:relative;cursor:pointer}.user-block__menu-item:after{content:none;display:block;width:12px;height:12px;background:url(../../i/user-block/arrow-left.svg) center center no-repeat;-webkit-background-size:12px 12px;-moz-background-size:12px 12px;background-size:12px 12px;position:absolute;top:15px;right:0}@media screen and (max-width:959px){.user-block__menu-item:after{content:''}}.user-block__menu-item:hover{color:#e30613}.user-block__menu-link{font-weight:500;display:inline-block;cursor:pointer;-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms;color:#001424}@media screen and (max-width:767px){.user-block__menu-link{font-size:14px}}.user-block__menu-item:hover .user-block__menu-link{color:#e30613}.user-block__phone-numbers{display:block;padding-top:11px}.user-block__phone-number{position:relative;padding:11px 0 11px 36px}.user-block__phone-number_main:after{content:'';background:url(../../i/user-block/star.svg) center center no-repeat;position:absolute;top:8px;left:0;display:block;width:24px;height:24px}.user-block__phone-number_active:before{content:'';background:url(../../i/user-block/check.svg) center center no-repeat;-webkit-background-size:12px 9px;-moz-background-size:12px 9px;background-size:12px 9px;width:12px;height:9px;display:block;position:absolute;top:15px;right:0}.user-block__phone-number_active .user-block__phone-number-text{font-weight:500;color:#001424}.user-block__phone-number-text{font-size:14px;color:#6e7782}.user-block__phone-number_add:after{content:'';background:url(../../i/user-block/add_clear.svg) center center no-repeat;position:absolute;top:8px;left:0;display:block;width:24px;height:24px}.user-block__user_active:before{content:'';background:url(../../i/user-block/check.svg) center center no-repeat;-webkit-background-size:12px 9px;-moz-background-size:12px 9px;background-size:12px 9px;width:12px;height:9px;display:block;position:absolute;top:15px;right:0}.user-block_drop-auth{overflow:hidden;max-height:625px;max-height:min(625px,calc(100vh - 185px))}.header.is-sticked .user-block_drop-auth{max-height:min(625px,calc(100vh - 77px))}.user-block_lk{overflow:hidden;max-height:386px;max-height:min(386px,calc(100vh - 135px))}.header.is-scrolled .user-block_lk{max-height:min(386px,calc(100vh - 68px))}.header.is-sticked .user-block_lk{max-height:min(386px,calc(100vh - 137px))}.user-block_lk:not(.has-scroll)~.nicescroll-rails{display:none!important}.user-block_lk .user-block__wrapper{padding:30px 23px 0 20px}@media screen and (max-width:767px){.user-block_lk .user-block__wrapper{padding:16px 18px 0}}.user-block_lk .user-block__user_active:before{background:url(../../i/user-block/check-green.svg) center center no-repeat;right:-1px}@media screen and (max-width:767px){.user-block_lk .user-block__user_active:before{right:0}}.user-block_lk .user-block__title{margin:16px 0 14px}.user-block_lk .user-block__title_main{margin-top:0}.user-block_lk .usrt-block__avatar{width:44px;height:44px}.user-block_lk .user-block__name{color:#9198a0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.user-block_lk .user-block__phone{color:#001424;font-size:18px;line-height:1.33}@media screen and (max-width:1679px){.user-block_lk .user-block__phone{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.user-block_lk .user-block__phone{font-size:15px;line-height:1.4}}@media screen and (max-width:767px){.user-block_lk .user-block__phone{font-size:15px;line-height:1.4}}.user-block_lk .user-block__content{width:calc(100% - 76px)}.user-block_lk .user-block_first{padding-bottom:14px}.user-block_lk .user-block_first .user-block__name{font-size:18px;line-height:1.33}@media screen and (max-width:1679px){.user-block_lk .user-block_first .user-block__name{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.user-block_lk .user-block_first .user-block__name{font-size:15px;line-height:1.4}}@media screen and (max-width:767px){.user-block_lk .user-block_first .user-block__name{font-size:15px;line-height:1.4}}.user-block_lk .user-block__user{font-weight:400}.user-block_lk .user-block__user:not(.user-block_first) .user-block__phone{padding:0 0 7px;border-bottom:1px solid #e2e5eb}.user-block_lk .user-block__extra-user-list .user-block__user{padding-top:10px}.user-block_lk .user-block__extra-user-list .user-block__user:first-child{padding-top:0}.user-block_lk .user-block__actions{padding:0 0 14px}.user-block_lk .user-block__actions_bottom{padding:35px 0 20px}.user-block_lk .user-block__action{align-items:center;padding:6px 20px}.user-block_lk .user-block__action-icon{width:44px;height:44px;background-color:#f2f3f7;border-radius:50%;line-height:44px;display:flex;align-items:center;justify-content:center}.user-block_lk .user-block__action-icon.user-block__action-icon_settings .user-block__action-icon-img{width:18px;height:18px}.user-block_lk .user-block__action-icon-img{background-position:50% 50%;background-repeat:no-repeat;width:14px;height:14px;-webkit-background-size:100%;-moz-background-size:100%;background-size:100%}.user-block_lk .user-block__action-text{font-size:18px;line-height:1.33;font-weight:400;margin-top:3px}@media screen and (max-width:1679px){.user-block_lk .user-block__action-text{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.user-block_lk .user-block__action-text{font-size:15px;line-height:1.4}}@media screen and (max-width:767px){.user-block_lk .user-block__action-text{font-size:15px;line-height:1.4}}.user-block_profile-lk .user-block__name{font-weight:400}.nicescroll-cursors:before,.nicescroll-cursors:after{content:'';display:block;position:absolute;left:0;background:#dcdcdc;width:4px;height:4px;border-radius:50%}.nicescroll-cursors:before{top:-2px}.nicescroll-cursors:after{bottom:-2px}.country-list{display:block;padding-bottom:18px}.country-list__item{display:block;font-size:14px;color:var(--text-tertiary);padding:11px 16px;position:relative}.country-list__item_active{color:var(--text-primary);font-weight:500}.country-list__item_active:after{content:'';display:block;background:url(../../i/country-list/check.svg) center center no-repeat;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px;width:24px;height:24px;position:absolute;top:8px;right:16px}.header-region{display:block;padding-top:3px;position:relative;z-index:1;background:var(--background-primary)}@media screen and (max-width:959px){.header-region{padding-top:0}}.header-region__inner{padding-top:12px;padding-bottom:12px;border-top:1px solid var(--background-stroke);border-bottom:1px solid var(--background-stroke);display:flex;justify-content:center;align-items:center}@media screen and (max-width:759px){.header-region__inner{flex-direction:column}}.header-region__text{color:var(--text-primary);font-size:16px;line-height:1.4}@media screen and (max-width:1679px){.header-region__text{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.header-region__text{font-size:14px;line-height:1.4}}@media screen and (max-width:759px){.header-region__text{font-size:14px;line-height:1.4}}@media screen and (max-width:759px){.header-region__text{max-width:230px}}.header-region__text:before{content:'';display:inline-block;vertical-align:middle;width:18px;height:18px;background:url(../../i/header-region/navigation.svg) center center no-repeat;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;margin-right:15px;filter:var(--icons-filter-tertiary);-webkit-filter:var(--icons-filter-tertiary)}@media screen and (max-width:759px){.header-region__text:before{width:14px;height:14px;margin-top:-4px;margin-right:10px}}.header-region__btns{margin-left:22px;font-size:0}@media screen and (max-width:759px){.header-region__btns{margin-left:0;margin-top:12px}}.header-region__btn{height:44px;margin-right:15px}.header-region__btn:last-child{margin-right:0}.bookmarks__head{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}@media screen and (max-width:759px){.bookmarks__head{margin-right:-20px}}.bookmarks__head_center .bookmarks__head-list{justify-content:center}.bookmarks__head_no-line .bookmarks__head-list:after,.bookmarks__head_without-underline .bookmarks__head-list:after{content:none}.bookmarks__head_wide{max-width:1600px;margin:0 auto;width:100%}@media screen and (min-width:1280px){.bookmarks__head_wide{width:calc(100% - 80px)}}@media screen and (min-width:960px) and (max-width:1279px){.bookmarks__head_wide{width:calc(100% - 60px)}}@media screen and (max-width:959px){.bookmarks__head_wide{width:calc(100% - 40px)}}@media screen and (max-width:759px){.bookmarks__head_wide{width:calc(100% - 20px);margin-left:20px;margin-right:-20px}}.bookmarks__head_media-static .bookmarks__head-item{margin-right:24px;padding:14px 0 14px}.bookmarks__head_media-static .bookmarks__head-item:last-child{margin-right:24px}@media screen and (max-width:759px){.bookmarks__head_media-static .bookmarks__head-item:last-child{margin-right:20px}}.bookmarks__head_media-static .bookmarks__head-item .bookmarks__head-name{font-size:17px;line-height:24px}.bookmarks__head_small{max-width:1600px;margin:0 auto;width:100%}@media screen and (min-width:1280px){.bookmarks__head_small{width:calc(100% - 80px)}}@media screen and (min-width:960px) and (max-width:1279px){.bookmarks__head_small{width:calc(100% - 60px)}}@media screen and (max-width:959px){.bookmarks__head_small{width:calc(100% - 40px)}}@media screen and (max-width:759px){.bookmarks__head_small{margin-left:20px;margin-right:-20px}}.bookmarks__head_small .bookmarks__head-item:last-child{margin-right:0}@media screen and (max-width:759px){.bookmarks__head_small .bookmarks__head-item:last-child{margin-right:0}}.bookmarks__head-wrapper{position:relative;overflow:hidden}.bookmarks__head-list{display:flex;position:relative;min-width:100%}.bookmarks__head-list:after{content:'';display:block;width:100%;height:1px;background:#e0e0e0;position:absolute;bottom:0;left:0}@media screen and (max-width:759px){.bookmarks__head-list{width:fit-content}}.bookmarks__head-list_no-padding .bookmarks__head-item{display:flex;padding:0}.bookmarks__head-item{margin-right:32px;padding:14px 0;cursor:pointer}.bookmarks__head-item:last-child{margin-right:0}@media screen and (max-width:759px){.bookmarks__head-item:last-child{margin-right:32px}}.bookmarks__head-item:hover .bookmarks__head-name,.bookmarks__head-item.is-active .bookmarks__head-name,.bookmarks__head-item:hover .bookmarks__head-link-name,.bookmarks__head-item.is-active .bookmarks__head-link-name{color:#333}.bookmarks__head-name{font-size:18px;line-height:1.33;font-weight:500;color:#828282;-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms;white-space:nowrap}@media screen and (max-width:1679px){.bookmarks__head-name{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.bookmarks__head-name{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.bookmarks__head-name{font-size:15px;line-height:1.4}}.bookmarks__head-link-name{font-size:18px;line-height:1.33;font-weight:500;color:#828282;-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms;white-space:nowrap;padding:14px 0}@media screen and (max-width:1679px){.bookmarks__head-link-name{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.bookmarks__head-link-name{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.bookmarks__head-link-name{font-size:15px;line-height:1.4}}.bookmarks__active-line{position:absolute;bottom:0;left:0;height:4px;background:#e30613;width:70px;opacity:0}.bookmarks__active-line.thin-line{height:2px}.bookmarks__item{display:none;padding-top:50px}@media screen and (max-width:1679px){.bookmarks__item{padding-top:60px}}@media screen and (max-width:759px){.bookmarks__item{padding-top:44px}}.bookmarks__item.is-active{display:block}.bookmarks__item.without-padding{padding:0}.bookmarks__head-icon-wrapper{width:56px;height:56px;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:2px solid rgba(0,20,36,.1);border-radius:50%;margin:auto;margin-bottom:16px}@media screen and (max-width:759px){.bookmarks__head-icon-wrapper{width:48px;height:48px}}.bookmarks__head-item:hover .bookmarks__head-icon-wrapper,.bookmarks__head-item.is-active .bookmarks__head-icon-wrapper{background:#e30613;border:2px solid #e30613}.bookmarks__head-icon{width:32px;height:32px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}@media screen and (max-width:759px){.bookmarks__head-icon{width:24px;height:24px}}.bookmarks__head-item:hover .bookmarks__head-icon,.bookmarks__head-item.is-active .bookmarks__head-icon{display:none}.bookmarks__head-icon_hover{display:none}.bookmarks__head-item:hover .bookmarks__head-icon_hover,.bookmarks__head-item.is-active .bookmarks__head-icon_hover{display:block}.bookmarks__item_white-space{padding-top:80px}@media screen and (max-width:959px){.bookmarks__item_white-space{padding-top:40px}}.bookmarks__item_clear{padding-top:0}@media screen and (max-width:759px){.bookmarks__head_icons{margin-left:-20px}}@media screen and (max-width:759px){.bookmarks__head_icons .bookmarks__head-wrapper{padding-left:20px}}.bookmarks__head_icons .bookmarks__head-name{position:relative;text-align:center;white-space:normal;bottom:0;font-size:14px;line-height:1.29;opacity:0;width:120px}@media screen and (max-width:1679px){.bookmarks__head_icons .bookmarks__head-name{font-size:14px;line-height:1.29}}@media screen and (max-width:1279px){.bookmarks__head_icons .bookmarks__head-name{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.bookmarks__head_icons .bookmarks__head-name{font-size:14px;line-height:1.29}}@media screen and (max-width:959px){.bookmarks__head_icons .bookmarks__head-name{width:92px}}@media screen and (max-width:759px){.bookmarks__head_icons .bookmarks__head-name{width:60px}}.bookmarks__head_icons .bookmarks__head-item{margin-right:0;position:relative}.bookmarks__head_icons .bookmarks__head-item:hover .bookmarks__head-name,.bookmarks__head_icons .bookmarks__head-item.is-active .bookmarks__head-name{color:#e30613;opacity:1}.bookmarks_small .bookmarks__head-item{padding:11px 0;margin-right:20px}.bookmarks_small .bookmarks__head-item:last-child{margin-right:0}.bookmarks_context .bookmarks__item{padding-top:0}.bookmarks_context .bookmarks__item .header-products{padding-top:12px}.bookmarks_context .bookmarks__head{margin-right:0;padding-top:20px}.bookmarks_context .bookmarks__head-item{flex-grow:1;margin-right:0;padding-top:14px}.bookmarks_context .bookmarks__head-item.is-active .bookmarks__head-name{color:#e30613}.bookmarks_context .bookmarks__head-name{text-align:center;font-size:16px;color:#001424}.bookmarks_context .bookmarks__active-line{height:2px}.banners{font-size:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.banners *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.banners__inner{text-align:center}@media screen and (min-width:1680px){.banners__inner{margin:0 -13px}}@media screen and (min-width:1280px) and (max-width:1679px){.banners__inner{margin:0 -9px}}@media screen and (min-width:960px) and (max-width:1279px){.banners__inner{margin:0 -7px}}@media screen and (min-width:760px) and (max-width:959px){.banners__inner{margin:0 -10px}}.banners__item{display:inline-block;vertical-align:top;text-align:left;-webkit-transition-property:width,height;-moz-transition-property:width,height;-o-transition-property:width,height;-ms-transition-property:width,height;transition-property:width,height;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-ms-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;-ms-transition-duration:.1s;transition-duration:.1s;max-width:542px}@media screen and (min-width:1680px){.banners__item{width:28.23vw;padding:0 13px}}@media screen and (min-width:1280px) and (max-width:1679px){.banners__item{width:30.469vw;padding:0 9px}}@media screen and (min-width:960px) and (max-width:1279px){.banners__item{width:30.209vw;padding:0 7px}}@media screen and (min-width:760px) and (max-width:959px){.banners__item{width:46.054vw;padding:0 10px}.banners__item:first-child{display:none}}@media screen and (max-width:759px){.banners__item{width:280px}.banners__item:first-child,.banners__item:nth-child(2){display:none}}@media screen and (max-width:479px){.banners__item{width:100%}}.banners__item-inner{display:inline-block;width:100%;text-align:left}.banners__item-inner:hover .banner__title{color:#e30613}.banners .banner__image{width:100%;position:relative;overflow:hidden;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center;background-repeat:no-repeat;max-height:280px}@media screen and (min-width:1680px){.banners .banner__image{height:14.59283vw}}@media screen and (min-width:1280px) and (max-width:1679px){.banners .banner__image{height:16.41vw}}@media screen and (min-width:960px) and (max-width:1279px){.banners .banner__image{height:16.41vw}}@media screen and (min-width:760px) and (max-width:959px){.banners .banner__image{height:25vw}}@media screen and (max-width:639px){.banners .banner__image{margin:0;min-height:0}}@media screen and (max-width:759px){.banners .banner__image{height:150px}}@media screen and (max-width:479px){.banners .banner__image{min-height:150px;height:47.8979vw}}.banners .banner__title{font-size:24px;line-height:1.25;font-weight:300;color:#333;padding-top:.8rem;margin:0;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out}@media screen and (max-width:1679px){.banners .banner__title{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.banners .banner__title{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.banners .banner__title{font-size:17px;line-height:1.24}}@media screen and (max-width:759px){.banners .banner__title{line-height:normal}}.banners .banner__text{padding-top:.8rem;padding-bottom:.8rem;font-size:18px;line-height:1.33;line-height:1.2;font-weight:400;color:#333}@media screen and (max-width:1679px){.banners .banner__text{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.banners .banner__text{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.banners .banner__text{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.banners .banner__text{font-size:16px;line-height:1.38}}@media screen and (max-width:759px) and (max-width:1679px){.banners .banner__text{font-size:15px;line-height:1.4}}@media screen and (max-width:759px) and (max-width:1279px){.banners .banner__text{font-size:14px;line-height:1.29}}@media screen and (max-width:759px) and (max-width:759px){.banners .banner__text{font-size:14px;line-height:1.29}}.banner{background-color:#f9fafb;position:relative;overflow:hidden}@media screen and (max-width:639px){.banner{background-color:#fff}}.banner *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.banner_white{background-color:#fff}.banner_gray{background-color:#f9fafb}@media screen and (max-width:1279px){.banner_mts-tv .banner__image{background-position:55% 0}}.banner_mts-tv .banner__content{padding:100px 0 150px}@media screen and (max-width:1279px){.banner_mts-tv .banner__content{width:360px;padding:50px 0 150px}}@media screen and (max-width:959px){.banner_mts-tv .banner__content{width:300px}}@media screen and (max-width:639px){.banner_mts-tv .banner__content{width:100%;padding:25px 0}}@media screen and (max-width:1279px) and (max-width:639px){.banner_mts-tv .banner__image{background-position:top right}}@media screen and (max-width:639px){.banner_clear .banner__content{padding:50px 0}.banner_clear .banner__content .product-adv .b-wrapper{padding:0;min-width:280px}}@media screen and (max-width:1279px){.banner_clear .banner__sub-title{margin:0 0 3rem;font-size:21px;line-height:1.38}.banner_clear .banner__sub-title br{display:none}}@media screen and (max-width:1279px) and (max-width:1679px){.banner_clear .banner__sub-title{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px) and (max-width:1279px){.banner_clear .banner__sub-title{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px) and (max-width:759px){.banner_clear .banner__sub-title{font-size:16px;line-height:1.38}}.banner_centered{text-align:center}@media screen and (min-width:960px){.banner_centered .banner__content{padding:75px 0 53px;width:830px}}.banner_centered .banner__title{text-align:center}@media screen and (min-width:1280px){.banner_centered .banner__title{margin-bottom:43px}}.banner_centered .banner__text{text-align:left;line-height:1.3;font-weight:400}@media screen and (min-width:760px){.banner_centered .banner__text{padding:0 23px}}@media screen and (max-width:759px){.banner_centered .banner__text{text-shadow:0 0 1px rgba(255,255,255,.4)}}@media screen and (min-width:760px){.banner_centered .banner__text p{margin-bottom:49px}}@media screen and (max-width:639px){.banner_bg-constant .banner__image{margin:0;position:absolute;min-height:0}}@media screen and (min-width:1680px){.banner_overflowed{overflow:visible}}.banner__close{position:absolute;right:10px;top:10px;width:32px;height:32px;background:url(../../i/banner/icon_close.svg) no-repeat center center;-webkit-background-size:32px 32px;-moz-background-size:32px 32px;background-size:32px 32px;cursor:pointer;z-index:2}.no-touchevents .banner__close:hover:after{opacity:1}.no-touchevents .banner__close:after{content:'Закрыть';position:absolute;white-space:nowrap;right:0;top:0;background-color:rgba(187,187,187,.14);border-radius:16px;font-size:14px;line-height:32px;padding:0 42px 0 18px;color:#a6a6a6;opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;-ms-transition:opacity .3s ease;transition:opacity .3s ease;pointer-events:none}@media screen and (max-width:959px){.no-touchevents .banner__close:after{content:none}}.banner__image{position:absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:8px}@media screen and (max-width:639px){.banner__image{position:relative;margin:0 -20px;min-height:250px}}.banner__image_center-bottom{background-position:center bottom}.banner_bg-cleft .banner__image{background-position:center left}.banner__content{display:inline-block;padding:100px 0 100px;width:680px;position:relative;z-index:1;text-align:left}@media screen and (max-width:759px){.banner__content{width:100%;padding:40px 20px}}@media screen and (max-width:639px){.banner__content{padding:25px 20px}}@media screen and (min-width:1680px){.banner__content[data-object=iphoneX]:after{content:'';position:absolute;right:-375px;top:-56px;height:635px;width:313px;background:url(../../../content/i/iphoneX.png) no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}}@media screen and (min-width:760px){.banner__content_middle{width:655px}}.banner__content_wide{width:100%}.banner__title{font-size:38px;line-height:1.18;margin-bottom:50px}@media screen and (max-width:1679px){.banner__title{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.banner__title{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.banner__title{font-size:24px;line-height:1.25}}@media screen and (max-width:1279px){.banner__title{margin-bottom:30px}}@media screen and (max-width:959px){.banner__title{font-size:1.5rem}}@media screen and (max-width:639px){.banner__title{margin-bottom:1.5rem}}.banner__sub-title{font-size:18px;line-height:1.33;line-height:1.4}@media screen and (max-width:1679px){.banner__sub-title{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.banner__sub-title{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.banner__sub-title{font-size:15px;line-height:1.4}}@media screen and (min-width:1280px){.banner__sub-title{margin:-43px 0 60px}}.banner__text{font-size:24px;line-height:1.25;font-weight:300;line-height:1.73rem}@media screen and (max-width:1679px){.banner__text{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.banner__text{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.banner__text{font-size:17px;line-height:1.24}}@media screen and (max-width:1279px){.banner__text{line-height:normal;font-size:21px;line-height:1.38}}@media screen and (max-width:1279px) and (max-width:1679px){.banner__text{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px) and (max-width:1279px){.banner__text{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px) and (max-width:759px){.banner__text{font-size:16px;line-height:1.38}}.banner__list>li{font-size:24px;line-height:1.25;font-weight:300;line-height:1.73rem;margin-bottom:1.64rem}@media screen and (max-width:1679px){.banner__list>li{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.banner__list>li{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.banner__list>li{font-size:17px;line-height:1.24}}.banner__list>li:first-child{margin-top:0}.banner__list>li:last-child{margin-bottom:0}.banner__list>li:before{top:.6em}@media screen and (max-width:1279px){.banner__list>li:before{top:.3em}}@media screen and (max-width:1279px){.banner__list>li{line-height:normal;margin-bottom:26px;font-size:21px;line-height:1.38}}@media screen and (max-width:639px){.banner__list>li{margin-bottom:1rem}}@media screen and (max-width:1279px) and (max-width:1679px){.banner__list>li{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px) and (max-width:1279px){.banner__list>li{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px) and (max-width:759px){.banner__list>li{font-size:16px;line-height:1.38}}.banner__mask{height:100px;position:absolute;left:0;right:0;bottom:0;z-index:2;display:block;background-repeat:repeat-x;background-position:center;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}.banner__mask_top{top:0;background-position:center top}.banner__mask_bottom{bottom:0;background-position:center bottom}.banner__price{margin:.8rem 0 .6rem}.banner__price-title{font-size:22px;line-height:2.124;font-weight:300}.banner__price-text{font-size:22px;line-height:2.124;display:inline-block;font-weight:300}.banner__price-count{font-size:38px;line-height:1.18;display:inline-block}@media screen and (max-width:1679px){.banner__price-count{font-size:34px;line-height:1.24}}@media screen and (max-width:1279px){.banner__price-count{font-size:30px;line-height:1.27}}@media screen and (max-width:759px){.banner__price-count{font-size:24px;line-height:1.25}}.banner__link a{position:relative;margin-right:30px;font-size:21px;line-height:1.38;line-height:1.091;font-weight:300;color:inherit;border-bottom:1px solid #000;-webkit-transition:border-color .3s ease-in-out;-moz-transition:border-color .3s ease-in-out;-o-transition:border-color .3s ease-in-out;-ms-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}@media screen and (max-width:1679px){.banner__link a{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px){.banner__link a{font-size:17px;line-height:1.35}}@media screen and (max-width:759px){.banner__link a{font-size:16px;line-height:1.38}}@media screen and (max-width:759px){.banner__link a{margin-right:23px}}.banner__link a:hover{border-color:transparent}.banner__link a:after{content:'';position:absolute;right:-30px;top:3px;width:23px;height:23px;border:1px solid #000;border-radius:50%}@media screen and (max-width:759px){.banner__link a:after{width:15px;height:15px;top:4px;right:-23px}}.banner__link a:before{content:'';position:absolute;right:-20px;width:5px;height:5px;top:12px;border-top:1px solid #000;border-left:1px solid #000;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}@media screen and (max-width:759px){.banner__link a:before{right:-16px;width:4px;height:4px;top:10px}}.banner_back-right .banner__image{background-position:right center;-webkit-background-size:initial;-moz-background-size:initial;background-size:initial}@media screen and (max-width:1279px){.banner_back-right .banner__image{-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}}@media screen and (max-width:959px){.banner_back-right .banner__image{background-position:265px 0;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%}}@media screen and (max-width:639px){.banner_back-right .banner__image{background-position:center}}@media screen and (max-width:1279px){.banner_back-right .banner__content{width:410px;padding:55px 0 100px}}@media screen and (max-width:959px){.banner_back-right .banner__content{width:290px;padding:30px 0}}@media screen and (max-width:639px){.banner_back-right .banner__content{width:100%;padding:25px 0}}.banner_back-bottom .banner__image{background-position:center bottom}.banner_content-rigth{text-align:right}.banner_content-shadowed .banner__content{color:#fff}@media screen and (max-width:639px){.banner_content-shadowed .banner__content{color:#000}}.banner_content-shadowed .banner__content:after{content:'';position:absolute;right:-9999px;left:-120px;top:0;bottom:0;z-index:-1;background:#000;background:-moz--webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-moz--moz-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-moz--o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-moz--ms-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-moz-linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-webkit--webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-webkit--moz-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-webkit--o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-webkit--ms-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-webkit-linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-moz-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:-ms-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%);background:linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 1.2%,rgba(0,0,0,.5) 100%)}@media screen and (max-width:639px){.banner_content-shadowed .banner__content:after{content:none}}.banner_content-shadowed .banner__link a{border-bottom:1px solid #fff}@media screen and (max-width:639px){.banner_content-shadowed .banner__link a{border-color:#000}}.banner_content-shadowed .banner__link a:after,.banner_content-shadowed .banner__link a:before{border-color:#fff}@media screen and (max-width:639px){.banner_content-shadowed .banner__link a:after,.banner_content-shadowed .banner__link a:before{border-color:#000}}.banner__adv{display:inline-block;font-size:0;width:100%}@media screen and (min-width:760px){.banner__adv{margin-bottom:40px}}.banner__adv-item{display:inline-block;width:33.333%}@media screen and (min-width:760px){.banner__adv-item:nth-child(3n-2) .banner__adv-item-inner{margin:0 0 0 auto;padding-right:25px}.banner__adv-item:nth-child(3n-1) .banner__adv-item-inner{margin:0 auto}.banner__adv-item:nth-child(3n) .banner__adv-item-inner{margin:0 auto 0 0;padding-left:25px}}@media screen and (max-width:759px){.banner__adv-item{width:100%;margin-bottom:15px}.banner__adv-item:last-child{margin-bottom:0}}.banner__adv-item-inner{display:table;height:60px}@media screen and (max-width:759px){.banner__adv-item-inner{width:280px;margin:0 auto}}.banner__adv-icon{display:table-cell;vertical-align:top;width:88px;height:60px;margin-right:15px;background-repeat:no-repeat;background-position:center left;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}@media screen and (max-width:759px){.banner__adv-icon{width:54px;height:60px}}.banner__adv-text{font-size:21px;line-height:1.38;display:table-cell;vertical-align:middle}@media screen and (max-width:1679px){.banner__adv-text{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px){.banner__adv-text{font-size:17px;line-height:1.35}}@media screen and (max-width:759px){.banner__adv-text{font-size:16px;line-height:1.38}}@media screen and (max-width:759px){.banner__adv-text{padding-left:25px}}.banner__info{font-size:0}.banner__info *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (min-width:1280px){.banner__info_mts-tv .banner__info-images{width:calc(100% - 517px);padding-right:60px}}@media screen and (min-width:960px) and (max-width:1279px){.banner__info_mts-tv .banner__info-images{width:calc(100% - 440px);padding-right:30px}}@media screen and (max-width:959px){.banner__info_mts-tv .banner__info-images{width:100%;margin-bottom:10px}}.banner__info_mts-tv .banner__info-image{width:100%;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}@media screen and (min-width:960px){.banner__info_mts-tv .banner__info-image{background-position:center right}}@media screen and (max-width:959px){.banner__info_mts-tv .banner__info-image{background-position:center}}@media screen and (min-width:760px){.banner__info_mts-tv .banner__info-image{height:454px}}@media screen and (max-width:759px){.banner__info_mts-tv .banner__info-image{height:370px}}@media screen and (min-width:1280px){.banner__info_mts-tv .banner__info-content{width:517px;padding-top:40px}}@media screen and (min-width:960px) and (max-width:1279px){.banner__info_mts-tv .banner__info-content{width:440px}}@media screen and (max-width:959px){.banner__info_mts-tv .banner__info-content{max-width:517px;display:block;margin:0 auto}}.banner__info_mts-tv2{width:100%;max-width:1329px;margin:0 auto 15px}@media screen and (min-width:960px) and (max-width:1279px){.banner__info_mts-tv2{width:800px}}@media screen and (min-width:1680px){.banner__info_mts-tv2 .banner__info-images{width:calc(100% - 583px);padding-right:95px}}@media screen and (min-width:1280px) and (max-width:1679px){.banner__info_mts-tv2 .banner__info-images{width:calc(100% - 583px);padding-right:50px}}@media screen and (min-width:960px) and (max-width:1279px){.banner__info_mts-tv2 .banner__info-images{width:calc(100% - 320px);padding-right:50px}}@media screen and (max-width:959px){.banner__info_mts-tv2 .banner__info-images{margin:0 -20px;display:block;overflow:hidden;margin-top:2.875rem}}.banner__info_mts-tv2 .banner__info-image{width:100%;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;background-position:center right}@media screen and (min-width:1680px){.banner__info_mts-tv2 .banner__info-image{height:427px}}@media screen and (min-width:1280px) and (max-width:1679px){.banner__info_mts-tv2 .banner__info-image{height:329px}}.banner__info_mts-tv2 .banner__info-image_tv{background:url(../../i/parallax-block/TV.png) no-repeat;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}@media screen and (min-width:1680px){.banner__info_mts-tv2 .banner__info-image_tv{background-position:center 12px;padding:21px 9px 49px 9px}}@media screen and (min-width:1280px) and (max-width:1679px){.banner__info_mts-tv2 .banner__info-image_tv{margin-top:15px;background-position:center;padding:7px 0 49px}}@media screen and (min-width:960px) and (max-width:1279px){.banner__info_mts-tv2 .banner__info-image_tv{background-position:center;padding:5px 0 33px;margin-top:15px}}@media screen and (max-width:959px){.banner__info_mts-tv2 .banner__info-image_tv{background-position:center;padding:5px 0 33px;-webkit-background-size:auto 257px;-moz-background-size:auto 257px;background-size:auto 257px}}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.banner__info_mts-tv2 .banner__info-image_tv{background-image:url(../../i/parallax-block/TV2x.png)}}.banner__info_mts-tv2 .banner__info-image_tv img{max-width:100%;max-height:100%}.banner__info_mts-tv2 .banner__info-image-inner{overflow:hidden;position:relative}@media screen and (min-width:1280px) and (max-width:1679px){.banner__info_mts-tv2 .banner__info-image-inner{height:278px;width:494px;margin:0 auto}.banner__info_mts-tv2 .banner__info-image-inner img{position:absolute;top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);height:100%;max-height:none;width:auto;max-width:none}}@media screen and (min-width:960px) and (max-width:1279px){.banner__info_mts-tv2 .banner__info-image-inner{height:208px;width:418px;margin:0 auto}.banner__info_mts-tv2 .banner__info-image-inner img{position:absolute;top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);height:100%;max-height:none;width:auto;max-width:none}}@media screen and (max-width:959px){.banner__info_mts-tv2 .banner__info-image-inner{height:219px;width:387px;margin:0 auto}.banner__info_mts-tv2 .banner__info-image-inner img{position:absolute;top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);height:100%;max-height:none;width:auto;max-width:none}}@media screen and (max-width:959px) and (max-width:387px){.banner__info_mts-tv2 .banner__info-image-inner{width:100%}}.banner__info_mts-tv2 .banner__info-content{padding-top:18px}@media screen and (min-width:1680px){.banner__info_mts-tv2 .banner__info-content{width:583px}}@media screen and (min-width:1280px) and (max-width:1679px){.banner__info_mts-tv2 .banner__info-content{width:583px}}@media screen and (min-width:960px) and (max-width:1279px){.banner__info_mts-tv2 .banner__info-content{width:320px}}@media screen and (min-width:760px) and (max-width:959px){.banner__info_mts-tv2 .banner__info-content{width:320px;margin:0 auto;display:block}}@media screen and (max-width:759px){.banner__info_mts-tv2 .banner__info-content{max-width:280px;margin:0 auto;display:block}}.banner__info_mts-tv2 .banner__info-more{text-align:center}@media screen and (min-width:760px){.banner__info_mts-tv2 .banner__info-more{margin-top:5px}}@media screen and (max-width:759px){.banner__info_mts-tv2 .banner__info-more{margin-top:15px}}.banner__info-images{display:inline-block;vertical-align:top;font-size:0;text-align:center}.banner__info-image{display:inline-block;vertical-align:top;background-repeat:no-repeat}@media screen and (max-width:959px){.banner__info-image_d{display:none}}@media screen and (min-width:960px){.banner__info-image_t{display:none}}@media screen and (min-width:760px) and (max-width:959px){.banner__info-image_t{display:block}}@media screen and (max-width:759px){.banner__info-image_t{display:none}}@media screen and (min-width:760px){.banner__info-image_p{display:none}}@media screen and (max-width:759px){.banner__info-image_p{display:block}}.banner__info-content{display:inline-block;vertical-align:top}.banner__info-item{display:inline-block;vertical-align:top;position:relative}.banner__info-item_mts-tv{margin-bottom:1.6rem}@media screen and (min-width:760px){.banner__info-item_mts-tv{padding-left:4.55rem}}@media screen and (max-width:759px){.banner__info-item_mts-tv{padding-left:82px}}.banner__info-item_mts-tv:before{content:'';position:absolute;background:url(../../i/banner/mtv-tv.png) no-repeat center;-webkit-background-size:3.64rem;-moz-background-size:3.64rem;background-size:3.64rem;width:3.64rem;height:3.64rem}@media screen and (min-width:760px){.banner__info-item_mts-tv:before{left:0;top:0}}@media screen and (max-width:759px){.banner__info-item_mts-tv:before{left:4px;top:2px}}.banner__info-item-title{line-height:1.2;margin-bottom:7px}@media screen and (min-width:760px){.banner__info-item-title{font-size:24px;line-height:1.25;margin-bottom:7px}}@media screen and (max-width:759px){.banner__info-item-title{font-size:24px;margin:-5px 0 7px}}@media screen and (min-width:760px) and (max-width:1679px){.banner__info-item-title{font-size:21px;line-height:1.24}}@media screen and (min-width:760px) and (max-width:1279px){.banner__info-item-title{font-size:19px;line-height:1.25}}@media screen and (min-width:760px) and (max-width:759px){.banner__info-item-title{font-size:17px;line-height:1.24}}.banner__info-item-text{font-size:16px;line-height:1.38;line-height:1.2;margin-bottom:5px;color:grey}@media screen and (max-width:1679px){.banner__info-item-text{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.banner__info-item-text{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.banner__info-item-text{font-size:14px;line-height:1.29}}@media screen and (min-width:760px){.banner__info-item-text{font-size:16px;line-height:1.38;margin-bottom:5px}}@media screen and (max-width:759px){.banner__info-item-text{font-size:17px}.banner__info-item-text br{display:none}}@media screen and (min-width:760px) and (max-width:1679px){.banner__info-item-text{font-size:15px;line-height:1.4}}@media screen and (min-width:760px) and (max-width:1279px){.banner__info-item-text{font-size:14px;line-height:1.29}}@media screen and (min-width:760px) and (max-width:759px){.banner__info-item-text{font-size:14px;line-height:1.29}}.banner__info-download{margin-bottom:20px}@media screen and (max-width:759px){.banner__info-download{text-align:center}}.banner__info-download .app-btn-lg{margin:0 0 10px}@media screen and (min-width:760px){.banner__info-download .app-btn-lg+.app-btn-lg{margin-left:20px}}.banner__info-adv-item{font-size:21px;line-height:1.38;min-height:65px;background-repeat:no-repeat}@media screen and (max-width:1679px){.banner__info-adv-item{font-size:19px;line-height:1.37}}@media screen and (max-width:1279px){.banner__info-adv-item{font-size:17px;line-height:1.35}}@media screen and (max-width:759px){.banner__info-adv-item{font-size:16px;line-height:1.38}}@media screen and (min-width:760px){.banner__info-adv-item{padding:13px 0 0 100px;line-height:1.2}}@media screen and (max-width:759px){.banner__info-adv-item{padding:0 0 0 75px;line-height:1.5}}@media screen and (min-width:760px){.banner__info-adv-item+.banner__info-adv-item{margin-top:1.1rem}}@media screen and (max-width:759px){.banner__info-adv-item+.banner__info-adv-item{margin-top:0}}.banner__info-adv-item_4g{background-image:url(../../../content/i/b-icon/red/b-icon_4g.svg)}@media screen and (min-width:760px){.banner__info-adv-item_4g{-webkit-background-size:60px 45px;-moz-background-size:60px 45px;background-size:60px 45px;background-position:left 14px}}@media screen and (max-width:759px){.banner__info-adv-item_4g{-webkit-background-size:53px 33px;-moz-background-size:53px 33px;background-size:53px 33px;background-position:left 10px}}.banner__info-adv-item_arrow{background-image:url(../../../content/i/b-icon/red/b-icon_homeinternet.svg)}@media screen and (min-width:760px){.banner__info-adv-item_arrow{-webkit-background-size:60px 58px;-moz-background-size:60px 58px;background-size:60px 58px;background-position:left 7px}}@media screen and (max-width:759px){.banner__info-adv-item_arrow{-webkit-background-size:47px 46px;-moz-background-size:47px 46px;background-size:47px 46px;background-position:3px 6px}}.banner__info-chanels{font-size:0}@media screen and (min-width:1280px){.banner__info-chanels{margin:-19px -26px 0}}@media screen and (min-width:960px) and (max-width:1279px){.banner__info-chanels{margin:-10px -15px 0}}@media screen and (max-width:959px){.banner__info-chanels{margin:-10px -15px 0}}.banner__info-chanel{display:inline-block;text-align:left;margin:19px 26px}@media screen and (min-width:1280px){.banner__info-chanel{width:60px;height:60px;margin:19px 26px}}@media screen and (min-width:960px) and (max-width:1279px){.banner__info-chanel{width:40px;height:40px;margin:10px 15px}}@media screen and (min-width:760px) and (max-width:959px){.banner__info-chanel{width:40px;height:40px;margin:10px 15px}}@media screen and (max-width:759px){.banner__info-chanel{width:32px;height:32px;margin:10px 15px}.banner__info-chanel:nth-last-child(2),.banner__info-chanel:nth-last-child(3),.banner__info-chanel:nth-last-child(4),.banner__info-chanel:nth-last-child(5),.banner__info-chanel:nth-last-child(6){display:none}}.banner__info-chanel img{max-width:100%;max-height:100%}.banner__info-more{font-size:16px;line-height:1.38}@media screen and (max-width:1679px){.banner__info-more{font-size:15px;line-height:1.4}}@media screen and (max-width:1279px){.banner__info-more{font-size:14px;line-height:1.29}}@media screen and (max-width:759px){.banner__info-more{font-size:14px;line-height:1.29}}.banner_general-services{background-color:#fbfdfc;border-top:1px solid #eee}@media screen and (min-width:640px){.banner_general-services{text-align:right}}@media screen and (max-width:639px){.banner_general-services{text-align:center}}@media screen and (min-width:1680px){.banner_general-services .banner__image{background-position:left top;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}}@media screen and (min-width:1280px) and (max-width:1679px){.banner_general-services .banner__image{background-position:left top;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}}@media screen and (min-width:960px) and (max-width:1279px){.banner_general-services .banner__image{background-position:-80px top;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}}@media screen and (min-width:760px) and (max-width:959px){.banner_general-services .banner__image{background-position:-80px top;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%}}@media screen and (max-width:759px){.banner_general-services .banner__image{background-position:-90px top;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%}}@media screen and (max-width:639px){.banner_general-services .banner__image{background-position:calc(50% + 33px) top;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%;min-height:260px}}@media screen and (min-width:1680px){.banner_general-services .banner__content{width:805px;padding:60px 0 100px}}@media screen and (min-width:1280px) and (max-width:1679px){.banner_general-services .banner__content{width:600px;padding:48px 0 60px}}@media screen and (min-width:960px) and (max-width:1279px){.banner_general-services .banner__content{width:470px;padding:55px 0 49px}}@media screen and (min-width:760px) and (max-width:959px){.banner_general-services .banner__content{width:356px;padding:38px 0 36px}}@media screen and (max-width:759px){.banner_general-services .banner__content{width:300px;padding:38px 0 36px}}@media screen and (max-width:639px){.banner_general-services .banner__content{width:280px;padding:25px 0 48px}}@media screen and (min-width:1680px){.banner_general-services .banner__content_fw{width:100%;max-width:805px}}@media screen and (min-width:1280px) and (max-width:1679px){.banner_general-services .banner__content_fw{width:100%;max-width:600px}}@media screen and (min-width:960px) and (max-width:1279px){.banner_general-services .banner__content_fw{width:100%;max-width:470px}}@media screen and (min-width:760px) and (max-width:959px){.banner_general-services .banner__content_fw{width:100%}}@media screen and (max-width:759px){.banner_general-services .banner__content_fw{width:100%}}@media screen and (max-width:639px){.banner_general-services .banner__content_fw{width:100%}}@media screen and (min-width:1680px){.banner_general-services .banner__title{font-size:40px;margin-bottom:66px}}@media screen and (min-width:1280px) and (max-width:1679px){.banner_general-services .banner__title{font-size:40px;margin-bottom:33px}}@media screen and (min-width:960px) and (max-width:1279px){.banner_general-services .banner__title{font-size:32.4px;margin-bottom:33px}}@media screen and (min-width:760px) and (max-width:959px){.banner_general-services .banner__title{font-size:32.4px;margin-bottom:30px}}@media screen and (max-width:759px){.banner_general-services .banner__title{font-size:32.4px;margin-bottom:30px}}@media screen and (max-width:639px){.banner_general-services .banner__title{font-size:29px;margin-bottom:1.5rem;text-align:center}}.banner_general-services .banner__text{font-weight:400}.banner_general-services .banner__list{font-size:0}.banner_general-services .banner__list_iconed .banner__list-item{background-repeat:no-repeat;background-position:top left;position:relative}@media screen and (min-width:960px){.banner_general-services .banner__list_iconed .banner__list-item{padding-left:80px}}@media screen and (min-width:760px) and (max-width:959px){.banner_general-services .banner__list_iconed .banner__list-item{padding-left:50px}}@media screen and (max-width:759px){.banner_general-services .banner__list_iconed .banner__list-item{padding-left:50px}}.banner_general-services .banner__list_iconed .banner__list-item i{position:absolute;width:56px;height:55px;left:0;top:0}@media screen and (min-width:960px) and (max-width:1279px){.banner_general-services .banner__list_iconed .banner__list-item i{width:62px;height:43px}}@media screen and (min-width:760px) and (max-width:959px){.banner_general-services .banner__list_iconed .banner__list-item i{width:30px;height:33px}}@media screen and (max-width:759px){.banner_general-services .banner__list_iconed .banner__list-item i{width:30px;height:33px}}@media screen and (max-width:639px){.banner_general-services .banner__list_iconed .banner__list-item i{width:26px;height:27px}}.banner_general-services .banner__list_iconed .banner__list-item i img{max-width:100%;max-height:100%}.banner_general-services .banner__list-item{font-size:24px;line-height:1.25;line-height:1;color:#000}@media screen and (max-width:1679px){.banner_general-services .banner__list-item{font-size:21px;line-height:1.24}}@media screen and (max-width:1279px){.banner_general-services .banner__list-item{font-size:19px;line-height:1.25}}@media screen and (max-width:759px){.banner_general-services .banner__list-item{font-size:17px;line-height:1.24}}@media screen and (min-width:1280px){.banner_general-services .banner__list-item{display:inline-block;vertical-align:top;width:50%;padding-right:10px}}@media screen and (min-width:1680px){.banner_general-services .banner__list-item{margin-bottom:44px}}@media screen and (min-width:1280px) and (max-width:1679px){.banner_general-services .banner__list-item{margin-bottom:27px}}@media screen and (min-width:960px) and (max-width:1279px){.banner_general-services .banner__list-item{margin-bottom:17px}}@media screen and (min-width:760px) and (max-width:959px){.banner_general-services .banner__list-item{margin-bottom:16px}}@media screen and (max-width:759px){.banner_general-services .banner__list-item{margin-bottom:16px}}@media screen and (max-width:639px){.banner_general-services .banner__list-item{margin-bottom:13px}}.banner_general-services .banner__list-item p{display:table-cell;height:56px;vertical-align:middle}@media screen and (min-width:960px) and (max-width:1279px){.banner_general-services .banner__list-item p{height:43px}}@media screen and (min-width:760px) and (max-width:959px){.banner_general-services .banner__list-item p{height:33px}}@media screen and (max-width:759px){.banner_general-services .banner__list-item p{height:33px}}@media screen and (max-width:639px){.banner_general-services .banner__list-item p{height:27px}}.banner_general-services .banner__download{line-height:1.2}@media screen and (min-width:1680px){.banner_general-services .banner__download{margin-top:38px}}@media screen and (min-width:1280px) and (max-width:1679px){.banner_general-services .banner__download{margin-top:28px}}@media screen and (min-width:960px) and (max-width:1279px){.banner_general-services .banner__download{margin-top:42px}}@media screen and (min-width:760px) and (max-width:959px){.banner_general-services .banner__download{margin-top:43px}}@media screen and (max-width:759px){.banner_general-services .banner__download{margin-top:43px}}@media screen and (max-width:639px){.banner_general-services .banner__download{margin-top:30px}}.banner_htop{display:block}@media screen and (min-width:760px){.banner_htop{font-size:0;height:100px;-webkit-background-size:auto 100px;-moz-background-size:auto 100px;background-size:auto 100px;background-repeat:no-repeat;background-position:center top}}@media screen and (max-width:759px){.banner_htop{display:none}}@media screen and (min-width:760px){.banner_htop-mobile{display:none}}@media screen and (max-width:759px){.banner_htop-mobile{width:100%;max-width:760px;margin:0 auto;font-size:0;height:100px;-webkit-background-size:auto 100px;-moz-background-size:auto 100px;background-size:auto 100px;background-repeat:no-repeat;background-position:center top;background-color:transparent;display:block}}@media screen and (min-width:760px){.banner_hw1{width:100%;max-width:1600px;margin:0 auto;font-size:0;height:100px;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%;background-repeat:no-repeat;background-position:center top}}@media screen and (max-width:759px){.banner_hw1{display:none}}@media screen and (min-width:760px){.banner_hw1-mobile{display:none}}@media screen and (max-width:759px){.banner_hw1-mobile{width:100%;max-width:760px;margin:0 auto;font-size:0;height:100px;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%;background-repeat:no-repeat;background-position:center top;background-color:transparent;display:block}}.b-popup-msg{background-color:#adb0b3;position:fixed;left:0;top:-200px;width:100%;z-index:300;padding:6px 0}.b-popup-msg *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b-popup-msg__inner{position:relative;max-width:1100px;margin:0 auto;min-height:33px}.b-popup-msg__close{width:28px;height:28px;position:absolute;cursor:pointer;z-index:4;border-radius:50%;overflow:hidden;background-image:url(../../../content/i/b-icon/white/b-icon_close.svg);opacity:.99;background-color:#cecece;background-position:center center;background-repeat:no-repeat;-webkit-background-size:12px;-moz-background-size:12px;background-size:12px;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}@media screen and (min-width:480px){.b-popup-msg__close{top:50%;left:-5px;margin-top:-14px}}@media screen and (max-width:479px){.b-popup-msg__close{top:-5px;right:-15px}}.b-popup-msg__close:hover{background-color:#e30613}.b-popup-msg__content{width:786px;margin:0 auto;position:relative}.b-popup-msg__content:after{content:'';display:table;clear:both}@media screen and (max-width:959px){.b-popup-msg__content{max-width:560px}}@media screen and (max-width:759px){.b-popup-msg__content{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:30px}}.b-popup-msg__content .b-popup-msg__close{right:-40px}.b-popup-msg_mts-cashback .b-popup-msg__content{padding-right:0;max-width:100%}@media screen and (min-width:480px){.b-popup-msg_mts-cashback .b-popup-msg__content{padding-left:37px}}@media screen and (max-width:479px){.b-popup-msg_mts-cashback .b-popup-msg__content{padding-left:0}}.b-popup-msg__text{font-size:18px;line-height:1.33;display:inline-block;vertical-align:middle;padding-right:160px;margin-right:-160px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff}@media screen and (max-width:1679px){.b-popup-msg__text{font-size:17px;line-height:1.35}}@media screen and (max-width:1279px){.b-popup-msg__text{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-msg__text{font-size:15px;line-height:1.4}}@media screen and (max-width:759px){.b-popup-msg__text{text-align:left;padding-right:0;padding-bottom:5px;margin-right:0}}.b-popup-msg_mts-cashback .b-popup-msg__text{font-size:14px;color:#333;width:auto}.b-popup-msg__btn{display:inline-block;vertical-align:middle}@media screen and (max-width:759px){.b-popup-msg__btn{display:block}}.b-popup-msg__row{display:-moz-flex;display:-o-flex;display:flex;align-items:center}.b-popup-msg__col{min-width:65px;padding-right:14px}.b-popup-msg__col:last-child{padding-right:0}.b-popup-msg_mts-cashback .b-popup-msg__col_wide{display:-moz-flex;display:-o-flex;display:flex;align-items:center;justify-content:space-between;flex-basis:100%}@media screen and (min-width:480px){.b-popup-msg_mts-cashback .b-popup-msg__col_wide{flex-wrap:nowrap}}@media screen and (max-width:479px){.b-popup-msg_mts-cashback .b-popup-msg__col_wide{flex-wrap:wrap}}.b-popup-msg__img{display:block}.b-popup-msg__img img{max-width:100%;height:auto;display:inline-block;vertical-align:middle}.b-popup-msg__img_mts-cashback{width:66px;height:66px;background:#e30613;border-radius:14px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:20px}.b-popup-msg__img_mts-cashback img{width:100%;height:100%}.b-popup-msg_mts-cashback .b-popup-msg__text-wrapper{display:inline-block}@media screen and (min-width:480px){.b-popup-msg_mts-cashback .b-popup-msg__text-wrapper{margin-right:35px}}@media screen and (max-width:479px){.b-popup-msg_mts-cashback .b-popup-msg__text-wrapper{margin-right:0}}.b-popup-msg_mts-cashback .b-popup-msg__title{font-size:22.4px;line-height:1;margin-bottom:13px;color:#333;margin-bottom:5px}.b-popup-msg_mts-cashback .b-popup-msg__link{text-decoration:none;font-size:16px;display:inline-block;color:#e30613;border:1px solid #ccc;border-radius:6px;width:116px;text-align:center;padding:9px 5px;line-height:1;-webkit-transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out}.b-popup-msg_mts-cashback .b-popup-msg__link:hover{border-color:#b30517;background-color:#b30517;color:#fff}.b-popup-msg_mts-cashback{background-color:#f2f2f2;padding:11px 0}.b-popup-msg_smartapp{background:0 0;padding:9px 0;position:fixed}.b-popup-msg_smartapp:before{content:'';display:block;position:fixed;top:-200px;left:0;right:0;height:100px;background:#fff;opacity:0;-webkit-transition:opacity .8s,top 0s .8s;-moz-transition:opacity .8s,top 0s .8s;-o-transition:opacity .8s,top 0s .8s;-ms-transition:opacity .8s,top 0s .8s;transition:opacity .8s,top 0s .8s}.b-popup-msg_smartapp.is-visible:before{top:0;-webkit-transition:opacity .8s;-moz-transition:opacity .8s;-o-transition:opacity .8s;-ms-transition:opacity .8s;transition:opacity .8s;opacity:1}.b-popup-msg_smartapp .smartapp-banner{position:static}.b-popup-msg_smartapp .smartapp-banner.smartapp-banner3{min-width:100%}.b-popup-msg_smartapp .smartapp-banner.smartapp-banner3 .smartapp-banner__close{display:none}.b-popup-msg_smartapp .b-popup-msg__content{padding:0}.b-popup-msg_smartapp .b-popup-msg__close{display:none}.b-popup-msg_smartapp .b-wrapper{padding:0 8px}.section-widget__list{display:flex;justify-content:space-between;margin-bottom:18px}.section-widget__list:last-child{margin-bottom:0}@media screen and (max-width:959px){.section-widget__list{display:block}}.section-widget__list_center{justify-content:center}.section-widget__item{width:calc(50% - 12px);min-height:180px;border-radius:8px;border:1px solid var(--background-stroke);-webkit-transition:all 175ms;-moz-transition:all 175ms;-o-transition:all 175ms;-ms-transition:all 175ms;transition:all 175ms;background:var(--background-primary-elevated);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.section-widget__item.section-widget__item_with-hover:hover{border:1px solid #bfbfbf}@media screen and (max-width:959px){.section-widget__item{width:100%;margin-bottom:20px}.section-widget__item:last-child{margin-bottom:0}}.section-widget__widget{width:calc(100% - 1px);min-height:100%;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:8px}.ajax-border-loader,.crumbs__menu li{display:inline-block}.mainmenu__drop-column-head_selected,.mainmenu__link_selected{font-weight:700}.mainmenu__drop-column-head_node_selected{font-style:italic}.crumbs__menu{padding-left:0;font-size:12px}.crumbs__menu li{list-style:none}.ng-touched.ng-invalid,.ng-touched.ng-invalid>.input-group-daterange>.input-group>input,.ng-touched.ng-invalid>.input-group>input,.ng-touched.ng-invalid>input,.ng-touched.ng-invalid>textarea{border-color:#f8c1c3}.ng-touched.ng-valid,.ng-touched.ng-valid>.input-group-daterange>.input-group>input,.ng-touched.ng-valid>.input-group>input,.ng-touched.ng-valid>input,.ng-touched.ng-valid>textarea{border-color:#ccc}.search-site__input.ng-touched.ng-valid{border-color:var(--background-stroke)}.search-site__input.ng-touched.ng-valid::placeholder{color:var(--text-tertiary)}.search-site__input.ng-touched.ng-valid{color:var(--text-primary)}.ajax-border-loader{padding:10px 15px;background:var(--background-primary);border-radius:5px;box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,.3)}.home-internet-tvpack__dop-panel-logos>.home-internet-tvpack__dop-panel-logos-item>img{max-height:30px}.center-position{position:fixed;left:50%!important;top:50%!important}.shortnumber-block{margin-top:30px;margin-bottom:30px!important}@media screen and (max-width:759px){.shortnumber-block:after{content:'';display:block;clear:both}.shortnumber-block input{margin-bottom:10px}}.show-list-img-nowhere .tariff-card__img-block_full-size,.show-list-img-only-adaptive .tariff-card__img-block_full-size{display:none}.show-list-img-everywhere .tariff-card__img-block_full-size,.show-list-img-only-desktop .tariff-card__img-block_full-size{display:block}@media screen and (max-width:959px){.show-list-img-everywhere .tariff-card__img-block_full-size,.show-list-img-only-adaptive .tariff-card__img-block_full-size{display:block}.show-list-img-nowhere .tariff-card__img-block_full-size,.show-list-img-only-desktop .tariff-card__img-block_full-size{display:none}}.mts16-mainmenu__lv1-item.active a.mts16-mainmenu__lv1-link{color:#e30613}.only-auth{display:none}.auth-user .only-auth{display:block}.auth-user .only-unauth{display:none}.auth-user .profile-top__user{border-top:none}