body {
  --color-black: #2a2f30;
  --color-white: #ffffff;
  --color-green: #095d64;
  --color-dark-green: #0b454a;
  --color-light-green: #00898d;
  --color-very-light-green: #d8f2ef;

  --fg-main: var(--color-black);
  --fg-primary: var(--color-dark-green);
  --bg-main: var(--color-white);
  --bg-primary: #00898d;
  font-size: 16px;
  font-weight: 400;
  color: var(--fg-main);
  background-color: var(--bg-main);
}

.banner {
  position: relative;
  padding-top: 99px;
  padding-bottom: 99px;
  background-color: #f4f4f4;
}

.banner__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/main.jfif);
  background-size: cover;
  background-position: 50% 100%;
}

.banner__content {
  position: relative;
  width: 242px;
}

ul {
  list-style-type: none;
}
#sayYes ul {
  list-style-type: disc;
}
.banner__buttons {
  margin-top: 4em;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}


.accordion__item {
  border: 2px solid var(--color-very-light-green);
}

.accordion__item:not(:last-child) {
  margin-bottom: 1em;
}

.accordion__header {
  display: flex;
  align-items: center;
  padding: 1.5em;
  background-color: var(--color-very-light-green);
  cursor: pointer;
}

.accordion__header::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 10px;
  margin-left: auto;
  background: url('./../img/caret.svg') center no-repeat;
  background-size: contain;
  transform-origin: 50% 50%;
  transition: transform .4s ease;
  flex-shrink: 0;
}
.accordion__item_opened .accordion__header {
  background-color: var(--bg-main);
}

.accordion__item_opened .accordion__header::after {
  transform: rotateZ(180deg);
}

.accordion__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--fg-main);
}

.accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s linear;
}

.accordion__inner {
  padding: 1.5em;
}

.accordion__item_opened .accordion__body {
  max-height: 1000px;
}

.accordion__buttons {
  padding-top: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  .accordion__inner {
    padding: 0 4em 1.5em;
  }

  .accordion__buttons {
    padding-top: 4em;
  }
}
.content2 {
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
}

.btn-cont {
  display: flex;
  justify-content: center;
}

.header__text {
  font-size: 30px;
  line-height: 40px;
}

.access {
  margin-top: 0;
  background: url(../img/main.jfif) no-repeat center;
  background-size: cover;
}

.access-text {
  max-width: 590px;
  margin-top: 200px;
  margin-bottom: 222px;
  padding: 0;
}

.cards {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 67px;
  line-height: 35px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(76, 86, 86, 0.2);
}

.cards ul li {
  display: flex;
  align-items: center;
}

.cards ul li span {
  margin-left: 15px;
}

.study {
  margin-top: 0;
}

.study .cards {
  margin-top: -55px;
}



.price {
  margin-bottom: 120px;
}

.cards_price {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0;
  color: #ffffff;
}

.left-text p,
.left-text span {
  color: #ffffff;
}

.button-white {
  color: #00898d;
  background-color: #ffffff;
}

.cards_price {
  box-shadow: none;
}

.cards_price-left {
  padding: 60px;
}

.btn {
  white-space: inherit;
}

.cards_price-left .left-text {
  margin-bottom: 50px;
}

.cards_price-left,
.cards_price-left h2 {
  background-color: #00898d;
  color: #fff;
}

.right-img {
  width: 391px;
  height: 100%;
  background: url(../img/training.jpg) no-repeat center;
  background-size: cover;
}



.card {
  margin-bottom: 10px;
  border-radius: 0;
  border: none;
}

.card-body {
  border: 2px solid #d8f2ef;
  border-top: none;
}

.card-header {
  background-color: #d8f2ef;
  border: none;
}



.btn {
  background-color: #d8f2ef;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}

.card button {
  background: url(../img/vector.png) no-repeat right center;
}

.bgbord {
  background-color: #ffffff;
  border: 2px solid #d8f2ef;
  border-bottom: 2px solid #ffffff;
}

.card-header .tvector {
  background: url(../img/vectort.png) no-repeat right center;
}

.card .btn-link {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  color: #2a2f30;
}

.card .btn-link:hover {
  color: #2a2f30;
  text-decoration: none;
}

.card ul li span {
  margin-left: 15px;
  line-height: 35px;
}

.card-header:first-child {
  border-radius: 0;
}


.center-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mb-70 {
  margin-bottom: 70px;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #BDBDBD;
  flex-wrap: wrap;
}

.check-list .checkbox {
  display: flex;
  font-weight: bold;
  font-size: 17px;
  min-width: fit-content;
  align-items: center;
}

.section-check-list .section_shadow {
  padding: 1.5em;
  width:100%;
  background-color: var(--bg-main);
  box-shadow: 0 10px 20px rgba(76, 86, 86, 0.2);

}


.section {
  margin-bottom: 6.25em;
  display: flex;
  justify-content: center;
  width: 100%;
}

.section__title {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.875em;
  font-weight: 700;
  color: var(--fg-primary);
  text-align: center;
}

.check-list .checkbox label {
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}

.section-check-list .summary {
  font-weight: 700;
  padding-top: 20px;
}

.section-check-list .summary #tarif-calc {
  margin-left: 0;
  margin-top: 10px;
  color: #00898D;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.check-list .checkbox,
.check-list .checkbox input,
.check-list .checkbox label {
  cursor: pointer;
}


.check-list .checkbox input {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #00898d;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.check-list .checkbox input:checked::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #00898d;
  border-radius: 4px;
}

.check-list .checkbox input:checked::after {
  content: url(../img/check.svg);
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  /* top: 5px; */
  left: 7px;
}

.subscribe-steps p {
  margin-top: 0;
  margin-bottom: 20px;
}

.section__how-on ul {
  list-style: none;
}

.subscribe-steps {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 0;
  gap: 40px;
  line-height: 1.3;
  list-style: none;
  counter-reset: subsrsteps;
  margin-left: 70px;
}

.subscribe-steps li {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  counter-increment: subsrsteps;
  position: relative;

}

.subscribe-steps li:not(:last-child) {
  margin-bottom: 2em;
}

.subscribe-steps li::before {
  position: absolute;
  left: -70px;

  content: counter(subsrsteps);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  top: -22px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 1.333333333em;
  margin-left: auto;
  font-size: 1.5em;
  color: var(--bg-primary);
  border: 2px solid currentColor;
  border-radius: 50%;
}

.button_wide {
  min-width: 200px;
  text-align: center;
}
.exclamation {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 992px;
  margin: 28px auto 0;
  line-height: 1.5;
  color: #00898D;
}

.exclamation::before {
  content: '!';
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-right: 19px;
  border-radius: 50%;
  border: 1px solid currentColor;
}
@media (min-width: 400px) {
  .check-list .checkbox label {
    min-width: fit-content;
  }

  .check-list {

    flex-direction: row;
  }

  .check-list .checkbox {

    min-width: 40%;
  }
}


@media (min-width: 420px) {
  .banner__buttons {



    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 576px) {
  .banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner__image {
    background-image: url('../img/main.jfif');
  }

  .banner__content {
    width: 350px;
  }

  .check-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .exclamation {
    margin-top: 49px;
    margin-bottom: 64px;
    font-size: 18px;
  }
  .section_shadow {
    padding: 63px 148px;
  }

  .section-check-list .section_shadow {
    padding: 60px 50px;
  }

  .check-list .checkbox {

    min-width: 40%;
  }

  .section-check-list .summary #tarif-calc {
    display: inline;
    margin-left: 10px;

  }

  .check-list .checkbox label {
    min-width: fit-content;
  }
  .banner__image {
    background-image: url('../img/main.jfif');
  }

  .banner__content {
    width: 420px;
  }

}

@media (min-width: 992px) {
  .banner {
    padding-top:170px;
    padding-bottom: 170px;
  }

  .banner__image {
    background-image: url('../img/main.jfif');
  }

}
@media (min-width: 1200px) {

  .banner {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .banner__content {
    width: 590px;
  }
  .check-list .checkbox {

    min-width: fit-content;
  }

  .check-list {
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #BDBDBD;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .banner {
    padding-top: 222px;
    padding-bottom: 222px;
  }

  .banner__image {
    background-image: url('../img/main.jfif');
  }

}



@media (max-width: 1024px) {
  .access-text {
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 70px;
  }

  section {
    margin-top: 70px;
  }

  .study .cards {
    margin-top: -25px;
  }
}

@media (max-width: 992px) {
  .cards_price-right {
    height: 300px;
  }

  .right-img {
    width: 100%;
  }

  .phone-cont {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .access {
    background-size: cover;
    background-attachment: inherit;
  }

  .access-text {
    max-width: 505px;
    margin-left: 40px;
  }

  .cards {
    padding: 30px 0;
  }

  .cards_price {
    padding-bottom: 0;
  }

  .access-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cards_price-right {
    height: 300px;
  }

  .right-img {
    width: 100%;
  }

  .price {
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .header__text {
    font-size: 18px;
  }

  .access-text {
    margin-top: 30px;
    max-width: 360px;
  }
}

@media (max-width: 480px) {
  section {
    margin-top: 50px;
  }


  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cards {
    padding: 30px 10px;
  }

  .cards ul {
    padding-left: 0;
  }

  .study .cards {
    max-width: 460px;
  }

  .cards ul li {
    display: block;
  }

  .card ul li span {
    margin-left: 0;
  }

  .summary ul {
    padding-left: 10px;
  }

  .summary ul ul {
    padding-left: 0;
  }

  .authors-container {
    flex-direction: column;
  }

  .authors_cards {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }

  .access {
    background-size: cover;
    background-position-x: 70%;
  }

  .access-text {
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 300px;
  }

  .header__text {
    font-size: 22px !important;
    line-height: 26px;
  }

  .authors_cards:first-child {
    margin-bottom: 30px;
    margin-right: auto;
  }

  .cards_price {
    flex-wrap: wrap;
    padding: 0;
  }

  .cards_price-left {
    padding: 20px;
  }

  .authors ul,
  #collapseTwo ul{
    padding-left: 10px;
  }

  .study .cards {
    margin-top: -55px;
  }
}

@media (max-width: 425px) {
  .access {
    background-position-x: 35%;
  }
}

@media (max-width: 375px) {
  .study .cards {
    max-width: 356px;
  }

  .access {
    background-position-x: 25%;
  }

  .access-text {
    margin-left: 25px;
  }
}


.banner__flag {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
}

.banner__flag-content {
  display: inline-block;
  max-width: 10em;
  margin-bottom: 2em;
  padding: 0.5em 2em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #ff8f3f;
  text-shadow: 0 0 0 #f37e28, 1px 1px 0 #f37e28, 2px 2px 0 #f37e28, 3px 3px 0 #f37e28, 4px 4px 0 #f37e28, 5px 5px 0 #f37e28, 6px 6px 0 #f37e28, 7px 7px 0 #f37e28, 8px 8px 0 #f37e28, 9px 9px 0 #f37e28, 10px 10px 0 #f37e28, 11px 11px 0 #f37e28, 12px 12px 0 #f37e28, 13px 13px 0 #f37e28, 14px 14px 0 #f37e28, 15px 15px 0 #f37e28, 16px 16px 0 #f37e28, 17px 17px 0 #f37e28, 18px 18px 0px #f37e28, 19px 19px 0 #f37e28, 20px 20px 0 #f37e28, 21px 21px 0 #f37e28, 22px 22px 0 #f37e28, 23px 23px 0 #f37e28, 24px 24px 0 #f37e28, 25px 25px 0 #f37e28, 26px 26px 0 #f37e28, 27px 27px 0 #f37e28, 28px 28px 0 #f37e28, 29px 29px 0 #f37e28, 30px 30px 0 #f37e28, 31px 31px 0 #f37e28, 32px 32px 0 #f37e28;
  overflow: hidden;
}

.banner__flag-icon {
  position: absolute;
  top: 0;
  right: -1.5em;
  display: flex;
  flex-direction: column;
  width: 1.5em;
  height: 2em;
}
