/* SELEKTORY: */

* {
    margin: 0;
    padding: 0;
}

a {
    color: #001B71;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 23px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background-color: white;
    display: block;
    color: #001B71;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/RobotoMono-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}



@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GothamRoundedLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/GothamRoundedBook.ttf) format('truetype');
}


@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/GothamRoundedMedium.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/GothamRoundedBold.ttf) format('truetype');
}


/* IE9  - Also picked up by most modern browsers */

::selection {
    background-color: rgba(3, 32, 74, 0.99);
    color: #6BDAD5;
    text-shadow: none;
}

/* Safari & Chrome - Webkit Rendering */

::-webkit-selection {
    background-color: rgba(3, 32, 74, 0.99);
    color: #6BDAD5;
    text-shadow: none;
}

/* Mozilla based - Gecko Rendering */

::-moz-selection {
    background-color: rgba(3, 32, 74, 0.99);
    color: #6BDAD5;
    text-shadow: none;
}

html {
    height: 100%;
    width: 100%;
}

.info_bar {
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 10;
    background-color: #fac314;
    color: #000000;

}

.menu_bg {
    width: 100%;
    height: 78px;
    top: 0px;
    /*        covid info */
    /*    top: 40px;*/
    /*        covid info-end*/
    position: fixed;
    z-index: 10;
}

.menu_bg_e_kurs {
    width: 100%;
    height: 78px;
    top: 0px;
    /*        covid info */
    /*    top: 40px;*/
    /*        covid info-end*/
    position: fixed;
    z-index: 10;
}

.menu_bg_scrolled {
    border-bottom: 0px solid #001B71;
    background-color: #ffffff;
    width: 100%;
    height: 78px;
    top: 0px;
    /*        covid info */
    /*    top: 40px;*/
    /*        covid info-end */
    position: fixed;
    z-index: 10;
}

.menu_bg_white {
    background-color: #ffffff;
}

.menu_content {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 78px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    padding-right: 12px;
}

.info_content {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    padding-right: 12px;
    padding-left: 24px;
    line-height: 40px;
}


.menu_social {
    position: fixed;
    z-index: 11;
    height: 20px;
    top: 29px;
    /*        covid info */
    /*    top: 69px;*/
    /*        covid info-end */
    right: 30px;
    height: 20px;
    width: 101px;
    float: left;
}

.yt {
    float: right;
    width: 29px;
    height: 20px;
    background-image: url(../grafika/yt.svg);
    background-size: auto 20px;
    background-position: center left;
    background-repeat: no-repeat;
}

.fb {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../grafika/fb.svg);
    background-size: auto 20px;
    background-position: center left;
    background-repeat: no-repeat;
}

.insta {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../grafika/insta.svg);
    background-size: auto 20px;
    background-position: center left;
    background-repeat: no-repeat;
}

.logo_mowologia {
    float: left;
    margin: 0px 0px 0px 24px;
    width: 200px;
    height: 78px;
    background-image: url(../grafika/logo_mowologia.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 200px 23px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 11;
    position: relative;
}

.logo_mowologia_white {
    float: left;
    margin: 0px 0px 0px 24px;
    width: 200px;
    height: 78px;
    background-image: url(../grafika/logo_mowologia_white.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 200px 23px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 11;
    position: relative;
    margin-left: 48px;
}

.menu_container {
    float: right;
}

.menu {
    float: left;
    line-height: 78px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    color: #001B71;
    font-family: 'Roboto Mono', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}

.menu:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    border: 0px;
    font-weight: 400;
    -moz-box-shadow: inset #6BDAD5 0 -3px 0px 0px;
    -webkit-box-shadow: inset #6BDAD5 0 -3px 0px 0px;
    box-shadow: inset #6BDAD5 0 -3px 0px 0px;
    background-color: #001B71;
    color: white;
}

.menu_mini_e_kurs:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    border: 0px;
    font-weight: 400;
    -moz-box-shadow: inset #6BDAD5 0 -3px 0px 0px;
    -webkit-box-shadow: inset #6BDAD5 0 -3px 0px 0px;
    box-shadow: inset #6BDAD5 0 -3px 0px 0px;
    background-color: #03204A;
    color: white;
}

.menu_actived {
    -moz-box-shadow: inset #6BDAD5 0 -3px 0px 0px;
    -webkit-box-shadow: inset #6BDAD5 0 -3px 0px 0px;
    box-shadow: inset #6BDAD5 0 -3px 0px 0px;
    background-color: #001B71;
    color: #fff;
}


.bookmark {
    width: 100%;
    height: auto;
}

.bookmark_content {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;

}

.top_bg {
    width: 100%;
    height: 100%;
    max-height: 884px;
    background-image: url(../grafika/top_bg_mowologia_new.svg);
    background-size: auto 1000px;
    background-position: center top 0px;
    /*        covid info */
    /*    background-position: center top 40px;*/
    /*        covid info-end */
    background-repeat: no-repeat;
}

.top_bg_image {
    background-image: url(../grafika/dr_ewelina_strawa_kesek_mowologia.png);
    background-size: auto calc(100% - 100px);
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: calc(50% + 240px) bottom;
    background-repeat: no-repeat;
    height: 100%;
}

.container_top_bg {
    position: absolute;
    display: block;
    margin: auto 0;
    top: calc(50% + 40px);
    height: auto;
    width: 50%;
    left: 24px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}




.header_top_bg {
    font-family: 'Roboto Mono', monospace;
    font-size: 30px;
    line-height: 33px;
    float: left;
    letter-spacing: -1px;
    font-weight: 500;
}

.subheder_top_bg {
    font-family: 'Roboto Mono', monospace;
    font-size: 22px;
    line-height: 24px;
    float: left;
    letter-spacing: -1px;
    margin-top: 5px;
    clear: both;
}



.krakow {
    font-weight: 300;
    font-size: 30px;
}

.text_top_bg {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    width: 69%;
    float: left;
}

.dowiedz_sie_wiecej {
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #FF6600;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
}


.konsultacja {
    height: auto;
    background-color: #ecf0f1;
}

.cennik {
    height: auto;
    background-color: #ecf0f1;
    padding-bottom: 100px;
    float: left;

}

.header_center {
    font-family: 'Roboto Mono', monospace;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 400;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: relative;
    margin-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
}



.text_center {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #666666;
    margin-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    display: block;
}

.header_left {
    text-align: left;
    margin-top: 120px;
    color: #ffffff;
    padding-left: 24px;
}

.header_right {
    text-align: right;
    margin-top: 120px;
    color: #ffffff;
    padding-left: 24px;
}


.text_left {
    text-align: left;
    padding-left: 24px;
    color: #ffffff;
}

.header_stacjonarnie_online {
    font-weight: 300;
    font-size: 20px;
    margin-top: 5px;
}

.konsultacja_container {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 24px;
    margin-bottom: 0px;
    display: flex;
}

.konsultacja_box {
    width: calc(100%/3 - 24px);
    height: auto;
    background-color: white;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 12px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

.konsultacja_box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}

.konsultacja_ikona {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #cccccc;
    float: left;
    padding-bottom: 20px;
}

.konsultacja_header {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-top: 20px;
    font-weight: 400;
    hyphens: auto;
    font-family: "Roboto Mono", sans-serif;
}

.konsultacja_text {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
}

.zaswiadczenie {
    margin-right: 24px;
    width: calc(100%/3 - 32px);
    margin-top: 28px;
    float: right;
    background-color: #6BDAD5;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
    color: #001B71;
}

.dowiedz_sie_wiecej_container {
    width: 100%;
    height: 40px;
    position: relative;
    margin-top: 24px;
    float: left
}

.dowiedz_sie_wiecej_center {
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #001B71;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    width: auto;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.dowiedz_sie_wiecej_center:hover {
    text-decoration: none;
}

.dowiedz_sie_wiecej_left {
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #6BDAD5;
    font-family: 'Roboto', sans-serif;
    color: #001B71;
    margin-top: 0px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    width: auto;
    left: 24px;
    position: absolute;
}

.dowiedz_sie_wiecej_container_videoblog {
    margin-top: 12px;
}

.dowiedz_sie_wiecej_videoblog {
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #001B71;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-top: 0px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    width: auto;
    left: 24px;
    position: absolute;
}

.dowiedz_sie_wiecej_post {
    height: 40px;
    width: auto;
    line-height: 38px;
    padding: 0px 20px 0px 20px;
    background-color: #001B71;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-top: 0px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    margin-top: 20px;
    float: left;
    border: 1px solid #001B71;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
}

.dowiedz_sie_wiecej_post:hover {
    background-color: #001B71;
    color: #ffffff;
    text-decoration: none;

}


.konsultacja_container_zeszyt {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 0px;
}

.text_zeszyt {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #666666;
    padding-left: 30px;
    position: relative;
    display: block;
    background-image: url(../grafika/zeszyt_middle.svg);
    background-size: 1200px 30px;
    background-position: right top;
    padding-right: 70px;
    padding-top: 0px;

}


.zeszyt_top {
    background-image: url(../grafika/zeszyt_top.svg);
    height: 70px;
    margin-top: 24px;
    background-size: 1200px 70px;
    background-position: right top;
    padding-right: 0px;
    border-top-right-radius: 12px;
}


.zeszyt_bottom {
    background-image: url(../grafika/zeszyt_bottom.svg);
    height: 70px;
    background-size: 1200px 70px;
    background-position: right top;
    border-bottom-right-radius: 12px;
}




.horizontal_line_container {
    float: left;
    height: auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}



.horizontal_line {
    float: left;
    height: auto;
    line-height: 26px;
    font-family: "Roboto Mono";
    font-size: 22px;
    width: 100%;
    border-bottom: 1px dashed #ffffff;
    border-top: 1px dashed #ffffff;
    color: #ffffff;
    padding-bottom: 8px;
    padding-top: 6px
}



.horizontal_line_dzieci {
    text-align: left;
}

.zamknij_right {
    float: right;
    height: 70px;
    width: 70px;
    margin-top: 0px;
    margin-right: 0px;
    background-image: url(../grafika/close.svg);
    background-size: 26px 26px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.terapia {
    height: auto;
    margin-top: -40px;
    background-image: url(../grafika/bg_terapia.svg);
    background-size: auto 100%;
    background-position: center top;
    padding-bottom: 100px;
    background-color: #ffffff;
}

.videoblog {
    height: auto;
    background-color: #ecf0f1;
    padding-bottom: 100px;

}

.yt_videoblog_logo {
    float: left;
    position: relative;
    height: 25px;
    width: 100%;
    background: url(../grafika/youtube_logo.svg) no-repeat;
    background-size: auto 25px;
    background-position: left 24px center;
    margin-top: 15px;
    margin-bottom: 15px;

}

.medium_logo {
    float: left;
    position: relative;
    height: 25px;
    width: 100%;
    background: url(../grafika/medium_logo.svg) no-repeat;
    background-size: auto 25px;
    background-position: center center;
    margin-top: 15px;
    margin-bottom: 15px;

}

.kontakt {
    height: auto;
    margin-top: 0px;
    background-image: url(../grafika/pattern_kontakt.svg);
    background-size: 40px 40px;
    background-position: center top;
    padding-bottom: 100px;
    background-color: #001b71;
}

.kontakt_header {
    margin-top: 60px;

}

.kontakt_details_container {
    float: left;
    width: 100%;
    padding: 0 24px;
    margin: 48px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.kontakt_box_1 {
    float: left;
    width: auto;
    height: 40px;
    padding-right: 24px;
}


.kontakt_box_2 {
    float: left;
    width: auto;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-left: 1px solid #ffffff;
}

.kontakt_box_3 {
    float: left;
    width: auto;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-left: 1px solid #ffffff;
}

.kontakt_box_4 {
    float: left;
    width: auto;
    height: 40px;
    padding-left: 24px;
    border-left: 1px solid #ffffff;
}


.kontakt_details_header {
    float: left;
    line-height: 24px;
    font-size: 20px;
    color: #6BDAD5;
    font-family: "Roboto Mono";
    margin-top: -5px;
}

.kontakt_details_subheader {
    float: left;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    clear: both;
    font-family: "Roboto Mono";
    margin-top: 5px;
}


.rejestracja_online{
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #FF6600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-top: 0px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
}

.bottom_dashed_border {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

#nav-icon3 {
    width: 30px;
    height: 20px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 29px;
    display: none;
    margin-right: 24px;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #001B71;
    border-radius: px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}




#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.podpis_mobile {
    background-color: #6BDAD5;
    height: 152px;
    padding: 22px 24px 0px 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #95e5e2;
    background-image: url(../grafika/header_bg_mobile.svg);
    background-size: cover;
    background-repeat: repeat;
    display: none;
}

.dowiedz_sie_wiecej_mobile {
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #001B71;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.terapia_container {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 34px;
    margin-bottom: 34px;
    display: flex;
}

.terapia_container_efekty {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 34px;
    margin-bottom: 34px;
    display: flex;
}

.terapia_ikona {
    float: left;
    height: auto;
    width: 100%;


}

.terapia_ikona_dorosli {
    width: 100%;

}

.terapia_ikona_container {
    float: left;
    width: calc(30% - 81px);
    margin-right: 24px;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.terapia_ikona_container_efekty {
    float: left;
    width: calc(30% - 81px);
    margin-right: 24px;
    height: auto;
    color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.terapia_info {
    float: left;
    height: auto;
    width: calc(70% + 55px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px dashed white;
    background-repeat: no-repeat;
}

.terapia_info_efekty {
    float: left;
    border-left: 1px dashed white;
    border-right: 0px;
    width: calc(70% + 55px);
    display: flex
}

.terapia_header {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 5px;
    margin-top: -3px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    hyphens: auto;
    text-align: left;
    color: #6BDAD5;
    padding-left: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto Mono";
    text-transform: uppercase;

}

.terapia_efekty_avatar {
    float: left;
    width: 50px;
    height: auto;
}

.terapia_header_efekty {
    float: left;
    text-align: left;
    padding-left: 24px;
    padding-right: 0px;
    color: #6BDAD5;
    font-size: 13px;
    clear: both
}

.audio_efekty_przed {
    clear: both;
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-top: 15px;
    height: 50px;
    color: white;
    border-radius: 25px !important;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.audio_efekty_po {
    clear: both;
    float: left;
    width: calc(100% - 24px);
    margin-left: 24px;
    margin-top: 15px;
    height: 50px;
    color: white;
    border-radius: 25px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.efekty_przed {
    float: left;
    width: calc(50% + 12px);
}

.efekty_po {
    float: left;
    width: calc(50% - 12px);
    border-left: 1px dashed #ffffff;
}

.terapia_text {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding-left: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.terapia_text_efekty {
    float: right;
    text-align: left;
    padding-left: 24px;
    padding-right: 0px;
}


.trzy_gwaiadki_container {
    width: 100%;
    padding: 0px 24px 0px 24px;
    margin-top: 30px;
    margin-bottom: 5px;
    overflow: auto;
    height: 21px;
    position: relative;

}

.trzy_gwiazdki {
    height: 21px;
    width: 140px;
    left: 50%;
    top: 0px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-image: url(../grafika/trzy_gwiazdki.svg);
    background-size: auto 21px;
    background-repeat: no-repeat;
    background-position: center top;
}

.popularne {
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: relative;
    margin-top: px;
    padding-left: 20%;
    padding-right: 20%;
    height: auto;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/*CARUSEL*/

* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.carousel {
    background: #6BDAD5;
    height: auto;
    margin-bottom: 40px;
}

.carousel-cell {
    width: calc(100%/2);
    height: auto;
    margin-right: 10px;
    background: #ffffff;
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
    position: relative
}

.baza {
    height: auto;
    background: url(../grafika/yt_bg.svg) space 0 0;
    background-size: auto 1300px;
    background-position: center top;
    background-color: #ffffff;
    background-repeat: repeat-y;
}

.baza_text_color {
    color: #001B71;
}

.content_baza {
    padding: 0px 24px 48px 24px;

}

.post_info {
    height: auto;
    float: left;
    padding: 20px 20px 0px 20px;
    width: 100%;
    min-height: 100%;
}

.post_info_header {
    line-height: 20px;
    font-size: 16px;
    float: left;
    font-family: 'Roboto Mono', sans-serif;
    letter-spacing: -0.5px;
    color: #001B71;
}

.post_info_header a:link {
    color: #001B71;
}

.post_photo_1 {
    width: 100%;
    float: left;
    display: block;
    padding-top: calc(100%/120*66);
    height: auto;
    background-image: url(../grafika/baza_wiedzy_1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.post_photo_2 {
    background-image: url(../grafika/baza_wiedzy_2.jpg);
}

.post_photo_3 {
    background-image: url(../grafika/baza_wiedzy_3.jpg);
}

.post_photo_4 {
    background-image: url(../grafika/baza_wiedzy_4.jpg);
}

.post_photo_5 {
    background-image: url(../grafika/baza_wiedzy_5.jpg);
}

.post_photo_6 {
    background-image: url(../grafika/baza_wiedzy_6.jpg);
}

#wiecej_artykulow {
    margin-bottom: 100px;
    margin-top: 0px;
}

.videoblog_header {
    color: #001B71;
    margin-top: 60px;

}

.videoblog_text {
    color: #001B71;
}

.filmik_container {
    float: left;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 12px;
    padding: 0px 12px 0px 12px
}

.filmik {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.jeden_filmik {
    position: relative;
    width: calc(50% - 24px);
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin: 12px;
    cursor: pointer;
    background-color: #ffffff
}

.jeden_filmik:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
    background-color: #001B71;
}


.tytul_filmiku {
    float: left;
    padding: 22px 25% 24px 24px;
    background-color: #ffffff;
    color: #001B71;
    line-height: 22px;
    letter-spacing: -1px;
    font-size: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-family: "Roboto Mono";
    height: auto;
}

.flex {
    display: flex;
}

.jeden_filmik:hover > div.filmik > div.play {
    background-image: url(../grafika/play_hover.svg);
}

.jeden_filmik:hover > div.tytul_filmiku {
    background-color: #001B71;
    color: #ffffff;
}

.jeden_filmik:hover > div.tytul_filmiku > span.premiera {
    color: #001B71;
}

.video_image {
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
    bottom: 0px;
    align-self: flex-end;
}

.video_image_szkolenie {
    cursor: default;
}

.intro_play_szkolenie {
    float: left;
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url(../grafika/play.svg);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    z-index: 4;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.filmik_intro_szkolenie:hover > div.filmik > div.intro_play_szkolenie {
    background-image: url(../grafika/play_hover.svg);
}

.play {
    float: left;
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../grafika/play.svg);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    z-index: 4;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cennik_container {
    width: 100%;
    margin-top: 20px;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 48px;
    margin-bottom: 0px;
    height: auto;

}

.content_cennik {
    overflow: visible;
}

.cennik_box {
    width: calc(100%/3 - 24px);
    height: auto;
    background-color: white;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 12px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;

}

.cennik_box:hover > .cennik_ikona_box > .cennik_ikona {
    transform: scale(1.1, 1.1)
}

.cennik_ikona_box {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 20px;
    background-color: #001B71;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: auto;
    color: #6BDAD5;
}

.cennik_ikona {
    top: 20px;
    width: 110px;
    height: auto;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.cennik_name {
    height: auto;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    float: left;
    width: 100%;
    font-family: "Roboto Mono", sans-serif;
    padding-left: 10%;
    padding-right: 10%;
    letter-spacing: -1px;

}

.cennik_bg_color_1 {
    background-color: rgba(107, 218, 213, 0.5);
    color: #001B71;
}

.cennik_bg_color_2 {
    background-color: rgba(107, 218, 213, 0.75);
    color: #001B71;
}

.cennik_bg_color_3 {
    background-color: rgba(107, 218, 213, 1.0);
    color: #001B71;
}


.cennik_container_details {
    float: left;
    height: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    position: relative;
    width: 100%;
}


.cennik_header {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-top: 15px;
    font-weight: 400;
    hyphens: auto;
    font-family: "Roboto Mono", sans-serif;
    border-bottom: 1px solid #ECF0F1;
    margin-bottom: 20px;
}

.cennik_text {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
}

.cennik_list {
    float: left;
    background-image: url(../grafika/cennik_tick.svg);
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: left top 3px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 30px;
    width: auto;
    color: #000000;
    position: relative;
    clear: both;
}

.cennik_list:hover > p {
    color: #001B71;
}

.cennik_list:hover {
    background-image: url(../grafika/cennik_tick_blue.svg);
    cursor: help;
}

.cennik_list:hover > .cennik_list_more_info {
    visibility: visible;
}


.cennik_list_more_info {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: 200px;
    z-index: 100;
    top: calc(100% + 6px);
    left: calc(50% + 15px);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 12px;
    padding-top: 28px;
    line-height: 18px;
    font-size: 14px;
    color: #ffffff;
    background-image: url(../grafika/cennik_info_bg.svg);
    background-repeat: no-repeat;
    background-size: 200px auto;
    background-position: center top;
    z-index: 20;
}

.menu_social_kontakt {
    height: 20px;
    float: left;
    clear: both;
    margin-top: 8px;
}

.yt_kontakt {
    float: right;
    width: 29px;
    height: 20px;
    background-image: url(../grafika/yt_kontakt.svg);
    background-size: auto 20px;
    background-position: center left;
    background-repeat: no-repeat;
}

.fb_kontakt {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-image: url(../grafika/fb_kontakt.svg);
    background-size: auto 20px;
    background-position: center left;
    background-repeat: no-repeat;
}

.insta_kontakt {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-image: url(../grafika/insta_kontakt.svg);
    background-size: auto 20px;
    background-position: center left;
    background-repeat: no-repeat;
}

.mapa_kontakt {
    width: 100%;
    height: 400px;
    float: left;
    padding: 0px 24px;
}

#map {
    height: 100%;
    width: 100%;
}

.baza_wiedzy_photo {
    width: 100%;
    height: 390px;
    background-repeat: no-repeat;
    background-image: url(../grafika/baza_wiedzy_1.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 30px;
    margin-bottom: 54px;
    float: left;
}

.baza_wiedzy_photo_2 {
    background-image: url(../grafika/baza_wiedzy_2.jpg);
}

.baza_wiedzy_photo_3 {
    background-image: url(../grafika/baza_wiedzy_3.jpg);
}

.baza_wiedzy_photo_4 {
    background-image: url(../grafika/baza_wiedzy_4.jpg);
}

.baza_wiedzy_photo_5 {
    background-image: url(../grafika/baza_wiedzy_5.jpg);
}

.baza_wiedzy_photo_6 {
    background-image: url(../grafika/baza_wiedzy_6.jpg);
}


.baza_wiedzy {
    height: auto;
    background-color: #001B71;
    color: #001B71;
    padding-bottom: 100px;
    background-image: url(../grafika/cross.svg);
    background-size: 100px 100px;
    background-position: center top;
    background-repeat: repeat;
}

.baza_wiedzy_title {
    text-align: left;
    font-weight: 300;
    color: #001B71;
    line-height: 60px;
    font-size: 42px;
    text-transform: uppercase;
    clear: both
}





.baza_wiedzy_subtitle {
    text-align: left;
    font-weight: 400;
    color: #001B71;
    font-size: 20px;
    text-transform: uppercase
}


.baza_wiedzy_bullets {
    margin-left: 20px
}

.o_mnie {
    height: auto;
    background-color: rgba(107, 218, 213, 0.75);
    color: #001B71;
    padding-bottom: 100px;
    background-image: url(../grafika/o_mnie_bg.svg);
    background-size: 250px auto;
    background-position: center top;
    background-repeat: repeat;

}

.o_mnie_text {
    color: #001B71;
    margin-top: 10px;
    clear: both;
    width: auto;
    display: block;
    float: left;
    width: 80%;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px;
}

.o_mnie_header {
    color: #001B71;
    margin-top: 60px;
    float: left;
    font-size: 38px;
    line-height: 38px;
    margin-left: 0px;
    font-family: "Roboto Mono";
    padding-left: 24px;

}

.o_mnie_subheader {
    color: #6BDAD5;
    margin-top: 0px;
    font-size: 20px;
    background-color: #001B71;
    width: auto;
    display: block;
    float: left;
    line-height: 20px;
    font-family: "Roboto Mono";
    margin-bottom: 15px;
    margin-left: 24px;
    padding: 10px 12px 12px 12px;
    clear: both;
    margin-top: 12px;
    color: #fff;
}


.o_mnie_photo_wrapper {
    float: left;
    width: 100%;
    margin-right: 0px;
    height: auto;
}

.o_mnie_photo_wrapper_1 {
    float: left;
    width: calc(50% - 19px);
    margin-left: 19px;
    margin-right: 0px;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 5px;
    display: flex;
    box-sizing: border-box;
}

.o_mnie_photo_wrapper_2 {
    float: left;
    width: calc(50% - 19px);
    margin-left: 0px;
    margin-right: 19px;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 5px;
    display: flex;
    box-sizing: border-box;
}

.o_mnie_photo_opis {
    float: left;
    width: calc(100% / 2 - 10px);
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;

}

.o_mnie_photo {
    float: left;
    width: 100%;
    height: auto;
    border: 5px solid #fff;

}

.o_mnie_opis_wrapper {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.o_mnie_imie_nazwisko {
    float: left;
    width: 100%;
    height: auto;
    color: #001B71;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto Mono";
    background-color: #001B71;
    color: #fff;
    padding: 7px;
    text-align: center;
}

.o_mnie_opis {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin-top: 7px;
    padding: 10px;
    padding-bottom: 30px;
    text-align: center;
}


/*MINIATURKA STRONA GŁÓWNA*/

.miniaturka_wrapper {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.miniaturka_circle {
    float: left;
    width: 56px;
    height: 56px;
    border: 1px solid #6BDAD5;
    box-sizing: border-box;
    border-radius: 60px;
    padding: 2px;
    margin-top: 26px;
    margin-right: 11px;
}



.miniaturka {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../grafika/miniaturka_mowologia.png);
    background-size: 54px 54px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50px;
    box-sizing: border-box;
}

.miniaturka_title {
    float: left;
    line-height: 30px;
    margin-left: 20px;
    font-size: 16px;
    width: calc(100% - 110px);
    color: #001b71;
    margin-top: 15px
}




/*MINIATURKA ARTYKUL*/

.miniaturka_wrapper_artykul {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.miniaturka_circle_artykul {
    float: left;
    width: 76px;
    height: 76px;
    border: 1px solid #6BDAD5;
    box-sizing: border-box;
    border-radius: 60px;
    padding: 2px;
    margin-top: 5px;
    margin-right: 11px;
}

.miniaturka_artykul {
    float: left;
    width: 70px;
    height: 70px;
    background-image: url(../grafika/miniaturka_mowologia.png);
    background-size: 74px 74px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 74px;
    box-sizing: border-box;
}

.miniaturka_title_artykul {
    float: left;
    line-height: 30px;
    margin-left: 10px;
    font-size: 16px;
    width: calc(100% - 110px);
    color: #001b71;
    margin-top: 15px
}



/* MINIATURKA SZKOLENIE */

.miniaturka_wrapper_top_szkolenie {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}


.miniaturka_top_szkolenie {
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(../grafika/miniaturka_mowologia.png);
    background-size: 80px 80px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 40px;
    box-sizing: border-box;

}

.miniaturka_circle_top_szkolenie {
    float: left;
    width: 90px;
    height: 90px;
    border: 1px solid #6BDAD5;
    box-sizing: border-box;
    border-radius: 45px;
    padding: 4px;
    margin-top: 0px;
    margin-right: 0px;

}


.miniaturka_title_top_szkolenie {
    float: left;
    line-height: 30px;
    margin-left: 20px;
    margin-top: 35px;
    font-size: 16px;
    width: auto;
    color: #fff;
    background-color: ;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 24px;
    font-weight: 600;
    color: #6bdad5;
}


.tagi_container {
    float: left;
    width: 100%;
    padding: 24px;
}

.tagi {
    float: left;
    width: 100%;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    line-height: 17px;
    font-size: 14px;
    font-weight: 200
}

.gabinet {
    height: auto;
    margin-top: 0px;
    padding-bottom: 60px;
    background-color: #ecf0f1;
}

.zoom {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 34px;
    width: 100%;
    height: 100%
}

.img-responsive {
    width: 100%;
    height: auto;
    float: left
}

.link {
    float: left;
    position: relative;
    width: calc(100% / 3);
    height: auto;
    border-bottom: 5px solid #ecf0f1;
    border-right: 5px solid #ecf0f1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.link_nisco {
    color: #fff;
    text-decoration: none;
}

.link:hover div.zoom {
    background-image: url(../grafika/zoom.svg);
    background-color: rgba(107, 218, 213, 0.75)
}

.link_szkolenie {
    width: calc(100% / 4);
}

.link_szkolenie_glowna {
    border-bottom: 5px solid #001B71;
    border-right: 5px solid #001B71;
}


/*SZKOLENIA*/

.szkolenia {
    height: auto;
    margin-top: 0px;
    padding-bottom: 33px;
    background-color: #ecf0f1;
    padding-top: 0px;
    padding-bottom: 60px;
}

.szkolenia_header {
    margin-top: 60px;
    color: #001B71;

}

.szkolenia_text {
    color: #001B71;
    margin-top: 10px;
    clear: both;
    width: auto;
    display: block;
    float: left;
    width: 80%;
    padding-left: 24px;
}

.szkolenia_horizontal_line_container {
    float: left;
    height: auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 24px;
    margin-bottom: 24px;

}



.szkolenia_horizontal_line {
    float: left;
    height: auto;
    line-height: 26px;
    font-family: "Roboto Mono";
    font-size: 22px;
    width: 100%;
    border-bottom: 1px dashed #001B71;
    border-top: 1px solid #001B71;
    color: #001B71;
    padding-bottom: 8px;
    padding-top: 6px;
}



.szkolenia_ikona_data {
    float: left;
    height: 52px;
    background-image: url(../grafika/data_szkolenia.svg);
    background-size: 20px 20px;
    background-position: center left 14px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 16px;
    line-height: 52px;
    padding-left: 49px;
    margin-top: 30px;
    border-left: 1px solid #ffffff;
    padding-right: 19px;
    width: 155px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.szkolenia_ikona_prowadzaca {
    height: 52px;
    background-size: 52px 52px;
    background-position: center left 0px;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 30px;
    width: auto;
    display: block;
    float: left;
    width: 150px;
    line-height: 20px;
    padding-right: 14px;
    padding-left: 14px;
    border-left: 0px solid #ffffff;
    font-family: "Roboto Mono";
    padding-top: 5px;
    font-size: 16px;
    background-image: none;
    border-left: 1px solid #fff;
}


.szkolenia_ikona_lokalizacja {
    background-image: url(../grafika/lokalizacja_szkolenia.svg);
    width: auto;
}

.szkolenia_ikona_dni {
    background-image: url(../grafika/dni_szkolenia.svg);
    width: auto;
}

.szkolenia_ikona_cena {
    background-image: url(../grafika/cena_szkolenia.svg);
    width: auto;
}

.szkolenia_tylul {
    height: 52px;
    background-repeat: no-repeat;
    color: #6BDAD5;
    margin-top: 30px;
    width: auto;
    display: block;
    float: left;
    width: auto;
    padding-left: 0px;
    line-height: 52px;
    padding-right: 14px;
    border-left: 0px solid #ffffff;
    font-family: "Roboto Mono";
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500
}

.szkolenie_grupowe_container {
    float: left;
    border-bottom: 1px dashed #001B71;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 24px;
    padding-bottom: 25px;
    display: flex;
    padding-bottom: 75px;

}

.szkolenie_grupowe_photo_container {
    float: left;
    width: 35%;
    margin-right: 25px;
}

.szkolenie_grupowe_photo {
    width: 100%;
    float: left;
    border: 0px solid #fff;
}

.szkolenie_grupowe_text_container {
    float: left;
    width: 65%;
    padding-left: 24px;
    border-left: 1px solid #001B71;
    box-sizing: border-box;
}

.szkolenie_grupowe_marker {
    float: left;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    color: #001B71;
    background-color: rgba(0, 27, 113, 0.15);
    border-radius: 3px;
    clear: both;
    margin-bottom: 10px;
}

.szkolenie_grupowe_tytul {
    float: left;
    color: #fff;
    line-height: 28px;
    font-size: 24px;
    width: 75%;
    color: #001B71;
    font-weight: 500;
    font-family: "Roboto Mono";
    text-transform: uppercase;
    clear: both;
}

.szkolenie_grupowe_opis {
    float: left;
    color: #001B71;
    line-height: 20px;
    font-size: 16px;
    margin-top: 15px;
    width: 80%;
    clear: both;

}

.dowiedz_sie_wiecej_szkolenie_grupowe {
    float: left;
    height: 40px;
    width: auto;
    line-height: 39px;
    padding: 0px 20px 0px 20px;
    background-color: #001B71;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    font-size: 15px;
    clear: both;
}

.szkolenie_indywidualne_container {
    float: left;
    width: 100%;
    display: flex;
    padding-bottom: 0px;
}


.szkolenie_indywidualne_photo_container {
    float: left;
    width: 35%;
    margin-right: 25px;
}

.szkolenie_indywidualne_photo {
    width: 100%;
    float: left;
    border: 0px solid #fff;
}

.szkolenie_indywidualne_text_container {
    float: left;
    width: 65%;
    padding-left: 24px;
    border-left: 1px solid #001B71;
    box-sizing: border-box;
}

.szkolenie_indywidualne_marker {
    float: left;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    color: #001B71;
    background-color: rgba(0, 27, 113, 0.15);
    border-radius: 3px;
    clear: both;
    margin-bottom: 10px;
}

.szkolenie_indywidualne_tytul {
    float: left;
    color: #fff;
    line-height: 28px;
    font-size: 24px;
    width: 75%;
    color: #001B71;
    font-weight: 500;
    font-family: "Roboto Mono";
    text-transform: uppercase;
    clear: both;
}

.szkolenie_indywidualne_opis {
    float: left;
    color: #001B71;
    line-height: 20px;
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
    clear: both
}

.dowiedz_sie_wiecej_szkolenie_indywidualne {
    float: left;
    height: 40px;
    width: auto;
    line-height: 39px;
    padding: 0px 20px 0px 20px;
    background-color: #001B71;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    font-size: 15px;
    clear: both;
    cursor: not-allowed;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.ikona_main_szkolenie {
    float: left;
    height: 52px;
    background-image: url(../grafika/data_szkolenia.svg);
    background-size: 20px 20px;
    background-position: center left 14px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 16px;
    line-height: 52px;
    padding-left: 49px;
    margin-top: 30px;
    border-left: 1px solid #001B71;
    padding-right: 19px;
    width: 155px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.horizontal_line_main_szkolenie {
    float: left;
    height: auto;
    line-height: 26px;
    font-family: "Roboto Mono";
    font-size: 22px;
    width: 100%;
    border-bottom: 0px dashed #fff;
    color: #001b71;
    padding-bottom: 30px;
    padding-top: 0px
}

.ikona_data_main_szkolenie {
    border-left: 0px;
    background-image: url(../grafika/data_szkolenia_details.svg);
    background-position: center left 0px;
    color: #001B71;
    background-size: 20px 20px;
    background-position: center left 0px;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-weight: 400;
    width: auto;
    border-left: 0px;
}

.ikona_lokalizacja_main_szkolenie {
    background-image: url(../grafika/lokalizacja_szkolenia_szczegoly.svg);
    color: #001B71;
    border-left: 1px solid #001B71;
    font-weight: 400;
    width: auto;
}

.ikona_dni_main_szkolenie {
    background-image: url(../grafika/dni_szkolenia_szczegoly.svg);
    color: #001B71;
    border-left: 1px solid #001B71;
    font-weight: 400;
    width: auto;
}

.ikona_max_main_szkolenie {
    background-image: url(../grafika/max_szkolenia_szczegoly.svg);
    color: #001B71;
    border-left: 1px solid #001B71;
    font-weight: 400;
    width: auto;
}

.ikona_cena_main_szkolenie {
    background-image: url(../grafika/cena_szkolenia_szczegoly.svg);
    color: #001B71;
    border-left: 1px solid #001B71;
    font-weight: 400;
    width: auto;
}


/*E-KURS {*/

.e_kurs_cennik_box {
    width: calc(100%/3 - 24px);
    height: auto;
    background-color: white;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 12px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;

}

.e_kurs_cennik_box:hover > .e_kurs_cennik_ikona_box > .e_kurs_cennik_ikona {
    transform: scale(1.1, 1.1)
}

.e_kurs_cennik_ikona_box {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 20px;
    background-color: #001B71;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: auto;
    color: #6BDAD5;
}

.e_kurs_cennik_bg_color_1 {
    background-color: rgba(107, 218, 213, 0.6);
    color: #001B71;
}

.e_kurs_cennik_bg_color_2 {
    background-color: rgba(107, 218, 213, 0.8);
    color: #001B71;
}

.e_kurs_cennik_bg_color_3 {
    background-color: rgba(107, 218, 213, 1.0);
    color: #001B71;
}

.e_kurs_cennik_ikona {
    top: 20px;
    width: 110px;
    height: auto;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.e_kurs_cennik_name {
    height: auto;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    float: left;
    width: 100%;
    font-family: "Roboto Mono", sans-serif;
    padding-left: 10%;
    padding-right: 10%;
    letter-spacing: -1px;
    font-weight: 500

}

.e_kurs_cennik_container {
    width: 100%;
    margin-top: 20px;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 48px;
    margin-bottom: 40px;
    height: auto;

}

.e_kurs_cennik_container_details {
    float: left;
    height: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-top: 24px;
    position: relative;
    width: 100%;
}

.e_kurs_cennik_header {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    margin-top: 15px;
    font-weight: 500;
    hyphens: auto;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #ECF0F1;
    border-top: 1px solid #ECF0F1;
    margin-bottom: 0px;
}

.e_kurs_cennik_list {
    float: left;
    background-image: url(../grafika/cennik_tick.svg);
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: left top 3px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 30px;
    width: auto;
    color: #000000;
    position: relative;
    clear: both;
}

.e_kurs_cennik_list:hover > p {
    color: #001B71;
}

.e_kurs_cennik_list:hover {
    background-image: url(../grafika/cennik_tick_blue.svg);
    cursor: default;
}

.e_kurs_cennik_list:hover > .cennik_list_more_info {
    visibility: visible;
}

.e_kurs_cennik_list_more_info {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: 200px;
    z-index: 100;
    top: calc(100% + 6px);
    left: calc(50% + 15px);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 12px;
    padding-top: 28px;
    line-height: 18px;
    font-size: 14px;
    color: #ffffff;
    background-image: url(../grafika/cennik_info_bg.svg);
    background-repeat: no-repeat;
    background-size: 200px auto;
    background-position: center top;
    z-index: 20;
}

.e_kurs {
    height: auto;
    margin-top: 0px;
    background-image: url(../grafika/pattern_e_kurs.svg);
    background-size: 30px 30px;
    background-position: center top;
    padding-bottom: 33px;
    background-color: #001b71;
    padding-top: 110px;
    padding-bottom: 60px;
}

.e_kurs_header {
    margin-top: 60px;
    color: #fff;

}

.e_kurs_text {
    color: #fff;
    margin-top: 10px;
    clear: both;
    width: auto;
    display: block;
    float: left;
    width: 80%;
    padding-left: 24px;
}

.e_kurs_horizontal_line_container {
    float: left;
    height: auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 24px;
}



.e_kurs_horizontal_line {
    float: left;
    height: auto;
    line-height: 26px;
    font-family: "Roboto Mono";
    font-size: 22px;
    width: 100%;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 6px
}

.e_kurs_dla_logopedow_marker {
    float: left;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    clear: both;
    margin-bottom: 10px;
}

.e_kurs_dla_pacjentow_marker {
    float: left;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    clear: both;
    margin-bottom: 10px;
}

.e_kurs_dla_logopedow_container {
    float: left;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    display: flex;
    padding-bottom: 75px;

}

.e_kurs_dla_logopedow_photo_container {
    float: left;
    width: 25%;
    margin-right: 25px;
}

.e_kurs_dla_logopedow_photo {
    width: 100%;
    float: left;
    border: 3px solid #fff;
}

.e_kurs_dla_logopedow_text_container {
    float: left;
    width: 75%;
    padding-left: 24px;
    border-left: 1px solid #6BDAD5;
    box-sizing: border-box;
}

.e_kurs_dla_logopedow_tytul {
    float: left;
    color: #fff;
    line-height: 28px;
    font-size: 24px;
    width: 75%;
    color: #6BDAD5;
    font-family: "Roboto Mono";
    text-transform: uppercase;
    clear: both;
}

.e_kurs_dla_logopedow_opis {
    float: left;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    margin-top: 15px;
    width: 80%;
    clear: both;

}

.dowiedz_sie_wiecej_e_kurs_dla_logopedow {
    float: left;
    height: 40px;
    width: auto;
    line-height: 39px;
    padding: 0px 20px 0px 20px;
    background-color: rgba(107, 213, 218, 1);
    text-align: center;
    color: #001B71;
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    font-size: 15px;
    clear: both;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dowiedz_sie_wiecej_e_book_dla_logopedow {
    float: left;
    height: 40px;
    width: auto;
    line-height: 39px;
    padding: 0px 20px 0px 20px;
    background-color: #001B71;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    font-size: 15px;
    clear: both;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 12px;
}


.e_kurs_dla_pacjentow_container {
    float: left;
    width: 100%;
    display: flex;
    padding-bottom: 0px;
}


.e_kurs_dla_pacjentow_photo_container {
    float: left;
    width: 25%;
    margin-right: 25px;
}

.e_kurs_dla_pacjentow_photo {
    width: 100%;
    float: left;
    border: 3px solid #fff;
}

.e_kurs_dla_pacjentow_text_container {
    float: left;
    width: 75%;
    padding-left: 24px;
    border-left: 1px solid #6BDAD5;
    box-sizing: border-box;
}

.e_kurs_dla_pacjentow_tytul {
    float: left;
    color: #fff;
    line-height: 28px;
    font-size: 24px;
    width: 75%;
    color: #6BDAD5;
    font-family: "Roboto Mono";
    text-transform: uppercase;
    clear: both;
}

.e_kurs_dla_pacjentow_opis {
    float: left;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    margin-top: 15px;
    width: 80%;
    clear: both
}

.dowiedz_sie_wiecej_e_kurs_dla_pacjentow {
    float: left;
    height: 40px;
    width: auto;
    line-height: 39px;
    padding: 0px 20px 0px 20px;
    background-color: #6BDAD5;
    text-align: center;
    color: #001B71;
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    font-size: 15px;
    clear: both;
    cursor: not-allowed;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ikona_e_kurs {
    float: left;
    height: 52px;
    background-image: url(../grafika/data_szkolenia.svg);
    background-size: 20px 20px;
    background-position: center left 14px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 16px;
    line-height: 52px;
    padding-left: 49px;
    margin-top: 30px;
    border-left: 1px solid #ffffff;
    padding-right: 19px;
    width: 155px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.horizontal_line_e_kurs {
    float: left;
    height: auto;
    line-height: 26px;
    font-family: "Roboto Mono";
    font-size: 22px;
    width: 100%;
    border-bottom: 0px dashed #fff;
    color: #001b71;
    padding-bottom: 30px;
    padding-top: 0px
}

.ikona_data_e_kurs {
    border-left: 0px;
    background-image: url(../grafika/data_szkolenia.svg);
    color: #fff;
    background-size: 20px 20px;
    background-position: center left 0px;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-weight: 400;
    width: auto;
}

.ikona_lokalizacja_e_kurs {
    background-image: url(../grafika/lokalizacja_szkolenia.svg);
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 400;
    width: auto;
}

.ikona_dni_e_kurs {
    background-image: url(../grafika/dni_szkolenia.svg);
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 400;
    width: auto;
}

.ikona_max_e_kurs {
    background-image: url(../grafika/max_szkolenia.svg);
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 400;
    width: auto;
}

.ikona_cena_e_kurs {
    background-image: url(../grafika/cena_szkolenia.svg);
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 400;
    width: auto;
}

/*INSTAGRAM FEED*/

.instagram_feed {
    height: auto;
    background-color: #f5f5f5;
}


.content_instagram_feed {
    padding: 0px 24px 48px 24px;
}

.zmora_webinar_landing {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 80px;
    margin-top: -120px;
    background-image: url(../grafika/pobierz_e_book_bg.svg);
    background-size: cover;
    background-position: center top;
    background-color: transparent;
    
}

/*WEBINAR MAIN SITE*/

.webinary_bookmark{
    background-image: url(../grafika/pattern_webinary.svg);
    background-size: 40px 40px;
    background-position: left top;
    padding-bottom: 8px;
    background-color: #ace3e1;
}

/*WEBINAR LANDING */

.bookmark_webinar_landing {
    width: 100%;
    height: auto;
}

.top_bg_webinar_landing_mobile {
    width: 100%;
    background-image: url(../grafika/skuteczna_metoda_na_seplenienie_boczne.png);
    background-size: auto calc(100% + 30px);
    background-position: left calc(50% + 10px) top 30px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: calc(100% - 228px);
    display: none;
    margin-bottom: 0px;
    background-color: #03204A;
}

.top_bg_webinar_rotacyzm_landing_mobile {
    width: 100%;
    background-image: url(../grafika/skuteczna_metoda_na_rotacyzm.png);
    background-size: auto calc(100% + 30px);
    background-position: left calc(50% + 10px) top 30px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: calc(100% - 228px);
    display: none;
    margin-bottom: 0px;
    background-color: #03204A;
}



.bookmark_content_webinar_landing_moblie {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    background-image: linear-gradient(to top, rgba(3, 32, 74, 1) 0px, rgba(3, 32, 74, 1) 5%, rgba(3, 32, 74, 0.75) 10%, rgba(3, 32, 74, 0) 25%);

    /*
    border-left: 1px solid white;
    border-right: 1px solid white;
*/
}

.container_top_bg_webinar_mobile {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    bottom: 0px;
    height: auto;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 24px;
}

.container_top_bg_webinar_image_mobile {
    float: left;
    width: 100%;
    margin-left: 0px;
}


.seplenienie_icon_webinar_landing {
    float: left;
    height: 220px;
    width: auto;
}

.text_top_bg_webinar_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 0px;
    width: 65%;
    float: left;
    color: #fff;
}

.top_bg_webinar_landing {
    background-image: url(../grafika/skuteczna_metoda_na_seplenienie_boczne.png);
}

.top_bg_webinar_landing {
    width: 100%;
    height: 100%;
    max-height: 800px;
    background-image: url(../grafika/skuteczna_metoda_na_seplenienie_boczne.png);
    background-size: auto 800px;
    background-position: calc(50% + 310px) 30px;
    background-repeat: no-repeat;
    background-color: #03204A;
}

.top_bg_webinar_rotacyzm_landing {
    width: 100%;
    height: 100%;
    max-height: 800px;
    background-image: url(../grafika/skuteczna_metoda_na_rotacyzm.png);
    background-size: auto 800px;
    background-position: calc(50% + 250px) 30px;
    background-repeat: no-repeat;
    background-color: #03204A;
}

.container_top_bg_webinar_landing {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    height: auto;
    width: 60%;
    left: 24px;
    top: 150px;
    /*
    background-image: url(../grafika/strzalka_top_e_kurs_landing.svg);
    background-size: auto 94px;
    background-position: right 100px bottom 40px;
    background-repeat: no-repeat;
*/
}

.bookmark_content_webinar_landing {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    /*
    border-left: 1px solid white;
    border-right: 1px solid white;
*/
}


.header_center_webinar_landing {
    font-family: 'Roboto', monospace;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 400;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: relative;
    margin-top: 100px;
    padding-left: 15%;
    padding-right: 15%;
    height: auto;
    text-transform: uppercase;
    color: #001C63
}


.podglad_dlaczego_webinar_mobile{
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-bottom: 36px;
    display: none
}


.dlaczego_webinar_landing {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    background-image: url(../grafika/bg_e_book_dlaczego.svg);
    background-size: cover;
    background-position: center center;
}


.bookmark_content_webinar_landing_dlaczego {
    background-image: url(../grafika/imac_macbook_webinar_seplenienie.png);
    background-size: 50% auto;
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: right 24px top 75px;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 100px;
}

.bookmark_content_webinar_rotacyzm_landing_dlaczego {
    background-image: url(../grafika/imac_macbook_webinar_rotacyzm.png);
    background-size: 50% auto;
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: right 24px top 75px;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 100px;
}


.webinar_cennik_box {
    width: calc(100%/2 - 24px);
    height: auto;
    background-color: white;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 12px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;

}

.webinar_cennik_box:hover > .e_kurs_cennik_ikona_box > .e_kurs_cennik_ikona {
    transform: scale(1.1, 1.1)
}

.webinar_rotacyzm_cennik_box {
    width: calc(100%/3 - 24px);
    height: auto;
    background-color: white;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 12px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;

}

.webinar_rotacyzm_cennik_box:hover > .e_kurs_cennik_ikona_box > .e_kurs_cennik_ikona {
    transform: scale(1.1, 1.1)
}



/*MINI E-KURS LANDING*/

.bookmark_mini_e_kurs_landing {
    width: 100%;
    height: auto;
}

.top_bg_mini_e_kurs_wyrazniejsza_landing {
    width: 100%;
    height: 100%;
    max-height: 780px;
    background-image: url(../grafika/wyrazniejsza_mowa_w_5_minut_top_bg.png);
    background-size: auto 780px;
    background-position: calc(50% + 250px) 30px;
    background-repeat: no-repeat;
    background-color: #03204A;
}

.bookmark_content_mini_e_kurs_landing {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    /*
    border-left: 1px solid white;
    border-right: 1px solid white;
*/
}


.container_top_bg_mini_e_kurs_landing {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    height: auto;
    width: 60%;
    left: 24px;
    top: 180px;
    /*
    background-image: url(../grafika/strzalka_top_e_kurs_landing.svg);
    background-size: auto 94px;
    background-position: right 100px bottom 40px;
    background-repeat: no-repeat;
*/
}

.wyrazniejsza_mowa_w_5_minut_mini_e_kurs_landing {
    float: left;
    height: 220px;
    width: auto;
}

.materialy_utrwalanie_r_landing {
    float: left;
    height: 200px;
    width: auto;
}

.text_top_bg_mini_e_kurs_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 0px;
    width: 65%;
    float: left;
    color: #fff;
}

.subheder_top_bg_mini_e_kurs_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 24px;
    float: left;
    margin-top: 5px;
    clear: both;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 18px;
    background-image: url(../grafika/tick_e_kurs_landing_ewelina.svg);
    background-size: 20px 20px;
    background-position: right 5px center;
    background-repeat: no-repeat;

}

.kup_top_mini_e_kurs_landing {
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #6BDAD5;
    color: #001B71;
    background-color: #FF6600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 18px;
    border-radius: 6px;
    font-size: 16px;
    clear: both;
    cursor: pointer;
    margin-left: 0px;
}

.top_bg_mini_e_kurs_landing_mobile {
    width: 100%;
    background-image: url(../grafika/wyrazniejsza_mowa_w_5_minut_top_bg.png);
    background-size: auto calc(100% + 30px);
    background-position: left calc(50% + -20px) top 30px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: calc(100% - 228px);
    display: none;
    margin-bottom: 0px;
    background-color: #03204A;
}

.bookmark_content_mini_e_kurs_landing_moblie {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    background-image: linear-gradient(to top, rgba(3, 32, 74, 1) 0px, rgba(3, 32, 74, 1) 5%, rgba(3, 32, 74, 0.75) 10%, rgba(3, 32, 74, 0) 25%);

    /*
    border-left: 1px solid white;
    border-right: 1px solid white;
*/
}

.container_top_bg_mini_e_kurs_mobile {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    bottom: 0px;
    height: auto;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 24px;
}

.container_top_bg_mini_e_kurs_image_mobile {
    float: left;
    width: 100%;
    margin-left: 0px;
}

.top_bg_mini_e_kurs_landing {
    width: 100%;
    height: 100%;
    max-height: 780px;
    background-image: url(../grafika/wyrazniejsza_mowa_w_5_minut_top_bg.png);
    background-size: auto 780px;
    background-position: calc(50% + 250px) 30px;
    background-repeat: no-repeat;
    background-color: #03204A;
}

.szybko_mini_e_kurs_landing {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 80px;
    margin-top: -80px;
    background-image: url(../grafika/pobierz_e_book_bg.svg);
    background-size: cover;
    background-position: center top;
    background-color: transparent;
    
}

.bookmark_content_mini_e_kurs_landing_ukonczenie {
    background-image: url(../grafika/imac_macbook_mini_ekurs.png);
    background-size: 50% auto;
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: right 24px top 75px;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 100px;
}

.dolacz_mini_e_kurs_landing {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 80px;
    margin-top: -80px;
    background-image: url(../grafika/pobierz_e_book_bg.svg);
    background-size: cover;
    background-position: center top;
    background-color: transparent;
    background-color: #03204A;
    background-image: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 60px
        
    
}

.header_left_mini_e_kurs_landing {
    font-family: 'Roboto', monospace;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 400;
    padding-left: 0px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
}

.header_left_dolacz_mini_e_kurs_landing{
    font-size: 38px;
    margin-left: 24px;
    width: calc(100% - 48px);
    margin-top: 50px;
    margin-bottom: 0px;
    color: #fff;
}


.text_center_mini_e_kurs_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    width: 90%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #001b71;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 20px;
    bottom: 20px;
    color: #001C63;
}

.text_center_fragment_mini_e_kurs_landing {
    margin-bottom: 72px;
    float: left;
    color: #fff;
    text-align: left;
    width: 90%;
    margin-bottom: 0px;
    padding: 0px;
    margin-left: 24px;
    top: 0px;
    margin-top: 24px;
    margin-bottom: 24px
}


.header_left_dolacz_mini_e_kurs_landing_videos{
    font-size: 38px;
    margin-left: 24px;
    width: calc(100% - 48px);
    margin-top: 50px;
    margin-bottom: 0px;
    color: #fff;
    margin-left: 0px;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 42px;
    font-size: 32px;
    text-transform: none
}

.bookmark_content_mini_e_kurs_landing_videos {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px
}

.container_top_bg_mini_e_kurs_success {
    position: absolute;
    display: block;
    margin: auto 0;
    top: 50%;
    height: auto;
    width: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
    padding-bottom: 48px;
}

.header_top_bg_mini_e_kurs_success {
    font-family: 'Roboto', monospace;
    font-size: 30px;
    line-height: 33px;
    float: left;
    letter-spacing: -1px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 42px
        
}


.text_top_bg_mini_e_kurs_success {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
}


.bookmark_content_mini_e_kurs_landing_success {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px
}


.ikona_mini_e_kurs_success{
    float: left;
    width: 100%;
    height: 50px;
    background-image: url(../grafika/mail_ikona_mini_e_kurs_success_green.svg);
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 24px
}

.ikona_close_mini_e_kurs_success{
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(../grafika/close_mini_e_kurs_success.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 24px
}

.ikona_close_mini_e_kurs_success:hover{
    background-image: url(../grafika/close_mini_e_kurs_success_navy.svg);
    cursor: pointer;
}


/*E-BOOK LANDING */

.bookmark_e_book_landing {
    width: 100%;
    height: auto;
}

.top_bg_e_book_landing_mobile {
    width: 100%;
    background-image: url(../grafika/5_kluczy_bg_top_photo.png);
    background-size: auto calc(100% + 30px);
    background-position: left calc(50% + 60px) top 30px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: calc(100% - 228px);
    display: none;
    margin-bottom: 0px;
    background-color: #03204A;
}

.container_top_bg_e_book_mobile {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    bottom: 0px;
    height: auto;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 24px;
}

.bookmark_content_e_book_landing_moblie {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    background-image: linear-gradient(to top, rgba(3, 32, 74, 1) 0px, rgba(3, 32, 74, 1) 5%, rgba(3, 32, 74, 0.75) 10%, rgba(3, 32, 74, 0) 25%);

    /*
    border-left: 1px solid white;
    border-right: 1px solid white;
*/
}

.bookmark_content_e_book_landing {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    /*
    border-left: 1px solid white;
    border-right: 1px solid white;
*/
}

.strzalka_top_bg_e_book_landing_mobile {
    background-image: url(../grafika/strzalka_w_dol_e_kurs_landing.svg);
    background-size: auto 14px;
    background-position: center top 20px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.25);
    left: 50%;
    margin: 0 auto;
    bottom: 14px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    display: none;
}



.top_bg_e_book_landing {
    width: 100%;
    height: 100%;
    max-height: 780px;
    background-image: url(../grafika/5_kluczy_bg_top_photo.png);
    background-size: auto 780px;
    background-position: calc(50% + 250px) 30px;
    background-repeat: no-repeat;
    background-color: #03204A;
}



.container_top_bg_e_book_mobile {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    bottom: 0px;
    height: auto;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 24px;
}

.container_top_bg_e_book_image_mobile {
    float: left;
    width: 100%;
    margin-left: 0px;
}




.container_top_bg_e_book_landing {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    height: auto;
    width: 60%;
    left: 24px;
    top: 180px;
    /*
    background-image: url(../grafika/strzalka_top_e_kurs_landing.svg);
    background-size: auto 94px;
    background-position: right 100px bottom 40px;
    background-repeat: no-repeat;
*/
}

.piec_kluczy_do_terpaii_icon_e_book_landing {
    float: left;
    height: 220px;
    width: auto;
}

.header_top_bg_e_book_landing {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 30px;
    line-height: 33px;
    float: left;
    letter-spacing: -1px;
    font-weight: 500;
}

.text_top_bg_e_book_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 0px;
    width: 65%;
    float: left;
    color: #fff;
}

.subheder_top_bg_e_book_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 24px;
    float: left;
    margin-top: 5px;
    clear: both;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 18px;
    background-image: url(../grafika/tick_e_kurs_landing_ewelina.svg);
    background-size: 20px 20px;
    background-position: right 5px center;
    background-repeat: no-repeat;

}

.kup_top_e_book_landing {
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #6BDAD5;
    color: #001B71;
    font-family: 'Roboto', sans-serif;
    margin-top: 18px;
    border-radius: 6px;
    font-size: 16px;
    clear: both;
    cursor: pointer;
    margin-left: 0px;
}

.strzalka_w_dol_e_book_landing {
    background-image: url(../grafika/strzalka_w_dol_e_kurs_landing.svg);
    background-size: auto 14px;
    background-position: center top 20px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.25);
    left: 50%;
    margin: 0 auto;
    bottom: 0px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.pobierz_e_book_landing {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 80px;
    margin-top: -80px;
    background-image: url(../grafika/pobierz_e_book_bg.svg);
    background-size: cover;
    background-position: center top;
    background-color: transparent;
    
}

.pobierz_container_e_book_landing {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 120px;
    margin-bottom: 0px;
    display: flex;
}

.pobierz_box_e_book_landing_1_3 {
    width: calc(100%/10*3 - 12px);
    height: auto;
    margin-left: 6px;
    margin-right: 6px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    bottom: 0px;
}

.pobierz_box_webinar_landing_1_3 {
    width: calc(100%/10*4 - 12px);
    height: auto;
    margin-left: 6px;
    margin-right: 6px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    bottom: 0px;
}


.pobierz_box_webinar_landing_2_3 {
    width: calc(100%/10*6 - 24px);
    height: auto;
    background-color: #fff;
    margin-left: 18px;
    margin-right: 6px;
    border-radius: 12px;
    float: left;
    padding-left: 36px;
    padding-right: 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 36px;
    padding-bottom: 36px;
    filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.25));
    margin-bottom: 24px;
}

.pobierz_box_e_book_landing_2_3 {
    width: calc(100%/10*7 - 24px);
    height: auto;
    background-color: #fff;
    margin-left: 18px;
    margin-right: 6px;
    border-radius: 12px;
    float: left;
    padding-left: 36px;
    padding-right: 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 36px;
    padding-bottom: 36px;
    filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.25));
    margin-bottom: 24px;
}

.header_left_e_book_landing {
    font-family: 'Roboto', monospace;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 400;
    padding-left: 0px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
}


.header_left_pobierz_e_book_landing {
    color: #001C63;
    margin-bottom: 36px
}

.input_e_book_name{
    background-color: #ffffff;
    color: #333333;
    border-color: #cccccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 21px;
    margin-bottom: 12px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 12px;
    width: 65%;
    box-sizing: border-box;
    max-width: 100%;
    clear: both;
    float: left
}

.input_e_book_pobierz{
    float: left;
    height: 44px;
    width: auto;
    line-height: 44px;
    padding: 0px 20px 0px 20px;
    background-color: #FF6600;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    border: 0px;
    margin-top: 16px;
}

.check_box_e_book_container{
    float: left;
    width: 100%;
    height: auto;
}

.check_box_e_book_icon{
    float: left;
    height: 16px;
    width: 16px;
    margin-top: 3px;
}
.check_box_e_book_text{
    width: 75%;
    line-height: 22px;
    font-size: 12px;
    float: left;
    padding-left: 12px;
}

.underline_e_book_wyzszy_poziom{
    background-image: url(../grafika/underline_e_book_wyzszy_poziom.svg);
    background-repeat: no-repeat;
    background-size: auto 42px;
}


.dlaczego_e_book_landing {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    background-image: url(../grafika/bg_e_book_dlaczego.svg);
    background-size: cover;
    background-position: center center;
}

.bookmark_content_e_book_landing_dlaczego {
    background-image: url(../grafika/podglad_dlaczego_e_book.png);
    background-size: 50% auto;
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: right 24px top 75px;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 200px;
}




.podglad_dlaczego_e_book_mobile{
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-bottom: 36px;
    display: none
}

.header_left_dlaczego_e_book_landing {
    color: #001C63;
    width: 60%;
    margin-bottom: 36px;
    padding-left: 24px;
    padding-top: 72px;
}

.text_left_dlaczego_e_book_landing {
    color: #001C63;
    margin-bottom: 40px;
    width: 50%;
}

.dlaczego_punkt_e_book_landing {
    float: left;
    width: 40%;
    min-height: 42px;
    background-image: url(../grafika/tick_dlaczeg_e_book.svg);
    background-size: 35px 35px;
    background-position: left top 2px;
    background-repeat: no-repeat;
    padding-left: 52px;
    clear: both;
    margin-left: 24px;
    margin-bottom: 12px;
}

.dlaczego_punkt_materialy_utrwalanie_r_landing {
    float: left;
    width: 52%;
    min-height: 42px;
    background-image: url(../grafika/tick_dlaczeg_e_book.svg);
    background-size: 35px 35px;
    background-position: left top 2px;
    background-repeat: no-repeat;
    padding-left: 52px;
    clear: both;
    margin-left: 24px;
    margin-bottom: 12px;
}



.zaufanie_e_book_landing {
    width: 100%;
    height: auto;
    background-color: #03204A;
    margin-top: -80px;
    background-image: url(../grafika/dr_ewelina_strawa_kesek_mowologia.png), url(../grafika/zaufanie_bg_mobile.svg);
    background-size: auto 100%, 100% auto;
    background-position: calc(50% + 300px) top, center top 60px;
    background-color: transparent;
    background-repeat: no-repeat, no-repeat;
    
}

.header_left_zaufanie_e_book_landing {
    color: #ffffff;
    width: 60%;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-top: 168px;
    float: left
}


.text_left_zaufanie_e_book_landing {
    color: #ffffff;
    margin-bottom: 40px;
    margin-left: 24px;
    width: 50%;
    float: left;
    margin-bottom: 12px;
}


.zaufanie_e_book_landing_photo {
    width: auto;
    height: 300px;
    background-color: #ffffff;
    margin-top: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    float: right;
}

.zaufanie_logo_container_e_book_landing {
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 100px;
    margin-left: 24px;
    border-top: 1px solid #ffffff;
    clear: both;
    padding-top: 24px;
    margin-top: 24px;
}

.zaufanie_logo_e_book_landing {
    width: auto;
    height: 23px;
    float: left;
    clear: both
}

.zaufanie_logo_text_e_book_landing {
    float: left;
    line-height: 23px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 110px;
    background-image: url(../grafika/strzalka_w_lewo_www_e_kurs_landing_white.svg);
    background-size: auto 13px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 24px;
    font-weight: 600;
    font-size: 14px
}


.text_left_e_book_info_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    width: 75%;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    padding-left: 24px;
    color: #6BDAD5;
    margin-bottom: 20px
}

.info_e_book_landing {
    width: 100%;
    height: auto;
    background-color: #e5e5e5;
}

.text_center_e_book_info_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    padding-left: 24px;
    color: #03204A;
    font-weight: 500;
    margin-bottom: 40px;
    padding-right: 24px;
    width: 100%;
}

.lock_color_info{
    color: transparent;
    text-shadow: 0 0 0 #03204A;
}















/*E-KURS LANDING */

.bookmark_e_kurs_landing {
    width: 100%;
    height: auto;
}

.bookmark_content_e_kurs_landing_moblie {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    background-image: linear-gradient(to top, rgba(3, 32, 74, 1) 0px, rgba(3, 32, 74, 1) 5%, rgba(3, 32, 74, 0.75) 10%, rgba(3, 32, 74, 0) 25%);

    /*
    border-left: 1px solid white;
    border-right: 1px solid white;
*/
}

.bookmark_content_e_kurs_landing {
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: 100%;
    /*
    border-left: 1px solid white;
    border-right: 1px solid white;
*/
}

.bookmark_content_e_kurs_landing_ewelina {
    background-image: url(../grafika/piec_lat_ewelina_e_kurs_landing.png);
    background-size: auto calc(100% - 20px);
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: calc(50% + 280px) bottom;
    background-repeat: no-repeat;
    height: 100%;
}

.top_bg_e_kurs_landing_mobile {
    width: 100%;
    background-image: url(../grafika/ewelina_e_kurs_landing_glowne_mobile_new.jpg);
    background-size: auto calc(100% + 30px);
    background-position: center top -30px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: calc(100% - 228px);
    display: none;
    margin-bottom: 0px;
}

.strzalka_top_bg_e_kurs_landing_mobile {
    background-image: url(../grafika/strzalka_w_dol_e_kurs_landing.svg);
    background-size: auto 14px;
    background-position: center top 20px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.25);
    left: 50%;
    margin: 0 auto;
    bottom: 14px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    display: none;
}

.top_bg_e_kurs_landing {
    width: 100%;
    height: 100%;
    max-height: 830px;
    background-image: url(../grafika/ewelina_e_kurs_landing_glowne_new.jpg);
    background-size: auto 960px;
    background-position: calc(50% - 70px) -70px;
    background-repeat: no-repeat;
}

.container_top_bg_e_kurs_mobile {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    bottom: 0px;
    height: auto;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 24px;
}

.container_top_bg_e_kurs_image_mobile {
    float: left;
    width: 100%;
    margin-left: 0px;
}


.container_top_bg_e_kurs_landing {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    height: auto;
    width: 60%;
    left: 24px;
    top: 90px;
    /*
    background-image: url(../grafika/strzalka_top_e_kurs_landing.svg);
    background-size: auto 94px;
    background-position: right 100px bottom 40px;
    background-repeat: no-repeat;
*/
}


.nie_skreslaj_doroslych_icon_e_kurs_landing {
    float: left;
    height: 190px;
    width: auto;
}

.header_top_bg_e_kurs_landing {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 30px;
    line-height: 33px;
    float: left;
    letter-spacing: -1px;
    font-weight: 500;
}

.text_top_bg_e_kurs_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 0px;
    width: 75%;
    float: left;
    color: #fff;
}

.subheder_top_bg_e_kurs_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 24px;
    float: left;
    margin-top: 5px;
    clear: both;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 18px;
    background-image: url(../grafika/tick_e_kurs_landing_ewelina.svg);
    background-size: 20px 20px;
    background-position: right 5px center;
    background-repeat: no-repeat;

}

.kup_top_e_kurs_landing {
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #6BDAD5;
    color: #001B71;
    background-color: #FF6600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 18px;
    border-radius: 6px;
    font-size: 16px;
    clear: both;
    cursor: pointer;
    margin-left: 0px;
}

.zegar_e_kurs_landing_container {
    position: absolute;
    width: auto;
    left: 24px;
    bottom: 65px;
}

.zegar_e_kurs_landing_header {
    float: left;
    color: #000000;
    font-weight: 600;
    line-height: 16px;
    font-size: 16px;
    clear: both;
    margin-bottom: 12px;
}

.zegar_e_kurs_landing {
    float: left;
    display: inline-block;
    margin: auto 0;
    font-size: 30px;
    text-align: center;
    clear: both;
    margin-bottom: 12px;
}

#clockdiv > div {
    padding: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    float: left;
    width: 80px;
    height: 110px;
}

#clockdiv div > span {
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    color: #000000;
    font-weight: 500;
    font-size: 42px;
    padding-bottom: 10px;
    padding-top: 10px;

}

.smalltext {
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

#clockdiv > div.dots_e_kurs_landing {
    background-image: url(../grafika/dots_e_kurs_landing.svg);
    background-size: 4px 16px;
    background-position: center top 35px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    width: 12px;
    height: 110px;
}

.pomoc_e_kurs_landing {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 80px;
    margin-top: -30px;
    background-image: url(../grafika/yt_bg.svg);
    background-size: auto 1300px;
    background-position: center top;
}

.header_center_e_kurs_landing {
    font-family: 'Roboto', monospace;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 400;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: relative;
    margin-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
    text-transform: uppercase;
    color: #001C63
}


.text_center_e_kurs_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    width: 90%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #001b71;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 20px;
    bottom: 20px;
    color: #001C63;
}

.pomoc_strzalka_w_dol_e_kurs_landing {
    background-image: url(../grafika/strzalka_w_dol_e_kurs_landing.svg);
    background-size: auto 14px;
    background-position: center top 20px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.25);
    left: 50%;
    margin: 0 auto;
    bottom: 0px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.pomoc_container_e_kurs_landing {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 54px;
    margin-bottom: 0px;
    display: flex;
}

.pomoc_box_e_kurs_landing {
    width: calc(100%/3 - 12px);
    height: auto;
    background-color: #fff;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 12px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #abe3e0;
}

.pomoc_ikona_e_kurs_landing {
    width: 100%;
    height: 65px;
    display: inline-block;
    float: left;
    padding-bottom: 20px;
    background-image: url(../grafika/wyszukiwarka_ikona_e_kurs_landing.svg);
    background-size: auto 53px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pomoc_ikona_e_kurs_landing_polska {
    background-image: url(../grafika/pomoc_ikona_e_kurs_landing_polska.svg);
    background-size: auto 65px;
}

.pomoc_ikona_e_kurs_landing_czas {
    background-image: url(../grafika/pomoc_ikona_e_kurs_landing_czas.svg);
    background-size: auto 53px;
}

.pomoc_ikona_webinar_landing {
    width: 100%;
    height: 65px;
    display: inline-block;
    float: left;
    padding-bottom: 20px;
    background-image: url(../grafika/seplenienie_boczne_icon.svg);
    background-size: auto 65px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pomoc_ikona_webinar_rotacyzm_landing{
     background-image: url(../grafika/rotacyzm_icon.svg);
}

.pomoc_ikona_webinar_landing_czas {
    background-image: url(../grafika/pomoc_ikona_e_kurs_landing_czas.svg);
    background-size: auto 65px;
    
}.pomoc_ikona_webinar_landing_jezyk {
    background-image: url(../grafika/pomoc_ikona_jezyk_wibracje.svg);
    background-size: auto 65px;
}

.pomoc_ikona_webinar_landing_3_razy {
    background-image: url(../grafika/3_razy_seplenienie_boczne.svg);
    background-size: auto 65px;
}

.pomoc_ikona_webinar_landing_mowienie {
    background-image: url(../grafika/sposob_mownienia_ikona.svg);
    background-size: auto 65px;
}


.pomoc_text_e_kurs_landing {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #001B71;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
    padding-right: 10px
}

.nagrania_e_kurs_landing {
    width: 100%;
    height: auto;
    background-color: #03204A;
    padding-bottom: 46px;
}

.header_left_e_kurs_landing {
    font-family: 'Roboto', monospace;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 400;
    padding-left: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 60px;
}


.text_left_e_kurs_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    width: 75%;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    padding-left: 24px;
    color: #6BDAD5;
    margin-bottom: 20px
}

.piec_lat_e_kurs_landing {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    background-image: url(../grafika/piec_lat_bg_e_kurs_landing.svg);
    background-size: 2spis_tresci_wraper_e_kurs_landing auto;
    background-position: center center;
}

.header_left_piec_lat_e_kurs_landing {
    color: #001C63;
    width: 50%;
    margin-bottom: 36px
}

.text_left_piec_lat_e_kurs_landing {
    color: #001C63;
    margin-bottom: 40px;
    width: 50%;
}

.piec_lat_punkt_e_kurs_landing {
    float: left;
    width: 40%;
    min-height: 42px;
    background-image: url(../grafika/dot_piec_lat_e_kurs_landing.svg);
    background-size: 40px 40px;
    background-position: left top 2px;
    background-repeat: no-repeat;
    padding-left: 52px;
    clear: both;
    margin-left: 24px;
    margin-bottom: 12px;
}

.piec_lat_linia_e_kurs_landing {
    width: 40%;
    height: 1px;
    background-color: #001C63;
    float: left;
    margin-left: 24px;
    margin-top: 24px;
    clear: both;
    margin-bottom: 25px;
}

.piec_lat_logo_container_e_kurs_landing {
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 60px;
    margin-left: 24px;
    border-top: 1px solid #001C63;
    clear: both;
    padding-top: 24px;
    margin-top: 24px;
}

.piec_lat_logo_e_kurs_landing {
    width: auto;
    height: 23px;
    float: left;
    background-image: url(../grafika/logo_mowologia.svg);
    background-size: auto 23px;
    background-repeat: no-repeat;
    clear: both
}

.piec_lat_logo_text_e_kurs_landing {
    float: left;
    line-height: 23px;
    font-size: 16px;
    color: #001C63;
    padding-left: 110px;
    background-image: url(../grafika/strzalka_w_lewo_www_e_kurs_landing.svg);
    background-size: auto 13px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 24px;
    font-weight: 600;
    font-size: 14px
}

.video-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.video-responsive {
  position: relative;
  display: block;
  width: 300px;
  overflow: hidden;
}


.video-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.video-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.opinie_pierwszych_kursantow{
    float: left;
    width: calc(25% - 5px);
    height: auto;
    margin-right: 6px;
    margin-bottom: 6px;
}

.opinie_pierwszych_kursantow_last{
    margin-right: 0px;
}
.bookmark_content_kto_e_kurs_landing {
    padding-left: 24px;
    padding-right: 24px;
}

.kto_e_kurs_landing {
    width: 100%;
    height: auto;
    background-color: #e5e5e5;
    padding-bottom: 80px;
    background-image: url(../grafika/pattern_e_kurs_landing.svg);
    background-size: 40px 40px;
    background-position: left top;
    /*
    background-image: url(../grafika/yt_bg.svg);
    background-size: auto 1300px;
    background-position: center top;
*/
}

.text_center_kto_e_kurs_landing {
    margin-bottom: 72px;
}

.kto_kafelek_e_kurs_landing {
    float: left;
    width: 100%;
    height: auto;
    min-height: 50px;
    background-color: #ffffff;
    padding: 48px;
    margin-bottom: 24px;
    border-radius: 10px;

}

.kto_ikona_e_kurs_landing {
    float: left;
    width: 210px;
    height: auto;
}

.kto_ikona_header_e_kurs_landing {
    float: left;
    width: calc(100% - 210px);
    height: auto;
    color: #001c63;
    font-size: 22px;
    padding-left: 48px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}

.kto_ikona_header_e_kurs_landing_webinar_last{
    width: calc(100% - 245px);
}
.kto_ikona_text_e_kurs_landing {
    float: left;
    width: calc(100% - 210px);
    height: auto;
    color: #001c63;
    line-height: 20px;
    font-size: 16px;
    padding-left: 48px;
}

.header_center_cena_pacjent_e_kurs_landing {
    color: #ffffff;
}

.cena_pacjent_e_kurs_landing {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background-image: url(../grafika/bg_terapia_e_kurs.svg);
    background-size: auto 100%;
    background-position: center top;
}

.grafika_cena_pacjent_e_kurs_landing {
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 75%;
    top: 48px;
    height: auto;
    position: relative;

}

.cena_pacjent_text_e_kurs_landing {
    width: 100%;
    height: auto;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    position: relative;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-top: 72px;
    margin-bottom: 24px;
}

.cena_pacjent_kup_e_kurs_landing {
    width: 250px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #6BDAD5;
    color: #001B71;
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    font-size: 16px;
    clear: both;
    cursor: pointer;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 55px;
    margin: 0 auto;
    position: relative;
    float: left;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.pytania_e_kurs_landing{
        padding-bottom: 60px;1
    }
    
.bookmark_content_fragment_e_kurs_landing{
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}
.fragment_e_kurs_landing {
    width: 100%;
    height: auto;
    background-color: #e5e5e5;
    padding-bottom: 56px;
}


.text_center_fragment_e_kurs_landing {
    margin-bottom: 72px;
}

.fragment_container_e_kurs_landing {
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
    aspect-ratio: 16 / 9;
    background-image: url(../grafika/fragment_e_kurs_landing.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.play_e_kurs_landing {
    float: left;
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../grafika/play.svg);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    z-index: 4;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.play_e_kurs_landing:hover {
    background-image: url(../grafika/play_hover.svg);
}


.opinie_e_kurs_landing {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 80px;
    background-image: url(../grafika/yt_bg.svg);
    background-size: auto 1300px;
    background-position: center top;
}

.opinie_uczestnicy_pacjenci_e_kurs_landing_button {
    margin: 0 auto;
    height: 40px;
    width: 400px;
    line-height: 38px;
    background-color: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-top: 36px;
    margin-bottom: 25px;
    border-radius: 6px;
    font-size: 15px;
    clear: both;
    cursor: pointer;
    box-sizing: border-box;
}

.opinie_uczestnicy_e_kurs_landing {
    float: left;
    height: 40px;
    width: 50%;
    line-height: 38px;
    padding: 0px 15px 0px 15px;
    background-color: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    color: #001C63;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 500;
    border: 1px solid #03204A;
}

.opinie_uczestnicy_e_kurs_landing_active {
    background-color: #03204A;
    color: #fff;
}

.opinie_pacjenci_e_kurs_landing {
    float: left;
    height: 40px;
    width: 50%;
    line-height: 38px;
    padding: 0px 15px 0px 15px;
    background-color: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    color: #03204A;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: 500;
    border: 1px solid #03204A;
}

.opinie_pacjenci_e_kurs_landing_active {
    background-color: #03204A;
    color: #fff;
}

.bookmark_content_opinie_e_kurs_landing {
    height: calc(100% + 100px);
}

.carousel_e_kurs_landing_uczestnicy {
    height: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    width: calc(100% - 48px);
    font-weight: 600;
    display: block;
    margin-left: 24px;
}

.carousel_e_kurs_landing_pacjenci {
    height: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    width: calc(100% - 48px);
    font-weight: 600;
    margin-left: 24px;
}


.carousel-cell_e_kurs_landing {
    width: calc(100%/2);
    height: auto;
    margin-right: 10px;
    background: #ffffff;
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
    position: relative;
    background-image: url(../grafika/ikona_cytat_e_kurs_landing.svg);
    background-size: 50px auto;
    background-position: left 24px top 44px;
    background-repeat: no-repeat;
    padding-top: 48px;
    padding: 24px;
    padding-top: 92px;
    border-radius: 10px
}

.post_info_header_e_kurs_landing {
    height: auto;
    float: left;
    width: 100%;
    font-weight: 600;
}

.post_info_text_e_kurs_landing {
    line-height: 20px;
    font-size: 16px;
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #001B71;
    font-weight: 300;
    margin-top: 12px;
}


.spis_tresci_wraper_e_kurs_landing {
    float: left;
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 0px;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
    box-sizing: border-box;
    margin-top: 0px;
    padding-bottom: 24px;
}

.spis_tresci_opis_wrapper_e_kurs_landing {
    float: left;
    width: calc(100% / 2 - 24px);
    height: auto;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #03204A;
    padding: 30px;
    border-radius: 10px;

}

.spis_tresci_header_e_kurs_landing {
    float: left;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
    color: #6BDAD5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px
}

.spis_tresci_opis_header_e_kurs_landing {
    float: left;
    width: 100%;
    padding-bottom: 24px;
    text-align: left;
    color: #6BDAD5;
    font-size: 16px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 24px;

}

.spis_tresci_lekcja_e_kurs_landing {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0xp;
    padding-bottom: 3px
}

.spis_tresci_opis_e_kurs_landing {
    float: left;
    width: 100%;
    padding-bottom: 24px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding-left: 0px;
}


.text_left_dwa_webinary_e_kurs_landing {
    color: #ffffff
}

.dwa_webinary_container_e_kurs_landing {
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
    padding-bottom: 24px;
}

.dwa_webinary_cena_container_e_kurs_landing {
    float: left;
    height: 100px;
    width: calc(100% - 48px);
    margin-left: 24px;
    border-bottom: 1px dashed #ffffff;
}

.dwa_webinary_cena_header_e_kurs_landing {
    float: left;
    line-height: 36px;
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 32px;
    display: inline-block;
}

.dwa_webinary_cena_przekreslona_e_kurs_landing {
    font-weight: 300;
    background-image: url(../grafika/linia_pozioma_e_kurs_landing.svg);
    background-size: auto 2px;
    background-position: center center;
    background-repeat: no-repeat;
}

.dwa_webinary_cena_przekreslona_e_kurs_landing_navy {
    font-weight: 300;
    background-image: url(../grafika/linia_pozioma_e_kurs_landing_navy.svg);
    background-size: auto 2px;
    background-position: center center;
    background-repeat: no-repeat;
}

.tylko_do_dwa_webinary_e_kurs_landing {
    float: left;
    height: 25px;
    line-height:25px;
    font-size: 14px;
    font-weight: 600;
    color: #6bdad5;
/*    background-image: url(../grafika/strzalka_cena_e_kurs_landing.svg);*/
    background-size: auto 10px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-top: 36px;
    margin-left: 18px;
    display: inline-block;
    height: 25px;
    color: #fff;
    border-radius: 5px;
    background-color: #d71920;
    padding-right: 10px;
    text-transform: 
}

.kup_dwa_webinary_e_kurs_landing {
    float: left;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #FF6600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 24px;
    border-radius: 6px;
    font-size: 16px;
    margin-left: 0px;
    display: inline-block;
    text-align: center;
    
}

.zegar_dwa_webinary_e_kurs_landing_container {
    float: left;
    height: auto;
    margin-left: 24px;
    border-bottom: 1px dashed #fff;
    border-TOP: 1px dashed #fff;
    width: calc(100% - 48px);
    padding-top: 24px;
    padding-bottom: 12px
}

.zegar_dwa_webinary_e_kurs_landing_header {
    float: left;
    color: #6bdad5;
    font-weight: 600;
    line-height: 16px;
    font-size: 16px;
    clear: both;
    margin-bottom: 12px;
}

.zegar_dwa_webinary_e_kurs_landing {
    float: left;
    display: inline-block;
    margin: auto 0;
    font-size: 30px;
    text-align: center;
    clear: both;
    margin-bottom: 12px;
}

#clockdiv div > span {
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    color: #000000;
    font-weight: 500;
    font-size: 42px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.smalltext_dwa_webinary {
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

#clockdiv > div.dots_dwa_webinary_e_kurs_landing {
    background-image: url(../grafika/dots_dwa_webinary_e_kurs_landing.svg);
    background-size: 4px 16px;
    background-position: center top 35px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    width: 12px;
    height: 110px;
}

#clockdiv div > #day2 {
    color: #ffffff
}

#clockdiv div > #hour2 {
    color: #ffffff
}

#clockdiv div > #minute2 {
    color: #ffffff
}

#clockdiv div > #second2 {
    color: #ffffff
}

#clockdiv div > #day3 {
    color: #ffffff
}

#clockdiv div > #hour3 {
    color: #ffffff
}

#clockdiv div > #minute3 {
    color: #ffffff
}

#clockdiv div > #second3 {
    color: #ffffff
}



.webinar_container_e_kurs_landing {
    float: left;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 0px
}

.webinar_image_e_kurs_landing {
    height: auto;
    width: 25%;
    border: 5px solid #fff;
    float: left;
    display: inline-block;
}

.webinar_header_e_kurs_landing {
    float: left;
    line-height: 22px;
    font-size: 18px;
    color: #6bdad5;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    width: 50%;
    padding-left: 24px;
}

.webinar_text_e_kurs_landing {
    float: left;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 24px;
    width: 75%;
    margin-top: 12px;
}



.header_right_e_kurs_landing {
    font-family: 'Roboto', monospace;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 400;
    padding-left: 24px;
    color: #001c63;
    text-transform: uppercase;
    margin-top: 60px;
    float: right;
    text-align: right;
    padding-right: 24px;
    margin-bottom: 24px;
}

.text_right_e_kurs_landing {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    width: 75%;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 24px;
    margin-bottom: 20px;
    float: right;
    padding-right: 24px;
    color: #001c63;
    margin-bottom: 48px
}


.header_left_kontakt_e_kurs_landing {
    color: #001c63
}

/*WEBINAR 2*/


/*WEBINAR*/

.top_bg_webinar_e_kurs_mobile {
    width: 100%;
    height: 100%;
    background-image: url(../grafika/webinar_e_kurs_bg.jpg);
    background-size: auto 100%;
    background-position: left 74% top 00px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 77%;
    display: none;
    margin-bottom: 0px;
}

.top_bg_webinar_2_e_kurs_mobile {
    background-image: url(../grafika/webinar_2_e_kurs_bg.jpg);
}

.top_bg_webinar_4_e_kurs_mobile {
    background-image: url(../grafika/webinar_4_e_kurs_bg.jpg);
}

.top_bg_webinar_e_kurs {
    width: 100%;
    height: 100%;
    background-image: url(../grafika/webinar_e_kurs_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.top_bg_webinar_2_e_kurs{
    background-image: url(../grafika/webinar_2_e_kurs_bg.jpg);
}

.top_bg_webinar_4_e_kurs{
    background-image: url(../grafika/webinar_4_e_kurs_bg.jpg);
}

.top_bg_image_webinar_e_kurs_mobile {
    height: 100%;
}

.top_bg_image_webinar_e_kurs {
    height: 100%;
}

.container_top_bg_webinar_e_kurs_image {
    float: left;
    width: 55%;
    margin-left: 0px;
}

.container_top_bg_webinar_e_kurs_image_mobile {
    float: left;
    width: 100%;
    margin-left: 0px;
}


.container_top_bg_webinar_e_kurs_mobile {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    bottom: 0px;
    height: auto;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 24px;
}

.container_top_bg_webinar_e_kurs {
    position: absolute;
    display: inline-block;
    margin: auto 0;
    top: 50%;
    height: auto;
    width: calc(100% - 48px);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 24px;
}

.container_box_top_bg_webinar_e_kurs {
    float: left;
    height: auto;
    width: auto;
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    width: 55%;
    clear: both;
    padding: 24px;
    margin-top: 24px;
    border-radius: 10px;
}

.header_top_bg_webinar_e_kurs {
    font-family: 'Roboto', monospace;
    font-size: 28px;
    line-height: 32px;
    float: left;
    font-weight: 500;
    clear: both;
    margin-bottom: 24px;
    letter-spacing: -1px;
    width: 80%;
}

.header_top_bg_webinar_2_e_kurs{
    width: 90%;
}

.cena_data_top_bg_webinar_e_kurs {
    font-family: 'Roboto', monospace;
    font-size: 16px;
    line-height: 20px;
    float: left;
    font-weight: 400;
    clear: both;
    margin-bottom: 3px;
}

.text_top_bg_webinar_e_kurs {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    float: left;
    clear: both;
    orphans: 3;
}


.webinar_e_kurs_checkbox_info_text {
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 10px;
    display: inline;
    width: calc(100% - 30px);
}

.dowiedz_sie_wiecej_webinar_e_kurs {
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #001C63;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    border: 0px;
}


/*E-KURS POZWOL SIĘ ZROZUMIEC*/

.top_bg_e_kurs_pozwol_landing_mobile {
    width: 100%;
    background-image: url(../grafika/pozwol_sie_zrozumiec_top_bg.png);
    background-size: auto calc(100% + 30px);
    background-position: left calc(50% + -20px) top 30px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: calc(100% - 228px);
    display: none;
    margin-bottom: 0px;
    background-color: #03204A;
}

.top_bg_e_kurs_pozwol_landing_mobile {
    width: 100%;
    background-image: url(../grafika/pozwol_sie_zrozumiec_top_bg.png);
    background-size: auto calc(100% + 30px);
    background-position: left calc(50% + -20px) top 30px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: calc(100% - 228px);
    display: none;
    margin-bottom: 0px;
    background-color: #03204A;
    background-image: url(../grafika/materialy_do_cwiczen_r_top_bg.png), url(../grafika/bg_terapia_e_kurs.svg);
    background-size: auto calc(100% + 30px);
    background-position: calc(50% + 20px) 40px, calc(50% + 20px) top;
    background-color: transparent
}

.top_bg_e_kurs_pozwol_landing {
    width: 100%;
    height: 100%;
    max-height: 780px;
    background-image: url(../grafika/pozwol_sie_zrozumiec_top_bg.png);
    background-size: auto 780px;
    background-position: calc(50% + 250px) 30px;
    background-repeat: no-repeat;
    background-color: #03204A;
}

.top_bg_materialy_utrwalanie_r_landing {
    width: 100%;
    height: 100%;
    max-height: 780px;
    background-size: auto 780px;
    background-position: calc(50% + 250px) 30px;
    background-repeat: no-repeat;
    background-color: #03204A;
    background-image: url(../grafika/materialy_do_cwiczen_r_top_bg.png), url(../grafika/bg_terapia_e_kurs.svg);
    background-position: calc(50% + 300px) 30px, calc(50% + 300px) top;
    background-color: transparent
        
}

.podglad_e_kurs_pozwol_mobile{
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-bottom: 36px;
    display: none
}

.bookmark_content_e_kurs_pozwol_landing_podglad {
    background-image: url(../grafika/podglad_cwiczenia_pozwol_sie_zrozumiec.png);
    background-size: 50% auto;
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: right 24px top 75px;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 100px;
}

.bookmark_content_materialy_utrwalanie_r_landing_podglad {
    background-image: url(../grafika/podglad_materialy_do_utrwalania_r.png);
    background-size: 55% auto;
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: right 24px top 75px;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 100px;
}


.header_left_e_kurs_pozwol_landing {
    color: #001C63;
    width: 50%;
    margin-bottom: 36px;
    padding-left: 24px;
    padding-top: 72px;
}

.header_left_materialy_utrwalanie_r_landing {
    color: #001C63;
    width: 48%;
    margin-bottom: 36px;
    padding-left: 24px;
    padding-top: 72px;
}

.bookmark_content_e_kurs_pozwol_landing_ukonczenie {
    background-image: url(../grafika/imac_macbook_e_kurs_pozwol_sie_zrozumiec.png);
    background-size: 50% auto;
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: right 24px top 150px;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 100px;
}

.bookmark_content_materialy_utrwalanie_r_landing_ukonczenie {
    background-image: url(../grafika/imac_macbook_e_kurs_pozwol_sie_zrozumiec.png);
    background-size: 50% auto;
    /*        covid info */
    /*    background-size: auto calc(100% - 140px);*/
    /*        covid info-end */
    background-position: right 24px top 150px;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 100px;
    background-image: url(../grafika/imac_materialy_do_cwiczen_r.png);
    background-size: 40% auto;
    background-position: right 24px bottom
        
}






/*TOP*/

.top_szkolenie {
    height: auto;
    margin-top: 0px;
    background-image: url(../grafika/pattern_kontakt.svg);
    background-size: 40px 40px;
    background-position: left top;
    padding-bottom: 8px;
    background-color: #001b71;
    padding-top: 110px;
}


.bookmark_content_top_szkolenie {}

.title_top_szkolenie {
    color: #fff;
    margin-left: 24px;
    margin-right: 24px;
    line-height: 50px;
    text-align: left;
    font-weight: 300;
    color: #001B71;
    line-height: 50px;
    font-size: 45px;
    clear: both;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}


.horizontal_line_container_top_szkolenie {
    float: left;
    height: auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #fff;
}


.horizontal_line_top_szkolenie {
    float: left;
    height: auto;
    line-height: 26px;
    font-family: "Roboto Mono";
    font-size: 22px;
    width: 100%;
    border-bottom: 1px dashed #fff;
    border-top: 1px solid #fff;
    color: #001B71;
    padding-bottom: 8px;
    padding-top: 6px
}


.ikona_data_top_szkolenie {
    border-left: 0px;
    background-image: url(../grafika/data_szkolenia.svg);
    color: #fff;
    background-size: 20px 20px;
    background-position: center left 0px;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-weight: 400;
    width: auto;
}

.ikona_lokalizacja_top_szkolenie {
    background-image: url(../grafika/lokalizacja_szkolenia.svg);
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 400;
    width: auto;
}

.ikona_dni_top_szkolenie {
    background-image: url(../grafika/dni_szkolenia.svg);
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 400;
    width: auto;
}

.ikona_max_top_szkolenie {
    background-image: url(../grafika/max_szkolenia.svg);
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 400;
    width: auto;
}

.ikona_cena_top_szkolenie {
    background-image: url(../grafika/cena_szkolenia.svg);
    color: #fff;
    border-left: 1px solid #fff;
    font-weight: 400;
    width: auto;
}

.horizontal_line_szkolenie {
    float: left;
    height: auto;
    line-height: 26px;
    font-family: "Roboto Mono";
    font-size: 22px;
    width: 100%;
    border-bottom: 0px dashed #fff;
    color: #001b71;
    padding-bottom: 30px;
    padding-top: 0px
}


.ikona_szkolenia {
    float: left;
    width: 35%;
    height: auto;
    margin-top: 30px
}

.opis_szkolenia {
    float: left;
    width: 65%;
    height: auto;
    margin-top: 20px;
    float: left;
    padding-left: 34px;
    margin-bottom: 40px;
}

.tytul_szkolenia {
    float: left;
    width: 65%;
    height: auto;
    margin-top: 10px;
    float: left;
    padding-left: 34px;
    margin-bottom: 0px;
    color: #001b71;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500
}




.prowadzacy_szkolenie_details {
    height: 52px;
    background-image: url(../grafika/ikona_szkolenia.svg);
    background-size: 52px 52px;
    background-position: center left 0px;
    background-repeat: no-repeat;
    color: #001B71;
    border-left: 0px solid #001B71;
}

.dowiedz_sie_wiecej_szkolenia {
    float: right;
    height: 40px;
    width: auto;
    line-height: 39px;
    padding: 0px 20px 0px 20px;
    background-color: #6BDAD5;
    text-align: center;
    color: #001B71;
    font-family: 'Roboto', sans-serif;
    margin-top: 36px;
    border-radius: 6px;
    font-size: 14px;
}

.inactive {
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.szczegoly_wkrotce {
    background-color: #001B71;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: no-drop;
}

.zapisz_sie_na_szkolenie {
    margin-top: 34px;
    cursor: pointer;
    background-color: rgba(107, 218, 213, 1);
    color: rgba(0, 27, 133, 1);
    border: 1px solid rgba(107, 218, 213, 1);
}








/*OPIS SZKOLENIA*/

.intro_szkolenie {
    height: auto;
    padding-bottom: 50px;
    height: auto;
    background-image: url(../grafika/o_mnie_bg.svg);
    background-size: 250px auto;
    background-position: center top;
    background-repeat: repeat;
    background-color: rgba(107, 218, 213, 0.75);
}

.intro_header_szkolenie {
    color: #001B71;
    margin-top: 60px;

}

.intro_text_szkolenie {
    width: 100%;
    padding-right: 24px;
    line-height: 24px;
    margin-top: 20px;
    float: left;
    text-align: justify;
    color: #001B71;
}


.filmik_intro_szkolenie {
    position: relative;
    width: 40%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    cursor: pointer;
    margin: -15px 0px 14px 34px;
    border: 5px solid white;
}





/*TEMATYKA*/

.topic_szkolenie {
    height: auto;
    background-size: auto 1300px;
    background-position: center top;
    background-color: #ecf0f1;
}

.topic_text_color_szkolenie {
    color: #333;
    margin-top: 20px;
    margin-bottom: 40px;
}

.bookmark_content_topic_szkolenie {
    padding-bottom: 100px;
}

.topic_container_szkolenie {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 24px;
    margin-bottom: 0px;
    display: flex;
}

.topic_box_szkolenie {
    width: calc(100%/3 - 24px);
    height: auto;
    background-color: white;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 12px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

.topic_header_szkolenie {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-top: 20px;
    font-weight: 400;
    hyphens: auto;
    font-family: "Roboto Mono", sans-serif;
}

.topic_text_szkolenie {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
}


.topic_ikona_szkolenie {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #cccccc;
    float: left;
    padding-bottom: 20px;
}





/*PROGRAM*/

.program_szkolenie {
    height: auto;
    background: url(../grafika/bg_terapia.svg) space 0 0;
    background-size: auto 1350px;
    background-position: center top;
    background-color: #ffffff;
    background-repeat: repeat-y;
}

.bookmark_content_program_szkolenie {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 150px;
}

.program_header_center_szkolenie {
    color: #6BDAD5;
}

.program_szkolenie_text_color {
    color: #fff;
    margin-top: 20px;
}

.program_container_szkolenie {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 48px;
}


.data_program_50_szkolenie {
    float: left;
    width: 50%;
    height: 78px;
    line-height: 78px;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    font-size: 20px;
    font-family: "Roboto Mono";
    font-weight: 500;
    border-bottom: 1px solid #ecf0f1;
}

.data_program_50_active_szkolenie {
    background-color: #fff;
    -moz-box-shadow: inset #6BDAD5 0 5px 0 0;
    -webkit-box-shadow: inset #6BDAD5 0 5px 0 0;
    box-shadow: inset #6BDAD5 0 5px 0 0;
}


.time_program_25_szkolenie {
    float: left;
    width: 25%;
    height: auto;
    text-align: center;
    padding-top: 22px;
    font-size: 20px;
    font-family: "Roboto Mono";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #001B71;
    line-height: 24px;
    font-weight: 500
}


.info_program_75_szkolenie {
    float: left;
    width: 75%;
    height: auto;
    padding: 24px;
    padding-left: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 24px;
}

.time_coffee_program_75_szkolenie {
    background-image: url(../grafika/coffee.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 24px center;
}

.time_lunch_program_75_szkolenie {
    background-image: url(../grafika/lunch.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 24px center;
}

.time_finish_program_75_szkolenie {
    background-image: url(../grafika/finish.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 24px center;
}

.time_online_program_25_szkolenie {
    background-color: #6BDAD5;
    background-image: url(../grafika/konsultacja_online.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.time_online_program_75_szkolenie {
    background-color: #6BDAD5;
    height: auto;
    line-height: 26px;
    font-weight: 300;
}


ul {
    list-style-position: outside;
    padding-left: 16px;
}

.program_section_szkolenie {
    float: left;
    display: flex;
    width: 100%;
    background-color: #fff;
}

.program_section_gray_szkolenie {
    background-color: #ecf0f1;
    font-size: 20px;
    height: auto;

}

.pobierz_program_center_szkolenie {
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #001B71;
    font-family: 'Roboto', sans-serif;
    color: #001B71;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    width: auto;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: #fff;
}

.dowiedz_sie_wiecej_center:hover {
    text-decoration: none;
}


/*PROWADDZACA*/

.prowadzaca_szkolenie {
    background-color: #ecf0f1;
}

.prowadzaca_text_color_szkolenie {
    color: #333;
    margin-top: 20px;
    margin-bottom: 40px;
    width: auto;
    display: block;
    clear: both;
    text-align: left;
    color: #333;
    line-height: 22px;
    padding-right: 24px;

}

.bookmark_content_prowadzaca_szkolenie {
    padding-bottom: 80px;
}

.prowadzaca_imie_nazwisko_szkolenie {
    color: #6BDAD5;
    margin-top: 0px;
    font-size: 18px;
    background-color: #001B71;
    width: auto;
    display: block;
    float: left;
    line-height: 20px;
    font-family: "Roboto Mono";
    margin-bottom: 15px;
    margin-left: 24px;
    padding: 10px 12px 12px 12px;
    clear: both;
    margin-top: 12px;
    color: #ffffff;
    clear: both;
    margin-right: 24px;
}

.prowadzaca_header_szkolenie {
    color: #001B71;
    text-align: left;
    clear: both;
    margin-top: 60px;

}

.ikona_prowadzaca_szkolenie {
    position: relative;
    width: 30%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    cursor: pointer;
    margin: -15px 0px 20px 25px;
}


/*PYTANIA*/

.pytania_szkolenie {

    background: url(../grafika/yt_bg.svg) space 0 0;
    background-size: auto 800px;
    background-position: center -30px top 50px;
    background-color: #ffffff;
    background-repeat: repeat;

}

.bookmark_content_pytania_szkolenie {
    padding-bottom: 100px;
}

.pytania_header_szkolenie {
    color: #001B71;
    text-align: left;
    clear: both;
    text-align: right;
    width: 75%;
    padding-left: 0px;
    padding-right: 24px;

}

.pytania_text_color_szkolenie {
    color: #333;
    margin-top: 10px;
    margin-bottom: 50px;
    width: 70%;
    display: block;
    clear: both;
    text-align: right;
    float: right;
    margin-right: 24px;
    padding-right: 0px;
    color: #001b71;
    font-weight: 400;
}

.pytania_odpowiedzi_box_szkolenie {
    float: right;
    width: calc(90% - 72px);
    height: auto;
}

.pytanie_szkolenie {
    float: right;
    margin-right: 24px;
    margin-left: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    width: auto;
    clear: both;
    -moz-box-shadow: inset #001b71 0 -1px 0px 0px;
    -webkit-box-shadow: inset #001b71 0 -1px 0px 0px;
    box-shadow: inset #001b71 0 -1px 0px 0px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
}

.pytanie_szkolenie:hover {
    cursor: pointer;
    background-color: #03204A;
    color: #fff;

}

.pytanie_active_szkolenie {
    background-color: #03204A;
    color: #fff;
}

.odpowiedz_szkolenie {
    float: right;
    margin-right: 24px;
    margin-left: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    width: calc(100% - 24px);
    clear: both;
    text-align: right;
    font-size: 16px;
    background-color: #fff;
    display: none;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.pytania_image_szkolenie {
    width: 25%;
    float: left;
    margin-left: 24px;

}

/*MIEJSCE*/

.miejsce_szkolenie {
    height: auto;
    background-color: #ecf0f1;

}

.bookmark_content_miejsce_szkolenie {
    padding-bottom: 100px;
}

.miejsce_header_center_szkolenie {
    color: #001b71;
}

.miejsce_text_color_szkolenie {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #333;
    clear: both;
}

.miejsce_text_color_szkolenie_online {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    clear: both;
    float: left
}

.map_miejsce_szkoleni {
    border: 1px solid #ccc;
}

.miejsce_adres_szkolenie {
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: relative;
    background-color: #001b71;
    left: 50%;
    margin-top: 0px;
    color: #fff;
    float: left;
    width: 50%;
    padding: 7px 12px 6px 12px;
    text-align: center;
    clear: both
}

.miejsce_adres_szkolenie_online {
    width: 25%;
}

/*ZAPISY*/

.zapisy_szkolenie {
    height: auto;
    background-position: center top;
    background: url(../grafika/pattern_kontakt.svg);
    background-size: 40px 40px;
    background-position: center top;
    background-color: #001b71;
}

.bookmark_content_zapisy_szkolenie {
    padding-bottom: 60px;
}

.zapisy_header_szkolenie {
    color: #fff;
    margin-top: 60px;
}

.zapisy_text_color_szkolenie {
    margin-top: 20px;
    margin-bottom: 10px;
}





/*E-KURS KONKRETNY*/

.top_bg_image_e_kurs {
    height: 100%;
}


.top_bg_e_kurs {
    width: 100%;
    height: 100%;
    max-height: 1000px;
    background-image: url(../grafika/bg_e_kurs_diagnoza_i_terapia_doroslych.jpg);
    background-size: cover;
    background-position: right top;
    /*        covid info */
    /*    background-position: center top 40px;*/
    /*        covid info-end */
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.container_top_bg_e_kurs {
    position: absolute;
    display: block;
    margin: auto 0;
    top: 50%;
    height: auto;
    width: calc(100% - 48px);
    left: 24px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 24px;
}

.container_top_bg_e_kurs_image {
    float: left;
    width: 500px;
    margin-left: -24px;
}

.header_top_bg_e_kurs {
    font-family: 'Roboto', monospace;
    font-size: 30px;
    line-height: 33px;
    float: left;
    letter-spacing: -1px;
    font-weight: 500;
    width: 40%;
    margin-top: 15px;
    clear: both;
    orphans: 3;
}

.text_top_bg_e_kurs {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    width: 40%;
    float: left;
    clear: both;
    orphans: 3;
}

.formField_e_mail {
    float: left;
    clear: both;
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #999;
    width: 100%;
    max-width: 430px;
}

.formField_antybot {
    display: none;
}

.dowiedz_sie_wiecej_e_kurs {
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #001B71;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    border: 0px;
}

.e_kurs_checkbox_info_container {
    float: left;
    margin-top: 0px;
    clear: both;
    margin-top: 15px;
}

.e_kurs_checkbox_privacy {
    float: left;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    border: 1px solid #999;
    display: inline;
    background-color: #ffffff
}

.e_kurs_checkbox_info_text {
    float: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 10px;
    display: inline;
    width: calc(100% - 30px);
}

.status_ok {
    float: left;
    color: rgba(52, 153, 71, 1);
    background-color: #deece0;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    clear: both;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(52, 153, 71, 1);
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
    max-width: 430px;
    background-image: url(../grafika/status_ok_bg.svg);
    background-size: 13px 13px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
}

.status_err {
    float: left;
    background-color: #f8e8e8;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 8px;
    clear: both;
    margin-top: 17px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    width: auto;
    color: rgba(215, 25, 32, 1);
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid rgba(215, 25, 32, 1);
    max-width: 430px;
    background-image: url(../grafika/status_err_bg.svg);
    background-size: 13px 13px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
}

/*KONTAKT*/

.kontakt_szkolenie {
    height: auto;
    background-color: #ecf0f1;
    height: auto;
    background-position: center top;
    background: url(../grafika/yt_bg.svg);
    background-position: center top;
    background-color: #ffffff;
    background-repeat: repeat;
    background-size: auto 500px;

}

.bookmark_content_kontakt_szkolenie {
    padding-bottom: 150px;
}

.kontakt_header_szkolenie {
    color: #001b71;
    margin-top: 60px;
}

.kontakt_text_color_szkolenie {
    margin-top: 20px;
    color: #001b71;
}

.kontakt_container_szkolenie {
    float: left;
    width: calc(100% - 48px);
    padding: 24px;
    margin: 48px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    margin-left: 24px;
    margin-right: 24px;
}

.kontakt_box_1_szkolenie {
    float: left;
    width: auto;
    height: 45px;
    padding-right: 24px;
}


.kontakt_box_2_szkolenie {
    float: left;
    width: auto;
    height: 45px;
    padding-left: 24px;
    padding-right: 24px;
    border-left: 1px solid #001b71;
}

.kontakt_box_3_szkolenie {
    float: left;
    width: auto;
    height: 45px;
    padding-left: 24px;
    padding-right: 24px;
    border-left: 1px solid #001b71;
}

.kontakt_box_4_szkolenie {
    float: left;
    width: auto;
    height: 45px;
    padding-left: 24px;
    border-left: 1px solid #001b71;
}

.kontakt_details_header_szkolenie {
    float: left;
    line-height: 24px;
    font-size: 20px;
    color: #6BDAD5;
    font-family: "Roboto Mono";
    margin-top: -5px;
    color: #001b71;
    font-weight: 500;
}

.kontakt_details_subheader_szkolenie {
    float: left;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    clear: both;
    font-family: "Roboto Mono";
    margin-top: 5px;
    color: #001b71;
}


#instagram-feed-slider {
    display: none;
    opacity: 0;
    transition: all .5s ease;
}

#instagram-feed-slider.slick-initialized {
    display: block;
}

#instagram-feed-slider.slick-initialized.slick-reveal {
    opacity: 1;
}

#instagram-feed-slider .slick-slide {
    display: block;
}

#instagram-feed-slider .slick-slide IMG {
    width: 100%;
}


/*LANDING NEWSLETTER */

.top_bg_newsletter_mobile{
    background-image: url(../grafika/newsletter_bg.jpg);
}

.top_bg_newsletter{
    background-image: url(../grafika/newsletter_bg.jpg);
}

.ml-form-embedSubmitLoad {
      display: inline-block;
      width: 20px;
      height: 20px;
    }

    .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: ;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
    }

    .ml-form-embedSubmitLoad:after {
      content: " ";
      display: block;
      width: 11px;
      height: 11px;
      margin: 1px;
      border-radius: 50%;
      border: 4px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite;
    }
    @keyframes ml-form-embedSubmitLoad {
      0% {
      transform: rotate(0deg);
      }
      100% {
      transform: rotate(360deg);
      }
    }

    
      #mlb2-21716354.ml-form-embedContainer {
        box-sizing: border-box;
        display: table;
        margin: 0 auto;
        position: static;
        width: 100% !important;
      }
      #mlb2-21716354.ml-form-embedContainer h4,
      #mlb2-21716354.ml-form-embedContainer p,
      #mlb2-21716354.ml-form-embedContainer span,
      #mlb2-21716354.ml-form-embedContainer button {
        text-transform: none !important;
        letter-spacing: normal !important;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper {
        background-color: transparent;
        
        border-width: 0px;
        border-color: transparent;
        border-radius: 4px;
        border-style: solid;
        box-sizing: border-box;
        display: inline-block !important;
        margin: 0;
        padding: 0;
        position: relative;
              }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 100%; }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 100%; width: 100%; }
      #mlb2-21716354.ml-form-embedContainer .ml-form-align-left { text-align: left; }
      #mlb2-21716354.ml-form-embedContainer .ml-form-align-center { text-align: center; }
      #mlb2-21716354.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
      #mlb2-21716354.ml-form-embedContainer .ml-form-align-right { text-align: right; }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: auto;
        margin: 0 auto !important;
        max-width: 100%;
        width: undefinedpx;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
        padding: 19px 0px 0 0px;
          margin-top: 15px;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
        padding-bottom: 0;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
        text-align: left;
        margin: 0 0 0px 0;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 10px 0;
        text-align: left;
        word-break: break-word;
          color: #349947;
          color: rgba(52, 153, 71, 1);
          background-color: #deece0;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    clear: both;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(52, 153, 71, 1);
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
    max-width: 400px;
    background-image: url(../grafika/status_ok_bg.svg);
    background-size: 13px 13px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px 0;
        text-align: left;
          color: #349947
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
      }
.ml-form-successBody{
    border-top: 1px solid #001B71;
    margin-top: 15px;
}
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
        list-style-type: lower-alpha;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
        list-style-type: lower-roman;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
        color: #000000;
        text-decoration: underline;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
        text-align: left!important;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
        margin-bottom: 5px;
        color: #333333;
        font-size: 14px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold; font-style: normal; text-decoration: none;;
        display: inline-block;
        line-height: 20px;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
        margin: 0;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
        margin: 0;
        width: 100%;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        margin: 0 0 20px 0;
        width: 100%;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        float: left;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        height: auto;
        float: left;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
        margin: 0 0 10px 0;
        width: 100%;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
        margin: 0;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
        margin: 0;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px !important;
        width: auto;
        min-width: 75%;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          border-color: #cccccc!important;
          background-color: #ffffff!important;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        border-radius: 4px!important;
      }


      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {
          border-color: #000000!important;
          background-color: #000000!important;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
           top: 2px;
           box-sizing: border-box;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
           top: 0px!important;
           box-sizing: border-box!important;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        top: 0px!important;
           box-sizing: border-box!important;
      }

       #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
            top: 0px!important;
            box-sizing: border-box!important;
            position: absolute;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
       }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
        top: 0px!important;
        box-sizing: border-box!important;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
          position: absolute;
          top: 2px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
          background: no-repeat 50%/50% 50%;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          background: no-repeat 50%/50% 50%;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          box-sizing: border-box;
          padding: 0;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
          color: #000000;
          font-size: 12px!important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          line-height: 22px;
          margin-bottom: 0;
          position: relative;
          vertical-align: top;
          font-style: normal;
          font-weight: 700;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 28px 10px 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }


      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
        height: auto;
        width: 100%;
        float: left;
      }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
        background-color: #ffffff;
        color: #333333;
        border-color: #cccccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
        overflow-y: initial;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
        background-color: #001C63 !important;
        border-color: #001C63;
        border-style: solid;
        border-width: 1px;
        border-radius: 6px;
        box-shadow: none;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 20px;
        margin: 0 !important;
        padding: 10px !important;
        width: 100%;
        height: auto;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
        background-color: #001C63 !important;
        border-color: #001C63 !important;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
        color: #000000;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        vertical-align: top;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        min-height: 24px;
        padding-left: 24px;

      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
        color: #000000;
        text-decoration: underline;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
        color: #000000 !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
        line-height: 18px !important;
        padding: 0 !important;
        margin: 0 5px 0 0 !important;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
        margin: 0;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
        background-color: #001C63 !important;
        border: none !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
        height: auto;
        padding: 10px;
        width: auto;
          min-width: 300px;
          padding-left: 20px;
          padding-right: 20px;
        box-sizing: border-box !important;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
        display: none;
      }
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
        background-color: #001C63 !important;
      }
      .ml-subscribe-close {
        width: 30px;
        height: 30px;
        background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat;
        background-size: 30px;
        cursor: pointer;
        margin-top: -10px;
        margin-right: -10px;
        position: absolute;
        top: 0;
        right: 0;
      }
      .ml-error input, .ml-error textarea, .ml-error select {
        border-color: red!important;
      }

      .ml-error .custom-checkbox-radio-list {
        border: 1px solid red !important;
        border-radius: 4px;
        padding: 10px;
      }

      .ml-error .label-description,
      .ml-error .label-description p,
      .ml-error .label-description p a,
      .ml-error label:first-child {
        color: #ff0000 !important;
      }

      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
      #mlb2-21716354.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
        color: #ff0000 !important;
      }

      #mlb2-20306052.ml-form-embedContainer {
        box-sizing: border-box;
        display: table;
        margin: 0 auto;
        position: static;
        width: 100% !important;
      }
      #mlb2-20306052.ml-form-embedContainer h4,
      #mlb2-20306052.ml-form-embedContainer p,
      #mlb2-20306052.ml-form-embedContainer span,
      #mlb2-20306052.ml-form-embedContainer button {
        text-transform: none !important;
        letter-spacing: normal !important;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper {
        background-color: transparent;
        
        border-width: 0px;
        border-color: transparent;
        border-radius: 4px;
        border-style: solid;
        box-sizing: border-box;
        display: inline-block !important;
        margin: 0;
        padding: 0;
        position: relative;
              }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 100%; }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 100%; width: 100%; }
      #mlb2-20306052.ml-form-embedContainer .ml-form-align-left { text-align: left; }
      #mlb2-20306052.ml-form-embedContainer .ml-form-align-center { text-align: center; }
      #mlb2-20306052.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
      #mlb2-20306052.ml-form-embedContainer .ml-form-align-right { text-align: right; }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: auto;
        margin: 0 auto !important;
        max-width: 100%;
        width: undefinedpx;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
        padding: 19px 0px 0 0px;
          margin-top: 15px;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
        padding-bottom: 0;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
        text-align: left;
        margin: 0 0 0px 0;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 10px 0;
        text-align: left;
        word-break: break-word;
          color: #349947;
          color: rgba(52, 153, 71, 1);
          background-color: #deece0;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    clear: both;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(52, 153, 71, 1);
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
    max-width: 400px;
    background-image: url(../grafika/status_ok_bg.svg);
    background-size: 13px 13px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px 0;
        text-align: left;
          color: #349947
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
      }
.ml-form-successBody{
    border-top: 0px solid #001B71;
    margin-top: 15px;
}
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
        list-style-type: lower-alpha;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
        list-style-type: lower-roman;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
        color: #000000;
        text-decoration: underline;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
        text-align: left!important;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
        margin-bottom: 5px;
        color: #333333;
        font-size: 14px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold; font-style: normal; text-decoration: none;;
        display: inline-block;
        line-height: 20px;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
        margin: 0;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
        margin: 0;
        width: 100%;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        margin: 0 0 20px 0;
        width: 100%;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        float: left;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        height: auto;
        float: left;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
        margin: 0 0 10px 0;
        width: 100%;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
        margin: 0;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
        margin: 0;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px !important;
        width: auto;
        min-width: 75%;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          border-color: #cccccc!important;
          background-color: #ffffff!important;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        border-radius: 4px!important;
      }


      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {
          border-color: #000000!important;
          background-color: #000000!important;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
           top: 2px;
           box-sizing: border-box;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
           top: 0px!important;
           box-sizing: border-box!important;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        top: 0px!important;
           box-sizing: border-box!important;
      }

       #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
            top: 0px!important;
            box-sizing: border-box!important;
            position: absolute;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
       }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
        top: 0px!important;
        box-sizing: border-box!important;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
          position: absolute;
          top: 2px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
          background: no-repeat 50%/50% 50%;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          background: no-repeat 50%/50% 50%;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          box-sizing: border-box;
          padding: 0;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
          color: #000000;
          font-size: 12px!important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          line-height: 22px;
          margin-bottom: 0;
          position: relative;
          vertical-align: top;
          font-style: normal;
          font-weight: 700;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 28px 10px 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }


      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
        height: auto;
        width: 100%;
        float: left;
      }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
        background-color: #ffffff;
        color: #333333;
        border-color: #cccccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
        overflow-y: initial;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
        background-color: #001C63 !important;
        border-color: #001C63;
        border-style: solid;
        border-width: 1px;
        border-radius: 6px;
        box-shadow: none;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 20px;
        margin: 0 !important;
        padding: 10px !important;
        width: 100%;
        height: auto;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
        background-color: #001C63 !important;
        border-color: #001C63 !important;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
        color: #000000;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        vertical-align: top;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        min-height: 24px;
        padding-left: 24px;

      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
        color: #000000;
        text-decoration: underline;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
        color: #000000 !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
        line-height: 18px !important;
        padding: 0 !important;
        margin: 0 5px 0 0 !important;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
        margin: 0;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
        background-color: #001C63 !important;
        border: none !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
        height: auto;
        padding: 10px;
        width: auto;
          min-width: 300px;
          padding-left: 20px;
          padding-right: 20px;
        box-sizing: border-box !important;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
        display: none;
      }
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
        background-color: #001C63 !important;
      }
      .ml-subscribe-close {
        width: 30px;
        height: 30px;
        background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat;
        background-size: 30px;
        cursor: pointer;
        margin-top: -10px;
        margin-right: -10px;
        position: absolute;
        top: 0;
        right: 0;
      }
      .ml-error input, .ml-error textarea, .ml-error select {
        border-color: red!important;
      }

      .ml-error .custom-checkbox-radio-list {
        border: 1px solid red !important;
        border-radius: 4px;
        padding: 10px;
      }

      .ml-error .label-description,
      .ml-error .label-description p,
      .ml-error .label-description p a,
      .ml-error label:first-child {
        color: #ff0000 !important;
      }

      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
      #mlb2-20306052.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
        color: #ff0000 !important;
      }

#mlb2-20310093.ml-form-embedContainer {
        box-sizing: border-box;
        display: table;
        margin: 0 auto;
        position: static;
        width: calc(100% - 48px)!important;
    margin-left: 24px;
    
      }
      #mlb2-20310093.ml-form-embedContainer h4,
      #mlb2-20310093.ml-form-embedContainer p,
      #mlb2-20310093.ml-form-embedContainer span,
      #mlb2-20310093.ml-form-embedContainer button {
        text-transform: none !important;
        letter-spacing: normal !important;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper {
        background-color: transparent;
        
        border-width: 0px;
        border-color: transparent;
        border-radius: 4px;
        border-style: solid;
        box-sizing: border-box;
        display: inline-block !important;
        margin: 0;
        padding: 0;
        position: relative;
              }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 100%; }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 100%; width: 100%; }
      #mlb2-20310093.ml-form-embedContainer .ml-form-align-left { text-align: left; }
      #mlb2-20310093.ml-form-embedContainer .ml-form-align-center { text-align: center; }
      #mlb2-20310093.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
      #mlb2-20310093.ml-form-embedContainer .ml-form-align-right { text-align: right; }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: auto;
        margin: 0 auto !important;
        max-width: 100%;
        width: undefinedpx;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
        padding: 20px 0px 0 0px;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
        padding-bottom: 0;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
        text-align: left;
        margin: 0 0 20px 0;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
                color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 10px 0;
        text-align: left;
        word-break: break-word;
          color: #349947;
          color: rgba(52, 153, 71, 1);
          background-color: #deece0;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
    clear: both;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(52, 153, 71, 1);
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
    max-width: 650px;
    background-image: url(../grafika/status_ok_bg.svg);
    background-size: 13px 13px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px 0;
        text-align: left;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
        list-style-type: lower-alpha;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
        list-style-type: lower-roman;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
        color: #000000;
        text-decoration: underline;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
        text-align: left!important;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
        margin-bottom: 5px;
        color: #333333;
        font-size: 14px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold; font-style: normal; text-decoration: none;;
        display: inline-block;
        line-height: 20px;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
        margin: 0;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
        margin: 0;
        width: 100%;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        margin: 0 0 20px 0;
        width: 100%;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        float: left;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        height: auto;
        float: left;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
        margin: 0 0 10px 0;
        width: 100%;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
        margin: 0;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
        margin: 0;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px !important;
        width: 55%;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          border-color: #cccccc!important;
          background-color: #ffffff!important;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        border-radius: 4px!important;
      }


      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {
          border-color: #000000!important;
          background-color: #000000!important;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
           top: 2px;
           box-sizing: border-box;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
           top: 0px!important;
           box-sizing: border-box!important;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        top: 0px!important;
           box-sizing: border-box!important;
      }

       #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
            top: 0px!important;
            box-sizing: border-box!important;
            position: absolute;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
       }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
        top: 0px!important;
        box-sizing: border-box!important;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
          position: absolute;
          top: 2px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
          background: no-repeat 50%/50% 50%;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          background: no-repeat 50%/50% 50%;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          box-sizing: border-box;
          padding: 0;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
          color: #000000;
          font-size: 12px!important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          line-height: 22px;
          margin-bottom: 0;
          position: relative;
          vertical-align: top;
          font-style: normal;
          font-weight: 700;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 28px 10px 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }


      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
        height: auto;
        width: 100%;
        float: left;
      }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
        background-color: #ffffff;
        color: #333333;
        border-color: #cccccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
        overflow-y: initial;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
        background-color: #001C63 !important;
        border-color: #001C63;
        border-style: solid;
        border-width: 1px;
        border-radius: 6px;
        box-shadow: none;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 20px;
        margin: 0 !important;
        padding: 10px !important;
        width: 100%;
        height: auto;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
        background-color: #001C63 !important;
        border-color: #001C63 !important;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
        color: #000000;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        vertical-align: top;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        min-height: 24px;
        padding-left: 24px;

      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
        color: #fff;
        text-decoration: underline;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
        color: #fff !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
        line-height: 18px !important;
        padding: 0 !important;
        margin: 0 5px 0 0 !important;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
        margin: 0;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
        background-color: #6BDAD5 !important;
        border: none !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        color: #001b71 !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
        height: auto;
        padding: 10px !important;
        width: auto;
          min-width: 300px;
          padding-left: 30px!important;
          padding-right: 30px!important;
        box-sizing: border-box !important;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
        display: none;
      }
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
        background-color: #6BDAD5 !important;
      }
      .ml-subscribe-close {
        width: 30px;
        height: 30px;
        background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat;
        background-size: 30px;
        cursor: pointer;
        margin-top: -10px;
        margin-right: -10px;
        position: absolute;
        top: 0;
        right: 0;
      }
      .ml-error input, .ml-error textarea, .ml-error select {
        border-color: red!important;
      }

      .ml-error .custom-checkbox-radio-list {
        border: 1px solid red !important;
        border-radius: 4px;
        padding: 10px;
      }

      .ml-error .label-description,
      .ml-error .label-description p,
      .ml-error .label-description p a,
      .ml-error label:first-child {
        color: #ff0000 !important;
      }

      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
      #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
        color: #ff0000 !important;
      }
            @media only screen and (max-width: 430px){

        .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }
        .ml-form-formContent.horozintalForm { float: left!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }
        .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
        .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn { padding-top: 0px!important; }

      }



/*MINI-KURS FORM*/

.ml-form-embedSubmitLoad {
      display: inline-block;
      width: 20px;
      height: 20px;
    }

    .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: ;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
    }

    .ml-form-embedSubmitLoad:after {
      content: " ";
      display: block;
      width: 11px;
      height: 11px;
      margin: 1px;
      border-radius: 50%;
      border: 4px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite;
    }
    @keyframes ml-form-embedSubmitLoad {
      0% {
      transform: rotate(0deg);
      }
      100% {
      transform: rotate(360deg);
      }
    }
      #mlb2-26717887.ml-form-embedContainer {
        box-sizing: border-box;
        display: table;
        margin: 0 auto;
        position: static;
        width: 100% !important;
      }
      #mlb2-26717887.ml-form-embedContainer h4,
      #mlb2-26717887.ml-form-embedContainer p,
      #mlb2-26717887.ml-form-embedContainer span,
      #mlb2-26717887.ml-form-embedContainer button {
        text-transform: none !important;
        letter-spacing: normal !important;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper {
        background-color: transparent;
        
        border-width: 0px;
        border-color: transparent;
        border-radius: 4px;
        border-style: solid;
        box-sizing: border-box;
        display: inline-block !important;
        margin: 0;
        padding: 0;
        position: relative;
              }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 100%; }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 100%; width: 100%; }
      #mlb2-26717887.ml-form-embedContainer .ml-form-align-left { text-align: left; }
      #mlb2-26717887.ml-form-embedContainer .ml-form-align-center { text-align: center; }
      #mlb2-26717887.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
      #mlb2-26717887.ml-form-embedContainer .ml-form-align-right { text-align: right; }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: auto;
        margin: 0 auto !important;
        max-width: 100%;
        width: undefinedpx;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
        padding: 0px 0px 0 0px;
          margin-top: 0px;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
        padding-bottom: 0;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
        text-align: left;
        margin: 0 0 20px 0;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 400;
        margin: 0 0 10px 0;
        text-align: left;
        word-break: break-word;
          color: #349947;
          color: rgba(52, 153, 71, 1);
          background-color: #deece0;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
    clear: both;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(52, 153, 71, 1);
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
    max-width: 65%;
    background-image: url(../grafika/status_ok_bg.svg);
    background-size: 13px 13px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px 0;
        text-align: left;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
        list-style-type: lower-alpha;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
        list-style-type: lower-roman;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
        color: #000000;
        text-decoration: underline;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
        text-align: left!important;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
        margin-bottom: 5px;
        color: #333333;
        font-size: 14px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold; font-style: normal; text-decoration: none;;
        display: inline-block;
        line-height: 20px;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
        margin: 0;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
        margin: 0;
        width: 100%;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        margin: 0 0 16px 0;
        width: 100%;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        float: left;
          margin: 0 0 14px 0;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        height: auto;
        float: left;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
        margin: 0 0 10px 0;
        width: 100%;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
        margin: 0;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
        margin: 0;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 65% !important;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          border-color: #cccccc!important;
          background-color: #ffffff!important;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        border-radius: 4px!important;
      }


      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {
          border-color: #000000!important;
          background-color: #000000!important;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
           top: 2px;
           box-sizing: border-box;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
           top: 0px!important;
           box-sizing: border-box!important;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        top: 0px!important;
           box-sizing: border-box!important;
      }

       #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
            top: 0px!important;
            box-sizing: border-box!important;
            position: absolute;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
       }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
        top: 0px!important;
        box-sizing: border-box!important;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
          position: absolute;
          top: 2px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
          background: no-repeat 50%/50% 50%;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          background: no-repeat 50%/50% 50%;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          box-sizing: border-box;
          padding: 0;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
          color: #000000;
          font-size: 12px!important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          line-height: 22px;
          margin-bottom: 0;
          position: relative;
          vertical-align: top;
          font-style: normal;
          font-weight: 700;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 28px 10px 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }


      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
        height: auto;
        width: 100%;
        float: left;
      }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
        background-color: #ffffff;
        color: #333333;
        border-color: #cccccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
        overflow-y: initial;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
        background-color: #001C63 !important;
        border-color: #001C63;
        border-style: solid;
        border-width: 1px;
        border-radius: 6px;
        box-shadow: none;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 20px;
        margin: 0 !important;
        padding: 10px !important;
        width: 100%;
        height: auto;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
        background-color: #001C63 !important;
        border-color: #001C63 !important;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
        color: #000000;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        vertical-align: top;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        min-height: 24px;
        padding-left: 24px;

      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
        color: #000000;
        text-decoration: underline;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
        color: #000000 !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
        line-height: 18px !important;
        padding: 0 !important;
        margin: 0 5px 0 0 !important;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
        margin: 0;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
        background-color: #FF6600 !important;
        border: none !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
        height: auto;
        padding: 10px !important;
          padding-left: 24px !important;
          padding-right: 24px !important;
        width: auto !important;
        box-sizing: border-box !important;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
        display: none;
      }
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
        background-color: #FF6600 !important;
      }
      .ml-subscribe-close {
        width: 30px;
        height: 30px;
        background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat;
        background-size: 30px;
        cursor: pointer;
        margin-top: -10px;
        margin-right: -10px;
        position: absolute;
        top: 0;
        right: 0;
      }
      .ml-error input, .ml-error textarea, .ml-error select {
        border-color: red!important;
      }

      .ml-error .custom-checkbox-radio-list {
        border: 1px solid red !important;
        border-radius: 4px;
        padding: 10px;
      }

      .ml-error .label-description,
      .ml-error .label-description p,
      .ml-error .label-description p a,
      .ml-error label:first-child {
        color: #ff0000 !important;
      }

      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
      #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
        color: #ff0000 !important;
      }
            @media only screen and (max-width: 430px){

        .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }
        .ml-form-formContent.horozintalForm { float: left!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }
        .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
        .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn { padding-top: 0px!important; }

      }




























/*5 KLUCZY FORM*/

.ml-form-embedSubmitLoad {
      display: inline-block;
      width: 20px;
      height: 20px;
    }

    .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: ;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
    }

    .ml-form-embedSubmitLoad:after {
      content: " ";
      display: block;
      width: 11px;
      height: 11px;
      margin: 1px;
      border-radius: 50%;
      border: 4px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite;
    }
    @keyframes ml-form-embedSubmitLoad {
      0% {
      transform: rotate(0deg);
      }
      100% {
      transform: rotate(360deg);
      }
    }
      #mlb2-21163868.ml-form-embedContainer {
        box-sizing: border-box;
        display: table;
        margin: 0 auto;
        position: static;
        width: 100% !important;
      }
      #mlb2-21163868.ml-form-embedContainer h4,
      #mlb2-21163868.ml-form-embedContainer p,
      #mlb2-21163868.ml-form-embedContainer span,
      #mlb2-21163868.ml-form-embedContainer button {
        text-transform: none !important;
        letter-spacing: normal !important;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper {
        background-color: transparent;
        
        border-width: 0px;
        border-color: transparent;
        border-radius: 4px;
        border-style: solid;
        box-sizing: border-box;
        display: inline-block !important;
        margin: 0;
        padding: 0;
        position: relative;
              }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 100%; }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 100%; width: 100%; }
      #mlb2-21163868.ml-form-embedContainer .ml-form-align-left { text-align: left; }
      #mlb2-21163868.ml-form-embedContainer .ml-form-align-center { text-align: center; }
      #mlb2-21163868.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
      #mlb2-21163868.ml-form-embedContainer .ml-form-align-right { text-align: right; }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: auto;
        margin: 0 auto !important;
        max-width: 100%;
        width: undefinedpx;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
        padding: 0px 0px 0 0px;
          margin-top: 0px;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
        padding-bottom: 0;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
        text-align: left;
        margin: 0 0 20px 0;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 400;
        margin: 0 0 10px 0;
        text-align: left;
        word-break: break-word;
          color: #349947;
          color: rgba(52, 153, 71, 1);
          background-color: #deece0;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
    clear: both;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(52, 153, 71, 1);
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
    max-width: 65%;
    background-image: url(../grafika/status_ok_bg.svg);
    background-size: 13px 13px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px 0;
        text-align: left;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
        list-style-type: lower-alpha;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
        list-style-type: lower-roman;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
        color: #000000;
        text-decoration: underline;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
        text-align: left!important;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
        margin-bottom: 5px;
        color: #333333;
        font-size: 14px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold; font-style: normal; text-decoration: none;;
        display: inline-block;
        line-height: 20px;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
        margin: 0;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
        margin: 0;
        width: 100%;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        margin: 0 0 16px 0;
        width: 100%;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        float: left;
          margin: 0 0 14px 0;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        height: auto;
        float: left;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
        margin: 0 0 10px 0;
        width: 100%;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
        margin: 0;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
        margin: 0;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 65% !important;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          border-color: #cccccc!important;
          background-color: #ffffff!important;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        border-radius: 4px!important;
      }


      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {
          border-color: #000000!important;
          background-color: #000000!important;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
           top: 2px;
           box-sizing: border-box;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
           top: 0px!important;
           box-sizing: border-box!important;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        top: 0px!important;
           box-sizing: border-box!important;
      }

       #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
            top: 0px!important;
            box-sizing: border-box!important;
            position: absolute;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
       }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
        top: 0px!important;
        box-sizing: border-box!important;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
          position: absolute;
          top: 2px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
          background: no-repeat 50%/50% 50%;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          background: no-repeat 50%/50% 50%;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          box-sizing: border-box;
          padding: 0;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
          color: #000000;
          font-size: 12px!important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          line-height: 22px;
          margin-bottom: 0;
          position: relative;
          vertical-align: top;
          font-style: normal;
          font-weight: 700;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 28px 10px 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }


      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
        height: auto;
        width: 100%;
        float: left;
      }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
        background-color: #ffffff;
        color: #333333;
        border-color: #cccccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
        overflow-y: initial;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
        background-color: #001C63 !important;
        border-color: #001C63;
        border-style: solid;
        border-width: 1px;
        border-radius: 6px;
        box-shadow: none;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 20px;
        margin: 0 !important;
        padding: 10px !important;
        width: 100%;
        height: auto;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
        background-color: #001C63 !important;
        border-color: #001C63 !important;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
        color: #000000;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        vertical-align: top;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        min-height: 24px;
        padding-left: 24px;

      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
        color: #000000;
        text-decoration: underline;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
        color: #000000 !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
        line-height: 18px !important;
        padding: 0 !important;
        margin: 0 5px 0 0 !important;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
        margin: 0;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
        background-color: #FF6600 !important;
        border: none !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
        height: auto;
        padding: 10px !important;
          padding-left: 24px !important;
          padding-right: 24px !important;
        width: auto !important;
        box-sizing: border-box !important;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
        display: none;
      }
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
        background-color: #FF6600 !important;
      }
      .ml-subscribe-close {
        width: 30px;
        height: 30px;
        background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat;
        background-size: 30px;
        cursor: pointer;
        margin-top: -10px;
        margin-right: -10px;
        position: absolute;
        top: 0;
        right: 0;
      }
      .ml-error input, .ml-error textarea, .ml-error select {
        border-color: red!important;
      }

      .ml-error .custom-checkbox-radio-list {
        border: 1px solid red !important;
        border-radius: 4px;
        padding: 10px;
      }

      .ml-error .label-description,
      .ml-error .label-description p,
      .ml-error .label-description p a,
      .ml-error label:first-child {
        color: #ff0000 !important;
      }

      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
      #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
        color: #ff0000 !important;
      }
            @media only screen and (max-width: 430px){

        .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }
        .ml-form-formContent.horozintalForm { float: left!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }
        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }
        .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
        .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn { padding-top: 0px!important; }

      }

/*WEBINAR */

#mlb2-41594103.ml-form-embedContainer {
        box-sizing: border-box;
        display: table;
        margin: 0 auto;
        position: static;
        width: 100% !important;
      }
      #mlb2-41594103.ml-form-embedContainer h4,
      #mlb2-41594103.ml-form-embedContainer p,
      #mlb2-41594103.ml-form-embedContainer span,
      #mlb2-41594103.ml-form-embedContainer button {
        text-transform: none !important;
        letter-spacing: normal !important;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper {
        background-color: transparent;
        
        border-width: 0px;
        border-color: transparent;
        border-radius: 4px;
        border-style: solid;
        box-sizing: border-box;
        display: inline-block !important;
        margin: 0;
        padding: 0;
        position: relative;
              }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 100%; }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 100%; width: 100%; }
      #mlb2-41594103.ml-form-embedContainer .ml-form-align-left { text-align: left; }
      #mlb2-41594103.ml-form-embedContainer .ml-form-align-center { text-align: center; }
      #mlb2-41594103.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
      #mlb2-41594103.ml-form-embedContainer .ml-form-align-right { text-align: right; }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: auto;
        margin: 0 auto !important;
        max-width: 100%;
        width: undefinedpx;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
        padding: 19px 0px 0 0px;
          margin-top: 15px;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
        padding-bottom: 0;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
        text-align: left;
        margin: 0 0 0px 0;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 10px 0;
        text-align: left;
        word-break: break-word;
          color: #349947;
          color: rgba(52, 153, 71, 1);
          background-color: #deece0;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    clear: both;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(52, 153, 71, 1);
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
    max-width: 400px;
    background-image: url(../grafika/status_ok_bg.svg);
    background-size: 13px 13px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 10px 0;
        text-align: left;
          color: #349947
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
        color: #000000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
      }
.ml-form-successBody{
    border-top: 1px solid #001B71;
    margin-top: 15px;
}
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
        list-style-type: lower-alpha;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
        list-style-type: lower-roman;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
        color: #000000;
        text-decoration: underline;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
        text-align: left!important;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
        margin-bottom: 5px;
        color: #333333;
        font-size: 14px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: bold; font-style: normal; text-decoration: none;;
        display: inline-block;
        line-height: 20px;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
        margin: 0;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
        margin: 0;
        width: 100%;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        margin: 0 0 20px 0;
        width: 100%;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
        float: left;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        height: auto;
        float: left;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
        margin: 0 0 10px 0;
        width: 100%;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
        margin: 0;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
        margin: 0;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px !important;
        width: auto;
        min-width: 75%;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        height: auto;
        line-height: 21px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          border-color: #cccccc!important;
          background-color: #ffffff!important;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"]{
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
        border-radius: 4px!important;
      }


      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {
          border-color: #000000!important;
          background-color: #000000!important;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
           top: 2px;
           box-sizing: border-box;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
           top: 0px!important;
           box-sizing: border-box!important;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
        top: 0px!important;
           box-sizing: border-box!important;
      }

       #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
            top: 0px!important;
            box-sizing: border-box!important;
            position: absolute;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
       }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
        top: 0px!important;
        box-sizing: border-box!important;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
          position: absolute;
          top: 2px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
          position: absolute;
          top: 4px;
          left: -1.5rem;
          display: block;
          width: 16px;
          height: 16px;
          pointer-events: none;
          content: "";
          background-color: #ffffff;
          border: #adb5bd solid 1px;
          border-radius: 50%;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          position: absolute;
          top: 0px!important;
          left: -1.5rem;
          display: block;
          width: 1rem;
          height: 1rem;
          content: "";
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
          background: no-repeat 50%/50% 50%;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
          background: no-repeat 50%/50% 50%;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          box-sizing: border-box;
          padding: 0;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
          color: #000000;
          font-size: 12px!important;
          font-family: 'Open Sans', Arial, Helvetica, sans-serif;
          line-height: 22px;
          margin-bottom: 0;
          position: relative;
          vertical-align: top;
          font-style: normal;
          font-weight: 700;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
        background-color: #ffffff !important;
        color: #333333 !important;
        border-color: #cccccc;
        border-radius: 4px !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 28px 10px 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        background: url('https://assets.mlcdn.com/ml/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }


      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
        height: auto;
        width: 100%;
        float: left;
      }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }
      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
        background-color: #ffffff;
        color: #333333;
        border-color: #cccccc;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 10px;
        width: 100%;
        box-sizing: border-box;
        overflow-y: initial;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
        background-color: #001C63 !important;
        border-color: #001C63;
        border-style: solid;
        border-width: 1px;
        border-radius: 6px;
        box-shadow: none;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 20px;
        margin: 0 !important;
        padding: 10px !important;
        width: 100%;
        height: auto;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
        background-color: #001C63 !important;
        border-color: #001C63 !important;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin-top: 5px;
        margin-left: -1.5rem;
        overflow: visible;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
        color: #000000;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        vertical-align: top;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        min-height: 24px;
        padding-left: 24px;

      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
        color: #000000;
        text-decoration: underline;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
        color: #000000 !important;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
        line-height: 18px !important;
        padding: 0 !important;
        margin: 0 5px 0 0 !important;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
        margin: 0;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
        background-color: #001C63 !important;
        border: none !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
        height: auto;
        padding: 10px;
        width: auto;
          min-width: 300px;
          padding-left: 20px;
          padding-right: 20px;
        box-sizing: border-box !important;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
        display: none;
      }
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
        background-color: #001C63 !important;
      }
      .ml-subscribe-close {
        width: 30px;
        height: 30px;
        background: url('https://assets.mlcdn.com/ml/images/default/modal_close.png') no-repeat;
        background-size: 30px;
        cursor: pointer;
        margin-top: -10px;
        margin-right: -10px;
        position: absolute;
        top: 0;
        right: 0;
      }
      .ml-error input, .ml-error textarea, .ml-error select {
        border-color: red!important;
      }

      .ml-error .custom-checkbox-radio-list {
        border: 1px solid red !important;
        border-radius: 4px;
        padding: 10px;
      }

      .ml-error .label-description,
      .ml-error .label-description p,
      .ml-error .label-description p a,
      .ml-error label:first-child {
        color: #ff0000 !important;
      }

      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
      #mlb2-41594103.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
        color: #ff0000 !important;
      }

/*NEWSLETER*/

.container_top_bg_newsletter_image {
    float: left;
    width: 45%;
    margin-left: 0px;
}

.container_top_bg_newsletter_image_mobile {
    float: left;
    width: 100%;
    margin-left: 0px;
}

.container_box_top_bg_newsletter{
    background-color: rgba(255, 255, 255, 0.85);
}
.konkretna_lokalizacja_strona_zadzwon{
float: left;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    background-color: #fff;
    color: #ffffff;
    height: auto;
    line-height: 20px;
    font-weight: 600;
    font-size: 18px;
    overflow: visible;
    background-color: #FF6600;
    position: relative;
    padding-top: 33px;
    padding-bottom: 33px;
    background-image: url(../grafika/pattern_kontakt.svg);
    background-size: 30px 30px;
    box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.4), inset 0 -7px 7px -7px rgba(0, 0, 0, 0.4);
}

.konkretna_lokalizacja_strona_zadzwon_text{
        float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    background-color: ;
    
}

.konkretna_lokalizacja_strona_zadzwon_strzalka{
        float: left;
    position: relative;
    left: 50%;
    width: 25px;
    height: 16px;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-image: url(../grafika/down_arrow.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    clear: both;
    margin-bottom: 20px;
    
}

.konkretna_lokalizacja_strona_zadzwon_telefon{
        float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 16px;
    border: 1px solid #fff;
    border-radius: 20px;
    border-radius: 20px;
    padding-left: 34px;
    background: url(../grafika/play.svg);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: left 8px center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #001e3c;
    left: 50%;
    position: relative;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    clear: both;
    line-height: 26px;
    color: #fff;
    background-color: #FF6600;
    
}
@media only screen and (max-width: 1440px) {

    .menu_social {
        display: none;
    }

}


.katalog_container {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 24px;
    margin-bottom: 48px
}

.katalog {
    float: left;
    height: 100%;
    width: 100%;
}

.katalog_icon {
    float: left;
    margin-left: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    width: auto;
    height: 115px;
}

.katalog_icon_text_container {
    float: left;
    height: auto;
    width: auto;
    margin-top: 46px;
}



.katalog_text {
    float: left;
    margin-left: 22px;
    margin-bottom: 12px;
    width: auto;
    height: auto;
    font-size: 15px;
    color: #001e3c;
    font-weight: 600;
}

.katalog_download {
    float: left;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #FF6600;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-left: 22px;
    border-radius: 6px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    font-weight: 500;
    background-image: url(../grafika/download.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 41px;
}

@media only screen and (max-width: 1180px) {

    .piec_kluczy_do_terpaii_icon_e_book_landing{
        height: 180px
    }
    
    .wyrazniejsza_mowa_w_5_minut_mini_e_kurs_landing{
        height: 180px
    }
    
    .materialy_utrwalanie_r_landing{
        height: 165px
    }
    
    .seplenienie_icon_webinar_landing{
        height: 180px
    }
    
        .dwa_webinary_cena_container_e_kurs_landing {
        float: left;
        height: auto;
        width: calc(100% - 48px);
        margin-left: 24px;
        border-bottom: 1px dashed #ffffff;
    }
    .tylko_do_dwa_webinary_e_kurs_landing {
        margin-top: 6px;
        margin-left: 0px;
        clear: both;
        padding-left: 0px;
/*        background-image: url(../grafika/strzalka_do_gory_prawa_e_kurs_landing.svg);*/
        background-size: auto 14px;
        background-position: right 10px top 5px;
        padding-right: 10px;
        background-color: #d71920;
        padding-left: 10px;
        margin-bottom: 24px;
        margin-top: 12px;
        line-height: 17px;
        padding-bottom: 6px;
        padding-top: 6px;
        height: auto
        
    }

    .dwa_webinary_cena_header_e_kurs_landing {
        float: left;
        line-height: 30px;
        font-size: 30px;
        font-weight: 600;
        color: #ffffff;
        margin-top: 24px;
        display: inline-block;
    }
    
    .ikona_e_kurs {
        width: auto;
        clear: both;
        margin-top: 0px;
        margin-left: 0px;
        background-position: center left 24px;
        padding-left: 66px;
        height: auto;
        line-height: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-weight: 500;
    }

    .ikona_data_e_kurs {
        border-left: 1px solid #fff;
    }

    .horizontal_line_e_kurs {
        margin-top: 24px;
    }

    .ikona_main_szkolenie {
        width: auto;
        clear: both;
        margin-top: 0px;
        margin-left: 0px;
        background-position: center left 24px;
        padding-left: 66px;
        height: auto;
        line-height: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-weight: 500;
    }

    .ikona_data_main_szkolenie {
        border-left: 1px solid #001B71;
    }

    .horizontal_line_main_szkolenie {
        margin-top: 24px;
    }

    .szkolenia_ikona_data {
        width: auto;
        clear: both;
        margin-top: 0px;
        margin-left: 26px;
        background-position: center left 42px;
        padding-left: 74px;
        height: auto;
        line-height: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-weight: 500;

    }

    .szkolenia_ikona_cena {
        background-image: url(../grafika/cena_szkolenia.svg);
        width: auto;
        background-position: top 10px left 42px;

    }

    .szkolenia_ikona_prowadzaca {
        padding-left: 0px;
        padding-left: 41px;
        line-height: 25px;
        height: auto;
        padding-bottom: 5px;
    }

    .ikona_data_top_szkolenie {
        border-left: 1px solid #fff;
        margin-left: 27px;
        padding-top: 10px;
        background-position: top 20px left 42px;
    }

    .ikona_lokalizacja_top_szkolenie {
        border-left: 1px solid #fff;
        margin-left: 27px;
        padding-top: 10px;
        background-position: top 20px left 42px;
    }

    .ikona_dni_top_szkolenie {
        border-left: 1px solid #fff;
        margin-left: 27px;
        padding-top: 10px;
        background-position: top 20px left 42px;
    }

    .ikona_max_top_szkolenie {
        border-left: 1px solid #fff;
        margin-left: 27px;
        padding-top: 10px;
        background-position: top 20px left 42px;
    }

    .ikona_cena_top_szkolenie {
        border-left: 1px solid #fff;
        margin-left: 27px;
        padding-top: 10px;
        background-position: top 20px left 42px;
        float: left;
        height: auto;
        padding-bottom: 10px;



    }

    .miniaturka_title_top_szkolenie {
        float: left;
        line-height: 30px;
        margin-left: 15px;
        margin-top: 20px;
        font-size: 17px;
        line-height: 24px;
        margin-top: 15px;
    }

    .miniaturka_circle_top_szkolenie {
        float: left;
        width: 56px;
        height: 56px;
        border: 1px solid #6BDAD5;
        box-sizing: border-box;
        border-radius: 45px;
        padding: 2px
    }

    .miniaturka_top_szkolenie {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;

    }

    .horizontal_line_top_szkolenie {
        padding-bottom: 0px;
    }

    .miniaturka_wrapper_top_szkolenie {
        padding-bottom: 0px;
    }



    .horizontal_line_top_szkolenie {
        border-bottom: 0px;
    }

    .szkolenia_tylul {
        width: calc(100% - 71px);
        margin-bottom: 0px;
        font-size: 16px;

    }

    .dowiedz_sie_wiecej_szkolenia {
        width: 100%;
        margin-top: 20px;
    }

    .menu_content,
    .menu_bg {
        height: auto;
        min-height: 78px;
        padding-right: 0px;
        float: right;
        width: 100%;
    }

    .menu_container {
        height: 100vh;
        background-color: #ffffff;
        display: none;
        margin-top: -78px;
        padding-top: 78px;
        width: 100%;
    }

    .menu {
        width: 100%;
        height: 44px;
        line-height: 44px;
        border-top: 1px solid #cccccc;
        background-color: #ffffff;
        font-size: 16px;
        padding-left: 24px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;

    }

    .menu_actived {
        -moz-box-shadow: inset #6BDAD5 0 -3px 0px 0px;
        -webkit-box-shadow: inset #6BDAD5 0 -3px 0px 0px;
        box-shadow: inset #6BDAD5 0 -3px 0px 0px;
        background-color: #001B71;
        color: #fff;
    }

    #nav-icon3 {
        display: inline;
    }

    .cennik_box {
        width: calc(100%/2 - 24px);
    }
    
    .e_kurs_cennik_box {
        width: calc(100%/2 - 24px);
    }
    
    .webinar_cennik_box {
        width: calc(100%/2 - 24px);
    }
    
    .webinar_rotacyzm_cennik_box {
        width: calc(100% - 24px);
    }

    .kontakt_box_1 {
        width: 50%;
        padding-left: 24px;
        border-left: 1px solid #ffffff;
        margin-bottom: 20px;
    }

    .kontakt_box_1_szkolenie {
        border-left: 1px solid #001b71;
    }

    .kontakt_box_2 {
        width: 50%;
        margin-bottom: 20px;
    }

    .kontakt_box_3 {
        width: 50%;
        margin-bottom: 20px;
    }

    .kontakt_box_4 {
        width: 50%;
        margin-bottom: 20px;
    }

    .cennik_list {
        font-size: 18px;
        line-height: 20px;
    }

    .kontakt_box_1_szkolenie {
        width: 40%;
    }

    .kontakt_box_2_szkolenie {
        width: 60%;
    }

    .kontakt_box_3_szkolenie {
        margin-bottom: 0px;
        width: 40%;
    }

    .kontakt_box_4_szkolenie {
        margin-bottom: 0px;
        width: 60%;
    }
}

@media only screen and (max-width: 900px) {
    
    .header_left_dolacz_mini_e_kurs_landing_videos{
        line-height: 34px;
    font-size: 28px;
    }
    
    .piec_kluczy_do_terpaii_icon_e_book_landing{
        height: 130px;
    }
    
    .wyrazniejsza_mowa_w_5_minut_mini_e_kurs_landing{
        height: 130px;
    }
    
    .materialy_utrwalanie_r_landing{
        height: 130px;
    }
    
    
    .seplenienie_icon_webinar_landing{
        height: 130px;
    }
    
    .header_center_webinar_landing {
    margin-top: 130px;
    padding-left: 10%;
    padding-right: 10%;
}
    
    #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {

        width: 75%;
      }
    
    .opinie_pierwszych_kursantow{
        width: calc(50% - 6px);
        margin-right: 6px;
    }
    .container_top_bg_webinar_e_kurs_image {
        width: 75%;
    }

    .container_box_top_bg_webinar_e_kurs {
        width: 100%;
    }

    .terapia_ikona_container_efekty {
        float: left;
        width: 100%;
        margin-right: 24px;
        padding-left: 24px;
        height: auto;
        border-left: 2px solid #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        clear: both;
        color: white;
    }

    .terapia_container_efekty {
        display: block;
    }

    .efekty_przed {
        width: 100%;
        margin-top: 30px;
    }

    .efekty_po {
        width: 100%;
        border-left: 0px;
        margin-top: 30px;

    }

    .audio_efekty_przed {
        width: calc(100% - 24px);
    }

    .terapia_info_efekty {
        width: 100%;
        display: block;
    }

    .o_mnie_photo_wrapper {
        display: block;
    }

    .o_mnie_photo_wrapper_1 {
        width: calc(100% - 38px);
        margin-left: 19px;
        margin-right: 19px;
    }

    .o_mnie_photo_wrapper_2 {
        width: calc(100% - 38px);
        margin-left: 19px;
        margin-right: 19px;
        margin-top: 10px;
    }



    .ikona_prowadzaca_szkolenie {
        width: 40%;

    }

    .pytania_odpowiedzi_box_szkolenie {
        float: right;
        width: calc(100% - 24px);
        height: auto;
    }

    .topic_box_szkolenie {
        width: calc(100% - 24px);
        margin-bottom: 24px;

    }

    .topic_container_szkolenie {
        display: block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: 0px;

    }

    .filmik_intro_szkolenie {
        width: 40%;

    }

    .kontakt_box_1 {
        width: 100%;
        padding-left: 24px;
        border-left: 1px solid #ffffff;
        margin-bottom: 30px;
        height: auto;
    }


    .info_content {
        font-size: 12px;

    }

    .kontakt_box_2 {
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }

    .kontakt_box_3 {
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }

    kontakt_box_3 {
        width: 75%;
    }

    .text_zeszyt {
        padding-right: 24px;
        background-position: right -70px top;
        padding-left: 24px;
    }

    .kontakt_box_1_szkolenie {
        border-left: 1px solid #001b71;
        width: 100%;
    }

    .kontakt_box_2_szkolenie {
        width: 100%;
    }

    .kontakt_box_3_szkolenie {
        margin-bottom: 30px;
        width: 100%;
    }

    .kontakt_box_4_szkolenie {
        margin-bottom: 0px;
        width: 100%;
    }

    .link_szkolenie {
        width: calc(100% / 1);
    }

    .text_top_bg {
        display: none;
    }

    .header_top_bg {
        font-size: 24px;
        font-weight: 500
    }

    .krakow {
        font-size: 24px;
    }

    .subheder_top_bg {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    
    #mlb2-26717887.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
        max-width: none !important;
      }
    
    .container_top_bg_mini_e_kurs_success {
    width: calc(100% - 48px);
    padding: 16px;
        padding-top: 16px;
        padding-bottom: 48px
}
    
    .header_left_dolacz_mini_e_kurs_landing_videos{
        line-height: 34px;
    font-size: 25px;
    }
    
    .bookmark_content_mini_e_kurs_landing {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        position: relative;
        height: auto;
    }
    
    .container_top_bg_mini_e_kurs_landing {
        height: auto;
        position: static;
        display: block;
        margin: auto 0;
        height: auto;
        width: 100%;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 24px;
        margin: 0px;
        float: left;
        padding-top: 0px
    }
    
    
    
    
    
    .header_center_webinar_landing{
        margin-top: 60px;
    }
    .bookmark_content_kto_e_kurs_landing {
        padding-bottom: 18px;
}
    
    .pobierz_e_book_landing {
    padding-bottom: 24px;
    
}
    
        .szybko_mini_e_kurs_landing {
    padding-bottom: 24px;
    
}
            .dolacz_mini_e_kurs_landing {
    padding-bottom: 24px;
    
}
    
    
    
    .zaufanie_logo_container_e_book_landing {
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 48px;
    margin-left: 24px;
    border-top: 1px solid #ffffff;
    clear: both;
    padding-top: 24px;
    margin-top: 24px;
}
    
    .header_left_zaufanie_e_book_landing {
    padding-top: 110px;
}
    
    #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
        max-width: 100% !important;
    }
    #mlb2-21163868.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input{
        max-width: 100% !important;
        
    }
    .zaufanie_logo_text_e_book_landing {
    float: left;
    line-height: 23px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 30px;
    background-image: url(../grafika/strzalka_do_gory_e_kurs_landing_white.svg);
    background-size: auto 13px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 0px;
    font-weight: 600;
    font-size: 14px;
        clear: both;
        margin-top: 12px
}
    
    .zaufanie_e_book_landing {
    background-position: calc(50% + 250px) top, center top 60px;
    
}
    
    .podglad_dlaczego_e_book_mobile{
        display: inline;
    }
    
    .podglad_e_kurs_podglad_mobile{
        display: inline;
    }
    
    .podglad_dlaczego_webinar_mobile{
        display: inline;
    }
    
    .bookmark_content_e_book_landing_dlaczego{
        background-image: none;
        padding-bottom: 100px
    }
    
    .bookmark_content_e_kurs_pozwol_landing_podglad{
        background-image: none;
        padding-bottom: 100px
    }
    
    .bookmark_content_materialy_utrwalanie_r_landing_podglad{
        background-image: none;
        padding-bottom: 100px
    }
    
    
    .bookmark_content_webinar_landing_dlaczego{
        background-image: none;
        padding-bottom: 100px
    }
    
    .bookmark_content_mini_e_kurs_landing_ukonczenie{
        background-image: none;
        padding-bottom: 100px
    }
    
    .bookmark_content_e_kurs_pozwol_landing_ukonczenie{
        background-image: none;
        padding-bottom: 100px
    }
    
    .bookmark_content_materialy_utrwalanie_r_landing_ukonczenie{
        background-image: none;
        padding-bottom: 100px
    }
    
    .dlaczego_punkt_e_book_landing{
        width: calc(100% - 48px);
    }
    
    .dlaczego_punkt_materialy_utrwalanie_r_landing{
        width: calc(100% - 48px);
    }
    .pobierz_container_e_book_landing {
    display: inline-block;
        margin-top: 24px;
        
}

.pobierz_box_e_book_landing_1_3 {
    width: 100%;
}

    .header_left_dlaczego_e_book_landing{
        width: calc(100% - 24px);
        padding-top: 48px;
    }
    
    .header_left_e_kurs_pozwol_landing{
        width: calc(100% - 24px);
        padding-top: 48px;
    }
    
    .header_left_materialy_utrwalanie_r_landing{
        width: calc(100% - 24px);
        padding-top: 48px;
    }
    
.pobierz_box_e_book_landing_2_3 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 24px;
    padding: 24px
}
    
    #mlb2-20310093.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {

        width: 100%;
      }
    
    
    .opinie_pierwszych_kursantow{
        width: 100%;
        margin-right: 0px;
    }
    .pytania_e_kurs_landing{
        padding-bottom: 24px;
    }
    
    
    .fragment_container_e_kurs_landing{
        margin-bottom: 24px;
    }
    
    .carousel-cell_e_kurs_landing {
        width: 70%;
        padding: 18px;
        padding-top: 92px;
        }
    
    .text_center_pomoc_e_kurs_landing{
        padding-left: 0px;
        padding-right: 0px;
        width: 1005;
    }
    .kup_dwa_webinary_e_kurs_landing{
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 24px;
        
    }
    


    

    .webinar_image_e_kurs_landing {
        width: 100%;
    }

    .webinar_header_e_kurs_landing {
        width: 100%;
        padding-left: 0px;
        margin-top: 24px;
    }

    .webinar_text_e_kurs_landing {
        width: 100%;
        ;
        margin-left: 0px;
        padding-left: 0px;
    }

    .kto_e_kurs_landing {
        padding-bottom: 0px;
    }

    .header_center_fragment_e_kurs_landing {
        padding-left: 24px;
        padding-right: 24px;
    }

    .fragment_e_kurs_landing {
        padding-bottom: 0px;
    }

    .text_center_fragment_e_kurs_landing {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        margin-bottom: 48px;
    }
    
    .text_center_fragment_mini_e_book_landing {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        margin-bottom: 48px;
    }

    .spis_tresci_wraper_e_kurs_landing {
        display: inline-block;
        padding-left: 24px;
        padding-right: 24px;
        margin-left: 0px;
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .spis_tresci_opis_wrapper_e_kurs_landing {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .carousel_e_kurs_landing_pacjenci {
        height: auto;
        margin-bottom: 40px;
        margin-top: 40px;
        width: calc(100% - 48px);
        font-weight: 600;
        margin-left: 24px
    }

    .opinie_uczestnicy_pacjenci_e_kurs_landing_button {
        margin: 0 auto;
        height: 40px;
        width: 80%;
        line-height: 38px;
        background-color: #f5f5f5;
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        margin-top: 36px;
        margin-bottom: 25px;
        border-radius: 6px;
        font-size: 15px;
        clear: both;
        cursor: pointer;
        box-sizing: border-box;
    }

    .grafika_cena_pacjent_e_kurs_landing {
        width: calc(100% - 48px)
    }

    .kto_ikona_header_e_kurs_landing {
        width: 100%;
        padding-left: 0px;
    }
    
    .kto_ikona_header_e_kurs_landing_webinar_last {
        width: 100%;
        padding-left: 0px;
    }
    

    .kto_ikona_text_e_kurs_landing {
        width: 100%;
        padding-left: 0px
    }

    .kto_ikona_e_kurs_landing {
        width: 75%;
        left: 50%;
        margin: 0 auto;
        position: relative;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        margin-bottom: 24px;

    }

    .kto_kafelek_e_kurs_landing {
        padding: 24px;
    }

    .piec_lat_logo_container_e_kurs_landing {
        margin-bottom: 12px;
    }

    .piec_lat_logo_text_e_kurs_landing {
        float: left;
        line-height: 40px;
        font-size: 16px;
        color: #001C63;
        padding-left: 40px;
        background-image: url(../grafika/strzalka_do_gory_e_kurs_landing.svg);
        background-size: auto 20px;
        background-repeat: no-repeat;
        background-position: left top 2px;
        margin-left: 0px;
        margin-top: 12px;
        clear: both;
    }

    .text_center_kto_e_kurs_landing {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .header_center_e_kurs_landing {
        width: 100%;
        padding: 0px;
    }
    
    .header_center_webinar_landing {
        width: 100%;
        padding: 0px;
    }
    .header_center_pomoc_e_kurs_landing{
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .header_center_pomoc_webinar_landing{
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .header_center_cena_pacjent_e_kurs_landing {
        padding-left: 24px;
        padding-right: 24px
    }

    .header_opinie_e_kurs_landing {
        padding-left: 24px;
        padding-right: 24px
    }

    .text_left_e_kurs_landing {
        width: 100%;
        padding-right: 24px;
    }

    .header_left_e_kurs_landing {
        padding-right: 24px;
    }

    
    .header_center_fragment_e_kurs_landing {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bookmark_content_e_kurs_landing_ewelina {
        background-image: url(../grafika/piec_lat_ewelina_e_kurs_landing.png);
        background-size: auto 500px;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 500px
    }

    .pomoc_e_kurs_landing {
        padding-bottom: 24px;
        margin-top: 0px
    }

    .piec_lat_punkt_e_kurs_landing {
        float: left;
        width: calc(100% - 48px);
        min-height: 42px;
        background-image: url(../grafika/dot_piec_lat_e_kurs_landing.svg);
        background-size: 40px 40px;
        background-position: left top 2px;
        background-repeat: no-repeat;
        padding-left: 52px;
        clear: both;
        margin-left: 24px;
        margin-bottom: 12px;
    }

    .header_left_piec_lat_e_kurs_landing {
        width: 100%;
        padding-right: 24px
    }

    .pomoc_container_e_kurs_landing {
        padding-left: 24px;
        padding-right: 24px;
        display: inline-block;
    }

    .pomoc_box_e_kurs_landing {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: both;
        margin-bottom: 12px;
    }

    .nie_skreslaj_doroslych_icon_e_kurs_landing {
        display: none;
    }
    
    .wyrazniejsza_mowa_w_5_minut_mini_e_kurs_landing {
        display: none;
    }
    
    .materialy_utrwalanie_r_landing {
        display: none;
    }
    
    .seplenienie_icon_webinar_landing{
        display: none;
    }
    
    
    .top_bg_e_kurs_landing_mobile {
        display: block;
    }
    
    .top_bg_e_book_landing_mobile {
        display: block;
    }
    
    .top_bg_mini_e_kurs_landing_mobile {
        display: block;
    }
    
    .top_bg_e_kurs_pozwol_landing_mobile {
        display: block;
    }
    
    
    .top_bg_webinar_landing_mobile {
        display: block;
    }
    
    .top_bg_webinar_rotacyzm_landing_mobile {
        display: block;
    }
    

    .header_top_bg_webinar_e_kurs {
        width: 100%;
    }

    .top_bg_webinar_e_kurs_mobile {
        display: block;
        margin-top: 0px;
    }


    .top_bg_webinar_e_kurs {
        height: auto;
        float: left;
        display: inline-block;
        max-height: none;
        background-image: none;
        padding: 0px;
    }

    .top_bg_image_webinar_e_kurs {
        height: 100%;
        float: left;
        position: relative;
    }


    .top_bg_e_kurs_landing {
        height: auto;
        float: left;
        display: inline-block;
        max-height: none;
        background-color: #001C63;
        background-image: none;
    }

    .bookmark_content_e_kurs_landing {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        position: relative;
        height: auto;
    }

    .container_top_bg_e_kurs_landing {
        height: auto;
        position: static;
        display: block;
        margin: auto 0;
        height: auto;
        width: 100%;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 24px;
        margin: 0px;
        float: left;
        padding-top: 0px;
        background-color: #03204A
    }

    .top_bg_e_book_landing {
        height: auto;
        float: left;
        display: inline-block;
        max-height: none;
        background-color: #03204A;
        background-image: none;
    }
    
    .top_bg_mini_e_kurs_landing {
        height: auto;
        float: left;
        display: inline-block;
        max-height: none;
        background-color: #03204A;
        background-image: none;
    }
    
    .top_bg_e_kurs_pozwol_landing {
        height: auto;
        float: left;
        display: inline-block;
        max-height: none;
        background-color: #03204A;
        background-image: none;
        margin-top: -1px;
    }
    
    .top_bg_materialy_utrwalanie_r_landing {
        height: auto;
        float: left;
        display: inline-block;
        max-height: none;
        background-color: #03204A;
        background-image: none;
        margin-top: -1px;
    }
    

    .top_bg_webinar_landing {
        height: auto;
        float: left;
        display: inline-block;
        max-height: none;
        background-color: #03204A;
        background-image: none;
    }
    
    .top_bg_webinar_rotacyzm_landing {
        height: auto;
        float: left;
        display: inline-block;
        max-height: none;
        background-color: #03204A;
        background-image: none;
    }
    
    

    .bookmark_content_e_book_landing {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        position: relative;
        height: auto;
    }
    
    .bookmark_content_webinar_landing {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        position: relative;
        height: auto;
    }
    
    .bookmark_content_mini_e_kurs_landing {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        position: relative;
        height: auto;
    }
    
    .bookmark_content_mini_e_kurs_landing_videos {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        position: relative;
        height: auto;
    }
    
    

    .container_top_bg_e_book_landing {
        height: auto;
        position: static;
        display: block;
        margin: auto 0;
        height: auto;
        width: 100%;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 24px;
        margin: 0px;
        float: left;
        padding-top: 0px
    }
    
    .container_top_bg_webinar_landing {
        height: auto;
        position: static;
        display: block;
        margin: auto 0;
        height: auto;
        width: 100%;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 24px;
        margin: 0px;
        float: left;
        padding-top: 0px
    }
    
    
    .text_top_bg_e_book_landing{
        width: 100%;
        margin-top: 0px;
    }
    
    .text_top_bg_mini_e_kurs_landing{
        width: 100%;
        margin-top: 0px;
    }
    
    .text_top_bg_webinar_landing{
        width: 100%;
        margin-top: 0px;
    }
    .zegar_e_kurs_landing {
        width: 100%;
    }
    
    .zegar_dwa_webinary_e_kurs_landing {
        width: 100%;
    }
    
    
    .zegar_dwa_webinary_e_kurs_landing_container {
        float: left;
        height: auto;
        position: static;
        display: block;
        margin: auto 0;
        height: auto;
        width: 100%;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 24px;
    }
    
    .zegar_e_kurs_landing_container {
        float: left;
        height: auto;
        position: static;
        display: block;
        margin: auto 0;
        height: auto;
        width: 100%;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 24px;
        background-color: #03204A;
    }

    .text_top_bg_e_kurs_landing {
        width: 100%;
        margin-top: 0px;
    }

    #clockdiv > div {
        width: calc(25% - 9px);
        color: #ffffff;
        padding-left: 0px;
        padding-right: 0px;
    }

    #clockdiv div > span {
        color: #ffffff;
        padding: 10px;
    }
    .smalltext_dwa_webinary{
        font-size: 13px;
    }
    .smalltext {
        color: #ffffff;
    }

    .zegar_e_kurs_landing_header {
        color: #6bdad5;
    }


    #clockdiv > div.dots_e_kurs_landing {
        background-image: url(../grafika/dots_dwa_webinary_e_kurs_landing.svg);
    }

    .pomoc_e_kurs_landing {
        margin-top: 0px;
    }

    .pomoc_strzalka_w_dol_e_kurs_landing {
        display: none;
    }

    .container_top_bg_webinar_e_kurs {
        position: relative;
        width: 100%;
        top: auto;
        bottom: auto;
        padding: 0px;
        display: inline-block;
        margin: auto auto;
        height: auto;
        width: 100%;
        transform: none;
        float: left;

    }

    .container_top_bg_webinar_e_kurs_image {
        display: none;
    }

    .container_box_top_bg_webinar_e_kurs {
        width: 100%;
        float: left;
        height: auto;
        background-color: #f5f5f5;
        border-radius: 0px;
        margin-top: 0px;
        padding-bottom: 72px
    }

    .status_ok {
        font-size: 12px;
        line-height: 17px;
        width: 100%;
    }

    .status_err {

        font-size: 12px;
        line-height: 17px;
        width: 100%;
    }

    .e_kurs_checkbox_info_text {
        color: #ffffff;
        font-size: 11px
    }

    .top_bg_e_kurs {
        background-position: right -80px top -50px;
    }

    .container_top_bg_e_kurs {
        background-image: linear-gradient(to top, rgba(3, 32, 74, 1) 0px, rgba(3, 32, 74, 1) 50%, rgba(3, 32, 74, 0.75) 75%, rgba(3, 32, 74, 0) 100%);
        bottom: 0px;
        left: 0px;
        top: auto;
        width: 100%;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);

    }

    .container_top_bg_e_kurs_image {
        width: 85%;
        margin-left: 0px;
    }

    .header_top_bg_e_kurs {
        width: 100%;
        color: #ffffff;
        margin-top: 5px;
        font-size: 28px;
        line-height: 28px
    }

    .text_top_bg_e_kurs {
        width: 100%;
        color: #ffffff;
        margin-top: 10px;
        display: none;
    }

    .formField_e_mail {
        width: 100%;
        max-width: none;
    }

    .dowiedz_sie_wiecej_e_kurs {
        color: #001B71;
        background-color: #6BDAD5;
    }

    .logo_mowologia_white {
        margin-left: 24px;
    }

    .e_kurs_dla_logopedow_photo_container,
    .e_kurs_dla_pacjentow_photo_container {
        width: 100%;
        clear: both;
        padding-left: 24px;
        padding-bottom: 24px;
        border-left: 1px solid #6BDAD5;
    }

    .e_kurs_dla_logopedow_text_container,
    .e_kurs_dla_pacjentow_text_container {
        width: 100%;
        clear: both;
    }

    .e_kurs_dla_logopedow_container,
    .e_kurs_dla_pacjentow_container {
        display: block;
    }

    .e_kurs_dla_logopedow_tytul {
        width: 100%;
    }

    .e_kurs_dla_pacjentow_tytul {
        width: 100%;
    }

    .szkolenie_grupowe_tytul {
        width: 100%;
    }

    .szkolenie_indywidualne_tytul {
        width: 100%;
    }

    .szkolenie_grupowe_photo_container,
    .szkolenie_indywidualne_photo_container {
        width: 100%;
        clear: both;
        padding-left: 24px;
        padding-bottom: 24px;
        border-left: 1px solid #001B71;
    }

    .szkolenie_grupowe_text_container,
    .szkolenie_indywidualne_text_container {
        width: 100%;
        clear: both;
    }

    .szkolenie_grupowe_container,
    .szkolenie_indywidualne_container {
        display: block;
    }

    .o_mnie_photo_opis {
        float: left;
        width: calc(100% / 1 - 10px);
        margin-bottom: 24px;
    }

    .o_mnie_photo_wrapper_1 {
        display: block;
        width: calc(100% - 38px);
    }

    .o_mnie_photo_wrapper_2 {
        display: block;
        width: calc(100% - 38px);
        margin-top: 5px;

    }


    .ikona_prowadzaca_szkolenie {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .miniaturka_title_artykul {
        line-height: 28px;
        font-size: 15px;
    }

    .miejsce_adres_szkolenie {
        margin: 0 auto;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        position: relative;
        background-color: #001b71;
        left: 50%;
        margin-top: 0px;
        color: #fff;
        float: left;
        width: 75%;
        padding: 7px 12px 6px 12px;
        text-align: center;

    }

    .pytania_text_color_szkolenie {
        width: calc(100% - 24px);
        margin-left: 24px;
    }

    .title_top_szkolenie {
        line-height: 40px;
        font-size: 33px;
    }

    .filmik_intro_szkolenie {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 40px
    }

    .link {
        width: calc(100% / 2);
    }

    .dowiedz_sie_wiecej {
        color: #FFFFFF;
        background-color: #FF6600;
    }

    .o_mnie_subheader {
        font-size: 18px;
        line-height: 18px;
    }

    .cennik_box {
        width: calc(100% - 24px);
    }
    
     .e_kurs_cennik_box {
        width: calc(100% - 24px);
    }
    
    .webinar_cennik_box {
        width: calc(100% - 24px);
    }
    
    .webinar_rotacyzm_cennik_box {
        width: calc(100% - 24px);
    }


    .konsultacja_container {
        display: block;
    }

    .konsultacja_box {
        width: calc(100% - 24px);
        margin-bottom: 24px;
    }

    .zaswiadczenie {
        width: calc(100% - 48px);
        margin-bottom: 48px;
    }

    .konsultacja_header {
        font-size: 20px;
        display: block;
    }

    .terapia {
        margin-top: -64px;
    }

    .text_top_bg {
        display: none;
    }

    .top_bg_image {
        background-position: left calc(50% + 20px) bottom 150px;
        height: 100%;
        background-image: url(../grafika/dr_ewelina_strawa_kesek_mowologia.png);
        background-size: auto calc(100% - 250px);
        /*        covid info */
        /*        background-size: auto calc(100% - 290px);*/
        /*        covid info-end  */
        background-repeat: no-repeat;
    }

    .header_top_bg {
        font-size: 24px;
        line-height: 22px;
        color: #fff;
    }

    .subheder_top_bg {
        font-size: 18px;
        line-height: 20px;
        color: #fff;
    }

    .krakow {
        font-weight: 300;
        font-size: 20px;
    }

    .top_bg {
        height: 100%;
        top: 30px;
        background-position: calc(50% - 200px) top 70px;
        /*        covid info */
        /*        background-position: calc(50% - 200px) top 110px;*/
        /*        covid info-end */
    }

    .container_top_bg {
        background-color: #001B71;
        width: 100%;
        margin-left: 0px;
        left: 0;
        padding-left: 24px;
        padding-top: 20px;
        bottom: 0px;
        height: 150px;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        top: auto;
        border-top: 0px solid #95e5e2;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .podpis_mobile {
        display: block;
    }

    .terapia_container {
        display: block;
        position: relative;
        border-left: 1px dashed #ffffff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 24px;
        margin-right: 24px;
        width: calc(100% - 48px)
    }

    .terapia_ikona_container {
        width: 70%;
        margin-bottom: 15px;
        margin: 0 auto;
        left: 50%;
        margin: 0 auto;
        position: absolute;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        position: relative;
        margin-bottom: 30px;
    }

    .a {
        clear: both;
        width: 100%;
        border: 0px;
    }

    .terapia_info_dzieci {
        clear: both;
        width: 100%;
    }

    .header_center {
        font-size: 30px;
        line-height: 34px;
    }


    .header_stacjonarnie_online {
        font-weight: 300;
        font-size: 16px;
        margin-top: 0px;
    }

    .carousel-cell {
        width: calc(100%/3*2);

    }

    .jeden_filmik {
        width: calc(100% - 24px);
    }

    .flex {
        display: block;
    }

    .content_baza {
        padding-left: 0px;
        padding-right: 0px;
    }

    .kontakt_box_1_szkolenie {
        border-left: 1px solid #001b71;
        width: 100%;
    }

    .kontakt_box_2_szkolenie {
        width: 100%;
    }

    .kontakt_box_3_szkolenie {
        margin-bottom: 30px;
        width: 100%;
    }

    .kontakt_box_4_szkolenie {
        margin-bottom: 0px;
        width: 100%;
        height: auto
    }

    .link_szkolenie {
        width: calc(100% / 1);
    }
}

@media only screen and (max-width: 415px) {



    .zeszyt_top {
        padding-right: 0px;
    }

    .zamknij_right {
        width: 50px;
        background-size: 20px 20px;
    }


}
