.main {
  width: 100%;
}

.main-howto {
  width: 100%;
}
.main-howto .main__container-element{
  margin-top: -20px;
}
@media (min-width: 300px) {
  .main-howto .main__container-element{
    margin-top: -100px;
  }
}
@media (min-width: 576px) {
  .main-howto .main__container-element{
    margin-top: -100px;
  }
}
@media (min-width: 680px) {
  .main-howto .main__container-element{
    margin-top: -20px;
  }
}
.main-background {
  background: url("../../assets/img/fon01.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.main__container {
  margin: 0 auto;
  max-width: 860px;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.main__container-element {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.main__card {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  width: 340px;
  height: 500px;
}

.main__card-img {
  margin: 10px auto;
  width: 260px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  box-shadow: 2px 2px 10px 0px var(--color-border);
  padding: 0;
  margin: 0;
}

.main__card-title {
  width: 260px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.main__card-subtitle{
  width: 260px;
  height: 100px;
  padding: 10px 0;
  text-align: justify;
  line-height: 20px;
}
.main__container-whybuy {
  position: relative;
  /*top: 50px;*/
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.main__card-why {
  width: 190px;
  height: 220px;
  margin: 5px 20px;
  border-radius: 8px;
  background: radial-gradient(#1584f8, #014aad);
  background-position: center;
  background-size: cover;
  box-shadow: 2px 2px 8px var(--color-shadow);
}

@media (min-width: 300px) {
  .main__card-why {
    width: 240px;
    height: 240px;
  }
}

@media (min-width: 576px) {
  .main__card-why {
    width: 230px;
    height: 220px;
  }
}

@media (min-width: 992px) {
  .main__card-why {
    width: 190px;
    height: 220px;
  }
}

.icon-correct {
  display: block;
  padding-top: 30px;
  text-align: center;
  font-size: 80px;
  color: var(--color-bg);
}

@media (min-width: 300px) {
  .icon-correct {
    font-size: 96px;
  }
}

@media (min-width: 576px) {
  .icon-correct {
    font-size: 90px;
  }
}

@media (min-width: 992px) {
  .icon-correct {
    font-size: 80px;
  }
}

.main__card-way-txt {
  text-align: center;
  padding: 34px 8px 0 8px;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-bg);
}

@media (min-width: 300px) {
  .main__card-way-txt {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .main__card-way-txt {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  .main__card-way-txt {
    font-size: 18px;
  }
}

.main__text {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 50px 20px;
}

/* Accordeon style */
.accordion-button{
  font-size: 22px;
}
.accordion-body{
  font-size: 20px;
  line-height: 26px;
}

#intergramRoot div{
  bottom: 80px!important; /* bottom size change */
  /* background: transparent!important; first backgroud layer disabled */
  /* box-shadow: none!important; Disable shadow for box chat and button */
}
/* #intergramRoot div div{ */
    /* background: var(--color-bgbtn)!important; seckond background for heading and button */
    /* border-radius: 2px; Border radius for button and chat box heading */
    /* border: 1px solid var(--color-border); */
/* } */
/* #intergramRoot div div div{ */
  /* border: none!important; delete inner border on chat button */
/* } */
/* #intergramRoot div div div svg{ */
  /* margin-top: 0px!important; arrow position on chat button. svg picture position */
/* } */

