@import url('./fonts.css');
@import url('./system.css');
@import url('./gaps.css');
@import url('./text.css');
@import url('./tables.css');
@import url('./sourceLists.css');
@import url('./imageIdentification.css');
@import url('./shapes.css');
@import url('./textSelection.css');
@import url('./audios.css');
@import url('./textIdentification.css');
@import url('./crossword.css');
@import url('./keyboard.css');
@import url('./drawing.css');
@import url('./magicBoxes.css');
@import url('./irregularSelection.css');
@import url('./errors.css');

:root {
    --lessonColor: #ecaa34;
    --accentColor: #1e4592;
    --correctColor:#17960B;
    --correctColorDark:#127809;
    --correctColorLight: #b9e0b6;
    --correctColorLight2: #8bcb85;
    --wrongColor:#dd0613;
    --wrongColorDark:#b1050f;
    --wrongColorLight:#f5b4b8;
    --wrongColorLight2:#f19ba1;
    --errorColor: #ffc933;
    --errorColorDark:#99791F;
    --errorColorLight: #ffefc2;
    --errorColorLight2: #FFDF85;
    --lessonColor05: #edae3e;
    --accentColor05: #294e97;
    --lessonColor10: #eeb348;
    --accentColor10: #35589d;
    --lessonColor15: #efb752;
    --accentColor15: #4061a2;
    --lessonColor20: #f0bb5d;
    --accentColor20: #4b6aa8;
    --lessonColor25: #f1bf67;
    --accentColor25: #5674ad;
    --lessonColor30: #f2c471;
    --accentColor30: #627db3;
    --lessonColor35: #f3c87b;
    --accentColor35: #6d86b8;
    --lessonColor40: #f4cc85;
    --accentColor40: #788fbe;
    --lessonColor45: #f5d08f;
    --accentColor45: #8399c3;
    --lessonColor50: #f6d59a;
    --accentColor50: #8fa2c9;
    --lessonColor55: #f6d9a4;
    --accentColor55: #9aabce;
    --lessonColor60: #f7ddae;
    --accentColor60: #a5b5d3;
    --lessonColor65: #f8e1b8;
    --accentColor65: #b0bed9;
    --lessonColor70: #f9e6c2;
    --accentColor70: #bcc7de;
    --lessonColor75: #faeacc;
    --accentColor75: #c7d1e4;
    --lessonColor80: #fbeed6;
    --accentColor80: #d2dae9;
    --lessonColor85: #fcf2e1;
    --accentColor85: #dde3ef;
    --lessonColor90: #fdf7eb;
    --accentColor90: #e9ecf4;
    --lessonColor95: #fefbf5;
    --accentColor95: #f4f6fa;
}

input[type="range"][orient="vertical"] {
    appearance: slider-vertical;
    -webkit-appearance: slider-vertical;
}

/* loader */
#_icplayer.loading::before, .ic_page_panel.pageLoading::before {
    content: '';
    z-index: 10000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  #moduleInfo{
    z-index:100;
  }
  
  @keyframes spin1 {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  
  @keyframes spin2 {
    0% {
      transform: translate(-50%, -50%) rotate(20deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(380deg);
    }
  }
  
  .loader, .ic_waitdlg {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 50px !important;
    height: 50px !important;
    transform: translate(-50%, -50%) !important;
    background: transparent !important;
    background-image: none !important;
  }
  
  .ic_waitdlg img, .ic_waitdlg div {
    display: none !important;
  }
  
  .loader {
    z-index: -1;
    opacity: 0;
    /* transition: opacity 0.3s ease-in-out, z-index 0s linear 0.3s; */
  }
  
  .loader::before, .loader::after, .ic_waitdlg::before, .ic_waitdlg::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    box-sizing: border-box;
  }
  
  .loader::before, .ic_waitdlg::before {
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%) rotateZ(0deg);
    border: 4px #1e4592 solid;
    clip-path: polygon(0 0, calc(50% - 5px) 0, calc(50% - 5px) 17px, calc(50% + 5px) 17px, calc(50% + 5px) 0, 100% 0, 100% 100%, 0 100%);
  }
  
  
  
  #_icplayer.loading .loader, .ic_page_panel.pageLoading .loader {
    opacity: 1;
    z-index: 10001;
    transition: none !important;
  }
  
  #_icplayer.loading .loader::before, .ic_waitdlg::before, .ic_page_panel.pageLoading .loader::before {
    animation-name: spin1;
    animation-duration: 0.8s;
  }
  
  #_icplayer.loading .loader::after, .ic_waitdlg::after, .ic_page_panel.pageLoading .loader::after {
    animation-name: spin2;
    animation-duration: 0.6s;
  }
  .ic_player{
    border: none !important;
    background-color: white;
  }
  

  /* page */



.ic_player {
    overflow: hidden !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.ic_content {
    overflow: hidden;
}


/* .ic_page, .ic_header, .ic_static_header, .ic_footer {
    width: 1000px !important;
} */

/* #contentWrapper #content #presentation {
    width: 1000px !important;
} */

.ic_page_panel .ic_page {
    z-index: 2;
    /* top: 170px !important; */
}

.ic_content .ic_page_panel {
    position: absolute;
    z-index: 2;
}
.ic_page{
    overflow: visible !important;
}

/* header */


.extraHeaderContent {
    position: absolute;
    left: calc(1000px - 75px);
    top: 0px;
    height: 175px;
    width: 75px;
    z-index: 30000;
}

#contentWrapper #presentation > div > table.ic_player {
    overflow: visible !important;
    clip-path: none !important;
}

.ic_static_header {
    position: absolute !important;
    height: 175px !important;
}

.ic_player {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}



/* .ic_page, .ic_header, .ic_static_header, .ic_footer {
    width: 1000px !important;
} */

.ic_header.ic_page {
    z-index: 0;
}


.ic_page_panel.ic_static_header {
    overflow: visible !important;
    top: 0px !important;
}



.ic_page.ic_main {
    z-index: unset !important;
}

.ic_page {
    --additionalDelay: 0.2s;
}

.ic_page.firstLoad {
    --additionalDelay: 1s;
}

.ic_header {
    overflow: visible !important;
    height: 170px !important;
}

.ic_header > * {
    z-index: 2;
}

[id^="animation"] {
    --DelayNum:0;
}

.ic_page.ic_main {
    opacity: 1 !important;
    animation: none !important;
}




.text_LessonTitle {
    font-family: 'alwyn-new-rounded-web', Verdana;
    color: #1e4592;
    left: 155px !important;
    top:90px !important;
    height: 40px !important;
    width: 805px !important;
    font-size: 32px;
    overflow: hidden;
    z-index: 2;
}

.text_LessonTitle2 {
    font-family: 'alwyn-new-rounded-web', Verdana;
    color: #1e4592;
    left: 155px !important;
    top:65px !important;
    height: 65px !important;
    width: 805px !important;
    font-size: 32px;
    overflow: hidden;
    z-index: 2;
}

.text_kapitelHeader {
    font-size: 47px;
    line-height: 47px;
    height: auto !important;
    top: 95px !important;
    left: 155px !important;
    color: var(--lessonColor);
    font-family: 'Agenda', 'Comic Sans MS';
    font-weight: 600;
  }

.text_Digital {
    font-family: 'Digital', 'Andale Mono', Courier;
}

.header_main {
    height: 185px !important;
}

.header_main .text_LessonNumber {
    font-size: 78px !important;
    left: 82px !important;
    top: 95px !important;
    width: 102px !important;
    height: 102px !important;
}

.header_main .text_LessonNumber b {
    transform: translate(-50%, -50%) rotateZ(6deg);
}

.header_main .shape_header_deco {
    transform-origin: center;
    transform: scale(1.2);
    left: -33px !important;
}

.firstLoad .text_LessonTitle span, .firstLoad .text_LessonTitle2 span, .firstLoad .text_kapitelHeader span {
    display: inline-block;
    white-space: pre;
}

.text_LessonTitle::before {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: 0px;
    background: #1e4592;
    left: 0px;
    content: '';
}

.firstLoad .text_LessonTitle::before, .firstLoad .text_LessonTitle2::before {
    width: 0px;
    animation-name: slide;
    animation-timing-function: ease-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-delay: 0.45s;
}

.firstLoad .text_LessonTitle2::before {
    animation-name: slide2;
    animation-duration: 0.4s;
    animation-delay: 0.95s;
}

.shape_header_deco {
    width: 200px !important;
    height: 197px !important;
    left: -47px !important;
    top: -23px !important;
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 98.89 98.36'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:none;%7D.d%7Bfill:%23fff;%7D.e%7Bclip-path:url(%23b);%7D%3C/style%3E%3CclipPath id='b'%3E%3Crect class='c' width='98.89' height='98.36'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='e'%3E%3Cpath class='d' d='M36.61,87.33c-1.7-.09-2.63,2.98-3.77,4.04-.67,.63-2.4,2.08-3.29,2.64-.67,.42-1.58,.56-2.4,1.13-1.09,.75-2.28,1.46-3.41,2.18-1.48,.94-2.44,1.48-4.3,.62-1-.47-.79-.64-1.49-1.13-1.11-.76-2.35-1.28-3.26-2.25-.99-1.05-1.33-2.1-2.56-2.98,.55,.39-1.22-1.36-.95-1-.52-.69-1.7-.04-1.23-1.74-3.2-.39-4.44-5.47-5.64-7.98-.71-1.5-1.75-2.76-2.35-4.35-.29-.77-.62-1.73-.7-2.55-.11-.65-.04-1.27,.23-1.88,.29-.73,.11-1.24-.54-1.52-.11-.62-.4-1.06-.44-1.93-.03-.72,.31-1.38,.27-2.13-.07-1.2-.81-2.22-.79-3.47,.02-1.08,.47-2.1,.48-3.2,.01-1.5-.09-2.76,.24-4.4,.45-2.25,.88-4.51,1.31-6.77,1.45-7.46,4.01-14.54,7.98-20.72,2.44-3.79,5.34-6.71,7.8-10.38,.93-1.4,2.1-2.68,3.33-3.87,1.06-1.02,2.23-2.81,3.87-2.42,.5-2.39,3.95-3.56,5.83-4.48,1.39-.68,2.63-1.35,4.09-1.86,1.53-.54,3.14-1.59,4.56-2.02,2.8-.85,6.32-.94,9.05-1.63,1.76-.45,2.69-1.05,4.57-.81,1.57,.2,2.26-.05,3.76-.29,4.7-.76,10.56,1.46,15.21,2.36,6.16,1.2,11.77,3.49,17.21,5.98,.15,.07,2.1,1.13,2.13,1.17,.41,.48,.62,1.04,.62,1.68,.57,.57,1.24,.76,1.78,1.3,1.12,1.13,2.44,3.33,3.02,4.66,1.59,3.63,3.46,7.48,.36,10.54-2.92,2.87-5.16,6.73-7.95,9.34-.59,.56-1.57,.72-2.05,1.16-1.18,1.07-.9,2.18-2.53,2.88-1.56,.67-1.64,.25-2.44-.7-.6-.71-1.32-2.26-1.11-3.39-.34-.02-.82-.43-1.15-.48,.42-1.7-3.71-3.21-4.94-4.08-.88-.62-1.72-1.78-2.69-2.22-1.62-.74-3.77-.35-5.44-1-5.24-2.02-12.78-4.88-18.39-2.55-3.5,1.46-8.01,4.06-10.84,6.85-.72,.71-1.28,1.71-2.07,2.49-.68,.66-1.79,1.5-2.23,2.17-.41,.63-.14,1.69-.57,2.43-.48,.82-1.41,.78-1.84,1.67-.5,1.02,.24,2.59-1.32,2.77-.05,.43-.11,.86-.16,1.29-2.19,.27-2.87,6.48-3.29,8.52-.81,3.97,.27,6.66,.99,10.23,.65,3.21,2.04,5.82,3.05,8.8,.37,1.1,.89,2.02,1.37,3.07,.75,1.66,2.86,3.17,2.98,4.96,2.84,0,.86,3.01,2.31,3.68'/%3E%3C/g%3E%3C/svg%3E");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 98.89 98.36'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:none;%7D.d%7Bfill:%23fff;%7D.e%7Bclip-path:url(%23b);%7D%3C/style%3E%3CclipPath id='b'%3E%3Crect class='c' width='98.89' height='98.36'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='e'%3E%3Cpath class='d' d='M36.61,87.33c-1.7-.09-2.63,2.98-3.77,4.04-.67,.63-2.4,2.08-3.29,2.64-.67,.42-1.58,.56-2.4,1.13-1.09,.75-2.28,1.46-3.41,2.18-1.48,.94-2.44,1.48-4.3,.62-1-.47-.79-.64-1.49-1.13-1.11-.76-2.35-1.28-3.26-2.25-.99-1.05-1.33-2.1-2.56-2.98,.55,.39-1.22-1.36-.95-1-.52-.69-1.7-.04-1.23-1.74-3.2-.39-4.44-5.47-5.64-7.98-.71-1.5-1.75-2.76-2.35-4.35-.29-.77-.62-1.73-.7-2.55-.11-.65-.04-1.27,.23-1.88,.29-.73,.11-1.24-.54-1.52-.11-.62-.4-1.06-.44-1.93-.03-.72,.31-1.38,.27-2.13-.07-1.2-.81-2.22-.79-3.47,.02-1.08,.47-2.1,.48-3.2,.01-1.5-.09-2.76,.24-4.4,.45-2.25,.88-4.51,1.31-6.77,1.45-7.46,4.01-14.54,7.98-20.72,2.44-3.79,5.34-6.71,7.8-10.38,.93-1.4,2.1-2.68,3.33-3.87,1.06-1.02,2.23-2.81,3.87-2.42,.5-2.39,3.95-3.56,5.83-4.48,1.39-.68,2.63-1.35,4.09-1.86,1.53-.54,3.14-1.59,4.56-2.02,2.8-.85,6.32-.94,9.05-1.63,1.76-.45,2.69-1.05,4.57-.81,1.57,.2,2.26-.05,3.76-.29,4.7-.76,10.56,1.46,15.21,2.36,6.16,1.2,11.77,3.49,17.21,5.98,.15,.07,2.1,1.13,2.13,1.17,.41,.48,.62,1.04,.62,1.68,.57,.57,1.24,.76,1.78,1.3,1.12,1.13,2.44,3.33,3.02,4.66,1.59,3.63,3.46,7.48,.36,10.54-2.92,2.87-5.16,6.73-7.95,9.34-.59,.56-1.57,.72-2.05,1.16-1.18,1.07-.9,2.18-2.53,2.88-1.56,.67-1.64,.25-2.44-.7-.6-.71-1.32-2.26-1.11-3.39-.34-.02-.82-.43-1.15-.48,.42-1.7-3.71-3.21-4.94-4.08-.88-.62-1.72-1.78-2.69-2.22-1.62-.74-3.77-.35-5.44-1-5.24-2.02-12.78-4.88-18.39-2.55-3.5,1.46-8.01,4.06-10.84,6.85-.72,.71-1.28,1.71-2.07,2.49-.68,.66-1.79,1.5-2.23,2.17-.41,.63-.14,1.69-.57,2.43-.48,.82-1.41,.78-1.84,1.67-.5,1.02,.24,2.59-1.32,2.77-.05,.43-.11,.86-.16,1.29-2.19,.27-2.87,6.48-3.29,8.52-.81,3.97,.27,6.66,.99,10.23,.65,3.21,2.04,5.82,3.05,8.8,.37,1.1,.89,2.02,1.37,3.07,.75,1.66,2.86,3.17,2.98,4.96,2.84,0,.86,3.01,2.31,3.68'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

.shape_header_deco.ice_module::after {
    opacity: 1 !important;
}

.shape_header_deco::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transform: rotateZ(0deg);
    height: 100%;
    background-image: var(--mask);
    background: #d9ddef;
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 30% 100%, 0 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.shape_dots {
    background: #fff;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.84 31.82'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23eef8fe;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m8.84,19.19c0-2.42-1.98-4.38-4.42-4.38s-4.42,1.96-4.42,4.38,1.98,4.38,4.42,4.38,4.42-1.96,4.42-4.38'/%3E%3Cpath class='b' d='m16.84,4.38c0-2.42-1.98-4.38-4.42-4.38s-4.42,1.96-4.42,4.38,1.98,4.38,4.42,4.38,4.42-1.96,4.42-4.38'/%3E%3C/svg%3E");
    background-size: 16.84px 31.82px;
    background-repeat: repeat;
}

.ic_header .shape_dots:first-of-type {
    /*! left: 0px !important; */
    top: 0px !important;
    height: 86px !important;
    width: 610px !important;
}

.firstLoad .shape_header_deco::after {
    animation-name: clipHeader;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.text_LessonNumber {
    left: 68px !important;
    top: 95px !important;
    width: 85px !important;
    height: 85px !important;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background: var(--lessonColor);
    color: #1e4592;
    font-family: 'Chaloops-Bold' ;
    font-weight: bold;
    font-style: normal;
    font-size: 65px;
    border: 12px solid white;
    z-index: 3;
}

.firstLoad .text_LessonNumber {
    transform: translate(-50%, -50%) scale(0);
}

.text_LessonNumber b, .text_LessonNumber i, .text_LessonNumber u {
    display: block;
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    font-family: 'Chaloops-Bold' ;
    font-weight: bold;
    font-style: normal;
}

.Cross_lesson_header_extras .cross-lesson-wrapper {
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 26' style='enable-background:new 0 0 25 26;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M20.3,26c-2.9,0-6-2.8-6.4-3.2c-1.4-1.3-10.6-10.6-10.9-11L3.6,11c0.1,0.1,9.6,9.7,10.9,11 c0.2,0.2,5,4.7,7.8,2.2c2.4-2.2,2.1-3.9-1.2-7.5C17.9,13.3,7.5,3.2,7.3,3.1C7.3,3,5.7,1.1,4,1C3.4,1,2.9,1.2,2.4,1.7 c-2,1.9-1.5,2.5,1.3,5.6l0.5,0.6c0.7,0.7,1.2,1.3,1.7,1.8c0.8,0.9,1.5,1.7,2.7,2.9l1.6,1.7c1.1,1.1,2,2.1,3.4,3.4 c2,1.9,2.8,1.7,3.4,1.2c0.4-0.4,0.6-0.7,0.6-1.1c0-0.7-0.8-1.6-1.7-2.5L15.7,15c-1.8-1.8-7.5-8-7.6-8l0.7-0.7c0.1,0.1,5.8,6.2,7.6,8 l0.3,0.3c1,1.1,2,2.1,2,3.2c0,0.6-0.4,1.2-1,1.8c-1.8,1.6-3.9-0.5-4.7-1.3c-1.4-1.4-2.3-2.3-3.4-3.4L8,13.2c-1.2-1.2-1.9-2-2.8-2.9 c-0.5-0.5-1-1.1-1.7-1.8L3,7.9C0.3,5-1.1,3.6,1.7,0.9C2.4,0.3,3.2,0,4.1,0c2.1,0.1,4,2.3,4,2.4C8.1,2.5,18.7,12.6,21.8,16 c3.1,3.4,4.3,5.9,1.1,8.9C22.2,25.7,21.2,26,20.3,26z'/%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 26' style='enable-background:new 0 0 25 26;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M20.3,26c-2.9,0-6-2.8-6.4-3.2c-1.4-1.3-10.6-10.6-10.9-11L3.6,11c0.1,0.1,9.6,9.7,10.9,11 c0.2,0.2,5,4.7,7.8,2.2c2.4-2.2,2.1-3.9-1.2-7.5C17.9,13.3,7.5,3.2,7.3,3.1C7.3,3,5.7,1.1,4,1C3.4,1,2.9,1.2,2.4,1.7 c-2,1.9-1.5,2.5,1.3,5.6l0.5,0.6c0.7,0.7,1.2,1.3,1.7,1.8c0.8,0.9,1.5,1.7,2.7,2.9l1.6,1.7c1.1,1.1,2,2.1,3.4,3.4 c2,1.9,2.8,1.7,3.4,1.2c0.4-0.4,0.6-0.7,0.6-1.1c0-0.7-0.8-1.6-1.7-2.5L15.7,15c-1.8-1.8-7.5-8-7.6-8l0.7-0.7c0.1,0.1,5.8,6.2,7.6,8 l0.3,0.3c1,1.1,2,2.1,2,3.2c0,0.6-0.4,1.2-1,1.8c-1.8,1.6-3.9-0.5-4.7-1.3c-1.4-1.4-2.3-2.3-3.4-3.4L8,13.2c-1.2-1.2-1.9-2-2.8-2.9 c-0.5-0.5-1-1.1-1.7-1.8L3,7.9C0.3,5-1.1,3.6,1.7,0.9C2.4,0.3,3.2,0,4.1,0c2.1,0.1,4,2.3,4,2.4C8.1,2.5,18.7,12.6,21.8,16 c3.1,3.4,4.3,5.9,1.1,8.9C22.2,25.7,21.2,26,20.3,26z'/%3E%3C/svg%3E%0A");
}
.Cross_lesson_header_extras {
    right: 130px;
    z-index: 3;
}

.Cross_lesson_header_students_book, .Cross_lesson_header_exercises, [id$="_noexe"], .Cross_lesson_header_extras.noExe {
    right: 85px !important;
    z-index: 3;   
}

[class^='Cross_lesson_header'] .cross-lesson-wrapper {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: #1e4592;
    transition: background .15s ease-in-out, transform .15s ease-in-out;
}

.Cross_lesson_header_students_book .cross-lesson-wrapper {
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
}

.Cross_lesson_header_students_book .cross-lesson-wrapper {
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20.37'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m26.96,1.38h-1.25c-.28,0-.5.22-.5.5s.22.5.5.5l1.29.04-.04,16.85-11.4-.02c2.37-1.32,6.4-1.79,8.23-1.79.01,0,.03,0,.04,0,.26,0,.5-.1.69-.29.22-.22.34-.52.34-.83V1.17c0-.57-.42-1.06-.98-1.13-2.57-.32-7.97,1.07-9.89,2.75C12.07,1.11,6.67-.27,4.1.05c-.56.07-.98.55-.98,1.13v15.17c0,.31.12.62.34.83.19.19.43.29.69.29.02,0,.03,0,.04,0,1.83,0,5.86.47,8.22,1.78l-11.42-.02.04-16.85h1.26c.28,0,.5-.22.5-.5s-.22-.5-.5-.5h-1.26c-.57,0-1.04.46-1.04,1.04v16.82c0,.57.46,1.04,1.04,1.04h12.7l.09.09.17-.07.17.07.09-.09h12.71c.57,0,1.04-.46,1.04-1.04V2.42c0-.57-.46-1.04-1.04-1.04Zm-12.47,13.89c0-2.75.02-6.19.03-8.55,0-1.38.01-2.49.01-3.07,1.47-1.51,6.84-2.91,9.23-2.62.06,0,.1.07.1.14v15.17c0,.06-.04.12-.03.12h-.04c-1.74,0-6.64.43-9.3,2.26,0-.7,0-1.73,0-2.91,0-.18,0-.36,0-.55Zm-10.32,1.21s-.05-.07-.05-.13V1.17c0-.07.05-.13.1-.14,2.38-.29,7.75,1.1,9.23,2.62,0,.58,0,1.69.01,3.07.01,2.35.03,5.79.03,8.55,0,.19,0,.37,0,.55,0,1.19,0,2.21,0,2.91-2.64-1.82-7.51-2.25-9.25-2.25-.02,0-.04,0-.06,0Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20.37'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m26.96,1.38h-1.25c-.28,0-.5.22-.5.5s.22.5.5.5l1.29.04-.04,16.85-11.4-.02c2.37-1.32,6.4-1.79,8.23-1.79.01,0,.03,0,.04,0,.26,0,.5-.1.69-.29.22-.22.34-.52.34-.83V1.17c0-.57-.42-1.06-.98-1.13-2.57-.32-7.97,1.07-9.89,2.75C12.07,1.11,6.67-.27,4.1.05c-.56.07-.98.55-.98,1.13v15.17c0,.31.12.62.34.83.19.19.43.29.69.29.02,0,.03,0,.04,0,1.83,0,5.86.47,8.22,1.78l-11.42-.02.04-16.85h1.26c.28,0,.5-.22.5-.5s-.22-.5-.5-.5h-1.26c-.57,0-1.04.46-1.04,1.04v16.82c0,.57.46,1.04,1.04,1.04h12.7l.09.09.17-.07.17.07.09-.09h12.71c.57,0,1.04-.46,1.04-1.04V2.42c0-.57-.46-1.04-1.04-1.04Zm-12.47,13.89c0-2.75.02-6.19.03-8.55,0-1.38.01-2.49.01-3.07,1.47-1.51,6.84-2.91,9.23-2.62.06,0,.1.07.1.14v15.17c0,.06-.04.12-.03.12h-.04c-1.74,0-6.64.43-9.3,2.26,0-.7,0-1.73,0-2.91,0-.18,0-.36,0-.55Zm-10.32,1.21s-.05-.07-.05-.13V1.17c0-.07.05-.13.1-.14,2.38-.29,7.75,1.1,9.23,2.62,0,.58,0,1.69.01,3.07.01,2.35.03,5.79.03,8.55,0,.19,0,.37,0,.55,0,1.19,0,2.21,0,2.91-2.64-1.82-7.51-2.25-9.25-2.25-.02,0-.04,0-.06,0Z'/%3E%3C/svg%3E");
}

.Cross_lesson_header_exercises .cross-lesson-wrapper {
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.47 28.42'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='b' x='10.72' y='.89' width='6.56' height='26.22' rx='.23' ry='.23' transform='translate(33.8 14) rotate(135)'/%3E%3Cpath class='b' d='m.22,1.77h6.56v2.15c0,.72-.59,1.31-1.31,1.31H1.53c-.72,0-1.31-.59-1.31-1.31V1.77H.22Z' transform='translate(8.45 3.5) rotate(135)'/%3E%3Cpath class='b' d='m27.95,27.52l-2.38-6.39c-.02-.05-.09-.07-.13-.03l-4.39,4.39s-.03.11.03.13l6.49,2.28c.24.08.46-.15.37-.38Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.47 28.42'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Crect class='b' x='10.72' y='.89' width='6.56' height='26.22' rx='.23' ry='.23' transform='translate(33.8 14) rotate(135)'/%3E%3Cpath class='b' d='m.22,1.77h6.56v2.15c0,.72-.59,1.31-1.31,1.31H1.53c-.72,0-1.31-.59-1.31-1.31V1.77H.22Z' transform='translate(8.45 3.5) rotate(135)'/%3E%3Cpath class='b' d='m27.95,27.52l-2.38-6.39c-.02-.05-.09-.07-.13-.03l-4.39,4.39s-.03.11.03.13l6.49,2.28c.24.08.46-.15.37-.38Z'/%3E%3C/svg%3E");
}

.Cross_lesson_header_extras .cross-lesson-wrapper {
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 26' style='enable-background:new 0 0 25 26;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M20.3,26c-2.9,0-6-2.8-6.4-3.2c-1.4-1.3-10.6-10.6-10.9-11L3.6,11c0.1,0.1,9.6,9.7,10.9,11 c0.2,0.2,5,4.7,7.8,2.2c2.4-2.2,2.1-3.9-1.2-7.5C17.9,13.3,7.5,3.2,7.3,3.1C7.3,3,5.7,1.1,4,1C3.4,1,2.9,1.2,2.4,1.7 c-2,1.9-1.5,2.5,1.3,5.6l0.5,0.6c0.7,0.7,1.2,1.3,1.7,1.8c0.8,0.9,1.5,1.7,2.7,2.9l1.6,1.7c1.1,1.1,2,2.1,3.4,3.4 c2,1.9,2.8,1.7,3.4,1.2c0.4-0.4,0.6-0.7,0.6-1.1c0-0.7-0.8-1.6-1.7-2.5L15.7,15c-1.8-1.8-7.5-8-7.6-8l0.7-0.7c0.1,0.1,5.8,6.2,7.6,8 l0.3,0.3c1,1.1,2,2.1,2,3.2c0,0.6-0.4,1.2-1,1.8c-1.8,1.6-3.9-0.5-4.7-1.3c-1.4-1.4-2.3-2.3-3.4-3.4L8,13.2c-1.2-1.2-1.9-2-2.8-2.9 c-0.5-0.5-1-1.1-1.7-1.8L3,7.9C0.3,5-1.1,3.6,1.7,0.9C2.4,0.3,3.2,0,4.1,0c2.1,0.1,4,2.3,4,2.4C8.1,2.5,18.7,12.6,21.8,16 c3.1,3.4,4.3,5.9,1.1,8.9C22.2,25.7,21.2,26,20.3,26z'/%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 26' style='enable-background:new 0 0 25 26;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M20.3,26c-2.9,0-6-2.8-6.4-3.2c-1.4-1.3-10.6-10.6-10.9-11L3.6,11c0.1,0.1,9.6,9.7,10.9,11 c0.2,0.2,5,4.7,7.8,2.2c2.4-2.2,2.1-3.9-1.2-7.5C17.9,13.3,7.5,3.2,7.3,3.1C7.3,3,5.7,1.1,4,1C3.4,1,2.9,1.2,2.4,1.7 c-2,1.9-1.5,2.5,1.3,5.6l0.5,0.6c0.7,0.7,1.2,1.3,1.7,1.8c0.8,0.9,1.5,1.7,2.7,2.9l1.6,1.7c1.1,1.1,2,2.1,3.4,3.4 c2,1.9,2.8,1.7,3.4,1.2c0.4-0.4,0.6-0.7,0.6-1.1c0-0.7-0.8-1.6-1.7-2.5L15.7,15c-1.8-1.8-7.5-8-7.6-8l0.7-0.7c0.1,0.1,5.8,6.2,7.6,8 l0.3,0.3c1,1.1,2,2.1,2,3.2c0,0.6-0.4,1.2-1,1.8c-1.8,1.6-3.9-0.5-4.7-1.3c-1.4-1.4-2.3-2.3-3.4-3.4L8,13.2c-1.2-1.2-1.9-2-2.8-2.9 c-0.5-0.5-1-1.1-1.7-1.8L3,7.9C0.3,5-1.1,3.6,1.7,0.9C2.4,0.3,3.2,0,4.1,0c2.1,0.1,4,2.3,4,2.4C8.1,2.5,18.7,12.6,21.8,16 c3.1,3.4,4.3,5.9,1.1,8.9C22.2,25.7,21.2,26,20.3,26z'/%3E%3C/svg%3E%0A");
}

[class^='Cross_lesson_header'] .cross-lesson-wrapper:hover {
    background: var(--lessonColor);
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1.05);
}

[class^='Cross_lesson_header'] .cross-lesson-wrapper .cross-lesson-text {
    display: none;
}
[class^='Cross_lesson_header'] {
    width: 30px !important;
    height: 30px !important;
    left: unset !important;
    top: 90px !important;
}


.firstLoad .Cross_lesson_header_students_book, .firstLoad .Cross_lesson_header_exercises {
    animation-delay: 1.1s;
}

.firstLoad .Cross_lesson_header_extras {
    animation-delay: 1s;
}

/* header menu */

.nav_toc_btn {
    position: absolute;
    top: 90px !important;
    width: 30px !important;
    height: 30px !important;
    right: 40px;
    border-radius: 0px;
    border:none;
    outline: none;
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.nav_toc_btn.nav_toc_lower {
    top: 100px !important;
}

.nav_toc_btn::before, .nav_toc_btn::after {
    content: '';
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--accentColor);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, background .15s ease-in-out;
    cursor: pointer;
}

.nav_toc_btn::before {
    --mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.12 30'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m26.87,6.01H3.25c-1.52,0-2.75-1.23-2.75-2.75S1.73.5,3.25.5h23.61c1.52,0,2.75,1.23,2.75,2.75s-1.23,2.75-2.75,2.75Z'/%3E%3Cpath class='b' d='m26.87,29.5H3.25c-1.52,0-2.75-1.23-2.75-2.75s1.23-2.75,2.75-2.75h23.61c1.52,0,2.75,1.23,2.75,2.75s-1.23,2.75-2.75,2.75Z'/%3E%3Cpath class='b' d='m26.87,17.75H3.25c-1.52,0-2.75-1.23-2.75-2.75s1.23-2.75,2.75-2.75h23.61c1.52,0,2.75,1.23,2.75,2.75s-1.23,2.75-2.75,2.75Z'/%3E%3C/svg%3E");
}


  .nav_toc_btn::after {
    --mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.65 23.85'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;%7D%3C/style%3E%3C/defs%3E%3Cg id='b'%3E%3Cpath id='c' class='d' d='m.88,18.4l4.56,4.57,12.93-12.93,12.81,12.8,4.6-4.6L18.4.88.88,18.4Z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.65 23.85'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;%7D%3C/style%3E%3C/defs%3E%3Cg id='b'%3E%3Cpath id='c' class='d' d='m.88,18.4l4.56,4.57,12.93-12.93,12.81,12.8,4.6-4.6L18.4.88.88,18.4Z'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.65 23.85'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;%7D%3C/style%3E%3C/defs%3E%3Cg id='b'%3E%3Cpath id='c' class='d' d='m.88,18.4l4.56,4.57,12.93-12.93,12.81,12.8,4.6-4.6L18.4.88.88,18.4Z'/%3E%3C/g%3E%3C/svg%3E");
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%) rotateZ(180deg) translateY(5px);
}

.nav_toc_btn:hover::before, .nav_toc_btn.nav_toc_btn_selected::before, .nav_toc_btn::after {
    opacity: 0;
}

.nav_toc_btn.nav_toc_btn_selected:before, .nav_toc_btn.nav_toc_btn_selected::after  {
    background: var(--lessonColor);
}

.nav_toc_btn:hover::after, .nav_toc_btn.nav_toc_btn_selected::after {
    transform: translate(-50%, -50%) rotateZ(180deg) translateY(0px);
    opacity: 1;
}

.nav_toc_btn.nav_toc_btn_selected:hover::after {
    transform: translate(-50%, -50%) rotateZ(360deg) translateY(0px);
}

.nav_toc {
    position: absolute;
    left: 35px;
    transform: translate(-100%, 0);
    top: 128px;
    max-height: 160px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 175px;
    filter: drop-shadow(0px 4px 4px #00000040);
}

.nav_toc.nav_toc_lower {
    top: 138px;
}

.nav_toc.nav_toc_hidden {
    max-height: 0px;
    display: none;
    filter: drop-shadow(0px 0px 0px #00000000);
}

.nav_toc .nav_toc_inner {
    position: relative;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: 2px var(--accentColor) solid;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    max-height: 160px;
    transition: all 0.2s ease-in-out;
}

.nav_toc.nav_toc_hidden .nav_toc_inner {
    max-height: 0px;
}

.nav_toc .nav_toc_inner .nav_toc_menu_cont {
    width: 100%;
    max-height: 136px;
    transition: all 0.2s ease-in-out;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.nav_toc.nav_toc_hidden .nav_toc_inner .nav_toc_menu_cont {
    max-height: 0px;
}

.nav_toc .nav_toc_inner .nav_toc_menu_cont menu {
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: center;
    height: 100%;
    max-height: 136px;
    width: 100%;
}

.nav_toc .nav_toc_inner .nav_toc_menu_cont menu li {

}
.nav_toc .nav_toc_inner .nav_toc_menu_cont li a:hover, .nav_toc .nav_toc_inner .nav_toc_menu_cont menu li.currentPage, .nav_toc .nav_toc_inner .nav_toc_menu_cont li a:hover, .nav_toc .nav_toc_inner .nav_toc_menu_cont menu li.currentPage a{
    cursor: pointer;
    color: var(--lessonColor);
}

.nav_toc .nav_toc_inner .nav_toc_menu_cont menu li a {
    white-space: nowrap;
    color: black;
}

.ic_page.ic_main .Table_Of_Contents_header {
    display: unset !important;
}

/* main */

  



/* footer */



.ic_footer {
    z-index: 0;
}
.ic_footer > * {
    z-index: 2;
}
.ic_button_prevpage, .ic_button_nextpage {
    top: 50% !important;
    transform: translateY(-50%);
    width: 38px !important;
    height: 42px !important;
    outline: none !important;
    outline-color: transparent !important;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.ic_button_prevpage {
    left: 50px !important;
}

.ic_button_prevpage-up-hovering {
    left: 45px !important;
}

.ic_button_nextpage {
    left: unset !important;
    right: 50px !important;
}

.ic_button_nextpage-up-hovering {
    right: 45px !important;
}

.ic_button_prevpage *, .ic_button_nextpage * {
    display: none;
}

.ic_button_prevpage::before, .ic_button_prevpage::after, .ic_button_nextpage::before, .ic_button_nextpage::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}

.ic_button_nextpage::before, .ic_button_prevpage::before {
    mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.9 40.89'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m34.1,25.31l-25.67,14.82c-3.75,2.16-8.43-.54-8.43-4.87V5.63C0,1.3,4.68-1.4,8.43.76l25.67,14.82c3.75,2.16,3.75,7.57,0,9.73Z'/%3E%3C/svg%3E");
    -webkit-mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.9 40.89'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m34.1,25.31l-25.67,14.82c-3.75,2.16-8.43-.54-8.43-4.87V5.63C0,1.3,4.68-1.4,8.43.76l25.67,14.82c3.75,2.16,3.75,7.57,0,9.73Z'/%3E%3C/svg%3E");
}

.ic_button_nextpage::after, .ic_button_prevpage::after {
    mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.4 42.4'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m6.37,42.4c-1.09,0-2.19-.29-3.18-.86-1.99-1.15-3.18-3.21-3.18-5.51V6.38C0,4.08,1.19,2.01,3.18.86c1.99-1.15,4.37-1.15,6.37,0l25.67,14.82c1.99,1.15,3.18,3.21,3.18,5.51s-1.19,4.36-3.18,5.51l-25.67,14.82c-1,.58-2.09.86-3.18.86ZM6.37,1.5c-.84,0-1.67.22-2.43.66-1.52.88-2.43,2.46-2.43,4.22v29.64c0,1.76.91,3.33,2.43,4.22,1.52.88,3.34.88,4.87,0l25.67-14.82c1.52-.88,2.43-2.46,2.43-4.22s-.91-3.34-2.43-4.22L8.8,2.16c-.76-.44-1.6-.66-2.43-.66Z'/%3E%3C/svg%3E");
    -webkit-mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.4 42.4'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m6.37,42.4c-1.09,0-2.19-.29-3.18-.86-1.99-1.15-3.18-3.21-3.18-5.51V6.38C0,4.08,1.19,2.01,3.18.86c1.99-1.15,4.37-1.15,6.37,0l25.67,14.82c1.99,1.15,3.18,3.21,3.18,5.51s-1.19,4.36-3.18,5.51l-25.67,14.82c-1,.58-2.09.86-3.18.86ZM6.37,1.5c-.84,0-1.67.22-2.43.66-1.52.88-2.43,2.46-2.43,4.22v29.64c0,1.76.91,3.33,2.43,4.22,1.52.88,3.34.88,4.87,0l25.67-14.82c1.52-.88,2.43-2.46,2.43-4.22s-.91-3.34-2.43-4.22L8.8,2.16c-.76-.44-1.6-.66-2.43-.66Z'/%3E%3C/svg%3E");
}

.ic_button_nextpage::after, .ic_button_prevpage::after {
    width: 100%;
    height: 100%;
    background: #1e4592;
}

.ic_button_prevpage::before, .ic_button_nextpage::before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    transition: all 0.3s ease-in-out;
}

[class$="-up-hovering"].ic_button_prevpage::before, [class$="-up-hovering"].ic_button_nextpage::before {
    background: #d9ddef;
}

.ic_button_prevpage::before, .ic_button_prevpage::after {
    transform: translate(-50%, -50%) rotateZ(180deg);
}

[class$="-up-disabled"].ic_button_prevpage, [class$="-up-disabled"].ic_button_nextpage {
    display: none;
}

/* Buttons */

.text_results_preview, .ic_checkcounter, .text_results_mistakes, .errorcounter_mistake, .text_results_errors, .ic_errorcounter, .ic_pageprogress {
    top: unset !important;
    bottom: -60px;
    left: 50% !important;
    transform: translate(-50%, 50%);
    --margin:20px;
    box-sizing: border-box;
    height: 25px !important;
    font-family: 'alwyn-new-rounded-web', Verdana;
    background: transparent;
    line-height: 20px;
    font-size: 17.5px;
    color: var(--PrimaryColor);
    z-index: 4;
}

.ic_pageprogress {
    transform: translate(100%, 50%) translateX(calc(var(--margin) * 1.5));
    width: 130px !important;
    z-index: 10000;
    border: 2px var(--PrimaryColor) solid;
    background: var(--SecondaryColor);
    border-radius: 5px;
    padding: 0px;
}

.ic_pageprogress .ic_progress-bar {
    border-radius: 0px;
    background: var(--PrimaryColor);
}

.ic_pageprogress .ic_progress-text {
    padding: 0px;
    left: 50% !important;
    color: #000;
    transform: translateX(-50%);
}

.text_results_preview, .ic_checkcounter {
    --PrimaryColor:#1e4592;
    --SecondaryColor:#d9ddef;
}

.text_results_mistakes, .errorcounter_mistake {
    --PrimaryColor:#ffc933;
    --SecondaryColor:#f9ecb7;
}

.text_results_errors, .ic_errorcounter {
    --PrimaryColor:#d1300b;
    --SecondaryColor:#e8866b;
}

.ic_pageprogress {
    --PrimaryColor:#23ad29;
    --SecondaryColor:#f4f7e4;
}

.text_results_preview, .text_results_mistakes, .text_results_errors {
    width: 130px !important;
    padding-right: 48px !important;
    z-index: 10001;
    text-align: center;
    border: 2px var(--PrimaryColor) solid;
    border-radius: 5px;
}

.text_results_mistakes::after, .text_results_errors::after {
    content: '!';
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.text_results_preview::after {
    content: '';
}

.text_results_preview::after, .text_results_mistakes::after, .text_results_errors::after {
    border: 2px var(--SecondaryColor) solid;
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translate(-50%, -50%);
    background-color: var(--PrimaryColor);
    box-sizing: border-box;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    z-index: 1;
}

.text_results_preview::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.9 15.53'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m8.77,15.53c-.42,0-.83-.15-1.16-.45L.5,8.73c-.62-.55-.67-1.5-.12-2.12.55-.62,1.5-.67,2.12-.12l6.22,5.57L20.34.44c.59-.59,1.54-.59,2.12,0,.59.59.59,1.54,0,2.12l-12.46,12.46c-.34.34-.79.51-1.24.51Z'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 13px auto;
    background-repeat: no-repeat;
}

.text_results_mistakes, .errorcounter_mistake {
    transform: translate(-100%, 50%) translateX(calc(var(--margin) * -0.5));
}

.text_results_errors, .ic_errorcounter {
    transform: translate(0%, 50%) translateX(calc(var(--margin) * 0.5));
}

.text_results_preview, .ic_checkcounter {
    transform: translate(-200%, 50%) translateX(calc(var(--margin) * -1.5));
}

.ic_checkcounter, .errorcounter_mistake, .ic_errorcounter {
    width: 130px !important;
    padding-left: 100px !important;
    line-height: 25px;
    text-align: center;
    z-index: 10000;
    background: #fff;
}

#Check_Button1, #Check_Button1.ic_button_check, .correctBtn, .addon_Show_Answers, .ic_button_reset, .shape_fake_reset {
    left: unset !important;
    right: 45px;
    --margin:10px;
    z-index: 11;
}

#Check_Button1, #Check_Button1.ic_button_check, .correctBtn {
    transform: translate(calc(-200% - calc(var(--margin) * 2)), 50%);
}
.addon_Show_Answers {
    transform: translate(calc(-100% - var(--margin)), 50%);
}

.ic_button_reset, .shape_fake_reset {
    transform: translate(0%, 50%);
}

.ic_button_check.disabled, .ic_button_uncheck.disabled, .ic_button_reset.disabled, .addon_Show_Answers.disabled {
    opacity: 1 !important;
}
  
.ic_button_check input, .ic_button_reset input {
    position: absolute;
    width: 0% !important;
    border: 0px !important;
    height: 0% !important;
    padding: 0px !important;
    margin: 0px !important;
    left: 0px !important;
    top: 0px !important;
    opacity: 0;
}
  
.ic_button_check, .addon_Show_Answers, .ic_button_reset, .ic_button_uncheck, .correctBtn, .wrongBtn, .shape_fake_reset {
    width: 45px !important;
    height: 45px !important;
    top: unset !important;
    bottom: 0px !important;
    z-index: 10007;
    border-radius: 50%;
}
  
#Check_Button1, #Check_Button1.ic_button_check, .correctBtn {
    transition: all 0.3s ease-in-out;
    background: #1e4592;
}

#Check_Button1.ic_button_check:hover, .correctBtn:hover, .ic_button_check-up-hovering {
    background: #4b77bc;
}

#Check_Button1.ic_button_uncheck {
    background: #c3cbea;
}

#Check_Button1.ic_button_uncheck.disabled:hover, #Check_Button1.ic_button_uncheck-up-hovering {
    background: #c3cbea;
}
  
#Check_Button1.ic_button_check .html-face {
    opacity: 0;
}
  
#Check_Button1.ic_button_check .html-face, #Check_Button1.ic_button_uncheck .html-face, #Check_Button1 .html-face {
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    z-index: 10009;
}
  
#Check_Button1.ic_button_uncheck .html-face {
    opacity: 1;
}
  
#Check_Button1::after, #Check_Button1.ic_button_check::after, .correctBtn::after {
    opacity: 1;
}
  
#Check_Button1.ic_button_uncheck::after {
    opacity: 0;
}
  
.ic_button_check .html-face::after, .ic_button_uncheck .html-face::after, .ic_button_check .html-face::before, .ic_button_uncheck .html-face::before, #Check_Button1 .html-face::after, .correctBtn::after {
    position: absolute;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
  
#Check_Button1.ic_button_check .html-face::after, #Check_Button1 .html-face::after {
    transform: translate(-80%, -120%) rotateZ(30deg);
}
  
#Check_Button1.ic_button_check .html-face::after, #Check_Button1.ic_button_uncheck .html-face::after, #Check_Button1.ic_button_uncheck.disabled .html-face::after, #Check_Button1 .html-face::after {
    width: 14px !important;
    height: 9px !important;
    top: 17.7px !important;
    left: 29.5px !important;
    transform: translate(-100%, -100%);
    transition: all 0.15s ease-in-out;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.95 8.23'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M10.86,8.23h1.89c.1,0,.19-.07,.19-.18,.06-1.2,.13-8.06-6.42-8.06S-.04,6.85,0,8.05c0,.1,.09,.18,.19,.18h1.83c.11,0,.19-.08,.19-.19-.02-1.04,.12-6.01,4.3-6.01s4.19,4.96,4.15,6.01c0,.11,.08,.19,.19,.19Z'/%3E%3C/svg%3E");
}
  
#Check_Button1.ic_button_check .html-face::after, #Check_Button1.ic_button_uncheck-up-hovering .html-face::after, #Check_Button1.ic_button_uncheck.disabled:hover .html-face::after {
    transform: translate(-80%, -120%) rotateZ(30deg) !important;
}
  
#Check_Button1.ic_button_check .html-face::before, #Check_Button1.ic_button_uncheck .html-face::before, #Check_Button1 .html-face::before {
    width: 17px !important;
    height: 15px !important;
    left: 14px !important;
    top:18px !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.49 13.51'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M14.9,0H.53C0,0,0,.5,0,.5V10.83c0,.61,.24,1.2,.67,1.63l1.05,1.05H13.75l1.06-1.07c.43-.43,.67-1.02,.67-1.63V.5s.04-.5-.59-.5Zm-5.97,10.07h-2.49c-.05,0-.09-.05-.08-.1l.65-2.2s0-.09-.04-.12c-.39-.29-.61-.79-.49-1.33,.11-.48,.5-.87,.99-.97,.83-.17,1.56,.46,1.56,1.27,0,.45-.23,.84-.57,1.07-.04,.03-.06,.07-.05,.12l.59,2.16c.01,.05-.02,.1-.08,.1Z'/%3E%3C/svg%3E");
}
  
#Check_Button1::after, #Check_Button1.ic_button_uncheck::after, #Check_Button1.ic_button_check::after, .correctBtn::after {
    position: absolute;
    content: '';
    z-index: 10008;
    width: 23px;
    height: 17px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% auto;
    transition: all 0.15s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.9 15.53'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m8.77,15.53c-.42,0-.83-.15-1.16-.45L.5,8.73c-.62-.55-.67-1.5-.12-2.12.55-.62,1.5-.67,2.12-.12l6.22,5.57L20.34.44c.59-.59,1.54-.59,2.12,0,.59.59.59,1.54,0,2.12l-12.46,12.46c-.34.34-.79.51-1.24.51Z'/%3E%3C/svg%3E");
}
  
.addon_Show_Answers {
    overflow: hidden;
}
  
.addon_Show_Answers .show-answers-wrapper, .addon_Show_Answers .show-answers-wrapper .show-answers-container, .addon_Show_Answers .show-answers-wrapper .show-answers-container .show-answers-button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
}
  
.addon_Show_Answers .show-answers-wrapper {
    transition: 0.3s all ease-in-out;
    background: #00a13b;
    border-radius: 50%;
}

.addon_Show_Answers .show-answers-wrapper:hover {
    background: #afca0b;
}
  
.addon_Show_Answers .show-answers-wrapper.selected {
    background: #3ea2db;
}
  
.addon_Show_Answers .show-answers-wrapper .show-answers-container::after, .addon_Show_Answers .show-answers-wrapper .show-answers-container::before {
    position: absolute;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0 ;
    transition: all 0.15s ease-in-out;
}
  
.addon_Show_Answers .show-answers-wrapper .show-answers-container::after {
    width: 14px !important;
    height: 9px !important;
    top: 17.7px !important;
    left: 29.5px !important;
    transform: translate(-80%, -120%) rotateZ(30deg);
    transition: all 0.15s ease-in-out;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.95 8.23'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M10.86,8.23h1.89c.1,0,.19-.07,.19-.18,.06-1.2,.13-8.06-6.42-8.06S-.04,6.85,0,8.05c0,.1,.09,.18,.19,.18h1.83c.11,0,.19-.08,.19-.19-.02-1.04,.12-6.01,4.3-6.01s4.19,4.96,4.15,6.01c0,.11,.08,.19,.19,.19Z'/%3E%3C/svg%3E");
}
  
.addon_Show_Answers .show-answers-wrapper.selected .show-answers-container::after {
    transform: translate(-100%, -100%);
}
  
.addon_Show_Answers:hover .show-answers-wrapper.selected .show-answers-container::after {
    transform: translate(-80%, -120%) rotateZ(30deg);
}
  
.addon_Show_Answers .show-answers-wrapper.selected .show-answers-container::before, .addon_Show_Answers .show-answers-wrapper.selected .show-answers-container::after {
    opacity: 1;
}
  
.addon_Show_Answers .show-answers-wrapper .show-answers-container::before {
    width: 17px !important;
    height: 15px !important;
    left: 14px !important;
    top:18px !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.49 13.51'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M14.9,0H.53C0,0,0,.5,0,.5V10.83c0,.61,.24,1.2,.67,1.63l1.05,1.05H13.75l1.06-1.07c.43-.43,.67-1.02,.67-1.63V.5s.04-.5-.59-.5Zm-5.97,10.07h-2.49c-.05,0-.09-.05-.08-.1l.65-2.2s0-.09-.04-.12c-.39-.29-.61-.79-.49-1.33,.11-.48,.5-.87,.99-.97,.83-.17,1.56,.46,1.56,1.27,0,.45-.23,.84-.57,1.07-.04,.03-.06,.07-.05,.12l.59,2.16c.01,.05-.02,.1-.08,.1Z'/%3E%3C/svg%3E");
}
  
.addon_Show_Answers .show-answers-wrapper::before {
    position: absolute;
    content: '';
    opacity: 1;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    transition: all 0.15s ease-in-out;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19.05'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M12.8,0c-3.43,0-6.21,2.78-6.21,6.21,0,.82,.16,1.61,.46,2.33L0,15.68v3.37H3.26l1.06-1v-1.85l1.52,.05v-1.05h1.1l-.05-1.53,1.79,.05,1.74-1.78c.73,.3,1.53,.47,2.37,.47,3.43,0,6.21-2.78,6.21-6.21S16.23,0,12.8,0Zm1.5,6.36c-.91,0-1.65-.74-1.65-1.66s.73-1.65,1.65-1.65,1.65,.74,1.65,1.65-.74,1.66-1.65,1.66Z'/%3E%3C/svg%3E");
}
  
.addon_Show_Answers .show-answers-wrapper.selected::before {
    opacity: 0;
}
  
.ic_button_reset, .wrongBtn, .shape_fake_reset {
    background: #dd0613;
    transition: all 0.3s ease-in-out;
}

.ic_button_reset:hover, .wrongBtn:hover, .shape_fake_reset:hover {
    background: #ed0f24;
}
  
.shape_fake_reset:hover {
    cursor: pointer;
}
  
.ic_button_reset .html-face {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
  
.ic_button_reset::after, .shape_fake_reset::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.57 22.58'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M18.7,.59l-.05,2.16C16.57,.95,13.89-.03,11.09,0c-3.01,.05-5.83,1.27-7.92,3.44C1.07,5.61-.05,8.47,0,11.48c.03,1.53,.36,3.01,.98,4.4l1.82-.82c-.51-1.14-.79-2.36-.81-3.61-.04-2.48,.88-4.83,2.61-6.61,1.72-1.78,4.04-2.79,6.52-2.83,2.23-.03,4.34,.73,6.02,2.11l-2.1-.05-.03,1.5,5.07,.11,.11-5.05-1.5-.03Z'/%3E%3Cpath class='b' d='M21.67,6.88l-1.84,.79c.47,1.1,.72,2.27,.74,3.47,.09,5.12-4,9.36-9.12,9.44-2.2,.05-4.33-.72-6.02-2.11l2.1,.05,.03-1.5-5.07-.11-.11,5.05,1.5,.03,.05-2.16c2.04,1.76,4.65,2.76,7.37,2.76,.06,0,.13,0,.19,0,6.22-.11,11.2-5.26,11.09-11.48-.03-1.46-.33-2.88-.9-4.22Z'/%3E%3C/svg%3E");
    transform: translate(-50%, -50%);
}
  
.ic_button_reset.ic_button_reset-up-hovering:after, .shape_fake_reset:hover::after {
    transform: translate(-50%, -50%) rotateZ(360deg);
    transition: transform 0.6s ease-in-out;
}

[class^="ic_button"] {
    pointer-events: all !important;
}

.ic_button_check {
    --text: 'überprüfen';
}

.ic_button_uncheck {
    --text: 'richtig entfernen';
}

.addon_Show_Answers {
    overflow: visible;
}

.addon_Show_Answers .show-answers-wrapper {
    --text: 'Antworten anzeigen';
}

.addon_Show_Answers .show-answers-wrapper.selected {
    --text: 'Antworten ausblenden';
}

.ic_button_reset {
    --text:'zurücksetzen';
}

:is(.ic_button_check, .ic_button_uncheck)::before, .addon_Show_Answers .show-answers-wrapper::after, .ic_button_reset::before {
    content: var(--text);
    position: absolute;
    left: 50%;
    top: 0px;
    --mask1: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 20'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m5,0C2.24,0,0,2.24,0,5v10c0,2.76,2.24,5,5,5h5V0h-5Z'/%3E%3C/svg%3E");
    --mask2: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 20'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m5,0c2.76,0,5,2.24,5,5v10c0,2.76-2.24,5-5,5H0V0h5Z'/%3E%3C/svg%3E");
    --mask3: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='b' width='10' height='10'/%3E%3C/svg%3E");
    --mask4: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.32 12.52'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m10.81,11.28L17.32,0H0l6.51,11.28c.96,1.66,3.34,1.66,4.3,0Z'/%3E%3C/svg%3E");
    mask-image: var(--mask1), var(--mask2), var(--mask3), var(--mask4);
    mask-size: 10px 20px, 10px 20px, calc(100% - 18px) 20px, 17px 12px;
    mask-repeat: no-repeat;
    mask-position: left top, right top, center top, center bottom;
    mask-composite: add;
    -webkit-mask-image: var(--mask1), var(--mask2), var(--mask3), var(--mask4);
    -webkit-mask-size: 10px 20px, 10px 20px, calc(100% - 18px) 20px, 17px 12px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top, right top, center top, center bottom;
    -webkit-mask-composite: add;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 11px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    width: fit-content;
    height: 17px;
    line-height: 13px;
    padding: 3px 5px;
    padding-bottom: 3px;
    padding-bottom: 10px;
    transform-origin: center bottom;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translate(-50%, -100%) scale(0);
}

:is(.ic_button_check, .ic_button_uncheck):hover::before, .addon_Show_Answers .show-answers-wrapper:hover::after, .ic_button_reset:hover::before {
    opacity: 1;
    top: -2px;
    transform: translate(-50%, -100%) scale(1.1);
}

.shape_footer {
    z-index: 2;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.shape_footer::before, .shape_footer::after {
    content: '';
    width: 450px;
    height: 158px;
    background: #f3f4fb;
    position: absolute;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}

.shape_footer::before {
    top: -1px;
    left: -215px;
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450.69 158.48'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m286.91,17.14c-10.95-.85-49.54-10.24-57.38-10.85-7.84-.61-22.87-1.63-67.95-2.28-22.62-.32-94.4-10.18-107.06,2.3C42.76,17.9,4.81,45.14,0,72.23c-.76,4.3,87.99,49.69,89.46,57.37,1.47,7.68,45.78,11.49,59.24,14.56,13.46,3.07,71.84,11.24,84.47,13.35,28.41,4.74,66.69-9.41,110.69-8.81,45.76.62,45.54.79,57.24-2.28,22.23-5.83,48.8-8.63,49.53-17.71,1.61-20.3-40.56-74.92-86.95-94.21-11.08-4.61-76.78-17.35-76.78-17.35'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450.69 158.48'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m286.91,17.14c-10.95-.85-49.54-10.24-57.38-10.85-7.84-.61-22.87-1.63-67.95-2.28-22.62-.32-94.4-10.18-107.06,2.3C42.76,17.9,4.81,45.14,0,72.23c-.76,4.3,87.99,49.69,89.46,57.37,1.47,7.68,45.78,11.49,59.24,14.56,13.46,3.07,71.84,11.24,84.47,13.35,28.41,4.74,66.69-9.41,110.69-8.81,45.76.62,45.54.79,57.24-2.28,22.23-5.83,48.8-8.63,49.53-17.71,1.61-20.3-40.56-74.92-86.95-94.21-11.08-4.61-76.78-17.35-76.78-17.35'/%3E%3C/svg%3E");
}

.shape_footer::after {
    right: -164px;
    top: -23px;
    -webkit-mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450.69 158.48'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m163.78,141.34c10.95.85,49.54,10.24,57.38,10.85,7.84.61,22.87,1.63,67.95,2.28,22.62.32,94.4,10.18,107.06-2.3,11.76-11.6,49.71-38.84,54.52-65.93.76-4.3-87.99-49.69-89.46-57.37-1.47-7.68-45.78-11.49-59.24-14.55-13.46-3.07-71.84-11.24-84.47-13.35-28.41-4.74-66.69,9.41-110.69,8.81-45.76-.62-45.54-.79-57.24,2.28C27.34,17.9.77,20.7.04,29.78c-1.61,20.3,40.56,74.92,86.95,94.21,11.08,4.61,76.78,17.35,76.78,17.35'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450.69 158.48'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m163.78,141.34c10.95.85,49.54,10.24,57.38,10.85,7.84.61,22.87,1.63,67.95,2.28,22.62.32,94.4,10.18,107.06-2.3,11.76-11.6,49.71-38.84,54.52-65.93.76-4.3-87.99-49.69-89.46-57.37-1.47-7.68-45.78-11.49-59.24-14.55-13.46-3.07-71.84-11.24-84.47-13.35-28.41-4.74-66.69,9.41-110.69,8.81-45.76-.62-45.54-.79-57.24,2.28C27.34,17.9.77,20.7.04,29.78c-1.61,20.3,40.56,74.92,86.95,94.21,11.08,4.61,76.78,17.35,76.78,17.35'/%3E%3C/svg%3E");
}

/* .ic_page, .ic_header, .ic_static_header, .ic_footer {
    width: 1000px !important;
} */

.ic_header.ic_page {
    z-index: 0;
}

.ic_footer {
    height: 120px !important;
}

.ic_footer::before {
    height: 120px !important;
    background: #fff;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: 0px;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.84 31.82'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23eef8fe;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='m8.84,19.19c0-2.42-1.98-4.38-4.42-4.38s-4.42,1.96-4.42,4.38,1.98,4.38,4.42,4.38,4.42-1.96,4.42-4.38'/%3E%3Cpath class='b' d='m16.84,4.38c0-2.42-1.98-4.38-4.42-4.38s-4.42,1.96-4.42,4.38,1.98,4.38,4.42,4.38,4.42-1.96,4.42-4.38'/%3E%3C/svg%3E");
    background-size: 16.84px 31.82px;
    background-repeat: repeat;
}

.ic_footer::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    height: 2px;
    background: #1e4592;
    z-index: 3;
}

.ic_footer.ic_page {
    overflow: hidden;
    z-index: 0;
}

.lesson3 .text_LessonNumber b{
    top: 45%;
}

.aktiverW .nav_toc, .grammatik .nav_toc, .segelH .nav_toc, .testetES .nav_toc{
    top: 138px !important;
}

.segelH .nav_toc{
    top: 146px !important;
}

.ic_page.naturSOK.chapter5.wirGIK.lesson5.cwiczenie6 #zad6{
    z-index: 10001 !important;
}

