body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
    margin: 0;
    padding: 0
}

div {
    position: relative
}

a {
    text-decoration: none;
    color: inherit
}

img {
    border: none
}

button,
input,
select {
    outline: none
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    color: #686D81
}

strong,
b {
    font-weight: 700
}

section {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    padding: 60px 20px
}

.items {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start
}

section > .items {
    width: 1300px
}

.item {
    box-sizing: border-box;
    padding: 0 20px
}

.item.title {
    width: 100%
}

.title h4 {
    font-size: 48px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px
}

.title p {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px
}

.form label,
.form input,
.form select,
.form textarea {
    box-sizing: content-box;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #686D81
}

.form form {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start
}

.form .row {
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.form label {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    transition: 120ms
}

.form input,
.form select {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 12px;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: white;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: inset 0px 3px 10px 1px rgba(0, 0, 0, 0.03);
    outline: none !important;
    transition: 120ms
}

.form select {
    position: relative;
    padding-right: 40px;
    background-image: url(../gfx/select.svg?v2);
    background-repeat: no-repeat;
    background-position: right center
}

.form input:hover,
.form select:hover {
    border-color: #686D81;
    transition: 120ms
}

.form input:focus,
.form select:focus {
    border-color: black;
    transition: 120ms
}



.form .row.alt-checkbox,
.form .row.check-all,
.form .row.agree {
    width: 100%;
    font-size: 12px;
    line-height: 1.4em;
    text-align: justify;
    padding-left: 48px
}

.form input[type="checkbox"] {
    display: none
}

.form input[type="checkbox"] + label {
    position: absolute;
    top: 0;
    left: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: inset 0px 3px 10px 1px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.form input[type="checkbox"]:checked + label {
    background-image: url(../gfx/checkbox.svg)
}

.form .submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center
}

.form .submit .button {
    direction: inline-block
}

::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: 300;
    color: #BBB;
    opacity: 1
}

::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: 300;
    color: #BBB;
    opacity: 1
}

:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: 300;
    color: #BBB;
    opacity: 1
}

:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: 300;
    color: #BBB;
    opacity: 1
}

.form .errorMessage {
    position: absolute;
    bottom: -8px;
    right: 10px;
    margin: 0;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1em;
    color: white;
    background-color: #D0021B
}

.form .error label {
    color: #D0021B;
    transition: 120ms
}

.form .error input,
.form .error textarea {
    border-color: #D0021B;
    transition: 120ms
}

h1 {
    font-size: 52px;
    line-height: 1em;
    font-weight: 300
}

h1 span {
    color: #B89157
}

h3 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 300
}

.button {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding: 12px 40px 12px 14px;
    border: none;
    border-radius: 19px;
    background-color: #B89157;
    outline: none;
    cursor: pointer;
    transition: 150ms
}

.button:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 24px;
    height: 24px;
    background-image: url(../gfx/button-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.button:hover {
    background-color: #9D7B48;
    transition: 150ms
}

.button.large,
#TrainingDetails .button,
.form .button {
    font-size: 18px;
    line-height: 1em;
    padding: 16px 52px 16px 18px;
    border-radius: 30px
}

.button.large:after,
#TrainingDetails .button:after,
.form .button:after {
    top: 9px;
    right: 9px;
    width: 32px;
    height: 32px
}

.socials {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start
}

.socials svg {
    width: 36px;
    height: 36px;
    margin-right: 7px;
    fill: #B89157;
    transition: 150ms
}

.socials a:hover svg {
    fill: #9D7B48;
    transition: 150ms
}

#Top {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff
}

#Hero {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
    background-image: linear-gradient(#fff, #EFEFEF);
    background-image: url("../gfx/f.png");
    background-size: cover;
    background-repeat: no-repeat;
}

#Thx #Hero {
    padding-bottom: 40px
}

#Thx #Hero h1 {
    text-align: center;
    margin-bottom: 50px
}

#Thx #Hero h3 {
    text-align: center;
}

#Thx #Hero p {
    text-align: center
}

/* #Hero:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 35px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../gfx/hero-background-bottom.svg)
} */

#Thx #Hero:after {
    display: none
}

#Hero > .items {
    flex-direction: row-reverse
}

#Hero .content {
    padding-top: 40px;
    padding-right: 100px;
    width: 100%;
    z-index: 1
}


#Hero h1 {
    margin-top:40px;
    padding:1rem;
}

#Hero h3 {
    margin-top: 40px;
    margin-bottom: 20px
}

#Hero p {
    padding:1rem;
}

#Hero .button {
    margin-top: 20px
}

#Hero .illustration {
    width: 50%;
    padding-left: 40px;
    padding-right: 80px
}

#Hero .illustration img {
    width: 100%;
    height: auto
}

#Trainings {
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(197,201,218);
background: linear-gradient(228deg, rgba(197,201,218,1) 0%, rgba(240,242,249,1) 24%, rgba(255,255,255,1) 100%);
}

.doradztwo .button,
.doradztwo .box:before {
    background-color: #A8A1E4
}

.doradztwo h6 {
    color: #A8A1E4
}

.doradztwo h6:before {
    content: "Doradztwo inwestycyjne"
}


.ETF-live h6 {
    color: #b89157;
}

.ETF-live.onLine h6:before {
    content: "POBIERZ WEBINAR"
}

.ETF-live.disabled h6:before {
    content: "ZAPISZ SIĘ NA SZKOLENIE VIDEO"
}


.ETF-live h6:before {
    content: "Szkolenie ON-LINE"
}

.obligacje .button,
.obligacje .box:before {
    background-color: #F4B65B
}

.obligacje h6 {
    color: #F4B65B
}

.obligacje h6:before {
    content: "Obligacje"
}

.ike .button,
.ike .box:before {
    background-color: #6795C2
}

.ike h6 {
    color: #6795C2
}

.ike h6:before {
    content: "IKE / IKZE"
}

.term {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px
}

.term .date,
.term .time {
    display: block;
    position: relative;
    margin-right: 20px;
    padding-left: 28px;
    margin-bottom: 20px
}

.term .date:before,
.term .time:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.term .date:before {
    background-image: url(../gfx/date.svg)
}

.term .time:before {
    background-image: url(../gfx/time.svg)
}

#Trainings > .items {
    justify-content: space-evenly;
}

.training {
   min-width:25%;
    padding-top: 20px;
    padding-bottom: 20px
}

.training.disabled {
    filter: grayscale(100%);
}

.training.disabled .box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6)
} 
.etf-section .training .box {
    padding: 25px 20px 90px 25px;
  
}


.etf-section .training .button{
    margin-top:30px;
}
.training .box {
    padding: 25px 20px 0 25px;
    background-color: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    background-image: url(../gfx/etf.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    max-width:550px;
}

.training .box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px
}

.training h2 {
    font-size: 24px;
    line-height: 28px;
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.training h6 {
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.training .description {
    display: none
}

.training .button {
    position: absolute;
    right: 20px;
    margin-top:40px;
}

.training .more {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding-right: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase;
    border: none;
    background: none;
    cursor: pointer;
    color:#b89157;
    font-weight: bold;
}

.training .more:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    width: 11px;
    height: 10px;
    background-image: url(../gfx/more.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

#TrainingDetails {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}



#TrainingDetails .box {
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    border-top:4px solid #b89157;
    max-width: 1300px;

}

#TrainingDetails h6 {
    display: none
}

#TrainingDetails .more {
    display: none
}

#TrainingDetails h2 {
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 20px;
    width:100%;
}

#TrainingDetails .description {
    margin-bottom: 40px;
    text-align: justify
}

#TrainingDetails .term {
    margin-right: 40px;
    font-size: 28px;
    line-height: 50px;
    width:100%;
}

#TrainingDetails .term .date,
#TrainingDetails .term .time {
    padding-left: 40px
}

#TrainingDetails .term .date:before,
#TrainingDetails .term .time:before {
    top: 10px;
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat
}

#TrainingDetails .button {
    margin-bottom: 20px
}

#Form {
    position: relative
}

 #Form:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    height: 22px;
    background-image: url(../gfx/form-background-top.svg);
    background-repeat: no-repeat;
    background-position: center center
} 

#Form > .items {
    justify-content: center
}

#Form > .items > .item {
    width: 55%
}

#Form .title {
    padding-left: 30px;
    padding-right: 30px
}

#Form .title p, #Form .title .description {
    font-size: 12px;
    line-height: 1.4em;
    text-align: justify;
    margin-bottom: 10px
}

#meeting-selection{
    margin-top: 20px;
        
}

#Form .szkolenie {
    width: 100%
}

#Form .term {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0
}

#Form .term .date,
#Form .term .time {
    padding-left: 32px;
    white-space: nowrap
}

#Form .term .time {
    margin-right: 0
}

#Form .term .date:before,
#Form .term .time:before {
    width: 22px;
    height: 22px
}

#Footer {
    background-color: #F3F3F3
}

#Thx #Footer {
    background-color: #f3f3f3
}

#Footer > .items {
    padding-left: 80px;
    padding-right: 80px
}

#Footer p {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 5px;
    text-align: justify
}

#Footer p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1240px) {
    section {
        padding-left: 20px;
        padding-right: 20px
    }
    section > .items {
        flex: 0 0 100%
    }
}

@media only screen and (max-width: 1033px) {

    #Hero .content {
        padding-top: 40px;
        padding-right: 20px;
        width: 100%;
        z-index: 1
    }
  
    
    #Hero .buttons {
        text-align: center
    }
    #Hero .illustration {
        width: 50%;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        margin:0 auto;
    }
    .training .box {
        padding: 25px 20px 50px 25px;
    margin:0 auto;
    }

    .training {
        width: 100%
    }
    #Form > .items > .item {
        width: 70%
    }
    #Footer > .items {
        padding-left: 0;
        padding-right: 0
    }
}
@media only screen and (min-width: 1060px) {
    .training {
        width: 100%;
        max-width: 440px;
    }
    .ebook-container .training{
        max-width:800px;
    }
}
@media only screen and (max-width: 980px) {
    .training {
        width: 100%;
    }
}

@media only screen and (max-width: 880px) {
    .training {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    #Trainings,
    #TrainingDetails {
        padding-left: 0;
        padding-right: 0
    }
    .training {
        width: 100%
    }
    #TrainingDetails {
        width: 100%
    }
    #Form > .items > .item {
        width: 90%
    }

}

@media only screen and (max-width: 700px) {
    #Hero h1 {
        margin-top:0;
    }

    
    #Hero{
        padding-bottom:0 }
        
    #Hero .content {
        width: 90%
    }

    h1,
    .title h4 {
        font-size: 42px;
        line-height: 1em
    }
    #Hero .illustration {
        width: 90%;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        margin:2rem auto;
    }
}
@media only screen and (max-width: 1000px) {
    #Top .item {
        padding-right: 0;
        width: auto;
        height: 40px
    }
}

@media only screen and (max-width: 640px) {
    #Top .item {
        height: 40px
    }
    .training {
        width: 100%
    }
}


@media only screen and (max-width: 560px) {
    h1,
    .title h4 {
        font-size: 36px;
        line-height: 1em
    }
    #Hero .content:after {
        left: 100px
    }
    .training {
        width: 100%;
        margin:0 auto;
    }
    #Form > .items > .item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 2rem 1rem 0 1rem;
    }
    .form .submit .button{
        margin-bottom:3rem;
    }
    .form .row {
        width: 100%
    }
    #Footer .item {
        padding: 1rem;
max-width: 100%;
    }
}

@media only screen and (max-width: 470px) {
    #Top .item {
        height: 24px
    }
    #Hero .content {
        width: 100%
    }
    #Hero .illustration {
        width: 100%
    }
    .training {
        width: 100%
    }
}

@media only screen and (max-width: 420px) {
    h1,
    .title h4 {
        font-size: 32px;
        line-height: 1em
    }
    #Top .item {
        height: 40px;
            padding-left: 12px;
        margin-bottom:20px;
    }
    .training {
        width: 100%
    }
    section{
        padding:0;
    }
    #Hero{
        padding-bottom: 0px;
    }
    #Hero .content:before {
        width:300px;
    }
    
    #Top {
        padding-bottom: 0px;
     }

     #Hero .content:before {
        top: -20%;
        left: 0%;
     }
     .training .more {
         font-size:10px;
     }

}
@media only screen and (max-width: 600px) {
    .toutor_description{
        flex-wrap: wrap;
    }
    .toutor{
        text-align: left !important;
        margin:0 !important;
    }

    .img_scales{
        width: 0% !important;
        background:#fff;
    }
    #Hero p {
        margin-top:0;
        margin-bottom:0;
    }
    #Hero h1{
        margin-bottom:0;
    }
    .ETF_title{
        font-size:1.5em !important;

    }
    .logo-item{
        margin:0;
    }

}

@media only screen and (min-width: 900px) {
    .img_scales{
        width: 100% !important;
        background:#fff;
    }
    #Hero p {
        margin-top:0;
        margin-bottom:0;
    }
    #Hero h1{
        margin-bottom:0;
    }


}

.img_scales{
    display: flex;
}
#Form a{
    color:#B89157;
    text-decoration: underline;
}

.desclimer-link{
color:#b89157;
}

.item-footer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
}

.parner-logo{
max-width:300px;
}

.agr_rm2_more,
.agr_rm3_more,
.agr_rm2_more_h,
.agr_rm3_more_h,
.agr_rm2_h,
.agr_rm3_h
{
color:#b89157;
cursor:pointer;
}

.toutors{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding-top:0;
background: linear-gradient(330deg, rgba(197,201,218,1) 0%, rgba(240,242,249,1) 24%, rgba(255,255,255,1) 100%);
font-size:0.9rem;
line-height: 1.6;
display: none;
}

.toutor{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin:2rem;
}

@media only screen and (max-width: 1200px) {
    .toutor{
        max-width:90vw;
        flex-wrap:wrap;
    }
}

.toutor img {
width:150px;
}

.toutor-description {
padding:1rem;
}
.toutor-description h2{
    margin-bottom:1rem;
    text-align:left;
}

.subheader{
    width: 100%;
    padding:1rem 2rem;
    margin:0;
    text-align: left;
   }

   .link_ankieta{
       color:#b89157;
   }
   .ETF-live .box ul, 
   .ETF-live .box em,
   .ETF-live .box strong {
       display:none;
   }

   .toutor_description{
    display: flex;
    width: 100%;
    margin-bottom:2rem;
}

.img_scale img {
    transition-duration: 0.4s;
    margin: 0 auto;
    display: block;
    margin:1rem;
    border-radius:100%;
 
}

.img_scale{
    width:100%;
}


.logo-item{
    margin:2rem 1rem;
    filter: grayscale(100%);
}

.item-fo{
    padding:1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* manu fixed */

#Top{
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: -2px 4px 4px -5px rgba(66, 68, 90, 1);
-moz-box-shadow: -2px 4px 4px -5px rgba(66, 68, 90, 1);
box-shadow: -2px 4px 4px -5px rgba(66, 68, 90, 1);
}

#Hero{
    padding-top: 120px;
}
/* menu fixed koniec */

/* button zwin w box wiecej informacji */

.wrap{
    display: none;
    left: 10px;
}
#TrainingDetails .wrap{
    display: inline-block;
    background-color: #bbb;
}
#TrainingDetails .wrap:after{
    transform: rotate(-90deg);
}

.hide-option{
display: none
}
.ETF_title{
    padding: 2rem 0;
    text-align: center;
    width:100%;
    line-height: 1.2;
 
}

.title_E{
    color:#686D81 ;
    border:none;
    border-bottom:1px solid #f3f3f3;
}

.hero_section{
    display: flex;
}



.hero_content{
    background-color:#fff;
    padding:2rem;
    padding-top:1rem;
}

.top-bar-right {
   position: absolute;
   right:2rem;
}

.btn-top{
    margin-left:1rem
}

@media screen and (max-width: 1000px) {
    .hide-for-small-only {
        display: none !important
    }
}

@media only screen and (max-width: 600px) {

    .ETF_title{
        font-size:1.5em;
        border-top:1px solid #f3f3f3;
    }
    .item.logo-item{
        margin:0;
        margin-top:1em;
        filter: grayscale(100%);
    }
    #Hero {
 
        background-image: url("../gfx/g.png");
     
    }

}

/* ikeikze */
.ikeikze{
    border-left:2px solid #f3f3f3;
}
.ike-section .training .box{
    display:flex;
    background-image: none;
    max-width:none;
    border-top:4px solid #b89157;
}
.ike-section .training .box .content-box,
.ike-section .training .box .toutor_description{
width:50%;
}
.ike-section .training.ike-ikze{

    max-width:none;
}
@media only screen and (min-width: 1060px){
.training{
width:initial;
}

}
.ike-section .toutor{
    margin:0 2rem 4rem;
}

.ike-section h6:before {
    content: "POBIERZ WEBINAR";
    color:#b89157;
}

.ike-section .training h2 {
    height:inherit;
    margin-bottom:2rem;
}
#Trainings .ikeikze-container{
max-width:1300px;
width:100%;
}
.ikeikze-toutors{
    flex:1 ;
font-size:14px;
padding:2rem;
line-height:150%;}

.ikeikze.img_scale img {
    filter: grayscale(0%);
    border-radius:100%;
    border:2px solid #f3f3f3;
    padding:0;
    margin:1rem;
    background-color:#f3f3f3;
    max-width:200px;
    display:inline-block;


}

.ikeikze-toutors div{
    max-width:400px;
}
.ikeikze{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.ikeikze div{
    margin-left: 2rem
;
    width: 90%;
    padding:1rem;
    text-align: left;
    font-style:italic
}

@media only screen and (max-width: 768px){
    .ikeikze{
    flex-wrap:wrap;
    justify-content: center;
    }
    .ikeikze div{
        font-size: 0.8rem;
        line-height:150%;
        text-align: left;
        margin-left:0;
    }
    }

    #Hero .content{
        background:#fff;
    }

    .ikeikze-container .training .button {
        right:40px;
    }
    @media only screen and (max-width: 826px) {
        .ike-section .training .box{
        flex-wrap:wrap;
    }
    .ike-section .training .box .content-box,
     .ike-section .training .box .toutor_description{
        width:100%;
    }
    .ike-section .training .box .content-box{
        margin-bottom:6rem;
    }
    .ikeikze{
        border-left:none;
        border-top:2px solid #f3f3f3;
    }
    .img_scale.ikeikze img{
        margin-top:2rem;
    }
    }

    #Trainings .ikeikze-container{
        display: flex;
        flex-direction: column-reverse;
    }
    #Trainings.ebook-container {
        background: #fff;
        margin-top:2rem;
    }
    .ebook-container .training .box {
box-shadow: none;
background-image: none;
background-color: transparent;
    }
    .ebook-container .button{
        bottom:2rem
    }
    .ebook-container img{
        max-width: 450px;
    }
    .ebook-container .ebook {
display: flex;
flex-wrap: wrap;
justify-content: center;

    }
    #Trainings.ebook-container .button{
 left:4rem;
    }

    .ebook-container .items{
        max-width: 500px;
    }

    .ebook-container .training .box{
        padding:0 2rem;
    }

    .hero_section img{
        width:100%;
    }

 