.m-wrapper{display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999;background-color:rgba(0,0,0,.75)}.m-wrapper.scroll{overflow-y:auto}.m-wrapper.scroll .m-box{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.m-wrapper#registration{overflow:auto}.m-wrapper#registration .m-box{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.m-box{width:100%;-webkit-border-radius:8px;border-radius:8px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#f4f4f4;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.3);box-shadow:0 5px 10px 0 rgba(0,0,0,.3);z-index:9999}.m-box.m-big-box{max-width:1078px;padding:70px 105px}@media screen and (max-width:768px){.m-box.m-big-box{padding:25px 45px}}.m-box.m-small-box{max-width:495px;padding:68px 37px}@media screen and (max-width:768px){.m-box.m-small-box{padding:35px 15px}}.m-box.scroll{overflow-y:auto;overflow-x:hidden;scrollbar-color:rgba(26,26,24,.9) #e3200e;scrollbar-width:thin}.m-box.scroll::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(26,26,24,.9)}.m-box.scroll::-webkit-scrollbar-thumb{background-color:#e3200e;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.m-box.scroll::-webkit-scrollbar-thumb:hover{background-color:#e3200e}.m-box .double-select{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.m-box .double-select .m-input-wrapper{width:-webkit-calc(50% - 10px);width:calc(50% - 10px)}.m-close{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;top:20px;right:20px;cursor:pointer;-webkit-transition:.25s;-o-transition:.25s;transition:.25s}@media screen and (min-width:768px){.m-close:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}}.m-close svg{margin-left:10px}@media screen and (max-width:768px){.m-close__text{display:none}}.m-row{display:grid;margin-bottom:30px;grid-template-columns:repeat(auto-fit,minmax(325px,1fr));-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:19px}@media screen and (max-width:425px){.m-row{grid-template-columns:auto}}.m-row:last-child{margin-bottom:0}.m-title{margin-bottom:33px;font-size:36px;font-weight:800;text-align:center}@media screen and (max-width:991px){.m-title{font-size:32px}}@media screen and (max-width:768px){.m-title{font-size:28px}}@media screen and (max-width:480px){.m-title{font-size:24px}}.m-label{padding:0 0 16px 18px;font-size:30px;font-weight:400}@media screen and (max-width:991px){.m-label{font-size:26px}}@media screen and (max-width:768px){.m-label{padding:0 0 16px 0;font-size:22px}}@media screen and (max-width:480px){.m-label{font-size:18px;font-weight:600}}.m-input-wrapper{position:relative}.m-input-wrapper::before{content:'';display:block;width:21px;height:100%;-webkit-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;position:absolute;left:0;top:0;background-color:var(--marker-color,#8d8d8b);z-index:1}.m-input-wrapper.required{--marker-color:#e3200e}.m-input-wrapper .chosen-container-single .chosen-single{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:16px 10px 14px 42px;-webkit-border-radius:8px;border-radius:8px;height:70px}.m-input{width:100%!important;padding:16px 21px 14px 42px!important;-webkit-border-radius:8px!important;border-radius:8px!important;position:relative!important;font-size:20px!important;font-weight:300!important;cursor:pointer!important}.m-input::-webkit-input-placeholder{color:#8d8d8b!important}.m-input::-moz-placeholder{color:#8d8d8b!important}.m-input:-ms-input-placeholder{color:#8d8d8b!important}.m-input::-ms-input-placeholder{color:#8d8d8b!important}.m-input::placeholder{color:#8d8d8b!important}.m-input:focus{cursor:text!important}.active .m-input{-webkit-border-radius:0 8px 0 0!important;border-radius:0 8px 0 0!important}.m-textarea{min-width:100%;max-width:100%;height:250px}.m-confirm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:20px;font-weight:300;text-align:center;color:#8d8d8b}.m-tagline{font-size:20px;color:#8d8d8b;text-underline-offset:2px}@media screen and (max-width:768px){.m-tagline{padding-left:0}}.m-tagline.center{text-align:center}.m-tagline.color-red{color:#e3200e}.m-tagline.color-black{color:#000}.m-dropdown{position:relative}.m-dropdown::after{content:'';display:block;width:13px;height:6px;position:absolute;top:50%;right:14px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:url(../../img/svg/dropdown_arrow.svg) no-repeat -6px -5px}.m-dropdown.active{-webkit-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0}.m-dropdown.active::before{-webkit-border-radius:8px 0 0 0;border-radius:8px 0 0 0}.m-dropdown.active::after{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.m-dropdown-ul{display:none;width:100%;height:250px;-webkit-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px;list-style:none;position:absolute;top:100%;left:0;background-color:#fff;overflow-y:auto;z-index:2;scrollbar-color:rgba(26,26,24,.9) #e3200e;scrollbar-width:thin}.m-dropdown-ul::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(26,26,24,.9)}.m-dropdown-ul::-webkit-scrollbar-thumb{background-color:#e3200e;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.m-dropdown-ul::-webkit-scrollbar-thumb:hover{background-color:#e3200e}.active .m-dropdown-ul{display:block}.m-dropdown-item{width:100%;padding:15px 27px;border:none;border-top:1px solid #ddd;background-color:#fff;cursor:pointer}@media screen and (min-width:768px){.m-dropdown-item:hover{background-color:#ddd}}.m-dropdown .m-input{padding:16px 36px 14px 42px}.m-backdrop{width:100%;height:100%;position:absolute;top:0;left:0}.registration__tip{max-width:250px}@media screen and (max-width:889px){.registration__tip{max-width:100%;grid-row:1}}.registration__typography{font-size:18px}.registration__typography>*+*{margin-top:10px}.registration__ul{list-style:none}.registration__ul>*+*{margin-top:10px}.registration__li::before{content:'';display:inline-block;width:6px;height:6px;border:2px solid #e3200e;-webkit-border-radius:50%;border-radius:50%;margin-right:4px}.registration__create-password{display:block;border:none;margin:30px auto;font-size:24px;font-weight:400;background-color:transparent}@media screen and (max-width:889px){.registration__warning{margin-top:15px}}.request-connect__wrapper{display:grid;grid-template-columns:repeat(2,minmax(325px,1fr));-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:19px}@media screen and (max-width:890px){.request-connect__wrapper{grid-template-columns:auto}}.request-connect__contacts{grid-column:1;grid-row:1}@media screen and (max-width:890px){.request-connect__contacts{grid-row:1}}.request-connect__confirm{grid-column:1;grid-row:2}@media screen and (max-width:890px){.request-connect__confirm{grid-row:3}}.request-connect__address{grid-column:2;grid-row:2 span}@media screen and (max-width:890px){.request-connect__address{grid-column:1;grid-row:2}}@media screen and (max-width:449px){.request-connect__checkbox-label{width:200px}}.send-notice{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:-25px 0 0;text-align:center}.send-notice>*{margin:25px 0 0}.send-notice__label{cursor:pointer}.other-tariff__input{max-width:420px;width:100%}@media screen and (max-width:990px){.other-tariff__input{max-width:100%}}.other-tariff__list{display:grid!important;margin:0!important;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:20px}.other-tariff__card{margin:0!important;width:100%!important}.other-tariff__black-btn{display:block;margin:30px auto 0;background-color:#000!important}@media screen and (min-width:768px){.other-tariff__black-btn:hover{background-color:#e3200e!important}}.registration__create-password{cursor:pointer;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.registration__create-password:hover{color:#000}.m-wrapper .with_line.error .chosen-container{border:1px solid red;-webkit-border-radius:8px;border-radius:8px;-webkit-transition:border .3s;-o-transition:border .3s;transition:border .3s}@media screen and (max-width:1479px){.m-input-wrapper .chosen-container-single .chosen-single{height:60px}.m-input-wrapper .chosen-container{font-size:20px}}@media screen and (max-width:1199px){.m-input-wrapper .chosen-container-single .chosen-single{height:54px}}@media screen and (max-width:500px){#registration .m-box.m-big-box{padding:25px 20px}.m-input-wrapper .chosen-container-single .chosen-single{padding:16px 0 14px 22px}}@media screen and (max-width:1250px){.profile-control__aside .profile-control__nav-btn,.profile-control__body .profile-control__nav-btn{padding:20px 5px;font-size:18px}.profile-control__aside .profile-control__aside-group-title,.profile-control__body .profile-control__aside-group-title{padding:5px 10px;font-size:16px;font-weight:700}.profile-control__aside .profile-control__aside-group-title::after,.profile-control__body .profile-control__aside-group-title::after{width:5px;height:5px}.profile-control__aside .profile-control__aside-group-ul,.profile-control__body .profile-control__aside-group-ul{padding:10px}.profile-control__aside .profile-control__aside-group-li,.profile-control__body .profile-control__aside-group-li{font-size:16px;font-weight:200}.profile-control__aside .profile-control__aside-nav,.profile-control__body .profile-control__aside-nav{padding:10px 10px}.profile-control__aside .profile-control__body-container,.profile-control__body .profile-control__body-container{padding:10px}.profile-control__body-container .profile-control__body-table-th{padding:10px 5px;font-size:16px;vertical-align:middle}.profile-control__body-container .profile-control__body-table-td{padding:10px 5px;font-size:14px;vertical-align:middle}.profile-control__body-container .profile-control__body-table-td .profile-control__body-table-btn{font-size:16px;padding:10px 5px}.profile-control__body-container .profile-control__body-table-td .profile-control__body-table-btn .inner-text{text-transform:uppercase}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box{padding:20px 10px}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box .profile-control__form-title{font-size:16px!important;margin-bottom:10px}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box .profile-control__form-input{padding:10px;font-size:18px}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box .profile-control__form-input::-webkit-input-placeholder{font-size:18px}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box .profile-control__form-input::-moz-placeholder{font-size:18px}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box .profile-control__form-input:-ms-input-placeholder{font-size:18px}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box .profile-control__form-input::-ms-input-placeholder{font-size:18px}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box .profile-control__form-input::placeholder{font-size:18px}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box .profile-control__form-btn{margin:10px auto 0}.profile-control__body-container .profile-control__form-wrapper .profile-control__form-box .profile-control__form-input-title{font-size:16px;font-weight:700}.profile-control__body-container .panel__subscribers{padding:10px;margin-top:10px}.profile-control__body-container .domen-info__text{font-size:14px;line-height:100%}.profile-control__body-container .account-balance{padding:10px}.profile-control__body-container .account-balance .account-balance__item{padding:10px 5px}.profile-control__body-container .account-balance .account-balance__title{margin-right:10px;font-size:16px}.profile-control__body-container .account-balance .account-balance__value{font-size:16px}.profile-control__body-container .panel__refill.desc h3{margin-top:0!important;margin-bottom:10px!important;font-size:16px}.profile-control__body-container .panel__refill.desc .profile-control__aside-group-ul+h3{margin-top:20px!important}.profile-control__body-container .panel__refill.desc .profile-control__aside-group-ul .profile-control__aside-group-li.black{color:#000;font-size:14px;font-weight:500}.profile-control__body-container h3.payment-info__receipt__title{font-size:20px}.profile-control__body-container .payment-info__receipt__tagline{font-size:16px}.profile-control__body-container .red-btn{font-size:16px;line-height:14px;padding:10px 20px}.panel .payment-method__title{font-size:16px}.panel__payment-method .panel .payment-method__item{padding:10px}.payment-services__item__title{font-size:18px;line-height:150%}}.client-modal{position:fixed;right:0;bottom:0;width:-webkit-calc(10%);width:calc(10%);padding:3.9% 11%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#d8231d;-webkit-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;z-index:95;pointer-events:none;-webkit-transform:translateY(101%);-ms-transform:translateY(101%);transform:translateY(101%);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;opacity:0;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}@media (min-width:1680px){.client-modal{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.client-modal.show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;pointer-events:all}@media (max-width:990px){.client-modal{width:100%;padding:2% 7%}}@media (max-width:860px){.client-modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.client-modal button[type=button]{position:absolute;top:22px;right:21px;padding:10px;cursor:pointer}.client-modal button[type=button] svg{width:20px;height:20px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@media (min-width:780px){.client-modal button[type=button]:hover svg{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.client-modal button[type=button]:active svg{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}}@media (max-width:990px){.client-modal button[type=button]{top:10px;right:10px}}@media (max-width:780px){.client-modal button[type=button]{top:0;right:0}}.client-modal .info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:598px;margin-right:6.8%}@media (max-width:860px){.client-modal .info{margin-right:0;margin-bottom:10px}}.client-modal .info span{position:relative;font-weight:700;font-size:24px;line-height:35px;color:#fff;margin-bottom:4px}@media (max-width:540px){.client-modal .info span{max-width:90%}}.client-modal .info p{font-weight:400;font-size:18px;line-height:24px;color:#fff;margin-bottom:0}.client-modal .action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:1%}.client-modal .action a{margin-bottom:14px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;-webkit-border-radius:7px;border-radius:7px;width:259px;min-height:50px;padding:11px 15px;text-transform:uppercase;font-weight:400;font-size:18px;line-height:100%;color:#050505;-webkit-transition:background .3s,color .3s;-o-transition:background .3s,color .3s;transition:background .3s,color .3s;text-decoration:none}.client-modal .action a span{padding-top:3px}@media (max-width:760px){.client-modal .action a{font-size:14px;line-height:100%}}@media (min-width:780px){.client-modal .action a:hover{background:#8d8d8b;color:#fff}}.client-modal .action a:active{background:#8d8d8b;color:#fff}.client-modal .action a:last-child{margin-bottom:0}._404{min-height:100vh;padding-top:70px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:991px){._404{padding-top:60px}}@media (max-width:540px){._404{padding-bottom:20px}}._404 .field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:15px}@media (max-width:820px){._404 .field{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}._404 .field img{width:211px;height:240px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin-right:30px;margin-top:23px}@media (max-width:820px){._404 .field img{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:0;margin-top:0;margin-bottom:20px}}@media (max-width:540px){._404 .field img{width:120px;height:160px}}._404 .field .info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#050505;font-weight:400;font-size:20px;line-height:26px;max-width:550px}@media (max-width:820px){._404 .field .info{max-width:500px}}@media (max-width:540px){._404 .field .info{font-size:14px;line-height:18px}}._404 .field .info h1,._404 .field .info h2{font-size:30px;font-family:Circe;letter-spacing:-1.4px;font-style:normal;line-height:36px;text-transform:uppercase;margin-bottom:19px;color:#e3200e;font-weight:700}@media (max-width:540px){._404 .field .info h1,._404 .field .info h2{font-size:24px;line-height:100%;margin-bottom:14px}}._404 .field .info h1 b,._404 .field .info h2 b{font-weight:800;line-height:140%;letter-spacing:-.2px;font-size:32px}@media (max-width:540px){._404 .field .info h1 b,._404 .field .info h2 b{font-size:26px;line-height:120%}}._404 .field .info p{color:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;margin-bottom:16px;max-width:455px}@media (max-width:540px){._404 .field .info p{margin-bottom:12px}}._404 .field .info .action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:19px;padding-top:8px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:820px){._404 .field .info .action{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}._404 .field .info .action *{margin-right:21px}@media (max-width:820px){._404 .field .info .action *{margin-right:0;margin-bottom:20px}}._404 .field .info .action :last-child{margin-right:0;margin-bottom:0}._404 .field .info .action .red-btn{min-width:259px;padding:10px 10px;padding-top:12px;font-size:18px;line-height:27px;min-height:50px}._404 .field .info .back-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:700;font-size:20px;line-height:42px;color:#e3200e;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}@media (max-width:820px){._404 .field .info .back-btn{margin-left:auto;margin-right:auto}}._404 .field .info .back-btn span{font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}._404 .field .info .back-btn svg{margin-right:13px;width:21px;height:15px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}._404 .field .info .back-btn svg path{-webkit-transition:stroke .3s;-o-transition:stroke .3s;transition:stroke .3s}@media (hover:hover) and (min-width:681px){._404 .field .info .back-btn:hover span{color:#1a1a18}._404 .field .info .back-btn:hover svg path{stroke:#1a1a18}}._404 .field .info .back-btn:active span{color:#1a1a18}._404 .field .info .back-btn:active svg path{stroke:#1a1a18}@font-face{font-family:'Segoe UI Symbol';src:local('Segoe UI Symbol'),local('SegoeUISymbol'),url(../fonts/SegoeUISymbol.woff2) format('woff2'),url(../fonts/SegoeUISymbol.woff) format('woff'),url(../fonts/SegoeUISymbol.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:local('Circe ExtraLight'),local('Circe-ExtraLight'),url(../fonts/Circe-ExtraLight.woff2) format('woff2'),url(../fonts/Circe-ExtraLight.woff) format('woff'),url(../fonts/Circe-ExtraLight.ttf) format('truetype');font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:local('Circe Light'),local('Circe-Light'),url(../fonts/Circe-Light.woff2) format('woff2'),url(../fonts/Circe-Light.woff) format('woff'),url(../fonts/Circe-Light.ttf) format('truetype');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:local('Circe'),local('Circe-Regular'),url(../fonts/Circe-Regular.woff2) format('woff2'),url(../fonts/Circe-Regular.woff) format('woff'),url(../fonts/Circe-Regular.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:local('Circe Bold'),local('Circe-Bold'),url(../fonts/Circe-Bold.woff2) format('woff2'),url(../fonts/Circe-Bold.woff) format('woff'),url(../fonts/Circe-Bold.ttf) format('truetype');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:local('Circe ExtraBold'),local('Circe-ExtraBold'),url(../fonts/Circe-ExtraBold.woff2) format('woff2'),url(../fonts/Circe-ExtraBold.woff) format('woff'),url(../fonts/Circe-ExtraBold.ttf) format('truetype');font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:local('Montserrat Black'),local('Montserrat-Black'),url(../fonts/Montserrat-Black.woff2) format('woff2'),url(../fonts/Montserrat-Black.woff) format('woff'),url(../fonts/Montserrat-Black.ttf) format('truetype');font-weight:900;font-style:normal;font-display:swap}@media screen and (max-width:480px){.sm-hide{display:none}}@media screen and (max-width:480px){.sm-block{display:inline-block!important}}body,html{margin:0;padding:0;min-width:320px;font-family:Circe;font-weight:400;font-size:16px;line-height:1.2;color:#000;-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-rendering:geometricPrecision}img{max-width:100%}svg use{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}button,input,textarea{-webkit-appearance:none}*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:0!important;margin:0;padding:0}input,textarea{color:#000;font-family:Circe;font-size:16px;font-weight:400;line-height:24px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;height:55px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;border:2px solid #fff;outline:0;padding:5px 18px}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#252525}input::-moz-placeholder,textarea::-moz-placeholder{color:#252525}input:-moz-placeholder,textarea:-moz-placeholder{color:#252525}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#252525}textarea{padding-top:14px;padding-bottom:14px}input.error,label.error,textarea.error{border-color:red!important}label.error input{border-color:red!important}.with_line,label.with_line{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1}button{outline:0;border:none;background-color:transparent}.clear{clear:both;float:none}.clear:after{content:"";display:table;clear:both;float:none}h1,h2,h3,h4,h5,h6{line-height:initial;margin:0;font-family:Circe;color:#000;letter-spacing:0;line-height:1.2}.h1,h1{font-size:60px}.h2,h2{font-size:50px;font-weight:800}.h2 span,h2 span{color:#e3200e}.h3,h3{font-size:26px}.h3 span,h3 span{color:#e3200e}.h4,h4{font-size:22px;margin-bottom:18px}.h5,h5{font-size:18px}.h6,h6{font-size:16px}a{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;text-decoration:none;color:#000}p{margin:0}li,ul{margin:0;padding:0}.clear{clear:both}.container{padding:0 145px;max-width:1860px;margin:auto;position:relative;width:100%}.container:after{content:"";display:table;clear:both}header{position:fixed;left:0;top:0;width:100%;z-index:98;background:#fff;-webkit-box-shadow:0 4px 7px 0 rgba(0,0,0,.2);box-shadow:0 4px 7px 0 rgba(0,0,0,.2);padding-bottom:12px;padding-top:15px;height:70px}.header-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.header-phones{position:relative;padding-left:15px;margin-right:40px}.header-phones:before{content:'';width:3px;height:100%;-webkit-border-radius:3px;border-radius:3px;position:absolute;left:0;top:0;background:#e3200e}.header-phones a{display:inline-block;vertical-align:top;font-size:18px;line-height:22px;font-weight:700;color:#1a1a18}.header-phones a:hover{color:#e3200e}.header-socials{margin-right:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-socials a{display:inline-block;vertical-align:top;-webkit-border-radius:50%;border-radius:50%;margin-right:20px;height:30px;width:30px}.header-socials a:last-child{margin-right:0}.header-socials a img,.header-socials a svg{display:block;height:30px;width:30px}.header-socials a svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header-socials a:hover svg path{fill:#000}.header-option{position:relative;padding-left:15px;margin-right:30px}.header-option:last-child{margin-right:0}.header-option:before{content:'';width:3px;height:30px;-webkit-border-radius:3px;border-radius:3px;position:absolute;left:0;top:50%;margin-top:-17px;background:#e3200e}.header-option .title{font-size:16px;line-height:1;font-weight:300;color:#1a1a18}.header-option .inf{font-size:18px;line-height:20px;font-weight:700;color:#e3200e}.header-option .inf a{font-size:20px;color:inherit}.header-option .inf a:hover{color:#1a1a18}.header-option .inf p{text-align:center}.menu-side{position:fixed;left:0;top:0;z-index:100;background:#1a1a18;width:90px;height:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.menu-body{height:-webkit-calc(100% - 70px);height:calc(100% - 70px);overflow-y:auto;padding:0 15px;padding-bottom:60px;position:relative;scrollbar-color:rgba(26,26,24,.9) #e3200e;scrollbar-width:thin}.menu-body>.title{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu-body .title{font-size:20px;line-height:24px;font-weight:300;color:#fff;text-transform:uppercase;height:100px;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-top:26px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;white-space:nowrap;overflow:hidden}.menu-body::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(26,26,24,.9)}.menu-body::-webkit-scrollbar-thumb{background-color:#e3200e;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.menu-body::-webkit-scrollbar-thumb:hover{background-color:#e3200e}.menu-btn{width:90px;height:70px;position:relative;background:#e3200e;-webkit-border-bottom-left-radius:12px;border-bottom-left-radius:12px;-webkit-border-bottom-right-radius:12px;border-bottom-right-radius:12px;cursor:pointer}.menu-btn span{display:block;width:40px;height:3px;background:#fff;-webkit-border-radius:3px;border-radius:3px;position:absolute;left:50%;margin-left:-20px;bottom:21px}.menu-btn span:first-child{bottom:45px}.menu-btn span:nth-child(2){bottom:33px}.menu-logo{width:220px;height:70px;left:90px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:absolute;z-index:2;top:0;background:#fff;-webkit-border-bottom-left-radius:12px;border-bottom-left-radius:12px;-webkit-border-bottom-right-radius:12px;border-bottom-right-radius:12px}.menu-logo a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-bottom:0;width:100%;height:100%}.menu-logo a svg{display:block;height:auto;width:130px}.menu-logo a svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header-tranparent-bg{background:#ffffffc7}.header-none-bg{background:0 0}.main-menu{list-style:none;margin-bottom:62px}.main-menu>li{margin-bottom:35px;height:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%}.main-menu>li:last-child{margin-bottom:0}.main-menu>li>a{width:100%;height:40px;-webkit-border-radius:3px;border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:9px 15px}.main-menu>li>a span{padding-top:2px;text-transform:uppercase;display:block;font-size:18px;line-height:20px;font-weight:300;color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateX(-200px);-ms-transform:translateX(-200px);transform:translateX(-200px);max-width:-webkit-calc(100% - 15px);max-width:calc(100% - 15px)}.main-menu>li>a>img,.main-menu>li>a>svg{display:block;width:10px;height:16px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateX(-200px);-ms-transform:translateX(-200px);transform:translateX(-200px)}.main-menu>li>a .icon{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.main-menu>li>a .icon svg{display:block}.main-menu>li>a .icon svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.main-menu>li>a:hover .icon svg path{fill:#e3200e}.main-menu>li [data-title]{position:relative}.main-menu>li [data-title]:after{content:attr(data-title);opacity:0;visibility:hidden;z-index:10;position:absolute;bottom:100%;margin-bottom:4px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding:2px 8px;font-size:13px;font-weight:300;white-space:nowrap;color:#000;background:#fff;-webkit-border-radius:3px;border-radius:3px}.main-menu>li [data-title]:hover:after{opacity:1;visibility:visible;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.main-menu>li.active a .icon svg path{fill:#e3200e}.main-menu .sub-menu-box{position:fixed;z-index:99;left:220px;top:0;height:100%;width:220px;opacity:0;visibility:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;background:rgba(255,255,255,.9)}.main-menu .sub-menu-box .title{color:#e3200e;padding-left:30px;padding-right:15px}.main-menu .sub-menu-box:before{content:'';width:15px;height:100%;position:absolute;right:100%;top:0}.main-menu .sub-menu-box .sub-menu{list-style:none;padding:0 15px}.main-menu .sub-menu-box .sub-menu li{margin-bottom:12px;min-height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%}.main-menu .sub-menu-box .sub-menu li:last-child{margin-bottom:0}.main-menu .sub-menu-box .sub-menu li a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-border-radius:3px;border-radius:3px;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-transform:uppercase;font-size:18px;line-height:22px;font-weight:300;color:#000;padding:7px 15px;padding-top:11px}.main-menu .sub-menu-box .sub-menu li a:hover{background:#e3200e;font-weight:700;color:#fff}.main-menu .sub-menu-box .sub-menu li.active a{background:#e3200e;font-weight:700;color:#fff}.main-menu .sub-menu-head{height:70px;padding:10px 30px;font-size:15px;line-height:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;width:100%;position:relative;-webkit-border-bottom-right-radius:12px;border-bottom-right-radius:12px;background:#e3200e;font-weight:200;color:#fff;text-transform:uppercase}.main-menu .sub-menu-head:before{content:'';width:12px;height:12px;background:#e3200e;position:absolute;right:100%;bottom:0}.main-menu .sub-menu-body{overflow-y:auto;padding-bottom:60px;height:-webkit-calc(100% - 70px);height:calc(100% - 70px);scrollbar-color:rgba(26,26,24,.9) #e3200e;scrollbar-width:thin}.main-menu .sub-menu-body::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(255,255,255,.9)}.main-menu .sub-menu-body::-webkit-scrollbar-thumb{background-color:#e3200e;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.main-menu .sub-menu-body::-webkit-scrollbar-thumb:hover{background-color:#e3200e}@media screen and (min-width:992px){.main-menu .sub-menu-box{display:block!important}}.menu-body .header-info{display:none}.menu-mobile-btn{display:none}.menu-side.open{width:220px;background:rgba(26,26,24,.9)}.menu-side.open .menu-body .title{opacity:1}.menu-side.open .menu-logo{width:220px;height:70px;position:absolute;left:0;background:#e3200e}.menu-side.open .menu-logo a svg path{fill:#fff}.menu-side.open .main-menu>li a span,.menu-side.open .main-menu>li a>img,.menu-side.open .main-menu>li a>svg{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu-side.open .icon{left:-200px}.menu-side.open .main-menu>li:hover>a{background:#e3200e}.menu-side.open .main-menu>li:hover>a span{font-weight:700}.menu-side.open .main-menu>li>a{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.menu-side.open .main-menu>li>a:hover{background:#e3200e}.menu-side.open .main-menu>li>a:hover span{font-weight:700}.menu-side.open .main-menu>li [data-title]:after{display:none}.menu-side.open .main-menu>li.active>a{background:#e3200e}.menu-side.open .main-menu>li.active>a span{font-weight:700}.menu-side.open .main-menu .has-sub-menu:hover .sub-menu-box{opacity:1;visibility:visible}.menu-side.open .menu-lang-btn .lang{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu-side.open .menu-lang-btn .menu-btn2{cursor:pointer;position:absolute;left:auto;right:-12px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:60px}.menu-side.open .menu-lang-btn .menu-btn2 svg{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.menu-lang-btn{padding:0 15px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.menu-lang-btn .lang{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:18px;line-height:22px;font-weight:700;-webkit-transform:translateX(-200px);-ms-transform:translateX(-200px);transform:translateX(-200px);padding-top:2px}.menu-lang-btn .lang span{display:inline-block;vertical-align:top;color:#e3200e;margin:0 5px}.menu-lang-btn .lang a{display:inline-block;vertical-align:top;color:#e3200e}.menu-lang-btn .lang a:hover{color:#fff}.menu-lang-btn .lang a.active{color:#fff;pointer-events:none}.menu-lang-btn .menu-btn2{cursor:pointer;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:31px;width:60px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.menu-lang-btn .menu-btn2 svg{display:block;height:100%;width:auto;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.menu-lang-btn .menu-btn2 svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.menu-lang-btn .menu-btn2:hover svg path{stroke:#e3200e}.main-slider .swiper-slide .img{position:absolute;z-index:1;width:100%;height:100vh}.main-slider .swiper-slide .img video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.main-slider .swiper-slide .img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:opacity .2s,-webkit-transform 10s;transition:opacity .2s,-webkit-transform 10s;-o-transition:transform 10s,opacity .2s;transition:transform 10s,opacity .2s;transition:transform 10s,opacity .2s,-webkit-transform 10s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}.main-slider .swiper-slide .cont{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100vh;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding-left:254px;padding-right:120px}.main-slider .swiper-slide .cont .box{opacity:0;-webkit-transition:all 2s;-o-transition:all 2s;transition:all 2s;background:rgba(233,233,233,.8);-webkit-border-radius:12px;border-radius:12px;padding:65px 60px;padding-top:84px}.main-slider .swiper-slide .cont .box .title{font-size:36px;line-height:1.3;font-weight:800;color:#000;text-transform:uppercase;margin-bottom:11px}.main-slider .swiper-slide .cont .box .sub-title{font-size:30px;line-height:1.3;font-weight:400;color:#e3200e;text-transform:uppercase}.main-slider .swiper-slide .cont .box .red-btn{margin-top:40px}.main-slider .swiper-slide.swiper-slide-active .box{opacity:1}.main-slider .swiper-slide.swiper-slide-active .img img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);opacity:1}.main-slider .swiper-slide.swiper-slide-active .img video{opacity:1}.red-btn{display:inline-block;vertical-align:top;font-size:24px;line-height:28px;font-weight:400;color:#fff;background:#e3200e;border:1px solid #e3200e;-webkit-border-radius:6px;border-radius:6px;text-transform:uppercase;padding:13px 15px;padding-top:17px;cursor:pointer;font-family:Circe}.red-btn:hover{background:#8d8d8b;border-color:#8d8d8b}.b-main-nav{position:relative;z-index:2;background:#f4f4f4}.b-main-nav .box{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-border-radius:12px;border-radius:12px;-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.4);box-shadow:0 0 12px 0 rgba(0,0,0,.4);background:#fff}.b-main-nav .box .item{width:33.3333%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-border-radius:12px;border-radius:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:45px;padding-bottom:55px;position:relative}.b-main-nav .box .item:before{content:'';width:1px;height:-webkit-calc(100% - 40px);height:calc(100% - 40px);background:#8d8d8b;position:absolute;left:0;top:20px}.b-main-nav .box .item:first-child:before{content:none}.b-main-nav .box .item .img{width:135px}.b-main-nav .box .item .img svg{display:block;max-width:80%;height:auto}.b-main-nav .box .item .img svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.b-main-nav .box .item .cont{width:-webkit-calc(100% - 135px);width:calc(100% - 135px)}.b-main-nav .box .item .cont .title,.b-main-nav .box .item .cont h3{font-size:40px;line-height:1.2;font-weight:800;color:#000;margin-bottom:10px}.b-main-nav .box .item .cont ul{font-size:16px;line-height:22px;font-weight:300;color:#000;list-style:none;margin-bottom:10px}.b-main-nav .box .item .cont a{display:inline-block;vertical-align:top;font-size:20px;line-height:24px;font-weight:800;color:#e3200e}.b-main-nav .box .item:hover{background:#e3200e}.b-main-nav .box .item:hover .cont .title,.b-main-nav .box .item:hover .cont h3{color:#fff}.b-main-nav .box .item:hover .cont a{color:#fff}.b-main-nav .box .item:hover .cont a:hover{color:#000}.b-main-nav .box .item:hover .cont ul{font-weight:400}.b-main-nav .box .item:hover .img svg path{fill:#fff}.b-main-nav .box .item:hover:before{opacity:0}.b-main-nav .box .item:hover+.item:before{opacity:0}.b-main-internet{background:#f4f4f4;margin-top:-70px;position:relative;z-index:3;padding-bottom:180px}.b-main-internet h2{margin-bottom:40px}.b-main-internet .box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.b-main-internet .box .left{width:50%;padding-right:100px}.b-main-internet .box .right{width:50%;padding-left:15px;position:relative}.b-main-internet .box .right>img{display:block;width:100%;-webkit-border-radius:12px;border-radius:12px}.b-main-internet .box .right .img{position:absolute;left:0;bottom:-26%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:60%}.b-main-internet .box .right .img img{display:block;width:100%;height:auto}.b-main-internet .box .text,.b-main-internet .box p{margin-bottom:35px;font-size:20px;line-height:1.6;font-weight:300;color:#000}.b-main-internet .box .line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:35px}.b-main-internet .box .line .item{margin-right:50px;font-size:20px;line-height:1.2;font-weight:700;color:#000;vertical-align:baseline}.b-main-internet .box .line .item .numb{color:#e3200e;font-size:50px;font-weight:800}.b-main-internet .box .line .item .numb-text{font-size:36px;color:#e3200e}.b-main-internet .box .line .item:last-child{margin-right:0}.box-contact-form{-webkit-border-radius:12px;border-radius:12px;background:#e3200e;padding:40px 50px;padding-right:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.box-contact-form .text{width:33%;padding-right:15px;font-size:28px;line-height:1;font-weight:800;color:#1a1a18}.box-contact-form .text span{display:block;color:#fff}.box-contact-form .phones{width:26.5%;text-align:center}.box-contact-form .phones span{display:block;font-size:20px;line-height:1;font-weight:700;color:#1a1a18;margin-bottom:5px}.box-contact-form .phones a{display:inline-block;vertical-align:top;font-size:28px;line-height:32px;font-weight:800;color:#fff;letter-spacing:.055em}.box-contact-form .phones a:hover{color:#1a1a18}.box-contact-form .phones div{margin-bottom:8px}.box-contact-form .phones div:last-child{margin-bottom:0}.box-contact-form .form{width:40.5%}.btn{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-family:Circe;font-weight:700;font-size:24px;line-height:28px;color:#fff;text-transform:uppercase;-webkit-border-radius:6px;border-radius:6px;background:#1a1a18;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border:0;-webkit-box-shadow:none;box-shadow:none;padding-top:4px;cursor:pointer}.btn:hover{background:#8d8d8b}.contact-form .form-group{position:relative}.contact-form .form-group label{width:100%;display:block}.contact-form input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;color:#1a1a18;font-family:Circe;font-size:28px;font-weight:300;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;height:70px;-webkit-border-radius:6px;border-radius:6px;background-color:#fff;border:1px solid #fff;outline:0;padding:20px 30px;line-height:normal}.contact-form input::-webkit-input-placeholder{line-height:normal!important}.contact-form input::-moz-placeholder{line-height:normal!important}.contact-form input:-ms-input-placeholder{line-height:normal!important}.contact-form input::-ms-input-placeholder{line-height:normal!important}.contact-form input::placeholder{line-height:normal!important}.contact-form input::-webkit-input-placeholder{line-height:normal!important;color:#8d8d8b}.contact-form input::-moz-placeholder{line-height:normal!important;color:#8d8d8b}.contact-form input:-moz-placeholder{color:#8d8d8b;line-height:normal!important}.contact-form input:-ms-input-placeholder{color:#8d8d8b;line-height:normal!important}.contact-form .btn{position:absolute;right:0;top:0;height:100%;width:220px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.contact-form .checkbox__input{width:30px;height:30px;padding:0;border:1px solid #e3200e;-webkit-border-radius:3px;border-radius:3px;margin-right:25px;position:relative;background-color:transparent;cursor:pointer}.error_text{position:absolute;left:0;top:100%}.b-main-calc{padding-top:105px;padding-bottom:80px}.b-main-calc h2{margin-bottom:40px}.calc-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:60px}.calc-box .left{width:-webkit-calc(100% - 404px);width:calc(100% - 404px);padding-right:145px;padding-right:6vw}.calc-box .left .city-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:45px 35px;padding-right:60px;background:#dddddc;-webkit-border-radius:12px;border-radius:12px;margin-bottom:55px}.calc-box .left .city-box .title{font-size:30px;line-height:1;font-weight:800;color:#1a1a18;width:330px}.calc-box .left .city-box .choose-city{width:-webkit-calc(100% - 330px);width:calc(100% - 330px);position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:95}.calc-box .left .city-box .choose-city label{width:-webkit-calc(100% - 188px);width:calc(100% - 188px);position:relative;z-index:1}.calc-box .left .city-box .choose-city label:after{content:'';width:10px;height:100%;position:absolute;left:100%;top:0;background:#fff}.calc-box .left .city-box .choose-city .btn{width:188px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:70px;background:#e3200e;padding-top:2px;position:relative;z-index:2}.calc-box .left .city-box .choose-city .btn:hover{background:#8d8d8b}.calc-box .left .range-box .item .title{font-size:24px;line-height:1.5;font-weight:800;color:#1a1a18}.calc-box .right{width:404px}.calc-box .right .calc-result .top{-webkit-border-top-left-radius:12px;border-top-left-radius:12px;-webkit-border-top-right-radius:12px;border-top-right-radius:12px;background:#1a1a18;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:22px 40px}.calc-box .right .calc-result .top .price{font-size:112px;line-height:100px;font-weight:800;color:#fff;padding-top:16px}.calc-box .right .calc-result .top .prev{font-size:40px;line-height:normal;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;font-weight:800;color:#fff;position:relative}.calc-box .right .calc-result .top .prev::before{position:absolute;content:'';top:45%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;width:100%;height:2px;background-color:red}.calc-box .right .calc-result .top .metric{margin-left:25px;font-size:45px;line-height:51px;font-weight:700;color:#fff}.calc-box .right .calc-result .top .metric span{display:block}.calc-box .right .calc-result .top .metric span:first-child{border-bottom:1px solid #fff}.calc-box .right .calc-result .bot{background:#f4f4f4;padding:32px 25px;padding-top:40px;-webkit-border-bottom-left-radius:12px;border-bottom-left-radius:12px;-webkit-border-bottom-right-radius:12px;border-bottom-right-radius:12px;text-align:center}.calc-box .right .calc-result .bot .img{width:100%;max-width:250px;margin-left:auto;margin-right:auto;margin-bottom:12px}.calc-box .right .calc-result .bot .img svg{display:block;width:100%;height:auto}.calc-box .right .calc-result .bot .tarif-name{font-size:36px;line-height:60px;font-weight:800;color:#1a1a18;text-align:center;margin-bottom:20px}.calc-box .right .calc-result .bot .text{font-size:16px;line-height:18px;font-weight:300;color:#1a1a18;text-align:center;margin-bottom:25px}.calc-box .right .calc-result .bot ul{list-style:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:20px;line-height:24px;font-weight:700;color:#1a1a18;text-align:left;margin-bottom:30px}.calc-box .right .calc-result .bot ul li{position:relative;padding-left:56px;margin-bottom:6px}.calc-box .right .calc-result .bot ul li:last-child{margin-bottom:0}.calc-box .right .calc-result .bot ul li:before{content:'';width:23px;height:18px;background:url(../../img/ul-check.svg) no-repeat center center;background-size:contain;position:absolute;left:0;top:1px}.calc-box .right .calc-result .bot .btn{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:400;font-size:22px;line-height:26px;-webkit-border-radius:6px;border-radius:6px;background:#e3200e;width:100%;max-width:200px;height:60px}.calc-box .right .calc-result .bot .btn:hover{background:#8d8d8b}.calc-box .right .calc-result .bot .ps{font-size:20px;line-height:1;font-weight:400;color:#8d8d8b;margin-top:32px}.chosen-container{font-family:Circe;font-size:20px;font-weight:300}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:22px 0 22px 25px;height:70px;border:1px solid #fff;-webkit-border-radius:6px;border-radius:6px;-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;background:#fff!important;-webkit-box-shadow:none;box-shadow:none;color:#1a1a18;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #fff;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;background:#fff!important;-webkit-box-shadow:none;box-shadow:none}.chosen-container-single .chosen-default{color:#8d8d8b}.chosen-container-single .chosen-single span{margin-right:54px}.chosen-container-single .chosen-single div{width:54px;background:url(../../img/arr-select.svg) no-repeat center center!important}.chosen-container-active.chosen-with-drop .chosen-single div{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.chosen-container-single .chosen-single div b{display:none!important}.chosen-container-single .chosen-drop{margin-top:-1px;-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.chosen-container .chosen-drop{position:absolute;top:100%;width:100%;border:0;background:#fff;-webkit-box-shadow:0 6px 6px 0 rgba(0,0,0,.2);box-shadow:0 6px 6px 0 rgba(0,0,0,.2)}.chosen-container .chosen-results{color:#1a1a18;margin:0;padding:0;padding-bottom:10px;max-height:230px;scrollbar-color:rgba(26,26,24,0) #e3200e;scrollbar-width:thin}.chosen-container .chosen-results::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(26,26,24,0)}.chosen-container .chosen-results::-webkit-scrollbar-thumb{background-color:#e3200e;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.chosen-container .chosen-results::-webkit-scrollbar-thumb:hover{background-color:#e3200e}.chosen-container .chosen-results li{margin:0;padding:10px 25px;line-height:24px}.chosen-container-single .chosen-search{margin:0;padding:0 10px 10px 10px}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:6px 40px 6px 15px;width:100%;height:auto;outline:0;border:1px solid #8d8d8b;background:url(../../img/ic-search-select.svg) no-repeat right 10px center!important;background-size:14px 14px!important;font-size:16px;font-weight:300;font-family:Circe;line-height:20px;-webkit-border-radius:0;border-radius:0}.chosen-container .chosen-results li.highlighted{background:#8d8d8b;color:#fff}.chosen-container .chosen-results li.result-selected{background:#1a1a18;color:#fff}.ui-range-slider-box{padding:0 110px;background:-webkit-gradient(linear,left top,right top,color-stop(50%,#1a1a18),color-stop(50%,#dddddc));background:-o-linear-gradient(left,#1a1a18 50%,#dddddc 50%);background:linear-gradient(to right,#1a1a18 50%,#dddddc 50%);-webkit-border-radius:5px;border-radius:5px;margin:28px 0}.ui-slider-horizontal{height:10px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{-webkit-border-radius:0!important;border-radius:0!important}.ui-widget-content{border:0;background:#dddddc;color:#1a1a18;-webkit-border-radius:0!important;border-radius:0!important}.ui-widget.ui-widget-content{border:0;cursor:pointer;position:relative}.ui-widget.ui-widget-content:after{content:'';width:-webkit-calc(100% + 220px);width:calc(100% + 220px);height:100px;position:absolute;left:-110px;top:0}.ui-widget-header{border:0;background:#1a1a18;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.ui-slider .ui-slider-handle{position:absolute;z-index:3;width:20px;height:30px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.ui-slider .ui-slider-handle:after{content:'';border:10px solid transparent;border-top:10px solid #e3200e;display:block;position:absolute;left:0;top:100%}.ui-slider-horizontal .ui-slider-handle{top:-10px;margin-left:-10px}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:0;background:#e3200e}.range-dots{position:relative;height:0}.range-dots div{position:absolute;z-index:2;bottom:0;pointer-events:none}.range-dots div:before{content:'';width:10px;height:10px;background:#8d8d8b;-webkit-border-radius:50%;border-radius:50%;position:absolute;left:0;bottom:0;margin-left:-5px}.range-dots div:nth-child(1){left:0}.range-dots div:nth-child(2){left:33.3333%}.range-dots div:nth-child(3){left:66.6666%}.range-dots div:nth-child(4){left:100%}.range-dots div span{display:block;width:190px;text-align:center;position:absolute;top:0;margin-top:28px;left:50%;margin-left:-95px;font-size:18px;line-height:1;color:#1a1a18;font-weight:400;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.range-dots div.active span{font-weight:700;color:#e3200e}.ui-range-select{display:none}.range-box .item{margin-bottom:32px}.item-3 .ui-range-slider-box{padding-right:8px}.item-3 .ui-widget.ui-widget-content:after{height:60px;width:-webkit-calc(100% + 134px);width:calc(100% + 134px)}.item-3 .range-dots div:nth-child(1){left:0}.item-3 .range-dots div:nth-child(2){left:9.0909%}.item-3 .range-dots div:nth-child(3){left:18.1818%}.item-3 .range-dots div:nth-child(4){left:27.2727%}.item-3 .range-dots div:nth-child(5){left:36.3636%}.item-3 .range-dots div:nth-child(6){left:45.4545%}.item-3 .range-dots div:nth-child(7){left:54.5454%}.item-3 .range-dots div:nth-child(8){left:63.6363%}.item-3 .range-dots div:nth-child(9){left:72.7272%}.item-3 .range-dots div:nth-child(10){left:81.8181%}.item-3 .range-dots div:nth-child(11){left:90.909%}.item-3 .range-dots div:nth-child(12){left:100%}.checkbox-box .want-tv-checkbox{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.checkbox-box .want-tv-checkbox input{position:absolute;z-index:-1;opacity:0;width:.1px}.checkbox-box .want-tv-checkbox .check-img{width:50px;height:50px;border:3.5px solid #e3200e;position:relative;margin-right:25px}.checkbox-box .want-tv-checkbox .check-img:after{content:'';width:12px;height:26px;border-right:3.5px solid #e3200e;border-bottom:3.5px solid #e3200e;position:absolute;left:50%;top:50%;margin-left:-7px;margin-top:-18px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:0}.checkbox-box .want-tv-checkbox span{display:block;font-size:24px;line-height:30px;font-weight:800;color:#1a1a18}.checkbox-box .want-tv-checkbox input:checked+.check-img:after{opacity:1}.b-promo,.b-stock{position:relative}.vert-slider-nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3;left:-webkit-calc(50% + (1860px/2) - 170px - 80px);left:calc(50% + (1860px/2) - 170px - 80px)}.vert-slider-nav .swiper-container{width:80px;height:200px;margin-right:0}.vert-slider-nav .swiper-button-next,.vert-slider-nav .swiper-button-prev{position:absolute;top:auto;bottom:auto;width:80px;height:30px;margin-top:0;z-index:10;cursor:pointer;background:0 0;font-size:20px;line-height:30px;font-weight:300;color:#8d8d8b;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.vert-slider-nav .swiper-button-next:hover,.vert-slider-nav .swiper-button-prev:hover{color:#e3200e}.vert-slider-nav .swiper-button-prev,.vert-slider-nav .swiper-container-rtl .swiper-button-next{background:0 0;left:0;right:auto;top:-40px}.vert-slider-nav .swiper-button-next,.vert-slider-nav .swiper-container-rtl .swiper-button-prev{background:0 0;left:0;right:auto;bottom:-40px}.vert-slider-nav .swiper-slide span{display:inline-block;vertical-align:middle;font-size:20px;line-height:30px;font-weight:300;color:#8d8d8b;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.vert-slider-nav .swiper-slide span:before{content:'— ';font-size:0;font-weight:700;color:#e3200e;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.vert-slider-nav .swiper-slide:hover span{color:#e3200e}.vert-slider-nav .swiper-slide.swiper-slide-active span{font-size:30px;font-weight:700;color:#e3200e}.vert-slider-nav .swiper-slide.swiper-slide-active span:before{font-size:30px}.vert-slider-nav .swiper-slide.swiper-slide-duplicate-active span{font-size:30px;font-weight:700;color:#e3200e}.vert-slider-nav .swiper-slide.swiper-slide-duplicate-active span:before{font-size:30px}.vert-slider-nav .swiper-container .swiper-slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.vert-slider .swiper-slide{position:relative}.vert-slider .swiper-slide .bg-img{position:absolute;z-index:1;left:0;top:0;right:0;bottom:0}.vert-slider .swiper-slide .bg-img:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(26,26,24,.8)}.vert-slider .swiper-slide .bg-img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-filter:grayscale(1);filter:grayscale(1)}.vert-slider .swiper-slide .cont{position:relative;z-index:2;padding-left:45px;padding-right:145px;padding-top:107px;padding-bottom:45px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:420px}.vert-slider .swiper-slide .cont .line-with-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vert-slider .swiper-slide .cont .line-with-btn .left{width:-webkit-calc(100% - 260px);width:calc(100% - 260px);padding-left:540px}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-left:350px}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line .title-big{margin-right:20px;font-size:135px}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line.top-pad{padding-top:4%}.vert-slider .swiper-slide .cont .line-with-btn .right{width:260px;text-align:right}.vert-slider .swiper-slide .cont .line-with-btn .title-big{font-family:Montserrat;font-weight:900;font-size:112px;line-height:1.1;color:#fff}.vert-slider .swiper-slide .cont .line-with-btn .title-small{font-size:66px;font-weight:800;line-height:1;color:#fff}.vert-slider .swiper-slide .cont .line-text{font-size:24px;line-height:29px;font-weight:800;color:#fff;margin-left:540px;margin-top:10px}.vert-slider .swiper-slide .cont .ps{font-size:10px;line-height:11px;font-weight:400;color:#8d8d8b;width:280px}.vert-slider .swiper-slide .cont .ps.marg-left{margin-left:350px;margin-top:33px}.vert-slider .swiper-slide .cont .ps.absolute{margin-left:160px;position:absolute;left:45px;bottom:45px}.vert-slider .swiper-slide .cont .ic-stock{position:absolute;left:45px;top:50px;width:520px}.vert-slider .swiper-slide .cont .ic-stock img{display:block;width:auto;height:auto}.b-blog-intro{position:relative}.main-img{position:relative;width:100%;height:320px;overflow:hidden}.main-img .info-block{position:absolute;bottom:300px;left:13%}.main-img .info-block .box{max-width:689px;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(233,233,233,.8);-webkit-border-radius:12px;border-radius:12px;padding:65px 60px;padding-top:84px}.main-img .info-block .box .title{font-size:36px;line-height:1.3;font-weight:800;color:#000;text-transform:uppercase;margin-bottom:11px}.main-img .info-block .box .sub-title{font-size:30px;line-height:1.3;font-weight:400;color:#e3200e;text-transform:uppercase}.main-img .info-block .box .red-btn{margin-top:40px}.main-img img{position:absolute;left:0;right:0;top:0;bottom:0;-o-object-fit:cover;object-fit:cover;height:100%;width:100%;-webkit-filter:brightness(50%);filter:brightness(50%)}.main-img.light img{-webkit-filter:brightness(80%);filter:brightness(80%)}.main-img .nofilter{filter:none;-webkit-filter:none}.main-img .big-title{position:absolute;bottom:66px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.main-img .big-title .large{line-height:normal;text-transform:uppercase;color:#fff;font-family:Montserrat;font-size:112px;font-weight:700}.main-img .big-title .small{line-height:normal;color:#fff;font-family:Circe;font-size:67px;font-weight:800}.main-img .big-title h1{text-align:center}.containt img{-o-object-fit:contain;object-fit:contain}.bg_f2f2f2{background:#f2f2f2}.body-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.news-body{width:57%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.news-card{width:100%;position:relative;margin-bottom:94px}.news-card .card-img{margin-bottom:36px;width:100%;max-height:575px}.news-card .card-img img{-webkit-border-radius:16px;border-radius:16px;overflow:hidden}.news-card .card-info{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.news-card .card-info-tag{font-family:Circe;margin-right:80px;color:#e3200e;font-size:20px;font-weight:700;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.news-card .card-info-tag:hover{color:#1a1a18}.news-card .card-info-date{font-family:Circe;color:#8d8d8b;font-size:20px;font-weight:700}.news-card .card-title{font-family:Circe;color:#1a1a18;font-size:30px;font-weight:800;margin-bottom:25px}.news-card b,.news-card p{font-family:Circe;color:#1a1a18;font-size:20px;font-weight:300;margin-bottom:35px}.news-card b b,.news-card p b{color:#e3200e;font-weight:700}.news-card b{color:#e3200e;font-weight:700}.news-card .card-text{font-family:Circe;color:#1a1a18;font-size:20px;font-weight:400;margin-bottom:35px}.news-card .card-text p{margin-bottom:34px}.news-card .card-text b{color:#e3200e}.news-card .card-more a{color:#e3200e;font-size:16px;font-weight:700;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.news-card .card-more a:hover{color:#000}.news-card h3{font-family:Circe;color:#1a1a18;font-size:30px;font-weight:800;margin-bottom:25px}.right-column{width:33%;position:relative}.blog-nav-block{margin-bottom:20px;width:100%;padding:60px 40px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#dddddc;-webkit-border-radius:6px;border-radius:6px}.blog-nav-block .h2,.blog-nav-block h2{color:#1a1a18;font-family:Circe;font-size:40px;line-height:normal;margin-bottom:20px}.blog-nav-block .search-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin-bottom:46px}.blog-nav-block .search-field form{width:100%;position:relative}.blog-nav-block .search-field .with_line{width:100%}.blog-nav-block .search-field input{width:100%;height:61px;font-weight:300}.blog-nav-block .search-field button{position:absolute;top:0;right:-3px;height:100%;border:none;background:#e3200e;-webkit-border-radius:6px;border-radius:6px;padding:0 28px;cursor:pointer;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.blog-nav-block .search-field button:hover{background:#8d8d8b}.blog-nav-block .category-block{margin-bottom:38px}.blog-nav-block .category-block ul{padding-left:24px}.blog-nav-block .category-block ul li{list-style:circle;line-height:normal;font-family:Circe;font-size:20px;font-weight:700;margin-top:7px;margin-bottom:7px;cursor:pointer;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.blog-nav-block .category-block ul li a{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.blog-nav-block .category-block ul li:hover{color:#e3200e}.blog-nav-block .category-block ul li:hover a{color:#e3200e}.blog-nav-block .category-block ul li::marker{color:#e3200e}.blog-nav-block .category-block ul li span{line-height:normal;color:#8d8d8b;font-family:Circe;font-size:16px;font-weight:300;padding:0}.blog-nav-block .category-block .col{line-height:normal;color:#8d8d8b;font-family:Circe;font-size:16px;font-weight:300;padding:0}.blog-nav-block .question-block .question-field{width:100%;height:auto;padding:32px 75px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-border-radius:6px;border-radius:6px}.blog-nav-block .question-block .question-field .question-p{line-height:normal;color:#e3200e;font-family:Circe;font-size:24px;font-weight:700;margin-bottom:22px}.blog-nav-block .question-block .question-field .radio-field .checkbox{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;cursor:pointer;margin:7px 0;padding:1px}.blog-nav-block .question-block .question-field .radio-field .checkbox .circle{position:relative;width:14px;height:14px;min-width:14px;min-height:14px;-webkit-border-radius:50%;border-radius:50%;border:1px solid #fff;margin-right:12px}.blog-nav-block .question-block .question-field .radio-field .checkbox .circle:before{position:absolute;content:'';top:0;left:0;height:100%;width:100%;-webkit-border-radius:50%;border-radius:50%;border:1px solid #e3200e}.blog-nav-block .question-block .question-field .radio-field .checkbox .circle-checked::after{position:absolute;content:'';width:7px;height:7px;min-width:7px;min-height:7px;top:31%;left:30%;padding:0;-webkit-border-radius:50%;border-radius:50%;background:#e3200e}.blog-nav-block .question-block .question-field .radio-field .checkbox span{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:700}.blog-nav-block .question-block .question-field .radio-field .radio-span{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:700}.promotions-field{width:100%;position:relative;margin-bottom:21px}.promotions-field .promotion-card{width:100%;-webkit-border-radius:6px;border-radius:6px;overflow:hidden;border:2px solid #dddddc}.promotions-field .promotion-card .action-head{position:absolute;left:0;right:0;top:0;width:100%;height:101px;background-color:#e3200e;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.promotions-field .promotion-card .action-head .img-contaner{position:absolute;top:27px;right:35%;max-width:309px;height:177px}.promotions-field .promotion-card .action-head .img-contaner img{-o-object-fit:contain;object-fit:contain}.promotions-field .promotion-card .promotion-body{margin-top:101px;padding:0 45px;padding-top:60px;padding-bottom:39px;-webkit-box-sizing:border-box;box-sizing:border-box}.promotions-field .promotion-card .promotion-body .promotion-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:34px}.promotions-field .promotion-card .promotion-body .promotion-title,.promotions-field .promotion-card .promotion-body h4{line-height:normal;color:#e3200e;font-family:Circe;font-size:24px;font-weight:800;text-align:center;margin-bottom:23px}.promotions-field .promotion-card .promotion-body .promotion-text{margin-bottom:30px}.promotions-field .promotion-card .promotion-body .promotion-text p{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:500;text-align:center}.promotions-field .promotion-card .promotion-body p{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:500;text-align:center;margin-bottom:30px}.subscribe-block{width:100%;position:relative;-webkit-border-radius:6px;border-radius:6px;padding:46px 40px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#dddddc}.subscribe-block .h2,.subscribe-block h2{color:#1a1a18;font-family:Circe;font-size:40px;line-height:normal;margin-bottom:16px}.subscribe-block p{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:500}.subscribe-block p b{color:#e3200e}.subscribe-block .subscribe-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;margin-bottom:46px;margin-top:30px}.subscribe-block .subscribe-field .contact-form{width:100%;position:relative}.subscribe-block .subscribe-field input{width:100%;height:61px;text-align:left;font-size:16px;padding:20px 10px}.subscribe-block .subscribe-field input::-webkit-input-placeholder{font-family:Circe;font-size:20px;font-weight:300}.subscribe-block .subscribe-field input::-moz-placeholder{font-family:Circe;font-size:20px;font-weight:300}.subscribe-block .subscribe-field input:-ms-input-placeholder{font-family:Circe;font-size:20px;font-weight:300}.subscribe-block .subscribe-field input::-ms-input-placeholder{font-family:Circe;font-size:20px;font-weight:300}.subscribe-block .subscribe-field input::placeholder{font-family:Circe;font-size:20px;font-weight:300}.subscribe-block .subscribe-field .error_text{position:absolute}.subscribe-block .subscribe-field button{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;right:-1px;top:0;height:100%;line-height:20px;color:#fff;font-family:Circe;font-size:20px;font-weight:400;border:none;background:#e3200e;-webkit-border-radius:6px;border-radius:6px;max-width:207px;padding:18px 7px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer;color:#fff;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.subscribe-block .subscribe-field button:hover{background:#8d8d8b}.subscribe-block .social-webs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:31px;margin-bottom:47px}.subscribe-block .social-webs .soc-block{margin-right:39px}.subscribe-block .social-webs .soc-block a svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.subscribe-block .social-webs .soc-block a:hover svg path{fill:#1a1a18}.subscribe-block .social-webs .soc-block:last-child{margin-right:0}.tags-link-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:400}.tags-link-field a{display:block;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;margin-right:10px;position:relative}.tags-link-field a b{color:#e3200e}.tags-link-field a::after{content:',';color:#1a1a18;position:absolute;right:0;-webkit-transform:translateX(120%);-ms-transform:translateX(120%);transform:translateX(120%)}.tags-link-field a:last-child:after{display:none}.tags-link-field a:hover{color:#e3200e}.tags-link-field a:hover::after{color:#1a1a18}.send{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:31px}.big-red-btn{background-color:#e3200e;height:60px;line-height:normal;color:#fff;font-family:Circe;font-size:22px;font-weight:400;-webkit-border-radius:6px;border-radius:6px;border:none;padding:0 35px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;-webkit-transition:background .3s ease,opacity .3s ease;-o-transition:background .3s ease,opacity .3s ease;transition:background .3s ease,opacity .3s ease}.big-red-btn:hover{background:#8d8d8b}.big-red-btn:disabled{pointer-events:none;opacity:.2}.btn_18px{line-height:normal;font-family:Circe;font-size:18px;font-weight:400;padding:13px 20px;height:51px}.mb_80{margin-bottom:80px}.mb_45{margin-bottom:45px}.h_920{height:100vh}.breadcramps{position:absolute;z-index:1;width:100%;bottom:62px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-shadow:0 0 2px rgba(0,0,0,.4)}.breadcramps .backMobile{display:none}.breadcramps .desctop-bradcramps:hover .back{color:#e3200e}.breadcramps h2{font-size:40px;font-weight:300;margin-bottom:0;line-height:normal}.breadcramps .back{margin-right:5px;color:#fff;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.breadcramps .back span{color:#fff}.breadcramps .current{color:red}.bottom_100{bottom:100px}.pagination-block{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#8d8d8b;font-size:24px;font-weight:400}.pagination-block .pag-btn{border:none;background:0 0;color:#8d8d8b;font-size:24px;line-height:normal;font-weight:400;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;cursor:pointer}.pagination-block .pag-btn:hover{color:red}.pagination-block ul{margin:0 10px}.pagination-block ul li{display:inline;margin-left:6px;margin-right:6px;width:10px;text-align:center;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;cursor:pointer}.pagination-block ul li a{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.pagination-block ul li:hover a{color:red}.pagination-block .active{color:red}.pagination-block .disabled{opacity:.2;pointer-events:none}.p_20px-16px{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:400}.h_30px-20px{font-family:Circe;color:#1a1a18;font-size:30px;font-weight:800;margin-bottom:25px}.w100per{width:100%;margin-right:0;margin-left:0}.documents-page .documents-body{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.documents-page .documents-body .document{max-width:765px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:60px}.documents-page .documents-body .document h2{text-align:center;line-height:normal;color:#1a1a18;font-family:Circe;font-size:40px;font-weight:800}.documents-page .documents-body .document .document-action{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:42px;height:40px}.documents-page .documents-body .document .document-action a{margin:0 20px;display:block}.documents-page .documents-body .document .document-action a svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.documents-page .documents-body .document .document-action a:hover svg path{fill:#1a1a18}.documents-page .documents-body .document .document-action button{margin:0 20px;cursor:pointer}.documents-page .documents-body .document .document-action button svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.documents-page .documents-body .document .document-action button:hover{cursor:pointer}.documents-page .documents-body .document .document-action button:hover svg path{fill:#1a1a18}.h_40px-30px{line-height:normal;color:#1a1a18;font-family:Circe;font-size:40px;font-weight:800}.vacancy-page .vacancy{width:100%}.vacancy-page .vacancy .vacancy-head{width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.vacancy-page .vacancy .vacancy-head-text{max-width:720px;width:100%}.vacancy-page .vacancy .vacancy-head-text a{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.vacancy-page .vacancy .vacancy-head-text a:hover{color:#1a1a18}.vacancy-page .vacancy .vacancy-head-text h1{margin-bottom:53px}.vacancy-page .vacancy .vacancy-head-text p{margin-bottom:34px;font-weight:300}.vacancy-page .vacancy .vacancy-head-img img{-o-object-fit:contain;object-fit:contain}.vacancy-page .vacancy .vacancy-body{width:100%}.vacancy-page .vacancy .vacancy-body .vacancy-card{max-width:900px;width:100%;padding:42px 44px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;overflow:hidden;-webkit-border-radius:8px;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:60px}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:169px;padding-right:47px;-webkit-box-sizing:content-box;box-sizing:content-box}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-actions a{text-align:center;margin-bottom:32px}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-actions a:last-child{margin-bottom:0}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-actions a:hover span{color:#e3200e}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-actions a span{display:block;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;line-height:normal;color:#1a1a18;font-family:Circe;font-size:16px;font-weight:300}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-info{width:758px}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-info a b{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-info a:hover b{color:#1a1a18}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-info p{margin-bottom:14px}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-info ul li{list-style:circle;list-style-position:inside}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-info li::marker{color:#e3200e}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-info li{margin:2px 0}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-info li a{margin-left:10px}.vacancy-page .vacancy .vacancy-body .vacancy-card:last-child{margin-bottom:0}.vacancy-page .b-main-calc{padding-top:80px}.h_50px_30px{line-height:normal;color:#1a1a18;font-family:Circe;font-size:50px;font-weight:800}.red-txt{color:#e3200e}.green-txt{color:#227b35}.internet-enternet-info{position:relative;width:100%}.internet-enternet-info .send-number-form{position:absolute;width:100%;z-index:2;top:-75px}.internet-enternet-info .body{width:100%;position:relative;max-height:930px}.internet-enternet-info .body .img-field{width:100%;top:0;bottom:0;position:absolute;height:100%}.internet-enternet-info .body .img-field img{-o-object-fit:cover;object-fit:cover;height:100%}.internet-enternet-info .body .enternet-info{width:100%;position:relative;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.internet-enternet-info .body .enternet-info .parent-block{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:185px}.internet-enternet-info .body .enternet-info .info-block{height:100%;max-width:750px;-webkit-border-radius:6px;border-radius:6px;width:100%}.internet-enternet-info .body .enternet-info .info-block h2{margin-bottom:30px}.internet-enternet-info .body .enternet-info .info-block p{margin-bottom:14px;font-size:20px;line-height:1.6;font-weight:300;color:#000}.internet-enternet-info .body .enternet-info .tarif-blocks{margin-top:100px;padding-bottom:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:700}.internet-enternet-info .body .enternet-info .tarif-blocks .block{margin-right:52px}.internet-enternet-info .body .enternet-info .tarif-blocks .block:last-child{margin-right:0}.internet-enternet-info .body .enternet-info .tarif-blocks .num{font-size:50px}.internet-enternet-info .body .enternet-info .tarif-blocks span{line-height:normal;font-family:Circe;font-size:36px;font-weight:800}.enternet-tarifs{background:#f4f4f4;width:100%;padding-top:60px;padding-bottom:140px;-webkit-box-sizing:border-box;box-sizing:border-box}.enternet-tarifs .internet-for{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:46px;margin-bottom:36px}.enternet-tarifs .internet-for .for{margin:0 34px;line-height:normal;color:#8d8d8b;font-family:Circe;font-size:22px;font-weight:700}.enternet-tarifs .internet-for .active{color:#e3200e}.enternet-tarifs .txt-center{text-align:center}.enternet-tarifs .city-box{margin-top:36px;width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:55px 70px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#dddddc;-webkit-border-radius:12px;border-radius:12px}.enternet-tarifs .city-box .title{max-width:360px;width:100%;padding-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.enternet-tarifs .city-box .h_30px-20px{margin-bottom:0}.enternet-tarifs .city-box .choose-city{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:615px;width:100%;position:relative}.enternet-tarifs .city-box .choose-city .with_line{width:100%}.enternet-tarifs .city-box .choose-city .big-red-btn{height:auto}.enternet-tarifs .city-box .choose-sector{max-width:306px;width:100%}.enternet-tarifs .city-box .choose-sector .chosen-container-single .chosen-single{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:700;-webkit-border-radius:6px;border-radius:6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.enternet-tarifs .tarifs-card-field{position:relative;display:none;margin:0 -15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.enternet-tarifs .tarifs-card-field .enternet-card{position:relative;width:-webkit-calc(25% - 30px);width:calc(25% - 30px);margin:15px;-webkit-border-radius:12px;border-radius:12px;overflow:hidden;cursor:default;user-select:none;-o-user-select:none;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-box-shadow:0 0 12px 6px rgba(0,0,0,.12);box-shadow:0 0 12px 6px rgba(0,0,0,.12)}.enternet-tarifs .tarifs-card-field .enternet-card:hover .enternet-card-head{background:#000}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head{width:100%;height:150px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#8d8d8b;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .big{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1;color:#fff;font-family:Circe;font-size:72px;font-weight:800}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .small{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:20px;padding-bottom:11px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .small .txt{color:#fff;font-family:Circe;font-size:29px;font-weight:800;line-height:1}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .small .line{height:1px;width:100%;background:#fff}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body{width:100%;height:100%;padding:27px 25px;padding-bottom:51px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .title{text-align:center;line-height:normal;color:#e3200e;font-family:Circe;font-size:39px;font-weight:800;margin-bottom:23px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .speed{margin-bottom:22px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list{margin-bottom:30px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li{padding-left:36px;margin-bottom:6px;position:relative;list-style:none;line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:400}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li .big-txt{line-height:1;color:#e3200e;font-family:Circe;font-size:51px;font-weight:800;margin:0 3px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li .small-txt{line-height:1;color:#e3200e;font-family:Circe;font-size:21px;font-weight:700;margin:0 3px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li::before{content:'';background:url(../../../img/ul-check.svg) no-repeat center center;background-size:contain;position:absolute;width:22px;height:18px;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .buy{margin-bottom:34px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .dop-info p{line-height:normal;color:#8d8d8b;font-family:Circe;font-size:20px;font-weight:400;text-align:center}.enternet-tarifs .tarifs-card-field .enternet-card.current_tariff{pointer-events:none}.enternet-tarifs .tarifs-card-field .enternet-card.current_tariff.enternet-card .enternet-card-body .buy{visibility:hidden}.enternet-tarifs .tarifs-card-field .enternet-card.current_tariff::before{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);content:'Активний';font-family:Circe;color:#fff;font-size:16px;line-height:1px;padding:2px 4px;background:#e3200e;z-index:1;height:16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}.enternet-tarifs .active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.bg_f4f4f4{background:#f4f4f4}.equipment-slider-nav .btn-circle-wh{-webkit-border-radius:50%;border-radius:50%;background-color:#fff!important}.equipment-slider .swiper-slide .item{pointer-events:none}.equipment-slider .swiper-slide .item .promotion{background:#e3200e;position:absolute;right:-62px;top:-14px;line-height:normal;color:#fff;font-family:Montserrat;font-size:26px;font-weight:900;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);padding:0 50px;padding-top:50px;padding-bottom:10px;z-index:1}.equipment-slider .swiper-slide.swiper-slide-active .item{pointer-events:auto}.other-servants{width:100%;position:relative}.other-servants .servants-body{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:93px;padding-bottom:100px}.other-servants .servants-body .txt-centr{text-align:center}.swiper-slide .servant{position:relative;width:100%}.swiper-slide .servant .servant-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;min-height:327px;-webkit-border-radius:12px;border-radius:12px;-webkit-mask-image:-webkit-radial-gradient(white,#000);margin-bottom:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.swiper-slide .servant .servant-link img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;z-index:-1;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-filter:brightness(50%);filter:brightness(50%)}.swiper-slide .servant .servant-link .servant-info{z-index:1;position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.swiper-slide .servant .servant-link .servant-info .servant-info-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:20px}.swiper-slide .servant .servant-link .servant-info .svg{margin-right:25px;padding-top:25px}.swiper-slide .servant .servant-link .servant-info .text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.swiper-slide .servant .servant-link .servant-info .text h3{line-height:normal;color:#fff;font-family:Circe;font-size:40px;font-weight:800}.swiper-slide .servant .servant-link .servant-info .text p{line-height:normal;color:#fff;font-family:Circe;font-size:16px;font-weight:300}.swiper-slide .servant .servant-link .servant-info .text h4{line-height:normal;color:#e3200e;font-family:Circe;font-size:20px;font-weight:800;margin-bottom:0;margin-top:10px;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.swiper-slide .servant:hover .servant-link img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.swiper-slide .servant:hover .servant-link .servant-info .text h4{color:#fff}.servants-slider{position:relative;width:100%;margin-top:42px}.servants-slider .swiper-container{z-index:1}.servants-slider .servant-slider-nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:11;right:-40px;width:-webkit-calc(100% + 80px);width:calc(100% + 80px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;z-index:0}.servants-slider .servant-slider-nav .swiper-servants-button-next,.servants-slider .servant-slider-nav .swiper-servants-button-prev{height:28px;width:18px;cursor:pointer}.servants-slider .servant-slider-nav .swiper-servants-button-next svg,.servants-slider .servant-slider-nav .swiper-servants-button-prev svg{width:100%;height:100%}.servants-slider .servant-slider-nav .swiper-servants-button-next svg path,.servants-slider .servant-slider-nav .swiper-servants-button-prev svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.servants-slider .servant-slider-nav .swiper-servants-button-next:hover svg path,.servants-slider .servant-slider-nav .swiper-servants-button-prev:hover svg path{fill:#1a1a18}.servants-slider .swiper-pagination{width:100%}.servants-slider .swiper-pagination .swiper-pagination-bullet{margin:10px 14px;width:15px;height:15px;position:relative}.servants-slider .swiper-pagination .swiper-pagination-bullet::before{content:'';display:block;width:200%;height:200%;-webkit-border-radius:50%;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.servants-slider .swiper-pagination .swiper-pagination-bullet-active{background:#e3200e}.servants-slider.custom .servant .servant-link{background:#e3200e}.servants-slider.custom .servant .servant-link img{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.servants-slider.custom .servant .servant-link .svg svg path{-webkit-transition:fill .3s;-o-transition:fill .3s;transition:fill .3s}.servants-slider.custom .servant:hover .servant-link img{opacity:0;-webkit-transform:none;-ms-transform:none;transform:none}.servants-slider.custom .servant:hover .servant-link .svg svg path{fill:#fff}.flipswitch{position:relative;width:106px}.flipswitch input[type=checkbox]{display:none}.flipswitch-label{display:block;overflow:hidden;cursor:pointer;border:none;-webkit-border-radius:50px;border-radius:50px}.flipswitch-inner{width:200%;margin-left:-100%;-webkit-transition:margin .3s ease-in 0s;-o-transition:margin .3s ease-in 0s;transition:margin .3s ease-in 0s}.flipswitch-inner:after,.flipswitch-inner:before{float:left;width:50%;height:42px;padding:0;line-height:32px;font-size:15px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box}.flipswitch-inner:before{content:"";padding-left:12px;background-color:#8d8d8b;color:#fff}.flipswitch-inner:after{content:"";padding-right:12px;background-color:#e3200e;color:#888;text-align:right}.flipswitch-switch{width:40px;height:40px;background:#fff;background:-o-radial-gradient(circle,#fff 7%,#e9e6e6 94%,#fff 95%);background:radial-gradient(circle,#fff 7%,#e9e6e6 94%,#fff 95%);-webkit-border-radius:50px;border-radius:50px;position:absolute;top:0;bottom:0;top:50%;right:64px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s}.flipswitch-cb:checked+.flipswitch-label .flipswitch-inner{margin-left:0}.flipswitch-cb:checked+.flipswitch-label .flipswitch-switch{right:0}.flipswitch,.flipswitch-tv{position:relative;width:163px;height:42px}.flipswitch input[type=checkbox],.flipswitch-tv input[type=checkbox]{display:none}.flipswitch-label,.flipswitch-tv-label{position:relative;display:block;overflow:hidden;cursor:pointer;border:none;-webkit-border-radius:25px;border-radius:25px;height:38px;width:163px}.flipswitch-inner,.flipswitch-tv-inner{width:200%;height:100%;margin-left:-100%;-webkit-transition:margin .3s ease-in 0s;-o-transition:margin .3s ease-in 0s;transition:margin .3s ease-in 0s}.flipswitch-inner:after,.flipswitch-inner:before,.flipswitch-tv-inner:after,.flipswitch-tv-inner:before{float:left;width:50%;height:100%;padding:0;line-height:100%;font-size:15px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box}.flipswitch-inner:before,.flipswitch-tv-inner:before{content:attr(data-vilage);background-color:#8d8d8b;color:#fff;font-family:Circe;font-size:22px;line-height:100%;font-weight:700;-webkit-box-shadow:inset 0 8px 10px #00000052;box-shadow:inset 0 8px 10px #00000052;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flipswitch-inner:after,.flipswitch-tv-inner:after{content:attr(data-city);color:#fff;font-family:Circe;font-size:22px;line-height:100%;font-weight:700;-webkit-box-shadow:inset 0 8px 10px #00000052;box-shadow:inset 0 8px 10px #00000052;background-color:#e3200e;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flipswitch-switch,.flipswitch-tv-switch{width:35px;height:35px;background:#fff;background:-o-radial-gradient(circle,#fff 7%,#e9e6e6 94%,#fff 95%);background:radial-gradient(circle,#fff 7%,#e9e6e6 94%,#fff 95%);-webkit-border-radius:50px;border-radius:50px;position:absolute;top:0;bottom:0;top:50%;right:-webkit-calc(100% - 35px - 3px);right:calc(100% - 35px - 3px);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s;-webkit-border-radius:50%;border-radius:50%;background-image:-o-linear-gradient(135deg,#fff 0,#dacccc 100%);background-image:linear-gradient(-45deg,#fff 0,#dacccc 100%);-webkit-box-shadow:0 0 3px 0 #00000085;box-shadow:0 0 3px 0 #00000085;border:3px solid #fff}.flipswitch-cb:checked+.flipswitch-label .flipswitch-inner,.flipswitch-tv-cb:checked+.flipswitch-tv-label .flipswitch-tv-inner{margin-left:0}.flipswitch-cb:checked+.flipswitch-label .flipswitch-switch,.flipswitch-tv-cb:checked+.flipswitch-tv-label .flipswitch-tv-switch{right:3px}.flipswitch{width:93px}.flipswitch-label{width:93px}.b-main-tv.b-main-internet{padding:75px 0;margin-top:0}.b-main-tv.b-main-internet .box .right .img{position:absolute;left:0;bottom:-60px;-webkit-transform:translateX(-87%);-ms-transform:translateX(-87%);transform:translateX(-87%);max-width:36%}.b-main-tv.b-main-internet .box .line .item{margin-right:30px}.b-main-tv.b-main-internet .box .line .item:last-child{margin-bottom:0}.b-tv-sliders{padding:50px 0}.tv-slider .swiper-wrapper{-webkit-transition-timing-function:linear!important;-o-transition-timing-function:linear!important;transition-timing-function:linear!important}.tv-slider .swiper-slide{text-align:center;height:162px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tv-slider .swiper-slide a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-height:162px}.tv-slider .swiper-slide a img{display:block;max-width:100%;max-height:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.tv-slider .swiper-slide a:hover img{opacity:.7}.tv-slider-2{margin-top:30px}.b-equipment{padding-top:90px;padding-bottom:60px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.b-equipment h2{text-align:center;margin-bottom:35px}.equipment-slider .swiper-container{padding-bottom:1px}.equipment-slider .swiper-container-main{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.equipment-slider .swiper-container-promotions{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.equipment-slider .swiper-slide{width:360px}.equipment-slider .swiper-slide .item{position:relative;border:1px solid #c9c8c8;background:#fff;-webkit-border-radius:8px;border-radius:8px;padding:30px 30px;padding-bottom:65px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.1);box-shadow:0 0 6px 0 rgba(0,0,0,.1);overflow:hidden;text-align:center}.equipment-slider .swiper-slide .item:hover{border-color:#e3200e}.equipment-slider .swiper-slide .item .img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:230px;margin-bottom:40px}.equipment-slider .swiper-slide .item .img img{display:block;max-height:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.equipment-slider .swiper-slide .item .img:hover img{-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}.equipment-slider .swiper-slide .item .equipment-title{display:inline-block;vertical-align:top;font-size:18px;line-height:1.2;font-weight:800;color:#1a1a18;margin-bottom:15px}.equipment-slider .swiper-slide .item .equipment-title:hover{color:#e3200e}.equipment-slider .swiper-slide .item .text{margin-bottom:14px}.equipment-slider .swiper-slide .item .descr{font-size:16px;line-height:18px;font-weight:400;color:#1a1a18}.equipment-slider .swiper-slide .item .price{font-size:24px;line-height:1.2;font-weight:800;color:#1a1a18;margin-bottom:24px}.equipment-slider .swiper-slide .item .red-btn{font-size:18px;line-height:18px;padding-left:30px;padding-right:30px}.equipment-slider .swiper-slide.swiper-slide-active .item{-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,0);box-shadow:0 0 6px 0 rgba(0,0,0,0)}.equipment-slider-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:32px}.equipment-slider-nav .swiper-button-next,.equipment-slider-nav .swiper-button-prev{position:static;top:auto;width:70px;height:70px;margin-top:0;margin:0 7px;z-index:10;cursor:pointer;background:0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.equipment-slider-nav .swiper-button-next svg,.equipment-slider-nav .swiper-button-prev svg{display:block}.equipment-slider-nav .swiper-button-next svg path,.equipment-slider-nav .swiper-button-prev svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.equipment-slider-nav .swiper-button-next:hover svg path,.equipment-slider-nav .swiper-button-prev:hover svg path{fill:#e3200e}.equipment-slider-nav .swiper-button-prev,.equipment-slider-nav .swiper-container-rtl .swiper-button-next{background:0 0;left:auto;right:auto}.equipment-slider-nav .swiper-button-next,.equipment-slider-nav .swiper-container-rtl .swiper-button-prev{background:0 0;left:auto;right:auto}.b-main-about{padding:60px 0;position:relative;background:-webkit-gradient(linear,left top,right top,from(rgba(212,212,211,.34)),color-stop(31.5642%,#dddddc),to(#dddddc));background:-o-linear-gradient(left,rgba(212,212,211,.34) 0,#dddddc 31.5642%,#dddddc 100%);background:linear-gradient(to right,rgba(212,212,211,.34) 0,#dddddc 31.5642%,#dddddc 100%)}.b-main-about>img{display:block;position:absolute;z-index:1;left:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.5!important}.b-main-about .box{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.b-main-about .box .left{padding-right:15px;padding-left:300px;width:73%}.b-main-about .box .left h2{margin-bottom:17px}.b-main-about .box .left b,.b-main-about .box .left p{font-size:20px;line-height:32px;font-weight:400;color:#1a1a18;margin-bottom:1em}.b-main-about .box .left b:last-child,.b-main-about .box .left p:last-child{margin-bottom:0}.b-main-about .box .left b.red,.b-main-about .box .left p.red{color:#e3200e;font-weight:700}.b-main-about .box .left b{color:#e3200e;font-weight:700}.b-main-about .box .right{width:27%;padding-left:15px}.b-main-about .box .right .item{-webkit-border-radius:8px;border-radius:8px;background:#f4f4f4;padding:25px}.b-main-about .box .right .item h3{font-size:32px;line-height:1;font-weight:800;margin-bottom:18px}.b-main-about .box .right .item ul{list-style:none;font-size:24px;line-height:1;font-weight:700;color:#1a1a18;margin-bottom:32px}.b-main-about .box .right .item ul li{position:relative;padding-left:47px;margin-bottom:18px}.b-main-about .box .right .item ul li:last-child{margin-bottom:0}.b-main-about .box .right .item ul li:before{content:'';width:23px;height:18px;background:url(../../img/check.svg) no-repeat;background-size:contain;position:absolute;left:0;top:2px}.b-main-about .box .right .item ul li a{text-decoration:none;-webkit-transition:-webkit-text-decoration .1s;transition:-webkit-text-decoration .1s;-o-transition:text-decoration .1s;transition:text-decoration .1s;transition:text-decoration .1s,-webkit-text-decoration .1s}.b-main-about .box .right .item ul li a:hover{text-decoration:underline;-webkit-text-decoration-color:#e3200e;text-decoration-color:#e3200e}.b-main-about .box .right .item p{font-size:24px;line-height:1;font-weight:700;color:#1a1a18;text-align:center}.b-main-about .box .right .item p span{color:#e3200e}.b-why{padding-top:80px;padding-bottom:110px}.b-why h2{text-align:center;margin-bottom:50px}.b-why .box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.b-why .box .item{width:33.3333%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.b-why .box .item .line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:40px}.b-why .box .item .line:last-child{margin-bottom:0}.b-why .box .item .line .icon{width:100px;padding-right:20px}.b-why .box .item .line .icon img,.b-why .box .item .line .icon svg{display:block;width:100%;height:auto}.b-why .box .item .line .descr{width:-webkit-calc(100% - 100px);width:calc(100% - 100px)}.b-why .box .item .line .descr .title,.b-why .box .item .line .descr h5{font-size:24px;line-height:1.5;font-weight:800;color:#1a1a18;margin-bottom:12px}.b-why .box .item .line .descr p{font-size:16px;line-height:1.5;font-weight:300;color:#1a1a18;margin-bottom:0}.b-why .box .item.right{text-align:right}.b-why .box .item.right .line .icon{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;padding-left:20px;padding-right:0}.b-why .box .item.right .line .descr{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.b-why .box .item.img{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.b-why .box .item.img img{display:block}.b-choice{position:relative;padding-top:65px;padding-bottom:85px}.b-choice>img{display:block;position:absolute;z-index:1;left:0;bottom:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.b-choice .mob-img{display:none}.b-choice .box{width:50%;position:relative;z-index:2}.b-choice .box h2{margin-bottom:15px}.b-choice .box .sub-title,.b-choice .box h6{font-size:20px;line-height:30px;font-weight:400;color:#1a1a18;text-transform:uppercase;margin-bottom:25px}.b-choice .box p{font-size:16px;line-height:1.5;font-weight:300;color:#1a1a18;margin-bottom:1em}.b-choice .box p:last-child{margin-bottom:0}.b-choice .box p a{color:#e3200e}.b-choice .box p a:hover{color:#1a1a18}.b-tv-sliders.b-partners-logo{padding-top:85px;padding-bottom:45px}.b-tv-sliders.b-partners-logo h2{margin-bottom:15px;text-align:center}.b-main-news{background:#f4f4f4;padding:65px 0}.b-main-news h2{text-align:center;margin-bottom:60px}.box-news{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -15px}.box-news .item{width:-webkit-calc(33.3333% - 30px);width:calc(33.3333% - 30px);margin:0 15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.box-news .item .top{margin-bottom:15px}.box-news .item .bot a{display:inline-block;vertical-align:top;font-size:16px;line-height:1.5;font-weight:700;color:#e3200e}.box-news .item .bot a:hover{color:#1a1a18}.box-news .item .img{display:block;overflow:hidden;position:relative;padding-top:65%;-webkit-border-radius:12px;border-radius:12px;-webkit-mask-image:-webkit-radial-gradient(white,#000);margin-bottom:20px}.box-news .item .img img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.box-news .item .img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.box-news .item .tag-data{margin-bottom:15px}.box-news .item .tag-data a{display:inline-block;vertical-align:top;font-size:16px;line-height:1.5;font-weight:700;color:#e3200e;margin-right:10px}.box-news .item .tag-data a:hover{color:#1a1a18}.box-news .item .tag-data .data{display:inline-block;vertical-align:top;font-size:16px;line-height:1.5;font-weight:700;color:#8d8d8b}.box-news .item .title{display:inline-block;vertical-align:top;font-size:24px;line-height:1;font-weight:800;color:#1a1a18;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:48px;margin-bottom:10px}.box-news .item .title:hover{color:#e3200e}.box-news .item p{font-size:16px;line-height:24px;font-weight:300;color:#1a1a18;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-height:96px}.filter-chanel-field{width:100%;position:relative}.filter-chanel-field .send-number-form{position:absolute;width:100%;z-index:2;top:-75px}.filter-chanel-field .filter-chanel-body{position:relative;width:100%;padding-top:185px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:50px}.filter-chanel-field .filter-chanel-body .chanels-field{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:40px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.filter-chanel-field .filter-chanel-body .chanels-field .chanel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.filter-chanel-field .filter-chanel-body .chanels-field .chanel:hover .icon{background:#e3200e}.filter-chanel-field .filter-chanel-body .chanels-field .chanel:hover .icon svg path{fill:#fff}.filter-chanel-field .filter-chanel-body .chanels-field .chanel:hover .category{color:#e3200e}.filter-chanel-field .filter-chanel-body .chanels-field .chanel .icon{width:115px;height:115px;background:#dddddc;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.filter-chanel-field .filter-chanel-body .chanels-field .chanel .icon svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.filter-chanel-field .filter-chanel-body .chanels-field .chanel .category{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:800;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.filter-chanel-field .filter-chanel-body .chanels-field .active .icon{background:#e3200e}.filter-chanel-field .filter-chanel-body .chanels-field .active .icon svg path{fill:#fff}.filter-chanel-field .filter-chanel-body .center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.filter-chanel-field .filter-chanel-body .center .chanel{margin:0 42px}.filter-chanel-field .filter-chanel-body .center .chanel:last-child{margin-right:0}.filter-chanel-field .filter-chanel-body .center .chanel:first-child{margin-left:0}.filter-chanel-field .filter-chanel-body h2{text-align:center}.filter-chanel-field .top_80{padding-top:80px}.txt-center{text-align:center}.chanels-list-field{background:#f4f4f4;position:relative;padding-top:42px;padding-bottom:102px;-webkit-box-sizing:border-box;box-sizing:border-box}.chanels-list-field .txt-center{margin-bottom:36px}.chanels-list-field .chanels-group{position:relative;display:none;-webkit-border-radius:12px;border-radius:12px;margin-bottom:40px;overflow:hidden;background:#fff}.chanels-list-field .chanels-group .chanel-category{padding:20px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:130px;background:#e3200e}.chanels-list-field .chanels-group .chanels{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.chanels-list-field .chanels-group .chanels .chanel{min-width:105px;min-height:60px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 10px}.chanels-list-field .chanels-group .chanels .chanel img{-o-object-fit:contain;object-fit:contain}.chanels-list-field .chanels-group .chanels .chanel:last-child{margin-right:0}.chanels-list-field .active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.chanels-list-field .chouse-tv-box{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:30px 40px;padding-left:70px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#dddddc;-webkit-border-radius:12px;border-radius:12px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.chanels-list-field .chouse-tv-box .title{max-width:324px}.chanels-list-field .chouse-tv-box .h_30px-20px{margin-bottom:0}.chanels-list-field .chouse-tv-box .optional-info{max-width:324px;line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:700}.chanels-list-field .chouse-tv-box .choose-tv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:655px;width:100%;position:relative;margin:15px}.chanels-list-field .chouse-tv-box .choose-tv .big-red-btn{height:auto;margin-left:-2px;z-index:1}.chanels-list-field .chouse-tv-box .choose-tv .with_line,.chanels-list-field .chouse-tv-box .choose-tv label.with_line{width:100%}.chanels-list-field .chouse-tv-box .choose-tv .chosen-container .chosen-results{max-height:120px}.tv-info-uteam-block{width:100%;position:relative;padding-top:100px;padding-bottom:136px;-webkit-box-sizing:border-box;box-sizing:border-box}.tv-info-uteam-block .bg-image{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.tv-info-uteam-block .info-body{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tv-info-uteam-block .info-body .info{max-width:630px}.tv-info-uteam-block .info-body .info h2{margin-bottom:30px}.tv-info-uteam-block .info-body .info p{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:300}.tv-info-uteam-block .info-body .info .details{margin-top:68px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:700;margin-bottom:37px}.tv-info-uteam-block .info-body .info .details div{margin-right:30px}.tv-info-uteam-block .info-body .info .details span{line-height:normal;font-family:Circe;font-size:50px;font-weight:800}.tarifs-tv-block{width:100%;position:relative;padding-bottom:100px;padding-top:86px;-webkit-box-sizing:border-box;box-sizing:border-box}.tarifs-tv-block .txt-center{text-align:center;color:#fff}.tarifs-tv-block .tv-switcher{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:30px 0}.tarifs-tv-block .bg-image{position:absolute;left:0;width:100%;top:0;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-filter:brightness(35%) grayscale(100%);filter:brightness(35%) grayscale(100%);z-index:-1}.tarifs-tv-block .main{width:100%;display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tarifs-tv-block .main .info-block{max-width:400px;margin:0 70px;padding-top:96px}.tarifs-tv-block .main .info-block b{font-weight:800}.tarifs-tv-block .main .info-block h2{line-height:normal;color:#fff;font-family:Circe;font-size:40px;font-weight:800;margin-bottom:20px}.tarifs-tv-block .main .info-block p{line-height:normal;color:#fff;font-family:Circe;font-size:30px;font-weight:400}.tarifs-tv-block .main .info-block a{display:block;line-height:normal;font-family:Circe;color:#e3200e;font-size:30px;font-weight:800;margin-top:33px;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.tarifs-tv-block .main .info-block a:hover{color:#fff}.tarifs-tv-block .main .card{max-width:370px;margin:0 70px}.tarifs-tv-block .main .card .enternet-tarifs{background:0 0;padding:0}.tarifs-tv-block .main .card .enternet-tarifs .tarifs-card-field{width:100%;margin:0}.tarifs-tv-block .main .card .enternet-tarifs .tarifs-card-field .enternet-card{width:100%}.tarifs-tv-block .main .card .enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .buy{margin-bottom:0}.tarifs-tv-block .active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.subscribe-promotions-block{width:100%;position:relative;padding-top:116px;padding-bottom:104px;-webkit-box-sizing:border-box;box-sizing:border-box}.subscribe-promotions-block .weight_400{font-weight:400}.subscribe-promotions-block .img-block{position:absolute;top:0;left:0;width:100%;height:100%}.subscribe-promotions-block .img-block img{z-index:-1;-o-object-fit:cover;object-fit:cover;height:100%}.subscribe-promotions-block .block{padding:54px 45px;padding-bottom:70px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#e9e9e98f;-webkit-border-radius:12px;border-radius:12px;max-width:624px;width:100%}.subscribe-promotions-block .block .social-webs{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.subscribe-promotions-block .block .social-webs .soc-block{margin:0 20px}.subscribe-promotions-block .block .social-webs .soc-block a svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.subscribe-promotions-block .block .social-webs .soc-block a:hover svg path{fill:#000}.subscribe-promotions-block .block .social-webs .soc-block:first-child{margin-left:0}.subscribe-promotions-block .block .social-webs .soc-block:last-child{margin-right:0}.subscribe-promotions-block .block h3{line-height:normal;color:#000;font-family:Circe;font-size:36px;font-weight:800;padding-bottom:10px}.subscribe-promotions-block .block p{margin-bottom:40px}.subscribe-promotions-block .block .subscribe-field{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:52px}.subscribe-promotions-block .block .subscribe-field .contact-form{width:424px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.subscribe-promotions-block .block .subscribe-field .contact-form .with_line{width:100%}.subscribe-promotions-block .block .subscribe-field .contact-form .big-red-btn{margin-top:25px}.bg-red{background:#e3200e}.promotion-details{width:100%;position:relative;padding-top:192px;padding-bottom:90px;-webkit-box-sizing:border-box;box-sizing:border-box}.promotion-details .send-number-form{width:100%;position:absolute;top:-50px}.promotion-details .body{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.promotion-details .body .img-details{max-width:289px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:60px;position:relative;padding-top:70px;-webkit-box-sizing:border-box;box-sizing:border-box}.promotion-details .body .img-details .absolute-img{position:absolute;right:70px;top:0;width:340px}.promotion-details .body .img-details .absolute-img img{-o-object-fit:contain;object-fit:contain}.promotion-details .body .img-details .info-block{width:100%;padding:40px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:12px;border-radius:12px;background:#f4f4f4;margin-bottom:124px}.promotion-details .body .img-details .info-block .block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:28px}.promotion-details .body .img-details .info-block .block:last-child{margin-bottom:0}.promotion-details .body .img-details .info-block .block .svg{margin-right:22px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:60px}.promotion-details .body .img-details .info-block .block .text{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:700}.promotion-details .body .img-details .info-block .block .text .price-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.promotion-details .body .img-details .info-block .block .text .price-block .price{line-height:normal;color:#e3200e;font-family:Circe;font-size:50px;font-weight:800;margin-right:5px}.promotion-details .body .img-details .info-block .block .text .price-block .cost{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.promotion-details .body .img-details .info-block .block .text .price-block .cost div{color:#1a1a18;line-height:1;font-family:Circe;font-size:16px;font-weight:700}.promotion-details .body .img-details .info-block .block .text .price-block .cost .line{height:1px;width:100%;background:#000}.promotion-details .body .text-details{max-width:1000px;width:100%}.promotion-details .body .text-details h2{margin-bottom:23px}.promotion-details .body .text-details p{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:300;margin-bottom:34px}.promotion-details .body .text-details p a{text-decoration:underline;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.promotion-details .body .text-details p a:hover{color:#e3200e}.promotion-details .body .text-details ol{padding-left:20px;margin:0;margin-bottom:34px}.promotion-details .body .text-details ol li{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:300;margin:2px 0}.promotion-details .body .text-details .nomarg{margin-bottom:0}.promotion-details .text-details h2 b{font-weight:800;color:#e3200e}.promotion-details .text-details p b{font-weight:700;color:#e3200e}.promotion-details .text-details ol p{margin-bottom:5px}.promotion-details .text-details ol p b{font-weight:700;color:#1a1a18}.contacts-field{width:100%;position:relative;margin-top:78px;margin-bottom:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.contacts-field .field{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.contacts-field .field .block{width:25%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-right:1px solid #1a1a18;padding-left:62px;padding-right:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.contacts-field .field .block:last-child{border-right:none}.contacts-field .field .block .svg{margin-right:42px}.contacts-field .field .block .info{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:300}.contacts-field .field .block .info .title,.contacts-field .field .block .info h4{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:800;margin-bottom:0}.contacts-field .field .block .info a{display:block;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.contacts-field .field .block .info a:hover{color:#e3200e}.contacts-field .field .block .info .socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:23px}.contacts-field .field .block .info .socials svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.contacts-field .field .block .info .socials a:hover svg path{fill:#e3200e}.send-number-form .bg_gray{background:#dddddc}.send-number-form .bg_gray .text{font-weight:400}.send-number-form .bg_gray .text .black_txt{color:#1a1a18;font-weight:800}.adress-field{width:100%;position:relative;padding-top:48px;margin-bottom:44px;-webkit-box-sizing:border-box;box-sizing:border-box}.adress-field .field{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.adress-field .field .block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:33.33%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.adress-field .field .block .svg{margin-right:20px}.adress-field .field .block .info{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:300}.adress-field .field .block .info .text{border-left:1px solid #1a1a18;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.adress-field .field .block .info .img{margin-top:27px;max-width:393px;width:100%;position:relative;-webkit-border-radius:12px;border-radius:12px;overflow:hidden}.adress-field .field .block .info .img img{-o-object-fit:cover;object-fit:cover}.adress-field .field .block .info .title,.adress-field .field .block .info h3{line-height:normal;color:#1a1a18;font-family:Circe;font-size:28px;font-weight:800;margin-bottom:15px}.adress-field .field .block .info p{margin-bottom:25px}.adress-field .field .block .info a{line-height:normal;font-family:Circe;font-size:20px;font-weight:800;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;color:#e3200e}.adress-field .field .block .info a:hover{color:#1a1a18}.send-message-field{width:100%;position:relative;background:#f4f4f4;padding-top:64px;padding-bottom:80px;-webkit-box-sizing:border-box;box-sizing:border-box}.send-message-field .field{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.send-message-field .field .form{max-width:655px;width:100%;margin-right:130px;line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:800}.send-message-field .field .form .contact-form{margin-top:26px;width:100%}.send-message-field .field .form .contact-form .error_text{color:#8d8d8b;font-family:Circe;font-size:16px;font-weight:300}.send-message-field .field .form .contact-form .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.send-message-field .field .form .contact-form .row .with_line{width:-webkit-calc(50% - 9px);width:calc(50% - 9px)}.send-message-field .field .form .contact-form .row .with_line .error_text{color:#e3200e}.send-message-field .field .form .contact-form .row .with_line input{width:100%;line-height:normal;font-family:Circe;font-size:16px;font-weight:300;border:1px solid #8d8d8b;height:44px;padding:15px 20px}.send-message-field .field .form .contact-form .row .with_line input::-webkit-input-placeholder{color:#8d8d8b}.send-message-field .field .form .contact-form .row .with_line input::-moz-placeholder{color:#8d8d8b}.send-message-field .field .form .contact-form .row .with_line input:-ms-input-placeholder{color:#8d8d8b}.send-message-field .field .form .contact-form .row .with_line input::-ms-input-placeholder{color:#8d8d8b}.send-message-field .field .form .contact-form .row .with_line input::placeholder{color:#8d8d8b}.send-message-field .field .form .contact-form .error .error_text{color:red}.send-message-field .field .form .contact-form .error textarea{border:1px solid red}.send-message-field .field .form .contact-form textarea{width:100%;display:block;height:157px;resize:none;margin-bottom:46px;line-height:normal;font-family:Circe;font-size:16px;font-weight:300;-webkit-border-radius:6px;border-radius:6px;border:1px solid #8d8d8b}.send-message-field .field .form .contact-form textarea::-webkit-input-placeholder{color:#8d8d8b;font-family:Circe}.send-message-field .field .form .contact-form textarea::-moz-placeholder{color:#8d8d8b;font-family:Circe}.send-message-field .field .form .contact-form textarea:-ms-input-placeholder{color:#8d8d8b;font-family:Circe}.send-message-field .field .form .contact-form textarea::-ms-input-placeholder{color:#8d8d8b;font-family:Circe}.send-message-field .field .form .contact-form textarea::placeholder{color:#8d8d8b;font-family:Circe}.send-message-field .field .map{max-width:655px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.box-contact-form .error_text{color:#fff}.bg_gray .error_text,.error_text{color:#e3200e}.equipment-setting{width:100%;position:relative;padding-top:63px;padding-bottom:104px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4}.equipment-setting .txt-centr{text-align:center;margin-bottom:36px}.equipment-setting .field{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.equipment-setting .field .toggle-block{max-width:245px;width:100%}.equipment-setting .field .toggle-block .block{height:100px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;margin:27px 0;line-height:normal;color:#fff;font-family:Circe;font-size:28px;font-weight:800;background:#1a1a18;-webkit-border-radius:12px 0 0 12px;border-radius:12px 0 0 12px;cursor:pointer;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.equipment-setting .field .toggle-block .active{background:#e3200e}.equipment-setting .field .info-block{overflow:hidden;position:relative;width:100%;min-height:535px;display:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;-webkit-border-radius:12px;border-radius:12px;border:1px solid #8d8d8b;border-left:none;padding:20px 0;padding-left:16px;-webkit-box-sizing:border-box;box-sizing:border-box}.equipment-setting .field .info-block:before{content:'';position:absolute;left:0;top:0;bottom:0;width:16px;background:#e3200e}.equipment-setting .field .info-block[data-block=mail] .block,.equipment-setting .field .info-block[data-block=playlist] .block,.equipment-setting .field .info-block[data-block=tv] .block{width:33.333%}.equipment-setting .field .info-block[data-block=mail] .block:nth-child(4n),.equipment-setting .field .info-block[data-block=playlist] .block:nth-child(4n),.equipment-setting .field .info-block[data-block=tv] .block:nth-child(4n){border-right:1px solid #8d8d8b}.equipment-setting .field .info-block[data-block=mail] .block:nth-child(3n),.equipment-setting .field .info-block[data-block=playlist] .block:nth-child(3n),.equipment-setting .field .info-block[data-block=tv] .block:nth-child(3n){border-right:none}.equipment-setting .field .info-block[data-block=mail] .block .image,.equipment-setting .field .info-block[data-block=playlist] .block .image,.equipment-setting .field .info-block[data-block=tv] .block .image{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.equipment-setting .field .info-block[data-block=mail] .block .image img,.equipment-setting .field .info-block[data-block=playlist] .block .image img,.equipment-setting .field .info-block[data-block=tv] .block .image img{width:45.5%;margin-bottom:18px}.equipment-setting .field .info-block[data-block=mail] .block .image p,.equipment-setting .field .info-block[data-block=playlist] .block .image p,.equipment-setting .field .info-block[data-block=tv] .block .image p{color:#e3200e;font-family:Circe;font-size:20px;font-weight:700;text-align:center;width:80%}.equipment-setting .field .info-block[data-block=playlist]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.equipment-setting .field .info-block[data-block=playlist] .block{min-height:350px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.equipment-setting .field .info-block[data-block=playlist] .block .image.img_shadow img{-webkit-box-shadow:0 5px 7px 3px rgba(34,60,80,.3);box-shadow:0 5px 7px 3px rgba(34,60,80,.3)}.equipment-setting .field .info-block[data-block=playlist] .block .info{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.equipment-setting .field .info-block[data-block=mail]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.equipment-setting .field .info-block[data-block=mail] .block{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%}.equipment-setting .field .info-block[data-block=mail] .block .info{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.equipment-setting .field .info-block[data-block=mail] .block .image img{width:25%}.equipment-setting .field .info-block[data-block=mail] .block:nth-child(2n){border-right:none}.equipment-setting .field .info-block[data-block=mail] .block:nth-child(odd){border-right:1px solid #8d8d8b}.equipment-setting .field .info-block .block{height:auto;width:25%;min-height:206px;max-height:50%;position:relative;padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #8d8d8b;margin:20px 0;cursor:pointer}.equipment-setting .field .info-block .block:nth-child(4n){border-right:none}.equipment-setting .field .info-block .block:hover .info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.equipment-setting .field .info-block .block .image{width:100%;height:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.equipment-setting .field .info-block .block .image img{-o-object-fit:cover;object-fit:cover}.equipment-setting .field .info-block .block .info{position:absolute;z-index:2;top:0;left:0;right:0;bottom:0;-webkit-border-radius:12px;border-radius:12px;-webkit-box-shadow:0 0 4px rgba(0,0,0,.5);box-shadow:0 0 4px rgba(0,0,0,.5);background:#f4f4f4ee;padding:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.equipment-setting .field .info-block .block .info .docs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:20px 0}.equipment-setting .field .info-block .block .info .docs .doc{margin:0 10px;cursor:pointer}.equipment-setting .field .info-block .block .info p{text-align:center;line-height:17px;color:#1a1a18;font-family:Circe;font-size:16px;font-weight:400}.equipment-setting .field .info-block .block .info p b{font-weight:800}.equipment-setting .field .info-block .block .info p a{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.equipment-setting .field .info-block .block .info p a:hover{color:#e3200e}.equipment-setting .field .info-block .block .info .printdoc,.equipment-setting .field .info-block .block .info .save-doc,.equipment-setting .field .info-block .block .info .watch-doc{display:none}.equipment-setting .field .block_active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}footer .footer-top{position:relative;padding-top:80px;padding-bottom:25px;overflow:hidden;background:-webkit-gradient(linear,left top,right top,from(#131311),color-stop(45.8101%,#10110c),to(#010101));background:-o-linear-gradient(left,#131311 0,#10110c 45.8101%,#010101 100%);background:linear-gradient(to right,#131311 0,#10110c 45.8101%,#010101 100%)}footer .footer-top>img{display:block;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}footer .footer-top .box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}footer .footer-top .box .footer-contacts{width:40%}footer .footer-top .box .footer-contacts .footer-logo{border-bottom:1px solid #e3200e;padding-bottom:18px;margin-bottom:10px}footer .footer-top .box .footer-contacts .footer-logo a{display:inline-block;vertical-align:top}footer .footer-top .box .footer-contacts .footer-logo a img,footer .footer-top .box .footer-contacts .footer-logo a svg{display:block;width:170px;height:auto}footer .footer-top .box .footer-contacts .columns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}footer .footer-top .box .footer-contacts .columns .column{width:50%}footer .footer-top .box .footer-contacts .columns .column:first-child{padding-right:8px}footer .footer-top .box .footer-contacts .columns .column:first-child .with-icon .icon-right-info div a{line-height:24px}footer .footer-top .box .footer-contacts .columns .column:last-child{padding-left:8px}footer .footer-top .box .footer-contacts .columns .column .with-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}footer .footer-top .box .footer-contacts .columns .column .with-icon+.with-icon{margin-top:10px}footer .footer-top .box .footer-contacts .columns .column .with-icon .icon{width:46px;padding-right:15px}footer .footer-top .box .footer-contacts .columns .column .with-icon .icon img,footer .footer-top .box .footer-contacts .columns .column .with-icon .icon svg{display:block;width:100%;height:auto}footer .footer-top .box .footer-contacts .columns .column .with-icon .icon-right-info{width:-webkit-calc(100% - 46px);width:calc(100% - 46px);font-size:20px;line-height:24px;font-weight:700;color:#fff}footer .footer-top .box .footer-contacts .columns .column .with-icon .icon-right-info div a{display:inline-block;vertical-align:top;line-height:30px;color:#fff}footer .footer-top .box .footer-contacts .columns .column .with-icon .icon-right-info div a:hover{color:#e3200e}footer .footer-top .box .footer-contacts .columns .column .footer-soc{margin-top:18px}footer .footer-top .box .footer-contacts .columns .column .footer-soc .title{font-size:20px;line-height:30px;font-weight:400;color:#fff;position:relative;margin-bottom:10px}footer .footer-top .box .footer-contacts .columns .column .footer-soc .title:after{content:'';width:100%;height:1px;max-width:230px;position:absolute;left:0;bottom:0;background:#e3200e}footer .footer-top .box .footer-contacts .columns .column .footer-soc .soc-line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer-top .box .footer-contacts .columns .column .footer-soc .soc-line a{display:inline-block;vertical-align:top;margin-right:29px;width:45px;height:45px}footer .footer-top .box .footer-contacts .columns .column .footer-soc .soc-line a:last-child{margin-right:0}footer .footer-top .box .footer-contacts .columns .column .footer-soc .soc-line a img,footer .footer-top .box .footer-contacts .columns .column .footer-soc .soc-line a svg{width:100%;height:100%}footer .footer-top .box .footer-contacts .columns .column .footer-soc .soc-line a svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}footer .footer-top .box .footer-contacts .columns .column .footer-soc .soc-line a:hover svg path{fill:#e3200e}footer .footer-top .box .footer-menu{width:32%;padding-left:10%}footer .footer-top .box .footer-menu ul{list-style:none;margin:0;padding:0}footer .footer-top .box .footer-menu ul li{margin-bottom:10px}footer .footer-top .box .footer-menu ul li a{display:inline-block;vertical-align:top;font-size:20px;line-height:30px;font-weight:700;color:#fff;text-transform:uppercase}footer .footer-top .box .footer-menu ul li a:hover{color:#e3200e}footer .footer-top .box .footer-btns{width:28%;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding-top:61px}footer .footer-top .box .footer-btns div{margin-bottom:22px}footer .footer-top .box .footer-btns div:last-child{margin-bottom:0}footer .footer-top .box .footer-btns .red-btn{display:inline-block;vertical-align:top;width:100%;max-width:320px;font-size:18px;line-height:22px;font-weight:400;color:#fff;text-align:center;background:#e3200e;border:0;-webkit-border-radius:6px;border-radius:6px;text-transform:uppercase;padding:13px 5px;padding-top:17px}footer .footer-top .box .footer-btns .red-btn:hover{background:#8d8d8b}footer .footer-top .box .footer-btns .red-btn.invers{background:#8d8d8b}footer .footer-top .box .footer-btns .red-btn.invers:hover{background:#e3200e}footer .footer-bot{background:#e3200e;padding:21px 0}footer .footer-bot .box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:20px;line-height:24px;font-weight:400;color:#fff}footer .footer-bot .box div{margin-left:70px}footer .footer-bot .box div:first-child{margin-left:0}footer .footer-bot .box div a{color:#fff}footer .footer-bot .box div a:hover{color:#1a1a18}.block-city-selection{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:45px 35px;-webkit-border-radius:12px;border-radius:12px;margin-bottom:55px;background:#dddddc}.block-city-selection>*+*{margin-left:20px}.block-city-selection .title{max-width:360px;width:100%;padding-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;font-size:30px;font-weight:800;color:#1a1a18}.block-city-selection .choose-city{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:615px;width:100%;position:relative}.block-city-selection .choose-sector{max-width:306px;width:100%}.block-city-selection .chosen-single{-webkit-border-radius:6px;border-radius:6px}.block-city-selection .with_line{display:block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;position:relative}.block-city-selection .btn{height:auto}.enternet-card-head{position:relative}.enternet-card-head.popular::after{content:"ПОПУЛЯРНИЙ";display:block;padding:5px 26px 5px 27px;-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);letter-spacing:.2em;color:#fff;background-color:#e3200e;font-family:'Montserrat Black';font-weight:900}.tariffs-intro{width:100%;position:relative;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.b-tariffs{padding:69px 0 60px}.b-tariffs.bg_f4f4f4{background:#f4f4f4}.b-tariffs h2{margin-bottom:36px}.tariffs .super-center{line-height:normal}s .exile-tariff__title{max-width:365px;width:100%;margin:0}.tariffs-info{padding-top:76px}.tariffs-info__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tariffs-info__container>*+*{margin-left:90px}.tariffs-info__left-side{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:800px}.tariffs-info__right-side{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:650px}.tariffs-info__title{margin-bottom:45px;font-weight:800}.tariffs-info__desc{margin-bottom:30px;font-size:20px;line-height:34px;font-family:Circe;font-weight:300}.tariffs-info__desc strong{font-weight:700}.tariffs-info__list-item{margin-top:20px;list-style-position:inside}.tariffs-info__list-item::marker{content:'— ';color:#e3200e}.tariffs-info__btn{padding:inherit 37px}.tariffs-info__img{all:initial;height:100%;width:100%;-webkit-border-radius:15px;border-radius:15px;overflow:hidden;-o-object-fit:contain;object-fit:contain}.tariffs-list li{list-style:url(../../img/svg/check_mark.svg) inside!important}.tariffs-list li::before{display:none!important}.options-tariffs{border-bottom:3px solid #e3200e}.options-tariffs__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.options-tariffs__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:23px 30px 20px;border:1px solid #e3200e;border-bottom:none;-webkit-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;min-width:364px;background-color:#1a1a18;-webkit-box-shadow:0 -6px 19px -7px rgba(0,0,0,.2);box-shadow:0 -6px 19px -7px rgba(0,0,0,.2)}.options-tariffs__item--active{background-color:#e3200e}.options-tariffs__item:hover{cursor:pointer}.options-tariffs__item+.options-tariffs__item{margin-left:24px}.options-tariffs__item__text{margin-left:18px;font-size:20px;font-weight:700;color:#fff}.tariff_opts{position:relative}.tariff_opts--promotion::before{padding:35px 10px 10px;content:'АКЦIЯ';display:block;width:125px;position:absolute;top:0;right:0;-webkit-transform:rotate(45deg) translate(28px,-44px);-ms-transform:rotate(45deg) translate(28px,-44px);transform:rotate(45deg) translate(28px,-44px);font-weight:900;font-size:18px;line-height:1em;color:#fff;background-color:#e3200e;z-index:1}.product-field{width:100%;position:relative;padding-top:63px;padding-bottom:101px;-webkit-box-sizing:border-box;box-sizing:border-box}.product-field .top{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.product-field .top .info{max-width:720px;width:100%}.product-field .top .info h2{margin-bottom:34px}.product-field .top .info p{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:300}.product-field .view-box{max-width:600px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.product-field .view-box .big-img{max-width:500px;height:420px;margin-right:20px}.product-field .view-box .big-img img{height:100%;-o-object-fit:cover;object-fit:cover}.product-field .view-box .images-block{max-width:80px}.product-field .view-box .images-block .small-img{position:relative;height:80px;width:80px;border:1px solid #1a1a18;margin:5px 0;cursor:pointer}.product-field .view-box .images-block .small-img img{-o-object-fit:contain;object-fit:contain;position:absolute;top:0;left:0;height:100%;width:100%}.product-field .view-box .images-block .active{border:1px solid #e3200e}.product-field h3{line-height:normal;color:#1a1a18;font-family:Circe;font-size:30px;font-weight:800}.product-field .body{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:43px}.product-field .body .technical-block{max-width:755px;width:100%;-webkit-border-radius:12px;border-radius:12px;overflow:hidden}.product-field .body .technical-block .cell{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:14px 70px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0;background:#f4f4f4;line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:700}.product-field .body .technical-block .cell .left{width:50%;padding-right:10px}.product-field .body .technical-block .cell .right{width:50%}.product-field .body .technical-block .cell .right p{margin-bottom:30px}.product-field .body .technical-block .cell .right p:last-child{margin-bottom:0}.product-field .body .technical-block .title{background:#1a1a18;color:#fff;font-weight:800;padding:25px 70px}.product-field .body .suport-block{max-width:600px;width:100%;padding:14px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.product-field .body .suport-block h3{margin-bottom:23px}.product-field .body .suport-block ul{margin-bottom:84px}.product-field .body .suport-block ul li{padding-left:36px;padding-top:7px;padding-bottom:7px;position:relative;list-style:none;line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:400}.product-field .body .suport-block ul li:before{content:'';background:url(../../../img/ul-check.svg) no-repeat center center;background-size:contain;position:absolute;width:22px;height:18px;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.product-field .body .suport-block .buy-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:96px}.product-field .body .suport-block .buy-block h3{margin-bottom:0;margin-right:100px}.product-field .body .suport-block .document-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product-field .body .suport-block .document-block a{display:block;margin:0 15px}.product-field .body .suport-block .document-block a svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.product-field .body .suport-block .document-block a:hover svg path{fill:#1a1a18}.product-field .body .suport-block .document-block button{display:block;cursor:pointer;margin:0 15px}.product-field .body .suport-block .document-block button svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.product-field .body .suport-block .document-block button:hover svg path{fill:#1a1a18}.cation-block{width:100%;position:relative;margin-top:-60px}.cation-block .body{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 100px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:8px;border-radius:8px;border:4px solid #e3200e;background:#fff}.cation-block .body .icon{margin-right:100px}.cation-block .body .info{max-width:1100px;width:100%}.cation-block .body .info h3{line-height:normal;font-family:Circe;font-size:40px;font-weight:800}.cation-block .body .info p{line-height:normal;font-family:Circe;font-size:30px;font-weight:700;margin-bottom:13px}.cation-block .body .info a{font-family:Circe;font-size:20px;font-weight:800;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.cation-block .body .info a:hover{color:#1a1a18}.support-info-block{width:100%;position:relative;padding-top:64px;padding-bottom:80px;-webkit-box-sizing:border-box;box-sizing:border-box}.support-info-block .body{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.support-info-block .body .info{max-width:611px;width:100%}.support-info-block .body .info h2{margin-bottom:28px}.support-info-block .body .info p{line-height:normal;font-family:Circe;font-size:20px;font-weight:300;margin-bottom:23px}.support-info-block .body .info p span{font-weight:700}.support-info-block .body .info p:last-child{margin-bottom:0}.support-info-block .body .info p.title{font-size:28px;font-weight:800;margin-bottom:28px}.support-info-block .body .image{margin-left:20px;width:770px;height:500px;position:relative;-webkit-border-radius:12px;border-radius:12px;overflow:hidden}.support-info-block .body .image img{-o-object-fit:cover;object-fit:cover;height:100%}.question-answer-block{width:100%;position:relative;padding-top:60px;padding-bottom:60px;-webkit-box-sizing:border-box;box-sizing:border-box}.question-answer-block .txt-center{text-align:center;margin-bottom:37px}.question-answer-block .body{width:100%;position:relative}.question-answer-block .body .tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 7px;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;border-bottom:4px solid #e3200e;overflow-x:auto}.question-answer-block .body .tabs .tab{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;cursor:pointer;height:105px;padding:0 10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#1a1a18;-webkit-border-radius:12px 12px 0 0;border-radius:12px 12px 0 0;line-height:normal;color:#fff;font-family:Circe;font-size:20px;font-weight:800;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.question-answer-block .body .tabs .tab+.tab{margin-left:15px}.question-answer-block .body .tabs .tab .icon{margin-right:14px}.question-answer-block .body .tabs .tab:last-child{margin-right:0}.question-answer-block .body .tabs .tab:first-child{margin-left:0}.question-answer-block .body .tabs .active{background:#e3200e}.question-answer-block .body .content{display:none;width:100%;position:relative;padding:80px 100px;-webkit-box-sizing:border-box;box-sizing:border-box}.question-answer-block .body .content .cell{width:100%;position:relative;height:auto;margin:9px 0}.question-answer-block .body .content .cell:last-child{margin-bottom:0}.question-answer-block .body .content .cell:first-child{margin-top:0}.question-answer-block .body .content .cell .qestion{width:100%;position:relative;padding:22px 155px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;-webkit-border-radius:12px;border-radius:12px;overflow:hidden;line-height:normal;font-family:Circe;font-size:25px;font-weight:700;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.question-answer-block .body .content .cell .qestion .icon{position:absolute;left:64px;top:0;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.question-answer-block .body .content .cell .qestion .arrow{position:absolute;right:64px;top:0;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.question-answer-block .body .content .cell .qestion .rotate{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.question-answer-block .body .content .cell .answer{width:100%;position:relative;line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:400;padding:0 155px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:max-height .1s ease,padding .2s ease;-o-transition:max-height .1s ease,padding .2s ease;transition:max-height .1s ease,padding .2s ease;max-height:0;overflow:hidden}.question-answer-block .body .content .cell .open{max-height:1000px;padding:22px 155px}.question-answer-block .body .active{display:block}.instruktion-block{width:100%;padding:70px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.instruktion-block .body{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.instruktion-block .body .left{max-width:356px;width:100%;padding-right:30px;position:relative}.instruktion-block .body .left .sticky{top:100px;position:-webkit-sticky;position:sticky;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.instruktion-block .body .left .action{max-width:240px;width:100%}.instruktion-block .body .left .action .big-red-btn{width:100%}.instruktion-block .body .left .action .big-red-btn:first-child{margin-bottom:25px}.instruktion-block .body .left img{max-width:100%;max-height:240px;margin-bottom:80px}.instruktion-block .body .left img img{-o-object-fit:cover;object-fit:cover}.instruktion-block .body .right{width:100%;position:relative}.instruktion-block .body .right h3{line-height:normal;color:#1a1a18;font-family:Circe;font-size:40px;font-weight:800;margin-bottom:42px}.instruktion-block .body .right p{line-height:normal;color:#1a1a18;font-family:Circe;font-size:20px;font-weight:300;margin-bottom:34px}.instruktion-block .body .right h3 b,.instruktion-block .body .right p b{color:#e3200e;font-size:inherit}.instruktion-block .body .right h3 b{font-weight:800}.instruktion-block .body .right p b{font-weight:700}.instruktion-block .body .right b,.instruktion-block .body .right p.big{line-height:normal;font-family:Circe;color:#e3200e;font-size:30px;font-weight:800;margin-bottom:34px}.instruktion-block .body .right b{display:inline-block}.instruktion-block .body .right .image-block{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:50px}.instruktion-block .body .right .image-block .img{max-width:600px;max-height:500px}.instruktion-block .body .right .image-block:last-child{margin-bottom:0}.instruktion-block .body .right img{visibility:visible;opacity:1;display:block;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:relative;margin-bottom:50px;max-width:600px;max-height:500px;width:auto}.instruktion-block .big-red-btn{padding-left:10px;padding-right:10px}.services-tariffs{background-color:#fff}.services-tariffs__title{text-align:center;margin-bottom:35px}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-head{color:#fff;padding:28px 0 25px;background:#000}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-head .h2{font-size:34px}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-body{height:100%}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-body .speed{margin-top:15px}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-body .speed img{margin:0 auto;width:75%;margin-top:15px;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-body .list{margin-bottom:auto}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-body .list li{padding-left:0}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-body .buy{margin-top:20px}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card:hover .enternet-card-head{background:#e3200e}.services-info{padding:85px 0}.services-info__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.services-info__left-side,.services-info__right-side{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.services-info__right-side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:100px}.services-info__title{font-size:50px;font-weight:800;margin-bottom:35px}.services-info__desc{max-width:630px;margin-bottom:30px;font-size:20px;line-height:34px}.services-info__img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;-webkit-border-radius:15px;border-radius:15px}.services-other{margin-bottom:78px;padding-top:87px}.services-other__title{text-align:center;margin-bottom:36px}.services-other__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-40px}.services-other__item{position:relative;width:-webkit-calc(33% - 16px);width:calc(33% - 16px);height:auto;margin-bottom:40px}.services-other__item:hover .services-other__img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.services-other__item:hover .services-other__text h4{color:#fff}.services-other__link{display:block;overflow:hidden;position:relative;padding-top:65%;-webkit-border-radius:12px;border-radius:12px;-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)}.services-other__img{position:absolute;top:-1px;left:0;width:110%;height:110%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;z-index:-1;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-filter:brightness(50%);filter:brightness(50%)}.services-other__info{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.services-other__field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px}.services-other__svg{margin-right:25px}.services-other__svg svg{width:100%;height:auto}.services-other__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.services-other__text h3{color:#fff;font-family:Circe;font-size:40px;font-weight:800;line-height:32px;margin-bottom:14px}.services-other__text p{line-height:normal;color:#fff;font-family:Circe;font-size:16px;font-weight:300}.services-other__text h4{line-height:normal;color:#e3200e;font-family:Circe;font-size:20px;font-weight:800;margin-bottom:0;margin-top:10px;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.payment-intro__img{max-height:920px;height:100vh}.payment-info{padding:85px 0}.payment-info__title{margin-bottom:36px}.payment-info__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.payment-info__col{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.payment-info__col+.payment-info__col{margin-left:60px}.payment-info__col--1{max-width:220px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.payment-info__col--2{max-width:592px}.payment-info__receipt{margin-top:15px}.payment-info__receipt__header{padding:30px 14px}.payment-info__receipt__svg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:41px;margin:0 auto 18px}.payment-info__receipt__tagline,.payment-info__receipt__title{text-align:center;font-weight:800}.payment-info__receipt__btn{width:100%;padding:13px 15px 14px;cursor:pointer}.payment-info__receipt__btn+.payment-info__receipt__btn{margin-top:16px}.payment-info__text{max-width:592px}.payment-info__text h3{font-weight:800;margin-bottom:39px;font-size:28px}.payment-info__text p{max-width:525px;font-size:20px;line-height:34px;font-weight:300}.payment-info__text p b{color:#e3200e}.payment-info__text p+p{margin-top:14px}.payment-info__img{-webkit-border-radius:15px;border-radius:15px;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.payment-services{padding:85px 0;background-color:#f4f4f4}.payment-services__title{margin-bottom:32px;text-align:center}.payment-services__services{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-filter:drop-shadow(0 4px 5px rgba(0 0 0 / 25%));filter:drop-shadow(0 4px 5px rgba(0 0 0 / 25%))}.payment-services__nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:-webkit-max-content;height:-moz-max-content;height:max-content}.payment-services__btn{min-width:250px;padding:23px 20px 24px;border:none;-webkit-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px;margin:0;font-size:28px;font-weight:800;color:#fff;background-color:#000;cursor:pointer}.payment-services__btn+.payment-services__btn{margin-top:19px}.payment-services__btn--active{background-color:#e3200e!important}@media screen and (min-width:768px){.payment-services__btn:hover{cursor:pointer;background-color:#8d8d8b}}.payment-services__list{position:relative;overflow:hidden;display:none;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));row-gap:40px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:60px 0 60px 16px;-webkit-border-radius:12px;border-radius:12px;list-style:none;background-color:#fff}.payment-services__list.discount{padding-top:150px}.payment-services__list.discount .discount{padding-left:16px;position:absolute;left:0;width:100%;top:50px;font-family:Circe;font-weight:700;font-size:20px;text-align:center}@media screen and (max-width:1200px){.payment-services__list.discount .discount{top:100px}}@media screen and (max-width:1200px){.payment-services__list.discount{padding-top:200px}}.payment-services__list::after,.payment-services__list::before{content:'';display:block;position:absolute;height:100%;z-index:1}.payment-services__list::before{width:16px;top:0;left:0;background-color:#e3200e}.payment-services__list::after{width:16px;top:0;right:0;background-color:#fff}.payment-services__list--active{display:grid}.payment-services__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:280px;padding:0 30px;border-right:1px solid #8f8c8c;cursor:default}.payment-services__item p{text-align:center;font-family:Circe;font-size:16px;font-weight:400}.payment-services__item__svg{height:70px}.payment-services__item__svg img{height:70px;width:100%;-o-object-fit:contain;object-fit:contain}.payment-services__item__svg svg{height:100%;width:100%;margin:0 auto}.payment-services__item__title{font-size:18px;line-height:170%;text-align:center}.payment-services__item__btn{width:100%;padding:16px 20px 17px;border:none;-webkit-border-radius:6px;border-radius:6px;font-size:22px;font-weight:400;color:#fff;text-transform:uppercase;background-color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.payment-services__item__btn:hover{cursor:pointer;background-color:#e3200e}}.payment-services__item__details{font-family:Circe;font-size:20px;line-height:23px;font-weight:800;color:#e3200e;display:block;text-align:center;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;margin-top:20px}.payment-services__item__details:hover{color:#000}.domen-info{padding:85px 0}.domen-info__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.domen-info__col{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.domen-info__col+.domen-info__col{margin-left:120px}.domen-info__col--2{max-width:670px}.domen-info__title{margin-bottom:31px}.domen-info h1,.domen-info h2{margin-bottom:31px}.domen-info__text{font-size:20px;line-height:155%}.domen-info__text>*+*{margin-top:17px}.domen-info p{font-size:20px;line-height:155%;margin-bottom:17px;font-weight:300}.domen-info p b{color:#e3200e}.domen-info__btn{padding:13px 34px 14px;margin-top:50px}.domen-info__img{width:100%;height:auto;-webkit-border-radius:15px;border-radius:15px;margin-bottom:90px}.domen-info__table-wrapper__title{max-width:455px;margin-bottom:46px;font-weight:800}.domen-info__table{display:table;width:100%;-webkit-border-radius:15px;border-radius:15px;border-collapse:collapse;overflow:hidden}.domen-info__table__head{color:#fff;background-color:#000}.domen-info__table__head th{padding-top:25px;padding-bottom:26px;padding-left:73px;padding-right:80px;font-size:20px;font-weight:800;text-align:left}.domen-info__table__head th+th{padding-left:0}.domen-info__table__body .domen-info__table__row{border-bottom:3px solid #fff;background-color:#f4f4f4}.domen-info__table__body .domen-info__table__row:first-child>td{padding-top:34px!important}.domen-info__table__body .domen-info__table__row:last-child>td{padding-bottom:34px!important}.domen-info__table__body .domen-info__table__row td{padding-top:15px;padding-bottom:16px;padding-left:73px;padding-right:80px;font-size:20px;font-weight:700}.domen-info__table__body .domen-info__table__row td+td{padding-left:0}.domen-info--other-info__title{margin-bottom:54px;font-weight:800}.domen-info--other-info__list{list-style:none}.domen-info--other-info ul{list-style:none}.domen-info--other-info__item+.domen-info--other-info__item{margin-top:14px}.domen-info--other-info li{margin-top:14px}.domen-info--other-info__link{font-size:24px;font-weight:800;color:#e3200e;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.domen-info--other-info__link:hover{color:#000}.server-info__title{margin:70px 0 42px;font-size:30px;font-weight:800}.server-info__subtitle{margin:90px 0 24px;font-size:30px;font-weight:800}.server-info__list{padding-left:29px;list-style:url(../../img/svg/check_mark.svg) outside!important}.server-info__item{font-size:20px;font-weight:400}.server-info__item+.server-info__item{margin-top:14px}.server-info__btn{margin-top:80px}.server-info__price{margin-top:43px;font-size:30px;font-weight:800}.profile-info{padding:85px 0;background-color:#f4f4f4}.profile-info__title{margin-top:30px;max-width:545px}.profile-info__balance{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:52px 68px;-webkit-border-radius:15px;border-radius:15px;margin-bottom:18px;background-color:#fff}.profile-info__balance-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.profile-info__balance-row--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.profile-info__balance-name{font-weight:800}.profile-info__balance-value{margin-left:58px;font-weight:800}.profile-info__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.profile-info__actions>*+*{margin-left:65px}.profile-info__actions-title{margin-bottom:8px;font-weight:900}.profile-info__refill-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:40px;max-width:400px;-webkit-border-radius:8px;border-radius:8px;-webkit-box-shadow:inset 0 0 0 1px #dddddc;box-shadow:inset 0 0 0 1px #dddddc}.profile-info__refill-input{width:100%;height:100%;padding:2px 0 0 23px;border:none;margin:1px -20px 1px 1px;font-size:26px;font-weight:300;color:#8d8d8b;background:0 0;height:26px}.profile-info__refill-input::-webkit-input-placeholder{padding-top:10px;color:#8d8d8b}.profile-info__refill-input::-moz-placeholder{padding-top:10px;color:#8d8d8b}.profile-info__refill-input:-ms-input-placeholder{padding-top:10px;color:#8d8d8b}.profile-info__refill-input::-ms-input-placeholder{padding-top:10px;color:#8d8d8b}.profile-info__refill-input::placeholder{padding-top:10px;color:#8d8d8b}.profile-info__btn{height:40px;padding:2px 15px;-webkit-border-radius:8px;border-radius:8px;font-size:24px;font-weight:500;letter-spacing:.08em;text-transform:initial}.profile-info__btn--disebled,.profile-info__btn:disabled{background-color:#8d8d8b;cursor:default}.profile-info__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:30px;list-style:none}.profile-info__list>*+*{margin-left:auto}.profile-info__item{font-weight:600px}.profile-info__item::before{content:'';display:inline-block;width:10px;height:10px;-webkit-border-radius:50%;border-radius:50%;margin:.2em 8px .2em 0;background:#e3200e}.profile-interview{padding:85px 0}.profile-interview__quests-group{display:none}.profile-interview__quests-group.active{display:block}.profile-interview__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.profile-interview__container>*+*{margin-left:auto}.profile-interview__col--left{max-width:638px}.profile-interview__col--right{max-width:770px}.profile-interview__title{margin-bottom:20px}.profile-interview__box{padding:60px 75px;border:1px solid #c9c8c8;-webkit-border-radius:8px;border-radius:8px;background-color:#fff;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.1);box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.profile-interview__header{padding-left:20px;margin-bottom:30px}.profile-interview__step{font-size:30px;font-weight:400}.profile-interview__step span{color:inherit}.profile-interview__tagline{font-size:36px;font-weight:700}.profile-interview__radio{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:2px 8px;-webkit-border-radius:8px;border-radius:8px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.profile-interview__radio+.profile-interview__radio{margin-top:10px}@media screen and (min-width:768px){.profile-interview__radio:hover{background-color:rgba(241,241,241,.5)}}.profile-interview__radio-item{all:initial;display:inline-block;width:20px;min-width:20px;height:20px;border:2px solid #e3200e;-webkit-border-radius:50%;border-radius:50%;margin-right:18px;position:relative;cursor:pointer}.profile-interview__radio-item::before{content:'';display:block;width:0;height:0;-webkit-border-radius:50%;border-radius:50%;background-color:transparent;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s cubic-bezier(.52,-.4,.57,1.56);-o-transition:.3s cubic-bezier(.52,-.4,.57,1.56);transition:.3s cubic-bezier(.52,-.4,.57,1.56)}.profile-interview__radio-item:checked::before{width:15px;height:15px;background-color:#e3200e}.profile-interview__radio-item:disabled{border:2px solid #8d8d8b}.profile-interview__radio-item:disabled::before{background-color:#8d8d8b}.profile-interview__radio-text{font-size:30px;font-weight:400}.profile-interview__btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:12px 38px;margin:40px auto 0}.profile-interview__btn.disabled{border:2px solid #8d8d8b;background-color:#8d8d8b;cursor:default}.profile-subscribe{padding:85px 0;position:relative}.profile-subscribe__bg{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;z-index:-1;-webkit-filter:brightness(.4);filter:brightness(.4)}.profile-subscribe__title{font-size:36px;font-weight:700;color:#fff}.profile-subscribe__tagline{font-size:30px;font-weight:300;color:#fff}.profile-subscribe__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:640px;-webkit-border-radius:8px;border-radius:8px;margin:38px 0;background-color:#fff}.profile-subscribe__input{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:auto;padding-top:.4em;padding-left:32px;border:none;font-size:20px;background:0 0}.profile-subscribe__input::-webkit-input-placeholder{color:#8d8d8b}.profile-subscribe__input::-moz-placeholder{color:#8d8d8b}.profile-subscribe__input:-ms-input-placeholder{color:#8d8d8b}.profile-subscribe__input::-ms-input-placeholder{color:#8d8d8b}.profile-subscribe__input::placeholder{color:#8d8d8b}.profile-subscribe__social{margin-top:28px}.profile-subscribe__social>*+*{margin-left:40px}.profile-control{padding-top:85px}.profile-control .container{height:100%}.profile-control__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.profile-control__container>*{height:auto}.profile-control__aside{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:25%}.profile-control__aside-nav{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:30px 15px;border-top:3px solid #e3200e;-webkit-border-radius:0 0 0 8px;border-radius:0 0 0 8px;background-color:#1a1a18;scrollbar-color:rgba(0,0,0,0) #e3200e;scrollbar-width:thin}.profile-control__aside-nav::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(0,0,0,0)}.profile-control__aside-nav::-webkit-scrollbar-thumb{background-color:#e3200e;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.profile-control__aside-nav::-webkit-scrollbar-thumb:hover{background-color:#e3200e}.profile-control__aside-group{-webkit-border-radius:6px;border-radius:6px}.profile-control__aside-group+.profile-control__aside-group{margin-top:25px}@media screen and (min-width:768px){.profile-control__aside-group:hover{background-color:#31312f;cursor:pointer}.profile-control__aside-group:hover .profile-control__aside-group-title{background-color:#e3200e}}.profile-control__aside-group.active{background-color:#31312f;cursor:default!important}.profile-control__aside-group.active .profile-control__aside-group-title{background-color:#e3200e}.profile-control__aside-group.active .profile-control__aside-group-title::after{display:inline-block}.profile-control__aside-group-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;padding:6px 15px 3px;-webkit-border-radius:6px;border-radius:6px;font-size:20px;font-weight:700;color:#fff}.profile-control__aside-group-title::after{content:'';display:none;width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff;margin-left:15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.profile-control__aside-group-ul{padding:17px 15px 12px;list-style:none}.profile-control__aside-group-li{position:relative;padding-left:20px;font-size:18px;font-weight:200;color:#fff}.profile-control__aside-group-li::before{content:'';display:inline-block;width:6px;height:6px;border:2px solid #e3200e;-webkit-border-radius:50%;border-radius:50%;margin:.08em 10px auto 0;position:absolute;top:3px;left:0}.profile-control__aside-group-li+.profile-control__aside-group-li{margin-top:10px}.profile-control__aside-group-li.black{color:#000;font-size:18px;font-weight:500}.profile-control__aside-link{display:inline-block;margin-top:29px;position:relative;font-size:20px;font-weight:400}.profile-control__aside-link::before{content:'';display:block;width:100%;height:2px;position:absolute;top:-webkit-calc(100% - 5px);top:calc(100% - 5px);left:0;background-color:#e3200e}.profile-control__body{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.profile-control__body-header{display:none;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.profile-control__body-header.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.profile-control__body-main{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-top:3px solid #e3200e;-webkit-border-radius:0 0 8px 0;border-radius:0 0 8px 0;background-color:#f4f4f4}.profile-control__body-container{display:none;padding:70px 35px 70px 15px;min-height:100%;background-color:#f4f4f4}.profile-control__body-container.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.profile-control__body-container.row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.profile-control__body-container.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.profile-control__body-table-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1}.profile-control__body-table{width:100%;border-collapse:collapse}.profile-control__body-table.table-cols-4\/1 .profile-control__body-table-row td,.profile-control__body-table.table-cols-4\/1 .profile-control__body-table-row th{width:-webkit-calc(100% / 4);width:calc(100% / 4)}.profile-control__body-table.table-cols-3\/1 .profile-control__body-table-row td,.profile-control__body-table.table-cols-3\/1 .profile-control__body-table-row th{width:-webkit-calc(100% / 3);width:calc(100% / 3)}.profile-control__body-table.table-cols-2\/1 .profile-control__body-table-row td,.profile-control__body-table.table-cols-2\/1 .profile-control__body-table-row th{width:-webkit-calc(100% / 2);width:calc(100% / 2)}.profile-control__body-table-td,.profile-control__body-table-th{padding:16px 32px 13px;font-size:20px;font-weight:700;text-align:left;vertical-align:top}.profile-control__body-table-td+.profile-control__body-table-td,.profile-control__body-table-td+.profile-control__body-table-th,.profile-control__body-table-th+.profile-control__body-table-td,.profile-control__body-table-th+.profile-control__body-table-th{padding-left:26px;padding-right:0}.profile-control__body-table-td--deactive,.profile-control__body-table-th--deactive{color:#8d8d8b}.profile-control__body-table-td.black-border,.profile-control__body-table-th.black-border{border-bottom:2px solid #1a1a18}.profile-control__body-table-td.white-border,.profile-control__body-table-th.white-border{border-bottom:2px solid #fff}.profile-control__body-table-td.center,.profile-control__body-table-th.center{text-align:center}.profile-control__body-table-td .inner-row,.profile-control__body-table-th .inner-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.profile-control__body-table-td .inner-row.balance+.inner-row.balance,.profile-control__body-table-th .inner-row.balance+.inner-row.balance{margin-top:5px}.profile-control__body-table-td .inner-btn,.profile-control__body-table-th .inner-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border:none;background-color:transparent;width:28px;height:28px}.profile-control__body-table-td .inner-btn:hover,.profile-control__body-table-th .inner-btn:hover{cursor:pointer}.profile-control__body-table-td .inner-btn:hover svg,.profile-control__body-table-th .inner-btn:hover svg{stroke:#8d8d8b}.profile-control__body-table-td .inner-btn.btn-svg,.profile-control__body-table-th .inner-btn.btn-svg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px;width:28px;background:#03c203;padding:0;-webkit-border-radius:8px;border-radius:8px}.profile-control__body-table-td .inner-btn.hide,.profile-control__body-table-th .inner-btn.hide{display:none}.profile-control__body-table-btn{width:100%;max-width:245px;padding:8px 45px 8px;border:none;-webkit-border-radius:6px;border-radius:6px;font-size:20px;color:#fff;background-color:#e3200e;cursor:pointer}@media screen and (min-width:768px){.profile-control__body-table-btn:hover{background-color:#8d8d8b}}.profile-control__body-table-btn .inner-text{display:block}.profile-control__body-table-btn .inner-icon{display:none;stroke:#fff}.profile-control__body-table-btn--black{background-color:#000}.profile-control__body-table-btn--disabled,.profile-control__body-table-btn:disabled{background-color:#8d8d8b;cursor:default}.profile-control__body-table-btn.off{background-color:#8d8d8b}.profile-control__body-table-btn.off-black{background-color:#000}.profile-control__form-wrapper{margin-left:62px}.profile-control__form-title{margin-bottom:29px;text-align:center}.profile-control__form-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.profile-control__form-row+.profile-control__form-row{margin-top:15px}.profile-control__form-row.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.profile-control__form-row.outer{margin-top:64px}.profile-control__form-box{max-width:362px;padding:36px 40px;-webkit-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.2);box-shadow:0 0 4px 0 rgba(0,0,0,.2);background-color:#fff}.profile-control__form-input{display:block;width:100%;height:auto;padding:20px;border:none;-webkit-border-radius:4px;border-radius:4px;font-size:20px;font-weight:300;line-height:initial;color:#8d8d8b;background-color:#f4f4f4;-webkit-transition:none;-o-transition:none;transition:none;cursor:pointer}.profile-control__form-input::-webkit-input-placeholder{font-size:20px;font-weight:300;color:#8d8d8b}.profile-control__form-input::-moz-placeholder{font-size:20px;font-weight:300;color:#8d8d8b}.profile-control__form-input:-ms-input-placeholder{font-size:20px;font-weight:300;color:#8d8d8b}.profile-control__form-input::-ms-input-placeholder{font-size:20px;font-weight:300;color:#8d8d8b}.profile-control__form-input::placeholder{font-size:20px;font-weight:300;color:#8d8d8b}.profile-control__form-input:focus{cursor:text}.profile-control__form-input-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:5px;font-size:20px;font-weight:700}.profile-control__form-input-title.with-icon svg{margin-right:23px}.profile-control__form-dropdown{width:100%;position:relative;cursor:pointer}.profile-control__form-dropdown::after{content:'';display:block;width:13px;height:6px;position:absolute;top:50%;right:14px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:url(../../img/svg/dropdown_arrow.svg) no-repeat -6px -5px}.profile-control__form-dropdown--active::after{top:45%;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.profile-control__form-dropdown--active .profile-control__form-input{-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.2);box-shadow:0 0 4px 0 rgba(0,0,0,.2)}.profile-control__form-dropdown--active .profile-control__form-dropdown-ul{display:block}.profile-control__form-dropdown-ul{overflow-y:auto;display:none;max-height:250px;list-style:none;position:absolute;top:100%;left:0;right:0;z-index:1;background-color:#f4f4f4;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2);scrollbar-color:rgba(26,26,24,.9) #e3200e;scrollbar-width:thin}.profile-control__form-dropdown-ul::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(26,26,24,.9)}.profile-control__form-dropdown-ul::-webkit-scrollbar-thumb{background-color:#e3200e;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.profile-control__form-dropdown-ul::-webkit-scrollbar-thumb:hover{background-color:#e3200e}.profile-control__form-dropdown-li{padding:15px 27px;border-top:1px solid #ddd}@media screen and (min-width:768px){.profile-control__form-dropdown-li:hover{background-color:#ddd}}.profile-control__form-btn{display:block;margin:19px auto 0;padding:13px 32px 11px}.profile-control__form-btn.black{border-color:#000;background-color:#000}.profile-control__nav-btn{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:25px 10px 22px;border:1px solid #e3200e;border-bottom:none;-webkit-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;margin-left:15px;font-size:20px;font-weight:700;color:#fff;background-color:#1a1a18;cursor:pointer}.profile-control__nav-btn--placeholder{margin-left:0;background-color:#e3200e;cursor:default!important}.profile-control__nav-btn.active{background-color:#e3200e}.profile-control__text-hint{display:none;border-bottom:2px dashed currentColor;color:#964e48}.panel__wrapper{display:none}.panel__wrapper.active{display:block}.panel__account-history.switcher{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 32px;margin-bottom:54px}.panel__account-history .switcher__title{color:#e3200e;font-size:20px;font-weight:700;margin:0}.panel__account-history .switcher__controller-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.panel__account-history .switcher__controller-wrapper>*+*{margin-left:31px}.panel__account-history .switcher__controller{position:relative;width:95px;height:40px;border:none;-webkit-border-radius:25px;border-radius:25px;-webkit-box-shadow:inset 0 8px 10px #00000052;box-shadow:inset 0 8px 10px #00000052;background-color:#e3200e;cursor:pointer}.panel__account-history .switcher__controller::before{content:'';display:block;width:36px;height:36px;border:3px solid #fff;position:absolute;top:50%;left:2px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-border-radius:50%;border-radius:50%;background-image:-o-linear-gradient(135deg,#fff 0,#dacccc 100%);background-image:linear-gradient(-45deg,#fff 0,#dacccc 100%);-webkit-box-shadow:0 0 3px 0 #00000085;box-shadow:0 0 3px 0 #00000085;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box}.panel__account-history .switcher__controller:checked::before{left:100%;-webkit-transform:translate(-webkit-calc(-100% - 2px),-50%);-ms-transform:translate(calc(-100% - 2px),-50%);transform:translate(calc(-100% - 2px),-50%)}.panel__account-history .switcher__option{padding:15px 0;border:none;font-size:18px;font-weight:700;text-align:center;color:#8d8d8b;background-color:transparent;cursor:pointer}.panel__account-history .switcher__option--active{color:#e3200e}.panel__account-history.page{display:none;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.panel__account-history.page--active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.panel__account-history .page.pagination{margin-top:75px;padding-left:32px;cursor:default}.panel__account-history .page .pagination__item{padding:3px 6px;font-size:24px;font-weight:400;color:#6d6d6c}@media screen and (min-width:768px){.panel__account-history .page .pagination__item:hover{color:#6d6d6c}}.panel__account-history .page .pagination__item--active{color:#e3200e;font-weight:600}.panel__subscribers{padding:0 36px;margin-top:54px}.panel__subscribers.text{color:#1a1a18}.panel__refill-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.panel__refill.desc{max-width:705px;padding-left:50px}.panel__refill.receipt{padding-right:50px;margin-top:0;margin-left:50px;max-width:280px}.panel__refill .receipt__header{padding:0 14px 30px}.panel__payment-method{display:grid;padding:0 32px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-template-rows:repeat(auto-fit,minmax(0,-webkit-max-content));grid-template-rows:repeat(auto-fit,minmax(0,max-content));list-style:none;background-color:transparent}.panel__payment-method::before{display:none}.panel__payment-method::after{width:34px;background-color:#f4f4f4}.panel .payment-method__wrapper{margin-top:65px}.panel .payment-method__wrapper.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.panel .payment-method__title{margin-bottom:25px}.panel .payment-method__item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;padding:15px;border-right:1px solid #dddddc;cursor:pointer}@media screen and (min-width:768px){.panel .payment-method__item:hover{background-color:#e6e8ea}}.panel .payment-method__item>*+*{margin-top:25px}.panel .payment-method__radio{margin-right:0}.panel .payment-method__btn-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.panel .payment-method__btn-wrapper>*{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.panel .payment-method__btn-wrapper>*+*{margin-left:32px}.panel .payment-method__footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;padding:32px 32px 0}.panel .payment-method__footer-item{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:215px;margin-top:20px}.checkbox__label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:5px;-webkit-border-radius:6px;border-radius:6px}.checkbox__label:hover{background-color:#e6e8ea;cursor:pointer}.checkbox__input{min-width:30px;height:30px;padding:0;border:1px solid #e3200e;-webkit-border-radius:3px;border-radius:3px;margin-right:25px;position:relative;background-color:transparent;cursor:pointer}.checkbox__input:checked{background-color:#e3200e}.checkbox__input:checked::before{content:'';display:block;width:21px;height:23px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-image:url(../../img/svg/checkbox_checked.svg);background-size:cover}.checkbox__input:disabled{border:1px solid #8d8d8b}.checkbox__input:disabled:checked{background-color:#8d8d8b}.account-balance{width:auto;padding:15px 23px;margin:0 32px 20px;-webkit-border-radius:9px;border-radius:9px;background-color:#fff;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.2);box-shadow:0 0 4px 0 rgba(0,0,0,.2)}.account-balance__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:12px 23px 10px}.account-balance__item+.account-balance__item{border-top:1px solid #dddddc}.account-balance__title{font-size:20px;font-weight:700}.account-balance__value{font-size:30px;font-weight:700;color:#e3200e}.modile-controller{display:none}@media screen and (max-width:992px){.modile-controller{display:block;margin-top:3px}.modile-controller:first-child{margin-top:0}}.modile-controller__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:10px 20px 8px;font-size:22px;font-weight:800;color:#fff;background-color:#e3200e}.modile-controller__title:after{content:'';display:inline-block;width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.modile-controller__title.active:after{-webkit-transform:translateY(-4px) rotate(135deg);-ms-transform:translateY(-4px) rotate(135deg);transform:translateY(-4px) rotate(135deg)}.modile-controller__title.active~*{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.modile-controller__list{display:none;width:100%;padding-top:3px;list-style:none;overflow-x:auto;background-color:#f4f4f4}.modile-controller__list>*+*{margin-left:3px}.modile-controller__item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.modile-controller__btn{width:100%;padding:10px 20px 8px;border:none;color:#fff;background-color:#1a1a18;cursor:pointer}.modile-controller__btn.active{background-color:#e3200e}.profile__icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.profile__icon-wrapper svg{width:30px;height:auto;margin-left:10px}.a-to-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}@media screen and (min-width:768px){.btn-hint:hover{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}}a.red-btn{text-align:center}.hosting-top-block{padding-top:80px}.hosting-top-block .body{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.hosting-top-block .body .text{width:48%}.hosting-top-block .body .text h2{color:#1a1a18;font-family:Circe;font-size:50px;font-weight:800;font-style:normal;letter-spacing:normal;line-height:normal;margin-bottom:31px}.hosting-top-block .body .text h2 b{font-weight:800}.hosting-top-block .body .text p{color:#1a1a18;font-family:Circe;font-size:20px;font-weight:300;font-style:normal;letter-spacing:normal;line-height:normal;margin-bottom:30px}.hosting-top-block .body .text p span{font-weight:700}.hosting-top-block .body .text b{color:#e3200e}.hosting-top-block .body .image{width:42%;height:auto;min-height:400px;position:relative;-webkit-border-radius:12px;border-radius:12px;-webkit-mask-image:-webkit-radial-gradient(white,#000);overflow:hidden}.hosting-top-block .body .image img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hosting-top-block .red-btn{font-size:22px;font-weight:400;line-height:1;padding:12px 35px;padding-top:14px}footer .footer-top .box .footer-btns .red-btn.gray-btn{background-color:#8d8d8b;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}footer .footer-top .box .footer-btns .red-btn.gray-btn:hover{background-color:#1a1a18}.hosting-table{padding-top:60px;padding-bottom:110px}.hosting-table .title h2{text-align:center;color:#1a1a18;font-family:Circe;font-size:50px;font-weight:800;font-style:normal;letter-spacing:normal;line-height:normal;margin-bottom:36px}.hosting-table .body{width:100%;-webkit-border-radius:20px;border-radius:20px;overflow:hidden;font-family:Circe;font-size:20px;font-weight:700;font-style:normal;letter-spacing:normal;line-height:normal;counter-reset:steps}.hosting-table .body .content,.hosting-table .body .foter,.hosting-table .body .head{font-weight:800;color:#fff;background-color:#1a1a18;padding-top:25px;padding-bottom:25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative}.hosting-table .body .content div,.hosting-table .body .foter div,.hosting-table .body .head div{text-align:center;width:12%}.hosting-table .body .content div:first-child,.hosting-table .body .foter div:first-child,.hosting-table .body .head div:first-child{padding-left:147px;width:auto;width:32%;text-align:left}.hosting-table .body .content div:last-child,.hosting-table .body .foter div:last-child,.hosting-table .body .head div:last-child{width:15%}.hosting-table .body .content{background-color:#f4f4f4;font-weight:700;color:#1a1a18;margin-bottom:3px;padding-top:14px;padding-bottom:14px}.hosting-table .body .content.attention{color:#e3200e}.hosting-table .body .content .attention{color:#e3200e}.hosting-table .body .content div:first-child::before{counter-increment:steps;content:counter(steps);position:absolute;left:3.5%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.hosting-table .body .content:nth-child(2){padding-top:35px}.hosting-table .body .content:nth-child(2) div:first-child::before{top:auto;-webkit-transform:none;-ms-transform:none;transform:none}.hosting-table .body .content:nth-last-child(2){margin-bottom:0}.hosting-table .body .foter{color:#e3200e;font-family:Circe;font-size:30px;font-weight:700;font-style:normal;letter-spacing:normal;line-height:normal;padding-bottom:51px;padding-top:27px;background-color:#f4f4f4;position:relative}.hosting-table .body .foter::before{position:absolute;content:'';top:0;height:3px;background-color:#8d8d8b;left:0;right:0;margin:auto;width:-webkit-calc(100% - 70px);width:calc(100% - 70px)}#sendNotice .send-notice__label,#sendResume .send-notice__label{position:relative}#sendNotice .send-notice__label .file-info,#sendResume .send-notice__label .file-info{display:none;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2;background-color:#f4f4f4}#sendNotice .send-notice__label .file-info .file,#sendResume .send-notice__label .file-info .file{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;text-align:left;white-space:nowrap;padding-right:5px;pointer-events:none}#sendNotice .send-notice__label .file-info .file .name,#sendNotice .send-notice__label .file-info .file .size,#sendResume .send-notice__label .file-info .file .name,#sendResume .send-notice__label .file-info .file .size{margin-bottom:10px;max-width:100%}#sendNotice .send-notice__label .file-info .file .name p,#sendNotice .send-notice__label .file-info .file .size p,#sendResume .send-notice__label .file-info .file .name p,#sendResume .send-notice__label .file-info .file .size p{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}#sendNotice .send-notice__label .file-info .file .name p .error,#sendNotice .send-notice__label .file-info .file .size p .error,#sendResume .send-notice__label .file-info .file .name p .error,#sendResume .send-notice__label .file-info .file .size p .error{color:#e3200e}#sendNotice .send-notice__label .file-info .file .size,#sendResume .send-notice__label .file-info .file .size{margin-bottom:0}#sendNotice .send-notice__label .file-info .action,#sendResume .send-notice__label .file-info .action{margin-left:10px;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#sendNotice .send-notice__label .file-info .action svg,#sendResume .send-notice__label .file-info .action svg{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}#sendNotice .send-notice__label .file-info .action svg:hover,#sendResume .send-notice__label .file-info .action svg:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}#sendNotice .send-notice__label .file-info.show,#sendResume .send-notice__label .file-info.show{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.vert-slider .swiper-slide .cont{padding-top:90px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vert-slider .swiper-slide .cont .line-text{margin-top:1.7%}.vert-slider .swiper-slide .cont .line-with-btn .right{padding-top:75px;width:254px}.vert-slider .swiper-slide .cont .line-with-btn .right .red-btn{padding:13px 22px}.vert-slider .swiper-slide .cont .line-with-btn{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.vert-slider .swiper-slide .cont .ps.absolute{margin-left:160px;position:absolute;left:58px;bottom:55px}.vert-slider-nav .swiper-container{height:175px}.services-info__desc{font-weight:300}.options-tariffs__item__text{font-weight:800}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .small .txt{font-weight:700}.hint-button{cursor:pointer}.hint-button svg path{-webkit-transition:fill .3s;-o-transition:fill .3s;transition:fill .3s}@media screen and (min-width:768px){.hint-button:hover svg path{fill:#000}}.hint-button:active svg path{fill:#000}.container_center{max-width:1860px;margin:auto;position:relative;width:100%;padding:0}@media screen and (max-width:1679px){.container_center{padding:0 55px}}@media screen and (max-width:1479px){.container_center{padding:0 25px}}@media screen and (max-width:991px){.container_center{padding:0 20px}}@media screen and (max-width:770px){.container_center{padding:0 15px}}@media screen and (max-width:1679px){.container{padding-left:145px;padding-right:55px}}@media screen and (max-width:1479px){.container{padding-left:115px;padding-right:25px}.header-phones a{font-size:18px;line-height:22px}.header-phones{padding-left:15px;margin-right:40px}.header-socials{margin-right:40px}.header-option .inf a{font-size:18px}header{padding-bottom:12px;padding-top:15px;height:70px}.menu-side{width:90px}.menu-btn{width:90px;height:70px}.menu-btn span:first-child{bottom:45px}.menu-btn span:nth-child(2){bottom:33px}.menu-btn span{bottom:21px}.menu-logo a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-bottom:0}.menu-logo{width:220px;height:70px;left:90px}.menu-logo a svg{display:block;height:auto;width:130px}.menu-side.open .menu-logo{width:220px;height:70px}.menu-body .title{font-size:18px;padding-top:20px;height:70px}.main-menu>li>a .icon svg{display:block;height:auto;width:33px}.main-menu>li>a span{font-size:16px}.main-menu>li>a{height:36px;padding:7px 15px}.main-menu>li{margin-bottom:22px;height:36px}.main-menu{margin-bottom:30px}.menu-body{height:-webkit-calc(100% - 70px);height:calc(100% - 70px);padding:0 15px;padding-bottom:30px}.main-menu .sub-menu-head{height:70px;padding:10px 30px;font-size:15px;line-height:20px}.main-menu .sub-menu-body{height:-webkit-calc(100% - 70px);height:calc(100% - 70px);padding-bottom:30px}.main-menu .sub-menu-box .sub-menu li a{font-size:16px;line-height:20px;padding:6px 15px;padding-top:10px}.main-menu .sub-menu-box .sub-menu li{margin-bottom:15px;min-height:36px}.main-img .info-block{left:18%}}@media screen and (max-width:1199px){.menu-logo a svg{display:block;height:auto;width:140px}.header-phones a{font-size:16px;line-height:22px}.header-phones{padding-left:10px;margin-right:30px}.header-socials{margin-right:30px}.header-socials a{margin-right:12px}.header-option .title{font-size:14px}.header-option .inf{font-size:16px;line-height:20px}.header-option .inf a{font-size:16px}.header-option{padding-left:10px}}@media screen and (max-width:991px){.container{padding-left:20px;padding-right:20px}header{padding-bottom:11px;padding-top:11px;height:60px}.header-phones{padding-left:10px;margin-right:25px}.header-socials{margin-right:25px}.header-phones a{font-size:14px;line-height:18px}.menu-side{position:absolute;left:0;top:0;z-index:100;background:#fff;width:60px;height:60px}.menu-btn{width:60px;height:60px;position:fixed;left:0;top:0;-webkit-border-radius:0;border-radius:0}.menu-btn.active span:nth-child(2){opacity:0}.menu-btn.active span:first-child{bottom:auto;top:17px;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:34px;margin-left:-12px}.menu-btn.active span:last-child{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:34px;margin-left:-12px;bottom:17px}.menu-btn span{display:block;width:30px;height:2px;background:#fff;-webkit-border-radius:3px;border-radius:3px;position:absolute;left:50%;margin-left:-15px;bottom:20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.menu-btn span:first-child{bottom:auto;top:20px}.menu-btn span:nth-child(2){bottom:50%;margin-bottom:-1px}.menu-logo{position:absolute;-webkit-border-radius:0;border-radius:0;width:110px;height:60px;left:60px;top:0;padding:0 15px}.menu-logo a svg{display:block;height:auto;width:100%}.menu-body{height:-webkit-calc(100% - 60px);height:calc(100% - 60px);padding:0 15px;padding-bottom:30px;position:fixed;left:-100%;top:60px;background:#000;width:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header-socials a img,.header-socials a svg{display:block;height:26px;width:26px}.menu-side.open .menu-logo a svg path{fill:#e3200e}.menu-side.open .menu-logo{width:110px;height:60px;left:60px;background:#fff}.menu-side.open{width:60px;background:#fff}.menu-side.open .menu-body{left:0}.menu-lang-btn .menu-btn2{display:none}.menu-side .icon{display:none}.main-menu>li>a{width:-webkit-calc(100% - 50px);width:calc(100% - 50px)}.main-menu>li>a>img,.main-menu>li>a>svg{display:block;width:10px;height:16px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);display:none}.menu-side.open .main-menu>li a>img,.menu-side.open .main-menu>li a>svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.menu-side.open .main-menu>li.open a>img,.menu-side.open .main-menu>li.open a>svg{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.main-menu>li>a span{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu-side.open .main-menu>li a span{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu-side.open .main-menu .has-sub-menu:hover .sub-menu-box{opacity:1;visibility:visible}.main-menu .sub-menu-box{position:static;z-index:99;left:auto;top:auto;height:auto;width:100%;opacity:1;visibility:visible;-webkit-transition:none;-o-transition:none;transition:none;background:rgba(255,255,255,.9);background:0 0;padding-top:0;display:none}.main-menu .sub-menu-box .sub-menu li a{color:#fff}.main-menu>li{margin-bottom:22px;height:auto;display:block}.main-menu .sub-menu-box:before{content:none}.main-menu .sub-menu-head{display:none}.main-menu .sub-menu-box .title{display:none}.main-menu>li{position:relative}.menu-mobile-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:40px;height:36px;position:absolute;right:0;top:0;z-index:2;cursor:pointer;background:#e3200e;-webkit-border-radius:3px;border-radius:3px}.menu-mobile-btn svg{display:block;width:10px;height:16px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.menu-side.open .main-menu>li.open .menu-mobile-btn>svg{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.main-menu .sub-menu-body{height:auto;padding-top:15px;padding-bottom:0;overflow:initial}.menu-side.open .main-menu>li:hover>a{background:0 0}.menu-side.open .main-menu>li.open>a{background:#e3200e}.menu-side.open .main-menu>li:hover>a span{font-weight:300}.menu-side.open .main-menu>li.open>a span{font-weight:700}.menu-side.open .main-menu>li.active>a{background:#e3200e!important}.menu-side.open .main-menu>li.active>a span{font-weight:700!important}.menu-body .title{font-size:18px;padding-top:20px;height:auto;padding-bottom:16px}.header-option{margin-right:20px}}@media screen and (max-width:770px){.container{padding-left:15px;padding-right:15px}.container>.header-info .header-socials{display:none}.container>.header-info .header-option{display:none}.container>.header-info .header-phones{margin-right:0}.menu-body .header-info{margin-top:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 15px}.menu-body .header-info .header-phones{display:none}.menu-body .header-info .header-socials{margin-right:0;margin-bottom:30px;width:100%}.menu-body .header-info .header-socials a{margin-right:20px}.menu-body .header-info .header-socials a svg path{fill:#fff}.menu-body .header-info .header-socials a:hover svg path{fill:#e3200e}.menu-body .header-info .title{font-size:12px;line-height:1;padding-top:0;height:auto;padding-bottom:0}.menu-body .header-info .header-option .inf a:hover{color:#fff}}@media screen and (max-width:1679px){.main-slider .swiper-slide .cont .box{padding:55px 50px;padding-top:64px}.main-slider .swiper-slide .cont .box .title{font-size:32px;margin-bottom:11px}.main-slider .swiper-slide .cont .box .sub-title{font-size:26px}.main-slider .swiper-slide .cont .box .red-btn{margin-top:30px}.red-btn{font-size:20px;line-height:24px}}@media screen and (max-width:1479px){.main-slider .swiper-slide .cont{padding-left:180px;padding-right:80px}.main-slider .swiper-slide .cont .box{padding:35px 30px;padding-top:45px}.main-slider .swiper-slide .cont .box .title{font-size:28px;margin-bottom:10px}.main-slider .swiper-slide .cont .box .sub-title{font-size:20px}.main-slider .swiper-slide .cont .box .red-btn{margin-top:20px}.red-btn{font-size:18px;line-height:22px}}@media screen and (max-width:1199px){.main-slider .swiper-slide .cont .box{padding:30px 25px;padding-top:35px}.main-slider .swiper-slide .cont .box .title{font-size:26px;margin-bottom:10px}.main-slider .swiper-slide .cont .box .sub-title{font-size:18px}.red-btn{font-size:16px;line-height:20px}}@media screen and (max-width:991px){.main-slider .swiper-slide .cont{padding-left:20px;padding-right:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-bottom:40px}.main-slider .swiper-slide .cont .box{padding:30px 25px;padding-top:35px;text-align:center}}@media screen and (max-width:770px){.main-slider .swiper-slide .cont .box .title{font-size:20px;margin-bottom:10px}.main-slider .swiper-slide .cont .box .sub-title{font-size:16px}.red-btn{font-size:14px;line-height:18px}.main-slider .swiper-slide .cont{padding-left:15px;padding-right:15px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:60px;padding-bottom:80px}}@media screen and (max-width:1679px){.b-main-nav .box .item{padding:35px;padding-bottom:45px}.b-main-nav .box .item .img{width:90px}.b-main-nav .box .item .cont .title,.b-main-nav .box .item .cont h3{font-size:34px;margin-bottom:10px}.b-main-nav .box .item .cont{width:-webkit-calc(100% - 90px);width:calc(100% - 90px)}}@media screen and (max-width:1479px){.b-main-nav .box .item{padding:25px;padding-bottom:35px}.b-main-nav .box .item .img{width:70px}.b-main-nav .box .item .cont{width:-webkit-calc(100% - 70px);width:calc(100% - 70px)}.b-main-nav .box .item .cont .title,.b-main-nav .box .item .cont h3{font-size:28px;margin-bottom:10px}.b-main-nav .box .item .cont a{font-size:18px}}@media screen and (max-width:1199px){.b-main-nav .box .item{padding:20px 15px}.b-main-nav .box .item .cont .title,.b-main-nav .box .item .cont h3{font-size:24px;margin-bottom:10px}.b-main-nav .box .item .cont ul{font-size:15px;line-height:19px;margin-bottom:10px}.b-main-nav .box .item .img{width:64px}.b-main-nav .box .item .cont{width:-webkit-calc(100% - 64px);width:calc(100% - 64px)}}@media screen and (max-width:991px){.b-main-nav .box .item{padding:20px 15px;display:block}.b-main-nav .box .item .img{width:64px;position:absolute;left:15px;top:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:60px}.b-main-nav .box .item .cont{width:100%}.b-main-nav .box .item .cont .title,.b-main-nav .box .item .cont h3{font-size:22px;margin-bottom:10px;padding-left:64px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:60px}}@media screen and (max-width:770px){.b-main-nav .box{-webkit-transform:translateY(-80px);-ms-transform:translateY(-80px);transform:translateY(-80px);display:block}.b-main-nav .box .item{padding:20px 15px;display:block;width:100%}.b-main-nav .box .item .cont .title,.b-main-nav .box .item .cont h3{font-size:24px}.b-main-nav .box .item:before{content:'';width:-webkit-calc(100% - 30px);width:calc(100% - 30px);height:1px;background:#8d8d8b;position:absolute;left:15px;top:0}}@media screen and (max-width:1679px){.h2,h2{font-size:44px}.b-main-internet h2{margin-bottom:20px}.b-main-internet .box .right .img{bottom:-24%}.b-main-internet .box .text,.b-main-internet .box p{margin-bottom:25px;font-size:20px;line-height:1.4}.b-main-internet .box .line .item .numb{font-size:44px}.b-main-internet .box .line .item .numb-text{font-size:32px}}@media screen and (max-width:1479px){.h2,h2{font-size:36px}.b-main-internet{padding-bottom:120px}.b-main-internet .box .text,.b-main-internet .box p{margin-bottom:20px;font-size:18px;line-height:1.4}.b-main-internet .box .line .item{margin-right:20px;font-size:18px}.b-main-internet .box .line .item .numb{font-size:36px}.b-main-internet .box .line .item .numb-text{font-size:26px}.b-main-internet .box .right .img{bottom:-20%}}@media screen and (max-width:1199px){.h2,h2{font-size:30px}.b-main-internet h2{margin-bottom:15px}.b-main-internet .box .text,.b-main-internet .box p{margin-bottom:15px;font-size:16px;line-height:1.4}.b-main-internet .box .left{width:50%;padding-right:60px}.b-main-internet .box .line .item .numb{font-size:30px}.b-main-internet .box .line .item .numb-text{font-size:20px}.b-main-internet .box .line .item{font-size:16px}.b-main-internet .box .right .img{position:absolute;left:0;bottom:-12%;-webkit-transform:translateX(-40%);-ms-transform:translateX(-40%);transform:translateX(-40%);max-width:60%}.b-main-internet{margin-top:-60px;padding-bottom:80px}}@media screen and (max-width:770px){.b-main-internet{margin-top:-70px;padding-top:30px;padding-bottom:50px}.b-main-internet .box{display:block;position:relative}.b-main-internet .box .left{width:100%;padding-right:0;margin-bottom:40px}.b-main-internet .box .right{width:100%;padding-left:0}.h2,h2{font-size:28px}.b-main-internet .box .line .item .numb{font-size:28px}.b-main-internet .box .line .item .numb-text{font-size:18px}.b-main-internet .box .line{margin-bottom:25px}.b-main-internet .box .right .img{position:absolute;left:50%;bottom:-30px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:80%}}@media screen and (max-width:1679px){.b-main-calc{padding-top:90px;padding-bottom:70px}.calc-box .left{width:-webkit-calc(100% - 360px);width:calc(100% - 360px);padding-right:6vw}.calc-box .right{width:360px}.calc-box .right .calc-result .top .price{font-size:100px;line-height:90px;padding-top:16px}.calc-box .right .calc-result .top .metric{margin-left:20px;font-size:40px;line-height:46px}.calc-box .left .city-box .title{font-size:27px;line-height:1;width:270px}.calc-box .left .city-box .choose-city{width:-webkit-calc(100% - 270px);width:calc(100% - 270px)}.calc-box .left .city-box{padding:40px 35px;margin-bottom:40px}.chosen-container-single .chosen-single{padding:17px 0 17px 20px;height:60px}.chosen-container-single .chosen-single div{width:45px}.chosen-container-single .chosen-single span{margin-right:45px}.calc-box .left .city-box .choose-city .btn{width:188px;height:60px}.calc-box .right .calc-result .top{padding:17px 30px}.calc-box .left .range-box .item .title{font-size:22px}.range-dots div span{font-size:16px}.range-dots div span{width:170px;margin-top:28px;margin-left:-85px}.checkbox-box .want-tv-checkbox span{font-size:22px;line-height:28px}.checkbox-box .want-tv-checkbox .check-img{width:40px;height:40px;border:3px solid #e3200e;margin-right:20px}.checkbox-box .want-tv-checkbox .check-img:after{width:10px;height:22px;border-right:3px solid #e3200e;border-bottom:3px solid #e3200e;margin-left:-7px;margin-top:-15px}.calc-box .right .calc-result .bot .tarif-name{font-size:40px;line-height:50px;margin-bottom:10px}.calc-box .right .calc-result .bot ul{font-size:18px}.calc-box .right .calc-result .bot ul li{padding-left:36px;margin-bottom:6px}.calc-box .right .calc-result .bot ul li:before{width:20px;height:16px;left:0;top:2px}.calc-box .right .calc-result .bot .ps{font-size:18px;line-height:1;margin-top:26px}.calc-box .right .calc-result .bot{padding:30px 25px;padding-top:35px}.chosen-container .chosen-results li{margin:0;padding:10px 20px;line-height:22px}.box-contact-form .text{width:32%;padding-right:15px;font-size:24px;line-height:1}.box-contact-form .phones span{font-size:18px;line-height:1;margin-bottom:7px}.box-contact-form{padding:40px 40px;padding-right:0}.box-contact-form .phones a{font-size:26px;line-height:30px;letter-spacing:.035em}.box-contact-form .phones{width:25%}.box-contact-form .form{width:43%}.contact-form input{font-size:26px;line-height:auto}}@media screen and (max-width:1479px){.b-main-calc{padding-top:55px;padding-bottom:60px}.b-main-calc h2{margin-bottom:30px}.calc-box .left .city-box .title{font-size:21px;line-height:1;width:200px}.calc-box .left .city-box .choose-city{width:-webkit-calc(100% - 200px);width:calc(100% - 200px)}.calc-box .left .city-box .choose-city label{width:-webkit-calc(100% - 136px);width:calc(100% - 136px);position:relative;z-index:1}.calc-box .left .city-box .choose-city .btn{width:136px;height:52px;font-size:20px;line-height:24px}.calc-box .left .city-box{padding:33px 25px;margin-bottom:30px}.chosen-container-single .chosen-single{padding:14px 0 12px 15px;height:52px}.chosen-container{font-size:18px}.chosen-container-single .chosen-single div{width:40px}.chosen-container-single .chosen-single span{margin-right:40px}.calc-box .left{width:-webkit-calc(100% - 320px);width:calc(100% - 320px);padding-right:5vw}.calc-box .right{width:320px}.calc-box .right .calc-result .top .price{font-size:78px;line-height:70px;padding-top:14px}.calc-box .right .calc-result .top .metric{margin-left:20px;font-size:30px;line-height:36px}.ui-range-slider-box{padding:0 60px;-webkit-border-radius:5px;border-radius:5px;margin:28px 0;margin-top:20px}.range-dots div span{width:160px;margin-top:28px;margin-left:-80px;font-size:15px}.ui-widget.ui-widget-content:after{content:'';width:-webkit-calc(100% + 120px);width:calc(100% + 120px);height:90px;position:absolute;left:-60px;top:0}.calc-box .left .range-box .item .title{font-size:20px}.checkbox-box .want-tv-checkbox span{font-size:20px;line-height:26px}.checkbox-box .want-tv-checkbox .check-img{width:30px;height:30px;border:3px solid #e3200e;margin-right:15px}.checkbox-box .want-tv-checkbox .check-img:after{width:5px;height:16px;border-right:3px solid #e3200e;border-bottom:3px solid #e3200e;margin-left:-4px;margin-top:-11px}.calc-box .right .calc-result .bot .img{max-width:200px;margin-bottom:10px}.calc-box .right .calc-result .bot{padding:25px 20px}.calc-box .right .calc-result .bot .tarif-name{font-size:30px;line-height:40px;margin-bottom:10px}.calc-box .right .calc-result .bot ul{font-size:16px;line-height:20px;margin-bottom:20px}.calc-box .right .calc-result .bot ul li{padding-left:26px;margin-bottom:6px}.calc-box .right .calc-result .bot ul li:before{width:16px;height:13px;left:0;top:2px}.calc-box .right .calc-result .bot .btn{font-size:20px;line-height:24px;max-width:200px;height:52px;padding-top:2px}.calc-box .right .calc-result .bot .ps{font-size:16px;line-height:1;margin-top:20px}.calc-box .right .calc-result .bot .text{margin-bottom:15px}.calc-box{margin-bottom:40px}.item-3 .ui-widget.ui-widget-content:after{height:60px;width:-webkit-calc(100% + 80px);width:calc(100% + 80px)}.box-contact-form .text{width:32%;padding-right:15px;font-size:20px;line-height:1}.box-contact-form{padding:35px 35px;padding-right:0}.box-contact-form .phones span{font-size:14px;line-height:1;margin-bottom:7px}.box-contact-form .phones a{font-size:20px;line-height:20px;letter-spacing:.042em}.contact-form input{font-size:20px;font-weight:300;line-height:auto;height:60px;padding:19px 20px}.contact-form .btn{width:185px;font-size:20px}}@media screen and (max-width:1199px){.calc-box .left{width:-webkit-calc(100% - 280px);width:calc(100% - 280px);padding-right:30px}.calc-box .right{width:280px}.calc-box .left .city-box{padding:25px 20px;margin-bottom:30px}.calc-box .left .city-box .title{font-size:18px;line-height:1;width:160px}.calc-box .left .city-box .choose-city{width:-webkit-calc(100% - 160px);width:calc(100% - 160px)}.calc-box .left .city-box .choose-city .btn{width:120px;height:52px;font-size:18px;line-height:22px;padding-top:3px}.chosen-container-single .chosen-single{padding:14px 0 12px 15px;height:52px}.chosen-container{font-size:17px}.chosen-container-single .chosen-single span{margin-right:36px}.chosen-container-single .chosen-single div{width:36px}.ui-range-slider-box{padding:0 40px;-webkit-border-radius:5px;border-radius:5px;margin:28px 0;margin-top:20px}.ui-widget.ui-widget-content:after{content:'';width:-webkit-calc(100% + 80px);width:calc(100% + 80px);height:86px;position:absolute;left:-40px;top:0}.range-dots div span{width:150px;margin-top:28px;margin-left:-75px;font-size:13px}.calc-box .left .range-box .item .title{font-size:19px}.checkbox-box .want-tv-checkbox span{font-size:19px;line-height:24px;padding-top:2px}.calc-box .right .calc-result .top{padding:12px 25px}.calc-box .right .calc-result .top .price{font-size:70px;line-height:66px;padding-top:12px}.calc-box .right .calc-result .top .metric{margin-left:20px;font-size:24px;line-height:32px}.chosen-container{font-size:16px}.calc-box .right .calc-result .bot .ps{font-size:14px;line-height:1.1;margin-top:20px}.calc-box .right .calc-result .top{padding:9px 30px}.item-3 .ui-widget.ui-widget-content:after{height:60px;width:-webkit-calc(100% + 60px);width:calc(100% + 60px)}.chosen-container .chosen-results li{margin:0;padding:10px 15px;line-height:20px}.box-contact-form{padding:35px 35px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.box-contact-form .text{width:44%;padding-right:15px;font-size:20px;line-height:1}.box-contact-form .form{width:56%}.box-contact-form .phones{width:100%;padding-top:30px}.box-contact-form .phones span{font-size:20px;line-height:1;margin-bottom:7px}.box-contact-form .phones a{font-size:26px;line-height:30px}.contact-form .btn{width:190px;font-size:18px}.contact-form input{font-size:18px;font-weight:300;line-height:auto;height:54px;padding:16px 20px}}@media screen and (max-width:991px){.calc-box{display:block}.calc-box .left{width:100%;padding-right:0;margin-bottom:30px}.calc-box .right{width:100%}.ui-range-slider-box{padding:0 80px;-webkit-border-radius:5px;border-radius:5px;margin:28px 0;margin-top:20px}.ui-widget.ui-widget-content:after{content:'';width:-webkit-calc(100% + 160px);width:calc(100% + 160px);height:90px;position:absolute;left:-80px;top:0}.range-dots div span{width:160px;margin-top:28px;margin-left:-80px;font-size:14px}.item-3 .ui-widget.ui-widget-content:after{height:60px;width:-webkit-calc(100% + 98px);width:calc(100% + 98px)}.calc-box .left .city-box .choose-city label{width:-webkit-calc(100% - 180px);width:calc(100% - 180px);position:relative;z-index:1}.calc-box .left .city-box .choose-city .btn{width:180px;height:52px;font-size:18px;line-height:22px;padding-top:3px}.calc-box .right .calc-result .top{padding:9px 30px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.calc-box .right .calc-result .bot ul:after{content:'';display:block;width:100%;height:1px}.calc-box .right .calc-result .bot .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto}.b-main-calc{padding-top:40px;padding-bottom:50px}.b-main-calc h2{margin-bottom:25px}.box-contact-form{padding:30px 25px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.box-contact-form .text{width:100%;padding-right:0;font-size:20px;line-height:1.2;margin-bottom:20px;text-align:center}.box-contact-form .form{width:100%}.box-contact-form .form .contact-form{width:100%;max-width:400px;margin:0 auto}.box-contact-form .phones a{font-size:22px;line-height:26px}}@media screen and (max-width:770px){.b-main-calc{padding-top:40px;padding-bottom:40px}.calc-box .left .city-box{padding:15px 15px;margin-bottom:15px;display:block}.calc-box .left .city-box .title{font-size:18px;line-height:1.2;width:100%;margin-bottom:15px}.calc-box .left .city-box .title br{display:none}.calc-box .left .city-box .choose-city{width:100%;display:block}.calc-box .left .city-box .choose-city label{width:100%;margin-bottom:15px;z-index:2}.calc-box .left .city-box .choose-city label:after{content:none}.chosen-container-single .chosen-single{-webkit-border-radius:6px;border-radius:6px}.calc-box .left .city-box .choose-city .btn{width:100%;height:52px;font-size:18px;line-height:22px;padding-top:3px;z-index:1}.ui-range-slider-box{display:none}.ui-range-select{display:block}.range-fix-height{display:none}.range-box .item{margin-bottom:15px;background:#dddddc;padding:15px 15px;-webkit-border-radius:12px;border-radius:12px}.calc-box .left .range-box .item .title{font-size:18px;line-height:1.2;margin-bottom:15px}.checkbox-box .want-tv-checkbox span{font-size:18px;line-height:24px;padding-top:2px}.checkbox-box .want-tv-checkbox .check-img:after{width:4px;height:14px;border-right:3px solid #e3200e;border-bottom:3px solid #e3200e;margin-left:-3px;margin-top:-10px}.checkbox-box .want-tv-checkbox .check-img{width:26px;height:26px;border:3px solid #e3200e;margin-right:13px}.chosen-container .chosen-results{max-height:210px}.box-contact-form .phones span{font-size:18px;line-height:1;margin-bottom:7px}.box-contact-form{padding:30px 15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-form input{font-size:18px;font-weight:300;line-height:auto;height:50px;padding:14px 20px;text-align:center}.contact-form .btn{width:100%;font-size:18px;position:static;height:50px;margin-top:30px}}@media screen and (max-width:1861px){.vert-slider .swiper-slide .cont{padding-left:0;padding-right:0}.vert-slider .swiper-slide .cont .ic-stock{left:0;top:50px;width:520px}.vert-slider .swiper-slide .cont .line-with-btn{padding-right:80px}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line .title-big{font-size:100px}.vert-slider .swiper-slide .cont .ps.marg-left{margin-top:20px}.vert-slider .swiper-slide .cont .line-with-btn .title-small{font-size:45px}.vert-slider .swiper-slide .cont .line-with-btn .title-big{font-size:85px}.vert-slider .swiper-slide .cont .line-text{padding-right:80px;font-size:20px;line-height:26px}}@media screen and (max-width:1679px){.vert-slider .swiper-slide .cont .ic-stock{left:0;top:50px;width:400px}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line{padding-left:280px}.vert-slider .swiper-slide .cont .ps.marg-left{margin-top:30px}.vert-slider .swiper-slide .cont .ps.marg-left{margin-left:280px}.vert-slider-nav{left:auto;right:40px}.vert-slider .swiper-slide .cont .line-with-btn .left{width:-webkit-calc(100% - 260px);width:calc(100% - 260px);padding-left:400px}.vert-slider .swiper-slide .cont .line-text{margin-left:400px;padding-right:120px;margin-bottom:30px}.vert-slider .swiper-slide .cont .line-with-btn{padding-right:120px}.vert-slider .swiper-slide .cont .ps.absolute{margin-left:60px;position:static;left:auto;bottom:auto}}@media screen and (max-width:1479px){.vert-slider .swiper-slide .cont .ic-stock{left:0;top:50px;width:300px}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line{padding-left:200px}.vert-slider .swiper-slide .cont .ps.marg-left{margin-left:200px}.vert-slider .swiper-slide .cont .line-with-btn .title-small{font-size:34px}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line .title-big{margin-right:15px;font-size:70px}.vert-slider-nav{left:auto;right:25px}.vert-slider .swiper-slide .cont{padding-top:90px;padding-bottom:30px;min-height:350px}.vert-slider .swiper-slide .cont .line-with-btn .right{width:180px;text-align:right}.vert-slider .swiper-slide .cont .line-with-btn .left{width:-webkit-calc(100% - 180px);width:calc(100% - 180px);padding-left:300px}.vert-slider .swiper-slide .cont .line-with-btn{padding-right:110px}.vert-slider .swiper-slide .cont .line-with-btn .title-big{font-size:70px}.vert-slider .swiper-slide .cont .line-text{margin-left:300px;padding-right:110px;margin-bottom:20px;font-size:18px;line-height:24px}.vert-slider .swiper-slide .cont .ps.absolute{margin-left:45px}}@media screen and (max-width:1199px){.vert-slider .swiper-slide .cont .ic-stock{left:0;top:30px;width:200px}.vert-slider .swiper-slide .cont{padding-top:70px;padding-bottom:30px;min-height:310px}.vert-slider .swiper-slide .cont .line-with-btn .left{width:-webkit-calc(100% - 180px);width:calc(100% - 180px);padding-left:135px}.vert-slider-nav .swiper-slide.swiper-slide-active span:before,.vert-slider-nav .swiper-slide.swiper-slide-duplicate-active span:before{font-size:24px}.vert-slider-nav .swiper-slide.swiper-slide-active span,.vert-slider-nav .swiper-slide.swiper-slide-duplicate-active span{font-size:24px}.vert-slider .swiper-slide .cont .line-text{margin-left:135px;padding-right:110px;margin-bottom:20px;font-size:17px;line-height:23px}.vert-slider .swiper-slide .cont .ps.absolute{margin-left:0}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line{padding-left:135px}.vert-slider .swiper-slide .cont .ps.marg-left{margin-left:0;margin-top:20px}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line .title-big{margin-right:10px;font-size:60px}.vert-slider .swiper-slide .cont .line-with-btn .title-small{font-size:28px}.vert-slider .swiper-slide .cont .line-with-btn .title-big{font-size:60px}.vert-slider-nav .swiper-slide span{font-size:16px}}@media screen and (max-width:991px){.vert-slider .swiper-slide .cont{padding-top:90px;padding-bottom:25px;min-height:270px}.vert-slider .swiper-slide .cont .line-with-btn .left{width:100%}.vert-slider .swiper-slide .cont .line-with-btn .right{width:100%;text-align:left;margin-top:20px;margin-bottom:30px}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line{padding-left:0}.vert-slider .swiper-slide .cont .line-with-btn{display:block}.vert-slider .swiper-slide .cont .ic-stock{left:0;top:20px;width:110px}.vert-slider .swiper-slide .cont .ps.marg-left{margin-left:0;margin-top:0}.vert-slider .swiper-slide .cont .line-with-btn .left{padding-left:0}.vert-slider .swiper-slide .cont .line-text{margin-left:0;padding-right:70px;margin-bottom:20px;font-size:17px;line-height:23px;margin-top:0}.vert-slider-nav{left:auto;right:0}.vert-slider .swiper-slide .cont .line-with-btn{padding-right:70px}}@media screen and (max-width:770px){.vert-slider .swiper-slide .cont .line-with-btn .left.double-line{display:block}.vert-slider .swiper-slide .cont .line-with-btn .left.double-line .title-big{margin-right:0;font-size:50px}.vert-slider .swiper-slide .cont .line-with-btn .title-small{font-size:26px}.vert-slider .swiper-slide .cont .line-with-btn .title-big{font-size:50px}.vert-slider .swiper-slide .cont .line-text{margin-left:0;padding-right:70px;margin-bottom:20px;font-size:14px;line-height:18px;margin-top:0}.vert-slider .swiper-slide .cont .line-with-btn .right{width:100%;text-align:left;margin-top:20px;margin-bottom:20px}.vert-slider-nav .swiper-slide span{font-size:14px}.vert-slider-nav .swiper-slide.swiper-slide-active span,.vert-slider-nav .swiper-slide.swiper-slide-duplicate-active span{font-size:20px}.vert-slider-nav .swiper-slide.swiper-slide-active span:before,.vert-slider-nav .swiper-slide.swiper-slide-duplicate-active span:before{font-size:20px}.vert-slider .swiper-slide .cont .ps{max-width:-webkit-calc(100% - 70px);max-width:calc(100% - 70px)}}@media screen and (max-width:1479px){.b-main-tv.b-main-internet{padding:65px 0}.b-main-tv.b-main-internet .box .line .item{margin-right:20px}.b-main-tv.b-main-internet .box .right .img{position:absolute;left:0;bottom:-48px;-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%);max-width:36%}}@media screen and (max-width:1199px){.b-main-tv.b-main-internet{padding:50px 0}.b-main-tv.b-main-internet .box .right .img{position:absolute;left:0;bottom:-48px;-webkit-transform:translateX(-70%);-ms-transform:translateX(-70%);transform:translateX(-70%);max-width:36%}}@media screen and (max-width:991px){.b-main-tv.b-main-internet .box .right .img{position:absolute;left:-20px;bottom:-48px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);max-width:36%}.b-main-tv.b-main-internet .box .left{padding-right:10px}}@media screen and (max-width:770px){.b-main-tv.b-main-internet .box .right .img{position:absolute;left:50%;bottom:-48px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:36%}.b-main-tv.b-main-internet .box .left{padding-right:0}}@media screen and (max-width:1199px){.b-tv-sliders{padding:40px 0}.tv-slider .swiper-slide{height:140px}.tv-slider .swiper-slide a{max-height:140px}}@media screen and (max-width:991px){.b-tv-sliders{padding:40px 0}.tv-slider .swiper-slide{height:120px}.tv-slider .swiper-slide a{max-height:120px}}@media screen and (max-width:770px){.tv-slider-2{margin-top:15px}}@media screen and (max-width:600px){.tv-slider-2{margin-top:15px}.b-tv-sliders{padding:30px 0}}@media screen and (max-width:1679px){.equipment-slider .swiper-slide .item{padding-bottom:40px}.equipment-slider .swiper-slide .item .promotion{font-size:22px;right:-60px;top:-20px}.equipment-slider .swiper-slide .item .price{font-size:22px;line-height:1.2;margin-bottom:20px}.equipment-slider .swiper-slide .item .img{height:200px;margin-bottom:30px}.equipment-slider-nav{padding-top:20px}}@media screen and (max-width:1479px){.b-equipment{padding-top:60px;padding-bottom:20px}.equipment-slider .swiper-slide .item .promotion{font-size:20px;right:-60px;top:-20px}}@media screen and (max-width:991px){.equipment-slider{margin:0 -20px}}@media screen and (max-width:770px){.equipment-slider{margin:0 -15px}.b-equipment{padding-top:50px}.equipment-slider-nav{padding-top:10px}.equipment-slider .swiper-slide .item{padding:15px;padding-bottom:30px}.equipment-slider .swiper-slide .item .img{height:160px;margin-bottom:20px}.equipment-slider .swiper-slide .item .equipment-title{font-size:16px;line-height:1.2;margin-bottom:10px}.equipment-slider .swiper-slide .item .descr{font-size:14px;line-height:18px;font-weight:400;color:#1a1a18}.equipment-slider .swiper-slide .item .text{margin-bottom:10px}.equipment-slider .swiper-slide .item .price{font-size:20px;line-height:1.2;margin-bottom:15px}}@media screen and (max-width:450px){.equipment-slider .swiper-slide{width:260px}}@media screen and (max-width:1679px){.b-main-about .box .right .item h3{font-size:25px;line-height:1;font-weight:800;margin-bottom:18px}.b-main-about .box .right .item ul{font-size:20px;line-height:24px}.b-main-about .box .right .item p{font-size:20px;line-height:24px}}@media screen and (max-width:1479px){.b-main-about .box .left{padding-right:15px;padding-left:0;width:70%}.b-main-about .box .right{width:30%;padding-left:15px}.b-main-about .box .left b,.b-main-about .box .left p{font-size:18px;line-height:28px;margin-bottom:1em}.b-main-about .box .right .item h3{font-size:22px;line-height:1.2;margin-bottom:18px}.b-main-about .box .right .item ul li:before{width:18px;height:16px;left:0;top:3px}.b-main-about .box .right .item ul li{position:relative;padding-left:30px;margin-bottom:18px}.b-main-about .box .right .item ul{font-size:18px;line-height:24px}.b-main-about .box .right .item p{font-size:18px;line-height:24px}}@media screen and (max-width:1199px){.b-main-about .box .left{padding-right:15px;padding-left:0;width:-webkit-calc(100% - 310px);width:calc(100% - 310px)}.b-main-about .box .right{width:310px;padding-left:15px}.b-main-about .box .left b,.b-main-about .box .left p{font-size:16px;line-height:24px;margin-bottom:1em}.b-main-about .box .right .item h3{font-size:20px;line-height:1.2;margin-bottom:14px}.b-main-about .box .right .item ul{font-size:16px;line-height:20px}.b-main-about .box .right .item ul li:before{width:16px;height:14px;left:0;top:2px}.b-main-about .box .right .item p{font-size:16px;line-height:20px}}@media screen and (max-width:770px){.b-main-about{padding:50px 0}.b-main-about .box{display:block}.b-main-about .box .left{padding-right:0;padding-left:0;width:100%;margin-bottom:30px}.b-main-about .box .right{width:100%;padding-left:0}}@media screen and (max-width:1479px){.b-why{padding-top:70px;padding-bottom:90px}.b-why .box .item .line .icon{width:76px;padding-right:14px}.b-why .box .item.right .line .icon{padding-left:14px;padding-right:0}.b-why .box .item .line .descr{width:-webkit-calc(100% - 76px);width:calc(100% - 76px)}.b-why .box .item .line .descr .title,.b-why .box .item .line .descr h5{font-size:20px;line-height:24px;margin-bottom:6px}.b-why .box .item .line .descr p{font-size:14px;line-height:1.5;margin-bottom:0}}@media screen and (max-width:1199px){.b-why .box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.b-why .box .item{width:50%}.b-why .box .item.left{padding-right:15px;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.b-why .box .item.right{padding-left:15px;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.b-why .box .item.img{width:100%;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:30px}.b-why .box .item.img img{max-width:280px;margin:0 auto}.b-why h2{margin-bottom:20px}.b-why{padding-top:60px;padding-bottom:70px}}@media screen and (max-width:991px){.b-why .box .item .line .icon{width:70px;padding-right:15px}.b-why .box .item.right .line .icon{padding-left:15px;padding-right:0}.b-why .box .item .line .descr{width:-webkit-calc(100% - 70px);width:calc(100% - 70px)}.b-why{padding-top:50px;padding-bottom:50px}}@media screen and (max-width:770px){.b-why .box .item.img{display:none}.b-why{padding-top:40px;padding-bottom:50px}.b-why .box{display:block}.b-why .box .item{width:100%}.b-why .box .item.left{padding-right:0;margin-bottom:30px}.b-why .box .item.right{padding-left:0;text-align:left}.b-why .box .item.right .line .icon{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;padding-left:0;padding-right:15px}.b-why .box .item.right .line .descr{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.b-why .box .item .line{margin-bottom:30px}.b-why h2{margin-bottom:35px}}@media screen and (max-width:1479px){.b-choice{position:relative;padding-top:50px;padding-bottom:65px}.b-choice .box .sub-title,.b-choice .box h6{font-size:17px;line-height:27px;margin-bottom:20px}.b-choice .box p{font-size:16px;line-height:1.4;margin-bottom:1em}}@media screen and (max-width:1199px){.b-choice{position:relative;padding-top:40px;padding-bottom:50px}.b-choice .box .sub-title,.b-choice .box h6{font-size:14px;line-height:20px;margin-bottom:14px}.b-choice .box p{font-size:14px;line-height:1.4;margin-bottom:.75em}}@media screen and (max-width:991px){.b-choice{background:#f2f2f2;padding-top:50px;padding-bottom:0}.b-choice .mob-img{display:block}.b-choice .mob-img img{display:block;width:100%}.b-choice .box{width:100%;margin-bottom:20px}.b-choice .box h2 br{display:none}.b-choice>img{display:none!important}}@media screen and (max-width:1479px){.b-tv-sliders.b-partners-logo{padding-top:65px;padding-bottom:45px}}@media screen and (max-width:1199px){.b-tv-sliders.b-partners-logo{padding-top:45px;padding-bottom:45px}.b-tv-sliders.b-partners-logo h2{margin-bottom:30px}}@media screen and (max-width:770px){.b-tv-sliders.b-partners-logo{padding-top:40px;padding-bottom:30px}.b-tv-sliders.b-partners-logo h2{margin-bottom:10px}}@media screen and (max-width:1479px){.b-main-news{background:#f4f4f4;padding:55px 0}.b-main-news h2{text-align:center;margin-bottom:50px}.box-news .item .title{font-size:22px;line-height:1;-webkit-line-clamp:2;overflow:hidden;max-height:44px;margin-bottom:10px}}@media screen and (max-width:1199px){.b-main-news{padding:45px 0}.b-main-news h2{margin-bottom:40px}.box-news{margin:0 -10px}.box-news .item{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px);margin:0 10px}.box-news .item .img{margin-bottom:10px}.box-news .item .tag-data{margin-bottom:10px}.box-news .item .bot a,.box-news .item .tag-data .data,.box-news .item .tag-data a{font-size:14px}.box-news .item .title{font-size:18px;line-height:22px;max-height:44px;margin-bottom:10px}.box-news .item p{font-size:14px;line-height:20px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-height:80px}.box-news .item .top{margin-bottom:10px}}@media screen and (max-width:770px){.box-news{display:block;margin:0}.box-news .item{width:100%;margin:0;margin-bottom:30px}.box-news .item:last-child{margin-bottom:0}.b-main-news{padding:40px 0}.b-main-news h2{margin-bottom:20px}.box-news .item .top{margin-bottom:5px}}@media screen and (max-width:1679px){footer .footer-top .box .footer-contacts{width:45%}footer .footer-top .box .footer-menu{width:30%;padding-left:7%}footer .footer-top .box .footer-btns{width:25%;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding-top:61px}}@media screen and (max-width:1479px){footer .footer-top{padding-top:60px}footer .footer-top .box .footer-contacts{width:50%}footer .footer-top .box .footer-menu{width:25%;padding-left:50px}footer .footer-top .box .footer-contacts .columns .column .with-icon .icon-right-info{font-size:17px;line-height:24px}footer .footer-top .box .footer-contacts .columns .column .footer-soc .title{font-size:17px;line-height:30px}footer .footer-top .box .footer-menu ul li a{font-size:17px;line-height:28px}footer .footer-top .box .footer-contacts .columns .column .footer-soc .soc-line a{margin-right:29px;width:37px;height:37px}footer .footer-bot .box{font-size:17px;line-height:22px}footer .footer-top .box .footer-menu ul li:last-child{margin-bottom:0}}@media screen and (max-width:1199px){footer .footer-top{padding-top:40px;padding-bottom:40px}footer .footer-top .box{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer-top .box .footer-contacts{width:70%}footer .footer-top .box .footer-menu{width:30%;padding-left:50px}footer .footer-top .box .footer-btns{width:100%;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding-top:30px}footer .footer-top .box .footer-btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}footer .footer-top .box .footer-btns div{margin-bottom:0;width:320px;margin-left:30px}footer .footer-top .box .footer-btns div:first-child{margin-left:0}}@media screen and (max-width:991px){footer .footer-top{padding-top:40px;padding-bottom:30px}footer .footer-top .box .footer-contacts{width:100%;margin-bottom:30px}footer .footer-top .box .footer-menu{width:50%;padding-left:0;padding-right:8px}footer .footer-top .box .footer-btns{width:50%;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding-top:0;padding-left:8px;display:block}footer .footer-top .box .footer-btns div{margin-bottom:20px;width:auto;margin-left:0}}@media screen and (max-width:770px){footer .footer-top .box{display:block}footer .footer-top .box .footer-contacts .columns{display:block}footer .footer-top .box .footer-contacts .columns .column{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}footer .footer-top .box .footer-contacts .columns .column:first-child{padding-right:0}footer .footer-top .box .footer-contacts .columns .column:last-child{padding-left:0;margin-bottom:0}footer .footer-top .box .footer-contacts .columns .column .with-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}footer .footer-top .box .footer-contacts .columns .column .footer-soc{margin-top:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:30px}footer .footer-top .box .footer-contacts .columns .column .footer-soc .title:after{content:none}footer .footer-top .box .footer-menu{width:100%;padding-left:0;padding-right:0;margin-bottom:30px}footer .footer-top .box .footer-btns{width:100%;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding-top:0;padding-left:0;display:block}footer .footer-bot .box{font-size:16px;line-height:20px;display:block;text-align:center}footer .footer-bot .box div{margin-left:0}footer .footer-bot .box div:first-child{margin-bottom:10px}footer .footer-top .box .footer-contacts .columns .column .with-icon .icon-right-info{font-size:16px;line-height:26px}footer .footer-top .box .footer-menu ul li a{font-size:16px;line-height:26px}}@media screen and (max-width:1679px){.blog-nav-block .h2,.blog-nav-block h2,.breadcramps h2,.subscribe-block .h2,.subscribe-block h2{font-size:34px}.big-red-btn,.blog-nav-block .question-block .question-field .question-p,.promotions-field .promotion-card .promotion-body .promotion-title,.promotions-field .promotion-card .promotion-body h4,.subscribe-block .subscribe-field button{font-size:20px}.blog-nav-block .question-block .question-field .radio-field .radio-span,.promotions-field .promotion-card .promotion-body .promotion-text p,.promotions-field .promotion-card .promotion-body p{font-size:16px}.blog-nav-block .question-block .question-field{padding:30px 40px}.breadcramps{padding-left:116px}.main-img .big-title{padding-left:90px;-webkit-box-sizing:border-box;box-sizing:border-box}.main-img .big-title .large{font-size:100px}.main-img .big-title .small{font-size:60px}.main-img .info-block .box{padding:55px 50px;padding-top:64px}.main-img .info-block .box .title{font-size:32px;margin-bottom:11px}.main-img .info-block .box .sub-title{font-size:26px}}@media screen and (max-width:1479px){.blog-nav-block .h2,.blog-nav-block h2,.breadcramps h2,.subscribe-block .h2,.subscribe-block h2{font-size:28px}.big-red-btn,.blog-nav-block .question-block .question-field .question-p,.promotions-field .promotion-card .promotion-body .promotion-title,.promotions-field .promotion-card .promotion-body h4,.subscribe-block .subscribe-field button{font-size:18px}.news-card .card-text,.subscribe-block p{font-size:16px}.news-card b,.news-card p{font-size:16px}.news-card .card-title{font-size:24px}.news-card .card-info-date,.news-card .card-info-tag{font-size:18px}.big-red-btn,.blog-nav-block .search-field input,.subscribe-block .subscribe-field input{height:50px}.subscribe-block .subscribe-field button{padding-top:15px;padding-bottom:17px}.blog-nav-block .question-block .question-field{padding-left:40px;padding-right:40px}.subscribe-block .social-webs .soc-block{width:50px;height:50px}.subscribe-block .social-webs .soc-block svg{width:100%;height:100%}.right-column{width:-webkit-calc(40% - 15px);width:calc(40% - 15px)}.main-img .info-block .box{padding:35px 30px;padding-top:45px}.main-img .info-block .box .title{font-size:28px;margin-bottom:10px}.main-img .info-block .box .sub-title{font-size:20px}.main-img .big-title .large{font-size:80px}.main-img .big-title .small{font-size:50px}.news-card h3{font-size:24px}}@media screen and (max-width:1199px){.blog-nav-block .h2,.blog-nav-block h2,.breadcramps h2,.subscribe-block .h2,.subscribe-block h2{font-size:26px}.big-red-btn,.subscribe-block .subscribe-field button{font-size:16px}.blog-nav-block .category-block ul li{font-size:18px}.news-card .card-title{font-size:20px}.blog-nav-block,.promotions-field .promotion-card .promotion-body,.subscribe-block{padding:40px 30px}.blog-nav-block .question-block .question-field{padding-left:20px;padding-right:20px}.blog-nav-block .category-block .col{font-size:14px}.blog-nav-block .category-block ul li span{font-size:14px}.main-img .info-block .box{padding:30px 25px;padding-top:35px}.main-img .info-block .box .red-btn{margin-top:20px}.main-img .info-block .box .title{font-size:26px;margin-bottom:10px}.main-img .info-block .box .sub-title{font-size:18px}.main-img .big-title .large{font-size:70px}.main-img .big-title .small{font-size:40px}.news-card h3{font-size:20px}}@media screen and (max-width:991px){.blog-nav-block .h2,.blog-nav-block h2,.breadcramps h2,.subscribe-block .h2,.subscribe-block h2{font-size:22px}.blog-nav-block .category-block ul li{font-size:16px}.b-blog-intro .main-img{height:200px}.blog-nav-block .search-field button svg{width:20px;height:20px}.big-red-btn,.subscribe-block .subscribe-field button{font-size:14px}.body-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.news-body{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}.news-card{width:-webkit-calc(50% - 20px);width:calc(50% - 20px);margin-left:10px;margin-right:10px;margin-bottom:40px}.news-card .card-img,.news-card .card-info,.news-card .card-text,.news-card .card-title{margin-bottom:15px}.news-card b,.news-card p{margin-bottom:15px}.news-card .card-info-tag{margin-right:15px}.right-column{width:100%}.blog-nav-block .question-block .question-field .radio-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.subscribe-block .subscribe-field .contact-form{width:50%}.promotions-field .promotion-card .action-head .img-contaner{right:40%}.blog-nav-block .category-block,.blog-nav-block .search-field,.subscribe-block .social-webs,.subscribe-block .subscribe-field{margin-bottom:20px}.subscribe-block .social-webs .soc-block{width:40px;height:40px}.breadcramps{padding-left:0}.main-img .info-block{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.main-img .info-block .box{padding:30px 25px;padding-top:35px;text-align:center}.main-img .info-block .box .red-btn{margin-top:20px}.main-img .big-title{padding-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.main-img .big-title .large{font-size:60px}.main-img .big-title .small{font-size:30px}}@media screen and (max-width:770px){.blog-nav-block .h2,.blog-nav-block h2,.breadcramps h2,.subscribe-block .h2,.subscribe-block h2{font-size:20px}.blog-nav-block,.promotions-field .promotion-card .promotion-body,.subscribe-block{padding:20px 10px}.subscribe-block .subscribe-field .contact-form{width:100%}.blog-nav-block .category-block ul li{font-size:18px}.promotions-field .promotion-card .action-head{height:70px}.promotions-field .promotion-card .action-head .img-contaner{top:10px;right:35%}.news-card{width:100%;margin-left:0;margin-right:0;margin-bottom:40px}.mb_80{margin-bottom:40px}.main-img .info-block{width:90%;top:40%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.main-img .info-block .box{padding:20}.main-img .info-block .box .title{font-size:20px}.main-img .info-block .box .sub-title{font-size:16px}.main-img .big-title .large{font-size:50px}.main-img .big-title .small{font-size:30px}}@media screen and (max-width:600px){.breadcramps h2{font-size:16px}.breadcramps .desctop-bradcramps{display:none}.breadcramps .backMobile{display:block}}@media screen and (max-width:600px){.breadcramps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:left;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;bottom:40px;left:20px}.breadcramps h2{font-size:18px}}@media screen and (max-width:1679px){.w100per{width:100%}}@media screen and (max-width:1479px){.p_20px-16px{font-size:16px}.h_30px-20px{font-size:24px}.w100per{width:100%}}@media screen and (max-width:1199px){.h_30px-20px{font-size:20px}}@media screen and (max-width:991px){.w100per{width:100%;margin-right:0;margin-left:0}}@media screen and (max-width:770px){.w100per{width:100%;margin-right:0;margin-left:0}}@media screen and (max-width:1679px){.h_40px-30px{font-size:36px}.documents-page .documents-body .document h2{font-size:36px}}@media screen and (max-width:1479px){.h_40px-30px{font-size:32px}.documents-page .documents-body .document h2{font-size:32px}.documents-page .documents-body .document .document-action a svg{width:40px;height:40px}.documents-page .documents-body .document .document-action button svg{width:40px;height:40px}}@media screen and (max-width:1199px){.h_40px-30px{font-size:30px}.documents-page .documents-body .document h2{font-size:30px}.documents-page .documents-body .document{margin-bottom:40px}.documents-page .documents-body .document .document-action{margin-top:20px}}@media screen and (max-width:1679px){.h_50px_30px{font-size:46px}}@media screen and (max-width:1479px){.h_50px_30px{font-size:40px}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-actions a svg{width:40px;height:40px}}@media screen and (max-width:991px){.h_50px_30px{font-size:36px}.btn_18px{padding:16px 20px}}@media screen and (max-width:770px){.vacancy-head-img{display:none}.vacancy-page .vacancy .vacancy-body .vacancy-card{padding:20px}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-actions{padding-right:20px}.vacancy-page .vacancy .vacancy-body .vacancy-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:30px}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-actions a{margin-bottom:0;margin-right:20px}.vacancy-page .vacancy .vacancy-body .vacancy-card .vacancy-card-info{width:100%}}@media screen and (max-width:1679px){.internet-enternet-info .body .enternet-info .tarif-blocks{margin-top:30px}.internet-enternet-info .body .enternet-info .tarif-blocks span{font-size:30px}.internet-enternet-info .body .enternet-info .tarif-blocks .num{font-size:44px}.swiper-slide .servant .servant-link .servant-info .servant-info-field .svg{width:80px}.swiper-slide .servant .servant-link .servant-info .servant-info-field .svg svg{width:100%}.swiper-slide .servant .servant-link .servant-info .servant-info-field .text h3{font-size:36px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .big{font-size:65px;line-height:1}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .small .txt{font-size:22px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .title{font-size:34px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li .big-txt{font-size:45px}}@media screen and (max-width:1479px){.internet-enternet-info .body .enternet-info .info-block p{font-size:18px;line-height:1.4}.internet-enternet-info .body .enternet-info .info-block{background:#fff;padding:20px}.internet-enternet-info .body .enternet-info .tarif-blocks span{font-size:26px}.internet-enternet-info .body .enternet-info .tarif-blocks .num{font-size:36px}.internet-enternet-info .body .enternet-info .parent-block{padding-top:70px}.swiper-slide .servant .servant-link .servant-info .servant-info-field .text h3{font-size:30px}.enternet-tarifs .tarifs-card-field{margin:0 -7px}.enternet-tarifs .tarifs-card-field .enternet-card{width:-webkit-calc(25% - 15px);width:calc(25% - 15px);margin:7px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head{height:120px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .big{font-size:50px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .small .txt{font-size:20px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body{padding:20px 15px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .title{font-size:30px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li{font-size:16px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li .big-txt{font-size:30px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .dop-info p{font-size:16px}.enternet-tarifs .city-box .choose-sector .chosen-container-single .chosen-single{line-height:1}.enternet-card-head.popular::after{padding:3px 26px 3px 27px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .small{padding-bottom:7px}.servants-body.custom{padding-left:20px;padding-right:20px}.servants-body.custom .servants-slider .servant-slider-nav{right:0;width:100%}.servants-slider .servant-slider-nav{display:none}.servants-body.custom .servants-slider .servant-slider-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (max-width:1199px){.internet-enternet-info .send-number-form{position:relative;top:0;background:#e3200e}.internet-enternet-info .body .enternet-info .info-block p{font-size:16px}.internet-enternet-info .body .enternet-info .tarif-blocks span{font-size:24px}.internet-enternet-info .body .enternet-info .tarif-blocks .num{font-size:30px}.internet-enternet-info .body .enternet-info .parent-block{padding-top:0;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.internet-enternet-info .body .img-field{display:none}.enternet-tarifs .city-box{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.enternet-tarifs .city-box .title{max-width:none;width:100%;margin-bottom:10px}.enternet-tarifs .city-box .title br{display:none}.enternet-tarifs .city-box .choose-city{max-width:none;width:70%}.enternet-tarifs .city-box .choose-sector{max-width:none;width:30%}}@media screen and (max-width:991px){.enternet-tarifs .tarifs-card-field .enternet-card{width:-webkit-calc(50% - 15px);width:calc(50% - 15px)}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .title{font-size:24px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li .big-txt{font-size:20px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li .small-txt{font-size:18px}.enternet-tarifs .internet-for .for{font-size:20px}.enternet-tarifs .city-box{padding:20px 70px}.enternet-tarifs .city-box .choose-city{width:100%}.enternet-tarifs .city-box .choose-sector{width:100%;margin:10px 0}.servants-body.custom .servants-slider .servant-slider-nav{display:none}}@media screen and (max-width:770px){.internet-enternet-info .body .enternet-info .tarif-blocks span{font-size:22px}.internet-enternet-info .body .enternet-info .tarif-blocks .num{font-size:28px}.internet-enternet-info .body .enternet-info .tarif-blocks{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.enternet-tarifs .tarifs-card-field .enternet-card{width:100%}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .big{font-size:40px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .small .txt{font-size:16px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .title{font-size:24px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li .big-txt{font-size:20px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li .small-txt{font-size:18px}.enternet-tarifs .city-box{padding:20px}.enternet-tarifs .city-box .choose-city{width:100%;display:block}.enternet-tarifs .city-box .choose-city .big-red-btn{height:52px;margin-top:10px;width:100%}.enternet-tarifs .city-box .choose-sector .chosen-container-single .chosen-single{font-size:16px;line-height:normal}.enternet-tarifs .internet-for{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.enternet-tarifs .internet-for .flipswitch{margin:20px 0}.enternet-tarifs .internet-for .for{font-size:20px}.enternet-card-head.popular::after{padding:2px 26px 2px 27px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head{height:90px}.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-head .price .small{padding-bottom:5px}}@media screen and (max-width:500px){.swiper-slide .servant .servant-link .servant-info .servant-info-field .svg{width:50px;height:80px;margin-right:10px;padding-top:0}.swiper-slide .servant .servant-link .servant-info .servant-info-field .svg svg{height:100%}.swiper-slide .servant .servant-link .servant-info .servant-info-field .text h3{font-size:22px}.swiper-slide .servant .servant-link .servant-info .servant-info-field .text p{font-size:12px}.swiper-slide .servant .servant-link .servant-info .servant-info-field .text h4{font-size:18px}.enternet-tarifs .internet-for .for{font-size:16px}}@media screen and (max-width:420px){.servants-slider.custom .servant .servant-link{min-height:250px;height:auto}}@media screen and (max-width:1479px){.filter-chanel-field .filter-chanel-body{padding-top:80px}.filter-chanel-field .filter-chanel-body .chanels-field .chanel .icon{width:80px;height:80px}.filter-chanel-field .filter-chanel-body .chanels-field .chanel .category{font-size:16px}.chanels-list-field .chanels-group .chanel-category{min-width:100px}.chanels-list-field .chanels-group .chanels .chanel{min-width:80px}.chanels-list-field .chouse-tv-box .optional-info{font-size:16px}.tv-info-uteam-block{padding-top:80px;padding-bottom:80px}.tv-info-uteam-block .info-body .info{background:#fff;padding:20px;-webkit-border-radius:12px;border-radius:12px}.tv-info-uteam-block .info-body .info p{font-size:16px}.tv-info-uteam-block .info-body .info .details{font-size:16px}.tv-info-uteam-block .info-body .info .details span{font-size:36px}.tarifs-tv-block .main .info-block h2{font-size:36px}.tarifs-tv-block .main .info-block a,.tarifs-tv-block .main .info-block p{font-size:24px}.tarifs-tv-block{padding-top:60px;padding-bottom:60px}.chanels-list-field{padding-bottom:120px}}@media screen and (max-width:1199px){.chanels-list-field{padding-bottom:100px}.filter-chanel-field .send-number-form{position:relative;top:0;background:#e3200e}.filter-chanel-field .filter-chanel-body{padding-top:10px}.chanels-list-field .chanels-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.chanels-list-field .chanels-group .chanels .chanel{min-width:none;max-width:100px}.chanels-list-field .chouse-tv-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.chanels-list-field .chouse-tv-box .title{max-width:none;width:100%}.chanels-list-field .chouse-tv-box .optional-info{max-width:none;width:100%}.chanels-list-field .chouse-tv-box .choose-tv{margin-left:0;margin-right:0;max-width:none;width:100%}.tv-info-uteam-block .info-body .info .details span{font-size:30px}.tarifs-tv-block .main .card,.tarifs-tv-block .main .info-block{margin:0 25px}.tarifs-tv-block .main .info-block h2{font-size:30px}.tarifs-tv-block .main .info-block a,.tarifs-tv-block .main .info-block p{font-size:20px}.tarifs-tv-block{padding-top:30px;padding-bottom:30px}}@media screen and (max-width:991px){.filter-chanel-field .filter-chanel-body .chanels-field{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.filter-chanel-field .filter-chanel-body .chanels-field .chanel{width:25%;margin-bottom:20px}.filter-chanel-field .filter-chanel-body .center{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.filter-chanel-field .filter-chanel-body .center .chanel{margin-left:0;margin-right:0}.tarifs-tv-block .main .info-block h2{font-size:26px}.tarifs-tv-block .main .info-block a,.tarifs-tv-block .main .info-block p{font-size:16px}.tarifs-tv-block{padding-top:20px;padding-bottom:20px}}@media screen and (max-width:770px){.filter-chanel-field .filter-chanel-body .chanels-field .chanel .icon{width:60px;height:60px}.filter-chanel-field .filter-chanel-body .chanels-field .chanel .icon svg{width:40px;height:40px}.chanels-list-field .chanels-group .chanels .chanel{max-width:80px;max-height:60px;margin:3px}.chanels-list-field .chouse-tv-box .choose-tv{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.chanels-list-field .chouse-tv-box .choose-tv .big-red-btn{height:52px;margin-top:10px;margin-left:0}.chanels-list-field .chouse-tv-box{padding:20px}.tv-info-uteam-block{padding-top:40px;padding-bottom:40px}.tv-info-uteam-block .info-body .info{padding:0}.tv-info-uteam-block .bg-image{display:none!important}.tv-info-uteam-block .info-body .info .details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:20px}.tarifs-tv-block .main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tarifs-tv-block .main .info-block{text-align:center;padding-top:20px}.chanels-list-field .chouse-tv-box .choose-tv .chosen-container .chosen-results{max-height:190px}.chanels-list-field .chanels-group .chanels{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:500px){.filter-chanel-field .filter-chanel-body .chanels-field{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}.filter-chanel-field .filter-chanel-body .chanels-field .chanel{width:33%}}@media screen and (max-width:1479px){.subscribe-promotions-block{padding-top:80px;padding-bottom:80px}.subscribe-promotions-block .block h3{font-size:30px}.subscribe-promotions-block .block .subscribe-field,.subscribe-promotions-block .block p{margin-bottom:25px}.subscribe-promotions-block .block .social-webs .soc-block{width:50px;height:50px}.subscribe-promotions-block .block .social-webs .soc-block svg{width:100%;height:100%}}@media screen and (max-width:1199px){.subscribe-promotions-block{padding-top:60px;padding-bottom:60px}.subscribe-promotions-block .block{padding-top:40px;padding-bottom:40px}.subscribe-promotions-block .block h3{font-size:26px}.subscribe-promotions-block .block .subscribe-field,.subscribe-promotions-block .block p{margin-bottom:25px}}@media screen and (max-width:991px){.subscribe-promotions-block .block .social-webs .soc-block{width:40px;height:40px}}@media screen and (max-width:770px){.subscribe-promotions-block{padding-top:40px;padding-bottom:40px}.subscribe-promotions-block .block{max-width:none;padding:20px}.subscribe-promotions-block .block h3{font-size:22px}.subscribe-promotions-block .block .subscribe-field,.subscribe-promotions-block .block p{margin-bottom:20px}.services-other{padding-top:60px}}@media screen and (max-width:1679px){.promotion-details .body .img-details{padding-top:0}.promotion-details .body .img-details .absolute-img{position:relative;right:0;top:0;width:100%}.promotion-details .body .img-details .info-block .block .text .price-block .price{font-size:44px}}@media screen and (max-width:1479px){.promotion-details .body .text-details ol li,.promotion-details .body .text-details p{font-size:16px}.promotion-details .body .img-details .info-block{margin-bottom:24px}.promotion-details .body .img-details .info-block .block .text .price-block .price{font-size:36px}}@media screen and (max-width:1199px){.promotion-details{padding-top:0}.promotion-details .send-number-form{top:0;position:relative;background:#e3200e;margin-bottom:40px}.promotion-details .body .img-details .info-block .block .text .price-block .price{font-size:30px}}@media screen and (max-width:991px){.promotion-details .body .img-details{margin-right:30px}}@media screen and (max-width:770px){.promotion-details .body{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.promotion-details .body .img-details{margin-right:0}.promotion-details .body .img-details .absolute-img{display:none}.promotion-details .body .img-details .init{display:none!important}}@media screen and (max-width:1679px){.contacts-field .field .block .svg{margin-right:30px}.adress-field .field .block .info .img{max-width:350px}.send-message-field .field{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.send-message-field .field .form{margin-right:0;padding-right:20px}}@media screen and (max-width:1479px){.contacts-field .field .block{padding-left:25px}.contacts-field .field .block .svg{margin-right:25px}.contacts-field .field .block .info{font-size:16px}.adress-field .field .block .info{font-size:16px}.adress-field .field .block .info .title,.adress-field .field .block .info h3{font-size:22px}.adress-field .field .block .info .img{max-width:300px}}@media screen and (max-width:1199px){.contacts-field .field .block{padding-left:15px}.contacts-field .field .block .svg{margin-right:15px}.adress-field .field{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.adress-field .field .block{width:50%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:40px}.adress-field .field .block:last-child{margin-bottom:0}.adress-field .field .block .svg{display:none}.adress-field .field .block .info .img{max-width:400px}}@media screen and (max-width:991px){.contacts-field .field{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.contacts-field .field .block{width:50%;margin-bottom:40px}.contacts-field .field .block:nth-child(2){border-right:none}.adress-field .field .block{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.send-message-field .field{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.send-message-field .field .form{margin-bottom:40px;padding-right:0}.send-message-field .field .map{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:770px){.contacts-field .field .block{width:100%;border-right:none;padding-left:0}.contacts-field .field .block .svg{margin-right:30px;min-width:50px}.send-message-field .field .form .contact-form .row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.send-message-field .field .form .contact-form .row .with_line{width:100%;margin-bottom:18px}.filter-chanel-field .filter-chanel-body .center{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.filter-chanel-field .filter-chanel-body .chanels-field .chanel .category{font-size:14px;max-width:90px;text-align:center;height:auto}}@media screen and (max-width:991px){.block-city-selection{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.block-city-selection>*{max-width:100%!important}.block-city-selection>*+*{margin-top:20px;margin-left:0}}@media screen and (max-width:425px){.block-city-selection .big-red-btn{padding:0 10px}}@media screen and (max-width:1260px){.options-tariffs .container{padding:0}.options-tariffs__item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:200px;border:none;-webkit-border-radius:0;border-radius:0;text-align:center}.options-tariffs__item__img{display:none}.options-tariffs__item__text{font-size:18px;margin:0}.options-tariffs__item+.options-tariffs__item{margin-left:2px}}@media screen and (max-width:768px){.options-tariffs__item{min-width:100px;padding:15px}.options-tariffs__item__text{font-size:16px}}@media screen and (max-width:1199px){.tariffs-info__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.tariffs-info__container>*+*{margin-top:45px;margin-left:0}.tariffs-info__left-side,.tariffs-info__right-side{min-width:100%}.tariffs-info__btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto}.tariffs-info__img{height:400px;width:100%;-o-object-position:0 80%;object-position:0 80%}}@media screen and (max-width:425px){.block-city-selection .big-red-btn{padding:0 10px}.services-other{padding-top:40px}}@media screen and (max-width:1260px){.options-tariffs .container{padding:0}.options-tariffs__item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:200px;border:none;-webkit-border-radius:0;border-radius:0;text-align:center}.options-tariffs__item__img{display:none}.options-tariffs__item__text{font-size:18px;margin:0}.options-tariffs__item+.options-tariffs__item{margin-left:2px}}@media screen and (max-width:768px){.options-tariffs__item{min-width:100px;padding:15px}.options-tariffs__item__text{font-size:16px}}@media screen and (max-width:1199px){.tariffs-info__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.tariffs-info__container>*+*{margin-top:45px;margin-left:0}.tariffs-info__left-side{min-width:100%}.tariffs-info__btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto}.tariffs-info__img{height:400px;width:100%;-o-object-position:0 80%;object-position:0 80%}}@media screen and (max-width:1199px){.tariffs-info__desc{font-size:16px}}@media screen and (max-width:1479px){.tariffs-info__desc{font-size:18px;line-height:1.4}}@media screen and (max-width:991px){.enternet-tarifs .tarifs-card-field .enternet-card:hover .enternet-card-head.exile-tariff__card-head{background:#8d8d8b}}@media screen and (max-width:1679px){.equipment-setting{padding:60px 0}.equipment-setting .field .toggle-block .block{font-size:24px}.equipment-setting .field .info-block .block{width:25%}.equipment-setting .field .info-block .block:nth-child(5n){border-right:1px solid #8d8d8b}.equipment-setting .field .info-block .block:nth-child(4n){border-right:none}}@media screen and (max-width:1479px){.equipment-setting .field .toggle-block{max-width:200px}.equipment-setting .field .toggle-block .block{font-size:20px}.equipment-setting .field .info-block .block .info p{font-size:14px}}@media screen and (max-width:1199px){.equipment-setting .field .info-block .block{width:33.33%}.equipment-setting .field .info-block .block:nth-child(4n){border-right:1px solid #8d8d8b}.equipment-setting .field .info-block .block:nth-child(3n){border-right:none}}@media screen and (max-width:991px){.equipment-setting{padding:40px 0}.equipment-setting .field{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.equipment-setting .field .toggle-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:none;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.equipment-setting .field .toggle-block .block{width:-webkit-calc(25% - 12px);width:calc(25% - 12px);margin:0;-webkit-border-radius:12px 12px 0 0;border-radius:12px 12px 0 0}.equipment-setting .field .toggle-block .block:last-child{-webkit-border-radius:12px 12px 6px 0;border-radius:12px 12px 6px 0}.equipment-setting .field .toggle-block .block:first-child{-webkit-border-radius:12px 12px 0 6px;border-radius:12px 12px 0 6px}.equipment-setting .field .info-block{border-left:1px solid #8d8d8b;border-top:none;padding-left:0}.equipment-setting .field .info-block:before{right:0;width:100%;height:16px}}@media screen and (max-width:770px){.equipment-setting .field .toggle-block .block{font-size:16px}.equipment-setting .field .info-block .block{width:50%}.equipment-setting .field .info-block .block:nth-child(3n){border-right:1px solid #8d8d8b}.equipment-setting .field .info-block .block:nth-child(2n){border-right:none}.equipment-setting .field .toggle-block{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.equipment-setting .field .toggle-block .block{width:-webkit-calc(50% - 4px);width:calc(50% - 4px);height:60px;margin:2px;-webkit-border-radius:12px;border-radius:12px}.equipment-setting .field .toggle-block .block:last-child{-webkit-border-radius:12px;border-radius:12px}.equipment-setting .field .toggle-block .block:first-child{-webkit-border-radius:12px;border-radius:12px}.equipment-setting .field .info-block .block .info .docs{margin:10px 0}.equipment-setting .field .info-block[data-block=playlist] .block,.equipment-setting .field .info-block[data-block=tv] .block{width:50%}.equipment-setting .field .info-block[data-block=playlist] .block:nth-child(2n),.equipment-setting .field .info-block[data-block=tv] .block:nth-child(2n){border-right:none}.equipment-setting .field .info-block[data-block=playlist] .block:nth-child(3n),.equipment-setting .field .info-block[data-block=tv] .block:nth-child(3n){border-right:1px solid #8d8d8b}.equipment-setting .field .info-block[data-block=playlist] .block .image p,.equipment-setting .field .info-block[data-block=tv] .block .image p{font-size:16px}}@media screen and (max-width:540px){.equipment-setting .field .info-block .block{width:100%;border-right:none}.equipment-setting .field .info-block .block:nth-child(3n),.equipment-setting .field .info-block .block:nth-child(5n){border-right:none}.equipment-setting .field .info-block[data-block=playlist] .block,.equipment-setting .field .info-block[data-block=tv] .block{width:100%;border-right:none}.equipment-setting .field .info-block[data-block=playlist] .block:nth-child(3n),.equipment-setting .field .info-block[data-block=playlist] .block:nth-child(5n),.equipment-setting .field .info-block[data-block=tv] .block:nth-child(3n),.equipment-setting .field .info-block[data-block=tv] .block:nth-child(5n){border-right:none}.equipment-setting .field .info-block[data-block=mail] .block{width:100%;border-right:none}.equipment-setting .field .info-block[data-block=mail] .block:nth-child(odd){border-right:none}}@media screen and (max-width:1679px){.product-field h3{font-size:26px}.product-field .body .suport-block{max-width:500px}}@media screen and (max-width:1479px){.product-field .body .suport-block{padding-left:40px}.product-field{padding:60px 0}.product-field .top .info p{font-size:18px}.product-field .view-box .big-img{max-width:450px;height:380px}.product-field .body .suport-block ul li,.product-field .body .technical-block .cell{font-size:16px}.product-field h3{font-size:24px}}@media screen and (max-width:1199px){.product-field .top .info p{font-size:16px}.product-field .view-box .big-img{max-width:400px;height:350px;margin-right:10px}.product-field .body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-field .body .technical-block .cell{padding-left:20px;padding-right:20px}.product-field .body .suport-block .buy-block,.product-field .body .suport-block ul{margin-bottom:20px}.product-field .body .suport-block{padding-left:0}}@media screen and (max-width:991px){.product-field .top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:40px}.product-field .top .info{margin-bottom:20px}.product-field h3{font-size:20px}}@media screen and (max-width:770px){.product-field .view-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:none}.product-field .view-box .images-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:none;width:100%;margin-top:20px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-field .view-box .images-block .small-img{margin:5px}.product-field .body .suport-block ul li,.product-field .body .technical-block .cell{font-size:14px}.product-field .body .technical-block .cell{padding-left:10px;padding-right:10px}.product-field .body .suport-block .buy-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.product-field .body .suport-block .buy-block h3{margin-right:0;margin-bottom:20px}.product-field .body .suport-block .document-block a{width:40px;height:40px}.product-field .body .suport-block .document-block a svg{width:100%;height:100%}.product-field .body .suport-block .document-block button{width:40px;height:40px}.product-field .body .suport-block .document-block button svg{width:100%;height:100%}.containt img{-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:550px){.product-field .view-box .big-img img{-o-object-fit:contain;object-fit:contain}.product-field .view-box .big-img{height:250px}}@media screen and (max-width:1679px){.cation-block .body .info h3{font-size:36px}.cation-block .body .info p{font-size:26px}.support-info-block .body .info p{font-size:18px}.support-info-block .body .info p.title{font-size:24px}.support-info-block .body .image{width:600px;height:400px}.question-answer-block .body .content .cell .qestion{font-size:22px}.question-answer-block .body .tabs .tab{height:90px;font-size:18px}.question-answer-block .body .tabs .tab .icon{width:50px;height:50px}.question-answer-block .body .tabs .tab .icon svg{width:100%;height:100%}}@media screen and (max-width:1479px){.cation-block .body{padding:30px 60px}.cation-block .body .icon{height:120px;margin-right:60px}.cation-block .body .icon svg{height:100%}.cation-block .body .info h3{font-size:30px}.cation-block .body .info p{font-size:20px}.support-info-block{padding:60px 0}.support-info-block .body .info p{font-size:16px}.support-info-block .body .info p.title{font-size:20px}.support-info-block .body .image{width:500px;height:300px}.question-answer-block .body .content{padding:40px 60px}.question-answer-block .body .content .cell .qestion{font-size:20px}.question-answer-block .body .content .cell .answer{font-size:18px}.question-answer-block .body .tabs .tab{height:70px;font-size:16px}.question-answer-block .body .tabs .tab .icon{width:40px;height:40px}}@media screen and (max-width:1199px){.cation-block .body{padding:30px 60px}.cation-block .body .info h3{font-size:26px}.cation-block .body .info p{font-size:18px}.question-answer-block .body .content .cell .answer{padding:0 60px}.question-answer-block .body .content .cell .open{padding:20px 60px}.question-answer-block .body .content .cell .qestion{padding:20px 60px}.question-answer-block .body .content .cell .qestion .icon{left:15px}.question-answer-block .body .content .cell .qestion .arrow{right:15px}.question-answer-block .body .tabs .tab{margin:0}}@media screen and (max-width:991px){.question-answer-block .body .content .cell .answer{font-size:16px}.question-answer-block .body .content .cell .qestion{font-size:18px}.question-answer-block .body .content{padding:20px}.question-answer-block .body .tabs .tab .icon{width:30px;height:30px;margin-right:10px}}@media screen and (max-width:770px){.cation-block{margin-top:-25px}.cation-block .body{padding:20px 20px}.cation-block .body .icon{height:80px;margin-right:10px;width:30px}.cation-block .body .icon svg{width:100%}.cation-block .body .info h3{font-size:24px}.cation-block .body .info p{font-size:16px}.support-info-block .body .image{display:none}.question-answer-block .body .tabs{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0}.question-answer-block .body .tabs .tab{-webkit-border-radius:0;border-radius:0;height:60px}.question-answer-block .body .tabs .tab+.tab{margin-left:3px}.question-answer-block .body .content{padding:20px 0}}@media screen and (max-width:500px){.question-answer-block .body .tabs .tab .icon{display:none}.question-answer-block .body .tabs .tab{font-size:14px}.question-answer-block .body .content .cell .answer{padding:0 10px}.question-answer-block .body .content .cell .open{padding:10px}}@media screen and (max-width:1679px){.instruktion-block .body .right h3{font-size:36px}}@media screen and (max-width:1479px){.instruktion-block{padding:40px 0}.instruktion-block .body .right h3{font-size:30px}.instruktion-block .body .right p{font-size:18px}.instruktion-block .body .right b,.instruktion-block .body .right p.big{font-size:26px}}@media screen and (max-width:1199px){.instruktion-block .body .right h3{font-size:24px}.instruktion-block .body .right p{font-size:16px}.instruktion-block .body .right b,.instruktion-block .body .right p.big{font-size:20px}}@media screen and (max-width:991px){.instruktion-block .body{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.instruktion-block .body .right{margin-bottom:20px}.instruktion-block .body .left{padding-right:0}.instruktion-block .body .left .img{-o-object-fit:contain;object-fit:contain}}@media screen and (max-width:600px){.instruktion-block .body .right img{max-width:100%}}@media screen and (max-width:1200px){.services-info{padding:64px 0 0}.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-head .h2{font-size:28px}}@media screen and (max-width:1100px){.services-tariffs.b-tariffs.enternet-tarifs .enternet-card .enternet-card-head .h2{font-size:22px}.services-info__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.services-info__right-side{margin-left:0;width:100%}.services-info__img{width:100%}.services-info__desc{max-width:100%}}@media screen and (max-width:991px){.services-tariffs.b-tariffs.enternet-tarifs .enternet-card:hover .enternet-card-head{background:#000}}@media screen and (max-width:480px){.services-info{padding:32px 0 0}.services-info__title{font-size:32px;font-weight:800;margin-bottom:20px}.services-info__desc{font-size:18px;line-height:28px}}@media screen and (max-width:1340px){.services-other__item{width:-webkit-calc(50% - 16px);width:calc(50% - 16px)}}@media screen and (max-width:768px){.services-other__item{width:100%}}@media screen and (max-width:1679px){.services-other__text h3{font-size:36px}.services-other__svg{width:80px}}@media screen and (max-width:1479px){.services-othe__text h3{font-size:30px}}@media screen and (max-width:500px){.services-other__text h3{font-size:22px;line-height:18px;margin-bottom:8px}.services-other__text h4{font-size:18px}.services-other__text p{font-size:12px}.services-other__svg{width:50px;height:80px;margin-right:10px;padding-top:0}.services-other__svg svg{height:100%}}@media screen and (max-width:768px){.payment-intro__img{height:320px}}@media screen and (max-width:1200px){.payment-info{padding:64px 0}}@media screen and (max-width:480px){.payment-info{padding:32px 0}}@media screen and (max-width:480px){.payment-info__title{font-size:32px;font-weight:800;margin-bottom:20px}}@media screen and (max-width:1199px){.payment-info__col--2{max-width:100%}.payment-info__col--3{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%;margin-top:40px;margin-left:0!important}}@media screen and (max-width:768px){.payment-info__col--1{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;max-width:100%;margin-top:25px}.payment-info__col--2{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%;margin-left:0!important}.payment-info__col--3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}}@media screen and (max-width:768px){.payment-info__receipt{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:35px 0;border-top:1px solid #8d8d8b;border-bottom:1px solid #8d8d8b;margin-top:0}.payment-info__receipt__header{padding:0}.payment-info__receipt__body{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-left:25px}}@media screen and (max-width:1199px){.payment-info__text{max-width:100%}}@media screen and (max-width:1199px){.payment-info__text p{max-width:100%}}@media screen and (max-width:768px){.payment-info__text h3{margin-bottom:28px}}@media screen and (max-width:480px){.payment-info__text h3{margin-bottom:20px}.payment-info__text p{font-size:18px;line-height:28px}}@media screen and (max-width:1200px){.payment-services{padding:64px 0}}@media screen and (max-width:480px){.payment-services{padding:32px 0}}@media screen and (max-width:480px){.payment-services__title{font-size:32px;font-weight:800;margin-bottom:20px}}@media screen and (max-width:1200px){.payment-services__services{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.payment-services__list{width:100%;-webkit-border-radius:0 0 12px 12px;border-radius:0 0 12px 12px}.payment-services__list::before{width:100%;height:16px;z-index:2}.payment-services__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%}.payment-services__btn{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:0;-webkit-border-radius:0;border-radius:0}.payment-services__btn:first-child{-webkit-border-radius:12px 0 0 0;border-radius:12px 0 0 0}.payment-services__btn:last-child{-webkit-border-radius:0 12px 0 0;border-radius:0 12px 0 0}.payment-services__btn+.payment-services__btn{margin-top:0;margin-left:2px}}@media screen and (max-width:991px){.payment-services__list::before{height:8px}.payment-services__item__btn{font-size:20px}}@media screen and (max-width:991px){.payment-services__btn{font-size:24px;padding:17px 20px 18px}}@media screen and (max-width:486px){.payment-services__btn{font-size:20px;padding:15px 0 16px}}@media screen and (max-width:480px){.payment-services__list{padding:15px 30px 40px}.payment-services__item{padding:30px 0 0;border-right:none}.payment-services__item+.payment-services__item{height:320px;border-top:1px solid #8f8c8c}}@media screen and (max-width:1199px){.domen-info{padding:64px 0}}@media screen and (max-width:480px){.domen-info{padding:32px 0}.domen-info h2{font-size:32px;font-weight:800;margin-bottom:20px}.domen-info p{font-size:18px;line-height:28px}}@media screen and (max-width:1199px){.domen-info__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:480px){.domen-info__title{font-size:32px;font-weight:800;margin-bottom:20px}}@media screen and (max-width:1199px){.domen-info__col+.domen-info__col{margin-top:60px;margin-left:0}}@media screen and (max-width:1199px){.domen-info__col--2{max-width:100%}}@media screen and (max-width:480px){.domen-info__text{font-size:18px;line-height:28px}}@media screen and (max-width:480px){.domen-info__img{margin-bottom:50px}}@media screen and (max-width:1190px){.domen-info__btn{display:block;margin:40px auto 0}}@media screen and (max-width:768px){.domen-info__btn{width:100%}}@media screen and (max-width:1199px){.domen-info__table-wrapper__title{max-width:100%}}@media screen and (max-width:768px){.domen-info__table__head th{padding-top:19px;padding-bottom:20px;padding-left:32px;padding-right:40px}}@media screen and (max-width:480px){.domen-info__table__head th{font-size:16px}}@media screen and (max-width:768px){.domen-info__table__body .domen-info__table__row:first-child>td{padding-top:24px!important}}@media screen and (max-width:768px){.domen-info__table__body .domen-info__table__row:last-child>td{padding-bottom:24px!important}}@media screen and (max-width:768px){.domen-info__table__body .domen-info__table__row td{padding-top:19px;padding-bottom:20px;padding-left:32px;padding-right:40px}}@media screen and (max-width:480px){.domen-info__table__body .domen-info__table__row td{font-size:16px}}@media screen and (max-width:480px){.domen-info--other-info__list .domen-info--other-info__item{font-size:18px;line-height:28px}}@media screen and (max-width:480px){.domen-info--other-info li{font-size:18px;line-height:28px}}@media screen and (max-width:1200px){.profile-info{padding:64px 0}}@media screen and (max-width:480px){.profile-info{padding:32px 0}}@media screen and (max-width:1376px){.profile-info__balance{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:992px){.profile-info__balance{padding:22px 28px}}@media screen and (max-width:860px){.profile-info__balance-row{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}}@media screen and (max-width:480px){.profile-info__balance-name,.profile-info__balance-value{font-size:18px}}@media screen and (max-width:1376px){.profile-info__balance-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}}@media screen and (max-width:600px){.profile-info__balance-value{margin-left:0}}@media screen and (max-width:1376px){.profile-info__actions{width:100%;margin-top:40px}}@media screen and (max-width:600px){.profile-info__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:992px){.profile-info__actions>*+*{margin-left:35px}}@media screen and (max-width:600px){.profile-info__actions>*+*{margin-top:25px;margin-left:0}}@media screen and (max-width:480px){.profile-info__actions-title{font-size:18px}}@media screen and (max-width:1376px){.profile-info__refill{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:1376px){.profile-info__refill-wrapper{max-width:100%}}@media screen and (max-width:600px){.profile-info__credit-trust button{width:100%}}@media screen and (max-width:1199px){.profile-info__right-side{margin-top:40px}}@media screen and (max-width:1199px){.profile-info__main-btn{margin:40px 0 0!important}}@media screen and (max-width:1099px){.profile-info__main-btn{margin:40px auto 0!important}}@media screen and (max-width:1200px){.profile-interview{padding:64px 0}}@media screen and (max-width:480px){.profile-interview{padding:32px 0}}@media screen and (max-width:1329px){.profile-interview__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:1329px){.profile-interview__container>*+*{margin-left:0;margin-top:40px}}@media screen and (max-width:1329px){.profile-interview__col{min-width:100%;width:100%}}@media screen and (max-width:1679px){.profile-interview__box{padding:30px 40px}}@media screen and (max-width:1679px){.profile-interview__radio-text{font-size:24px}}@media screen and (max-width:1200px){.profile-subscribe{padding:64px 0}}@media screen and (max-width:480px){.profile-subscribe{padding:32px 0}}@media screen and (max-width:768px){.profile-subscribe__title{font-size:30px;text-align:center}}@media screen and (max-width:768px){.profile-subscribe__tagline{font-size:24px;text-align:center}}@media screen and (max-width:768px){.profile-subscribe__body{max-width:100%}}@media screen and (max-width:768px){.profile-subscribe__input{min-width:0}}@media screen and (max-width:768px){.profile-subscribe__btn{padding:15px 250}}@media screen and (max-width:768px){.profile-subscribe__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:991px){.profile-control__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:991px){.profile-control__aside{display:none}}@media screen and (max-width:991px){.profile-control__aside-header{display:none}}@media screen and (max-width:991px){.profile-control__aside-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;border-top:none;-webkit-border-radius:0;border-radius:0;background-color:transparent}}@media screen and (max-width:991px){.profile-control__aside-group{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:991px){.profile-control__aside-group+.profile-control__aside-group{margin-top:0;margin-left:2px}}@media screen and (max-width:768px){.profile-control__aside-group-title{font-size:16px}.profile-control__aside-group-title::after{display:none!important}}@media screen and (max-width:480px){.profile-control__aside-group-title{font-size:15px}}@media screen and (max-width:991px){.profile-control__aside-group:first-child .profile-control__aside-group-title{-webkit-border-radius:8px 0 0 0;border-radius:8px 0 0 0}}@media screen and (max-width:991px){.profile-control__aside-group:last-child .profile-control__aside-group-title{-webkit-border-radius:0 8px 0 0;border-radius:0 8px 0 0}}@media screen and (max-width:991px){.profile-control__aside-group-ul{display:none}}@media screen and (max-width:991px){.profile-control__aside-group-title{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:25px 10px 22px;-webkit-border-radius:0;border-radius:0;background-color:#1a1a18}}@media screen and (max-width:991px){.profile-control__body-nav{display:none}}@media screen and (max-width:1199px){.profile-control__body-main{-webkit-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px}}@media screen and (max-width:1199px){.profile-control__body-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:992px){.profile-control__body-container{padding:35px 15px 75px}}@media screen and (max-width:480px){.profile-control__body-table.table-cols-3\/1.response .profile-control__body-table-row td,.profile-control__body-table.table-cols-3\/1.response .profile-control__body-table-row th{width:auto}}@media screen and (max-width:1479px){.profile-control__body-table-td,.profile-control__body-table-th{padding:16px 0 13px 16px;font-size:18px}}@media screen and (max-width:768px){.profile-control__body-table-td,.profile-control__body-table-th{padding:15px 0 13px 13px}}@media screen and (max-width:480px){.profile-control__body-table-td,.profile-control__body-table-th{font-size:16px}}@media screen and (max-width:375px){.profile-control__body-table-td,.profile-control__body-table-th{font-size:14px}}@media screen and (max-width:768px){.profile-control__body-table-td+.profile-control__body-table-td,.profile-control__body-table-td+.profile-control__body-table-th,.profile-control__body-table-th+.profile-control__body-table-td,.profile-control__body-table-th+.profile-control__body-table-th{padding:15px 8px 13px}}@media screen and (max-width:768px){.profile-control__body-table-btn{padding:10px;font-size:16px}}@media screen and (max-width:480px){.profile-control__body-table-btn{display:block;margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:10px 13px 12px 14px;-webkit-border-radius:50%;border-radius:50%}}@media screen and (max-width:480px){.profile-control__body-table-btn .inner-text{display:none}}@media screen and (max-width:480px){.profile-control__body-table-btn .inner-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (max-width:480px){.profile-control__body-table-btn.off,.profile-control__body-table-btn.off-black,.profile-control__body-table-btn.on{padding:11px}}@media screen and (max-width:1199px){.profile-control__form-wrapper{margin-top:45px;margin-left:0}}@media screen and (max-width:1199px){.profile-control__form-box{max-width:100%}}@media screen and (max-width:991px){.profile-control__nav-btn{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border:none;-webkit-border-radius:0;border-radius:0;margin-top:2px;margin-left:0;text-align:center}}@media screen and (max-width:768px){.profile-control__nav-btn{font-size:16px}}@media screen and (max-width:480px){.profile-control__nav-btn{font-size:15px}}@media screen and (max-width:991px){.profile-control__nav-btn+.profile-control__nav-btn{margin-left:2px}}@media screen and (max-width:1325px){.panel__account-history.switcher{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:27px}}@media screen and (max-width:1325px){.panel__account-history .switcher__title{margin-bottom:24px}}@media screen and (max-width:480px){.panel__account-history .switcher__controller-wrapper>*+*{margin-left:20px}}@media screen and (max-width:480px){.panel__account-history .switcher__controller{width:65px;height:20px}}@media screen and (max-width:480px){.panel__account-history .switcher__controller::before{width:17px;height:17px}}@media screen and (max-width:480px){.panel__account-history .switcher__option{font-size:16px}}@media screen and (max-width:991px){.panel__account-history .pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-left:0!important}}.panel__account-history .pagination__item{padding:6px 8px;font-size:26px}@media screen and (max-width:1199px){.panel__subscribers{padding-left:0;margin-top:45px}}@media screen and (max-width:768px){.panel__refill-row.desc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:768px){.payment-info__receipt.panel__refill.receipt{max-width:100%;margin-top:40px;margin-left:0;padding-left:46px}}@media screen and (max-width:510px){.payment-info__receipt.panel__refill.receipt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:510px){.payment-info__receipt.panel__refill.receipt>*+*{margin-left:0;margin-top:25px}}@media screen and (max-width:768px){.panel__refill .receipt__header{padding:0 14px}}@media screen and (max-width:768px){.domen-info__text.panel__refill.desc{padding-left:0}}@media screen and (max-width:768px){.payment-services__list.panel__payment-method.payment-method{padding:0}}@media screen and (max-width:768px){.panel__refill.desc{padding-left:0}}@media screen and (max-width:768px){.payment-services__list.panel__payment-method.payment-method::after{width:2px;background-color:#f4f4f4}}@media screen and (max-width:768px){.panel .payment-method__footer{padding:20px 0 0}}@media screen and (max-width:768px){.account-balance{margin:0 0 20px}}@media screen and (max-width:1440px){.account-balance__item{padding:12px 18px 10px}}@media screen and (max-width:1440px){.account-balance__title{font-size:16px}}@media screen and (max-width:1440px){.account-balance__value{font-size:20px}}@media screen and (max-width:1679px){.blog-nav-block .question-block .question-field .radio-field .checkbox span{font-size:16px}}@media screen and (max-width:1479px){.blog-nav-block ul,.tags-link-field{font-size:16px}}@media screen and (max-width:540px){.profile-control__form-box{padding:30px 20px}.profile-control__form-input{padding:10px;font-size:16px}.blog-nav-block .question-block .question-field .radio-field .checkbox span{font-size:14px}}@media screen and (max-width:420px){.profile-control__form-input{font-size:14px}}@media screen and (max-width:1679px){.hosting-top-block .body .text h2{font-size:44px}.hosting-top-block .red-btn{font-size:20px}.hosting-table .title h2{font-size:44px}.hosting-table .body .content div:first-child,.hosting-table .body .foter div:first-child,.hosting-table .body .head div:first-child{padding-left:130px}}@media screen and (max-width:1479px){.hosting-top-block .body .text h2{font-size:36px}.hosting-top-block .body .text p{font-size:18px}.hosting-top-block .red-btn{font-size:18px}.hosting-table .title h2{font-size:36px}.hosting-table .body{font-size:18px}.hosting-table .body .foter{font-size:26px}.hosting-table .body .content div:first-child,.hosting-table .body .foter div:first-child,.hosting-table .body .head div:first-child{padding-left:100px}}@media screen and (max-width:1199px){.hosting-top-block .body .text h2{font-size:30px}.hosting-top-block .body .text p{font-size:16px}.hosting-table .title h2{font-size:30px}.hosting-table .body{font-size:16px}.hosting-table .body .foter{font-size:20px}.hosting-table .body .content div:first-child,.hosting-table .body .foter div:first-child,.hosting-table .body .head div:first-child{padding-left:70px}.hosting-table .body .content div:first-child::before{left:2.5%}}@media screen and (max-width:998px){.hosting-table .body .content div:first-child,.hosting-table .body .foter div:first-child,.hosting-table .body .head div:first-child{padding-left:40px}.hosting-table .body .content div:first-child::before{left:1%}.hosting-table{padding-bottom:60px}}@media screen and (max-width:800px){.hosting-table .body .content div,.hosting-table .body .foter div,.hosting-table .body .head div{width:15%}.hosting-table .body .content div:first-child,.hosting-table .body .foter div:first-child,.hosting-table .body .head div:first-child{width:20%}}@media screen and (max-width:780px){.hosting-top-block .body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.hosting-top-block .body .text{width:100%;margin-bottom:20px}.hosting-top-block .body .text h2{font-size:28px}.hosting-top-block .body .image{width:100%;margin-bottom:20px}.hosting-table .title h2{font-size:28px}.hosting-table .body .foter{font-size:18px}.hosting-table .body{font-size:14px}}@media screen and (max-width:600px){.hosting-table .body .content,.hosting-table .body .foter,.hosting-table .body .head{padding-top:15px;padding-bottom:15px}.hosting-table .body .content{padding-top:10px;padding-bottom:10px}.hosting-table .body{font-size:11px;word-wrap:break-word}.hosting-table .body .content div:first-child,.hosting-table .body .foter div:first-child,.hosting-table .body .head div:first-child{word-wrap:break-word}.hosting-table .body .foter{font-size:12px}.hosting-table .body .content div:first-child,.hosting-table .body .foter div:first-child,.hosting-table .body .head div:first-child{padding-left:25px}}@media screen and (max-width:540px){.hosting-table .container{padding:0}.hosting-table .body{font-size:8px}}@media screen and (max-width:330px){.hosting-table .body{font-size:7px}.hosting-table .body .foter{font-size:9px}}@media screen and (max-width:999px){.equipment-setting .field .info-block[data-block=playlist] .block .image p,.equipment-setting .field .info-block[data-block=tv] .block .image p{font-size:18px;width:100%}.equipment-setting .field .info-block[data-block=playlist] .block .image img,.equipment-setting .field .info-block[data-block=tv] .block .image img{width:70%;margin-bottom:10px}}@media screen and (max-width:770px){.equipment-setting .field .info-block[data-block=playlist] .block:nth-child(3n),.equipment-setting .field .info-block[data-block=tv] .block:nth-child(3n){border-right:1px solid #8d8d8b}.equipment-setting .field .info-block[data-block=playlist] .block:nth-child(2n),.equipment-setting .field .info-block[data-block=tv] .block:nth-child(2n){border-right:none}}@media screen and (max-width:540px){.equipment-setting .field .info-block[data-block=playlist] .block .image img,.equipment-setting .field .info-block[data-block=tv] .block .image img{width:90%;margin-bottom:10px}.equipment-setting .field .info-block[data-block=playlist] .block .image p,.equipment-setting .field .info-block[data-block=tv] .block .image p{width:100%;font-size:14px}}@media screen and (max-width:1150px){.enternet-tarifs .tarifs-card-field .enternet-card .enternet-card-body .list ul li{padding-left:25px}.enternet-tarifs .tarifs-card-field .enternet-card{width:-webkit-calc(50% - 15px);width:calc(50% - 15px)}}@media screen and (max-width:540px){.enternet-tarifs .tarifs-card-field .enternet-card{width:-webkit-calc(100% - 15px);width:calc(100% - 15px)}}