@charset "UTF-8";:root{--tagify-dd-color-primary:rgb(53,149,246);--tagify-dd-bg-color:white;--tagify-dd-item-pad:.3em .5em}.tagify{--tags-disabled-bg:#F1F1F1;--tags-border-color:#DDD;--tags-hover-border-color:#CCC;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#E5E5E5;--tag-hover:#D3E2E2;--tag-text-color:black;--tag-text-color--edit:black;--tag-pad:.3em .5em;--tag-inset-shadow-size:1.1em;--tag-invalid-color:#D39494;--tag-invalid-bg:rgba(211, 148, 148, .5);--tag-remove-bg:rgba(211, 148, 148, .3);--tag-remove-btn-color:black;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--tag--min-width:1ch;--tag--max-width:auto;--tag-hide-transition:.3s;--placeholder-color:rgba(0, 0, 0, .4);--placeholder-color-focus:rgba(0, 0, 0, .25);--loader-size:.8em;--readonly-striped:1;display:inline-flex;align-items:flex-start;flex-wrap:wrap;border:1px solid var(--tags-border-color);padding:0;line-height:0;cursor:text;outline:0;position:relative;box-sizing:border-box;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5;pointer-events:none}.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select),.tagify[readonly]:not(.tagify--mix):not(.tagify--select){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div:before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div:before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input>br:last-child{display:none}.tagify--loading .tagify__input:before{content:none}.tagify--loading .tagify__input:after{vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear;content:""!important;margin:-2px 0 -2px .5em}.tagify--loading .tagify__input:empty:after{margin-left:0}.tagify+input,.tagify+textarea{position:absolute!important;left:-9999em!important;transform:scale(0)!important}.tagify__tag{display:inline-flex;align-items:center;margin:5px 0 5px 5px;position:relative;z-index:1;outline:0;line-height:normal;cursor:default;transition:.13s ease-out}.tagify__tag>div{vertical-align:top;box-sizing:border-box;max-width:100%;padding:var(--tag-pad);color:var(--tag-text-color);line-height:inherit;border-radius:var(--tag-border-radius);white-space:nowrap;transition:.13s ease-out}.tagify__tag>div>*{white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:var(--tag--min-width);max-width:var(--tag--max-width);transition:.8s ease,.1s color}.tagify__tag>div>[contenteditable]{outline:0;-webkit-user-select:text;-moz-user-select:text;user-select:text;cursor:text;margin:-2px;padding:2px;max-width:350px}.tagify__tag>div:before{content:"";position:absolute;border-radius:inherit;inset:var(--tag-bg-inset,0);z-index:-1;pointer-events:none;transition:.12s ease;animation:tags--bump .3s ease-out 1;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset}.tagify__tag:focus div:before,.tagify__tag:hover:not([readonly]) div:before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading:after{--loader-size:.4em;content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear;margin:0 .5em 0 -.1em}.tagify__tag--flash div:before{animation:none}.tagify__tag--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:var(--tag-hide-transition);pointer-events:none}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div:before{animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div:before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div:before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div:before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{pointer-events:none}.tagify__tag--editable>.tagify__tag__removeBtn:after{opacity:0;transform:translate(100%) translate(5px)}.tagify__tag--editable.tagify--invalid>div:before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{order:5;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;font:14px/1 Arial;background:var(--tag-remove-btn-bg);color:var(--tag-remove-btn-color);width:14px;height:14px;margin-right:4.6666666667px;margin-left:auto;overflow:hidden;transition:.2s ease-out}.tagify__tag__removeBtn:after{content:"×";transition:.3s,color 0s}.tagify__tag__removeBtn:hover{color:#fff;background:var(--tag-remove-btn-bg--hover)}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div:before{box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{flex-grow:1;display:inline-block;min-width:110px;margin:5px;padding:var(--tag-pad);line-height:normal;position:relative;white-space:pre-wrap;color:var(--input-color);box-sizing:inherit}.tagify__input:empty:before{position:static}.tagify__input:focus{outline:0}.tagify__input:focus:before{transition:.2s ease-out;opacity:0;transform:translate(6px)}@supports (-ms-ime-align:auto){.tagify__input:focus:before{display:none}}.tagify__input:focus:empty:before{transition:.2s ease-out;opacity:1;transform:none;color:#00000040;color:var(--placeholder-color-focus)}@-moz-document url-prefix(){.tagify__input:focus:empty:after{display:none}}.tagify__input:before{content:attr(data-placeholder);height:1em;line-height:1em;margin:auto 0;z-index:1;color:var(--placeholder-color);white-space:nowrap;pointer-events:none;opacity:0;position:absolute}.tagify__input:after{content:attr(data-suggest);display:inline-block;vertical-align:middle;position:absolute;min-width:calc(100% - 1.5em);text-overflow:ellipsis;overflow:hidden;white-space:pre;color:var(--tag-text-color);opacity:.3;pointer-events:none;max-width:100px}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:1.5;display:block}.tagify--mix .tagify__input:before{height:auto;display:none;line-height:inherit}.tagify--mix .tagify__input:after{content:none}.tagify--select:after{content:">";opacity:.5;position:absolute;top:50%;right:0;bottom:0;font:16px monospace;line-height:8px;height:8px;pointer-events:none;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]:after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select .tagify__tag{position:absolute;top:0;right:1.8em;bottom:0}.tagify--select .tagify__tag div{display:none}.tagify--select .tagify__input{width:100%}.tagify--empty .tagify__input:before{transition:.2s ease-out;opacity:1;transform:none;display:inline-block;width:auto}.tagify--mix .tagify--empty .tagify__input:before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:0s}.tagify--invalid{--tags-border-color:#D39494}.tagify__dropdown{position:absolute;z-index:9999;transform:translateY(1px);overflow:hidden}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-top-width:1.1px;border-bottom-width:0}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{max-height:300px;overflow:auto;overflow-x:hidden;background:var(--tagify-dd-bg-color);border:1px solid;border-color:var(--tagify-dd-color-primary);border-bottom-width:1.5px;border-top-width:0;box-shadow:0 2px 4px -2px #0003;transition:.25s cubic-bezier(0,1,.5,1)}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;margin-top:.5em;padding:var(--tagify-dd-item-pad);font-size:.7em;font-style:italic;opacity:.5}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{box-sizing:border-box;padding:var(--tagify-dd-item-pad);margin:1px;white-space:pre-wrap;cursor:pointer;border-radius:2px;position:relative;outline:0;max-height:60px;max-width:100%}.tagify__dropdown__item--active{background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{padding-top:0;padding-bottom:0;margin:0 1px;pointer-events:none;overflow:hidden;max-height:0;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{transform:translateY(-100%);opacity:0;transition:inherit}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}a{background-color:transparent}b,strong{font-weight:bolder}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none}.header-menu a,.header-auth a{transition:color .3s ease}.header-menu a.active,.header-auth a.active{color:#01a0fc;border-bottom:3px solid #01a0fc}.header-menu a.active-transfers,.header-auth a.active-transfers{color:#504578;border-bottom:3px solid #504578}.header-menu a.active-bets,.header-auth a.active-bets{color:#258d94;border-bottom:3px solid #258d94}.header-menu a:hover,.header-auth a:hover{color:#01a0fc}.header-icon:before{width:15px;height:19px;display:inline-block;vertical-align:middle;margin:0 10px 0 0;content:""}.header-auth{position:relative}.header-auth a.header-lang:hover{color:#fff}.header-auth .icon-login:before{flex:0 0 15px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M19.582 24.994v-.797C19.165 21.805 17.298 19 14 19H8c-3.298 0-4.748 2.638-5.582 5.197v.797a17.36 17.36 0 0 1-2.414-1.525C.356 19.522 3.906 16 8 16h6c4.094 0 7.643 3.522 7.995 7.469a17.29 17.29 0 0 1-2.413 1.525zm-2.47-18.473c0 3.602-2.96 6.522-6.612 6.522s-6.612-2.92-6.612-6.522C3.888 2.92 6.848 0 10.5 0s6.612 2.92 6.612 6.521zM6.994 6.505a3.501 3.501 0 0 0 3.506 3.497 3.501 3.501 0 0 0 3.506-3.497A3.502 3.502 0 0 0 10.5 3.007a3.502 3.502 0 0 0-3.506 3.498z'/%3E%3C/svg%3E") no-repeat top left;background-size:contain}.header-auth .icon-search:before{margin:6px 4px 6px 10px;width:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17'%3E%3Cpath fill-rule='evenodd' fill='%23FFFFFF' d='M16.012 15.145l-1.813 1.856-3.901-3.991c-2.621 1.578-6.041 1.24-8.291-1.062-2.671-2.733-2.671-7.163 0-9.896a6.729 6.729 0 0 1 9.67 0c2.464 2.521 2.625 6.47.544 9.215l3.791 3.878zM9.864 3.908a4.207 4.207 0 0 0-6.044 0c-1.669 1.708-1.669 4.476 0 6.184a4.205 4.205 0 0 0 6.044 0c1.669-1.708 1.669-4.476 0-6.184z'/%3E%3C/svg%3E") no-repeat top left}.header-auth .icon-search.active:before{margin:6px 4px 6px 10px;width:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M16.012 15.145l-1.813 1.856-3.901-3.991c-2.621 1.578-6.041 1.24-8.291-1.062-2.671-2.733-2.671-7.163 0-9.896a6.729 6.729 0 0 1 9.67 0c2.464 2.521 2.625 6.47.544 9.215l3.791 3.878zM9.864 3.908a4.207 4.207 0 0 0-6.044 0c-1.669 1.708-1.669 4.476 0 6.184a4.205 4.205 0 0 0 6.044 0c1.669-1.708 1.669-4.476 0-6.184z'/%3E%3C/svg%3E") no-repeat top left}.header-search{display:none;position:absolute;right:0;top:36px;background:#fff;z-index:2;width:450px}.header-search-txt{color:#000;border:0;font-size:16px;outline:none;width:350px;height:80px;padding:0 30px;font-weight:600}.header-search-close{border:0;outline:0;cursor:pointer;width:27px;height:27px;margin:25px -30px 0 0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23000000' d='M27.061 3.06L16.116 14.005l10.882 10.882-2.111 2.111-10.882-10.882L3.061 27.06.939 24.939l10.945-10.944L1.002 3.113l2.111-2.111 10.882 10.882L24.939.939l2.122 2.121z'/%3E%3C/svg%3E") no-repeat top left}.header-search.active{display:block;left:50%;top:36px;margin-left:115px}.header-submenu{position:relative}.header-submenu.active>a{border-bottom:3px solid #fff;font-weight:800}.header-submenu:hover>a{border-bottom:3px solid #fff}.header-submenu:hover .header-dropdown{visibility:visible;z-index:1;opacity:1;transform:translateY(0);transition-delay:0s,0s,.1s;box-shadow:0 3px 90px #00000024}.header-dropdown{display:block;visibility:hidden;position:absolute;background:#fff;padding:15px 20px;transition:all .1s ease-in-out 0s,visibility 0s linear .1s,z-index 0s linear .01s;transform:translateY(-1em);z-index:-1;opacity:0}.header-dropdown a{transition:all .3s ease;color:#000;text-transform:uppercase;font-size:12px;display:block;min-width:75px;padding:3px 0}.header-dropdown a:hover{color:#01a0fc}.header-profile{z-index:1;position:relative}.header-profile .header-dropdown{top:0;transform:translateY(50px)}.header-profile:hover .header-dropdown{visibility:visible;z-index:1;opacity:1;transform:translateY(30px);transition-delay:0s,0s,.1s;box-shadow:0 3px 90px #00000024}.icon-search.active #header-search{display:block}#registration:hover{color:#01a0fc}.covid-btn:after{content:"";display:block;margin-left:5px;width:20px;height:20px;transform:rotate(90deg);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M14.998 7.9l-2.097 2.098-4.889-4.889-4.951 4.951L.939 7.939l7-7 .111.111.049-.048L14.998 7.9z'/%3E%3C/svg%3E") no-repeat center center}@media (max-width: 767px){header.active{height:100%;display:flex;flex-direction:column}header.active .header-top{height:auto}header.active .header-menu{background:#1f2229;padding:0 13px 30px}header.active .header-menu a{display:block;width:50%;font-size:15px;border-left:4px solid transparent;margin:5px 0}header.active .header-menu a.active{border-left:4px solid #01a0fc;font-weight:600;border-bottom:0}header.active .header-menu a.active-transfers{color:#504578;border-left:4px solid #504578;font-weight:600;border-bottom:0}header.active .header-menu a.active-bets{color:#2b7a7f;border-left:4px solid #2b7a7f;font-weight:600;border-bottom:0}header.active .header-menu a.header-logo{padding:0 0 15px;margin:0 100% 0 0;border:0}header.active .header-auth{display:block;position:absolute;bottom:0;width:100%;z-index:2}header.active .header-auth a.header-lang{width:100%;display:block;text-align:center;padding:10px 13px;margin:0;border:0;color:#fff;font-size:14px;text-transform:uppercase;font-weight:800}header.active .header-auth a.icon-exit{padding:0;text-transform:uppercase;font-weight:700;font-size:14px;border:0}header.active .header-auth a.icon-exit:before{width:30px;height:27px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M26.764 13.844l-7.291 7.291L18 19.662l4.819-4.819h-9.986V12.76h9.986L18 7.942l1.473-1.473 7.291 7.291-.042.042.042.042zm-24.349.141c0 6.073 4.806 11.005 10.766 11.091v2.272C5.879 27.259-.014 21.309-.014 13.98-.014 6.65 5.879.701 13.181.612v2.281c-5.96.086-10.766 5.018-10.766 11.092z'/%3E%3C/svg%3E") no-repeat left center}header.active .header-auth .icon-search{display:none}header.active .header-auth-wrap{background:#1f2229;position:relative;right:auto;top:auto;padding:13px;height:auto;width:100%;flex-direction:column}header.active .header-auth-wrap .icon-settings{display:block;width:30px;height:30px;padding:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M25.683 14.144c0 1.48.994 2.725 2.349 3.107a14.02 14.02 0 01-1.782 4.459 3.209 3.209 0 00-3.898.494 3.232 3.232 0 00-.47 3.952 13.986 13.986 0 01-4.436 1.878 3.222 3.222 0 00-3.134-2.491 3.222 3.222 0 00-3.131 2.485 13.953 13.953 0 01-4.437-1.875 3.23 3.23 0 00-.471-3.949 3.21 3.21 0 00-3.892-.497 13.95 13.95 0 01-1.788-4.456 3.23 3.23 0 00.083-6.192 14.004 14.004 0 011.883-4.383 3.205 3.205 0 003.714-.592 3.226 3.226 0 00.619-3.666A13.971 13.971 0 0111.285.61a3.22 3.22 0 003.027 2.136A3.221 3.221 0 0017.338.617c1.582.35 3.061.97 4.393 1.803a3.228 3.228 0 00.621 3.664 3.207 3.207 0 003.712.593 13.983 13.983 0 011.885 4.382 3.23 3.23 0 00-2.266 3.085zm-.521-5.243a5.1 5.1 0 01-4.15-1.473 5.126 5.126 0 01-1.477-4.07c-.425-.203-.865-.38-1.316-.534a5.1 5.1 0 01-7.814 0c-.45.154-.89.331-1.315.534a5.126 5.126 0 01-1.477 4.07 5.1 5.1 0 01-4.15 1.473c-.201.403-.384.818-.54 1.246a5.121 5.121 0 011.914 3.997 5.12 5.12 0 01-2.017 4.075c.137.408.295.806.473 1.194a5.094 5.094 0 014.32 1.448 5.126 5.126 0 011.43 4.427c.367.178.744.337 1.13.478a5.102 5.102 0 014.139-2.122 5.1 5.1 0 014.139 2.122c.387-.141.764-.3 1.131-.478a5.126 5.126 0 011.43-4.427 5.094 5.094 0 014.32-1.448c.178-.388.335-.786.473-1.194a5.12 5.12 0 01-2.017-4.075c0-1.617.748-3.057 1.914-3.997a12.008 12.008 0 00-.54-1.246zM14.313 20.42c-3.35 0-6.066-2.722-6.066-6.081 0-3.359 2.716-6.081 6.066-6.081 3.349 0 6.065 2.722 6.065 6.081 0 3.359-2.716 6.081-6.065 6.081zm0-10.264a4.172 4.172 0 00-4.167 4.178 4.172 4.172 0 004.167 4.177 4.171 4.171 0 004.166-4.177 4.172 4.172 0 00-4.166-4.178z'/%3E%3C/svg%3E") no-repeat center left}header.active .header-auth-wrap .icon-login{width:50%;display:flex;justify-content:center;align-items:center;color:#57585b;font-size:14px;text-transform:uppercase;font-weight:600;margin:0;border:0;padding:0}header.active .header-auth-wrap .icon-login:before{display:block;content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M19.582 24.994v-.797C19.165 21.805 17.298 19 14 19H8c-3.298 0-4.748 2.638-5.582 5.197v.797a17.36 17.36 0 0 1-2.414-1.525C.356 19.522 3.906 16 8 16h6c4.094 0 7.643 3.522 7.995 7.469a17.29 17.29 0 0 1-2.413 1.525zm-2.47-18.473c0 3.602-2.96 6.522-6.612 6.522s-6.612-2.92-6.612-6.522C3.888 2.92 6.848 0 10.5 0s6.612 2.92 6.612 6.521zM6.994 6.505a3.501 3.501 0 0 0 3.506 3.497 3.501 3.501 0 0 0 3.506-3.497A3.502 3.502 0 0 0 10.5 3.007a3.502 3.502 0 0 0-3.506 3.498z'/%3E%3C/svg%3E") no-repeat top left;border-radius:50%;width:22px;height:22px;border:3px solid #fff;flex:0 0 22px;background-size:16px;background-position:center bottom}header.active .header-auth-wrap .icon-login.with-user{width:auto}header.active .header-auth-helper{width:100%;justify-content:space-between;align-items:center;padding:10px 0 25px}header.active .header-bottom{display:block;background:#fff;height:100%;padding:20px 13px 135px;overflow:scroll}header.active .header-bottom ul.flex{flex-direction:column;align-items:flex-start;justify-content:flex-start;height:330px;transition:none}header.active .header-submenu{width:50%;border-left:4px solid transparent}header.active .header-submenu:hover .header-dropdown{display:none}header.active .header-submenu.active{border-left:4px solid #1f2229}header.active .header-submenu.active .header-dropdown{display:block;visibility:visible;position:relative;transform:none;z-index:1;opacity:1;padding:0 0 10px 13px;transition:none}header.active .header-submenu.active .header-dropdown a{display:block;color:#1f2229;opacity:.5;text-transform:inherit;font-size:14px;text-overflow:ellipsis;overflow:hidden;transition:none;padding:6px 0}header.active .header-submenu>a{color:#1f2229;padding:0 13px;font-size:15px}header.active .header-search{display:flex;right:auto;top:auto;position:relative;width:auto;border:3px solid #eaebed;margin:0 0 20px;justify-content:space-between}header.active .header-search form{display:block;width:100%}header.active .header-search-txt{width:100%;display:block;height:auto;padding:10px 40px 10px 20px}header.active .header-search-txt::-moz-placeholder{color:#eaebed;opacity:1}header.active .header-search-txt::placeholder{color:#eaebed;opacity:1}header.active .header-search-close{display:none}header.active .header-search-go{margin:8px;width:22px;height:22px;position:absolute;right:0;top:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22'%3E%3Cpath fill-rule='evenodd' fill='%231f2229' d='M19.919 19.817l-1.227 1.228-4.821-4.821a8.399 8.399 0 01-10.867-.942c-3.309-3.348-3.309-8.777 0-12.125a8.405 8.405 0 0111.986 0c3.244 3.281 3.3 8.556.186 11.917l4.743 4.743zM13.84 4.407a6.646 6.646 0 00-9.569 0c-2.642 2.711-2.642 7.107 0 9.818a6.634 6.634 0 008.662.773l1.084-1.083.051.051c2.404-2.725 2.333-6.931-.228-9.559z'/%3E%3C/svg%3E") no-repeat top left}header.active #registration{order:2;text-transform:uppercase;font-weight:900;width:50%;display:flex;align-items:center;justify-content:center;font-size:14px;border:0}}footer{background:#1f2229;color:#3e404b;padding:10px 0 15px}.footer-menu{justify-content:left}.footer-menu span{color:#3e404b;margin-right:10px;font-weight:800;font-size:16px}.footer-menu a{transition:all .3s ease;color:#fff;font-size:12px;padding:0 13px;display:inline-flex;line-height:30px}.footer-menu a:hover{color:#01a0fc}.footer-menu a.footer-lang{display:none}.footer-social{display:block}.footer-social li{display:inline-flex}.footer-social a{transition:all .3s ease;margin-right:7px;height:28px;width:28px;opacity:.5}.footer-social a:hover{opacity:1}.footer-social .icon-fb{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29'%3E%3Cpath fill-rule='evenodd' fill='%23646778' d='M18 28h-.926V17.902h3.832l.638-4.278h-4.439v-2.566c0-2.42 1.125-2.479 4.47-2.272V4.861s-1.308-.058-3.467-.117c-3.104-.085-5.565 1.976-5.565 5.605v3.275H8.682v4.278h3.861V28H10C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zm-.926.142h-4.531V28h4.531v.142z'/%3E%3C/svg%3E") no-repeat left top}.footer-social .icon-tw{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23646778' d='M18 28h-8C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zm4.036-20.273c-.677.495-1.248.73-2.276.818 0 0-.028-.011-.052-.01a3.512 3.512 0 0 0-2.469-1.005c-1.933 0-3.499 1.54-3.499 3.441 0 .258.03.511.085.752l-.116.036c-.22.014-1.617.075-3.267-.592-1.786-.722-3.898-2.948-3.898-2.948s-.66 1.277-.4 2.358c.26 1.082.68 1.75 1.399 2.261-.559.02-.939-.117-1.499-.393 0 .943.72 3.066 2.899 3.44-.68.118-1.42.118-1.7.098.42.747 1.16 2.044 3.299 2.359-1.14.964-4.018 1.671-5.197 1.376 1.679 1.317 8.27 3.672 12.393-1.081 3.598-4.148 3.119-7.155 3.099-7.666 1.299-.688 1.699-1.77 1.699-1.77s-.722.315-1.982.492l-.003-.008a2.702 2.702 0 0 0 1.485-1.958z'/%3E%3C/svg%3E") no-repeat left top}.footer-social .icon-yt{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23646778' d='M18 28h-8C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zM10.901 8.521v11.403l10.083-5.701-10.083-5.702z'/%3E%3C/svg%3E") no-repeat left top}.footer-social .icon-vk{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23646778' d='M18 28h-8C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zm1.309-15.725c.433-.588.65-1.34.65-2.256 0-1.351-.495-2.335-1.486-2.954-.99-.619-2.581-.929-4.773-.929H8.889v15.342h5.784c1.748 0 3.131-.391 4.149-1.175 1.019-.784 1.528-1.875 1.528-3.274 0-.987-.217-1.777-.65-2.372-.434-.594-1.14-1-2.12-1.217v-.105a2.601 2.601 0 0 0 1.729-1.06zm-5.007 6.517h-2.135v-3.999h2.03c1.833 0 2.749.637 2.749 1.91 0 .707-.215 1.232-.645 1.575-.43.342-1.096.514-1.999.514zm-.232-6.58h-1.903V8.801h1.723c.938 0 1.623.128 2.057.383.433.256.65.677.65 1.265 0 .629-.199 1.081-.598 1.354-.398.273-1.041.409-1.929.409z'/%3E%3C/svg%3E") no-repeat left top}.footer-social .icon-ig{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23646778' d='M18 28h-8C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zM13.943 7.119c-4.061 0-7.354 3.218-7.354 7.187 0 3.97 3.293 7.188 7.354 7.188s7.354-3.218 7.354-7.188c0-3.969-3.293-7.187-7.354-7.187zm6.618-2.876c-1.218 0-2.206.966-2.206 2.157 0 1.19.988 2.156 2.206 2.156 1.219 0 2.206-.966 2.206-2.156 0-1.191-.987-2.157-2.206-2.157zm-6.688 15.15c-2.752 0-4.983-2.254-4.983-5.033 0-2.78 2.231-5.034 4.983-5.034 2.753 0 4.984 2.254 4.984 5.034 0 2.779-2.231 5.033-4.984 5.033z'/%3E%3C/svg%3E") no-repeat left top}.footer-second{padding:20px 0 12px}.footer-text{font-weight:600;font-size:10px;line-height:11px;width:540px}.footer-logo{width:18px;height:22px;margin-right:35px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20'%3E%3Cpath fill-rule='evenodd' fill='%233e404b' d='M15.884 5.341H7.637l-1.435 7.12H4.34c-1.045 0-1.747-.229-2.086-.681-.346-.462-.42-1.199-.22-2.189l.706-3.492c.189-.931.594-1.702 1.206-2.29.596-.572 1.447-.863 2.53-.863h4.51L11.582 0h5.382l-1.08 5.341zm-5.071 2.197h1.812c1.045 0 1.747.229 2.086.682.346.461.42 1.198.219 2.188l-.655 3.492c-.188.931-.594 1.702-1.205 2.29-.597.572-1.448.863-2.53.863H5.979L5.383 20H0l1.081-5.342h8.298l1.434-7.12z'/%3E%3C/svg%3E") no-repeat top left}.footer-copyright{font-size:12px;font-weight:600}.footer-apps{display:flex;justify-content:right}.footer-apps-icon{width:120px;display:block;color:#fff;padding-left:40px;font-size:12px;line-height:17px;margin-left:20px;transition:color .3s ease}.footer-apps-icon.apple{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='37'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M25.6 19.9c.05 5.452 4.875 7.266 4.93 7.291-.044.126-.772 2.585-2.543 5.125-1.532 2.195-3.117 4.382-5.621 4.425-2.459.046-3.25-1.429-6.061-1.429s-3.69 1.386-6.016 1.475c-2.417.089-4.255-2.373-5.797-4.559-3.156-4.474-5.566-12.642-2.329-18.157 1.608-2.738 4.48-4.472 7.599-4.516 2.37-.044 4.611 1.565 6.06 1.565 1.45 0 4.17-1.936 7.031-1.652 1.197.051 4.556.475 6.715 3.573-.173.106-4.012 2.298-3.968 6.859zM15.531 9.06c-.281-2.069.76-4.226 1.948-5.574C18.805 1.963 21.042.829 22.888.755c.237 2.111-.626 4.23-1.909 5.754-1.284 1.523-3.388 2.707-5.448 2.551z'/%3E%3C/svg%3E") no-repeat left center;background-size:25px}.footer-apps-icon.google{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='41'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M32.221 28.434c-1.291 0-2.337-1.141-2.337-2.548v-9.645c0-1.407 1.046-2.548 2.337-2.548 1.291 0 2.337 1.141 2.337 2.548v9.645c0 1.407-1.046 2.548-2.337 2.548zm-5.403 3.718h-2.566v5.543c0 1.41-1.054 2.548-2.349 2.548-1.294 0-2.334-1.138-2.334-2.548v-5.543h-3.753v5.543c0 1.41-1.04 2.548-2.335 2.548-1.294 0-2.335-1.138-2.335-2.548v-5.543h-2.58c-.816 0-1.803-1.055-1.803-1.862V14.033h21.858V30.29c0 .807-.986 1.862-1.803 1.862zM6.851 12.786c0-3.69 2.297-6.906 5.686-8.549l-1.862-3.199s-.085-.17.084-.265c.168-.095.274.068.274.068l1.891 3.226a11.835 11.835 0 014.769-.99c1.712 0 3.33.357 4.77.99L24.354.841s.112-.163.279-.068c.167.095.079.265.079.265L22.85 4.237c3.389 1.643 5.686 4.859 5.686 8.549H6.851zm5.686-5.552c-.568 0-1.031.458-1.031 1.019 0 .562.463 1.005 1.031 1.005.568 0 1.031-.443 1.031-1.005 0-.561-.463-1.019-1.031-1.019zM22.85 9.258c.568 0 1.031-.443 1.031-1.005 0-.561-.463-1.019-1.031-1.019-.568 0-1.032.458-1.032 1.019 0 .562.464 1.005 1.032 1.005zM3.166 28.434c-1.29 0-2.337-1.141-2.337-2.548v-9.645c0-1.407 1.047-2.548 2.337-2.548 1.291 0 2.337 1.141 2.337 2.548v9.645c0 1.407-1.046 2.548-2.337 2.548z'/%3E%3C/svg%3E") no-repeat left center;background-size:25px}.footer-apps-icon:hover{color:#01a0fc}@media (max-width: 767px){footer{padding:15px}.footer-menu{flex-direction:column;align-items:center;gap:0 15px}.footer-menu span{font-weight:800;font-size:28px;line-height:1}.footer-menu a{font-size:15px;padding:5px 0}.footer-menu li:first-child{width:100%;display:flex;justify-content:space-between;padding-bottom:15px}.footer-menu li:first-child a{padding:5px 15px;width:auto;display:block}.footer-lang{float:right;width:49%;display:block;text-align:center;padding:10px 13px;margin:0;border:0;color:#fff;font-size:14px;text-transform:uppercase;font-weight:800;background:#01a0fc}.footer-text{font-size:12px;text-align:center;padding:20px 0;font-weight:600;line-height:1.4}.footer-social{margin:0 auto}.footer-social a{width:44px;height:44px;margin-right:13px}.footer-social li:last-child a{margin:0}.footer-social .icon-fb,.footer-social .icon-tw,.footer-social .icon-vk,.footer-social .icon-ig,.footer-social .icon-yt{background-size:100%}.footer-logo{display:none}.footer-copyright{font-weight:600;justify-content:center;margin:10px 0 15px}.footer-apps{margin:10px auto}.footer-apps-icon.apple{margin-left:0}}.icon-bets{color:#2a757a;text-transform:uppercase;font-weight:700;font-size:12px;padding-left:15px}.icon-blogs{color:#01a0fc;text-transform:uppercase;font-weight:700;font-size:12px;padding-left:20px}.icon-transfers{color:#504578;text-transform:uppercase;font-weight:700;font-size:12px;padding-left:20px}.icon-comments{color:#c5c6c7;font-weight:700;font-size:12px;padding-left:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12'%3E%3Cpath fill-rule='evenodd' fill='%23eaebec' d='M9.997 9.08H6.194l-2.753 2.25V9.08h-.132C1.481 9.08 0 7.516 0 5.588V3.492C0 1.563 1.481-.001 3.309-.001h6.688c1.828 0 3.309 1.564 3.309 3.493v2.096c0 1.928-1.481 3.492-3.309 3.492zM3.326 3.191c-.679 0-1.229.554-1.229 1.237 0 .685.55 1.239 1.229 1.239.68 0 1.23-.554 1.23-1.239 0-.683-.55-1.237-1.23-1.237zm3.33 0c-.68 0-1.23.554-1.23 1.237 0 .685.55 1.239 1.23 1.239.679 0 1.229-.554 1.229-1.239 0-.683-.55-1.237-1.229-1.237zm3.318 0c-.679 0-1.229.554-1.229 1.237 0 .685.55 1.239 1.229 1.239.68 0 1.23-.554 1.23-1.239 0-.683-.55-1.237-1.23-1.237z'/%3E%3C/svg%3E") no-repeat left center}.icon-bets{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23296c71' d='M.266 8.447L8.448.265l1.285 1.286-8.181 8.182L.266 8.447zm1.546-4.822A1.813 1.813 0 1 1 1.813 0a1.813 1.813 0 0 1-.001 3.625zm6.375 2.75A1.813 1.813 0 1 1 8.188 10a1.813 1.813 0 0 1-.001-3.625z'/%3E%3C/svg%3E") no-repeat left center}.icon-blogs{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M6.75 9.278l-4.904 3.714V9.278H0V-.005h12v9.283H6.75zm3.403-7.426H1.846v5.57h1.846v1.857l2.769-1.857h3.693l-.001-5.57z'/%3E%3C/svg%3E") no-repeat left 3px}.icon-transfers{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15'%3E%3Cpath fill-rule='evenodd' fill='%23504578' d='M14 7.643a7 7 0 0 1-7 6.999c.04-.469-.012-1.281 0-2a5 5 0 0 0 5-4.999c0-.959-.277-1.85-.746-2.612l-.908 1.016-1.135-4.386 4.486.639-1.068 1.194A6.962 6.962 0 0 1 14 7.643zM2 7.66c0 .962.277 1.856.745 2.619l.909-1.019 1.134 4.398-4.486-.642 1.069-1.197A6.987 6.987 0 0 1 0 7.66C0 3.785 3.134.645 7 .645c-.041.469.011 1.284 0 2.004-2.762 0-5 2.244-5 5.011z'/%3E%3C/svg%3E") no-repeat left center}.icon-write:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='17'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M12.736 5.587L9.589 2.33 11.837.004l3.147 3.256-2.248 2.327zM8.24 10.24l-3.862.738.714-3.995 4.047-4.187 3.147 3.256L8.24 10.24zM2.865 4.25v9.918h6.417v-2.125l2.927-3.065v8.028H.006l.006-15.59h7.131L4.291 4.25H2.865z'/%3E%3C/svg%3E") no-repeat left center}.icon-exit:before{width:17px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M17.008 7.587l-5.261 5.421-1.952-2.057 1.845-1.997H7v-2.91h4.64L9.795 4.047l1.952-2.057 5.261 5.421-.084.088.084.088zM2.856 7.5c0 2.761 2.303 4.999 5.143 4.999V15C3.739 15 .285 11.641.285 7.5c0-4.143 3.454-7.501 7.714-7.501v2.5c-2.84 0-5.143 2.239-5.143 5.001z'/%3E%3C/svg%3E") no-repeat left center}.loadmore{padding:10px;text-align:center}.loadmore a{font-weight:700;border:3px solid #ebebed;color:#1f2229;padding:5px 15px;font-size:12px;text-transform:uppercase;cursor:pointer;margin:10px auto;display:inline-block}.loadmore a.loading{color:transparent;background:url(/static/images/ajax-loader-transparent.gif) no-repeat center center}#site-up{position:fixed;bottom:50px;margin-left:1183px;width:68px;height:68px;background:rgba(0,0,0,.5);border-radius:9px;cursor:pointer;border:2px solid #fff;display:none}#site-up:hover i{width:34px;height:22px;margin-top:-13.5px;margin-left:-17px}#site-up i{position:absolute;top:50%;left:50%;margin-top:-11.5px;margin-left:-15.5px;display:block;width:31px;height:19px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC43NSAxOC45NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT51cDwvdGl0bGU+PGcgaWQ9ItCh0LvQvtC5XzIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMiI+PGcgaWQ9ItCh0LvQvtC5XzEtMiIgZGF0YS1uYW1lPSLQodC70L7QuSAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMC43NSwxNS4zNywyNy4xNSwxOSwxNS4yMyw3LjA2LDMuNTQsMTguNzUsMCwxNS4yMmwxNS0xNSwuMDguMDguMy0uM1oiLz48L2c+PC9nPjwvc3ZnPg==) center no-repeat}body{background:#143cdb}.modal{background:rgba(31,34,41,.98);height:100%;z-index:1001;width:100%;top:0;left:0;overflow-y:scroll;display:none;position:fixed;overflow-x:hidden}.modal.active{display:block}.modal .error-message{text-align:center;font-size:11px;color:#ed0011}.modal-head{background:#323641;margin:-61px -51px 0;padding:45px 0 0;text-align:center}.modal-head.register{background:#01a0fc}.modal-head.short{padding:45px 50px 20px}.modal-logo{width:248px;height:100px;margin-bottom:20px}.modal-wrap{width:375px;max-width:100%;top:50%;left:50%;position:absolute;transform:translate(-50%,-50%);background:#fff;z-index:1002;padding:60px 50px 45px;margin-top:50px}.modal-close{position:absolute;right:5px;top:-45px;text-transform:uppercase;font-size:12px;color:#fff;padding:5px 35px;font-weight:700;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23FFFFFF' d='M27.061 3.06L16.116 14.005l10.882 10.882-2.111 2.111-10.882-10.882L3.061 27.06.939 24.939l10.945-10.944L1.002 3.113l2.111-2.111 10.882 10.882L24.939.939l2.122 2.121z'/%3E%3C/svg%3E") no-repeat top left;background-position:right center;background-size:20px;cursor:pointer}.modal-input{display:block;width:100%;border:3px solid #e5e5e5;padding:12px 20px;color:#a1a4a9;font-size:16px;font-weight:600;outline:none}.modal-input:focus{border:3px solid #cccccc}.modal-input.error{border:3px solid #ed0011}.modal-input.phone{text-align:center}.modal-row{padding-bottom:5px}.modal-btn{border:0;background:#01a0fc;text-align:center;color:#fff;display:block;width:100%;padding:12px;font-weight:700;cursor:pointer;text-transform:uppercase}.modal-btn.loading{color:transparent;background:#01a0fc url(/static/images/ajax-loader-transparent.gif) no-repeat center center}.modal-checkbox{padding:10px 0 35px 55px;font-size:12px;color:#000;position:relative;margin-top:10px}.modal-checkbox label{cursor:pointer}.modal-checkbox input{width:40px;height:40px;top:0;left:0;z-index:1;cursor:pointer;opacity:0;position:absolute}.modal-checkbox input:checked+.checkbox-helper{content:"";display:block;background:#01a0fc;border-radius:50%;width:18px;height:18px;position:absolute;left:10px;top:10px}.modal-checkbox:after{content:"";display:block;border:3px solid #e5e5e5;border-radius:50%;width:32px;height:32px;position:absolute;left:0;top:0}.modal .support,.modal .text{text-align:center;color:#1f2229;font-size:12px;margin-top:30px;padding:0}.modal .text{margin:30px 0}.modal a{text-transform:uppercase;color:#1f2229;font-size:12px;font-weight:700;transition:color .4s ease}.modal a:hover{color:#01a0fc}.modal textarea{margin:25px 0;min-height:60px;resize:none;display:block;width:100%;border:3px solid #e5e5e5;padding:12px 20px;color:#a1a4a9;font-size:16px;font-weight:600;outline:none}.modal textarea:focus{border:3px solid #cccccc}.modal textarea.error{border:3px solid #ed0011}.modal-title{color:#000;text-transform:uppercase;font-size:16px;font-weight:700;text-align:center;margin:30px 0}.register-window .modal-row.support{margin-top:15px}body.noscroll{overflow:hidden}#mistake{font-size:12px;line-height:1.2;font-style:italic}.form-signin{margin:5px 0}.modal-code{display:none}.modal-code .code-digits input{display:block;border:3px solid #e5e5e5;padding:12px 5px;color:#000;font-size:16px;font-weight:600;outline:none;text-align:center;margin:0 auto;letter-spacing:5px}.modal-code .code-phone{font-weight:700;font-size:18px}@media (max-width: 767px){.modal-input{font-size:15px}.modal-wrap{width:358px}.modal-head{margin:-61px -51px 0}}@media screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){.modal-wrap{padding:60px 30px 45px;margin-top:95px}}@media only screen and (min-device-height: 812px) and (orientation: portrait){.modal-wrap{margin-top:0}}.form-signup,.form-signin,.register-success{display:none}.form-signup.active,.form-signin.active,.register-success.active{display:block}.signinup-nav{justify-content:center}.signinup-nav li{color:#fff;font-size:16px;border-bottom:3px solid transparent;text-align:center;display:block;padding:10px 18px;margin-bottom:-1px;text-transform:uppercase;cursor:pointer}.signinup-nav li.active{border-bottom:3px solid #fff;font-weight:700}.signinup-social{padding:35px 0}.signinup-social ul{justify-content:center}.signinup-social li{display:inline-flex}.signinup-social a{transition:all .3s ease;margin:0 7px;height:49px;width:49px}.signinup-social a:hover{opacity:.8}.signinup-social .icon-fb{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29'%3E%3Cpath fill-rule='evenodd' fill='%23004892' d='M18 28h-.926V17.902h3.832l.638-4.278h-4.439v-2.566c0-2.42 1.125-2.479 4.47-2.272V4.861s-1.308-.058-3.467-.117c-3.104-.085-5.565 1.976-5.565 5.605v3.275H8.682v4.278h3.861V28H10C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zm-.926.142h-4.531V28h4.531v.142z'/%3E%3C/svg%3E") no-repeat left top;background-size:49px 49px}.signinup-social .icon-vk{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23017dfc' d='M18 28h-8C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zm1.309-15.725c.433-.588.65-1.34.65-2.256 0-1.351-.495-2.335-1.486-2.954-.99-.619-2.581-.929-4.773-.929H8.889v15.342h5.784c1.748 0 3.131-.391 4.149-1.175 1.019-.784 1.528-1.875 1.528-3.274 0-.987-.217-1.777-.65-2.372-.434-.594-1.14-1-2.12-1.217v-.105a2.601 2.601 0 0 0 1.729-1.06zm-5.007 6.517h-2.135v-3.999h2.03c1.833 0 2.749.637 2.749 1.91 0 .707-.215 1.232-.645 1.575-.43.342-1.096.514-1.999.514zm-.232-6.58h-1.903V8.801h1.723c.938 0 1.623.128 2.057.383.433.256.65.677.65 1.265 0 .629-.199 1.081-.598 1.354-.398.273-1.041.409-1.929.409z'/%3E%3C/svg%3E") no-repeat left top;background-size:49px 49px}.signinup-social .icon-gp{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49'%3E%3Cpath fill-rule='evenodd' fill='%23ed0011' d='M31.324 48.728H17.509C7.972 48.728.241 40.936.241 31.325V17.403C.241 7.791 7.972 0 17.509 0h13.815c9.537 0 17.269 7.791 17.269 17.403v13.922c0 9.611-7.732 17.403-17.269 17.403zm7.512-26.805H24.993v4.926h8.339a8.813 8.813 0 0 1-17.151-2.851 8.813 8.813 0 0 1 8.812-8.815 8.77 8.77 0 0 1 5.729 2.119l3.762-3.592a13.943 13.943 0 0 0-9.491-3.713c-7.73 0-13.997 6.269-13.997 14.001 0 7.732 6.267 14 13.997 14 7.731 0 13.997-6.268 13.997-14 0-.706-.053-1.397-.154-2.075z'/%3E%3C/svg%3E") no-repeat left top}.adsense{background:#f0f0f0}.adsense>div{margin-bottom:20px}.admanager{margin:0 0 50px;text-align:center}.admanager amp-img,.admanager .img_ad{margin:0 auto;display:block}.admanager #google_image_div{overflow:hidden;position:absolute;width:100%;margin:0 auto;display:block}.banner3{overflow:hidden;margin:50px auto 25px;text-align:center}.banner8{padding-bottom:35px;margin:0 auto;text-align:center}.margin40{margin:40px 0}.banner240x400{width:240px;height:400px;margin-bottom:20px}.banner785x160{margin:40px 0;width:785px;max-height:160px}.right-side .recommended.lentainform{position:sticky;top:40px}@media (max-width: 767px){body,body.site-KG{background:#0b0d1a}.banner3{margin:10px auto 30px}.banner8{padding:15px 0 10px}#site-up{display:none}.hamburger{display:block;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;position:absolute;right:17px;top:10px;font:inherit;overflow:visible;margin:0;cursor:pointer;text-transform:none;color:inherit;border:0;background-color:transparent;outline:none}.hamburger-box{position:relative;display:inline-block;width:20px;height:8px}.hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms;position:absolute;width:20px;height:2px;transition-property:transform;background:#fff;top:50%;display:block;margin-top:-2px}.hamburger-inner:before,.hamburger-inner:after{display:block;content:"";position:absolute;width:20px;height:2px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;background:#fff}.hamburger-inner:before{top:-6px;transition:top 75ms ease .12s,opacity 75ms ease}.hamburger-inner:after{bottom:-6px;transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger.active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg);background-color:#fff}.hamburger.active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0;background-color:#fff}.hamburger.active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg);background-color:#fff}.loadmore{padding:0;margin:-20px 0 20px}}.actions{margin:30px 0;justify-content:flex-start;align-items:center}.actions-person{display:flex;margin-left:45px;align-items:center}.actions-person-avatar{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25'%3E%3Cpath fill-rule='evenodd' fill='%23a2a5a9' d='M19.582 24.994v-.797C19.165 21.805 17.298 19 14 19H8c-3.298 0-4.748 2.638-5.582 5.197v.797a17.36 17.36 0 0 1-2.414-1.525C.356 19.522 3.906 16 8 16h6c4.094 0 7.643 3.522 7.995 7.469a17.29 17.29 0 0 1-2.413 1.525zm-2.47-18.473c0 3.602-2.96 6.522-6.612 6.522s-6.612-2.92-6.612-6.522C3.888 2.92 6.848 0 10.5 0s6.612 2.92 6.612 6.521zM6.994 6.505a3.501 3.501 0 0 0 3.506 3.497 3.501 3.501 0 0 0 3.506-3.497A3.502 3.502 0 0 0 10.5 3.007a3.502 3.502 0 0 0-3.506 3.498z'/%3E%3C/svg%3E") no-repeat top left;background-position:center;border-radius:50%;border:3px solid #ebebed;width:38px;height:38px}.actions-person-name{margin-left:15px;font-size:16px;font-weight:600;color:#01a0fc;transition:all .3s ease}.actions-person-name:hover{color:#000}.actions-edit-btn{color:#01a0fc;display:flex;align-items:center;font-size:16px;font-weight:700;margin:0 0 0 auto}.actions-edit-btn:before{content:"";width:35px;height:35px;display:block;margin-right:10px;float:left;background-color:#01a0fc;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M6.059 13.088H.588V7.617L7.882.323l5.471 5.471-7.294 7.294zM2.411 8.529v2.735h2.736l5.47-5.47-2.735-2.735-5.471 5.47z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat}.actions-socials{margin-left:auto;display:flex}.actions-views{margin-left:25px;padding-left:30px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='30'%3E%3Cpath fill-rule='evenodd' fill='%23ebebed' d='M26 30C10 30 0 15 0 15S11 0 27 0s27 15 27 15-12 15-28 15zm.5-23a8.5 8.5 0 10.001 17.001A8.5 8.5 0 0026.5 7zm0 13a4.5 4.5 0 110-9 4.5 4.5 0 010 9z'/%3E%3C/svg%3E") no-repeat left center;background-size:17px 11px}.actions-social{border-radius:10px;width:28px;height:28px;transition:all .3s ease;opacity:1;display:block;margin-left:10px}.actions-social:hover{opacity:.7}.actions-social.fb{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29'%3E%3Cpath fill-rule='evenodd' fill='%233c60ab' d='M18 28h-.926V17.902h3.832l.638-4.278h-4.439v-2.566c0-2.42 1.125-2.479 4.47-2.272V4.861s-1.308-.058-3.467-.117c-3.104-.085-5.565 1.976-5.565 5.605v3.275H8.682v4.278h3.861V28H10C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zm-.926.142h-4.531V28h4.531v.142z'/%3E%3C/svg%3E") no-repeat left top;margin-left:0}.actions-social.tw{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M18 28h-8C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zm4.036-20.273c-.677.495-1.248.73-2.276.818 0 0-.028-.011-.052-.01a3.512 3.512 0 0 0-2.469-1.005c-1.933 0-3.499 1.54-3.499 3.441 0 .258.03.511.085.752l-.116.036c-.22.014-1.617.075-3.267-.592-1.786-.722-3.898-2.948-3.898-2.948s-.66 1.277-.4 2.358c.26 1.082.68 1.75 1.399 2.261-.559.02-.939-.117-1.499-.393 0 .943.72 3.066 2.899 3.44-.68.118-1.42.118-1.7.098.42.747 1.16 2.044 3.299 2.359-1.14.964-4.018 1.671-5.197 1.376 1.679 1.317 8.27 3.672 12.393-1.081 3.598-4.148 3.119-7.155 3.099-7.666 1.299-.688 1.699-1.77 1.699-1.77s-.722.315-1.982.492l-.003-.008a2.702 2.702 0 0 0 1.485-1.958z'/%3E%3C/svg%3E") no-repeat left top}.actions-social.vk{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23096faf' d='M18 28h-8C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zm1.309-15.725c.433-.588.65-1.34.65-2.256 0-1.351-.495-2.335-1.486-2.954-.99-.619-2.581-.929-4.773-.929H8.889v15.342h5.784c1.748 0 3.131-.391 4.149-1.175 1.019-.784 1.528-1.875 1.528-3.274 0-.987-.217-1.777-.65-2.372-.434-.594-1.14-1-2.12-1.217v-.105a2.601 2.601 0 0 0 1.729-1.06zm-5.007 6.517h-2.135v-3.999h2.03c1.833 0 2.749.637 2.749 1.91 0 .707-.215 1.232-.645 1.575-.43.342-1.096.514-1.999.514zm-.232-6.58h-1.903V8.801h1.723c.938 0 1.623.128 2.057.383.433.256.65.677.65 1.265 0 .629-.199 1.081-.598 1.354-.398.273-1.041.409-1.929.409z'/%3E%3C/svg%3E") no-repeat left top}.actions-social.tg{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath fill-rule='evenodd' fill='%2368c8ff' d='M18 28h-8C4.477 28 0 23.523 0 18v-8C0 4.477 4.477 0 10 0h8c5.523 0 10 4.477 10 10v8c0 5.523-4.477 10-10 10zm1.516-21.997a.443.443 0 0 0-.174.037l-15.03 6.527c-.425.184-.413.875.017 1.041l3.485 1.346.058.132 9.159-6.04-6.99 7-.001 3.847c.027.014.055.029.086.029.05 0 .101-.019.145-.062l1.968-1.907 3.244 2.813a.903.903 0 0 0 .596.231c.431 0 .846-.324.963-.858l2.942-13.448c.08-.364-.169-.688-.468-.688zm-7.277 11.95l-2.198-1.907 2.198 1.907z'/%3E%3C/svg%3E") no-repeat left top}@media (max-width: 767px){.actions{padding:0 15px;margin:15px 0}.actions-socials{order:-1;width:100%;margin:0 auto;text-align:center;align-items:center;justify-content:center;padding:0 0 25px}.actions-person{margin:0 0 0 auto}.actions-person:before{content:"";display:block;width:25px;height:25px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25'%3E%3Cpath fill-rule='evenodd' fill='%23a2a5a9' d='M19.582 24.994v-.797C19.165 21.805 17.298 19 14 19H8c-3.298 0-4.748 2.638-5.582 5.197v.797a17.36 17.36 0 0 1-2.414-1.525C.356 19.522 3.906 16 8 16h6c4.094 0 7.643 3.522 7.995 7.469a17.29 17.29 0 0 1-2.413 1.525zm-2.47-18.473c0 3.602-2.96 6.522-6.612 6.522s-6.612-2.92-6.612-6.522C3.888 2.92 6.848 0 10.5 0s6.612 2.92 6.612 6.521zM6.994 6.505a3.501 3.501 0 0 0 3.506 3.497 3.501 3.501 0 0 0 3.506-3.497A3.502 3.502 0 0 0 10.5 3.007a3.502 3.502 0 0 0-3.506 3.498z'/%3E%3C/svg%3E") no-repeat top left;background-position:center;background-size:14px;border-radius:50%;border:3px solid #ebebed}.actions-person-name{font-size:15px;margin-left:10px}.actions-person-avatar{display:none}}.blogs-nav-item{transition:border-color .3s ease}.blogs-nav-item.active,.blogs-nav-item:hover{border:3px solid #000;font-weight:700;margin-right:14px}.blogs-nav-item.active:before,.blogs-nav-item:hover:before{opacity:1}.blogs-nav-item:before{transition:all .3s ease;opacity:.2}.blogs-nav-item.new:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill-rule='evenodd' fill='%231F2229' d='M7.496 14.999a7.495 7.495 0 1 1 0-14.989 7.495 7.495 0 1 1 0 14.989zM7.493 1.99a5.502 5.502 0 0 0-5.499 5.506 5.502 5.502 0 0 0 5.499 5.506 5.502 5.502 0 0 0 5.499-5.506A5.502 5.502 0 0 0 7.493 1.99zM6 4h2v3h2v2H6V4z'/%3E%3C/svg%3E") no-repeat center center}.blogs-nav-item.discussed:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16'%3E%3Cpath fill-rule='evenodd' fill='%231F2229' d='M7 0s-.175 1.525 1 3c1.174 1.475 4 3.279 4 7 0 3.126-1.809 6-6 6-3.316 0-6-2.389-6-6 0-2.554 1.24-3.481 2-5 .484 1.475.264 2.943 1 3 1.317.102.428-2.926 1-5C4.53 1.077 5.618.374 7 0zm0 5c1.616 1.974 3 2.474 3 5 0 2.051-1.218 4-4 4-2.157 0-4-1.48-4-4 0-1.374.401 0 1 0 3.571 0 2.589-4.099 3-6 .35-1.621.193.014 1 1zm-1 8c1.549 0 3-1.831 3-3-.22-.063-1.743.12-2 0 0 .766-.39 1-1 1-.023.213-.063 1.75 0 2z'/%3E%3C/svg%3E") no-repeat center center}.blogs-nav-item.best:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%231F2229' d='M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zM8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm.004 5.679l-1.851 2.322-1.154-1.344 2.998-3.658.009.011.005-.005 2.99 3.648-1.152 1.342-1.845-2.316z'/%3E%3C/svg%3E") no-repeat center center}.blogs-nav-item.top:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15'%3E%3Cpath fill-rule='evenodd' fill='%231F2229' d='M12.285 9.433l1.47 5.566-5.25-3.018-5.249 3.018 1.47-5.566L.012 5.732l6.158-.423L8.505.005l2.336 5.304 6.158.423-4.714 3.701zM9.464 7.126L8.5 5.004l-.965 2.122-2.542.17 1.946 1.481-.607 2.227L8.5 9.796l2.167 1.208-.607-2.227 1.946-1.481-2.542-.17z'/%3E%3C/svg%3E") no-repeat center center}.blogs-draft{display:inline-block;padding:5px 10px;text-transform:uppercase;color:#01a0fc;border:3px solid #01a0fc;font-size:12px}@media (max-width: 767px){.blogs-nav-item.active{border:0;margin:0;font-weight:900;opacity:1}.blogs-nav-item:before{opacity:.5}.blogs-nav-item.new:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath fill-rule='evenodd' d='M14.381 28.915C6.632 28.915.35 22.657.35 14.937S6.632.959 14.381.959c7.75 0 14.032 6.258 14.032 13.978s-6.282 13.978-14.032 13.978zm-.036-25.686c-6.457 0-11.692 5.236-11.692 11.696 0 6.459 5.235 11.695 11.692 11.695 6.458 0 11.693-5.236 11.693-11.695 0-6.46-5.235-11.696-11.693-11.696zM13 6.297h2.3v8.05h4.6v2.301H13V6.297z'/%3E%3C/svg%3E") no-repeat center center}.blogs-nav-item.discussed:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='31'%3E%3Cpath fill-rule='evenodd' d='M15.014.863s-.963 3.608 1.173 6.365 6.534 5.884 6.534 12.838c0 5.843-5.026 10.699-11.057 10.699-6.032 0-11.393-4.444-11.393-11.193 0-4.772 3.979-7.751 5.361-10.59.88 2.757.17 5.875 1.508 5.981 2.396.192.635-4.024 1.676-7.9.964-3.593 3.685-5.5 6.198-6.2zm-2.069 3.645s-.316 2.091 1.518 4.436c2.653 3.393 5.851 4.972 5.851 11.211 0 3.834-3.267 8.362-8.668 8.362s-8.968-4.094-8.968-8.804c0-2.684.521-3.506 1.504-4.902.21 2.277 1.593 2.66 3.105 2.66 4.904 0 2.758-5.392 3.511-9.058.527-2.569 1.233-3.344 2.147-3.905zm-1.791 22.146c4.524 0 7.527-3.277 7.527-7.682-.401-.117-1.747.133-2.214-.091 0 3.417-1.943 5.423-5.326 5.423-.042.399-.101 1.884.013 2.35z'/%3E%3C/svg%3E") no-repeat center center}.blogs-nav-item.best:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath fill-rule='evenodd' d='M14.365 28.765c-7.75 0-14.032-6.258-14.032-13.978S6.615.809 14.365.809c7.749 0 14.031 6.258 14.031 13.978s-6.282 13.978-14.031 13.978zm-.036-25.686c-6.458 0-11.693 5.237-11.693 11.696S7.871 26.47 14.329 26.47c6.457 0 11.692-5.236 11.692-11.695 0-6.459-5.235-11.696-11.692-11.696zm-.185 10.051l-4.181 4.181-1.626-1.626 5.75-5.751 5.795 5.724-1.605 1.605-4.133-4.133z'/%3E%3C/svg%3E") no-repeat center center}.blogs-nav-item.top:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M22.425,17.366 L25.015,27.529 L15.766,22.019 L6.518,27.529 L9.108,17.366 L0.801,10.607 L11.651,9.836 L15.766,0.150 L19.882,9.836 L30.732,10.607 L22.425,17.366 ZM18.419,11.621 L15.784,5.383 L13.149,11.621 L6.203,12.117 L11.521,16.469 L9.862,23.013 L15.784,19.466 L21.706,23.013 L20.047,16.469 L25.366,12.117 L18.419,11.621 Z'/%3E%3C/svg%3E") no-repeat center center}.blogs-item{margin:30px 0}.blogs-item:first-child{margin:0 0 30px}}.profile-blogs-item,.profile-blogs-selected{cursor:pointer}.profile-blogs-img{background:#e8e8e9 url(/static/images/ajax-loader-transparent.gif) no-repeat center center}.profile-blogs-edit{transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' fill='%23202731' d='M6.059 13.088H.588V7.617L7.882.323l5.471 5.471-7.294 7.294zM2.411 8.529v2.735h2.736l5.47-5.47-2.735-2.735-5.471 5.47z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-size:20px}.profile-blogs-edit:hover{border:3px solid #1f2229}.profile-blogs-select{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23202731' d='M14.998 3.099l-2.097-2.098L8.012 5.89 3.061.939.939 3.06l7 7 .111-.111.049.049 6.899-6.899z'/%3E%3C/svg%3E") no-repeat center center}.profile-blogs-follow{transition:all .3s ease}.profile-blogs-follow:hover{border:3px solid #1f2229}@media (max-width: 767px){.profile-blogs-follow.delete{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill-rule='evenodd' fill='%231f2229' d='M13.998 2.097L6.097 9.998l-.048-.047-.11.109-5-4.999 2.122-2.122 2.952 2.953 5.89-5.89 2.095 2.095z'/%3E%3C/svg%3E") no-repeat center center}}.ratings{display:flex;justify-content:space-between}.rating{margin:5px 10px;font-size:18px;font-weight:700;text-align:center;color:#01a0fc}.rating.red{color:#b80808}.rating-btn{border-radius:50%;border:3px solid #ebebed;width:38px;height:38px;cursor:pointer;transition:all .3s ease;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M14.998 7.9l-2.097 2.098-4.889-4.889-4.951 4.951L.939 7.939l7-7 .111.111.049-.048L14.998 7.9z'/%3E%3C/svg%3E") no-repeat center center;background-position:8px 10px}.rating-btn:hover{border:3px solid #01a0fc}.rating-btn.down{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23bd1818' d='M14.998 3.099l-2.097-2.098L8.012 5.89 3.061.939.939 3.06l7 7 .111-.111.049.049 6.899-6.899z'/%3E%3C/svg%3E") no-repeat center center;background-position:8px 11px}.rating-btn.down:hover{border:3px solid #b80808}.rating-btn.disabled{filter:grayscale(100%);opacity:.5}.rating-btn.voted{opacity:1;filter:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23ffffff' d='M14.998 7.9l-2.097 2.098-4.889-4.889-4.951 4.951L.939 7.939l7-7 .111.111.049-.048L14.998 7.9z'/%3E%3C/svg%3E") no-repeat center center;border:3px solid #01a0fc;background-color:#01a0fc}.rating-btn.voted.down{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23ffffff' d='M14.998 3.099l-2.097-2.098L8.012 5.89 3.061.939.939 3.06l7 7 .111-.111.049.049 6.899-6.899z'/%3E%3C/svg%3E") no-repeat center center;border:3px solid #b80808;background-color:#b80808}@media (max-width: 767px){.rating{font-size:15px;margin:5px 10px}.ratings{margin-right:15px}.rating-btn{width:30px;height:30px;background-position:center;background-size:13px}.rating-btn:hover{border:2px solid #01a0fc}.rating-btn.down{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23bd1818' d='M14.998 3.099l-2.097-2.098L8.012 5.89 3.061.939.939 3.06l7 7 .111-.111.049.049 6.899-6.899z'/%3E%3C/svg%3E") no-repeat center center;background-position:center;background-size:13px!important}.rating-btn.down:hover{border:2px solid #b80808}}.messages-send{transition:all .3s ease;line-height:1.4;outline:none;cursor:pointer}.messages-send:hover{background:#34b3fd}.messages-send.loading{color:transparent;background:#01a0fc url(/static/images/ajax-loader-transparent.gif) no-repeat center center;cursor:not-allowed}.messages-reply{transition:all .3s ease}.messages-reply:hover{color:#01a0fc}.messages .comments-item{border-bottom:3px solid #e8e8e9}.messages .comments-item:last-child{border-bottom:0}.fileupload{position:relative;align-items:center;justify-content:left;margin:15px 0}.fileupload-preview{border:3px solid #e8e8e9;border-radius:30px;margin-right:20px;position:relative;min-width:156px;min-height:156px}.fileupload-add{display:flex;align-items:center;justify-content:center;width:100%;height:150px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23202731' d='M10 6H6v4H4V6H0V4h4V0h2v4h4v2z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-position:center 50px;background-size:15px;padding-top:25px}.fileupload a{color:#202731;text-transform:uppercase;font-size:12px;font-weight:700;transition:colot .3s ease}.fileupload a:hover{color:#01a0fc}.fileupload-buttons a{display:none}.fileupload-input{position:absolute;left:0;top:0;width:150px;height:150px;cursor:pointer;opacity:0}.fileupload-input:hover+a{color:#01a0fc}.fileupload-input-avatar{position:absolute;left:55px;top:55px;width:30px;height:30px;cursor:pointer;opacity:0;z-index:99}.fileupload-input-avatar.no-avatar{left:0;top:0;width:85px;height:85px}.fileupload-error{color:red}.fileupload-thumb{cursor:pointer;display:none;width:150px;height:150px;border-radius:28px}.fileupload.loading .fileupload-add,.fileupload.loading .fileupload-thumb{display:none}.fileupload.loading .fileupload-preview{background:url(/static/images/ajax-loader-transparent.gif) no-repeat center center}.fileupload.hasFile .fileupload-thumb,.fileupload.hasFile .fileupload-size,.fileupload.hasFile .fileupload-newfile{display:block}.fileupload.hasFile .fileupload-add{display:none}.fileupload.hasFile .fileupload-input{left:165px;height:30px;top:71px}.fileupload.big .fileupload-thumb,.fileupload.big .fileupload-input{width:255px;height:152px;border-radius:28px;-o-object-fit:cover;object-fit:cover}.fileupload.big .fileupload-preview{min-width:260px}.fileupload.big.hasFile .fileupload-input{left:265px}@media (max-width: 767px){.fileupload{flex-direction:column;align-items:flex-start}.fileupload-buttons{margin-top:10px}.fileupload a{margin:10px 0}}.cropper-wrap .modal-wrap{padding:10px}.cropper-img{width:100%}.cropper-buttons{text-align:center}.cropper-save{margin:10px auto}.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background:#e8e8e9}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}@media (max-width: 767px){.cropper-buttons{margin-top:15px}}.tagify{border:0;padding:0;margin:0 0 0 15px;--tag-bg: transparent;--tag-hover: transparent;--tag-remove-bg: #01a0fc;--tag-remove-btn-bg: #01a0fc;--tag-remove-btn-bg--hover: #01a0fc}.tagify__input{margin:0 0 5px 5px}.tagify__tag{border:3px solid #01a0fc;margin:0 0 5px 5px}.tagify__tag__removeBtn{background:#01a0fc;border-radius:0;color:#fff;margin-right:0;margin-left:0;height:27px;width:27px;line-height:27px}.tagify__tag__removeBtn:after{content:"";width:10px;height:10px;display:block;margin:8px 0 0 10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9'%3E%3Cpath fill-rule='evenodd' fill='%23ffffff' d='M8.707 7.293L7.293 8.707 4.5 5.914 1.707 8.707.293 7.293 3.086 4.5.293 1.707 1.707.293 4.5 3.085 7.293.293l1.414 1.414L5.914 4.5l2.793 2.793z'/%3E%3C/svg%3E") no-repeat center center}.profile-row.select-tags .tagify{--tag-remove-bg: #ebebed;--tag-remove-btn-bg: #01a0fc;--tag-remove-btn-bg--hover: #01a0fc}.profile-row.select-tags .tagify__tag{border:3px solid #ebebed}.profile-row.select-tags .tagify__tag__removeBtn{background:#ebebed}.profile-row.select-tags .tagify__tag__removeBtn:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9'%3E%3Cpath fill-rule='evenodd' fill='%23a2a5a9' d='M8.707 7.293L7.293 8.707 4.5 5.914 1.707 8.707.293 7.293 3.086 4.5.293 1.707 1.707.293 4.5 3.085 7.293.293l1.414 1.414L5.914 4.5l2.793 2.793z'/%3E%3C/svg%3E") no-repeat center center}.profile-prosports{position:absolute;width:27px;height:27px;border-radius:50%;overflow:hidden;right:0;bottom:0;background:#01a0fc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='36'%3E%3Cpath fill-rule='evenodd' fill='%23EAEBEC' d='M20.492 12.663h-9.314l-1.62 8.156H7.455c-1.18 0-1.973-.263-2.355-.781-.391-.529-.475-1.372-.248-2.507l.797-3.999c.213-1.067.671-1.95 1.361-2.623.673-.656 1.635-.989 2.857-.989h5.093L17.242 0h5.747l-2.497 12.663zm-5.727 2.517h2.046c1.18 0 1.973.263 2.356.78.391.53.474 1.373.248 2.508l-.74 3.999c-.213 1.067-.671 1.949-1.362 2.623-.673.656-1.634.989-2.856.989H9.306L6.386 36H0l3.775-12.664h9.371l1.619-8.156z'/%3E%3C/svg%3E") no-repeat center center}.profile-edit-name{display:inline-block;content:"";width:27px;height:27px;border-radius:50%;cursor:pointer;margin:0 15px;align-self:center;flex:0 0 27px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' fill='%23202731' d='M6.059 13.088H.588V7.617L7.882.323l5.471 5.471-7.294 7.294zM2.411 8.529v2.735h2.736l5.47-5.47-2.735-2.735-5.471 5.47z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-color:#fff}.profile-menu-item{transition:all .3s ease}.profile-menu-item.active,.profile-menu-item:hover{border:3px solid #1f2229;font-weight:900;color:#1f2229}.profile-menu-item.active:before,.profile-menu-item:hover:before{opacity:1}.profile-menu-item:before{opacity:.2;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='18'%3E%3Cpath fill-rule='evenodd' fill='%231F2229' d='M0 18V0h15v18H0zM13 2H2v14h11V2zm-2 4H4V4h7v2zm0 4H4V8h7v2zm-3 4H4v-2h4v2z'/%3E%3C/svg%3E") no-repeat left center}.profile-menu-item.comment:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23202731' d='M16 11.998H9l-6 4.001v-4.001H0V-.001h16v11.999zm-2-9.999H2v8h3l.4 1.999L9 9.999h5v-8zM8 7a1 1 0 110-2 1 1 0 010 2zm3-2a1 1 0 110 2 1 1 0 010-2zM5 7a1 1 0 110-2 1 1 0 010 2z'/%3E%3C/svg%3E") no-repeat left center}.profile-menu-item.subscribes:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(32, 39, 49)' d='M8.000,16.000 C3.582,16.000 -0.000,12.418 -0.000,8.000 C-0.000,3.582 3.582,-0.000 8.000,-0.000 C12.418,-0.000 16.000,3.582 16.000,8.000 C16.000,12.418 12.418,16.000 8.000,16.000 ZM8.000,2.000 C4.686,2.000 2.000,4.686 2.000,8.000 C2.000,11.313 4.686,14.000 8.000,14.000 C11.314,14.000 14.000,11.313 14.000,8.000 C14.000,4.686 11.314,2.000 8.000,2.000 ZM5.293,8.707 L6.707,7.293 L7.570,8.155 L9.715,6.010 L10.989,7.285 L7.285,10.989 L5.293,8.707 Z'/%3E%3C/svg%3E") no-repeat left center}.profile-menu-item.messages:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14'%3E%3Cpath fill-rule='evenodd' fill='%231F2229' d='M0 14V0h17v14H0zM15 2H2v10h13V2zM5.707 4.293l2.82 2.819 3.102-3.101 1.36 1.36-4.618 4.618-4.078-4.282 1.414-1.414z'/%3E%3C/svg%3E") no-repeat left center}.profile-menu-item.add:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='%23202731' d='M9.466,11.948 L5.000,12.000 L4.989,7.597 L11.963,0.622 L16.377,5.037 L9.466,11.948 ZM7.011,8.403 L7.011,10.052 L8.534,10.052 L13.622,4.963 L12.037,3.377 L7.011,8.403 ZM2.000,4.000 L2.000,16.000 L12.000,16.000 L12.000,12.000 L14.000,10.000 L14.000,18.000 L0.006,18.005 L-0.000,2.000 L8.000,2.000 L6.000,4.000 L2.000,4.000 Z'/%3E%3C/svg%3E") no-repeat left center}.profile-header-img.edit{cursor:pointer;transition:opacity .3s ease}.profile-header-img.edit:after{display:block;content:"";position:absolute;width:27px;height:27px;border-radius:50%;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23002731' d='M10 6H6v4H4V6H0V4h4V0h2v4h4v2z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-color:#fff}.profile-header-img.edit:hover{opacity:.8}.profile-header-field{color:#fff;font-size:36px;font-weight:700;line-height:51px;overflow:hidden;word-spacing:unset;white-space:nowrap;background:transparent;border:0;outline:0}.profile-header-link{transition:all .3s ease}.profile-header-link:hover{color:#01a0fc}.profile-header-link.active{color:#fff;font-weight:700}.profile-header.prosports .profile-edit-name{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M6.059 13.088H.588V7.617L7.882.323l5.471 5.471-7.294 7.294zM2.411 8.529v2.735h2.736l5.47-5.47-2.735-2.735-5.471 5.47z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-color:#4c4e54}.profile-header.prosports .profile-header-img.edit:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M10 6H6v4H4V6H0V4h4V0h2v4h4v2z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-color:#4c4e54}.profile-header.prosports .profile-header-followers{color:#fff;background:#4c4e54}.profile-header.prosports .profile-header-title{max-width:500px}.profile-header-subscribe:hover{background:#fff;color:#01a0fc;transition:all .3s ease;border:3px solid #01a0fc}.profile-row.buttons{justify-content:flex-start}.profile-row-check:before{border-radius:50%;border:3px solid #e5e5e5}.profile-row-field input::-moz-placeholder{color:#e5e5e5}.profile-row-field input::placeholder{color:#e5e5e5}.profile-row-inline{display:flex;border-bottom:3px solid #e5e5e5;padding-bottom:10px}.profile-row-inline-header{margin:0;text-transform:uppercase;font-size:12px;font-weight:800;color:#a1a4a9;line-height:25px}.profile-row-inline-input{display:block;border:0;font-size:16px;line-height:1;font-weight:600;color:#202731;width:100%;outline:none;padding-left:15px}.profile-row-inline select{display:none}.profile-row-extra{margin:30px 0 50px;display:flex;justify-content:space-between;width:785px}.profile-row-extra-label{cursor:pointer}.profile-row-extra-label a{color:#01a0fc}.profile-row-extra-input{width:40px;height:40px;top:50%;left:0;z-index:1;cursor:pointer;opacity:0;position:absolute;margin-top:-20px}.profile-row-extra-input:checked+.profile-row-extra-helper{border:3px solid #01a0fc}.profile-row-extra-input:checked+.profile-row-extra-helper.prosports{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M15.884 5.341H7.637l-1.435 7.12H4.34c-1.045 0-1.747-.229-2.086-.681-.346-.462-.42-1.199-.22-2.189l.706-3.492c.189-.931.594-1.702 1.206-2.29.596-.572 1.447-.863 2.53-.863h4.51L11.582 0h5.382l-1.08 5.341zm-5.071 2.197h1.812c1.045 0 1.747.229 2.086.682.346.461.42 1.198.219 2.188l-.655 3.492c-.188.931-.594 1.702-1.205 2.29-.597.572-1.448.863-2.53.863H5.979L5.383 20H0l1.081-5.342h8.298l1.434-7.12z'/%3E%3C/svg%3E") no-repeat top left;background-position:center}.profile-row-extra-input:checked+.profile-row-extra-helper.sitekg{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M15.672 7.855V5.472h4.93v6.157c-1.339.458-2.81.687-4.414.687-1.761 0-3.122-.51-4.083-1.531-.96-1.021-1.441-2.477-1.441-4.367 0-1.844.526-3.279 1.578-4.305C13.294 1.087 14.768.574 16.664.574c.719 0 1.397.068 2.035.203a8.59 8.59 0 011.668.516l-.976 2.422c-.823-.407-1.727-.61-2.711-.61-.901 0-1.598.293-2.09.879-.492.586-.738 1.423-.738 2.512 0 1.068.222 1.881.668 2.441.445.56 1.087.84 1.925.84.459 0 .88-.044 1.266-.133V7.855h-2.039zm-5.82 4.305H6.367L4.109 7.793l-.914.547v3.82H.094V.738h3.101v4.961c.157-.307.472-.794.946-1.461l2.398-3.5h3.375L6.312 5.855l3.54 6.305z'/%3E%3C/svg%3E") no-repeat center center}.profile-row-extra-input:checked+.profile-row-extra-helper.sitekz{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M19.227,12.160 L10.328,12.160 L10.328,10.254 L15.273,3.230 L10.445,3.230 L10.445,0.738 L19.102,0.738 L19.102,2.636 L14.156,9.668 L19.227,9.668 L19.227,12.160 ZM9.852,12.160 L6.367,12.160 L4.109,7.793 L3.195,8.340 L3.195,12.160 L0.094,12.160 L0.094,0.738 L3.195,0.738 L3.195,5.699 C3.352,5.392 3.667,4.905 4.141,4.238 L6.539,0.738 L9.914,0.738 L6.313,5.855 L9.852,12.160 Z'/%3E%3C/svg%3E") no-repeat center center}.profile-row-extra-input:checked+.profile-row-extra-helper.zen{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='23'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M10.664 0H7.17C3.738 0 .827 2.606.827 7.667c0 3.036 1.41 5.274 3.922 6.378L.061 22.509c-.154.277 0 .491.244.491h2.176c.184 0 .307-.061.368-.214l4.26-8.311h1.533v8.311c0 .091.092.214.214.214h1.9c.184 0 .245-.092.245-.245V.307c0-.215-.122-.307-.337-.307zM8.642 12.512H7.354c-2.022 0-3.984-1.472-3.984-5.152 0-3.834 1.839-5.398 3.708-5.398h1.564v10.55z'/%3E%3C/svg%3E") no-repeat center center}.profile-row-extra-input:checked+.profile-row-extra-helper.important{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='20'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M5.991.005H-.006l.708 12.722h4.581L5.991.005zM.827 19.324c.518.453 1.236.679 2.152.679.907 0 1.612-.226 2.117-.679.504-.453.756-1.083.756-1.89 0-.815-.243-1.45-.728-1.903-.486-.452-1.201-.679-2.145-.679-.953 0-1.68.227-2.18.679C.3 15.984.05 16.619.05 17.434c0 .807.259 1.437.777 1.89z'/%3E%3C/svg%3E") no-repeat center center}.profile-row-extra-input:checked+.profile-row-extra-helper.without-user{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M19.582 24.994v-.797C19.165 21.805 17.298 19 14 19H8c-3.298 0-4.748 2.638-5.582 5.197v.797a17.36 17.36 0 0 1-2.414-1.525C.356 19.522 3.906 16 8 16h6c4.094 0 7.643 3.522 7.995 7.469a17.29 17.29 0 0 1-2.413 1.525zm-2.47-18.473c0 3.602-2.96 6.522-6.612 6.522s-6.612-2.92-6.612-6.522C3.888 2.92 6.848 0 10.5 0s6.612 2.92 6.612 6.521zM6.994 6.505a3.501 3.501 0 0 0 3.506 3.497 3.501 3.501 0 0 0 3.506-3.497A3.502 3.502 0 0 0 10.5 3.007a3.502 3.502 0 0 0-3.506 3.498z'/%3E%3C/svg%3E") no-repeat top left;background-position:center}.profile-row-extra-input:checked+.profile-row-extra-helper.dot{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M13.998 2.097L6.097 9.998l-.048-.047-.11.109-5-4.999 2.122-2.122 2.952 2.953 5.89-5.89 2.095 2.095z'/%3E%3C/svg%3E") no-repeat center center}.profile-row-extra-input:checked+.profile-row-extra-helper+.profile-row-extra-label{color:#01a0fc}.profile-row-extra-item{text-transform:uppercase;font-size:12px;font-weight:800;color:#a1a4a9;position:relative;padding:0 0 0 50px;display:flex;align-items:center}.profile-row-extra-helper{content:"";display:block;border:3px solid #eaebec;border-radius:50%;width:38px;height:38px;position:absolute;left:0;top:50%;margin-top:-19px}.profile-row-extra-helper.prosports{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20'%3E%3Cpath fill-rule='evenodd' fill='%23a2a5a9' d='M15.884 5.341H7.637l-1.435 7.12H4.34c-1.045 0-1.747-.229-2.086-.681-.346-.462-.42-1.199-.22-2.189l.706-3.492c.189-.931.594-1.702 1.206-2.29.596-.572 1.447-.863 2.53-.863h4.51L11.582 0h5.382l-1.08 5.341zm-5.071 2.197h1.812c1.045 0 1.747.229 2.086.682.346.461.42 1.198.219 2.188l-.655 3.492c-.188.931-.594 1.702-1.205 2.29-.597.572-1.448.863-2.53.863H5.979L5.383 20H0l1.081-5.342h8.298l1.434-7.12z'/%3E%3C/svg%3E") no-repeat top left;background-position:center}.profile-row-extra-helper.sitekg{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13'%3E%3Cpath fill-rule='evenodd' fill='%23a2a5a9' d='M15.672 7.855V5.472h4.93v6.157c-1.339.458-2.81.687-4.414.687-1.761 0-3.122-.51-4.083-1.531-.96-1.021-1.441-2.477-1.441-4.367 0-1.844.526-3.279 1.578-4.305C13.294 1.087 14.768.574 16.664.574c.719 0 1.397.068 2.035.203a8.59 8.59 0 011.668.516l-.976 2.422c-.823-.407-1.727-.61-2.711-.61-.901 0-1.598.293-2.09.879-.492.586-.738 1.423-.738 2.512 0 1.068.222 1.881.668 2.441.445.56 1.087.84 1.925.84.459 0 .88-.044 1.266-.133V7.855h-2.039zm-5.82 4.305H6.367L4.109 7.793l-.914.547v3.82H.094V.738h3.101v4.961c.157-.307.472-.794.946-1.461l2.398-3.5h3.375L6.312 5.855l3.54 6.305z'/%3E%3C/svg%3E") no-repeat center center}.profile-row-extra-helper.sitekz{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='%23a2a5a9' d='M19.227,12.160 L10.328,12.160 L10.328,10.254 L15.273,3.230 L10.445,3.230 L10.445,0.738 L19.102,0.738 L19.102,2.636 L14.156,9.668 L19.227,9.668 L19.227,12.160 ZM9.852,12.160 L6.367,12.160 L4.109,7.793 L3.195,8.340 L3.195,12.160 L0.094,12.160 L0.094,0.738 L3.195,0.738 L3.195,5.699 C3.352,5.392 3.667,4.905 4.141,4.238 L6.539,0.738 L9.914,0.738 L6.313,5.855 L9.852,12.160 Z'/%3E%3C/svg%3E") no-repeat center center}.profile-row-extra-helper.zen{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='23'%3E%3Cpath fill-rule='evenodd' fill='%23a2a5a9' d='M10.664 0H7.17C3.738 0 .827 2.606.827 7.667c0 3.036 1.41 5.274 3.922 6.378L.061 22.509c-.154.277 0 .491.244.491h2.176c.184 0 .307-.061.368-.214l4.26-8.311h1.533v8.311c0 .091.092.214.214.214h1.9c.184 0 .245-.092.245-.245V.307c0-.215-.122-.307-.337-.307zM8.642 12.512H7.354c-2.022 0-3.984-1.472-3.984-5.152 0-3.834 1.839-5.398 3.708-5.398h1.564v10.55z'/%3E%3C/svg%3E") no-repeat center center}.profile-row-extra-helper.without-user{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25'%3E%3Cpath fill-rule='evenodd' fill='%23a2a5a9' d='M19.582 24.994v-.797C19.165 21.805 17.298 19 14 19H8c-3.298 0-4.748 2.638-5.582 5.197v.797a17.36 17.36 0 0 1-2.414-1.525C.356 19.522 3.906 16 8 16h6c4.094 0 7.643 3.522 7.995 7.469a17.29 17.29 0 0 1-2.413 1.525zm-2.47-18.473c0 3.602-2.96 6.522-6.612 6.522s-6.612-2.92-6.612-6.522C3.888 2.92 6.848 0 10.5 0s6.612 2.92 6.612 6.521zM6.994 6.505a3.501 3.501 0 0 0 3.506 3.497 3.501 3.501 0 0 0 3.506-3.497A3.502 3.502 0 0 0 10.5 3.007a3.502 3.502 0 0 0-3.506 3.498z'/%3E%3C/svg%3E") no-repeat top left;background-position:center}.profile-row-extra-helper.important{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='20'%3E%3Cpath fill-rule='evenodd' fill='%23a2a5a9' d='M5.991.005H-.006l.708 12.722h4.581L5.991.005zM.827 19.324c.518.453 1.236.679 2.152.679.907 0 1.612-.226 2.117-.679.504-.453.756-1.083.756-1.89 0-.815-.243-1.45-.728-1.903-.486-.452-1.201-.679-2.145-.679-.953 0-1.68.227-2.18.679C.3 15.984.05 16.619.05 17.434c0 .807.259 1.437.777 1.89z'/%3E%3C/svg%3E") no-repeat center center}.profile-row .error{color:red;font-weight:600;padding:5px 0}.profile-row .selectize-dropdown{position:absolute;background:#ffffff;z-index:10;border:3px solid #e5e5e5;padding:10px 15px;margin-top:-16px}.profile-row.agreement{margin:40px 0 50px}.profile-new.mode-edit .profile-row-input.area{height:auto}.profile-btn{display:block;background:#01a0fc;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;text-align:center;padding:10px 15px;border:3px solid transparent;transition:all .3s ease;cursor:pointer;margin-right:15px}.profile-btn:hover{color:#01a0fc;border:3px solid #01a0fc;background:transparent}.profile-btn.preview{color:#202731;border:3px solid #e8e8e9;background:transparent}.profile-btn.preview:hover{border:3px solid #202731}.profile-btn.delete{background:#b80808;padding:6px 10px}.profile-btn.delete:hover{background:transparent;color:#b80808;border:3px solid #b80808}.profile-btn.draft{border:3px solid transparent;background:transparent;color:#202731}.profile-btn.draft:hover{border:3px solid #202731}.profile-error{padding:100px 0;text-align:center;color:#202731}.profile-error-text{font-size:16px;font-weight:600;line-height:1.3;margin:0 15%}.profile-error-title{font-size:26px;font-weight:700;line-height:40px;margin:5px 0 25px}.profile-error-link{color:#01a0fc;text-transform:uppercase;margin:15px;display:inline-block;font-size:16px;font-weight:600}.profile table a{color:#01a0fc;font-weight:600}.profile table a:hover{border-bottom:2px solid #01a0fc}.no-avatar{border:3px solid #fff}#create-blog:before{content:"";display:inline-block;width:16px;height:19px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23FFFFFF' d='M14 7v4.997H9l-6 4.001v-4.001H0V-.001h14V5h2v2h-2zm0-5.002H2v8.001L5 10v2l3-2.001h6V9h-2V7h-2V5h2V3h2V1.998z'/%3E%3C/svg%3E") no-repeat left center;margin:0 5px -5px -16px}#create-blog.active:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%2301a0fc' d='M14 7v4.997H9l-6 4.001v-4.001H0V-.001h14V5h2v2h-2zm0-5.002H2v8.001L5 10v2l3-2.001h6V9h-2V7h-2V5h2V3h2V1.998z'/%3E%3C/svg%3E") no-repeat left center}div.mce-fullscreen{z-index:1100}.mce-tinymce{box-shadow:none;border:3px solid #e8e8e9!important}.mce-statusbar,.mce-edit-area{border-color:#e8e8e9!important;border-width:3px 0 0!important}.mce-top-part:before{display:none}.mce-i-twitter:before{background:url(/static/images/twitter-icon.png) no-repeat center center;content:" ";width:16px;height:16px;display:block}.mce-i-telegram:before{background:url(/static/images/telegram-icon.png) no-repeat center center;background-size:contain;content:" ";width:16px;height:16px;display:block}.mce-i-instagram:before{background:url(/static/images/instagram-icon.png) no-repeat center center;content:" ";width:16px;height:16px;display:block}.blog-header-subscribe{transition:all .3s ease}.blog-header-subscribe:hover{background:rgba(255,255,255,.2);color:#fff}.blog-header-subscribe.delete{color:#fff;background:transparent;border:3px solid rgba(255,255,255,.2)}.blog-header-subscribe.delete:hover{border:3px solid #fff}.blog-header-subscribe.loading{color:transparent;background:url(/static/images/ajax-loader-transparent.gif) no-repeat center center}.blog-header-followers{transition:all .3s ease}.blog-header-followers:hover{font-weight:700}.blog-header-buttons{margin-left:15px;margin-right:auto;display:flex}.blog-header-btn{display:block;background:rgba(255,255,255,.2);border-radius:50%;width:32px;height:32px;margin:5px}.blog-header-btn.edit{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M6.059 13.088H.588V7.617L7.882.323l5.471 5.471-7.294 7.294zM2.411 8.529v2.735h2.736l5.47-5.47-2.735-2.735-5.471 5.47z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat}.blog-header-btn.add{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M9.466,11.948 L5.000,12.000 L4.989,7.597 L11.963,0.622 L16.377,5.037 L9.466,11.948 ZM7.011,8.403 L7.011,10.052 L8.534,10.052 L13.622,4.963 L12.037,3.377 L7.011,8.403 ZM2.000,4.000 L2.000,16.000 L12.000,16.000 L12.000,12.000 L14.000,10.000 L14.000,18.000 L0.006,18.005 L-0.000,2.000 L8.000,2.000 L6.000,4.000 L2.000,4.000 Z'/%3E%3C/svg%3E") no-repeat left center;background-color:#fff3;background-position:9px 6px}.error-message{color:red;font-weight:600;padding:5px 0}.success-message{color:green;font-weight:600;padding:5px 0}.instruction{padding:15px}.instruction img{max-width:100%}@media (max-width: 767px){.profile-menu-item.active,.profile-menu-item:hover{border:0}.profile-menu-item:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='74'%3E%3Cpath fill-rule='evenodd' d='M0 73.999V0h60v73.999H0zM54 6H6v62h48V6zm-7 13.999H14V14h33v5.999zM47 32H14v-6.001h33V32zM33 43.999H14v-6h19v6z'/%3E%3C/svg%3E") no-repeat center center;background-size:50%}.profile-menu-item.comment:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='65'%3E%3Cpath fill-rule='evenodd' fill='%23202731' d='M39.442 49L18 64.999h-6V49H0V-.001h65V49H39.442zM59 6H6v36.999h12v14.936l20-14.912v-.024h21V6zM44.2 20.555c2.258 0 4.089 1.841 4.089 4.112 0 2.269-1.831 4.111-4.089 4.111-2.258 0-4.089-1.842-4.089-4.111 0-2.271 1.831-4.112 4.089-4.112zm-12.267 8.223c-2.258 0-4.089-1.842-4.089-4.111 0-2.271 1.831-4.112 4.089-4.112 2.259 0 4.089 1.841 4.089 4.112 0 2.269-1.83 4.111-4.089 4.111zm-12.266 0c-2.259 0-4.089-1.842-4.089-4.111 0-2.271 1.83-4.112 4.089-4.112 2.258 0 4.089 1.841 4.089 4.112 0 2.269-1.831 4.111-4.089 4.111z'/%3E%3C/svg%3E") no-repeat center center;background-size:50%}.profile-menu-item.subscribes:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='65'%3E%3Cpath fill-rule='evenodd' fill='%23202731' d='M32.495 64.997C14.548 64.997 0 50.45 0 32.505 0 14.558 14.548.011 32.495.011c17.946 0 32.494 14.547 32.494 32.494 0 17.945-14.548 32.492-32.494 32.492zm.001-57.989C18.415 7.008 7 18.423 7 32.504c0 14.08 11.415 25.494 25.496 25.494s25.495-11.414 25.495-25.494c0-14.081-11.414-25.496-25.495-25.496zM21.879 34.122l4.242-4.243 4.906 4.905 10.782-10.78 4.187 4.187-15.117 14.93-9-8.999z'/%3E%3C/svg%3E") no-repeat center center;background-size:50%}.profile-menu-item.messages:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='70px' height='58px'%3E%3Cpath fill-rule='evenodd' fill='rgb(32, 39, 49)' d='M-0.000,57.999 L-0.000,-0.001 L70.000,-0.001 L70.000,57.999 L-0.000,57.999 ZM64.000,6.000 L6.000,6.000 L6.000,52.000 L64.000,52.000 L64.000,6.000 ZM34.500,32.576 L52.145,14.931 L56.388,19.173 L34.966,40.594 L34.034,40.594 L12.612,19.173 L16.855,14.931 L34.500,32.576 Z'/%3E%3C/svg%3E") no-repeat center center;background-size:50%}.profile-row{padding:0 15px;flex-direction:column;align-items:flex-start}.profile-row-field{width:100%}.profile-row-check{display:none}.profile-row.buttons{margin-bottom:0;flex-direction:row;align-items:center;justify-content:center;flex-flow:wrap;padding:0 0 30px}.profile-row-extra{width:100%;flex-flow:wrap;padding:0 15px;margin:30px 0}.profile-row-extra-item{height:55px}.profile-btn{margin:0 10px 10px 0}.profile-btn.draft{padding:10px 0}#mceu_20-body{display:flex;flex-wrap:wrap}}.tag-list{display:flex;flex-wrap:wrap;grid-gap:10px;align-items:center}.tag-list .tag{padding:5px;border-radius:5px;background:#0d6aad;color:#fff}.tag-list .tag.add{color:#0d6aad;background:#fff;border:solid 1px #0d6aad;cursor:pointer}.tag-list .tag span{padding:5px;display:inline-block;cursor:pointer;transition:all .5s}.tag-list .tag span:hover{color:#fa5661}
