:root{--themeFont:14px/1.6 Roboto, Arial, Helvetica, sans-serif;--themeTextColor:rgba(0, 0, 0, 0.85);--themeTextMuted:rgba(0, 0, 0, 0.5);--themeTextColorPlaceholder:rgba(0, 0, 0, 0.3);--themeTitleBig:400 24px/1.5 Roboto, Arial, Helvetica, sans-serif;--themeTitleMedium:400 18px/1.4 Roboto, Arial, Helvetica, sans-serif;--themeTitleSmall:400 14px/1.4 Roboto, Arial, Helvetica, sans-serif;--themeHeaderHeight:80px;--themeCenterWidth:980px;--themeSidebarWidth:236px;--themeButtonHeight:60px;--themeButtonFont:500 16px/1.1 Roboto, Arial, Helvetica, sans-serif;--themeButtonBorder:none;--themeButtonBg:var(--customButtonBackground);--themeButtonPrimaryBg:var(--customHighlightedButtonBackground);--themeButtonPaymentBg:var(--customPaymentButtonBackground);--themeButtonColor:rgba(0, 0, 0, 0.85);--themeButtonPrimaryColor:rgba(255, 255, 255, 0.9);--themeButtonPaymentColor:rgba(255, 255, 255, 0.9);--themeButtonRadius:0;--themeRadius:0;--themeShadow:none;--themePadding:20px;--themeFieldHeight:40px;--themeFieldBg:transparent;--themeFieldRadius:0;--themeFieldBorder:none;--themeFieldFont:400 14px/1.4 Roboto, Arial, Helvetica, sans-serif;--themeCheckbox:var(--bodySecondary);--themeFieldPadding:0}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}html,body{height:auto}body{color:var(--themeTextColor,var(--bodyPrimary));background:var(--bodyBackground);font:var(--themeFont);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%}img{border:none;display:block;max-width:100%}ul li{list-style:none}ol{list-style-position:inside}a{color:var(--bodySecondary);text-decoration:none}::-webkit-input-placeholder{color:var(--themeTextColorPlaceholder)}::-moz-placeholder{color:var(--themeTextColorPlaceholder)}:-ms-input-placeholder{color:var(--themeTextColorPlaceholder)}::-ms-input-placeholder{color:var(--themeTextColorPlaceholder)}::placeholder{color:var(--themeTextColorPlaceholder)}.is-success{color:var(--bodySuccess)}.is-error{color:var(--bodyWarning)}.is-hidden{display:none}#page_body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-pack:justify;justify-content:space-between;min-height:100vh}.header#header_block{-ms-flex-negative:0;flex-shrink:0;height:var(--themeHeaderHeight)}.footer#footer_bottom{-ms-flex-negative:0;flex-shrink:0}.container{-ms-flex:1;flex:1;margin-top:var(--themeHeaderHeight);padding-top:var(--themePadding)}.center{max-width:var(--themeCenterWidth,980px);margin:0 auto;width:100%;height:inherit}.content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content_inner{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:var(--themePadding)}.content_sidebar{-ms-flex-negative:0;flex-shrink:0;width:var(--themeSidebarWidth,280px);margin-right:20px;padding:var(--themePadding)}.title{margin-bottom:15px}.title__big{font:var(--themeTitleBig)}.title__medium{font:var(--themeTitleMedium)}.title__small{font:var(--themeTitleSmall)}.field{position:relative}.field_label{display:block}.field_input,.field_select,.field_textarea{width:100%;background:var(--themeFieldBg);border:var(--themeFieldBorder);border-radius:var(--themeFieldRadius);color:var(--themeTextColor);padding:0 var(--themeFieldPadding,10px);height:var(--themeFieldHeight,40px);line-height:var(--themeFieldHeight,40px);font:var(--themeFieldFont,inherit);-webkit-appearance:none;-moz-appearance:none;appearance:none}.field_textarea{height:40px;max-height:80px;resize:none;padding:var(--themeFieldPadding,10px);line-height:1}.field_select{padding-right:25px;min-width:70px}.field_wrap__select{position:relative}.field_wrap__select:after{top:0;bottom:0;right:10px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-top-color:currentColor;border-width:4px;margin:auto 0}.field_wrap__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.field_wrap__checkbox .field_label,.field_wrap__radio .field_label{margin:0;line-height:20px}.field_wrap__checkbox .field_checkbox,.field_wrap__radio .field_checkbox{-ms-flex-negative:0;flex-shrink:0;margin-right:10px}input[type="radio"],input[type="checkbox"]{-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;background:transparent;border:2px solid #666;border-radius:3px;cursor:pointer;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;position:relative}input[type="checkbox"]:checked{background:var(--themeCheckbox,--customHighlightedButtonBackground);border-color:var(--themeCheckbox,--customHighlightedButtonBackground)}input[type="checkbox"]:checked:after{content:'';position:absolute;left:0;right:0;top:0;bottom:0;border:2px solid #fff;border-left:0;border-top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:4px;height:10px;margin:auto}input[type="radio"]{border-radius:50%}input[type="radio"]:checked{background:var(--themeCheckbox,--customHighlightedButtonBackground);border-color:var(--themeCheckbox,--customHighlightedButtonBackground)}input[type="radio"]:checked:after{border-radius:50%;content:'';position:absolute;left:0;right:0;top:0;bottom:0;border:3px solid #fff}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent}.btn{height:var(--themeButtonHeight,40px);font:var(--themeButtonFont);border-radius:var(--themeButtonRadius);border:var(--themeButtonBorder);background:var(--themeButtonDefaltBg);color:var(--themeButtonColor);width:100%;max-width:300px;padding:0 15px;text-decoration:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-appearance:none;-moz-appearance:none;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;text-transform:uppercase;text-align:center}.btn:hover{text-decoration:none;opacity:.8}.btn__primary{background:var(--themeButtonPrimaryBg,--bodySecondary);color:var(--themeButtonPrimaryColor)}.btn__secondary{background:var(--themeButtonBg,--customButtonBackground);color:var(--themeButtonColor)}.btn__pay{background:var(--themeButtonPaymentBg,--customPaymentButtonBackground);color:var(--themeButtonPaymentColor)}.table-custom{width:100%;max-width:100%;margin:20px 0;border-collapse:collapse;table-layout:fixed}.table-custom tr th,.table-custom tr td{border-bottom:1px solid #ccc;padding:7px 5px;min-width:10%;box-sizing:border-box}.table-custom tr th{font-weight:400;opacity:.65}.table-custom tr td{vertical-align:top}.captcha-widget_img{cursor:pointer}@media (max-width:767px){.content_sidebar{--themeSidebarWidth:100%;margin:0}}