@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ROBOCZE */

.rc-cosma-wrapper div {
  box-sizing: border-box;
}

.rc-cosma-wrapper{  
  background-color: #FFF;
  max-width: 731px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 90%;
}

.rc-cosma-wrapper ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;

}
.rc-cosma-green-dot{
  text-indent: -1em;
}

.rc-cosma-green-dot::before{
  content: "•  ";
  color: red;
}

.rc-cosma-fs-bg {
  margin: 10px 10px 20px 10px;
  border-radius: 5px;
}

.rc-cosma-cosma-bg {
  background-color: #eaf4ef;
  margin: 10px 10px 20px 10px;
  border-radius: 5px;
}

.rc-cosma-logo-small{
  max-height: 80px;
  margin-bottom: 30px;
  width: auto;
}

.rc-cosma-logo-very-small{
  max-height: 50px;
  margin-bottom: 30px;
  width: auto;
}

/* TYPOGRAFIA */

div.rc-cosma-wrapper p, 
div.rc-cosma-wrapper ul,
div.rc-cosma-wrapper li {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.4em;
  color: #000;
}

div.rc-cosma-wrapper h1, 
div.rc-cosma-wrapper h2,
div.rc-cosma-wrapper h3,
div.rc-cosma-wrapper h4,
div.rc-cosma-wrapper h5 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  color: #000;
}

div.rc-cosma-wrapper h1 strong, 
div.rc-cosma-wrapper h2 strong,
div.rc-cosma-wrapper h3 strong,
div.rc-cosma-wrapper h4 strong,
div.rc-cosma-wrapper h5 strong {
  font-weight: 500;
}

.rc-cosma-strong {
  font-weight: 700;
}

.rc-cosma-usp{
  font-size: 110%;
  font-weight: 700;
}

/* TABELE */
.rc-cosma-table,
.rc-cosma-table table, 
.rc-cosma-table th, 
.rc-cosma-table td{
  border: 1px solid #00965e;
  border-collapse: collapse !important;
  padding: 5px;
  font-size: inherit;
  color: #000;
}


/* OBRAZKI */

div.rc-cosma-wrapper img {
  max-width: 100%;
}

.rc-cosma-image{
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.rc-cosma-person-image{
  width: 100%;
  border-radius: 5px;
}

.rc-cosma-image-desktop{
 display: block;
}

.rc-cosma-image-mobile{
  display: none;
}

.rc-cosma-produkt{
  filter: drop-shadow(0px 5px 10px rgba(0,0,0,0.4));
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rc-cosma-header-image{
  margin-bottom: 40px!important;
}

.rc-cosma-icon{
  width: 90px;
  margin-bottom: 20px;
}

.rc-cosma-logo{
  width: 90px;
  margin-bottom: 10px;
}

.rc-cosma-logo-big{
  width: 60%;
  max-width: 300px !important;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* SEKCJE */

.rc-cosma-hero{
  background-color: #eaf4ef;
  border-radius: 10px;
  margin: 10px;
}

.rc-cosma-lead{
  padding: 0 40px!important;
}

/* ALIGMENT */

.rc-cosma-order-reverse{
  flex-direction: row-reverse;
} 

.rc-cosma-top{
align-content: flex-start;
}

.rc-cosma-middle{
align-content: center;
}

.rc-cosma-bottom{
align-content: flex-end;
}

.rc-cosma-center{
  text-align: center;
}

/* GRID */

.rc-cosma-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.rc-cosma-col{
  padding: 0 20px;
}

.rc-cosma-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.rc-cosma-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.rc-cosma-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.rc-cosma-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.rc-cosma-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.rc-cosma-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.rc-cosma-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.rc-cosma-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.rc-cosma-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.rc-cosma-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.rc-cosma-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.rc-cosma-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* EFEKTY */

.rc-cosma-zoom {
  transform: scale(1) rotate(0deg);
  transition: transform .3s ease-out; 
}

.rc-cosma-zoom:hover{
  transform: scale(1.1) rotate(3deg);
  transition: transform .3s ease-out; 
}

/* WIDEO */

.cos-videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 20px;
}

.cos-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* TABLET */

@media (max-width: 768px){

/* GRID */

.rc-cosma-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.rc-cosma-col{
  padding: 0 20px;
}

.rc-cosma-col-1 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-2 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-3 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-4 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-5 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-6 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-7 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-8 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-9 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-10 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-11 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.rc-cosma-order-reverse{
  flex-direction: row;
} 

.rc-cosma-person-image{
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.rc-cosma-table,
.rc-cosma-table table, 
.rc-cosma-table th, 
.rc-cosma-table td{
  border: 1px solid #00965e;
  border-collapse: collapse !important;
  padding: 3px;
  font-size: 90%;
  color: #000;
}

.rc-cosma-image-desktop{
 display: none;
}

.rc-cosma-image-mobile{
  display: block;
}


}

/* MOBILE */

@media (max-width: 554px){

  .rc-cosma-col-30 {
    width: 40%
  }
  .rc-cosma-col-70 {
    width: 60%
  }

}

#cosma-korea-badge{
  vertical-align: middle;
  height: 110px;
}





