@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%,to{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%,to{left:100%;right:-90%}}:root{--main-bg:#ffffff;--main-color:#000000;--main-btn-bg:#f6c164;--main-btn-color:#000000;--main-header-bg:#e6e6e6;--menu-link-color:#000000;--border-color:#E6E6E6;--star-color:#FF1313;--actions-color:#F1285E;--actions-text-color:#ffffff;--tarif-card-bg-color:#ffffff;--tv-section-color:#FFFFFF;--tv-section-bg:#202020;--footer-bg:#191919;--footer-color:#ffffff;--footer-second-color:#979797;--tvpage-main-bg:#202020;--tvpage-main-color:#FFFFFF;--tvpage-tarif-card-bg-color:#292929;--tvpage-border-color:#474747}html{font-family:'Proxima Nova',sans-serif!important;font-size:62.5%;font-weight:400;position:relative;min-height:100%;padding:env(safe-area-inset);padding-top:11.6rem}@media (max-width:767px){html{padding-top:10rem}}body{background:var(--main-bg);color:var(--main-color)}@media (max-width:575px){body{overflow-x:hidden}}.overflow-hidden{overflow:hidden}img{width:100%;height:auto}.page404{padding:5rem 0}.h1,.h2,.h3{font-weight:700;text-align:center}.h1{font-size:3.6rem;margin-bottom:3.2rem}.h2,.h3{font-size:3.2rem}.h3{font-size:1.8rem;font-weight:400}@media (max-width:575px){.h1{font-size:2.8rem;margin-bottom:1.6rem}.h2{font-size:2.6rem}.h3{font-size:1.6rem}}.progress{position:relative;height:4px;display:block;width:100%;background-color:var(--border-color);border-radius:2px;background-clip:padding-box;margin:0;overflow:hidden}.progress .indeterminate{background-color:var(--main-btn-bg)}.progress .indeterminate:after,.progress .indeterminate:before{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.progress .indeterminate:after{-webkit-animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}.mobile-menu-icon,.mobile-menu-icon span{display:block;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.mobile-menu-icon{width:2.2rem;height:1.6rem;position:relative;margin:0 1.6rem 0 0;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}.mobile-menu-icon span{position:absolute;height:.1rem;width:100%;border-radius:.9rem;opacity:1;left:0;-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;background:var(--main-btn-color)}.mobile-menu-icon span:nth-child(1){top:0}.mobile-menu-icon span:nth-child(2),.mobile-menu-icon span:nth-child(3){top:.7rem}.mobile-menu-icon span:nth-child(4){top:1.4rem}.mobile-menu-icon.open span:nth-child(1){top:1.1rem;width:0;left:50%}.mobile-menu-icon.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mobile-menu-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mobile-menu-icon.open span:nth-child(4){top:1.1rem;width:0;left:50%}.section-title{font-size:3.2rem;font-weight:700;line-height:1.2}.section-text{font-size:1.8rem;font-weight:400}.section-text--margin-inline{margin-left:2.4rem;margin-right:2.4rem}.btn-primary--actions>span,.section-row{display:flex;align-items:center}.section-subtitle{font-size:1.8rem;font-weight:400;margin:0 auto;text-align:center}@media (min-width:1100px){.container{max-width:1068px;padding:0}}@media (min-width:1232px){.container{max-width:1200px;padding:0}}@media (max-width:991px){.section-title{font-size:2.6rem}.section-text{font-size:1.6rem}}@media (max-width:575px){.section-text,.section-title{text-align:center}}.form-control{display:inline-block;width:auto;padding:1.2rem 2rem;font-size:1.6rem;line-height:5rem;height:5rem;color:var(--main-color);background-color:var(--main-bg);background-clip:padding-box;border:1px solid var(--border-color);border-radius:.4rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;margin-right:1rem}.form-control:focus{color:var(--main-color);background-color:var(--main-bg);border-color:var(--main-btn-bg);outline:0;box-shadow:0 0 0 .1rem var(--main-btn-bg)}@media (max-width:575px){.form-control{font-size:1.4rem}}.btn-primary{height:5rem;font-size:1.8rem;border-radius:.4rem;background:var(--main-btn-bg);border:1px solid var(--main-btn-bg);color:var(--main-btn-color);padding-left:5rem;padding-right:5rem;display:flex;align-items:center;justify-content:center}.btn-primary:active,.btn-primary:focus{background:var(--main-btn-bg)!important;border:1px solid var(--main-btn-bg)!important;color:var(--main-btn-color)!important;outline:0!important;box-shadow:none!important}.btn-primary:hover{background:var(--main-btn-bg)!important;border:1px solid var(--main-btn-bg)!important;color:var(--main-btn-color)!important;opacity:.7}.btn-primary>svg{margin-right:8px}.btn-primary.disabled,.btn-primary:disabled{background:var(--border-color);border:1px solid var(--border-color);color:var(--main-btn-color)}.btn-primary.disabled:hover,.btn-primary:disabled:hover{background:var(--border-color)!important;border:1px solid var(--border-color)!important;color:var(--main-btn-color)!important;opacity:.7}.btn-primary.btn-primary--actions{background:var(--actions-color);border:1px solid var(--actions-color);color:var(--actions-text-color);padding-left:4rem;padding-right:4rem}.btn-primary.btn-primary--actions:active,.btn-primary.btn-primary--actions:focus{background:var(--actions-color)!important;border:1px solid var(--actions-color)!important;color:var(--actions-text-color)!important;outline:0!important;box-shadow:none!important}.btn-primary.btn-primary--actions:hover{background:var(--actions-color)!important;border:1px solid var(--actions-color)!important;color:var(--actions-text-color)!important;opacity:.7}.btn-primary--actions svg{outline:0!important}.btn-default{height:5rem;font-size:1.8rem;border-radius:.4rem;background:var(--main-bg);border:1px solid var(--border-color);color:var(--main-color);padding-left:5rem;padding-right:5rem;display:flex;align-items:center;justify-content:center}.btn-default:active,.btn-default:focus{background:var(--main-bg)!important;border:1px solid var(--border-color)!important;color:var(--main-color)!important;outline:0!important;box-shadow:none!important}.btn-default:hover{background:var(--main-bg)!important;border:1px solid var(--border-color)!important;color:var(--main-color)!important;opacity:.7}.btn-default>svg{margin-right:8px}@media (max-width:767px){.btn-shrink-to-icon{text-indent:-9999px;width:3.6rem;height:3.6rem;padding:0}.btn-shrink-to-icon>svg{margin-right:0;width:2rem;height:2rem}}@media (max-width:575px){.btn-primary{font-size:1.6rem}}.swappable-wrap{position:relative;overflow:hidden;width:100%;height:100%}.swappable{left:200%;position:absolute}.swappable.show{left:0}.btn-swappable-back{font-size:1.6rem;font-weight:500;text-decoration:underline!important;color:var(--main-color);margin-bottom:1rem}.btn-swappable-back:hover{color:var(--main-color);opacity:.7}.header{position:fixed;left:0;right:0;top:0;z-index:100}.header__top{background:var(--main-header-bg);height:3.2rem}.header__top__container{display:flex;justify-content:space-between;align-items:center;height:100%}.header__top__left,.header__top__right{display:flex;align-items:center;justify-content:start;height:inherit}.btn-as-text{background:0 0;border:0;outline:0;text-decoration:none;cursor:pointer;padding:0}.btn-as-text:focus{outline:0}.btn-as-text:hover,.phone-list__item__phone>a:hover{opacity:.7}.header__svg-location{color:var(--main-btn-bg);margin-right:1.2em}.header__svg-return-call{color:var(--main-btn-color);margin-right:.8em}.header__top__text{color:var(--main-btn-color);font-size:1.4rem}.header__nav__menu ul>li>a:hover,.header__nav__menu--dropdown ul>li>a:hover,.header__top__text--underline{text-decoration:underline}.header__nav{background:#fff;height:6.4rem;border-bottom:1px solid var(--border-color);margin-bottom:2rem}.darkpage .header__nav,.tarif-section__hardware-top .tarif-hardware-switch label{margin-bottom:0}@media (max-width:767px){.header__nav{height:4.8rem}}.header__nav__container{display:flex;justify-content:space-between;align-items:center;height:100%}.header__nav__left,.header__nav__right{display:flex;justify-content:start;align-items:center}.header__nav__right{justify-content:end;width:100%;position:relative}.header__nav__logo{max-height:5.5rem;min-width:12.4rem}.header__nav__menu{width:100%}.header__nav__menu ul{display:inline-table;list-style:none;align-items:center;justify-content:start;margin:0 1.6rem 0 0}.header__nav__menu ul>li{display:table-cell}.header__nav__menu ul>li>a,.header__nav__menu--dropdown button{margin:0 1.6rem}.header__nav__menu--dropdown,.slick-slider .slick-dots li.show{display:inline-block}.header__nav__menu--dropdown.hidden{display:none}.header__nav__menu--dropdown ul{list-style:none;align-items:start;justify-content:start;padding:1.6rem;margin:0}.header__nav__menu--dropdown ul>li{margin:.8rem 0}.header__nav__menu ul>li>a,.header__nav__menu--dropdown button,.header__nav__menu--dropdown ul>li>a{font-size:1.6rem;color:var(--menu-link-color);white-space:nowrap}.dropdown-menu.dropdown-menu--header_phone{top:12px!important;border:1px solid var(--border-color);background:var(--main-bg);border-radius:.4rem;position:relative;padding:1.6rem 3.2rem;min-width:240px}.dropdown-menu.dropdown-menu--header_phone:after{content:'';position:absolute;top:0;right:20px;transform:translateY(-100%);width:0;height:0;border-style:solid;border-width:0 7px 12px;border-color:transparent transparent var(--border-color) transparent}@media (max-width:767px){.dropdown-menu.dropdown-menu--header_phone:after{right:10px}}.header__nav__menu--dropdown ul,.phone-list,.phone-list__item{display:flex;flex-direction:column}.phone-list__item:not(:last-child){margin-bottom:2rem}.phone-list__item__title{padding-left:30px;font-size:1.1rem;color:var(--main-color);margin-bottom:4px;white-space:nowrap}.phone-list__item__phone,.ribbon span{display:flex;align-items:center}.phone-list__item__phone>svg{margin-right:8px;color:var(--main-btn-bg)}.phone-list__item__phone>a{font-size:1.9rem;color:var(--main-color);text-decoration:underline;white-space:nowrap}.banner{margin-bottom:5rem}@media (max-width:575px){.banner{margin-bottom:3rem}}.banner-image{width:100%;max-height:360px;margin-bottom:1rem;border-radius:4px;overflow:hidden}.banner-image img{object-fit:cover}.banner-offer{padding:2rem 4rem;border:1px solid var(--border-color);background:#fff;display:flex;align-items:end}table.timer{font-size:1.4rem;color:#000;text-align:left;margin-right:5.9%}table.timer tr.timer__hours>td{font-size:3.6rem;line-height:3.6rem;text-align:center;min-width:3.2rem}.banner-offer__text{text-align:left;font-size:2.4rem;line-height:2.9rem;color:#000}@media (max-width:1099px){table.timer{margin-right:3.9%}.banner-offer__text{font-size:1.8rem}}@media (max-width:991px){.banner-offer__text{display:none}}@media (max-width:767px){table.timer{margin-right:0;text-align:center;margin-bottom:1.2rem}.banner-offer{flex-direction:column;align-items:center}}@media (max-width:575px){table.timer{font-size:1.2rem}table.timer tr.timer__hours>td{font-size:3.2rem;line-height:3.2rem}}.banner-offer__btn{margin-left:auto}@media (max-width:767px){.banner-offer__btn{margin-left:auto;margin-right:auto}}.tarifs{margin-bottom:8rem}.tarifs__main-title{margin-bottom:5rem}@media (max-width:575px){.tarifs{margin-bottom:5rem}.tarifs__main-title{margin-bottom:2rem}}.nav-pills--tarifs{margin-bottom:3.6rem;justify-content:center;flex-wrap:nowrap}.nav-pills.nav-pills--tarifs .nav-link{border-radius:5px;border:1px solid var(--border-color);font-size:1.8rem;display:block;padding:.6rem 1.2rem;margin:0 3.5rem;color:var(--main-color);white-space:nowrap}.nav-pills.nav-pills--tarifs .nav-link.active,.nav-pills.nav-pills--tarifs .show>.nav-link{color:var(--main-color);background:0 0;border:1px solid var(--main-btn-bg)}.nav-pills--tarifs-wrap{position:relative;width:100%}.nav-pills--tarifs__fading-gradient{display:none;width:15vw;height:100%;position:absolute;right:0;top:0;background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);pointer-events:none}@media (max-width:991px){.nav-pills--tarifs{justify-content:start;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.nav-pills--tarifs::-webkit-scrollbar{display:none}.nav-pills--tarifs__fading-gradient{display:block}}.tarifs__actions-star{color:var(--star-color);margin-right:1rem}.slick-slider .slick-next:before,.slick-slider .slick-prev:before{font-size:2rem;color:#979797;font-family:initial;width:14px;height:29px;display:block;content:' ';opacity:1}.slick-slider .slick-next:hover:before,.slick-slider .slick-prev:hover:before{color:var(--main-color)}.slick-slider .slick-prev:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='29' viewBox='0 0 13.596 29.006'%3E%3Cpath d='M.302 13.675 11.315.464a1.291 1.291 0 0 1 1.984 1.653L2.973 14.503l10.324 12.385a1.292 1.292 0 0 1-1.984 1.654L.302 15.331a1.29 1.29 0 0 1 0-1.655Z' fill='currentColor'/%3E%3C/svg%3E")}.slick-slider .slick-next:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='29' viewBox='0 0 13.596 29.006'%3E%3Cpath d='M13.296 13.675 2.283.464A1.291 1.291 0 0 0 .299 2.117l10.325 12.386L.302 26.888a1.292 1.292 0 0 0 1.984 1.654l11.013-13.211a1.29 1.29 0 0 0 0-1.655Z' fill='currentColor'/%3E%3C/svg%3E")}.slick-slider .slick-prev{left:-45px}.slick-slider .slick-next{right:-45px}.slick-slider.slick-initialized .slick-slide{display:flex;height:inherit}.slick-slider .slick-track{display:flex}.slick-slider .slick-arrow{opacity:.7}.slick-slider .slick-arrow:hover{opacity:1}.darkpage .slick-slider .slick-arrow{-webkit-filter:invert(100%);filter:invert(100%)}.slick-slider .slick-dots li{width:3.2rem;height:.3rem;display:none}.slick-slider .slick-dots li button{width:3.2rem;height:.2rem}.slick-slider .slick-dots li button:before{width:3.2rem;height:.2rem;content:'';opacity:.25;background:var(--main-btn-color)}.darkpage .slick-slider .slick-dots li.slick-active button:before,.slick-slider .slick-dots li.slick-active button:before{opacity:1;background:var(--main-btn-bg)}.darkpage .slick-slider .slick-dots li button:before{opacity:.5;background:var(--tvpage-main-color)}@media (max-width:767px){.slick-list{padding:0 20% 0 0!important}.slick-slider .slick-dots{display:flex;justify-content:center}}.ribbon-wrap{position:absolute;font-size:1.5rem;line-height:1.5rem;right:-3rem;top:0}.ribbon-wrap .ribbon{position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='30' viewBox='0 0 77.929 29.559'%3E%3Cpath d='M77.929 29.559H0V.001h77.929L67.18 15.328Z' fill='%23F1285E'/%3E%3C/svg%3E");background-size:100% 100%;width:7.8rem;height:3rem}.ribbon span{font-size:inherit;justify-content:center;color:#fff;text-decoration:none;width:100%;height:100%;margin-left:-.4rem}.tarif-card{position:relative;padding:2.4rem 3.2rem;border:1px solid var(--border-color);border-radius:5px;min-width:37rem;margin-right:3rem;background:var(--tarif-card-bg-color);display:flex;flex-direction:column}.tarif-card:last-child{margin-right:0}@media (max-width:425px){.tarif-card{min-width:27rem;margin-right:2rem;padding:2.4rem 2.2rem;max-width:90vw}.ribbon-wrap{right:-2rem}}@media (max-width:320px){.tarif-card{min-width:24rem;margin-right:2rem}}.tarif-card__tarif-name{display:inline-block;padding:0 2rem;font-size:2rem;font-weight:500;text-decoration:underline;color:var(--main-color);margin-bottom:3rem;text-align:left}.breadcrumbs li a,.faq-section .accordion .card-body button,.navbar-nav__menu li a,.tarif-card__tarif-name:active,.tarif-card__tarif-name:hover,.tarif-card__tarif-name:visited{color:var(--main-color)}.tarif-card__tarif-name>svg{display:inline-block;margin-left:2rem;width:14px;height:8px;vertical-align:middle;transform:rotate(90deg)}.tarif-card__tarif-name:hover>svg{transform:rotate(90deg) translateY(-50%)}.tarif-card__tarif-name.tarif-card__tarif-name--arhived{text-decoration:none}.tarif-card__tarif-name__label{text-align:center;display:block;padding:0 2rem;font-size:1.6rem;font-weight:500;text-decoration:none;color:var(--main-color)}.tarif-card__section{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding:0 2rem 2rem;position:relative}.tarif-card__section.tarif-card__section--last{border:0;margin-top:auto;margin-bottom:1rem}.tarif-card__section__icon{position:absolute;left:-.8rem;top:0;transform:translateX(-50%);color:var(--main-btn-bg)}.tarif-card__section__title{font-size:1.2rem;font-weight:400;color:#979797}.tarif-card__section__values-list{display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:.8rem;color:var(--main-color)}.tarif-card__section__values-list__value{margin-right:3.2rem;font-size:2rem;font-weight:500}.section-row--econom-btns>button:last-child,.tarif-card__section__values-list__value:last-child{margin-right:0}.tarif-card__section__values-list__value>span{font-size:1.4rem;font-weight:400}.tarif-card__section__values-list__value--as-link{cursor:pointer;border-bottom:1px solid var(--main-color);line-height:1}.tarif-card__section__hardware{display:flex;justify-content:space-between;align-items:start}.tarif-card__section__hardware-data{display:flex;flex-direction:column}.tarif-card__section__hardware-data__title{color:var(--main-color);font-size:1.4rem;font-weight:400}.tarif-card__section__hardware-data__title--as-link{text-decoration:underline;cursor:pointer}.tarif-card__section__hardware-data__info{color:#979797;font-size:1.4rem;font-weight:400}.tarif-hardware-switch label{position:relative;display:inline-block;width:36px;height:18px;float:right}.tarif-hardware-switch input{opacity:0;width:0;height:0}.tarif-hardware-switch .slider{float:right;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d5d5d5;-webkit-transition:.4s;transition:.4s;border-radius:12px}.tarif-hardware-switch .slider:before{border-radius:50%;position:absolute;content:"";height:14px;width:14px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.tarif-hardware-switch input:checked+.slider{background-color:var(--main-btn-bg)}.tarif-hardware-switch input:checked+.slider:before{-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}.tarif-card__section__text{font-size:1.2rem;font-weight:400;color:#979797}.tarif-card__section__text>span{vertical-align:middle}.tarif-card__section__prices{display:flex;justify-content:start;align-items:baseline}.tarif-card__section__prices__price{margin-right:1.5rem;font-size:2.6rem;font-weight:500;color:var(--main-color)}.tarif-card__section__prices__price>span{font-size:1.4rem;font-weight:400}.tarif-card__section__prices__oldprice{color:#979797;font-size:1.6rem;font-weight:400;text-decoration:line-through}.bs-tooltip-top .arrow::before{border-top-color:var(--border-color)}.bs-tooltip-bottom .arrow::before{border-bottom-color:var(--border-color)}.tooltip-inner{max-width:24rem;padding:1.5rem 1.8rem;color:var(--main-color);text-align:center;background-color:var(--main-bg);border-radius:.4rem;border:1px solid var(--border-color);font-size:1.4rem;font-weight:400}.tooltip.show{opacity:1}.undecided{margin-bottom:8rem}@media (max-width:575px){.undecided{margin-bottom:5rem}}.undecided-wrap{align-items:center;display:flex;flex-direction:column}.undecided-wrap .section-title{margin-bottom:.8rem}.undecided-wrap .section-text{margin-bottom:3rem}.undecided-wrap form{display:flex;justify-content:center;align-items:center}.undecided-wrap form>input{max-width:280px;width:280px}@media (max-width:991px){.undecided-wrap form>input{width:auto}}@media (max-width:767px){.undecided-wrap form{flex-direction:column;width:100%}.undecided-wrap form>input{width:100%;max-width:100%;margin-bottom:1rem}}.big-phone-link{font-size:3.2rem;font-weight:500;color:var(--main-color);text-decoration:underline;white-space:nowrap}.big-phone-link:hover{opacity:.7;color:var(--main-color)}.big-phone-link--center{text-align:center}@media (max-width:575px){.big-phone-link{font-size:2.6rem}}.section-with-image{border-radius:.4rem;border:1px solid var(--border-color);display:flex;flex-direction:row;justify-content:start;align-items:start;margin-bottom:8rem;max-height:34.6rem}.section-with-image__image{width:35.6rem;min-width:35.6rem;height:34.6rem;overflow:hidden;clip-path:polygon(0 0,100% 0,80% 100%,0 100%)}.section-with-image.section-with-image--right .section-with-image__image{order:1;clip-path:polygon(0 0,100% 0,100% 100%,20% 100%)}.section-with-image__image img{object-fit:cover;width:100%;height:100%}.section-with-image__content{width:100%;padding:5rem;height:34.6rem}.section-with-image__content--transfer{padding-left:4.4rem;padding-right:4.4rem}.section-with-image__content .section-title{margin-bottom:1.6rem;font-weight:500;max-width:60rem}.section-with-image__content--transfer .section-text--transfer{margin-bottom:3.2rem}.section-row--transfer-form{margin-bottom:1rem}.section-row--transfer-form input:first-child{width:28rem;margin-right:1rem}.section-row--transfer-form input:last-child{width:28rem;margin-right:0;margin-left:1rem}.form-control--transfer-form-phone{width:33.2rem}.section-with-image__content--econom{padding-left:9rem}.section-with-image__content--econom .section-text--econom{margin-bottom:2rem;max-width:50rem}.section-row--econom-form input:first-child{width:20rem}.section-row--econom-btns{margin-top:3.2rem}.section-row--econom-btns>button{margin-right:1.6rem}@media (max-width:1240px){.section-with-image__content--econom{padding-left:5rem}.section-row--econom-form{width:100%}.section-row--econom-form .btn{padding-left:2.4rem;padding-right:2.4rem}.section-row--econom-form input,.section-row--econom-form input:first-child{width:calc(50% - 8rem)}}@media (max-width:1099px){.section-with-image__image{width:auto;min-width:auto;flex:35}.section-with-image__content{flex:71;padding:3.6rem}.section-with-image__content--transfer{padding-left:3rem;padding-right:3rem}.section-row--transfer-form input:first-child{width:calc(50% - 1rem - 7px)}.section-row--transfer-form input:last-child{width:calc(50% - 1rem - 7px)}.section-row--econom-btns{margin-top:2.2rem}.section-row--econom-btns>button{width:calc(50% - 3.2rem)}.section-with-image{padding:0}}@media (max-width:991px){.section-with-image__content{padding:1.6rem}.section-with-image__content--transfer{padding-left:2rem;padding-right:2rem}.section-row--transfer{width:100%;flex-direction:column}.section-with-image__content--transfer .section-text--transfer{margin-bottom:.2rem}.section-with-image__content--transfer .section-text--margin-inline{margin-top:.4rem;margin-bottom:.4rem}.form-control--transfer-form-phone,.section-with-image__content--econom .swappable{width:100%}.btn--transfer-form-btn{padding-left:2.4rem;padding-right:2.4rem}.section-row--transfer-form input:first-child{width:calc(50% - 1rem)}.section-row--econom-btns,.section-row--econom-form{flex-direction:column}.section-row--econom-btns>button{margin:0 0 1rem;width:80%}.section-row--econom-form input,.section-row--econom-form input:first-child{width:100%;margin:0 0 1rem}.section-with-image--econom,.section-with-image--econom .section-with-image__content,.section-with-image--econom .section-with-image__image{max-height:42rem;height:42rem}.section-row--econom-form .btn{padding-left:5rem;padding-right:5rem}}@media (max-width:767px){.section-with-image{flex-direction:column;max-height:initial;padding:0}.section-with-image__image{clip-path:none}.section-with-image__image img{aspect-ratio:350/200}.section-with-image.section-with-image--right .section-with-image__image{order:0;clip-path:none}.section-with-image__content{height:initial}.section-with-image__content .section-title,.section-with-image__content--transfer .section-text--transfer{text-align:center}.section-with-image__content--transfer .swappable-wrap{height:21rem}.section-with-image--econom,.section-with-image--econom .section-with-image__content{max-height:70rem;height:70rem}.section-with-image--econom .section-with-image__image{max-height:initial;height:initial;flex:auto}}@media (max-width:575px){.section-with-image{margin-bottom:5rem}.section-with-image__content .section-title{font-size:2.4rem;margin-bottom:1rem}.section-with-image__content--transfer .section-text--transfer{margin-bottom:1rem}.section-with-image__content .swappable{width:100%}.section-with-image--econom,.section-with-image--econom .section-with-image__content{max-height:70rem;height:130vw}}@media (max-width:510px){.section-with-image--econom,.section-with-image--econom .section-with-image__content{height:70rem}}@media (max-width:425px){.section-with-image__content--transfer .section-row{flex-direction:column;margin-bottom:0}.section-row--transfer-form svg{display:none}.section-with-image__content--transfer .section-row input{width:100%;margin:0;margin-bottom:1rem}.section-with-image__content--transfer .swappable-wrap{height:28rem}.section-with-image--econom,.section-with-image--econom .section-with-image__content{height:65rem}}@media (max-width:350px){.section-with-image--econom,.section-with-image--econom .section-with-image__content{height:62rem}}.section-with-image__content--questions{padding-left:9rem}.section-with-image__content--questions .section-text--questions{margin-bottom:1.6rem;max-width:50rem}.section-row--questions-form input:first-child{width:20rem}.section-row--questions-btns{margin-top:3.6rem}.section-row--questions-btns .big-phone-link{margin-right:5rem}@media (max-width:1099px){.section-with-image__content--questions .swappable{width:100%}.section-row--questions-form input,.section-row--questions-form input:first-child{width:calc(50% - 1rem)}}@media (max-width:991px){.section-with-image__content--questions{padding-left:3.6rem}.section-row--questions-btns{margin-top:.6rem;display:flex;align-items:center}.section-row--questions-btns .big-phone-link{margin-left:auto;margin-right:auto;margin-bottom:1rem}.section-row--questions-btns,.section-row--questions-form{width:100%;flex-direction:column}.section-row--questions-form input,.section-row--questions-form input:first-child{width:100%;margin:0 0 1rem}.section-with-image--questions,.section-with-image__content--questions,.section-with-image__image--questions{max-height:39rem;height:39rem}}@media (max-width:767px){.section-with-image--questions,.section-with-image__content--questions{max-height:70rem;height:70rem}.section-with-image__image--questions{max-height:initial;height:initial;flex:auto;width:100%}}@media (max-width:575px){.section-row--questions-btns .big-phone-link{font-size:3.2rem}.section-with-image--questions,.section-with-image__content--questions{max-height:72rem;height:130vw}}@media (max-width:510px){.section-with-image--questions,.section-with-image__content--questions{height:70rem}}@media (max-width:425px){.section-with-image--questions,.section-with-image__content--questions{height:67rem}}@media (max-width:375px){.section-with-image--questions,.section-with-image__content--questions{height:65rem}}.section-with-image__content--map{padding-left:4.4rem;padding-right:4.4rem}.section-with-image__content--map .section-text--map{margin-bottom:2rem;max-width:50rem}.section-row--map-address{margin-top:3.2rem}.section-row--map-address .form-control{width:33.2rem;resize:none;overflow:hidden;line-height:1}.section-row--map-form input:first-child{width:20rem}@media (max-width:1099px){.section-row--map-form input,.section-row--map-form input:first-child{width:calc(50% - 1rem)}}@media (max-width:991px){.section-row--map-address .form-control,.section-with-image__content--map .swappable{width:100%}.section-with-image__content--map{padding:2rem}.section-row--map-form{flex-direction:column}.section-row--map-form input,.section-row--map-form input:first-child{width:100%;margin:0 0 1rem}.section-with-image--map,.section-with-image__content--map,.section-with-image__image--map{max-height:38.6rem;height:38.6rem}}@media (max-width:767px){.section-with-image--map .section-with-image__image--map{max-height:initial;height:initial;flex:auto}.section-with-image--map,.section-with-image__content--map{max-height:70rem;height:70rem}}@media (max-width:510px){.section-with-image--map,.section-with-image__content--map{height:67rem}}@media (max-width:425px){.section-with-image--map,.section-with-image__content--map{height:62rem}.section-row--map-address{flex-direction:column}.section-row--map-address .form-control{margin-right:0;margin-bottom:1rem}}@media (max-width:350px){.section-with-image--map,.section-with-image__content--map{height:60rem}}.features{margin-bottom:8rem}.features__title{max-width:44rem;margin:0 auto 5rem}@media (max-width:575px){.features{margin-bottom:5rem}.features__title{margin-bottom:2rem}}.features__items-wrap{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between}.features__item{flex:0 1 30%;margin-bottom:4.5rem;display:flex;align-items:center;justify-content:start}.features__item__icon{margin-right:2.4rem;border:1px solid var(--main-btn-bg);border-radius:.4rem;display:flex;align-items:center;justify-content:center;width:8rem;height:8rem;flex:0 0 8rem}.features__item__icon svg{width:4.4rem;height:4.4rem;color:var(--main-color)}.features__item__text{color:var(--main-color);font-size:1.8rem;font-weight:400}.features__item__text>b{font-weight:500}.features__button-row{display:flex;justify-content:center}@media (max-width:1099px){.features__item{flex:1 0 50%}}@media (max-width:767px){.features__item{flex:1 0 100%}}@media (max-width:575px){.features__item__text{font-size:1.6rem}}.tv-section{display:grid;grid-template-columns:7fr 5fr;margin-bottom:8rem;width:100%;background-color:var(--tv-section-bg);color:var(--tv-section-color);padding:0}.tv-section__title{text-align:left;margin-bottom:5rem}.tv-section__info{flex:7;padding:5rem;display:flex;flex-direction:column}.tv-section__img{flex:5;position:relative;height:100%;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}.tv-section__img img{object-fit:cover;width:100%;height:100%}.tv-section__img .tv-section__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;width:9.3rem;height:8.3rem}.tv-section__img .tv-section__play-btn:hover{color:#e6e6e6;cursor:pointer}.tv-section__features{padding:0}.tv-section__features>li{list-style:none;position:relative;padding-left:5rem;font-size:1.8rem;font-weight:400;line-height:1.2;margin-bottom:3rem}.tv-section__features>li>svg{color:var(--main-btn-bg);position:absolute;left:0;top:.4rem;height:1.6rem;width:2.1rem}.tv-section__info .btn{margin-left:5rem;max-width:28rem;margin-top:auto}@media (max-width:767px){.tv-section{display:flex;flex-direction:column}.tv-section__img{clip-path:none;order:-1}.tv-section__img img{aspect-ratio:350/200}.tv-section__info .btn{margin-left:auto;margin-right:auto}}@media (max-width:575px){.tv-section{margin-bottom:5rem}.tv-section__title{margin-bottom:2rem;font-size:2.6rem}.tv-section__features>li{font-size:1.6rem;margin-bottom:2rem;padding-left:3.2rem}.tv-section__info{padding:3rem}}.hardware{margin-bottom:8rem}.hardware__title{margin-bottom:5rem}.hardware__list{display:flex;flex-direction:column}.hardware__list__item{margin-bottom:1rem;padding:2rem 3rem;display:flex;align-items:center;border:1px solid var(--border-color)}.hardware__list__item:last-child{margin-bottom:0}.hardware__list__item__icon{background:var(--main-btn-bg);color:var(--main-btn-color);margin-right:2rem;border-radius:50%;width:10rem;height:10rem;flex:0 0 10rem;display:flex;align-items:center;justify-content:center}.hardware__list__item__icon svg{height:50%;width:50%}.hardware__list__item__info{display:flex;flex-direction:column}.hardware__list__item__info__title{font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.hardware__list__item__info__text,.offices__address th{font-size:1.6rem;font-weight:400}@media (max-width:575px){.hardware{margin-bottom:5rem}.hardware__title{margin-bottom:2rem}.hardware__list{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.hardware__list::-webkit-scrollbar{display:none}.hardware__list__item{flex:1 0 85%;margin:0 1rem 0 0;display:flex;flex-direction:column;padding:3rem 2.4rem}.hardware__list__item:last-child{margin-right:0}.hardware__list__item__icon{margin-right:0;margin-bottom:3rem}.hardware__list__item__info{align-items:center}.hardware__list__item__info__text{text-align:center}}.offices{margin-bottom:8rem}.offices__title{margin-bottom:5rem}@media (max-width:575px){.offices{margin-bottom:5rem}.offices__title{margin-bottom:2rem}}.offices__map{height:28rem;width:100%;overflow:hidden;margin-bottom:3.6rem;display:flex;align-items:center;justify-content:center}.offices__address{width:100%;border-collapse:separate;border-spacing:0 1rem;margin-bottom:2rem}.offices__address th{color:#8c8c8c;padding:0 .8rem;padding-bottom:1rem}.offices__address th:last-child{padding-left:3.2rem}.offices__address tr{border-radius:.4rem}.offices__address tr.offices__address__head{border:0}.offices__address td{font-size:1.6rem;font-weight:400;color:var(--main-color);padding:1.6rem .8rem;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.offices__address td:last-child{padding-left:3.2rem;position:relative;border-right:1px solid var(--border-color)}.offices__address td:first-child{padding-left:6.2rem;position:relative;border-left:1px solid var(--border-color)}.offices__address td:first-child:before{background:var(--main-btn-bg);border-radius:50%;content:'';display:block;width:1rem;height:1rem;position:absolute;left:3.2rem;top:50%;transform:translateY(-50%)}.faq-section .accordion .btn.btn-link span,.offices__address__hidden{display:none}.offices__address__btn-wrap{width:100%;text-align:center}.faq-section .accordion .btn.btn-link,.offices__address__show-btn{text-decoration:underline;font-size:1.8rem;font-weight:400;color:var(--main-color)}@media (max-width:767px){.offices__address tr.offices__address__head{display:none}.offices__address tr{display:flex;flex-direction:column;width:100%;border:1px solid var(--border-color);margin-bottom:1rem;border-radius:.5rem}.offices__address tr:last-child{margin-bottom:0}.offices__address tr.offices__address__hidden{display:none}.offices__address td{border:0;display:flex;flex-direction:column}.offices__address td:first-child:before{left:2rem}.offices__address td,.offices__address td:first-child,.offices__address td:last-child{padding-left:4rem}.offices__address td.offices__address__metro:before{content:'Метро';font-size:1.4rem;color:#8c8c8c}.offices__address td.offices__address__street:before{content:'Адрес';font-size:1.4rem;color:#8c8c8c}.offices__address td.offices__address__time:before{content:'Время работы';font-size:1.4rem;color:#8c8c8c}.offices__address td.offices__address__metro,.offices__address td.offices__address__street,.offices__address td.offices__address__time{padding-top:0}}@media (max-width:575px){.offices__map{height:28rem;width:100%;margin-bottom:2rem}}.faq-section{margin-bottom:8rem}.faq-section__title{margin-bottom:5rem}@media (max-width:575px){.faq-section{margin-bottom:5rem}.faq-section__title{margin-bottom:2rem}}.faq-section .accordion .card{border-radius:.4rem;border:1px solid var(--border-color);background:var(--tarif-card-bg-color);padding:0 3rem;margin-bottom:.8rem}.faq-section .accordion .card-header{border:0;background:0 0}.faq-section .accordion .card-body{font-size:1.6rem;font-weight:400;padding:0 5rem;padding-bottom:2.4rem;color:var(--main-color)}.faq-section .accordion .card-body a{color:var(--main-color);text-decoration:underline}.faq-section .accordion .btn.btn-link{text-decoration:none;position:relative;width:100%;text-align:left;white-space:break-spaces}.faq-section .accordion .btn.btn-link svg,.faq-section .accordion .btn.btn-link.collapsed svg{content:"";position:absolute;right:0;top:50%;transform:rotate(0deg) translateY(50%);color:var(--main-btn-bg)}.faq-section .accordion .btn.btn-link.collapsed svg{transform:rotate(180deg) translateY(0)}.faq-section .accordion .btn.btn-link.collapsed span{position:absolute;right:3rem;top:.7rem;color:inherit;display:inline-block}@media (max-width:575px){.faq-section .accordion .card-body{font-size:1.4rem;padding:0 2rem 1rem}.faq-section .accordion .btn.btn-link{font-size:1.6rem}.faq-section .accordion .card{padding:0}}.footer{background:var(--footer-bg);color:var(--footer-color)}.footer-wrap{display:flex;padding:3rem 0 8rem}.footer-col{flex:1;display:flex;flex-direction:column}.footer-col--right-align{align-items:end}.footer-logo{max-height:5.9rem;max-width:15.7rem;transform:translateY(-20%);border-radius:4px;overflow:hidden}.footer__svg-location{color:var(--main-btn-bg);margin-right:1.2em}.footer__location{display:flex;align-items:center}.footer__location__city-wrap{display:flex;flex-direction:column;align-items:start;line-height:1.2}.footer__location__label{color:var(--footer-second-color);font-size:1rem;font-weight:400}.footer-menu-list a,.footer__location__city{color:var(--footer-color);font-size:1.2rem;font-weight:400}.footer-col__title{font-weight:400;font-size:2.2rem;color:var(--footer-second-color);margin-bottom:2.4rem}.footer-menu-list{display:flex;flex-direction:column;padding-left:0}.footer-menu-list li{margin-bottom:1rem;list-style:none}.footer-menu-list a{font-size:1.4rem}.footer-col .phone-list__item__title{color:var(--footer-color);font-size:1.4rem;line-height:1}.footer-col .phone-list__item__phone>a{color:var(--footer-color);font-size:2.2rem}.footer-return-call-btn{margin-top:3.2rem}.footer .smalltext{padding-left:4rem;margin-bottom:4rem}.footer .smalltext,.footer .smalltext a{font-size:1.4rem;font-weight:500;color:var(--footer-color)}@media (max-width:991px){.footer-wrap{flex-wrap:wrap}.footer-col--mobile-reorder{order:-1;flex:1 0 50%}.footer-col{margin-bottom:2rem}}@media (max-width:575px){.footer-col,.footer-col--mobile-reorder{flex:1 0 100%}.footer-wrap{width:100%;padding:3rem 2.4rem}.footer-col--mobile-row{flex-direction:row;justify-content:space-evenly;align-items:center}.footer-logo{transform:none}.footer-col--right-align{align-items:center}}@media (max-width:375px){.footer-col--mobile-row{justify-content:space-between}}#burger_menu{height:calc(100vh - 8rem);width:100%;display:block;position:fixed;bottom:0;top:8rem;box-shadow:0 5px 5px rgba(0,0,0,.2);background:var(--main-bg);color:var(--main-color);z-index:100;overflow-y:scroll}#burger_menu.collapse.show,#burger_menu.collapsing{margin-left:0;height:calc(100vh - 8rem);width:100%;transition:all .35s ease}#burger_menu,#burger_menu.collapsing{margin-left:-100%}.navbar-nav__menu{padding:2rem 4rem .8rem}.navbar-nav__menu li{font-size:1.6rem;font-weight:400;margin-bottom:1.2rem}.burger_menu__phone-list{margin-left:1rem}.burger_menu__phone-list .phone-list__item__title{line-height:1}.navbar-nav__menu .btn,.navbar-nav__menu__section{margin-bottom:2rem}.navbar-nav__menu__title{font-weight:400;font-size:1.8rem;color:var(--footer-second-color);margin-bottom:1rem}.tarif{width:100%;background:var(--main-bg);color:var(--main-color)}.tarif-section{margin-bottom:1rem;border:1px solid var(--border-color);padding:3.6rem 4rem 3rem;border-radius:.4rem}.tarif-section--action{border:1px solid var(--actions-color)}.tarif-section__hardware{width:100%}.tarif-section__hardware-top{display:flex;align-items:center}.tarif-section__hardware-top .tarif-hardware-switch{margin-right:1.6rem;margin-bottom:.8rem}.tarif-section__title{font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.tarif-section--action .tarif-section__title{color:var(--actions-color)}.tarif-section__text{font-size:1.6rem;font-weight:400}.tarif-section__title--tarif-name{font-size:2.6rem;margin-bottom:3.6rem}.tarif-section__info-list{display:flex}.tarif-section__info-list__item{display:flex;margin-right:4rem}.tarif-section__info-list__item:last-child,.tarif-section__info-list__item__values-list__value:last-child{margin-right:0}.tarif-section__info-list__item__info{display:flex;flex-direction:column}.tarif-section__info-list__item__icon{color:var(--main-btn-bg);margin-right:1rem}.tarif-section__info-list__item__title{font-size:1.6rem;font-weight:400;line-height:1;color:#979797}.tarif-section__info-list__item__values-list{display:flex;flex-direction:row;justify-content:flex-start;color:var(--main-color)}.tarif-section__info-list__item__values-list__value{margin-right:4rem;font-size:2.6rem;font-weight:500}.tarif-section__info-list__item__values-list__value>span{font-size:1.8rem;font-weight:400}.tarif-section__value-row{display:flex;justify-content:space-between}.tarif-section__value-row__label{text-align:left}.tarif-section__value-row__value{text-align:right}.tarif-section__prices{display:flex;justify-content:start;align-items:baseline}.tarif-section__prices__price{font-size:2.2rem;font-weight:700;color:var(--main-color)}.tarif-section__prices__price>span{font-size:1.4rem;font-weight:400}.tarif-section__prices__oldprice{color:#979797;font-size:1.6rem;font-weight:400;text-decoration:line-through;margin-left:1.5rem}.tarif__canals-button{margin-top:4rem;display:flex;justify-content:center;width:100%}@media (max-width:991px){.tarif-section__info-list{flex-direction:column}.tarif-section__info-list__item{margin-bottom:2rem}}@media (max-width:575px){.tarif-section{padding:1.8rem 2rem 1.5rem}.tarif-section__title{font-size:1.6rem;margin-bottom:.4rem}.tarif-section__text{font-size:1.4rem}.tarif-section__title--tarif-name{font-size:2.2rem;margin-bottom:3.2rem}.tarif-section__info-list__item{margin-right:2rem}.tarif-section__info-list__item__title{font-size:1.4rem}.tarif-section__info-list__item__values-list__value{margin-right:2rem;font-size:2.2rem}.tarif-section__info-list__item__values-list__value>span{font-size:1.6rem}.tarif-section__prices__price{font-size:1.8rem}.tarif-section__prices__price>span{font-size:1.2rem}.tarif-section__prices__oldprice{font-size:1.4rem;margin-left:1.2rem}.tarif-section__value-row__value{padding-left:1.2rem}.tarif-section__value-row--price{flex-direction:column}.tarif-section__value-row--price .tarif-section__value-row__value{padding-left:initial}.tarif-section__value-row--button{align-items:center;flex-direction:column}.tarif-section__value-row--button .tarif-section__value-row__value{padding-left:0}.tarif-section__value-row--button .btn{margin-left:auto;margin-right:auto}.tarif-section__value-row--button .btn-primary--actions{padding-left:2rem;padding-right:2rem}}@media (max-width:425px){.tarif-section--connect_cost .tarif-section__value-row{flex-direction:column}.tarif-section--connect_cost .tarif-section__value-row .tarif-section__value-row__value{text-align:left}}.tv_banner{margin-bottom:5rem;margin-top:-2rem}.tv_banner-image{width:100%;max-height:430px;overflow:hidden}.tv_banner-image img{object-fit:cover;aspect-ratio:1920/430}@media (max-width:575px){.tv_banner-image img{aspect-ratio:350/300}.tv_banner{margin-bottom:3rem}}.tv_tarifs{margin-bottom:8rem}.tv_tarifs__main-title{margin-bottom:3rem;font-size:2.8rem;font-weight:700}.tv_films{margin-bottom:8rem}.tv_films__title{margin-bottom:3rem}.tv_films__text{font-size:1.8rem;font-weight:400;text-align:center;max-width:82rem;margin-bottom:5rem;margin-left:auto;margin-right:auto}@media (max-width:575px){.tv_tarifs{margin-bottom:5rem}.tv_tarifs__main-title{font-size:2.6rem}.tv_films{margin-bottom:5rem}}.slider-image-text-card{display:flex;flex-direction:column;align-items:center;margin-right:1rem}.slider-image-text-card:last-child{margin-right:0}.slider-image-text-card__image{width:100%;height:100%}.slider-image-text-card--film{width:16.2rem;max-width:16.2rem}.slider-image-text-card--film .slider-image-text-card__image{height:23.2rem}.slider-image-text-card__image img,.tv_module__info__img img{object-fit:cover;width:100%;height:100%}.slider-image-text-card__caption{font-size:1.4rem;font-weight:400;line-height:1.2;margin-top:1rem;max-width:80%;max-height:3.2rem;text-align:center;overflow:hidden}.tv_canals{margin-bottom:8rem}.tv_canals .fullwidth__slider,.tv_canals__title{margin-bottom:3rem}@media (max-width:575px){.tv_canals{margin-bottom:5rem}.tv_canals__title{margin-bottom:2rem}}.slider-image-text-card--canal{width:8.4rem;max-width:8.4rem}.slider-image-text-card--canal .slider-image-text-card__image{height:4.8rem;background:#fff;padding:.4rem 1.6rem}.slider-image-text-card--canal .slider-image-text-card__image img{object-fit:contain}.tv_module{margin-bottom:8rem}.tv_module__title{margin-bottom:5rem}.tv_module__sub-title{margin-bottom:3rem;font-weight:700;font-size:2.6rem}@media (max-width:575px){.tv_module{margin-bottom:5rem;padding:0}.tv_module__sub-title,.tv_module__title{margin-bottom:2rem}}.tv_module__info{display:grid;grid-template-columns:7fr 5fr;overflow:hidden}.tv_module__info__text{margin-right:5rem}.tv_module__info__text-p{font-size:1.6rem;line-height:2.25}.tv_module__info__img{background:#fff;border-radius:.4rem}@media (max-width:991px){.tv_module__info{display:flex;flex-direction:column}.tv_module__info__img{order:-1;margin-bottom:2rem;aspect-ratio:350/230}.tv_module__info__text{margin-right:0}}@media (max-width:575px){.tv_module__info__text{padding-left:2.4rem;padding-right:2.4rem}}.tags{margin-bottom:8rem}@media (max-width:575px){.tags{margin-bottom:5rem}}.tags-wrap{align-items:center;display:flex;flex-direction:column}.tags-wrap .section-title{margin-bottom:1.6rem}.tags-list{padding-bottom:2rem;display:flex;width:100%;flex-wrap:nowrap;overflow-x:scroll;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.tags-list::-webkit-scrollbar{height:3px}.tags-list::-webkit-scrollbar-track{background:0 0}.tags-list::-webkit-scrollbar-thumb{background:var(--main-btn-bg)}.tags-btn{padding:.4rem 1.6rem;margin-right:.8rem;border:1px solid var(--border-color);border-radius:4px;font-size:1.8rem;font-weight:400;white-space:nowrap}.tags-btn,.tags-btn:hover{color:var(--main-color);text-decoration:none}.tags-btn:last-child{margin-right:0}.actions{margin-bottom:8rem}.actions__main-title{margin-bottom:5rem}.actions__button-row{margin-top:5rem;display:flex;justify-content:center}.actions_item{position:relative;border:1px solid var(--border-color);width:38.6rem;margin:0 1rem;display:flex;flex-direction:column;overflow:hidden}.actions_item__slide_img{width:100%;height:18.8rem;background-size:200%;display:block;background-position:center;opacity:0;filter:blur(10px)}.actions_item img{height:18.8rem;width:auto;object-fit:cover;margin:0 auto;position:absolute;top:5px;left:0;right:0;cursor:pointer;pointer-events:none;z-index:1}.actions_item:hover{cursor:pointer;filter:brightness(104%)}.actions_item__title{font-size:1.8rem;font-weight:400;text-decoration:underline;padding:2rem;color:var(--main-color)}.actions_item__title:hover{color:var(--main-btn-bg);cursor:pointer}.actions_item-ended-description{display:none}.actions_item-ended:hover .actions_item-ended-description{opacity:1;display:block;position:absolute;color:var(--main-bg);width:calc(100% - 2.4rem);margin-top:9rem;font-size:2.5rem;text-align:center;z-index:10}.actions_item-ended:hover img{filter:brightness(30%)}@media (max-width:575px){.actions{margin-bottom:5rem}.actions__main-title{margin-bottom:2rem}}.news{margin-bottom:8rem}.news__main-title{margin-bottom:5rem}.news__button-row{margin-top:5rem;display:flex;justify-content:center}.news_item{position:relative;border:1px solid var(--border-color);width:38.6rem;margin:0 1rem;display:flex;flex-direction:column;overflow:hidden}.news_item:hover{filter:brightness(104%)}.news_item__title{font-size:1.8rem;font-weight:400;text-decoration:underline;padding:2rem;color:var(--main-color)}.news_item__title:hover{color:var(--main-btn-bg);cursor:pointer}.news_item__text{font-size:1.2rem;opacity:.7;padding:0 2rem;color:var(--main-color)}.news_item__read-all{color:var(--main-btn-bg);cursor:pointer;font-size:1.2rem;font-weight:500;padding:0 2rem 2rem}.news_item__read-all:hover{color:var(--main-btn-bg);text-decoration:none}@media (max-width:575px){.news{margin-bottom:5rem}.news__main-title{margin-bottom:2rem}}.reviews{margin-bottom:8rem}.reviews__main-title{margin-bottom:5rem}.reviews__button-row{margin-top:5rem;display:flex;justify-content:center}.reviews__item{margin:0 1rem;display:flex;flex-direction:column;padding:30px 30px 10px;border:1px solid var(--border-color);border-radius:5px;overflow:hidden}.reviews__item__title{display:flex;align-items:center;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.reviews__item__stars{margin-top:-.5rem;margin-right:1.5rem;display:flex}.reviews__item__stars svg{color:var(--border-color);margin:0 .4rem}.reviews__item__stars svg.active{color:var(--main-btn-bg)}.reviews__item__text{padding-bottom:2rem;font-size:1.6rem}.reviews__item__name{font-weight:700;font-size:2rem}@media (max-width:575px){.reviews{margin-bottom:5rem}.reviews__main-title{margin-bottom:2rem}.reviews__item__title{flex-direction:column-reverse;align-items:flex-start}.reviews__item__name{margin-bottom:.8rem}}.word_vklvtarif:after{content:'Включен в тариф'}.word_vrassrochky:after{content:'В рассрочку'}.word_varendy:after{content:'В аренду'}.word_rubmes:after{content:'руб./мес.'}.word_rub:after{content:'руб.'}.word_dostupenpokupki:after{content:'Доступен для покупки за'}.word_nepredostavl:after{content:'Не предоставляется'}.word_vkomplekte:after{content:'В комплекте'}.word_tvpristavka:after{content:'ТВ приставка предоставляется'}.word_vrassrochkyna:after{content:'в рассрочку на'}.word_mesyacev:after{content:'месяцев'}.word_varendylower:after{content:'в аренду'}.word_varhive:after{content:'В архиве'}.word_arhiv:after{content:'Архив'}@media (max-width:575px){#econom .swappable-wrap{height:21rem}#map .swappable-wrap{height:22rem}#questions .swappable-wrap{height:24rem}}.default{font-size:1.6rem}.breadcrumbs{display:flex}.breadcrumbs ol{padding-left:15px}.breadcrumbs li{list-style:none;margin-right:1rem;display:flex}.breadcrumbs li:after{content:' / ';margin-left:1rem}.breadcrumbs li:last-child:after{content:none}