body{width:100%;margin:0;overflow-y:scroll;font-family:Arial,sans-serif;font-size:16px;background-color:#fafbf9;color:#0f181b}#app{position:relative;display:flex;flex-direction:column;min-height:100vh}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}a{display:inline-flex;text-decoration:none;cursor:pointer;color:#0f181b}a:hover{text-decoration:underline}h1,h2,h3{font-weight:700;margin:0 0 24px 0;color:#0f181b}h1{font-size:32px}@media screen and (max-width:800px){h1{font-size:26px}}h2{font-size:28px}@media screen and (max-width:800px){h2{font-size:22px}}h3{font-size:20px}.row{display:flex;flex-direction:row;margin-right:-10px;margin-left:-10px}.col{position:relative;width:100%;padding-right:10px;padding-left:10px}input[type=number],input[type=password],input[type=text]{box-sizing:border-box;padding:6px 12px;font-size:16px;font-family:Arial,sans-serif;width:100%;border:1px solid #e9e8e8;box-shadow:0 0 3px 0 #e9e8e8;border-radius:5px;color:#0f181b;transition:all .1s ease 0s}input[type=number]:focus,input[type=password]:focus,input[type=text]:focus{outline:none;border:1px solid #c3c2c1;box-shadow:0 0 8px 0 #dcdcdb}input[type=number][readonly],input[type=password][readonly],input[type=text][readonly]{background-color:#fafbf9}select{box-sizing:border-box;width:100%;font-size:16px;border:1px solid #bbb;border-radius:3px}select,select option{padding:6px 12px}.row-input{display:block;margin-bottom:12px}.row-input__text{margin-bottom:4px}.row-input__field{display:block}.form-checkbox{display:none}.form-checkbox+label{position:relative;padding-left:32px;height:22px;display:flex;align-items:center;color:#848280;letter-spacing:normal;line-height:normal;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-checkbox+label:before{left:0;top:0;width:22px;height:22px;background-color:#ff8221;border-radius:4px}.form-checkbox+label:after,.form-checkbox+label:before{content:"";position:absolute;transition:all .1s ease-out 0s}.form-checkbox+label:after{opacity:0;left:5px;top:5px;width:10px;height:5px;border-radius:1px;border-left:4px solid #fafbf9;border-bottom:4px solid #fafbf9;transform:rotate(-45deg)}.form-checkbox:checked+label:before{background-color:#ed6800}.form-checkbox:checked+label:after{opacity:1}.form-checkbox--small+label{height:14px;padding-left:18px}.form-checkbox--small+label:before{width:14px;height:14px;border-radius:3px}.form-checkbox--small+label:after{left:3px;top:3px;width:6px;height:4px;border-left-width:2px;border-bottom-width:2px;border-radius:0}.input-number{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.input-number input[type=number]{-moz-appearance:textfield;padding-right:20px}.input-number input[type=number]::-webkit-inner-spin-button,.input-number input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.input-number__down-value,.input-number__up-value{position:absolute;right:0;z-index:10;cursor:pointer;height:50%;width:20px;display:inline-flex;align-items:center;justify-content:center;background-color:hsla(60,1%,86%,.3);user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;touch-action:none;transition:all .1s ease 0s}.input-number__down-value:active,.input-number__down-value:hover,.input-number__up-value:active,.input-number__up-value:hover{background-color:hsla(60,1%,86%,.7)}.input-number__down-value:before,.input-number__up-value:before{content:"";display:inline-flex;width:4px;height:4px;border-color:#b6b5b4;border-radius:1px;transform:rotate(-45deg);position:relative}.input-number__up-value{top:0;border-radius:0 5px 0 0}.input-number__up-value:before{top:2px;border-right-width:2px;border-top-width:2px;border-right-style:solid;border-top-style:solid}.input-number__down-value{bottom:0;border-radius:0 0 5px 0}.input-number__down-value:before{top:-2px;border-left-width:2px;border-bottom-width:2px;border-left-style:solid;border-bottom-style:solid}.form-select{justify-content:center}.form-select,.form-select__box{display:flex;align-items:center;width:100%;position:relative}.form-select__box{justify-content:space-between;padding:4px 8px;background-color:#23c764;color:#fafbf9;box-shadow:2px 2px 1px 0 #1fb159;border-radius:3px;cursor:pointer;left:0;top:0;transition:all .1s ease}.form-select__box--active,.form-select__box:active,.form-select__box:hover{background-color:#1b9c4e;box-shadow:2px 2px 1px 0 #188643;color:#fafbf9;text-decoration:none}.form-select__box:active{left:2px;top:2px;box-shadow:0 0 1px 0 #188643}.form-select__value{font-size:16px;flex-grow:1;flex-shrink:0}.form-select__arrow{flex-grow:0;margin-left:2px;position:relative;display:inline-flex;width:6px;height:6px;margin-right:5px;flex-shrink:0;border-right:1px solid #fff;border-top:1px solid #fff;transition:all .2s ease}.form-select__arrow--down{top:-1px;transform:rotate(135deg)}.form-select__arrow--top{top:2px;transform:rotate(135deg) scale(-1)}.form-select__menu{position:absolute;left:0;right:auto;top:calc(100% + 6px);bottom:auto;z-index:20;background-color:#fff;border-radius:5px;padding:6px 0;min-width:100%;max-height:250px;overflow-y:auto;box-shadow:0 0 10px 1px #dcdcdb}.form-select__menu--top{top:auto;bottom:calc(100% + 6px)}.form-select__item{display:inline-flex;min-width:0;width:100%;cursor:pointer;padding:4px 6px;color:#0f181b;transition:all .1s ease 0s}.form-select__item--active,.form-select__item:active,.form-select__item:hover{background-color:#23c764;color:#fff}.form-select__item-text{font-size:14px;white-space:nowrap}.mt-sm{margin-top:4px!important}.mr-sm{margin-right:4px!important}.mb-sm{margin-bottom:4px!important}.ml-sm{margin-left:4px!important}.mt-md{margin-top:8px!important}.mr-md{margin-right:8px!important}.mb-md{margin-bottom:8px!important}.ml-md{margin-left:8px!important}.mt-lg{margin-top:12px!important}.mr-lg{margin-right:12px!important}.mb-lg{margin-bottom:12px!important}.ml-lg{margin-left:12px!important}.mt-xlg{margin-top:16px!important}.mr-xlg{margin-right:16px!important}.mb-xlg{margin-bottom:16px!important}.ml-xlg{margin-left:16px!important}.pt-sm{padding-top:4px!important}.pr-sm{padding-right:4px!important}.pb-sm{padding-bottom:4px!important}.pl-sm{padding-left:4px!important}.pt-md{padding-top:8px!important}.pr-md{padding-right:8px!important}.pb-md{padding-bottom:8px!important}.pl-md{padding-left:8px!important}.pt-lg{padding-top:12px!important}.pr-lg{padding-right:12px!important}.pb-lg{padding-bottom:12px!important}.pl-lg{padding-left:12px!important}.pt-xlg{padding-top:16px!important}.pr-xlg{padding-right:16px!important}.pb-xlg{padding-bottom:16px!important}.pl-xlg{padding-left:16px!important}.fade-enter-active,.fade-leave-active{transition:opacity .1s ease}.fade-enter-from,.fade-leave-to{opacity:0}.fade20-enter-active,.fade20-leave-active{transition:opacity .2s ease}.fade20-enter-from,.fade20-leave-to{opacity:0}.slide-down-enter-active,.slide-down-leave-active{transition:.2s ease;transition-property:opacity,transform}.slide-down-enter-from,.slide-down-leave-to{opacity:0;transform:translateY(-5px)}.slide-up-enter-active,.slide-up-leave-active{transition:all .2s ease}.slide-up-enter-from,.slide-up-leave-to{opacity:0;transform:translateY(5px)}.visibility-hidden{visibility:hidden}.text-underline{text-decoration:underline}.heart-shape{display:inline-flex;background-color:#e93a3a;height:60%;width:60%;position:relative;top:0;transform:rotate(-45deg);transform-origin:center}.heart-shape:after,.heart-shape:before{content:"";background-color:#e93a3a;border-radius:50%;height:100%;width:100%;position:absolute}.heart-shape:before{top:-50%;left:0}.heart-shape:after{left:50%;top:0}.text-align-left{text-align:left!important}.value-result-box{display:inline-flex;flex-direction:column;align-items:center}.value-result-box__value{background-color:#ff8221;color:#fff;line-height:1em;padding:4px 8px;border-radius:3px;font-weight:700;text-align:center;font-size:20px}@media screen and (max-width:800px){.value-result-box__value{font-size:16px}}.value-result-box__desc{font-size:10px;text-transform:uppercase;letter-spacing:.05em;line-height:1.2em;color:#848280;margin-top:4px}.forecast-result{display:flex;align-items:baseline;justify-content:flex-start}.forecast-result__result{font-size:20px;color:#ff8221}.forecast-result__diff{font-size:12px;font-weight:700;margin-left:8px;letter-spacing:.05em}.forecast-result__diff--plus{color:#23c764}.forecast-result__diff--minus{color:#ff8221}.lock-scroll{overflow:hidden}.btn{display:inline-flex;align-items:center;padding:6px 8px;font-size:14px}.btn--green{background-color:#23c764;color:#fafbf9;box-shadow:2px 2px 1px 0 #1fb159;border-radius:3px;cursor:pointer;position:relative;left:0;top:0;transition:all .1s ease}.btn--green--active,.btn--green:active,.btn--green:hover{background-color:#1b9c4e;box-shadow:2px 2px 1px 0 #188643;color:#fafbf9;text-decoration:none}.btn--green:active{left:2px;top:2px;box-shadow:0 0 1px 0 #188643}.btn--fox{background-color:#ff8221;color:#fafbf9;box-shadow:2px 2px 1px 0 #ff7408;border-radius:3px;cursor:pointer;position:relative;left:0;top:0;transition:all .1s ease}.btn--fox--active,.btn--fox:active,.btn--fox:hover{background-color:#ed6800;box-shadow:2px 2px 1px 0 #d45c00;color:#fafbf9;text-decoration:none}.btn--fox:active{left:2px;top:2px;box-shadow:0 0 1px 0 #d45c00}.btn--smoke{background-color:#848280;color:#fafbf9;box-shadow:2px 2px 1px 0 #777573;border-radius:3px;cursor:pointer;position:relative;left:0;top:0;transition:all .1s ease}.btn--smoke--active,.btn--smoke:active,.btn--smoke:hover{background-color:#6a6967;box-shadow:2px 2px 1px 0 #5d5c5a;color:#fafbf9;text-decoration:none}.btn--smoke:active{left:2px;top:2px;box-shadow:0 0 1px 0 #5d5c5a}.btn--big{font-size:20px;padding:12px 24px}.btn--disabled{cursor:default;opacity:.5;pointer-events:none}.btn--apply{width:100%;justify-content:center;font-size:18px;padding-top:8px;padding-bottom:8px}.panel-box{position:relative;display:flex;flex-wrap:nowrap;flex-direction:column}.panel-box__panel{width:100%}.panel-box__boxad{display:flex;flex-direction:row;margin-top:24px}@media screen and (max-width:800px){.panel-box__boxad{margin-top:16px;flex-wrap:wrap}}.panel-box__boxad>div{flex-grow:1;flex-shrink:0;width:50%;height:200px}@media screen and (max-width:800px){.panel-box__boxad>div{width:100%;height:125px}}.panel{padding:16px}.panel--orange{border-radius:20px;background-color:#fff5ed;box-shadow:0 0 12px 1px #ffe1c9}.panel--green{border-radius:20px;background-color:#c2f4d6;box-shadow:0 0 12px 1px #a4efc2}.panel--white{border-radius:20px;background-color:#fff;box-shadow:0 0 12px 1px #ededed}@media screen and (max-width:800px){.panel{padding:12px}}.panel__paragraph:not(:last-child){margin-bottom:24px}.panel__subtitle{margin:0 0 8px 0;font-size:18px;font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em}@media screen and (max-width:800px){.panel__subtitle{line-height:1.3em;font-size:16px}}.panel--green .panel__subtitle{color:#188643}.panel--orange .panel__subtitle{color:#0f181b}.panel--white .panel__subtitle{color:#ff8221}.panel__content{line-height:1.65;color:#0f181b;font-size:16px;text-align:justify}@media screen and (max-width:800px){.panel__content{font-size:14px}}.panel__content p{margin:0 0 16px 0}.table{width:100%;max-width:100%;overflow-x:auto;border-radius:12px;background-color:#fff;box-shadow:0 0 10px 1px #dcdcdb}.table,.table__header{display:flex;flex-direction:column}.table__header{min-width:100%}.table__header .table__row{background-color:#f5f5f5;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.table__header .table__col{font-weight:700;color:#0f181b;padding-top:8px;padding-bottom:8px}.table__content{display:flex;flex-direction:column;min-width:100%}.table__row{display:flex;background-color:#fff;min-width:100%}@media screen and (max-width:800px){.table__row{width:-webkit-max-content;width:-moz-max-content;width:max-content}}.table__row:nth-child(2n){background-color:#f7f7f7}.table__row--active{position:relative;font-weight:700}.table__row--active:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background-color:#ff8221;transition:all .1s ease 0s}@media screen and (max-width:800px){.table__row--active:before{width:2px}}.table__col{display:inline-flex;justify-content:center;flex-grow:1;flex-shrink:1;flex-basis:100%;padding:4px 12px;font-size:14px;color:#0f181b;text-align:center;overflow-wrap:anywhere}@media screen and (max-width:800px){.table__col{padding-left:4px;padding-right:4px}}.table__no-data{display:flex;justify-content:center;align-items:center;width:100%;text-align:center;padding:16px;font-size:14px;color:#aaa9a7;min-height:66px}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #ff8221;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#ff8221 transparent transparent transparent}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vk-comments-box{display:flex;flex-direction:column;justify-content:center;padding:32px 8px 12px 8px;width:100%}.vk-comments-box,.vk-comments-box .container{align-items:center}.vk-comments-box__title{margin-bottom:8px;width:100%;text-align:center;font-size:20px;font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em}@media screen and (max-width:800px){.vk-comments-box__title{line-height:1.3em}}.vk-comments-box__description{font-size:12px;color:#848280;margin-bottom:24px;width:100%;max-width:300px;text-align:center;line-height:normal}.vk-comments-box__comments{width:550px;background-color:#fff}@media screen and (max-width:800px){.vk-comments-box__comments{width:100%}}.icon-install{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCA0Ljc2MiA0Ljc2MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBzdHlsZT0iZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojZmVmZWZlO3N0cm9rZS13aWR0aDouNTI5MTY3O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDowO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDozLjM7c3Ryb2tlLW9wYWNpdHk6MSIgd2lkdGg9IjIuOTEiIGhlaWdodD0iNC4yMzMiIHg9Ii45MjYiIHk9Ii4yNjUiIHJ5PSIuMzk3IiByeD0iLjM5NyIvPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOiNmZWZlZmU7c3Ryb2tlLXdpZHRoOi4zOTY4NzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjMuMztzdHJva2Utb3BhY2l0eToxIiBkPSJNMi4zODEgMS4zMjN2MS4zMjNNMi45MSAyLjI0OWwtLjUyOS41M00xLjg1MiAyLjI0OWwuNTMuNTNNMS43MiAzLjQ0aDEuMzIzIi8+PC9zdmc+)}.icon-config-app,.icon-install{display:inline-flex;width:18px;height:18px;background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-config-app{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCA0Ljc2MiA0Ljc2MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBzdHlsZT0iZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojZmVmZWZlO3N0cm9rZS13aWR0aDouNTI5MTY3O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDowO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDozLjM7c3Ryb2tlLW9wYWNpdHk6MSIgd2lkdGg9IjIuOTEiIGhlaWdodD0iNC4yMzMiIHg9Ii45MjYiIHk9Ii4yNjUiIHJ5PSIuMzk3IiByeD0iLjM5NyIvPjxjaXJjbGUgc3R5bGU9ImZpbGw6bm9uZTtmaWxsLW9wYWNpdHk6MTtzdHJva2U6I2ZlZmVmZTtzdHJva2Utd2lkdGg6LjI2NDU4MztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6My4zO3N0cm9rZS1vcGFjaXR5OjE7cGFpbnQtb3JkZXI6c3Ryb2tlIGZpbGwgbWFya2VycyIgY3g9IjEuODUyIiBjeT0iMS44NTIiIHI9Ii4yNjUiLz48Y2lyY2xlIHN0eWxlPSJmaWxsOm5vbmU7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOiNmZWZlZmU7c3Ryb2tlLXdpZHRoOi4yNjQ1ODM7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjMuMztzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOnN0cm9rZSBmaWxsIG1hcmtlcnMiIGN4PSIyLjkxIiBjeT0iMi45MSIgcj0iLjI2NSIvPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOiNmZWZlZmU7c3Ryb2tlLXdpZHRoOi4zOTY4NzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjMuMztzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOnN0cm9rZSBmaWxsIG1hcmtlcnMiIGQ9Ik0xLjg1MiAxLjA1OHYuMzk3TTEuODUyIDIuMjQ5djEuNDU1TTIuOTEgMy4zMDd2LjM5N00yLjkxIDIuNTE0VjEuMDU4Ii8+PC9zdmc+)}.icon-star{width:18px;height:18px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCA0Ljc2MiA0Ljc2MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHlsZT0iZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojZmZmO3N0cm9rZS13aWR0aDouNTU5MTgxO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MTtwYWludC1vcmRlcjpub3JtYWwiIGQ9Im0zLjcyNyA0LjI1LTEuMzU5LS41ODgtMS4zNTcuNTkxLjE0LTEuNDc0LS45ODItMS4xMDggMS40NDQtLjMyMy43NTEtMS4yNzYuNzU0IDEuMjc0IDEuNDQ1LjMyLS45NzggMS4xMVoiIHRyYW5zZm9ybT0ibWF0cml4KC45NDY2IDAgMCAuOTQ2MDUgLjE0MiAuMzU1KSIvPjwvc3ZnPg==)}.icon-remove,.icon-star{display:inline-flex;background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-remove{width:16px;height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA0LjIzMyA0LjIzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHlsZT0iZmlsbDojMDAwO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojZDQ1YzAwO3N0cm9rZS13aWR0aDouNzkzNzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiBkPSJtLjUzLjUzIDMuMTc0IDMuMTc0TS41MyAzLjcwNCAzLjcwMy41MyIvPjwvc3ZnPg==)}.icon-telegram,.icon-telegram-white{display:inline-flex;width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBkPSJNMjUgMmMxMi43MDMgMCAyMyAxMC4yOTcgMjMgMjNTMzcuNzAzIDQ4IDI1IDQ4IDIgMzcuNzAzIDIgMjUgMTIuMjk3IDIgMjUgMnptNy45MzQgMzIuMzc1Yy40MjMtMS4yOTggMi40MDUtMTQuMjM0IDIuNjUtMTYuNzgzLjA3NC0uNzcyLS4xNy0xLjI4NS0uNjQ4LTEuNTE0LS41NzgtLjI3OC0xLjQzNC0uMTM5LTIuNDI3LjIxOS0xLjM2Mi40OTEtMTguNzc0IDcuODg0LTE5Ljc4IDguMzEyLS45NTQuNDA1LTEuODU2Ljg0Ny0xLjg1NiAxLjQ4NyAwIC40NS4yNjcuNzAzIDEuMDAzLjk2Ni43NjYuMjczIDIuNjk1Ljg1OCAzLjgzNCAxLjE3MiAxLjA5Ny4zMDMgMi4zNDYuMDQgMy4wNDYtLjM5NS43NDItLjQ2MSA5LjMwNS02LjE5MSA5LjkyLTYuNjkzLjYxNC0uNTAyIDEuMTA0LjE0MS42MDIuNjQ0LS41MDIuNTAyLTYuMzggNi4yMDctNy4xNTUgNi45OTctLjk0MS45NTktLjI3MyAxLjk1My4zNTggMi4zNTEuNzIxLjQ1NCA1LjkwNiAzLjkzMiA2LjY4NyA0LjQ5Ljc4MS41NTggMS41NzMuODExIDIuMjk4LjgxMS43MjUgMCAxLjEwNy0uOTU1IDEuNDY4LTIuMDY0eiIvPjwvc3ZnPg==);background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-telegram-white{filter:brightness(0) invert(1)}.icon-play{display:inline-flex;width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCA4LjQ2NyA4LjQ2NyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHlsZT0iZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojZmZmO3N0cm9rZS13aWR0aDoxLjA1ODMzO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIgZD0iTTEuNTg3IDcuNDA4IDYuODggNC4yMzMgMS41ODggMS4wNThaIi8+PC9zdmc+);background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-next,.icon-prev{display:inline-flex;width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA2LjM1IDYuMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6MS4wNTgzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiIGQ9Ik0uOTI2IDEuNTg4djMuMTc1bDIuMTE3LTEuNTg4TC45MjYgMS41ODhNMy41NzIgMS41ODh2My4xNzVsMi4xMTctMS41ODgtMi4xMTctMS41ODciLz48L3N2Zz4=);background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-prev{transform:scaleX(-1)}.icon-rouble,.icon-rouble-white{display:inline-flex;width:20px;height:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCA1LjI5MiA1LjI5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLXdpZHRoOi41MjkxNjc7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjIwO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOm1hcmtlcnMgc3Ryb2tlIGZpbGwiIGN4PSIyLjY0NiIgY3k9IjIuNjQ2IiByPSIyLjM4MSIvPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLXdpZHRoOi41MjkxNjc7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjIwO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOm1hcmtlcnMgc3Ryb2tlIGZpbGwiIGQ9Ik0xLjk4NCAzLjk2OVYxLjMyM2guNzk0YzEuMDU4IDAgMS4wNTggMS4zMjMgMCAxLjMyM0gxLjcyTTEuNzIgMy40NGgxLjA1OCIvPjwvc3ZnPg==);background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-rouble-white{filter:brightness(0) invert(1)}.icon-close{width:18px;height:18px}.icon-close,.icon-close-white{display:inline-flex;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCA0Ljc2MiA0Ljc2MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHlsZT0iZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojYjJiMmIyO3N0cm9rZS13aWR0aDouNTI5MTY3O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIgZD0iTS4yNjUgNC40OTggNC40OTguMjY1TS4yNjUuMjY1bDQuMjMzIDQuMjMzIi8+PC9zdmc+);background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-close-white{width:12px;height:12px;filter:brightness(0) invert(1)}.icon-logo-only{width:34px;height:34px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCAxMy43NTggMTMuNzU4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHN0eWxlPSJmaWxsOiM2YmU1OWI7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNTg3NTtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjA7c3Ryb2tlLWRhc2hvZmZzZXQ6My4zO2ZpbGwtb3BhY2l0eToxIiB3aWR0aD0iMTAuNTgzIiBoZWlnaHQ9IjUuMjkyIiB4PSIxLjU4NyIgeT0iMS41ODciIHJ4PSIyLjY0NiIgcnk9IjIuMzE0Ii8+PHJlY3Qgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6My4xNzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjIwO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOm1hcmtlcnMgc3Ryb2tlIGZpbGwiIHdpZHRoPSIxMC41ODMiIGhlaWdodD0iNS4yOTIiIHg9IjEuNTg3IiB5PSIxLjU4NyIgcng9IjIuNjQ2IiByeT0iMi42NDYiLz48cGF0aCBzdHlsZT0iZGlzcGxheTppbmxpbmU7ZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS13aWR0aDozLjE3NTtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjIwO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOm1hcmtlcnMgc3Ryb2tlIGZpbGwiIGQ9Ik0xLjU4NyAxMi4xN1Y1LjgyIi8+PHJlY3Qgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2ZmODIyMTtzdHJva2Utd2lkdGg6MS4wNTgzMzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjE7cGFpbnQtb3JkZXI6bWFya2VycyBzdHJva2UgZmlsbCIgd2lkdGg9IjEwLjU4MyIgaGVpZ2h0PSI1LjI5MiIgeD0iMS41ODciIHk9IjEuNTg3IiByeD0iMi42NDYiIHJ5PSIyLjY0NiIvPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZjgyMjE7c3Ryb2tlLXdpZHRoOi42NjE0NTg7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0Oi44NzMxMjU7c3Ryb2tlLW9wYWNpdHk6MTtwYWludC1vcmRlcjpub3JtYWwiIGQ9Ik0xLjU4NyA3LjkzOFY5Ljc5TTEuNTg3IDEwLjg0OFYxMi43Ii8+PC9zdmc+)}.icon-logo-only,.icon-notice{display:inline-flex;background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-notice{width:14px;height:14px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAzLjcwNCAzLjcwNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOm5vbmU7ZmlsbC1vcGFjaXR5OjA7c3Ryb2tlOiNjM2MyYzE7c3Ryb2tlLXdpZHRoOi4yNjQ1ODQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiBjeT0iMS44NTIiIGN4PSIxLjg1MiIgcj0iMS43MiIvPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNjM2MyYzE7c3Ryb2tlLXdpZHRoOi41MjkxNjc7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiBkPSJNMS44NTIuNzcydjEuMzQ1TTEuODUyIDIuOTF2MCIvPjwvc3ZnPg==)}.icon-share{display:inline-flex;width:18px;height:18px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCA0Ljc2MiA0Ljc2MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOi4zOTY4NzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjA7c3Ryb2tlLWRhc2hvZmZzZXQ6My4zO3N0cm9rZS1vcGFjaXR5OjE7cGFpbnQtb3JkZXI6c3Ryb2tlIGZpbGwgbWFya2VycyIgY3g9IjMuNzA0IiBjeT0iLjc5NCIgcj0iLjc5NCIvPjxjaXJjbGUgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6LjM5Njg3NTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaG9mZnNldDozLjM7c3Ryb2tlLW9wYWNpdHk6MTtwYWludC1vcmRlcjpzdHJva2UgZmlsbCBtYXJrZXJzIiBjeD0iMy43MDQiIGN5PSIzLjk2OSIgcj0iLjc5NCIvPjxjaXJjbGUgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6LjM5Njg3NTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaG9mZnNldDozLjM7c3Ryb2tlLW9wYWNpdHk6MTtwYWludC1vcmRlcjpzdHJva2UgZmlsbCBtYXJrZXJzIiBjeD0iMS4wNTgiIGN5PSIyLjM4MSIgcj0iLjc5NCIvPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOi41MjkxNjc7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjMuMztzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOnN0cm9rZSBmaWxsIG1hcmtlcnMiIGQ9Ik0zLjcwNC43OTQgMS4wNTggMi4zOCAzLjcwNCAzLjk3Ii8+PC9zdmc+);background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-calculator{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA2LjM1IDYuMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iYSI+PHBhdGggc3R5bGU9ImNvbG9yOiMwMDA7ZmlsbDojZmZmO3N0cm9rZS13aWR0aDouOTk5OTk1O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDowO3N0cm9rZS1kYXNob2Zmc2V0OjMuMzstaW5rc2NhcGUtc3Ryb2tlOm5vbmU7cGFpbnQtb3JkZXI6c3Ryb2tlIGZpbGwgbWFya2VycyIgY2xhc3M9InBvd2VyY2xpcCIgZD0iTS01LTVoMTYuMzV2MTYuMzVILTVabTcuMTYzIDYuMDU4YS4yNzYuMjgyIDAgMCAwLS4yNzcuMjgydi41NjRoLS41NTJhLjI3Ni4yODIgMCAwIDAtLjI3Ni4yODQuMjc2LjI4MiAwIDAgMCAuMjc2LjI4MmguNTUydi41NjNhLjI3Ni4yODIgMCAwIDAgLjI3Ny4yODIuMjc2LjI4MiAwIDAgMCAuMjc2LS4yODJWMi40N2guNTUyYS4yNzYuMjgyIDAgMCAwIC4yNzYtLjI4Mi4yNzYuMjgyIDAgMCAwLS4yNzYtLjI4NGgtLjU1MlYxLjM0YS4yNzYuMjgyIDAgMCAwLS4yNzYtLjI4MlptMS43NDguODQ2YS4yNzYuMjgyIDAgMCAwLS4yNzYuMjg0LjI3Ni4yODIgMCAwIDAgLjI3Ni4yODJoMS4xMDVhLjI3Ni4yODIgMCAwIDAgLjI3Ni0uMjgyLjI3Ni4yODIgMCAwIDAtLjI3Ni0uMjg0Wk0xLjYxIDMuNmEuMjc2LjI4MiAwIDAgMC0uMTk2LjA4Mi4yNzYuMjgyIDAgMCAwIDAgLjM5OGwuMzU4LjM2Ni0uMzU4LjM2NWEuMjc2LjI4MiAwIDAgMCAwIC4zOTguMjc2LjI4MiAwIDAgMCAuMzkyIDBsLjM1Ny0uMzY0LjM1Ni4zNjRhLjI3Ni4yODIgMCAwIDAgLjM5MiAwIC4yNzYuMjgyIDAgMCAwIDAtLjM5OGwtLjM1OC0uMzY1LjM1OC0uMzY2YS4yNzYuMjgyIDAgMCAwIDAtLjM5OC4yNzYuMjgyIDAgMCAwLS4xOTYtLjA4Mi4yNzYuMjgyIDAgMCAwLS4xOTYuMDgybC0uMzU2LjM2NC0uMzU3LS4zNjRhLjI3Ni4yODIgMCAwIDAtLjE5Ni0uMDgyWm0yLjMgMGEuMjc2LjI4MiAwIDAgMC0uMjc1LjI4Mi4yNzYuMjgyIDAgMCAwIC4yNzYuMjgyaDEuMTA1YS4yNzYuMjgyIDAgMCAwIC4yNzYtLjI4Mi4yNzYuMjgyIDAgMCAwLS4yNzYtLjI4MlptMCAuODQ1YS4yNzYuMjgyIDAgMCAwLS4yNzUuMjgzLjI3Ni4yODIgMCAwIDAgLjI3Ni4yODNoMS4xMDVhLjI3Ni4yODIgMCAwIDAgLjI3Ni0uMjgzLjI3Ni4yODIgMCAwIDAtLjI3Ni0uMjgzWiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxwYXRoIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlLXdpZHRoOi43OTM3NTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6My4zO3BhaW50LW9yZGVyOnN0cm9rZSBmaWxsIG1hcmtlcnMiIGNsaXAtcGF0aD0idXJsKCNhKSIgZD0iTTIuMTE3IDBoMi4xMTZDNS40MDYgMCA2LjM1Ljk0NCA2LjM1IDIuMTE3djIuMTE2QTIuMTEyIDIuMTEyIDAgMCAxIDQuMjMzIDYuMzVIMi4xMTdBMi4xMTIgMi4xMTIgMCAwIDEgMCA0LjIzM1YyLjExN0MwIC45NDQuOTQ0IDAgMi4xMTcgMFoiLz48L3N2Zz4=)}.icon-application,.icon-calculator{display:inline-flex;width:24px;height:24px;background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-application{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA2LjM1IDYuMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6LjUyOTE2NztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6My4zO3N0cm9rZS1vcGFjaXR5OjE7cGFpbnQtb3JkZXI6c3Ryb2tlIGZpbGwgbWFya2VycyIgd2lkdGg9IjIuMTE3IiBoZWlnaHQ9IjIuMTE3IiB4PSIuNTI5IiB5PSIuNTI5IiByeD0iLjQ3IiByeT0iLjQ3Ii8+PHJlY3Qgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6LjUyOTE2NztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6My4zO3N0cm9rZS1vcGFjaXR5OjE7cGFpbnQtb3JkZXI6c3Ryb2tlIGZpbGwgbWFya2VycyIgd2lkdGg9IjIuMTE3IiBoZWlnaHQ9IjIuMTE3IiB4PSIzLjcwNCIgeT0iLjUyOSIgcng9Ii40NyIgcnk9Ii40NyIvPjxyZWN0IHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOi41MjkxNjc7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjMuMztzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOnN0cm9rZSBmaWxsIG1hcmtlcnMiIHdpZHRoPSIyLjExNyIgaGVpZ2h0PSIyLjExNyIgeD0iLjUyOSIgeT0iMy43MDQiIHJ4PSIuNDciIHJ5PSIuNDciLz48Y2lyY2xlIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOi41MjkxNjc7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjMuMztzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOnN0cm9rZSBmaWxsIG1hcmtlcnMiIGN4PSI0Ljc2MiIgY3k9IjQuNzYyIiByPSIxLjA1OCIvPjwvc3ZnPg==)}.icon-shovel{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA2LjM1IDYuMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6Ljc5Mzc1O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDowO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDozLjM7c3Ryb2tlLW9wYWNpdHk6MTtwYWludC1vcmRlcjpzdHJva2UgZmlsbCBtYXJrZXJzIiBkPSJNMi4xMTcgMS4zMjMuNTI5IDIuOTFDMCAzLjcwNCAwIDUuMjkyLjI2NSA2LjA4NWMuNzkzLjI2NSAyLjY0NS4yNjUgMy4xNzUtLjI2NGwxLjU4Ny0xLjU4OEwzLjk3IDMuMTc1bC0uNTMuNTNjLS41MjkuNTI4LTEuMzIyLS4yNjUtLjc5My0uNzk1bC41MjktLjUyOVoiLz48cGF0aCBzdHlsZT0iZmlsbDojZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDouNzkzNzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjMuMztzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOnN0cm9rZSBmaWxsIG1hcmtlcnMiIGQ9Ik0zLjcwNCAxLjg1MmMtLjUyOS41My4yNjUgMS4zMjMuNzk0Ljc5NGwxLjU4Ny0xLjU4OGMuNTMtLjUyOS0uMjY0LTEuMzIzLS43OTMtLjc5M1oiLz48L3N2Zz4=)}.icon-pause,.icon-shovel{display:inline-flex;width:24px;height:24px;background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-pause{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA2LjM1IDYuMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3R5bGU9ImZpbGw6IzAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6MS4wNTgzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6My4zO3N0cm9rZS1vcGFjaXR5OjE7cGFpbnQtb3JkZXI6c3Ryb2tlIGZpbGwgbWFya2VycyIgZD0iTTEuODUyIDEuMDU4djQuMjM0TTQuNDk4IDEuMDU4djQuMjM0Ii8+PC9zdmc+)}.icon-location{height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0LjIzMyA2LjM1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImEiPjxwYXRoIHN0eWxlPSJmaWxsOiMwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOi43OTM3NTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46YmV2ZWw7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaG9mZnNldDozLjM7cGFpbnQtb3JkZXI6c3Ryb2tlIGZpbGwgbWFya2VycyIgY2xhc3M9InBvd2VyY2xpcCIgZD0iTS01LTVIOS4yMzN2MTYuMzVILTVabTguMTc1IDcuMTE3YTEuMDU4Ljk5MiAwIDAgMC0xLjA1OC0uOTkzIDEuMDU4Ljk5MiAwIDAgMC0xLjA1OS45OTMgMS4wNTguOTkyIDAgMCAwIDEuMDU5Ljk5MiAxLjA1OC45OTIgMCAwIDAgMS4wNTgtLjk5MloiLz48L2NsaXBQYXRoPjwvZGVmcz48cGF0aCBzdHlsZT0iZGlzcGxheTppbmxpbmU7ZmlsbDojZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDouNzkzNzUzO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpiZXZlbDtzdHJva2UtbWl0ZXJsaW1pdDowO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDozLjM7c3Ryb2tlLW9wYWNpdHk6MTtwYWludC1vcmRlcjpzdHJva2UgZmlsbCBtYXJrZXJzIiBkPSJNMCAyLjExN0MwIDEuMDU4Ljc5NCAwIDIuMTE3IDBzMi4xMTYgMS4wNTggMi4xMTYgMi4xMTdjMCAxLjMyMy0xLjg1MiAzLjk2OC0yLjExNiA0LjIzM0MxLjg1MiA2LjA4NSAwIDMuNDQgMCAyLjExN1oiIGNsaXAtcGF0aD0idXJsKCNhKSIvPjwvc3ZnPg==)}.icon-location,.icon-sound{display:inline-flex;width:16px;background-size:cover;background-repeat:no-repeat;background-position:50%}.icon-sound{height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA0LjIzMyA0LjIzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHlsZT0iZGlzcGxheTppbmxpbmU7b3BhY2l0eToxO2ZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6LjUyOTE2NztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6My4zO3N0cm9rZS1vcGFjaXR5OjE7cGFpbnQtb3JkZXI6c3Ryb2tlIGZpbGwgbWFya2VycyIgZD0iTS4yNjUgMS41ODd2MS4wNTloLjc5M2wuNzk0IDEuMDU4Vi41M2wtLjc5NCAxLjA1OEguMjY1Ii8+PHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOm5vbmU7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOi4yNjQ1ODM7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjMuMztzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOnN0cm9rZSBmaWxsIG1hcmtlcnMiIGQ9Ik0zLjQ0LjUzYy43MjcuNzkzLjcyNyAyLjM4IDAgMy4xNzQiLz48cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6bm9uZTtmaWxsLW9wYWNpdHk6MTtzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6LjI2NDU4MztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6My4zO3N0cm9rZS1vcGFjaXR5OjE7cGFpbnQtb3JkZXI6c3Ryb2tlIGZpbGwgbWFya2VycyIgZD0iTTIuOTEgMS4wNThjLjUzLjUzLjUzIDEuNTg4IDAgMi4xMTciLz48L3N2Zz4=)}.save-favorite{margin-right:16px;margin-bottom:4px}.save-favorite__btn{display:inline-flex;align-items:center}.save-favorite__btn--adding{background-color:#23c764!important;box-shadow:2px 2px 1px 0 #188643!important}.save-favorite__icon{display:inline-flex;align-items:center;margin-right:8px}.save-favorite__text{font-size:14px;color:#fff;min-width:85px}.favorite-results{margin-top:24px}.favorite-results__title{display:inline-flex;align-items:center}@media screen and (max-width:800px){.favorite-results__title{padding-left:4px;padding-right:4px}}.favorite-results__title-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:12px;background-color:#ff8221;border-radius:5px}@media screen and (max-width:800px){.favorite-results__title-icon{margin-right:8px}}.favorite-results__title-text{display:inline-flex;align-items:center;font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:18px;text-transform:none}@media screen and (max-width:800px){.favorite-results__title-text{line-height:1.3em;font-size:16px}}.favorite-results__cnt{display:inline-flex;margin-left:12px;align-self:center;background-color:#fff;padding:2px 6px;border-radius:2px;color:#848280;font-size:14px;line-height:1.2em;font-weight:700;border-radius:5px;box-shadow:0 0 10px 1px #dcdcdb}@media screen and (max-width:800px){.favorite-results__cnt{margin-left:8px}}.favorite-results__table{margin-top:12px}.favorite-table .table__row{cursor:pointer;min-width:100%}.favorite-table .table__content .table__row:before{content:"";background-color:transparent}.favorite-table .table__content .table__row:active,.favorite-table .table__content .table__row:hover{position:relative;font-weight:700}.favorite-table .table__content .table__row:active:before,.favorite-table .table__content .table__row:hover:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background-color:#ff8221;transition:all .1s ease 0s}@media screen and (max-width:800px){.favorite-table .table__content .table__row:active:before,.favorite-table .table__content .table__row:hover:before{width:2px}}.favorite-table .table__content{min-height:66px}.favorite-table .table__col{justify-content:flex-start;padding-top:8px;padding-bottom:8px;flex-grow:1;flex-shrink:1;flex-basis:100%;min-width:85px}@media screen and (max-width:800px){.favorite-table .table__col{letter-spacing:-.03em}.favorite-table .table__col:first-child{padding-left:8px}}.favorite-table__col-actions{flex-grow:0!important;flex-shrink:1!important;justify-content:flex-end!important;min-width:35px!important;padding:0!important;flex-basis:35px!important}.favorite-table__btn-remove{display:flex;align-items:center;justify-content:center;width:40px;height:100%}.favorite-table__btn-remove>span{opacity:.4}.favorite-table__btn-remove:hover>span{opacity:1}.favorite-table__more-less{display:inline-flex;width:-webkit-min-content;width:-moz-min-content;width:min-content;white-space:nowrap;cursor:pointer;color:#0f181b;font-size:14px;padding:12px 12px}.favorite-table__more-less:hover{text-decoration:underline}@media screen and (max-width:800px){.favorite-table__more-less{padding-left:8px}}.dialog{position:fixed;top:0;left:0;bottom:0;right:0;z-index:100;background-color:rgba(0,0,0,.5);max-height:100%;display:flex;justify-content:center;align-items:center}.dialog__window{display:flex;flex-direction:column;position:relative;background-color:#fff;width:100%;max-width:500px;max-height:calc(100% - 24px);height:auto;color:#0f181b;box-shadow:0 0 5px 1px #848280;white-space:normal;border-radius:5px;overflow-y:auto;margin:12px}.dialog__header{position:relative;display:flex;padding:20px 20px 10px 20px}@media screen and (max-width:800px){.dialog__header{padding:20px 12px 5px 12px}}.dialog__title{font-size:22px;font-weight:700;padding-right:32px;width:100%}@media screen and (max-width:800px){.dialog__title{font-size:18px}}.dialog__close{display:inline-flex;position:absolute;top:24px;right:24px;cursor:pointer}@media screen and (max-width:800px){.dialog__close{top:20px;right:20px}}.dialog__content{display:flex;flex-direction:column;width:100%;padding:20px}@media screen and (max-width:800px){.dialog__content{padding:12px}}.native-partner-box{margin-top:24px}.native-partner-box__title{display:flex;width:100%;justify-content:center;align-items:center;margin-bottom:12px;text-align:center;font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:18px;text-transform:none}@media screen and (max-width:800px){.native-partner-box__title{line-height:1.3em;font-size:16px}}.native-partner-box__content{margin-bottom:16px}.native-partner-box__btn-box,.native-partner-box__content{display:flex;flex-direction:column;justify-content:center;align-items:center}.native-partner-box__btn-box{width:100%}.native-partner-box__btn-box .btn{width:100%;justify-content:center;max-width:420px;font-size:16px;padding-top:8px;padding-bottom:8px}.native-partner-box__marking{display:flex;justify-content:center;align-items:center;margin-top:6px}.native-partner-box__marking-text{font-size:12px;color:#c3c2c1}.native-partner-box__marking-info{display:flex;align-items:center;justify-content:center;margin-left:4px;position:relative}.native-partner-box__marking-info-icon{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.native-partner-box__marking-info-box{position:absolute;z-index:10;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);background-color:#fff;padding:8px;border-radius:4px;font-size:12px;color:#848280;white-space:nowrap;box-shadow:0 0 3px 1px #c3c2c1}.carousel{position:relative;overflow:hidden;width:100%}.carousel__track-container{display:flex;overflow:hidden;width:100%}.carousel__track{display:flex;transition:transform .5s ease;width:100%}.carousel__slide{min-width:100%;box-sizing:border-box;padding:0 32px}.carousel__button{position:absolute;top:50%;transform:translateY(-50%);border:none;width:24px;height:32px;cursor:pointer;z-index:10}.carousel__button:before{content:"";position:absolute;left:50%;top:50%;display:inline-flex;width:16px;height:16px;border-color:#c3c2c1;border-radius:1px;transform:rotate(-45deg) translate(-50%,-50%);transform-origin:left top;position:relative}.carousel__button--left{left:8px}.carousel__button--left:before{border-left-width:1px;border-top-width:1px;border-left-style:solid;border-top-style:solid}.carousel__button--right{right:8px}.carousel__button--right:before{border-right-width:1px;border-bottom-width:1px;border-right-style:solid;border-bottom-style:solid}.start-pause-btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:120px;height:120px;background-color:#ff8221;color:#fafbf9;box-shadow:2px 2px 1px 0 #ff7408;border-radius:3px;cursor:pointer;position:relative;left:0;top:0;transition:all .1s ease;border-radius:50%;transition:none}.start-pause-btn--active,.start-pause-btn:active,.start-pause-btn:hover{background-color:#ed6800;box-shadow:2px 2px 1px 0 #d45c00;color:#fafbf9;text-decoration:none}.start-pause-btn:active{left:2px;top:2px;box-shadow:0 0 1px 0 #d45c00}.start-pause-btn--pause{background-color:#23c764;color:#fafbf9;box-shadow:2px 2px 1px 0 #1fb159;border-radius:3px;cursor:pointer;position:relative;left:0;top:0;transition:all .1s ease;border-radius:50%;transition:none}.start-pause-btn--pause--active,.start-pause-btn--pause:active,.start-pause-btn--pause:hover{background-color:#1b9c4e;box-shadow:2px 2px 1px 0 #188643;color:#fafbf9;text-decoration:none}.start-pause-btn--pause:active{left:2px;top:2px;box-shadow:0 0 1px 0 #188643}.start-pause-btn__icon-box{display:inline-flex;align-items:center;justify-content:center}.start-pause-btn__icon{width:40px;height:40px;position:relative;left:0}.start-pause-btn--pause .start-pause-btn__icon{left:2px}.start-pause-btn__text{font-size:10px;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-top:4px}.animate-start-pause-enter-active{transition:all .2s ease}.animate-start-pause-leave-active{transition:all .1s ease}.animate-start-pause-enter-from{opacity:0;transform:scale(.8)}.animate-start-pause-enter-to,.animate-start-pause-leave-from{opacity:1}.animate-start-pause-leave-to{opacity:0;transform:scale(.8)}.tab-content{display:flex;flex-direction:column;width:100%}.tab-content__tabs{display:flex;justify-content:space-between}.tab-content__item{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;cursor:pointer;padding:4px 2px;color:#848280;border-bottom:1px solid hsla(0,0%,100%,0);background-color:#f5f5f5;transition:all .1s ease 0s}.tab-content__item:first-child{border-radius:8px 0 0 0}.tab-content__item:last-child{border-radius:0 8px 0 0}@media screen and (max-width:800px){.tab-content__item{padding:4px 2px}}.tab-content__item--active{background-color:#23c764;color:#fff}.tab-content__item:active,.tab-content__item:hover{border-bottom:1px solid #23c764}.tab-content__name{display:inline-flex;justify-content:center;font-size:14px;text-align:center}@media screen and (max-width:800px){.tab-content__name{font-size:12px}}.tab-content__content{display:flex;flex-direction:column;width:100%}.tab-content-animate-enter-active,.tab-content-animate-leave-active{transition:.15s ease}.tab-content-animate-enter-from{opacity:0;transform:translateX(-20px)}.tab-content-animate-leave-to{opacity:0;transform:translateX(20px)}.container{display:inline-flex;width:800px;justify-content:flex-start;flex-direction:column}@media screen and (max-width:800px){.container{width:100%}}.content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1 0 auto;margin-top:60px;padding:24px 0;transition:margin-top .2s ease}@media screen and (max-width:800px){.content{margin-top:88px}.header-hide-menu .content{margin-top:60px}}.horizontal-aaa-42{display:block;text-align:center;align-self:flex-start}.horizontal-aaa-42>div{width:100%;height:100%;max-width:100%;max-height:100%}.vertical-aaa-42{display:block;text-align:center;align-self:flex-start}.vertical-aaa-42>div{width:100%;height:100%;max-width:100%;max-height:100%}.header-logo{display:inline-flex;align-items:center}@media screen and (max-width:800px){.header-logo{position:relative;top:-23px;transition:top .2s ease}.header-hide-menu .header-logo{top:0}}.header-logo__link{display:inline-flex;align-items:center}.header-logo__link:hover{text-decoration:none}.header-logo__icon{display:inline-flex;align-items:center;justify-content:center;margin-right:12px}@media screen and (max-width:800px){.header-logo__icon{margin-right:8px}}.header-logo__text{display:inline-flex;color:#fafbf9;font-size:24px;letter-spacing:.08em;font-weight:700;transition:font-size .2s ease,top .2s ease}@media screen and (max-width:800px){.header-logo__text{position:relative;top:-4px;font-size:18px}.header-hide-menu .header-logo__text{font-size:24px;top:0}}.header-menu{display:inline-flex;align-items:center;height:100%}@media screen and (max-width:800px){.header-menu{position:absolute;right:8px;bottom:4px;width:100%;max-width:calc(100% - 32px);height:auto;justify-content:space-between}.header-hide-menu .header-menu{position:relative;right:0;bottom:0;width:auto}}.header-menu__buttons{display:flex;align-items:center;justify-content:flex-start;height:100%;width:100%;min-width:0;-webkit-animation:show-header-buttons .2s ease forwards;animation:show-header-buttons .2s ease forwards}@media screen and (max-width:800px){.header-hide-menu .header-menu__buttons{display:none}}@-webkit-keyframes show-header-buttons{0%{display:flex;opacity:0}to{opacity:1}}@keyframes show-header-buttons{0%{display:flex;opacity:0}to{opacity:1}}.header-menu__mobile-btn{display:none;height:100%;align-items:center;cursor:pointer;padding:0 20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .1s ease 0s}@media screen and (max-width:800px){.header-hide-menu .header-menu__mobile-btn{display:inline-flex;-webkit-animation:show-mobile-btn .2s ease forwards;animation:show-mobile-btn .2s ease forwards}}@-webkit-keyframes show-mobile-btn{0%{display:inline-flex;opacity:0}to{opacity:1}}@keyframes show-mobile-btn{0%{display:inline-flex;opacity:0}to{opacity:1}}.header-menu__mobile-btn-icon{display:inline-flex;flex-direction:column;justify-content:space-between;width:20px;height:20px;cursor:pointer}.header-menu__mobile-btn-icon span{width:100%;height:4px;background-color:#fafbf9;border-radius:1px}.menu-button{display:inline-flex;flex-direction:column;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}@media screen and (max-width:800px){.menu-button{flex-grow:1;flex-shrink:0;min-width:0;position:static}}.menu-button:not(:last-child){margin-right:4px}.menu-button__box{display:inline-flex;flex-direction:column;align-items:center;cursor:pointer;padding:4px 12px;border-radius:8px;min-width:80px;transition:all .1s ease 0s}@media screen and (max-width:800px){.menu-button__box{width:100%;padding-left:4px;padding-right:4px;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}}@media screen and (max-width:340px){.menu-button__box{padding-left:0;padding-right:0;border-radius:8px}}.menu-button__box--active,.menu-button__box:active,.menu-button__box:hover{background-color:#ed6800;box-shadow:1px 1px 2px 0 #d45c00}.menu-button__icon-box{display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}.menu-button__icon-box,.menu-button__icon-box span{width:24px;height:24px}@media screen and (max-width:800px){.menu-button__icon-box,.menu-button__icon-box span{width:20px;height:20px}}.menu-button__text{font-size:12px;color:#fafbf9;text-transform:uppercase;letter-spacing:.03em}@media screen and (max-width:800px){.menu-button__text{font-size:10px;letter-spacing:.01em}}@media screen and (max-width:340px){.menu-button__text{letter-spacing:-.02em}}.menu-button__menu{position:absolute;z-index:10;top:calc(100% + 10px);right:0;border-radius:4px;padding:8px 0;background-color:#fff;min-width:175px;max-width:325px;width:325px;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-height:85vh;overflow-y:auto;overflow-x:hidden;touch-action:pan-y;overscroll-behavior:contain;box-shadow:0 0 10px 1px #dcdcdb}@media screen and (max-width:800px){.menu-button__menu{top:calc(100% + 4px);width:100vw;max-width:100vw;left:-24px;right:0;border-radius:0 0 16px 16px;box-shadow:0 5px 5px 1px #dcdcdb;max-height:75vh}}.menu-links,.menu-links__item{display:flex;flex-direction:column}.menu-links__link{display:inline-flex;width:100%;align-items:center;color:#0f181b;padding:8px 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .1s ease 0s}.menu-links__link.router-link-active,.menu-links__link:active,.menu-links__link:hover{background-color:#ff8221;color:#fff;text-decoration:none}.menu-links__link.router-link-active .menu-links__icon,.menu-links__link:active .menu-links__icon,.menu-links__link:hover .menu-links__icon{background-color:#fff}.menu-links__icon{display:inline-flex;align-items:center;justify-content:center;margin-right:8px;width:4px;height:4px;border-radius:50%;background-color:#c3c2c1;flex-shrink:0}.menu-links__text{font-size:16px}.header-special-menu{display:flex;flex-direction:column;width:100%;min-width:245px;align-items:center;justify-content:center;white-space:nowrap;margin:4px 0 12px 0;padding:0 12px}.header-special-menu__btn{width:100%;height:32px;justify-content:center}.header-special-menu__icon-box{display:flex;align-items:center;justify-content:flex-start;width:24px;flex-shrink:0}.header-special-menu__text{font-size:14px;font-weight:700}.header-special-menu__loading{width:6px;aspect-ratio:1;border-radius:50%;-webkit-animation:loader-3-dots 1s linear infinite alternate;animation:loader-3-dots 1s linear infinite alternate}@-webkit-keyframes loader-3-dots{0%{box-shadow:8px 0 #fff,-8px 0 #ff8221;background:#fff}33%{box-shadow:8px 0 #fff,-8px 0 #ff8221;background:#ff8221}66%{box-shadow:8px 0 #ff8221,-8px 0 #fff;background:#ff8221}to{box-shadow:8px 0 #ff8221,-8px 0 #fff;background:#fff}}@keyframes loader-3-dots{0%{box-shadow:8px 0 #fff,-8px 0 #ff8221;background:#fff}33%{box-shadow:8px 0 #fff,-8px 0 #ff8221;background:#ff8221}66%{box-shadow:8px 0 #ff8221,-8px 0 #fff;background:#ff8221}to{box-shadow:8px 0 #ff8221,-8px 0 #fff;background:#fff}}.header-special-menu__desc{font-size:11px;margin-top:2px;letter-spacing:-.03em;color:#c3c2c1}.configs-app{display:flex;flex-direction:column;justify-content:center}.configs-app__select-box{display:flex;align-items:center;width:100%}.configs-app__btn-box{margin-top:12px}.header{position:fixed;top:0;left:0;right:0;z-index:90;display:flex;justify-content:center;align-items:center;background-color:#ff8221;height:60px;box-shadow:0 0 10px 1px #ff9f54;transition:height .2s ease}@media screen and (max-width:800px){.header{height:88px}.header-hide-menu .header{height:60px}}.header .container{justify-content:space-between;flex-direction:row;align-items:center;height:100%;transition:padding-top .2s ease}@media screen and (max-width:800px){.header .container{padding:8px 0 0 8px;position:relative}.header-hide-menu .header .container{padding-top:0;align-items:center}}.footer-links{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:wrap}@media screen and (max-width:800px){.footer-links{margin-bottom:16px;align-items:flex-start}}.footer-links__title{font-size:16px;font-weight:700;margin-bottom:12px;color:#0f181b}.footer-links__box{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:nowrap;width:550px}@media screen and (max-width:570px){.footer-links__box{width:100%;flex-direction:column}}.footer-links__col{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;flex-shrink:0}@media screen and (max-width:570px){.footer-links__col{width:100%;align-items:flex-start}}.footer-links__link{display:inline-flex;align-items:center;justify-content:center;font-size:14px;color:#0f181b;text-align:left}.footer-links__link:before{content:"";margin-right:8px;width:4px;height:4px;border-radius:50%;background-color:#c3c2c1;flex-shrink:0}.footer-links__link:not(:last-child){margin-bottom:8px}@media screen and (max-width:800px){.footer-links__link:not(:last-child){margin-bottom:0}.footer-links__link{padding:6px}}.footer-links__link-icon{display:inline-flex;margin-right:4px}.footer-links__link-text{display:inline-flex}.footer-links--info{align-items:flex-end}@media screen and (max-width:800px){.footer-links--info{align-items:flex-start}}.footer-links--info .footer-links__box{width:auto}.footer-links--info .footer-links__col{align-items:flex-end}@media screen and (max-width:800px){.footer-links--info .footer-links__col{align-items:flex-start}}.footer{display:flex;justify-content:center;align-items:center;flex:0 0 auto;padding:16px 0;background-color:#fff;box-shadow:0 0 10px 1px #dcdcdb}.footer .container{flex-direction:column}@media screen and (max-width:800px){.footer .container{padding:0 8px}}.footer__copy{display:flex;justify-content:center;font-size:12px;font-weight:700;color:#ff8221;margin-top:16px;text-transform:uppercase}.footer__links{display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:800px){.footer__links{flex-direction:column}}.page-loader{display:inline-flex;flex-direction:column;align-items:center;margin:40px 0}.page-loader__icon{margin-bottom:10px}.page-loader__text{font-size:14px;color:#848280}.dialog-cookie{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:10;width:650px;min-height:60px;display:flex;justify-content:center;align-items:center;padding:0 12px;background-color:rgba(237,104,0,.8);box-shadow:0 0 8px #c3c2c1;border-radius:8px}@media screen and (max-width:800px){.dialog-cookie{width:calc(100% - 8px);bottom:4px}}.dialog-cookie__text{display:inline-flex;justify-content:center;text-align:center;font-size:14px;color:#fff;margin-right:16px}@media screen and (max-width:800px){.dialog-cookie__text{font-size:12px;padding:8px 0;margin-right:8px}}.dialog-cookie__button{position:relative;display:inline-flex;justify-content:center;align-items:center;padding:0 16px;cursor:pointer;min-width:100px;min-height:40px;border-radius:25px;overflow:hidden;transition:all .1s ease 0s}.dialog-cookie__button:hover{background-color:#188643}.dialog-cookie__button:before{content:"";position:absolute;z-index:-2;left:-12.5%;top:-100%;width:125%;height:300%;background-color:#fff;background-repeat:no-repeat;background-image:conic-gradient(#23c764 0deg,#23c764 0deg 30deg,#fff 30deg);-webkit-animation:rotate-around 4s linear infinite;animation:rotate-around 4s linear infinite}@-webkit-keyframes rotate-around{to{transform:rotate(1turn)}}@keyframes rotate-around{to{transform:rotate(1turn)}}.dialog-cookie__button:after{content:"";position:absolute;z-index:-1;left:2px;top:2px;width:calc(100% - 4px);height:calc(100% - 4px);background-color:#23c764;border-radius:25px}.dialog-cookie__button-text{display:inline-flex;color:#fff;font-size:16px;font-weight:700;position:relative;z-index:10}@media screen and (max-width:800px){.dialog-cookie__button-text{font-size:14px}}.cookies-transition-enter-active{transition:all .5s ease .3s}.cookies-transition-leave-active{transition:all .3s ease}.cookies-transition-enter-from{opacity:0;transform:translate(-50%,100%) scale(.9)}.cookies-transition-leave-to{opacity:0;transform:translate(100%)}.parameter-calc{display:flex;flex-direction:column}.parameter-calc:not(:last-child){margin-bottom:16px}@media screen and (max-width:800px){.parameter-calc:not(:last-child){margin-bottom:12px}}.parameter-calc__title{margin:0 0 8px 0;font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:18px;text-transform:none}@media screen and (max-width:800px){.parameter-calc__title{line-height:1.3em;font-size:16px}}.parameter-calc__content{display:flex;align-items:flex-start;flex-wrap:wrap}@media screen and (max-width:800px){.parameter-calc__content{flex-direction:column}}.parameter-calc__calculated-box{display:inline-flex;margin:4px 16px 0 0}@media screen and (max-width:800px){.parameter-calc__calculated-box{margin-right:8px}}.parameter-calc__calculated{position:relative;display:inline-flex;width:20px;height:20px;background-color:#fafbf9;border-radius:50%;border:1px solid #ff8221;cursor:pointer}.parameter-calc__calculated:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background-color:#ff8221;border-radius:50%;opacity:0;transition:all .1s ease 0s}.parameter-calc__calculated--active:before{opacity:1}.parameter-calc__field-box{display:flex;align-items:flex-start;flex-wrap:wrap}.parameter-calc__field-calculated{display:flex;align-items:flex-start;flex-wrap:nowrap}.select-calc-parameter{position:relative;display:inline-flex;justify-content:center;align-items:center;width:32px;height:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-calc-parameter__current{display:inline-flex;justify-content:space-between;align-items:center;width:100%;height:100%;cursor:pointer;border:1px solid #e9e8e8;border-radius:5px;background-color:#fff;transition:all .1s ease 0s}.select-calc-parameter__current-text{display:inline-flex;justify-content:center;font-size:12px;margin-left:4px;width:10px;color:#848280}.select-calc-parameter__arrow{position:relative;display:inline-flex;width:6px;height:6px;margin-right:5px;flex-shrink:0;border-right:1px solid #848280;border-top:1px solid #848280;transition:all .2s ease}.select-calc-parameter__arrow--down{top:-1px;transform:rotate(135deg)}.select-calc-parameter__arrow--top{top:2px;transform:rotate(135deg) scale(-1)}.select-calc-parameter__select{position:absolute;left:0;top:calc(100% + 6px);z-index:20;background-color:#fff;border-radius:5px;padding:6px 0;box-shadow:0 0 10px 1px #dcdcdb}.select-calc-parameter__option{display:inline-flex;width:100%;cursor:pointer;font-size:14px;padding:4px 6px;white-space:nowrap;color:#0f181b;transition:all .1s ease 0s}.select-calc-parameter__option--active,.select-calc-parameter__option:active,.select-calc-parameter__option:hover{background-color:#c3c2c1;color:#fff}.parameter-field:not(:last-child){margin-right:12px}.parameter-field__input-box{width:120px}.parameter-field__name{margin:4px 0 0 12px;font-size:10px;text-transform:uppercase;letter-spacing:.05em;line-height:1.2em;color:#848280}.parameter-field--pace .parameter-field__input-box,.parameter-field--time .parameter-field__input-box{width:70px}.parameter-field--text .parameter-field__input-box{width:152px}.parameter-field--milliseconds .parameter-field__input-box{width:100px}.values-distance{display:flex;flex-wrap:wrap;margin-top:2px}@media screen and (max-width:800px){.values-distance{margin-top:12px}.values-distance--select{margin-top:4px}}.values-distance__item{margin-right:8px;padding:4px 8px;margin-bottom:4px;background-color:#23c764;color:#fafbf9;box-shadow:2px 2px 1px 0 #1fb159;border-radius:3px;cursor:pointer;position:relative;left:0;top:0;transition:all .1s ease}.values-distance__item--active,.values-distance__item:active,.values-distance__item:hover{background-color:#1b9c4e;box-shadow:2px 2px 1px 0 #188643;color:#fafbf9;text-decoration:none}.values-distance__item:active{left:2px;top:2px;box-shadow:0 0 1px 0 #188643}@media screen and (max-width:800px){.values-distance__item{padding:4px}}.values-distance__name{font-size:14px;white-space:nowrap}.values-distance__btn-more{display:inline-flex;align-items:center;padding:4px 8px;height:25px;margin-bottom:4px;cursor:pointer;color:#848280;font-size:14px}.input-share{flex-direction:column;position:relative}.input-share,.input-share__btn-box{display:inline-flex}.input-share__btn,.input-share__btn-icon{display:inline-flex;align-items:center}.input-share__btn-icon{justify-content:center;margin-right:8px}.input-share__btn-text{font-size:14px}.input-share__content{position:absolute;left:50%;margin-left:-204px;bottom:calc(100% + 6px);border-radius:5px;padding:12px;background-color:#fff;width:408px;max-width:calc(100vw - 24px);z-index:20;box-shadow:0 0 10px 1px #dcdcdb}.input-share__desc{font-size:12px;margin-bottom:8px;color:#848280}.input-share__input-box{position:relative;display:flex}@media screen and (max-width:800px){.input-share__input-box{width:100%}}.input-share__input{font-size:12px!important}.input-share__tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;z-index:50;background-color:#23c764;color:#fff;font-size:14px;transform:translateX(-50%);white-space:nowrap;padding:2px 4px;border-radius:2px}.input-share__tooltip:before{content:"";display:block;width:0;height:0;position:absolute;top:100%;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #23c764;left:calc(50% - 4px)}.calculator-form{display:flex;flex-direction:column}.calculator-form__title{margin:0 0 24px 0;font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:28px;text-transform:uppercase}@media screen and (max-width:800px){.calculator-form__title{line-height:1.3em;font-size:22px;padding:0 8px}}.action-buttons-form{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;margin-top:32px}@media screen and (max-width:800px){.action-buttons-form{margin-top:24px}}.description-form{margin-top:24px}.sneakers-box{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%}.sneaker-pace-value{display:inline-flex;margin-left:8px;font-size:14px;background-color:#ff8221;color:#fff;line-height:1em;padding:4px 8px;border-radius:3px;font-weight:700;text-align:center;padding:4px}.sneakers-carousel{width:100%;max-width:420px}.sneaker-item{display:flex;flex-direction:column;text-align:center}.sneaker-item,.sneaker-item__image{align-items:center;justify-content:center}.sneaker-item__image{display:inline-flex;width:100px;height:70px;margin-bottom:4px}.sneaker-item__image img{display:inline-flex;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.sneaker-item__name{font-size:16px;font-weight:700;margin-bottom:8px}.sneaker-item__features{font-size:14px;color:#848280;margin-bottom:2px}.sneaker-item__range{display:flex;align-items:center;font-size:14px;color:#848280}.sneaker-item__range-pace{font-size:12px;font-weight:700;margin-left:4px;color:#fff;background-color:#ff8221;padding:2px 4px;border-radius:2px}.about__title{font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:28px;text-transform:uppercase}@media screen and (max-width:800px){.about__title{line-height:1.3em;font-size:22px;padding:0 8px}}.contacts__title{font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:28px;text-transform:uppercase}@media screen and (max-width:800px){.contacts__title{line-height:1.3em;font-size:22px;padding:0 8px}}.contacts__mail-link{color:#ff8221}.application__title{font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:28px;text-transform:uppercase}@media screen and (max-width:800px){.application__title{line-height:1.3em;font-size:22px;padding:0 8px}}.application__image{display:inline-flex;margin:16px 0;height:400px}.application__image img{max-height:100%;max-width:100%}.laps-table{width:500px}.laps-col-number{min-width:55px;flex-basis:55px}.laps-col-dist{min-width:90px}.laps-col-pace,.laps-col-time{min-width:70px}.value-vo2max{display:inline-flex;align-items:flex-end}.value-vo2max__val{color:#ff8221;font-size:20px;font-weight:700}.value-vo2max__desc{color:#848280;font-size:14px;margin-left:4px}.value-imt{display:flex;justify-content:flex-start;align-items:baseline}.value-imt__val-box{display:inline-flex;align-items:flex-start;justify-content:center}.value-imt__conformity{font-size:18px;color:#0f181b;margin-left:12px}@media screen and (max-width:800px){.value-imt__conformity{font-size:16px}}.range-weight{display:flex;align-items:center;margin-top:8px}.range-weight__name{display:inline-flex;color:#0f181b;font-size:18px}.range-weight__val{display:inline-flex;margin-left:8px;font-size:14px;background-color:#ff8221;color:#fff;line-height:1em;padding:4px 8px;border-radius:3px;font-weight:700;text-align:center}.table-imt{width:600px}.imt-col-desc{min-width:300px}@media screen and (max-width:800px){.imt-col-desc{min-width:170px;max-width:170px}}.imt-col-index{min-width:120px}@media screen and (max-width:800px){.imt-col-index{min-width:120px;max-width:120px}}.imt-col-range{min-width:120px}@media screen and (max-width:800px){.imt-col-range{min-width:120px;max-width:120px}}.weight-table{width:500px}.weight-col-weight{min-width:60px}.weight-col-pace,.weight-col-time,.weight-col-vo2max{min-width:80px}.col-more-weight{color:#ff8221;font-weight:700}.col-lower-weight{color:#23c764;font-weight:700}.button-calc-pulse{display:inline-flex;margin-top:2px}.pulse-table{width:500px}.pulse-table .table__col{padding-top:8px;padding-bottom:8px;align-items:center}@media screen and (max-width:800px){.pulse-table .table__col{padding-left:2px;padding-right:2px}}.pulse-col-percent{min-width:100px;flex-basis:100px}@media screen and (max-width:800px){.pulse-col-percent{min-width:50px}}.pulse-col-zone{min-width:120px;flex-basis:120px}@media screen and (max-width:800px){.pulse-col-zone{min-width:80px}}.pulse-col-name{min-width:200px}@media screen and (max-width:800px){.pulse-col-name{min-width:160px}}.table__content .table__col.pulse-col-name{font-size:18px;color:#33525d}@media screen and (max-width:800px){.table__content .table__col.pulse-col-name{font-size:14px}}.row-zone-1,.row-zone-2,.row-zone-3,.row-zone-4,.row-zone-5{border-bottom:none}.row-zone-1{background:#ececec!important}.row-zone-2{background:#c9e5ff!important}.row-zone-3{background:#bcfcc4!important}.row-zone-4{background:#fffab4!important}.row-zone-5{background:#ffcece!important}.pulse-range{display:flex;flex-direction:column}.pulse-range__value{font-size:14px;color:#33525d;white-space:nowrap}@media screen and (max-width:800px){.pulse-range__value{font-size:12px}}.pulse-range__desc{font-size:10px;color:#918f8d}.current-pulse-box{display:flex;justify-content:center;align-items:center;align-self:center;margin-bottom:12px;width:150px;height:150px}.pulse-animation-enter-active,.pulse-animation-leave-active{transition:transform .1s}.pulse-animation-enter-from,.pulse-animation-leave-to{transform:scale(1.2)}.current-pulse-desc{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:24px;color:#d45c00;background-color:#fff5ed;padding:8px 4px;text-align:center}.current-pulse-desc__text{font-size:14px;margin-bottom:4px}.current-pulse-desc__title{font-size:14px}.rest-pulse-tooltip{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:24px;background-color:#c2f4d6;padding:8px 4px;text-align:center}.rest-pulse-tooltip__text{font-size:14px;color:#188643}.native-pulse{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:420px}.native-pulse__image{width:80px;height:auto;margin-bottom:8px}.native-pulse__image,.native-pulse__image img{display:inline-flex;justify-content:center;align-items:center}.native-pulse__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.training-col-type{min-width:120px;justify-content:flex-start}.training-col-pace{min-width:100px}.training-col-vo2max{min-width:80px}.training-col-dist{min-width:55px}.training-col-name-threshold{min-width:90px}.training-col-name-interval{min-width:110px}.training-col-name-repetition{min-width:90px}.map-box{position:relative;width:100%;height:350px;z-index:10;box-shadow:0 0 10px 1px #dcdcdb}.map-box__error{position:absolute;z-index:500;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#d45c00;padding:8px;color:#fff;font-size:14px}@media screen and (max-width:800px){.map-box{height:250px}}.map-input{min-width:0}.map-input,.map-input-file{display:inline-flex;max-width:100%}.map-input-file{position:relative;align-items:center;height:36px}.map-input-file__name{display:inline-flex;align-items:center;justify-content:flex-start;padding:0 8px;height:100%;width:250px;background-color:#fff;min-width:0;border:1px solid #e9e8e8;box-shadow:0 0 3px 0 #e9e8e8;border-radius:5px 0 0 5px;color:#0f181b;transition:all .1s ease 0s}.map-input-file__text{display:block;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;color:#0f181b;font-size:16px}@media screen and (max-width:800px){.map-input-file__text{font-size:14px}}.map-input-file__input{position:absolute;z-index:-1;opacity:0;display:block;width:0;height:0}.map-input-file__btn{display:inline-flex;align-items:center;padding:0 8px;height:100%;cursor:pointer;background-color:#23c764;color:#fff;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;border-radius:0 5px 5px 0;transition:all .1s ease 0s}@media screen and (max-width:800px){.map-input-file__btn{font-size:12px}}.map-input-file:active .map-input-file__btn,.map-input-file:hover .map-input-file__btn{background-color:#188643}.download-gpx{margin-top:16px}.chart-gpx-data{display:flex;border-radius:0 0 5px 5px;padding:8px 4px;background-color:#fff;box-shadow:0 0 10px 1px #dcdcdb}.chart-gpx-data__chart{display:flex;width:100%;height:200px}@media screen and (max-width:800px){.chart-gpx-data__chart{height:180px}}.chart-gpx-data__chart>canvas{width:100%}.data-gpx{display:flex;flex-direction:column;margin-top:24px}.data-gpx__values{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.data-gpx__item{display:inline-flex;width:33.33%;margin-bottom:24px;flex-shrink:0}@media screen and (max-width:800px){.data-gpx__item{width:50%;margin-bottom:12px}}.data-gpx-item{display:inline-flex;flex-direction:column;align-items:center;padding:0 8px;text-align:center}@media screen and (max-width:800px){.data-gpx-item{padding:0 4px}}.data-gpx-item__title{font-size:12px;color:#848280;margin-top:2px;text-transform:uppercase;letter-spacing:.05em}@media screen and (max-width:800px){.data-gpx-item__title{font-size:10px}}.data-gpx-item__value{font-size:24px;background-color:#ff8221;color:#fff;padding:4px 16px;border-radius:6px;text-align:center}@media screen and (max-width:800px){.data-gpx-item__value{font-size:18px;padding:4px 8px}}.title-map{display:flex;flex-direction:column;background-color:#fff;padding:8px;border-radius:5px 5px 0 0;position:relative;z-index:11;min-height:56px;box-shadow:0 0 10px 1px #dcdcdb}@media screen and (max-width:800px){.title-map{padding:4px 8px;min-height:40px}}.title-map__name{font-size:20px;font-weight:700;color:#ff8221}@media screen and (max-width:800px){.title-map__name{font-size:16px}}.title-map__time{margin-top:2px;font-size:12px;color:#848280}@media screen and (max-width:800px){.title-map__time{font-size:10px}}.diff-time-category{display:inline-flex;align-items:center}.diff-time-category--plus{color:#23c764}.diff-time-category--minus{color:#ff8221}.diff-time-category__sign{font-size:12px;margin-right:2px}.diff-time-category__time{font-size:12px}.master-table{width:550px}.master-col-category{min-width:140px}@media screen and (max-width:800px){.master-col-category{min-width:80px}}.master-col-time{min-width:90px}@media screen and (max-width:800px){.master-col-time{min-width:70px}}.master-col-diff{min-width:70px}.category-table{width:100%;margin-bottom:8px}.category-standard{margin-bottom:12px}.category-standard__title{margin-bottom:8px;font-weight:700}.category-standard__subtitle{margin-bottom:8px}.links-distances{display:flex;flex-wrap:wrap;margin-bottom:12px}.links-distances__link{display:inline-flex;font-size:16px;margin-bottom:4px;margin-right:12px;padding:4px 0;text-decoration:underline}.native-master{justify-content:center;max-width:420px}.native-master,.recovery-item{display:flex;flex-direction:column;align-items:center;width:100%}.recovery-item__image{width:80px;height:80px;margin-bottom:8px}.recovery-item__image,.recovery-item__image img{display:inline-flex;justify-content:center;align-items:center}.recovery-item__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.recovery-item__title{font-size:14px;font-weight:700;color:#0f181b;margin-bottom:4px;text-align:center}.recovery-item__text{font-size:12px;color:#848280;text-align:center}.button-calc-step-length{display:inline-flex;margin-top:2px}.start-metronome{margin:20px 0 32px 0}.start-metronome___btn-box{display:inline-flex}.start-metronome__btn{display:inline-flex;align-items:center;padding:12px 16px;justify-content:center;width:100%;max-width:410px}@media screen and (max-width:800px){.start-metronome__btn{max-width:100%}}.start-metronome__btn-icon{display:inline-flex;margin-right:8px}.start-metronome__btn-text{font-weight:700;font-size:20px}.metronome-window{position:fixed;z-index:15;top:60px;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.95);overflow:auto;justify-content:center}.metronome-window,.metronome-window__content-box{width:100%;display:flex;flex-direction:column;align-items:center}.metronome-window__content-box{padding:16px 0;max-width:400px;height:100%;max-height:700px;justify-content:space-between}@media screen and (orientation:landscape)and (max-width:800px){.metronome-window__content-box{flex-direction:row;max-height:100%;max-width:100%}}.metronome-window__content{flex-grow:1}.metronome-window__btn-box,.metronome-window__content{display:flex;flex-direction:column;align-items:center;width:100%}.metronome-window__btn-box{justify-content:center;flex-shrink:0}@media screen and (orientation:landscape)and (max-width:800px){.metronome-window__btn-box{flex-shrink:1;width:200px}}.metronome-window__btn-close{margin-top:16px;font-size:16px;padding:8px 12px;width:120px;justify-content:center}.metronome-window__btn-close--disabled{opacity:.2}.metronome-box{display:flex;flex-direction:column;width:100%;flex-grow:1;justify-content:center}.metronome-values{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;padding:0 8px;flex-shrink:0}.metronome-values__item{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;flex-grow:1;flex-shrink:1;flex-basis:0}.metronome-values__item--time{min-width:130px}.metronome-values__item:not(:last-child){margin-right:12px}.metronome-values__value{display:inline-flex;width:100%;justify-content:center;font-size:28px;background-color:#ff8221;border-radius:24px;padding:10px 2px;color:#fff;line-height:1em}@media screen and (max-width:400px){.metronome-values__value{font-size:22px}}.metronome-values__name{display:inline-flex;font-size:10px;font-weight:700;color:#c3c2c1;text-transform:uppercase;margin-top:4px;letter-spacing:.03em;line-height:1em}.metronome-bmp{justify-content:space-evenly;margin:16px 0 40px 0;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.metronome-bmp,.metronome-bmp__tempo-box{position:relative;display:flex;align-items:center}.metronome-bmp__tempo-box{flex-direction:column}.metronome-bmp__tempo-value{font-size:70px;line-height:1em;letter-spacing:.03em;font-weight:700;color:#fff}.metronome-bmp__tempo-name{position:absolute;top:calc(100% + 4px);font-size:10px;font-weight:700;color:#c3c2c1;text-transform:uppercase;margin-top:4px;letter-spacing:.03em;line-height:1em}.metronome-bmp__btn-change{background-color:#23c764;color:#fafbf9;box-shadow:2px 2px 1px 0 #1fb159;border-radius:3px;position:relative;left:0;top:0;transition:all .1s ease;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:25px;border-radius:50%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.metronome-bmp__btn-change--active,.metronome-bmp__btn-change:active,.metronome-bmp__btn-change:hover{background-color:#1b9c4e;box-shadow:2px 2px 1px 0 #188643;color:#fafbf9;text-decoration:none}.metronome-bmp__btn-change:active{left:2px;top:2px;box-shadow:0 0 1px 0 #188643}@-webkit-keyframes animationBeat{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes animationBeat{0%{transform:scale(1)}to{transform:scale(1.1)}}.beat-enter-active{-webkit-animation:animationBeat .1s ease;animation:animationBeat .1s ease}.metronome-visualizer{display:flex;width:100%;margin:16px 0;padding:0 8px}.metronome-visualizer__line{display:inline-flex;width:100%;height:2px;background-color:#ffbb87;position:relative}.metronome-visualizer__firefly{position:absolute;left:0;width:10px;height:10px;background-color:#fff5ed;border-radius:50%;box-shadow:0 0 10px #ffbb87;top:50%;transform:translateY(-50%);transition-property:left;transition-timing-function:linear}.metronome-visualizer__firefly--left{left:0}.metronome-visualizer__firefly--right{left:calc(100% - 10px)}.native-metronome{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:420px}.native-metronome__image{width:80px;height:auto;margin-bottom:8px}.native-metronome__image,.native-metronome__image img{display:inline-flex;justify-content:center;align-items:center}.native-metronome__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.watch-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;padding:0 8px}@media screen and (max-width:800px){.watch-info{padding:0}}.watch-info__title{font-size:14px;color:#0f181b;margin-bottom:8px;line-height:1.2em}.watch-info__list{margin:0;padding-left:12px}.watch-info__list li{font-size:12px;color:#848280}.name-set-box{margin-bottom:12px}.list-sets{display:flex;flex-direction:column;margin-top:16px}.interval-set{display:flex;align-items:flex-start;justify-content:flex-start;position:relative;padding:8px 16px;background-color:#fff;border-radius:16px;box-shadow:0 0 10px 1px #dcdcdb}.interval-set:not(:first-child){margin-top:16px}@media screen and (max-width:800px){.interval-set{flex-direction:column;padding-left:12px;padding-right:12px}}@media screen and (max-width:380px){.interval-set{padding-left:8px;padding-right:8px}}.interval-set__name{display:inline-flex;align-items:center;justify-content:center;position:absolute;left:16px;top:-8px;background-color:#ff8221;padding:0 8px;font-size:10px;font-weight:700;text-transform:uppercase;height:16px;color:#fff}@media screen and (max-width:800px){.interval-set__name{left:12px}}@media screen and (max-width:380px){.interval-set__name{left:8px}}.interval-set__content{display:flex;flex-wrap:wrap;justify-content:flex-start}.interval-set__parameter{min-width:152px}@media screen and (max-width:800px){.interval-set__parameter{min-width:0}}.interval-set__parameter:not(:last-child){margin-right:32px}@media screen and (max-width:800px){.interval-set__parameter:not(:last-child){margin-right:20px}}@media screen and (max-width:380px){.interval-set__parameter:not(:last-child){margin-right:12px}}.delete-set-box{display:inline-flex;justify-content:flex-end;flex-grow:1}.set-repeat{margin-left:32px}@media screen and (max-width:800px){.set-repeat{margin-left:0}}.add-set-box{margin-bottom:16px;padding-top:12px}.name-rest-box{display:flex;align-items:baseline;flex-wrap:nowrap;white-space:nowrap}.name-rest-box__name{margin-right:10px}.name-rest-box__checkbox{font-size:10px}.cycles-box{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:16px;flex-wrap:wrap}.cycles-box__item{display:inline-flex;align-items:center;justify-content:center}.cycles-box__item:not(:last-child){margin-right:32px}@media screen and (max-width:800px){.cycles-box__item:not(:last-child){margin-right:16px}}@media screen and (max-width:380px){.cycles-box__item:not(:last-child){margin-right:8px}}.time-training{display:inline-flex;align-items:center;background-color:#ff8221;color:#fff;line-height:1em;padding:4px 8px;border-radius:3px;font-weight:700;text-align:center}.time-training__val{font-weight:700;font-size:24px;margin-right:4px;line-height:normal}.time-training__desc{font-size:14px;line-height:normal}.time-training__desc:not(:last-child){margin-right:8px}.btn-start-box{margin:24px 0 40px 0}.btn-start-box__btn{font-size:20px;font-weight:700;padding:16px 16px;width:360px;justify-content:center}@media screen and (max-width:800px){.btn-start-box__btn{width:100%;padding-top:12px;padding-bottom:12px}}.btn-start-box__btn-icon{display:inline-flex;margin-right:8px}.btn-start-box__btn-text{display:inline-flex}.timer-window{position:fixed;z-index:15;top:60px;left:0;right:0;bottom:0;width:100%;background-color:#000;overflow:auto}.timer-window__content-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;max-height:800px;width:500px}@media screen and (max-width:800px){.timer-window__content-box{width:100%}}.timer-window__content{display:flex;flex-direction:column;width:100%;flex-grow:1;justify-content:space-between}@media screen and (orientation:landscape)and (max-width:800px){.timer-window__content{flex-direction:row}}.progress-box{display:flex;justify-content:center;align-items:center;width:100%;font-size:18px;margin-top:16px;margin-bottom:16px}@media screen and (max-width:800px){.progress-box{font-size:16px}}@media screen and (max-height:780px){.progress-box{margin-top:8px;margin-bottom:2px}}.progress-box__percent{flex-grow:0;flex-shrink:0;width:60px;display:inline-flex;justify-content:center;color:#fff}.progress-box__line{flex-grow:1;flex-shrink:0;border:1px solid #fff;height:30px;padding:2px}.progress-box__current-line{background-color:#fff;height:100%}.progress-box__all-time{flex-grow:0;flex-shrink:0;width:60px;display:inline-flex;justify-content:center;color:#fff}.timer-and-name{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-grow:1}@media screen and (orientation:landscape)and (max-width:800px){.timer-and-name{flex-direction:row;justify-content:center}}.name-training{display:flex;justify-content:center;align-items:center;min-height:100px;margin-bottom:30px}@media screen and (max-height:780px){.name-training{margin-bottom:0;min-height:60px}}@media screen and (max-height:620px)and (orientation:portrait){.name-training{min-height:40px}}@media screen and (orientation:landscape)and (max-width:800px){.name-training{display:none}}.name-training__text{text-align:center;font-size:40px;font-weight:700;color:#fff}@media screen and (max-height:780px){.name-training__text{font-size:32px}}@media screen and (max-height:620px)and (orientation:portrait){.name-training__text{font-size:24px}}.timer-box{position:relative;display:inline-flex;align-items:center;justify-content:center;width:230px;height:230px;width:30vh;height:30vh;min-width:100px;min-height:100px;max-width:350px;max-height:350px;border-radius:50%;overflow:hidden}@media screen and (max-height:600px){.timer-box{width:25vh;height:25vh}}@media screen and (orientation:landscape)and (max-width:800px){.timer-box{width:50vh;height:50vh}}.timer-box__box{align-items:center;justify-content:center;width:100%;height:100%}.timer-box__box,.timer-box__time{position:relative;display:inline-flex}.timer-box__time{z-index:2;font-size:60px;font-size:8vh;color:#fff}@media screen and (max-height:600px){.timer-box__time{font-size:40px;font-size:6vh}}@media screen and (min-height:1000px){.timer-box__time{font-size:90px}}@media screen and (orientation:landscape)and (max-width:800px){.timer-box__time{font-size:60px;font-size:8vh}}.timer-box__progress{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1}.timer-box__svg{transform:rotate(-90deg)}.timer-box__background-line{fill:none;stroke:#848280;stroke-width:10}.timer-box__progress-line{fill:none;stroke:#c3c2c1;stroke-width:10;stroke-dashoffset:0}.timer-box__progress-line--preparation{stroke:#c3c2c1}.timer-box__progress-line--work{stroke:#23c764}.timer-box__progress-line--rest{stroke:#ff8221}.slide-interval-enter-active,.slide-interval-leave-active{transition:all .2s ease}.slide-interval-enter-from{opacity:0;transform:translateX(-30px) scale(.9)}.slide-interval-leave-to{opacity:0;transform:translateX(30px) scale(.9)}.counter-sets{display:flex;justify-content:center;align-items:center;margin-top:30px;margin-bottom:20px;color:#fff}@media screen and (max-height:780px){.counter-sets{margin-top:4px;margin-bottom:0}}@media screen and (orientation:landscape)and (max-width:800px){.counter-sets{display:none}}.counter-sets__box{margin:0 12px;width:80px;display:inline-flex;flex-direction:column;align-items:center}.counter-sets__name{margin-top:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#c3c2c1}.counter-sets__cnt{display:flex;width:100%;justify-content:center;color:#fff;font-size:22px;padding:4px 2px;border-radius:20px}@media screen and (max-width:800px){.counter-sets__cnt{font-size:18px}}.timer-navigation{width:60px;height:40px}.timer-navigation__btn{font-size:14px;width:100%;height:100%;justify-content:center}.timer-btn-box{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:16px 0}@media screen and (max-height:780px){.timer-btn-box{margin:8px 0}}@media screen and (orientation:landscape)and (max-width:800px){.timer-btn-box{flex-grow:1}}.timer-btn-box__top{display:flex;justify-content:center;align-items:center;margin-bottom:16px}@media screen and (max-height:780px){.timer-btn-box__top{margin-bottom:8px}}.timer-btn-box__down{display:flex;justify-content:center;align-items:center}.timer-btn-box__btn-start{margin-left:20px;margin-right:20px}.timer-btn-box__btn-stop{width:120px;justify-content:center;font-size:16px;padding-top:8px;padding-bottom:8px}.timer-btn-box__btn-stop--disabled{opacity:.2}.calories-box{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:420px}.calories-box__info{display:flex;align-items:flex-start;justify-content:space-evenly;width:100%}.calories-box__nutritions{display:flex;flex-direction:column;width:100%;margin-top:16px}.calories-info-item{flex-shrink:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.calories-info-item__title{font-size:12px;color:#848280;margin-bottom:4px}.calories-info-item__value{font-size:18px;font-weight:700;background-color:#ff8221;color:#fff;padding:1px 3px;border-radius:3px}.nutrition-food{align-items:flex-start}.nutrition-food,.nutrition-food__data{display:flex;flex-direction:column;justify-content:center;width:100%}.nutrition-food__data{align-items:center;margin-bottom:4px}.nutrition-food__image{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px}.nutrition-food__image img{display:inline-flex;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.nutrition-food__name{font-size:12px;margin-bottom:4px;color:#0f181b;font-weight:700}.nutrition-food__item{display:flex;justify-content:center;align-items:center;width:100%}@media screen and (max-width:800px){.nutrition-food__item{flex-direction:column}}.nutrition-food__item:not(:last-child){margin-bottom:4px}.nutrition-food__item-name{font-size:12px;color:#848280;text-align:center}@media screen and (max-width:800px){.nutrition-food__item-name{margin-bottom:4px}}.nutrition-food__item-value{font-size:18px;font-weight:700;background-color:#ff8221;color:#fff;padding:1px 3px;border-radius:3px;margin-left:4px;white-space:nowrap}.voice-select{margin-top:2px;min-width:50px;max-width:100%}@media screen and (max-width:800px){.voice-select{margin-top:4px}}.voice-select__value{display:inline-flex;justify-content:center;align-items:center}.voice-select__item{display:flex;align-items:center;min-width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px}.voice-select__item-text{font-size:12px;flex-grow:1;margin-right:4px;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.voice-select__item-play{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:25px;height:25px;margin:-4px -6px -4px 0;background-color:#23c764;cursor:pointer;transition:all .1s ease 0s}.voice-select__item-play:hover{background-color:#188643}.backyard-col-index{min-width:60px;flex-basis:60px}@media screen and (max-width:800px){.backyard-col-index{min-width:50px;flex-basis:50px}}.backyard-col-distance{min-width:90px}.backyard-col-time-run{min-width:100px}.backyard-col-time-rest{min-width:120px}.all-pages__title{font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:28px;text-transform:uppercase}@media screen and (max-width:800px){.all-pages__title{line-height:1.3em;font-size:22px;padding:0 8px}}.all-list-pages{display:flex;justify-content:space-between;flex-wrap:wrap}.all-list-pages:after{content:"";width:calc(33% - 8px)}@media screen and (max-width:800px){.all-list-pages:after{width:100%}}.all-list-item{display:inline-flex;width:calc(33% - 8px);margin-bottom:16px}@media screen and (max-width:800px){.all-list-item{width:100%}}.all-list-item__link{display:inline-flex;flex-direction:column;width:100%;height:100%;padding:8px;background-color:#f7f7f7;border-radius:8px;text-align:left;line-height:1.4;min-height:145px}.all-list-item__link:hover{text-decoration:none}@media screen and (max-width:800px){.all-list-item__link{min-height:auto}}.all-list-item__title{font-size:16px;font-weight:700;color:#0f181b;margin-bottom:8px;transition:all .1s ease 0s}.all-list-item__description{font-size:14px;color:#848280}.desc-start-tracker{display:flex;flex-direction:column;width:100%;max-width:400px;margin-bottom:16px;background-color:#fff;border-radius:6px;padding:12px;box-shadow:0 0 10px 1px #dcdcdb}@media screen and (max-width:800px){.desc-start-tracker{max-width:100%}}.desc-start-tracker__text{font-size:12px;line-height:1.35em}.desc-start-tracker__text a{text-decoration:underline}.start-tracker-box{display:flex;flex-direction:column}.start-tracker-box__btn{width:100%;justify-content:center;padding:12px 16px;max-width:400px}@media screen and (max-width:800px){.start-tracker-box__btn{max-width:100%}}.start-tracker-box__icon{display:inline-flex;margin-right:8px}.start-tracker-box__text{font-size:20px;font-weight:700}@media screen and (max-width:800px){.col-start-time{padding-left:4px;padding-right:4px}}.col-buttons,.col-distance,.col-time{padding-left:4px;padding-right:4px}.tracker-app{position:fixed;z-index:95;top:60px;left:0;right:0;bottom:0;width:100%;background-color:rgba(0,0,0,.95);overflow:auto;display:flex;justify-content:center;align-items:center}.tracker-app__content{position:relative;justify-content:space-evenly;color:#fff;height:100%;max-width:500px}.tracker-app__content,.tracker-buttons{display:flex;flex-direction:column;align-items:center;width:100%}.tracker-buttons__close{display:flex;width:100%;justify-content:space-around;align-items:center;padding:24px 12px}@media screen and (max-height:700px){.tracker-buttons__close{padding-top:4px;padding-bottom:4px}}.box-close-tracker{display:flex;justify-content:center;width:100%}.box-close-tracker__btn{padding:10px 24px}.box-manage-tracker{flex-direction:column;padding:0 16px}.box-manage-tracker,.box-manage-tracker__buttons{display:flex;align-items:center;justify-content:center;width:100%}.box-manage-tracker__buttons{min-height:62px}.status-connection-tracker{display:flex;width:100%;justify-content:center;align-items:center;height:54px}@media screen and (max-height:700px){.status-connection-tracker{height:24px}}.status-connection-tracker__text{display:inline-flex;font-size:10px;color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:.02em;line-height:1.1em}.status-connection-tracker--error .status-connection-tracker__text{color:#d45c00}.box-finish-tracker{display:flex;flex-direction:column;width:100%;align-items:center;padding:16px 0}@media screen and (max-height:700px){.box-finish-tracker{padding:8px 0}}.box-finish-tracker--hidden{visibility:hidden}.btn-stop-tracker{padding:10px 24px}.btn-config-tracker{display:inline-flex;margin:0 12px;width:62px;height:62px}.map-box-tracker{position:relative;flex-grow:1;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(100% - 12px)}.map-box-tracker__content,.map-box-tracker__map{display:inline-flex;justify-content:center;width:100%;height:100%}.map-box-tracker__map{position:absolute;z-index:5;align-items:center;border:3px solid #fff;box-shadow:0 0 5px 0 hsla(0,0%,100%,.4);border-radius:16px;overflow:hidden}.box-current-position{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,.65);box-shadow:0 0 2px #000;border-radius:5px;position:absolute;z-index:10;width:100%;height:100%;padding:8px;border-radius:16px}.box-current-position__text{margin-bottom:20px;text-align:center;font-size:14px;line-height:1.5em;max-width:250px;color:#fff}.box-current-position__loader{display:inline-flex;margin-bottom:12px}@media screen and (max-height:700px){.box-current-position__loader{margin-bottom:2px}}.box-current-position__btn{font-size:16px;padding:12px}.error-current-position{display:inline-flex;flex-direction:column;text-align:center;margin-bottom:16px}.error-current-position__title{font-size:14px;font-weight:700;color:#ff8221;margin-bottom:4px}.error-current-position__text{font-size:12px;color:#c3c2c1}.data-tracker{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 0 12px 0;width:100%;flex-wrap:wrap}@media screen and (max-height:700px){.data-tracker{padding:12px 0 6px 0}}.data-tracker__info{display:flex;justify-content:center;align-items:center;width:100%}.data-tracker__distance{display:flex;width:100%;padding-bottom:24px}@media screen and (max-height:700px){.data-tracker__distance{padding-bottom:12px}}.data-tracker-item{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-shrink:0;padding:0 12px}.data-tracker-item__value{display:inline-flex;align-items:center;justify-content:center;font-size:22px;background-color:#ff8221;border-radius:24px;padding:8px;color:#fff;line-height:1em;min-width:120px}@media screen and (max-height:700px){.data-tracker-item__value{padding:6px 12px;font-size:20px;min-width:105px}}.data-tracker-item__title{display:inline-flex;font-size:10px;font-weight:700;color:hsla(0,0%,100%,.6);text-transform:uppercase;margin-top:4px;letter-spacing:.03em;line-height:1em}.distance-tracker-item{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-grow:1;flex-shrink:0;padding:0 8px}.distance-tracker-item__value{display:inline-flex;align-items:center;justify-content:center;color:#fff;line-height:1em;letter-spacing:.03em;font-size:84px;font-size:13vh}@media screen and (max-height:700px){.distance-tracker-item__value{font-size:60px;font-size:13vh}}.distance-tracker-item__title{display:inline-flex;font-size:10px;font-weight:700;color:hsla(0,0%,100%,.6);text-transform:uppercase;margin-top:2px;letter-spacing:.03em;line-height:1em}.box-fake-screen-off{position:absolute;left:0;right:0;bottom:0;padding:8px 0;background-color:rgba(0,0,0,.25);z-index:5;display:flex;width:100%;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.box-fake-screen-off__btn{display:inline-flex;position:relative;padding:8px 24px}.box-fake-screen-off__btn-text{font-size:18px;font-weight:700}.box-fake-screen-off__btn-fake{position:absolute;top:-6px;right:4px;font-size:10px;background-color:#d45c00;color:#fff;padding:0 2px}.box-fake-screen-off__tooltip{position:absolute;z-index:10;bottom:calc(100% + 4px);left:50%;width:210px;margin-left:-105px;background-color:#ff8221;padding:8px;border-radius:8px;box-shadow:0 0 10px 1px #dcdcdb}.box-fake-screen-off__tooltip-text{font-size:14px;line-height:1.2em;color:#fff;text-align:center}.box-fake-screen-off__screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#000;display:flex;justify-content:center;align-items:center}.box-fake-screen-off__tooltip-screen{font-size:14px;color:#fff;font-family:Courier New,serif}.fake-tooltip-enter-active,.fake-tooltip-leave-active{transition:all .4s ease}.fake-tooltip-enter-from,.fake-tooltip-leave-to{opacity:0;transform:scale(.8) translateY(10px)}.dialog-view-gpx .dialog__window{max-width:700px}.table-plan{flex-direction:column;align-items:center}.table-plan,.table-plan__week{display:flex;justify-content:space-between;width:100%}.table-plan__week{align-items:stretch}@media screen and (max-width:800px){.table-plan__week{flex-direction:column;background-color:transparent!important}.table-plan__week:not(:last-child){margin-bottom:8px}.table-plan__week--head{display:none}}.table-plan__phase-week{position:absolute;top:0;left:0;width:8px;height:100%;z-index:0}.table-plan__item{position:relative;display:inline-flex;justify-content:center;align-items:flex-start;flex-grow:1;flex-shrink:0;flex-basis:0;padding:8px 1px;font-size:14px}.table-plan__item--week{flex-basis:70px;flex-grow:0;align-items:center}.table-plan__item--total{align-items:center;flex-grow:0;flex-basis:80px}@media screen and (max-width:800px){.table-plan__item{flex-basis:100%}.table-plan__item:nth-child(2n-1){background-color:#f7f7f7}}.table-plan__phase--base{background-color:#c3c2c1}.table-plan__phase--initial{background-color:#f0e552}.table-plan__phase--transitional{background-color:#ff8221}.table-plan__phase--final{background-color:#23c764}.table-plan__phase--rest{background-color:#8bc3f8}.item-head{font-size:14px;color:#0f181b;font-weight:700}.item-week{display:flex;flex-direction:column;align-items:center;width:100%}@media screen and (max-width:800px){.item-week{align-items:flex-start;padding-left:16px}}.item-week__num{font-size:18px;font-weight:700;margin-bottom:8px}.item-week__title-mobile{display:none}@media screen and (max-width:800px){.item-week__title-mobile{display:inline-flex;margin-right:4px}}.item-week__vo2{font-size:10px;color:#848280;letter-spacing:.03em;line-height:normal}.item-week__vo2-mobile{display:none;margin-right:4px}@media screen and (max-width:800px){.item-week__vo2-mobile{display:inline-flex}}.item-week__vo2-desktop{display:inline-flex;margin-right:4px}@media screen and (max-width:800px){.item-week__vo2-desktop{display:none}}.item-total{display:flex;justify-content:center;font-size:14px;font-weight:700;flex-grow:1;flex-shrink:0;flex-basis:0}.item-mobile-day{display:none}@media screen and (max-width:800px){.item-mobile-day{display:inline-flex;justify-content:flex-start;align-items:center;flex-shrink:0;flex-grow:0;flex-basis:60px;font-size:14px;font-weight:700;color:#0f181b;padding-left:16px}}.item-training-day,.item-training-day__name-box{display:flex;flex-direction:column;align-items:center;width:100%}.item-training-day__name{font-size:14x;color:#0f181b}.item-training-day__total-day{font-size:10px;color:#848280;letter-spacing:.03em}.item-training-day__data{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:8px}@media screen and (max-width:800px){.item-training-day__data{flex-direction:row}}.item-training-day__value-box{display:flex;flex-direction:column;align-items:center;justify-content:center}.item-training-day__value-box:not(:first-child){margin-top:2px}@media screen and (max-width:800px){.item-training-day__value-box{margin:0 4px}}.item-training-day__value{display:inline-flex;font-size:12px;white-space:nowrap}.item-training-day__pace{font-size:10px;color:#848280;letter-spacing:.03em}.item-training-day-mobile{display:none}@media screen and (max-width:800px){.item-training-day-mobile{display:flex}}.item-training-day-mobile__value-box{display:flex;flex-direction:column;flex-wrap:nowrap;width:100%;align-items:center;justify-content:center;margin-bottom:2px}.item-training-day-mobile__value{display:inline-flex;font-size:12px;white-space:nowrap}.item-training-day-mobile__pace{font-size:10px;color:#848280}.training-phases{display:flex;flex-direction:column;margin-top:16px;width:100%}.training-phases__title{display:inline-flex;font-size:16px;margin-bottom:8px;font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:18px;text-transform:none}@media screen and (max-width:800px){.training-phases__title{line-height:1.3em;font-size:16px}}.training-phases__list{display:flex;align-items:center;flex-wrap:wrap}.training-phases__item{display:inline-flex;justify-content:center;align-items:center;margin:0 8px 4px 0}.training-phases__color{display:inline-flex;width:18px;height:18px;border-radius:3px;margin-right:8px}.training-phases__name{font-size:14px;color:#848280}.training-shorts{display:flex;flex-direction:column;margin-top:16px;width:100%}.training-shorts__title{display:inline-flex;font-size:16px;margin-bottom:8px;font-weight:700;color:#0f181b;letter-spacing:.03em;line-height:1.5em;font-size:18px;text-transform:none}@media screen and (max-width:800px){.training-shorts__title{line-height:1.3em;font-size:16px}}.training-shorts__list{display:flex;align-items:center;flex-wrap:wrap}.training-shorts__item{display:inline-flex;justify-content:center;align-items:center;margin:0 12px 4px 0;font-size:14px;color:#848280}.button-calc-consumption{display:inline-flex;margin-top:2px}.value-consumption{min-width:80px}.nutrition-table{width:500px}.nutrition-col-number{min-width:55px;flex-basis:55px}.nutrition-col-other{min-width:85px}.gels-box{display:flex;flex-direction:column;width:100%;max-width:420px}.gels-box,.gels-box__image{justify-content:center;align-items:center}.gels-box__image{display:inline-flex;width:100px;height:auto;max-width:100%}.gels-box__image img{display:inline-flex;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.gels-box__info{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;width:100%}.gels-info-item{display:inline-flex;align-items:center;width:100%}.gels-info-item:not(:last-child){margin-bottom:4px}@media screen and (max-width:800px){.gels-info-item{flex-direction:column}}.gels-info-item__text{font-size:14px;color:#848280;margin-right:8px}@media screen and (max-width:800px){.gels-info-item__text{margin-right:0;margin-bottom:4px}}.gels-info-item__value{font-size:18px;font-weight:700;background-color:#ff8221;color:#fff;padding:1px 3px;border-radius:3px}