 .subkey__filters{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 51px;}.subkey__filters > div{display: flex;overflow: hidden;overflow-x: auto;scrollbar-color: #97A0BA #f1f1f1;scrollbar-width: thin;}.subkey__filters > div::-webkit-scrollbar {width: 5px;height: 5px;}.subkey__filters > div::-webkit-scrollbar-track {background: #f1f1f1;}.subkey__filters > div::-webkit-scrollbar-thumb {background: #97A0BA;}.subkey__filters > div::-webkit-scrollbar-thumb:hover {background: #FF7800;}.subkey__filter{display: inline-flex;align-items: center;justify-content: center;padding: 12px;font-family: var(--font);font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;color: #97A0BA;border: 1px solid #97A0BA;border-radius: 4px;margin-top:32px;margin-right: 8px;text-decoration: none !important;white-space: nowrap;}.subkey__filter, .subkey__filter *{-webkit-transition : all 0.2s ease-in-out;-moz-transition : all 0.2s ease-in-out;-o-transition : all 0.2s ease-in-out;transition : all 0.2s ease-in-out;}.subkey__filters > div .subkey__filter:last-child{margin-right: 0;}.subkey__filter:hover, .subkey__filter_active{border-color: #FF7800;color: #FF7800;}.subkey__filter:hover{-webkit-user-select: none;-webkit-touch-callout: none;}.subkey__filter.subkey__filter_check{border:0;padding: 0;}.subkey__filter.subkey__filter_check svg{margin-left:16px;}.subkey__filter_active.subkey__filter_check{color: #97A0BA;}.subkey__filter_check.subkey__filter:hover{color: #FF7800;}.subkey__filter.subkey__filter_check:hover rect, .subkey__filter_check.subkey__filter_active rect{fill: #FF7800;}.subkey__filter.subkey__filter_check:hover circle, .subkey__filter_check.subkey__filter_active circle{stroke: #FF7800;}.subkey__filter_check.subkey__filter_active circle{-ms-transform: translateX(24px);-webkit-transform: translateX(24px);-o-transform: translateX(24px);-moz-transform: translateX(24px);transform: translateX(24px);}.subkey__products{display: grid;grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));grid-gap: 40px 20px;margin-bottom: 64px;}.subkey__product{border: 1px solid #C1C8DF;border-radius: 4px;padding: 16px;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: space-between;position: relative;}.subkey__product, .subkey__product *{-webkit-transition : all 0.2s ease-in-out;-moz-transition : all 0.2s ease-in-out;-o-transition : all 0.2s ease-in-out;transition : all 0.2s ease-in-out;}.subkey__products_cashes .subkey__product{display: none;}.subkey__products_cashes .subkey__product_active{display: flex;}.subkey__product_checked{border-color: #FF7800;box-shadow: 0px 0px 16px 1px rgba(255, 120, 0, 0.3);}.subkey__productlink {position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;}.subkey__productsign{background: #FFFCB3;position: absolute;top: -19px;border-radius: 4px;padding: 0 8px;height: 39px;text-align: center;font-family: var(--font);font-style: normal;font-weight: normal;font-size: 16px;line-height: 24px;display: inline-flex;align-items: center;color: #3E4664;}.subkey__productsign svg{margin-right: 8px;min-width: 24px;}.subkey__productimg {height: 200px;overflow: hidden;width: 100%;margin-bottom: 0;padding: 16px;display: inline-flex;align-items: center;justify-content: center;}.subkey__productimg img {object-fit: contain;max-height: 100%;max-width: 100%;}.subkey__producttitle {font-family: var(--font);font-weight: normal;font-size: 18px;line-height: 27px;color: #0C1533;height: 54px;overflow: hidden;margin-bottom: 12px;text-align: center;align-self: center;display: inline-flex;align-items: center;}.subkey__producttitle a{text-decoration: underline;color: #0D67E1;z-index: 3;position: relative;}.subkey__producttitle a:hover{text-decoration: none;color: #0D67E1;}.subkey__productprice {font-family: var(--font_title);font-weight: 600;font-size: 20px;line-height: 24px;color: #0C1533;margin-bottom: 12px;margin-top: auto;align-self: center;}.subkey__productrbl {font-size: 13px;}.subkey__productbtn {height: 40px;line-height: 40px;width: 100%;padding: 0;font-size: 16px;letter-spacing: 0;font-weight: normal;max-width: 300px;background: #FFFFFF;border: 1px solid #FF7800;color: #FF7800;margin-bottom: 0;}.subkey__productlink:hover ~ .subkey__productbtn, .subkey__product_checked .subkey__productbtn{background-color: #FF7800;border-color: #FF7800;color: #FFFFFF;}.subkey__product:hover{border-color: #FF7800;-webkit-user-select: none;-webkit-touch-callout: none;}.subkey__package{display: grid;grid-gap: 12px;grid-template-columns: 100%;margin-bottom: 64px;}.subkey__packageitem{display: grid;align-items: center;grid-template-areas: "icon name price check";grid-template-columns: 23px minmax(267px, 350px) auto 23px;grid-gap: 0 20px;grid-template-rows: minmax(73px, 1fr);box-shadow: 0.5px 0.5px 4px rgba(69, 68, 79, 0.35);padding: 0 30px;}.subkey__packageicon{margin-bottom: 0;grid-area: icon;background-position: center center;background-size: contain;background-repeat: no-repeat;height: 100%;display: inline-flex;}.subkey__packageicon svg{height: auto;width: 100%;}.subkey__packagename{grid-area: name;font-family: var(--font);font-weight: 500;font-size: 18px;line-height: 21px;color: #3E4664;margin-bottom: 0;min-width: 43%;}.subkey__packageprice{grid-area: price;font-family: var(--font);font-weight: 500;font-size: 18px;line-height: 21px;color: #3E4664;margin-bottom: 0;width: 100px;}.subkey__packagerbl{font-size: 0.7em;}.subkey__packagecheck{grid-area: check;height: auto;}.subkey__packageitem_service .subkey__packageprice{font-weight: normal;font-size: 12px;line-height: 14px;color: #97A0BA;}.subkey__packageitem_service .subkey__packagename{color: #97A0BA;}.subkey__calc{display: flex;align-items: center;margin-bottom: 32px;flex-wrap: wrap;overflow: hidden;overflow-x: auto;scrollbar-color: #97A0BA #f1f1f1;scrollbar-width: thin;}.subkey__calc::-webkit-scrollbar {width: 5px;height: 5px;}.subkey__calc::-webkit-scrollbar-track {background: #f1f1f1;}.subkey__calc::-webkit-scrollbar-thumb {background: #97A0BA;}.subkey__calc::-webkit-scrollbar-thumb:hover {background: #FF7800;}.subkey__calc > *{margin-top: 24px;margin-right: 32px;}.subkey__calc > *:last-child{margin-right: 0 !important;}.subkey__calctext{display: inline-flex;flex-direction: column;}.subkey__calctext1{font-family: var(--font_title);font-weight: 500;font-size: 20px;line-height: 24px;color: #0C1533;margin-bottom: 4px;}.subkey__calctext2{font-family: var(--font);font-weight: normal;font-size: 12px;line-height: 14px;color: #97A0BA;margin-bottom: 0;}.subkey__calccount {display: inline-flex;align-items: center;}.subkey__calcinput{width: 60px;height: 44px;border: 1px solid #C1C8DF;border-radius: 4px;display: inline-flex;color: #0C1533;text-decoration: none !important;align-items: center;justify-content: center;text-align: center;font-family: var(--font);font-size: 18px;line-height: 150%;}.subkey__calcprice{margin-bottom: 0;font-family: var(--font_title);font-style: normal;font-weight: 600;font-size: 36px;line-height: 44px;color: #0C1533;}.subkey__calcrbl{font-size: 0.7em;}.subkey__calccontrols{display: inline-flex;flex-direction: column;margin-left: 4px;margin-bottom: 0;}.subkey__calccontrol{display: inline-flex;margin-top: 4px;}.subkey__calccontrol:hover{-webkit-user-select: none;-webkit-touch-callout: none;}.subkey__calccontrol:hover svg rect{fill: #FF7800;}.subkey__calccontrol:hover svg path{fill: #FFFFFF;}.subkey__calccontrols > *:first-child{margin-top:0;}.subkey__calcpopup{display: none;position: fixed;top: 0;z-index: 100;right: 0;left: 0;color: #FF7800;font-weight: 500;font-size: 20px;line-height: 24px;bottom: 0;width: 320px;height: 82px;border: 1px solid #C1C8DF;margin: auto;background: #FFFFFF;padding: 15px;}.subkey__calcpopup_show{display: inline-flex;}.subkey__calcpopup a{position: absolute;right: 11px;top: 11px;text-decoration: none;color: transparent;background: url(i/icon-close.png) no-repeat center;width: 15px;height: 15px;opacity: 0.7;cursor: pointer;}.subkey__ordertext{font-family: var(--font);font-weight: 500;font-size: 18px;line-height: 21px;color: #0C1533;margin-bottom: 16px;}.subkey__ordergrid {width: auto;margin-bottom: 32px;font-family: var(--font);font-weight: normal;font-size: 12px;line-height: 14px;color: #3E4664;}.subkey__ordergrid td{padding-bottom: 4px;padding-right: 8px;}.subkey__ordercash_empty{color: red;}.subkey__orderrbl{font-size: 0.7em;}.subkey__boughtshare{border-top: 1px solid #C1C8DF;padding-top: 16px;display: flex;justify-content: space-between;align-items: center;}.subkey__bought{margin-bottom: 0;display: flex;align-items: center;font-size: 18px;line-height: 150%;color: #97A0BA;}.subkey__bought svg{margin-right: 8px;}.subkey__bought span{margin-left: 8px;color: #FF7800;}.subkey__share{font-size: 18px;line-height: 150%;color: #97A0BA;display: flex;align-items: center;margin-bottom: 0;}.subkey__share > span{margin-right: 20px;}.subkey__share > a{display: inline-flex;margin-right: 10px;position: relative;}.subkey__share > *:last-child{margin-right: 0;}.subkey__share > a:hover:after{content: '';width: 100%;height: 2px;position: absolute;background: #498EF5;bottom: 0;}.subkey__form{background: #FFEAD7;border-radius: 8px;padding: 64px 20px;margin-bottom: 96px;}.subkey__form .form {width: 100%;max-width: 452px;box-shadow: none;border-radius: 0;padding: 0;margin-left:auto;margin-right: auto;background-color: transparent;}.subkey__form .form__title{font-weight: 600;font-size: 28px;line-height: 34px;margin-bottom: 24px;}.subkey__form .form__desc{font-family: var(--font);font-weight: normal;font-size: 18px;line-height: 150%;color: #3E4664;margin-bottom: 32px;}.subkey__form .form > .button {margin-top: 21px;}.subkey__adv{padding: 87px 34% 52px 32px;display: flex;align-items: baseline;justify-content: center;flex-direction: column;background-color: #FFEAD7;background-repeat: no-repeat;background-position: 96% center;background-image: url(i/adv-subkey.png);margin-bottom: 64px;margin-top: 0;border-radius: 4px;min-height: 320px;}.subkey__adv > *:last-child{margin-bottom: 0;}@media (max-width: 1110px) {.subkey__adv {padding-right: 370px;}}@media (max-width: 1080px) and (min-width: 851px){.subkey__boughtshare {flex-direction: column;align-items: baseline;}.subkey__bought{margin-bottom:20px;}}@media (max-width: 64em) {.subkey__products{grid-column-gap: 12px;}}@media (max-width: 900px) {.subkey__adv {padding: 32px;background-image: none;}}@media (max-width: 48em) {}@media (max-width: 700px){.subkey__boughtshare {flex-direction: column;padding-top: 32px;margin-bottom: 48px;}.subkey__bought{margin-bottom:32px;font-size: 16px;}.subkey__share{font-size: 16px;}}@media (max-width: 640px) {.subkey__package{margin-bottom: 48px;}.subkey__packageitem{align-items: flex-start;grid-template-areas: "icon name check" ". price price";grid-template-columns: 23px auto 23px;grid-gap: 23px 12px;grid-template-rows: auto;padding: 24px 12px 20px 12px;}}@media (max-width: 36em) {.subkey__products{grid-row-gap: 32px;}.subkey__productimg{height: 160px;width: 200px;}.subkey__producttitle {font-size: 16px;line-height: 24px;height: 48px;}.subkey__calc > *{margin-right: 24px;}.subkey__calcprice{margin-right: 0 !important;}.subkey__calctext{width: 100%;margin-right: 0 !important;}.subkey__share {flex-wrap: wrap;justify-content: center;}.subkey__share > span{margin-right: 0;margin-bottom: 16px;width: 100%;text-align: center;}.subkey__form{border-radius: 0;padding: 40px 20px;margin-bottom: 64px;margin-right: var(--container_plrAdvXS);margin-left: var(--container_plrAdvXS);}.subkey__form .form__title{margin-bottom: 16px;font-size: 18px;line-height: 22px;}.subkey__form .form__desc{font-size: 16px;margin-bottom: 24px;}.subkey__form .form > .button {margin-top: 13px;}.subkey__adv {border-radius: 0;padding: 40px 20px;margin-right: var(--container_plrAdvXS);margin-left: var(--container_plrAdvXS);}}