:root{--h1:48px;--h2:38px;--h3:28px;--h4:20px;--h5:16px;--h6:13px;--small_text:12px;--base-text:13px;--smallest:9px;--width-base:1700;--width-current:100vw;--width-multiplier:var(--width-current) /var(--width-base);--black:#000;--dark-black:#101010;--white:#fff;--dark-gray:#323232;--dark-blue:#262f4b;--blue:#344066;--light-blue:#475276;--gray:#9ba0b2;--gray-300:#ebecf0;--light-gray:#fbfbfb;--red:#e31e25;--green:#5cb585;--green-100:#d1e9e8;--orange:#ef5f31;--orange-100:#faebe7;--blue-100:#ecefff;--blue-150:#8ed5ff;--blue-200:#61a8eb;--blue-600:#2977bd;--blue-700:#1c3f94;--blue-800:#344066;--blue-logo:#1c3f94;--link-color:#61a8eb;--text-primary:#101010;--text-secondary:#fff;--text-descr:#b3b3b3;--text-dark-descr:#9ba0b2;--text-green:#347854;--text-orange:#ef5f31;--text-blue:#262f4b;--border-black:#101010;--border-color:#e8e8e8;--border-dark-gray:#878a94;--border-light-gray:#c8c8c8;--border-orange:#ef5f31;--line-blue:#475273;--line:#f2f2f2;--border-footer:#3a3a3a;--error:#e31e25;--success:#5cb585;--green-default:#4fb07c;--green-hover:#459a6c;--green-pressed:#347854;--white-default:#fff;--white-hover:#fbfbfb;--white-pressed:#e8e8e8;--orange-default:#ef5f31;--orange-hover:#e63c06;--orange-pressed:#c23103;--red-default:#e31e25;--red-hover:#c8191f;--blue-default:#344066;--blue-hover:#262f4b;--blue-pressed:#121b38;--light-green-hover:#dcefe5;--light-green-pressed:#aecec2;--light-blue-hover:#d3d7e7;--light-blue-pressed:#949ec5;--light-orange-hover:#ffdfd5;--light-orange-pressed:#f2aa93;--active-filter:#fef7f3;--disabled:#e8e8e8}@media screen and (max-width:1024px){:root{--width-base:1024;--h1:calc(var(--width-multiplier)*48);--h2:calc(var(--width-multiplier)*38);--h3:calc(var(--width-multiplier)*28);--h4:calc(var(--width-multiplier)*20);--h5:calc(var(--width-multiplier)*16)}}@media screen and (max-width:860px){:root{--width-base:860}}@media screen and (max-width:680px){:root{--width-base:680;--h4:16px;--h5:14px;--h6:14px;--base-text:14px}}@media screen and (max-width:480px){:root{--width-base:580}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:300;src:url(/fonts/montserrat/Montserrat-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/fonts/montserrat/Montserrat-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/fonts/montserrat/Montserrat-SemiBold_600.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/fonts/montserrat/Montserrat-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/fonts/roboto/Roboto-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/fonts/roboto/Roboto-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/fonts/roboto/Roboto-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Caveat;font-style:normal;font-weight:400;src:url(/fonts/caveat/Caveat-Regular_400.ttf) format("truetype")}.box_shadow{box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.box_shadow_clear{box-shadow:none}.border_radius{border-radius:2px}.border_radius_4{border-radius:4px}.border_radius_8{border-radius:8px}.border_radius_12{border-radius:12px}.border_radius_20{border-radius:20px}.border_radius_clear{border-radius:0}.circle{border-radius:50%}.box{background-color:var(--white);border:1px solid var(--border-color);border-radius:2px;padding:8px}.flex_direction_column{flex-direction:column}.transition{transition:.2s ease-in-out}.transition_directive_animate{transition:.5s linear}.default_translate{transform:translateY(-5px)}.default_box_shadow{box-shadow:3px 4px 9px 0 rgba(34,60,80,.2)}.border_radius_32{border-radius:32px}body,html{background-color:var(--white)}.datepicker:before{z-index:1}.mainTitle{font-family:Montserrat,sans-serif;font-size:var(--h1);font-style:normal;font-weight:700;line-height:1.3;max-width:1000px}@media (max-width:860px){.mainTitle{width:100%}}.main_title_landing+.content{margin-top:0}.content{margin-bottom:60px;margin-top:60px}@media screen and (max-width:860px){.content{margin-bottom:40px;margin-top:40px}}.mainSubtitle{font-size:var(--h3);font-style:normal;font-weight:400;line-height:1.3;margin:12px 0 20px;max-width:1024px;width:100%}.curveList{display:grid;gap:16px;grid-template-columns:repeat(5,1fr);margin-bottom:20px;margin-top:16px;padding:0 5px}@media screen and (max-width:1250px){.curveList{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:860px){.curveList{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.curveList{grid-template-columns:1fr}}.curveList .curveListItem{background:var(--light-gray);border-radius:4px;display:flex;flex-direction:column;justify-content:space-between;padding:8px;position:relative}.curveList .curveListItem:nth-child(5n) .curveDatepicker .vdp-datepicker__calendar{left:auto;right:0}@media screen and (max-width:1250px){.curveList .curveListItem:nth-child(n) .curveDatepicker .vdp-datepicker__calendar{left:0;right:auto}.curveList .curveListItem:nth-child(3n) .curveDatepicker .vdp-datepicker__calendar{left:auto;right:0}}@media screen and (max-width:860px){.curveList .curveListItem:nth-child(n) .curveDatepicker .vdp-datepicker__calendar{left:0;right:auto}.curveList .curveListItem:nth-child(2n) .curveDatepicker .vdp-datepicker__calendar{left:auto;right:0}}@media screen and (max-width:480px){.curveList .curveListItem:nth-child(n) .curveDatepicker .vdp-datepicker__calendar{left:auto;right:0}}.curveList .curveListItem .selected_date_input_placeholder span{color:var(--text-dark-descr)}.curveList .curveListItem .selected_date_list{display:flex;flex-wrap:wrap;margin-top:8px;position:relative;width:100%}.curveList .curveListItem .selected_date_list .selected_date_list__wrapper{align-items:center;background-color:var(--white);display:flex;flex-wrap:wrap;min-height:28px;padding-left:4px;position:relative;width:100%}@media (max-width:480px){.curveList .curveListItem .selected_date_list .selected_date_list__wrapper{min-height:48px;padding-left:8px;padding-right:48px}}.curveList .curveListItem .selected_date_list .item{align-items:center;display:flex;flex-wrap:wrap;margin:2px 0 2px 4px;position:relative;z-index:2}.curveList .curveListItem .selected_date_list .item .date{font-size:var(--small_text)}.curveList .curveListItem .selected_date_list .item .close{color:var(--red);font-size:var(--h4);padding:0 4px;text-decoration:none}@media (max-width:480px){.curveList .curveListItem .selected_date_list .item .close{min-width:48px}}.curveList .curveListItem .selected_date_list--dates{flex-grow:1}.curveList .curveListItem .selected_date_list--dates .selected_date_list__wrapper{align-content:flex-start;background-color:transparent;border:none}.curveList .curveListItem .curveDatepicker{background:none;border:none;bottom:0;left:0;position:absolute;right:0;top:0}.curveList .curveListItem .curveDatepicker:before{background-color:var(--gray);transition:scale .2s ease-in-out}@media (max-width:480px){.curveList .curveListItem .curveDatepicker:before{right:12px}}.curveList .curveListItem .curveDatepicker:hover:before{scale:1.1}@media (max-width:480px){.curveList .curveListItem .curveDatepicker:hover:before{scale:none}}.curveList .curveListItem .curveDatepicker input{position:relative;text-indent:-9999px;z-index:1}.curveList .curveListItem .curveDatepicker .vdp-datepicker__calendar{left:0;top:calc(100% + 8px)}.curveList .curveListItem .curveDatepicker .vdp-datepicker,.curveList .curveListItem .curveDatepicker .vdp-datepicker div:first-child,.curveList .curveListItem .curveDatepicker .vdp-datepicker div:first-child input{height:100%}.curveList .curveListItem .checkbox{min-height:34px;width:100%}.curveList .curveListItem .checkbox .ttl{margin-left:8px;width:80%}.curveList .curveListItem .checkbox .ttl .online{color:var(--green);font-weight:700}@media (max-width:480px){.curveList .curveListItem .checkbox{min-height:48px;padding-top:12px}}.curveList .curveListItem .dynamics-checkbox{margin-bottom:10px;margin-top:10px;min-height:auto}.curveList .curveListItem .dynamics-checkbox.disabled{cursor:not-allowed;opacity:.5}.curveList .curveListItem .dynamics-checkbox.disabled input{cursor:not-allowed}.country-yield-page .curveList{display:block}.country-yield-page .curveList .selected_date_list{max-width:calc(50% - 10px)}@media screen and (max-width:680px){.country-yield-page .curveList .selected_date_list{max-width:none;width:100%}}.country-yield-page .curveList .selected_date_list--dates{margin:0;max-width:none}.country-yield-page .curveList .datepicker-wrapper{align-items:center;display:flex;gap:20px;margin-top:8px}@media screen and (max-width:680px){.country-yield-page .curveList .datepicker-wrapper{flex-wrap:wrap}}.country-yield-page .curveList .datepicker,.country-yield-page .curveList .dynamics-checkbox{margin:0}.country-yield-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h2);margin-bottom:20px}.country-yield-list{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));margin-bottom:20px;margin-top:16px;padding:0 5px}.country-yield-item{background:var(--light-gray);border-radius:4px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.country-yield-item a{color:var(--text-primary);font-weight:600;height:100%;padding:8px;text-decoration:none}.country-yield-item a:hover{color:var(--blue-600)}.forGraph,.forTable{background-color:var(--white);padding:5px}.graphTabs{float:right;min-width:10%;padding:0 5px}@media screen and (max-width:680px){.graphTabs{width:100%}}.graphContainer{margin-top:0}.graphContainer-line{top:40px}.resetGraph{background:var(--white) url(/img/icons/stack.svg#revert) no-repeat 16px 50%;background-size:20px;border:1px solid var(--border-color);border-radius:2px;color:var(--text-primary);left:auto;padding:11px 16px 11px 44px;position:relative;right:auto;text-decoration:none}.resetGraph *{color:inherit}@media screen and (max-width:680px){.resetGraph{background-position:50% 50%;height:48px;padding:0;width:48px}.resetGraph span{display:none}}.changeFontSizeBtn,.toggleFullscreenBtn{top:38px}.curves-table{margin-top:20px;position:relative;width:100%}.curves-table-fixed{background:var(--white);border-bottom:1px solid var(--border-color);overflow:hidden;position:fixed;top:0;width:100%;z-index:10}.curves-table-wrapper{overflow-x:auto}.curves-table .arrow_left_screen{left:0}@media screen and (max-width:680px){.curves-table .arrow_left_screen,.curves-table .arrow_right_screen{display:none}}.curves-table tr:nth-child(odd){background:var(--light-gray)}.curves-table td,.curves-table th{min-width:150px;padding:5px 10px}.curves-table th{background:var(--white);color:var(--blue-150);font-size:var(--small_text);font-weight:700;position:sticky;text-transform:uppercase;top:0}.disclaimer{background:var(--light-gray);padding:36px 20px}.disclaimer .text{font-size:var(--h5);line-height:1.3}.disclaimer .text a{font-size:inherit}.alertGray a,.faq-item a{min-height:auto}.before-graph-panel{display:flex;gap:8px;position:absolute;right:142px;top:38px;width:360px;z-index:8}@media screen and (max-width:680px){.before-graph-panel{margin-bottom:16px;position:relative;right:auto;width:100%}}.before-graph-panel .trace{align-items:center;background:var(--white);background-size:20px;border:1px solid var(--border-color);border-radius:2px;color:var(--text-primary);display:flex;padding:8px;width:40%}.before-graph-panel .trace .ttl{margin-top:0}.before-graph-panel .trace:hover{border-color:var(--border-dark-gray)}.tagList .mainItem{background:var(--blue);border-color:var(--blue);color:var(--text-secondary)}
