@-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:15.6rem}@media (max-width:991px){html{padding-top:6.4rem}}body{background:var(--main-bg);color:var(--main-color)}@media (max-width:575px){body,html{overflow-x:hidden}body{max-width:100vw}}.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-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 (min-width:1672px){.container{max-width:1640px;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:4.8rem;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}.btn-banner{height:10.6rem;width:38rem;font-size:2.4rem;border-radius:1.2rem;background:#ed5042;border:1px solid #ed5042;color:#fff;padding-left:6.4rem;padding-right:6.4rem;display:flex;align-items:center;justify-content:center;white-space:normal}.btn-banner:active,.btn-banner:focus{background:#ed5042!important;border:1px solid #ed5042!important;color:#fff!important;outline:0!important;box-shadow:none!important}.btn-banner:hover{background:#ed5042!important;border:1px solid #ed5042!important;color:#fff!important;opacity:.7}.btn-banner.btn-banner--white{background:#fff!important;border:1px solid #fff!important;color:#000!important}@media (max-width:767px){.btn-shrink-to-icon{text-indent:101%;white-space:nowrap;overflow:hidden;width:3.6rem;height:3.6rem;padding:0}.btn-shrink-to-icon>svg{margin-right:0;width:2rem;height:2rem;position:absolute}}@media (max-width:575px){.btn-banner,.btn-primary{font-size:1.6rem}.btn-banner{width:100%;height:5rem;padding-left:3.2rem;padding-right:3.2rem}}.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__top__text--underline{text-decoration:underline}.header__nav{background:#fff;height:7.2rem;padding-top:.8rem;padding-bottom:.8rem;border-bottom:1px solid var(--border-color)}.header__nav.--hide-mobile{margin-bottom:2rem;height:6rem;padding-top:0;padding-bottom:0}.darkpage .header__nav,.tarif-section__hardware-top .tarif-hardware-switch label{margin-bottom:0}@media (max-width:991px){.header__nav{height:5.6rem;border-bottom:1px solid var(--border-color);padding-bottom:.8rem}.header__nav.--hide-mobile{display:none}}@media (max-width:425px){.header__svg-location,.header__svg-location+.header__top__text{display:none}}.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,.header__nav__menu ul.dropdown-submenu-links>li{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.--hide-mobile ul{padding:0;display:flex;justify-content:space-between}.banner__features__item__text>b,.header__nav.--hide-mobile ul>li>a,.menu__address-time-phone__phone a{font-weight:700}.header__nav__menu ul>li{display:table-cell}.header__nav__menu ul>li>a{font-size:1.8rem;color:var(--menu-link-color);margin:0 1.6rem;white-space:nowrap}.header__nav__menu ul>li>a:hover{text-decoration:underline;color:var(--main-btn-bg)}.header__nav__menu--dropdown,.slick-slider .slick-dots li.show{display:inline-block}.header__nav__menu--dropdown button{margin:0 1.6rem}.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--dropdown button,.header__nav__menu--dropdown ul>li>a{font-size:1.6rem;color:var(--menu-link-color);white-space:nowrap}.header__nav__menu--dropdown ul>li>a:hover{text-decoration:underline}.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}.menu__right{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-height:100%}.header__nav__menu--dropdown ul,.menu__address-time-phone{display:flex;flex-direction:column}.menu__address-time-phone__text{color:#55606b;font-size:1.4rem;white-space:nowrap}.menu__buttons{display:flex;align-items:center;justify-content:space-between;gap:4rem}.header__nav__right,.menu__buttons{max-height:100%}@media (max-width:991px){.menu__address-time-phone{display:none}.menu__buttons{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;max-height:4rem}.menu__right{gap:1.6rem;margin-left:1.6rem}.menu__buttons svg{max-height:4rem;width:auto}.menu__buttons a{max-height:4rem;display:block}}@media (max-width:767px){.dropdown-menu.dropdown-menu--header_phone:after{right:10px}}.header__nav__menu>ul>li{position:relative}ul.dropdown-submenu-links{list-style:none}.header__nav__menu ul.dropdown-submenu-links{display:none;margin-top:-5px;padding-top:5px;padding-left:16px;align-items:start;box-shadow:0 5px 5px rgba(0,0,0,.2);border-radius:0 0 24px 24px}.header__nav__menu ul.dropdown-submenu-links>li>a{font-weight:700;text-align:left;font-size:1.6rem;text-decoration:none;padding:.6rem 2rem;margin:0;width:100%;display:block}.header__nav__menu ul.dropdown-submenu-links>li>a:hover{background:#f2f7fa}.header__nav__menu .dropdown-submenu:hover~.dropdown-submenu-links,.header__nav__menu ul.dropdown-submenu-links:hover{display:flex;flex-direction:column;position:absolute;background:var(--main-bg);padding:2rem 0}.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{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-content{margin-bottom:1rem;width:100%;height:72rem;border-radius:48px;overflow:hidden;background-size:cover;padding:9rem 7rem;position:relative}.banner-content .h1,.banner__text{color:#fff;margin-bottom:4rem;line-height:7.8rem;font-size:7rem;text-align:left;max-width:70rem}.banner__text{line-height:3.2rem;font-size:2.4rem;margin-bottom:3.2rem}.banner__features,.ribbon span{display:flex;justify-content:center}.banner__features{position:absolute;top:9rem;right:7rem;flex-direction:column;gap:3.6rem;height:54rem;width:28rem}.banner__features__item{display:flex;flex-direction:column;gap:1.6rem}.banner__features__item__title{color:#fff;font-size:2.8rem;font-weight:700}.banner__features__item__text{color:#fff;font-size:2rem;font-weight:400}.banner__btn_row{display:flex;gap:2.4rem}@media (max-width:1640px){.banner-content{padding:5rem 3rem}.banner__features{top:5rem;right:3rem}}@media (max-width:1671px){.banner__features{display:none}}.banner.banner--responsive .banner-content .h1,.banner.banner--responsive .banner__text{max-width:70%}.banner.banner--responsive .banner-content{height:auto;min-height:72rem}.banner.banner--responsive .banner-content .h1{line-height:7.8rem;font-size:7rem}.banner.banner--responsive .banner__text{line-height:3.2rem;font-size:2.4rem;margin-bottom:3.2rem}@media (max-width:991px){.banner.banner--responsive .banner-content .h1,.banner.banner--responsive .banner__text{max-width:initial}.banner.banner--responsive .banner-content{height:auto;min-height:initial}.banner.banner--responsive .banner-content .h1{line-height:6.2rem;font-size:5.4rem}.banner.banner--responsive .banner__text{line-height:2.8rem;font-size:2rem;margin-bottom:2.8rem}.banner-content{max-height:initial;margin-bottom:1rem;height:auto;padding:4rem 2.8rem}.banner-content .h1,.banner__text{margin-bottom:2rem;line-height:3.4rem;font-size:3.2rem;max-width:100%}.banner__text{line-height:1.8rem;font-size:1.6rem;margin-bottom:1.6rem}.banner__features{display:flex;position:initial;gap:1.6rem;height:auto;width:100%;margin-top:1.6rem}.banner__features__item{gap:.8rem}.banner__features__item__title{font-size:1.8rem}.banner__features__item__text{font-size:1.4rem}.banner__btn_row{gap:1.6rem;flex-direction:column}}@media (max-width:767px){.banner.banner--responsive .banner-content .h1{line-height:4.4rem;font-size:3.6rem}}@media (max-width:575px){.banner.banner--responsive .banner-content .h1{line-height:3.6rem;font-size:2.8rem}.banner.banner--responsive .banner__text{line-height:2.4rem;font-size:1.6rem;margin-bottom:2.4rem}}@media (max-width:320px){.banner.banner--responsive .banner-content .h1{line-height:3.4rem;font-size:2.6rem}.banner.banner--responsive .banner__text{line-height:2.2rem;font-size:1.4rem;margin-bottom:2.2rem}}@media (max-width:300px){.banner.banner--responsive .banner-content .h1{line-height:3.2rem;font-size:2.4rem}.banner.banner--responsive .banner__text{line-height:2rem;font-size:1.2rem}}.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;align-items: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,.faq-section .accordion .collapsed .btn.btn-link,.hardware__list.hardware__list--cards a.hardware__list__item:hover,.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)}.btn-whatsapp__text span,.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:4.8rem;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.section-with-image--bg{background-size:cover}.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.section-with-image--bg .section-with-image__content--questions{padding-left:5rem}.section-with-image.section-with-image--bg .btn-banner,.section-with-image.section-with-image--bg .form-control{height:7.6rem;border-radius:1.2rem}.section-with-image.section-with-image--bg .section-with-image__content .section-title{font-size:4.8rem;max-width:100rem;color:#fff}.section-with-image.section-with-image--bg .section-with-image__content .section-text{font-size:2.4rem;max-width:100rem;color:#fff}.section-with-image.section-with-image--bg .section-with-image__content .big-phone-link{font-size:4.8rem;color:#fff}.section-with-image.section-with-image--bg{max-height:42.6rem;overflow:hidden}.section-with-image.section-with-image--bg .section-with-image__content,.section-with-image.section-with-image--bg .section-with-image__image{height:42.6rem}.section-with-image.section-with-image--bg .section-with-image__image{width:125.6rem;overflow:hidden}.section-with-image.section-with-image--bg .btn-swappable-back,.section-with-image.section-with-image--bg .btn-swappable-back:hover{color:#fff}.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:1640px){.section-with-image.section-with-image--bg .btn-banner,.section-with-image.section-with-image--bg .form-control{height:5rem}.section-with-image.section-with-image--bg .btn-banner{width:auto}.section-with-image.section-with-image--bg .section-with-image__content .section-title{font-size:3.2rem}.section-with-image.section-with-image--bg .section-with-image__content .section-text{font-size:1.8rem}.section-with-image.section-with-image--bg .section-with-image__content .big-phone-link{font-size:3.2rem}.section-with-image.section-with-image--bg{max-height:35.6rem;overflow:hidden}.section-with-image.section-with-image--bg .section-with-image__content,.section-with-image.section-with-image--bg .section-with-image__image{height:35.6rem}.section-with-image.section-with-image--bg .section-with-image__image{width:35.6rem;overflow:hidden}}@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)}.section-with-image.section-with-image--bg .btn-banner,.section-with-image.section-with-image--bg .form-control{height:5rem}.section-with-image.section-with-image--bg .btn-banner{padding-left:3.2rem;padding-right:3.2rem;width:auto}.section-with-image.section-with-image--bg .section-with-image__content .section-title{font-size:3.2rem}.section-with-image.section-with-image--bg .section-with-image__content .section-text{font-size:1.8rem}.section-with-image.section-with-image--bg .section-with-image__content .big-phone-link{font-size:3.2rem}.section-with-image.section-with-image--bg{max-height:35.6rem;overflow:hidden}.section-with-image.section-with-image--bg .section-with-image__content,.section-with-image.section-with-image--bg .section-with-image__image{height:35.6rem}.section-with-image.section-with-image--bg .section-with-image__image{width:35.6rem;overflow:hidden}}@media (max-width:991px){.section-with-image.section-with-image--bg .section-with-image__content--questions,.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}.section-with-image.section-with-image--bg .btn-banner,.section-with-image.section-with-image--bg .form-control{height:5rem}.section-with-image.section-with-image--bg .btn-banner{padding-left:3.2rem;padding-right:3.2rem;width:auto}.section-with-image.section-with-image--bg .section-with-image__content .section-title{font-size:3.2rem}.section-with-image.section-with-image--bg .section-with-image__content .section-text{font-size:1.8rem}.section-with-image.section-with-image--bg .section-with-image__content .big-phone-link{font-size:3.2rem}.section-with-image.section-with-image--bg,.section-with-image.section-with-image--bg .section-with-image__content,.section-with-image.section-with-image--bg .section-with-image__image{max-height:42.6rem;height:42.6rem}}@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%}.section-with-image.section-with-image--bg,.section-with-image.section-with-image--bg .section-with-image__content{max-height:72rem;height:72rem}.section-with-image.section-with-image--bg .section-with-image__image{max-height:32rem;height:32rem;width:100%}.section-with-image.section-with-image--bg .section-with-image__content .section-title{font-size:2.6rem;text-align:left}.section-with-image.section-with-image--bg .section-with-image__content .section-text{font-size:1.6rem}.section-with-image.section-with-image--bg .section-with-image__content .big-phone-link{font-size:2.6rem;text-align:left;width:100%}.section-with-image.section-with-image--bg .btn-banner{width:100%}.section-with-image.section-with-image--bg .section-row--questions-btns{align-items:start}}@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}.section-with-image.section-with-image--bg .section-with-image__content .section-text{text-align:left}.section-with-image.section-with-image--bg{max-height:74rem;height:74rem}.section-with-image.section-with-image--bg .section-with-image__content{max-height:42rem;height:42rem}}@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.section-with-image--bg{max-height:76rem;height:76rem}.section-with-image.section-with-image--bg .section-with-image__content{max-height:44rem;height:44rem}}.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{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__items-wrap.features__items-wrap--wrapped{justify-content:start;gap:2.4rem}.features__item{flex:0 1 30%;margin-bottom:4.5rem;display:flex;align-items:start;justify-content:start}.features.features--cards-slider .features__item{flex-direction:column;align-items:center;justify-content:start;position:relative}.features__items-wrap.features__items-wrap--wrapped .features__item{margin-bottom:1.2rem;flex:0 0 calc(25% - 2.4rem)}.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.features--cards-slider .features__item__icon{margin-right:auto;margin-left:auto;border:0;width:24rem;height:24rem;flex:0 0 24rem;margin-bottom:1.6rem;overflow:hidden}.features__items-wrap.features__items-wrap--wrapped .features__item .features__item__icon{max-height:40rem;height:auto;width:100%}.features__item__icon img,.features__item__icon svg{width:4.4rem;height:4.4rem;color:var(--main-color)}.features.features--cards-slider .features__item__icon>a{width:100%;height:100%;overflow:hidden;display:block}.features.features--cards-slider .features__item__icon img,.features.features--cards-slider .features__item__icon svg,.tv-section__img img{width:100%;height:100%;object-fit:cover}.features.features--cards-slider .features__item__icon img.contain,.features.features--cards-slider .features__item__icon svg.contain,.slider-image-text-card--canal .slider-image-text-card__image img{object-fit:contain}.features__item__text{color:var(--main-color);font-size:1.8rem;font-weight:400}.features__item__text>b{font-weight:500}.features__item__text.collapsed{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.features__item__expand{color:var(--main-btn-bg);margin-top:2rem;font-size:1.6rem}.features.features--cards-slider .features__item__text{font-size:1.6rem;text-align:center}.features__item__title{color:var(--main-color);font-size:1.8rem;font-weight:500;text-align:center}.features__items-wrap.features__items-wrap--wrapped .features__item .features__item__title{font-size:2.8rem;margin-bottom:1.6rem;text-align:left}.features__items-wrap.features__items-wrap--wrapped .features__item .features__item__text{font-size:2rem;text-align:left}.features__item__url{position:absolute;left:0;right:0;top:0;bottom:0}.features__button-row{display:flex;justify-content:center}@media (max-width:1099px){.features__item{flex:0 1 50%}.features.features--cards-slider .features__item{flex:0 1 30%}}@media (max-width:767px){.features.features--cards-slider .features__item,.features__item{flex:0 1 100%}#page29 .features.features--cards-slider .features__item{box-shadow:0 8px 8px rgba(0,0,0,.25);border-radius:1.6rem}#page29 .features.features--cards-slider .features__item__text,#page29 .features.features--cards-slider .features__item__title{padding-left:.8rem;padding-right:.8rem}#page29 .features.features--cards-slider .features__item__text{padding-bottom:.8rem;font-size:1.4rem}#page29 .features.features--cards-slider .features__item__title{font-size:1.8rem}}@media (max-width:575px){.features__item__text{font-size:1.6rem}.features__item.--hide-mobile{display:none}}.tv-section{display:grid;grid-template-columns:5fr 5fr;margin-bottom:8rem;width:100%;background-color:var(--tv-section-bg);color:var(--tv-section-color);padding:0}.tv-section.tv-section--left.tv-section--specialbg{grid-template-columns:5fr 7fr}.tv-section.tv-section--specialbg{background-image:url(/assets/images/tvbgspecial.png);background-size:cover;border-radius:48px;overflow:hidden;grid-template-columns:7fr 5fr}.tv-section__title{text-align:left;margin-bottom:2.4rem}.tv-section__title .section-subtitle{margin-top:2.4rem;text-align:left}.tv-section__info{flex:7;padding:.5rem 2.4rem 2.4rem;display:flex;flex-direction:column;border-radius:48px}.tv-section.tv-section--specialbg .tv-section__info{border-radius:initial;padding:5rem}.tv-section__info.tv-section__info--bg{background-color:#f2f7fa;margin-right:2.4rem;padding:.5rem 5rem 5rem}.tv-section.tv-section--left .tv-section__info.tv-section__info--bg{margin-right:0;margin-left:2.4rem;padding:.5rem 5rem 5rem}.tv-section__img{flex:5;position:relative;height:100%;overflow:hidden}.tv-section__img img{height:auto;border-radius:48px}.tv-section.tv-section--specialbg .tv-section__img img{border-radius:initial;width:auto}.tv-section.tv-section--specialbg .tv-section__img{text-align:center}.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;margin-bottom:0}.tv-section__features>li{list-style:none;position:relative;padding-left:4.4rem;font-size:1.8rem;font-weight:400;line-height:1.2;padding-bottom:1.2rem;padding-top:1.2rem}.tv-section__features>li:last-child{padding-bottom:0;margin-bottom:0}.tv-section__features>li>svg{color:var(--main-btn-bg);position:absolute;left:0;margin-top:-.4rem;height:3.2rem;width:3.2rem}.tv-section__info .btn{margin-left:0;max-width:28rem;margin-top:3.2rem}.tv-section__info.tv-section__info--bg .btn{margin-left:5rem}.timeline_line{position:absolute;top:0;border:2px dashed var(--border-color);bottom:0;left:0}.timeline_circle{width:4rem;height:4rem;border-radius:100px;background:var(--main-btn-bg);position:absolute;left:-1.8rem;top:0;margin:0 auto;border:2px solid #fff;color:#fff;font-weight:600;display:flex;justify-content:center;align-items:center}@media (max-width:767px){.tv-section{display:flex;flex-direction:column}.tv-section.tv-section--left .tv-section__img,.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;padding-bottom:2rem;padding-left:3.2rem}.tv-section__features>li:last-child{padding-bottom:0;margin-bottom:2rem}.tv-section.tv-section--specialbg .tv-section__img img{max-height:40vh;object-fit:contain;width:100%}.tv-section__title .section-subtitle{padding-left:15px;padding-right:15px}}.hardware{margin-bottom:8rem}.hardware__title{margin-bottom:5rem}.hardware__list{display:flex;flex-direction:column}.hardware__list.hardware__list--cards{flex-direction:row;flex-wrap:wrap;gap:2.4rem}.hardware__list__item{margin-bottom:1rem;padding:2rem 3rem;display:flex;align-items:center;border:1px solid var(--border-color);color:var(--main-color)}a.hardware__list__item{text-decoration:none;cursor:pointer}.hardware__list__item:last-child{margin-bottom:0}.hardware__list.hardware__list--cards .hardware__list__item{margin-bottom:0;padding:3rem;flex-direction:column;align-items:start;border:0;box-shadow:0 12px 24px 0 rgba(0,0,0,.12);width:calc(33% - 2.4rem);position:relative;overflow:hidden}.hardware__list.hardware__list--cards .hardware__list__item.centered,.hardware__list__item__icon{justify-content:center;align-items:center}.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}.hardware__list__item__icon svg{height:50%;width:50%}.hardware__list__item__icon img{height:100%;width:100%}.hardware__list.hardware__list--cards .hardware__list__item__icon{position:absolute;z-index:-1;right:0;bottom:0;width:auto;height:auto;margin:0}.hardware__list.hardware__list--cards .centered .hardware__list__item__icon{position:initial;z-index:-1;margin:0 auto;display:flex;justify-content:center;align-items:center}.hardware__list__item__info{display:flex;flex-direction:column}.hardware__list.hardware__list--cards .hardware__list__item__info{max-width:60%}.hardware__list__item__info__title{font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.hardware__list.hardware__list--cards .hardware__list__item__info__title{font-size:3.6rem;margin-bottom:1.2rem}.hardware__list__item__info__text,.offices__address th{font-size:1.6rem;font-weight:400}.hardware__list.hardware__list--cards .hardware__list__item__info__text{font-size:2rem;margin-bottom:7.5rem}.hardware__list--cards__arrow{position:absolute;width:5.5rem;height:5.5rem;left:3rem;bottom:3rem;color:var(--main-btn-bg)}@media (max-width:1600px){.hardware__list.hardware__list--cards{flex-direction:row;flex-wrap:wrap;gap:2.4rem}.hardware__list.hardware__list--cards .hardware__list__item{padding:2.4rem;width:calc(33% - 2.4rem)}.hardware__list.hardware__list--cards .hardware__list__item__info__title{font-size:1.8rem;margin-bottom:.8rem}.hardware__list.hardware__list--cards .hardware__list__item__info__text{font-size:1.6rem}}@media (max-width:990px){.hardware__list.hardware__list--cards{gap:1.6rem}.hardware__list.hardware__list--cards .hardware__list__item{padding:1.6rem;width:calc(50% - 1.6rem)}}@media (max-width:575px){.hardware__list.hardware__list--cards .hardware__list__item__info{align-items:start}.hardware__list.hardware__list--cards .hardware__list__item__info__text{text-align:left}.hardware__list.hardware__list--cards .hardware__list__item{width:100%}.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:4.8rem}.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);border-radius:0 50px 50px 0}.offices__address td:first-child{padding-left:6.2rem;position:relative;border-left:1px solid var(--border-color);border-radius:50px 0 0 50px}.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}.offices__address__show-btn{text-decoration:underline;font-size:1.8rem;font-weight:400;color:var(--main-color)}.offices__columns{display:flex;gap:2.4rem;margin-bottom:3.6rem}.offices__columns .offices__map{border-radius:2.4rem;overflow:hidden;margin-bottom:0;height:auto}.offices__columns .offices__map>iframe{height:100%}.offices__columns .offices__phones{border-radius:2.4rem;overflow:hidden;display:flex;padding:4.8rem;flex-direction:column;align-items:flex-start;gap:2.4rem;align-self:stretch;background:#f2f7fa;min-width:42rem}.offices__phones__item{gap:1.2rem;display:flex;flex-direction:column}.offices__phones__item__address,.offices__phones__item__small{color:#55606b;font-size:2rem;font-style:normal;font-weight:400;line-height:normal}.offices__phones__item__address{display:flex;align-items:center;gap:1.2rem;color:#000;font-size:2.4rem;font-weight:600}.offices__phones__item__phones{display:flex;flex-direction:column}.offices__phones__item__phones__phone{color:#000;font-size:2.8rem;font-style:normal;font-weight:600;line-height:5.2rem;text-decoration-line:underline}.offices__phones__item__phones__phone:hover{color:#000!important}.btn-whatsapp{display:flex;height:7rem;padding:2.4rem;justify-content:center;align-items:center;gap:1.2rem;border-radius:1.2rem;background:#12c868}.btn-whatsapp:hover{opacity:.7;text-decoration:none!important}.btn-whatsapp svg{width:5rem;height:5rem;flex-shrink:0}.btn-whatsapp__text{color:#fff;font-size:2rem;font-style:normal;font-weight:600;line-height:1}.btn-whatsapp__text span:before{content:' ';clear:both}@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}.offices__columns{flex-direction:column}.offices__columns .offices__phones{padding:2.4rem;min-width:auto;order:2}.btn-whatsapp__text span,.offices__phones__item__small{font-size:1.4rem}.offices__phones__item__address{font-size:1.8rem}.offices__phones__item__phones__phone{font-size:2.4rem}.offices__phones__item__phones__phone:hover{color:#000!important}.btn-whatsapp{display:flex;height:6.2rem;padding:1.2rem 2.4rem}.btn-whatsapp svg{width:3.8rem;height:3.8rem;flex-shrink:0}.btn-whatsapp__text{font-size:1.8rem}}@media (max-width:575px){.offices__map{height:28rem;width:100%;margin-bottom:2rem}}.faq-section{margin-bottom:8rem}.faq-section__title{margin-bottom:3.6rem;text-align:center}.faq-section__title .h2{max-width:100rem;margin-left:auto;margin-right:auto}.faq-section .accordion{overflow:hidden;margin-bottom:2.4rem}@media (max-width:575px){.faq-section{margin-bottom:5rem}.faq-section__title{margin-bottom:2rem}.faq-section__title .h2{max-width:100%;font-size:2.6rem}}.faq-section .accordion .card{border:1px solid #cfd9e8;background:#fff;padding:0;margin-bottom:0}.faq-section .accordion .card:first-child{border-radius:2.4rem 2.4rem 0 0;overflow:hidden}.faq-section .accordion .card:last-child{border-radius:0 0 2.4rem 2.4rem;overflow:hidden}.faq-section .accordion .card-header{border:0;padding:3.6rem;background:0 0}.faq-section .accordion .card-header.collapsed{background:#f2f7fa}.faq-section .accordion .card-body{font-size:2rem;font-style:normal;font-weight:400;line-height:2.8rem;padding:0 2.4rem 2.4rem 6rem;color:var(--main-color)}.faq-section .accordion .card-body a{color:var(--main-color);text-decoration:underline}.faq-section .accordion .btn.btn-link{color:#1c7cff;text-decoration:none;font-size:2.8rem;font-weight:600;position:relative;width:100%;text-align:left;white-space:break-spaces;display:flex;align-items:center;justify-content:space-between}.faq-section .accordion .btn.btn-link svg{flex-shrink:0}.faq-section .accordion .btn.btn-link svg,.faq-section .accordion .collapsed .btn.btn-link svg{content:"";right:0;top:50%;color:var(--main-btn-bg)}.faq-section .accordion .collapsed .btn.btn-link 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 .btn.btn-link svg{height:1.8rem}.faq-section .accordion .card{padding:0}.faq-section .accordion .btn.btn-link span{display:none!important}}.faq-table{width:100%}.faq-table th{background:var(--main-btn-bg);color:var(--main-btn-color);font-size:2rem}.faq-table td{font-size:2rem;font-weight:400}@media (max-width:575px){.faq-table td,.faq-table th{font-size:1.4rem}}.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 - 6.4rem);width:100%;display:block;position:fixed;bottom:0;top:6.4rem;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 - 6.4rem);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}.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;border-radius:4.8rem}.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}.video{margin-bottom:5rem}.video .container{text-align:center}.video iframe{max-width:128rem}@media (max-width:575px){.video{margin-bottom:3rem}.video iframe{max-width:100%;height:calc(100vw*720/1280)}}.quiz{margin-bottom:8rem}@media (max-width:575px){.quiz{margin-bottom:5rem}}.quiz-cont{display:flex;border-radius:4.8rem;overflow:hidden;min-height:68rem}.quiz-banner{max-width:38%;padding:4.8rem;background:url(/assets/images/quizbanner.jpg);background-position:bottom;background-size:cover}.quiz-banner__text{color:var(--main-color);font-size:4.2rem;font-style:normal;font-weight:400;line-height:normal;max-width:80%}.quiz-main,.quiz-main__bottom{display:flex;justify-content:space-between}.quiz-main{width:100%;padding:4.8rem;background-color:#f2f7fa;flex-direction:column}.quiz-main__bottom{align-items:center}.quiz-main__bottom .btn-back,.quiz-main__bottom .btn-next,.quiz-main__bottom .btn-submit{color:#1c7cff;font-size:2rem;font-style:normal;font-weight:600;line-height:normal}.quiz-main__bottom .btn-next,.quiz-main__bottom .btn-submit{display:flex;padding:2.4rem 4.2rem;height:7.2rem;justify-content:center;align-items:center;border-radius:1.2rem;box-shadow:0 12px 24px 0 rgba(0,0,0,.12);color:#fff;text-align:center}.quiz-main__top{display:flex;flex-direction:column;gap:3.2rem 0}.quiz-main__top__progress{border-radius:9.9rem;background:#fff}.quiz-main__questions__step{display:none;flex-direction:column;gap:3.2rem 0}.quiz-main__questions__step.active{display:flex}.quiz-main__question__title{color:var(--main-color);text-align:center;font-size:3.6rem;font-style:normal;font-weight:700;line-height:normal}.quiz-main__question__answers{display:flex;gap:1.6rem}.quiz-main__question__label{flex:1 0 33%}.quiz-main__question__label input{visibility:hidden;width:1px;height:1px}.quiz-main__question__card{border-radius:2.4rem;background:#fff;display:flex;flex-direction:column;overflow:hidden;cursor:pointer}.quiz-main__question__card__bottom{display:flex;padding:1.6rem;align-items:center;gap:1.2rem;align-self:stretch}.quiz-main__question__card__bottom svg{color:#adb2b9}.quiz-main__question__label input:checked+.quiz-main__question__card .quiz-main__question__card__bottom svg{color:#1c7cff}.quiz-main__question__card__bottom__text{color:#000;font-size:2.4rem;font-style:normal;font-weight:600;line-height:normal}.quiz-main__question__answers input.form-control{width:100%;margin-top:4rem}.quiz-main__question__response{color:var(--main-color);text-align:center;font-size:3.2rem;font-style:normal;font-weight:400;line-height:normal}@media (max-width:1640px){.quiz-cont{min-height:68rem}.quiz-banner{max-width:38%;padding:3.2rem}.quiz-banner__text{font-size:3.2rem;max-width:90%}.quiz-main{padding:3.2rem}.quiz-main__bottom .btn-back{font-size:1.6rem}.quiz-main__bottom .btn-next,.quiz-main__bottom .btn-submit{padding:1.6rem 3.2rem;height:5rem;font-size:1.6rem}.quiz-main__questions__step,.quiz-main__top{gap:2.4rem 0}.quiz-main__question__title{font-size:2.8rem}.quiz-main__question__answers{gap:1.6rem}.quiz-main__question__label{flex:0 1 33%}.quiz-main__question__card__bottom{padding:1.6rem;gap:1.2rem}.quiz-main__question__card__bottom svg{width:4.8rem;height:4.8rem}.quiz-main__question__card__bottom__text{font-size:1.8rem}.quiz-main__question__answers input.form-control{margin-top:4rem}.quiz-main__question__response{font-size:2.8rem}}@media (max-width:1100px){.quiz-banner{display:none}.quiz-cont{min-height:auto}.quiz-main__bottom{margin-top:3.2rem}}@media (max-width:767px){.quiz-main__question__answers{flex-wrap:wrap}.quiz-main__question__label{flex:0 1 100%}}@media (max-width:575px){.quiz-main{padding:1.6rem}.quiz-main__bottom .btn-back{font-size:1.4rem}.quiz-main__bottom .btn-next,.quiz-main__bottom .btn-submit{padding:1.6rem 3.2rem;height:5rem;font-size:1.4rem}.quiz-main__questions__step,.quiz-main__top{gap:1.6rem 0}.quiz-main__question__title{font-size:1.8rem}.quiz-main__question__answers{gap:1.6rem}.quiz-main__question__card__bottom svg{width:3.2rem;height:3.2rem}.quiz-main__question__card__bottom__text{font-size:1.6rem}.quiz-main__question__answers input.form-control{margin-top:3.2rem}.quiz-main__question__response{font-size:1.8rem}}.photos{margin-bottom:8rem}.photos-grid{display:flex;flex-wrap:wrap;gap:2.4rem}.photos-grid__cell{flex-basis:calc(50% - 2.4rem);width:calc(50% - 2.4rem);display:grid;gap:1.2rem;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;aspect-ratio:1/1}.photos-grid__cell .img{background-size:cover;background-position:center;width:100%;padding-bottom:100%;height:100%}.photos-grid__cell .img-wrap{display:block}.photos-grid__cell-1>.img-wrap{grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:3}.photos-grid__cell-2-1 .img{padding-bottom:calc(50% - 1.2rem)}.photos-grid__cell-2-1>.img-wrap:nth-child(1){grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:3}.photos-grid__cell-2-1>.img-wrap:nth-child(2){grid-row-start:2;grid-column-start:1;grid-row-end:3;grid-column-end:3}.photos-grid__cell-2-2>.img-wrap:nth-child(1){grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:2}.photos-grid__cell-2-2>.img-wrap:nth-child(2){grid-row-start:1;grid-column-start:2;grid-row-end:3;grid-column-end:3}.photos-grid__cell-3-1>.img-wrap:nth-child(1){grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:3}.photos-grid__cell-3-1>.img-wrap:nth-child(1) .img,.photos-grid__cell-3-3>.img-wrap:nth-child(3) .img{padding-bottom:calc(50% - 1.2rem)}.photos-grid__cell-3-1>.img-wrap:nth-child(2){grid-row-start:2;grid-column-start:1;grid-row-end:3;grid-column-end:2}.photos-grid__cell-3-1>.img-wrap:nth-child(3){grid-row-start:2;grid-column-start:2;grid-row-end:3;grid-column-end:3}.photos-grid__cell-3-2>.img-wrap:nth-child(1){grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:2}.photos-grid__cell-3-2>.img-wrap:nth-child(2){grid-row-start:2;grid-column-start:1;grid-row-end:3;grid-column-end:2}.photos-grid__cell-3-2>.img-wrap:nth-child(3){grid-row-start:1;grid-column-start:2;grid-row-end:3;grid-column-end:3}.photos-grid__cell-3-3>.img-wrap:nth-child(1){grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:2}.photos-grid__cell-3-3>.img-wrap:nth-child(2){grid-row-start:1;grid-column-start:2;grid-row-end:2;grid-column-end:3}.photos-grid__cell-3-3>.img-wrap:nth-child(3){grid-row-start:2;grid-column-start:1;grid-row-end:3;grid-column-end:3}.photos-grid__cell-3-4>.img-wrap:nth-child(1){grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:2}.photos-grid__cell-3-4>.img-wrap:nth-child(2){grid-row-start:1;grid-column-start:2;grid-row-end:2;grid-column-end:3}.photos-grid__cell-3-4>.img-wrap:nth-child(3){grid-row-start:2;grid-column-start:2;grid-row-end:3;grid-column-end:3}.photos-grid__cell-4>.img-wrap:nth-child(1){grid-row-start:1;grid-column-start:1;grid-row-end:2;grid-column-end:2}.photos-grid__cell-4>.img-wrap:nth-child(2){grid-row-start:1;grid-column-start:2;grid-row-end:2;grid-column-end:3}.photos-grid__cell-4>.img-wrap:nth-child(3){grid-row-start:2;grid-column-start:1;grid-row-end:3;grid-column-end:2}.photos-grid__cell-4>.img-wrap:nth-child(4){grid-row-start:2;grid-column-start:2;grid-row-end:3;grid-column-end:3}@media (max-width:575px){.photos{margin-bottom:5rem}.photos-grid__cell{flex-basis:100%;width:100%}}.doctor,.doctor__aside{display:flex;gap:1.6rem}.doctor.author{margin-bottom:8rem}.doctor__aside{flex-direction:column;max-width:32rem}.doctor.author .doctor__aside{max-width:12rem;min-width:12rem}.doctor.author,.doctor__aside>img,.doctor__aside__price{-webkit-box-shadow:4px 4px 20px 0 rgba(7,63,82,.1);box-shadow:4px 4px 20px 0 rgba(7,63,82,.1)}.doctor__aside>img{width:100%;height:auto;max-height:40rem;object-fit:cover;display:block}.doctor.author .doctor__aside>img{max-height:12rem;box-shadow:none}.doctor__aside__price{display:flex;flex-direction:column;padding:1.6rem 2rem;font-size:1.6rem;font-weight:400}.doctor__aside__price-title{font-weight:700}.doctor.author .doctor__aside--gray{padding:2.4rem;font-size:1.6rem;min-width:32rem;max-width:32rem}.doctor.author .doctor__aside--gray__inner{background:#f1f6fa;width:100%;height:100%;padding:2.4rem}.doctor__info{display:flex;flex-direction:column;gap:2.4rem;max-width:calc(100% - 32rem - 1.6rem)}.doctor.author .doctor__info{gap:.8rem;padding-top:1.6rem;max-width:calc(100% - 24rem - 1.6rem);width:100%}.doctor.author .doctor__info__name{font-size:1.6rem}.doctor__info__jobtitle{font-size:2.2rem;font-weight:500;position:relative;padding-bottom:1.5rem}.doctor.author .doctor__info__jobtitle{font-size:1.8rem}.doctor__info__jobtitle::before{display:block;content:"";height:2px;width:7rem;position:absolute;bottom:0;left:0;background-color:var(--main-btn-bg)}.doctor__info__about{display:flex;flex-direction:column;gap:1.6rem;padding:2.5rem 3rem;-webkit-box-shadow:4px 4px 20px 0 rgba(7,63,82,.1);box-shadow:4px 4px 20px 0 rgba(7,63,82,.1);margin-bottom:4rem;font-size:1.6rem}.doctor__info__about__title{font-size:2rem;font-weight:500}.doctor__info__about__education{font-size:1.6rem}.doctor__info__about__exp{color:var(--main-btn-bg)}.docs__slider{margin-bottom:4.5rem}.docs__slider .slick-track{display:flex!important;gap:1.6rem}.doctor__info__worktime{font-size:1.6rem;margin-bottom:4rem}@media (max-width:991px){.doctor{flex-direction:column}.doctor.author .doctor__aside,.doctor.author .doctor__info,.doctor__aside,.doctor__info{width:100%;max-width:100%}.doctor.author .doctor__info{padding-left:1.6rem;padding-right:1.6rem}.doctor__aside>img{max-width:32rem;margin:0 auto}.doctor.author .doctor__aside>img{max-width:24rem;margin:0 auto}}@media (max-width:575px){.doctor.author{margin-bottom:4rem}}#return-to-top{position:fixed;bottom:20px;left:20px;width:38px;height:38px;text-decoration:none;display:none;-webkit-transition:all .3s linear;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}#return-to-top:hover{opacity:.7}.--show-mobile{display:none}@media (max-width:575px){.--show-mobile{display:block}.--hide-mobile{display:none!important}}