@font-face {
  font-family: "Dudka_Regular";
  src: url("../fonts/Dudka_Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
}

main h1, main h2, main h3, main h4, main h5 {
  font-family: "Dudka_Regular";
  color: #5CA1DA;
  text-align: center;
  margin-bottom: 60px;
  font-size: 68px;
  line-height: 72px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 61px;
    line-height: 66px;
  }
}
@media (max-width: 575.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 53px;
    line-height: 59px;
  }
}
@media (max-width: 419.98px) {
  main h1, main h2, main h3, main h4, main h5 {
    font-size: 45px;
    line-height: 52px;
    letter-spacing: -1.4px;
  }
}
main h1 .sub, main h2 .sub, main h3 .sub, main h4 .sub, main h5 .sub {
  display: block;
  color: #5CA1DA;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 42px;
  line-height: normal;
}
@media (max-width: 991.98px) {
  main h1 .sub, main h2 .sub, main h3 .sub, main h4 .sub, main h5 .sub {
    font-size: 41px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  main h1 .sub, main h2 .sub, main h3 .sub, main h4 .sub, main h5 .sub {
    font-size: 39px;
  }
}
@media (max-width: 575.98px) {
  main h1 .sub, main h2 .sub, main h3 .sub, main h4 .sub, main h5 .sub {
    font-size: 38px;
  }
}
@media (max-width: 419.98px) {
  main h1 .sub, main h2 .sub, main h3 .sub, main h4 .sub, main h5 .sub {
    font-size: 35px;
  }
}
@media (max-width: 419.98px) {
  main .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
main ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  main ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 25px;
  }
}
main ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 4px;
}
main ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0.7em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #5CA1DA;
  transform: translateY(-50%);
}
main ul li {
  font-size: 18px;
  line-height: normal;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 575.98px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.text-muted {
  text-decoration: line-through;
}

#show-menu {
  height: 15px;
}

.button,
button .why,
button .materials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 21px 48px;
  gap: 10px;
  max-width: 370px;
  background: linear-gradient(270deg, #FFA946, #F68335);
  border-radius: 6px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2.5px;
}
.button:hover,
button .why:hover,
button .materials:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: white;
  text-decoration: none;
  background: #FF6B0A;
}
@media (max-width: 1199.98px) {
  .button,
  button .why,
  button .materials {
    padding: 21px 20px;
  }
}
@media (max-width: 991.98px) {
  .button,
  button .why,
  button .materials {
    padding: 21px 48px;
  }
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
    padding: 20px 30px;
  }
}
@media (max-width: 481px) {
  .button,
  button .why,
  button .materials {
    letter-spacing: 0.2px;
  }
}

.talks-widget-button {
  z-index: 1500;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 20px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  color: white;
  padding-top: 6px;
  background: #3a6686;
  cursor: pointer;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
}

.header {
  background-image: url("../images/header/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-height: 840px;
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .header {
    padding-bottom: 90px;
  }
}
@media (max-width: 1199.98px) {
  .header {
    max-height: unset;
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    max-height: unset;
    background-image: url("../images/header/bg-mobile.jpg");
  }
}
@media (max-width: 575.98px) {
  .header {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.header h1 {
  margin-top: 7px;
  text-align: unset;
  margin-bottom: 20px;
  font-size: 67px;
  line-height: 70px;
  color: #4A89C1;
  max-width: 600px;
  letter-spacing: 5.4px;
}
@media (max-width: 991.98px) {
  .header h1 {
    font-size: 67px;
    line-height: 70px;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 63px;
    line-height: 62px;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 1.2px;
    margin-bottom: -10px;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 47px;
    line-height: 46px;
    letter-spacing: -1.2px;
    margin-bottom: -20px;
  }
}
.header h1 .sub {
  display: block;
  margin-top: 25px;
  font-size: 56px;
  text-transform: none;
  line-height: 41px;
  letter-spacing: normal;
}
@media (max-width: 1199.98px) {
  .header h1 .sub {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .header h1 .sub {
    font-size: 54px;
    width: unset;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .header h1 .sub {
    margin-top: 20px;
    font-size: 49px;
  }
}
@media (max-width: 575.98px) {
  .header h1 .sub {
    font-size: 45px;
  }
}
@media (max-width: 419.98px) {
  .header h1 .sub {
    font-size: 37px;
    letter-spacing: -1.2px;
    margin-top: 10px;
  }
}
.header h1 .big {
  font-size: 48px;
  color: #F78336;
  background-image: url("../images/header/span.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 0;
  width: 170px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: 67px;
  margin-left: 281px;
  letter-spacing: normal;
}
@media (max-width: 991.98px) {
  .header h1 .big {
    position: unset;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .header h1 .big {
    width: 150px;
    height: 63px;
    font-size: 40px;
  }
}
.header ul {
  padding-left: 25px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .header ul {
    width: 503px;
  }
}
@media (max-width: 991.98px) {
  .header ul {
    width: unset;
  }
}
@media (max-width: 575.98px) {
  .header ul {
    padding-left: 28px;
    margin-bottom: 40px;
  }
}
.header ul li {
  font-size: 22px;
  max-width: 480px;
  margin-bottom: 10px !important;
}
@media (max-width: 1365px) {
  .header ul li {
    max-width: 460px;
  }
}
@media (max-width: 1199.98px) {
  .header ul li {
    max-width: 395px;
  }
}
@media (max-width: 991.98px) {
  .header ul li {
    max-width: unset;
    text-align: left;
    font-size: 22px;
    margin-bottom: 13px !important;
  }
}
@media (max-width: 575.98px) {
  .header ul li {
    font-size: 21px;
    line-height: 23px;
  }
}
.header ul li b {
  color: #4A89C1;
}
.header .advantages {
  margin-top: 70px;
  z-index: 10;
  position: sticky;
}
@media (max-width: 1199.98px) {
  .header .advantages {
    justify-content: space-around;
  }
}
@media (max-width: 575.98px) {
  .header .advantages {
    margin-top: 30px;
  }
}
.header .advantages .item {
  background-image: url(../images/header/die.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
  text-align: center;
  border: 7px solid #FFE6D3;
}
@media (max-width: 1199.98px) {
  .header .advantages .item {
    width: 225px;
    height: 107px;
  }
}
@media (max-width: 991.98px) {
  .header .advantages .item {
    margin: 0 auto;
    margin-top: 25px;
    height: 114px;
    width: 253px;
  }
}
@media (max-width: 575.98px) {
  .header .advantages .item {
    border: 4px solid #FFE6D3;
  }
}
.header .advantages .item p {
  font-size: 21px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.header .advantages .item p b {
  color: #4A89C1;
}
@media (max-width: 991.98px) {
  .header .button {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .header .button {
    margin-top: 15px;
  }
}
.header-img__desc {
  position: absolute;
  max-width: 690px;
  margin-top: -613px;
  margin-left: 510px;
}
@media (max-width: 1365px) {
  .header-img__desc {
    max-width: 660px;
    margin-top: -613px;
    margin-left: 480px;
  }
}
@media (max-width: 1199.98px) {
  .header-img__desc {
    max-width: 490px;
    margin-top: -493px;
    margin-left: 429px;
  }
}
.header-img__desc-brush {
  position: absolute;
  max-width: 210px;
  margin-top: -53px;
  margin-left: 469px;
}
@media (max-width: 1365px) {
  .header-img__desc-brush {
    max-width: 180px;
    margin-top: -53px;
    margin-left: 599px;
  }
}
@media (max-width: 1199.98px) {
  .header-img__desc-brush {
    max-width: 160px;
    margin-top: -33px;
    margin-left: 439px;
  }
}

.webp .header {
  background-image: url("../images/header/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .header {
    background-image: url("../images/header/bg-mobile.webp");
  }
}
.webp .header .advantages .item {
  background-image: url(../images/header/die.webp);
}

@media (min-width: 1900px) {
  .header {
    background-image: url("../images/header/bg-2x-scale-2_00x.jpg");
  }
  .webp .header {
    background-image: url("../images/header/bg-2x-scale-2_00x.webp");
  }
}
.about {
  padding-top: 180px;
}
@media (max-width: 1199.98px) {
  .about {
    padding-top: 120px;
  }
}
@media (max-width: 991.98px) {
  .about {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .about {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .about h2 {
    margin-bottom: 30px;
  }
}
.about p {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .about p {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .about p {
    font-size: 20px;
    margin-bottom: 19px;
  }
}
@media (max-width: 1199.98px) {
  .about .text {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .about .text {
    margin: 0 auto;
  }
}
.about .row {
  align-items: center;
}
.about b {
  color: #4A89C1;
}
.about-row-2 {
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .about-row-2 {
    margin-top: 75px;
  }
}
@media (max-width: 575.98px) {
  .about-row-2 {
    margin-top: 40px;
  }
}

.what {
  background-image: url("../images/what/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 850px;
}
@media (max-width: 575.98px) {
  .what {
    height: unset;
  }
}
.what h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .what h2 {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .what h2 {
    margin-bottom: 30px;
  }
}
.what p {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .what p {
    font-size: 20px;
    margin-bottom: 19px;
  }
}
.what .text {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .what .text {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .what .text {
    margin: 0 auto;
    max-width: unset;
  }
}
.what .row {
  align-items: center;
}
.what b {
  color: #4A89C1;
}
.what .item {
  background-image: url("../images/what/span.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 10px solid #FFE6D3;
  padding: 50px 5px 50px 5px;
  margin-top: 45px;
}
@media (max-width: 575.98px) {
  .what .item {
    border: 5px solid #FFE6D3;
    padding: 25px 5px 25px 5px;
  }
}
.what .item .title {
  font-family: "Dudka_Regular";
  color: #5CA1DA;
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .what .item .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .what .item .title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .what .item .title {
    font-size: 33px;
  }
}
.what .item .main {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1199.98px) {
  .what .item .main {
    flex-wrap: wrap;
  }
}
.what .item .main .str {
  text-align: center;
  max-width: 300px;
}
@media (max-width: 1199.98px) {
  .what .item .main .str {
    max-width: 285px;
  }
}
@media (max-width: 991.98px) {
  .what .item .main .str {
    margin-top: 40px;
    max-width: 315px;
  }
}
@media (max-width: 767.98px) {
  .what .item .main .str {
    max-width: 85%;
  }
}
@media (max-width: 575.98px) {
  .what .item .main .str {
    max-width: unset;
  }
}
.what .item .main .str-sub {
  font-size: 21px;
  font-weight: 700;
  color: #5CA1DA;
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .what .item .main .str-sub {
    margin-bottom: 10px;
    max-width: unset;
  }
}
.what .item .main .str-text {
  font-size: 20px;
  margin: 0;
}

.webp .what {
  background-image: url("../images/what/bg.webp");
}
.webp .what .item {
  background-image: url("../images/what/span.webp");
}

@media (min-width: 1900px) {
  .what {
    background-image: url("../images/what/bg-2x-scale-2_00x.jpg");
  }
  .webp .what {
    background-image: url("../images/what/bg-2x-scale-2_00x.webp");
  }
}
.program {
  padding-top: 300px;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .program {
    padding-top: 560px;
  }
}
@media (max-width: 767.98px) {
  .program {
    padding-top: 660px;
  }
}
@media (max-width: 575.98px) {
  .program {
    padding-top: 60px;
    z-index: 13;
    position: sticky;
  }
}
.program .row-main {
  justify-content: center;
}
.program .row-main .last {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .program .row-main .last {
    display: block;
  }
}
.program .row-main .last .program-text {
  max-width: 365px;
  margin-top: 40px;
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .program .row-main .last .program-text {
    max-width: unset;
    margin: 0 auto;
  }
}
.program .row-main .last img {
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .program .row-main .last img {
    max-width: 100%;
  }
}
@media (max-width: 419.98px) {
  .program .col-12 {
    overflow: hidden;
  }
}
.program h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .program h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .program h2 {
    margin-bottom: 20px;
  }
}
.program-head {
  color: #4A89C1;
  font-size: 43px;
  text-align: center;
  margin-top: 35px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .program-head {
    font-size: 37px;
    line-height: 40px;
  }
}
.program-desc {
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .program-desc {
    font-size: 20px;
  }
}
.program-duration {
  font-size: 31px;
  text-align: center;
  margin-top: 35px;
  color: #7BBFEC;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .program-duration {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 0px;
  }
}
.program-img {
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  .program-img {
    margin-top: 50px;
  }
}
.program-text .title {
  font-size: 23px;
  line-height: normal;
  color: #4A89C1;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .program-text .title {
    margin-top: 10px;
    text-align: center;
  }
}
.program-text .text {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
.program-text .sub {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
.program ul {
  padding-left: 22px !important;
}
@media (max-width: 575.98px) {
  .program ul {
    padding-left: 20px !important;
  }
}
.program ul li {
  font-size: 20px;
  margin-bottom: 13px !important;
}
.program ul li::before {
  background-color: #F78336 !important;
}

.expert {
  background-image: url("../images/expert/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .expert {
    background-position: 21% center;
  }
}
.expert .row {
  align-items: center;
}
.expert h2 {
  text-align: left;
  width: 700px;
}
@media (max-width: 991.98px) {
  .expert h2 {
    margin-bottom: 50px;
    text-align: center;
    width: unset;
  }
}
@media (max-width: 575.98px) {
  .expert h2 {
    margin-bottom: 60px;
  }
}
.expert h2 span {
  text-transform: none;
  color: #4A89C1;
  font-size: 56px;
}
@media (max-width: 991.98px) {
  .expert h2 span {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .expert h2 span {
    font-size: 51px;
    margin-bottom: 10px;
  }
}
@media (max-width: 419.98px) {
  .expert h2 span {
    font-size: 38px;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .expert-img {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 45px;
  }
}
@media (max-width: 575.98px) {
  .expert-img {
    margin-top: -10px;
  }
}
.expert-text span {
  display: flex;
}
@media (max-width: 575.98px) {
  .expert-text span {
    display: block;
    text-align: center;
    margin-top: 25px;
  }
}
.expert-text img {
  margin-right: 25px;
}
@media (max-width: 991.98px) {
  .expert-text img {
    margin-top: -31px;
    margin-right: 23px;
  }
}
.expert-text p {
  font-size: 23px;
  line-height: normal;
  max-width: 390px;
  margin-top: 13px;
}
@media (max-width: 991.98px) {
  .expert-text p {
    margin-top: 0;
    margin-bottom: 35px;
    max-width: 390px;
  }
}
@media (max-width: 767.98px) {
  .expert-text p {
    max-width: 300px;
  }
}
@media (max-width: 575.98px) {
  .expert-text p {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 60px;
    max-width: unset;
  }
}
.expert .drop-1 .drop-btn {
  color: #4A89C1;
  background-color: rgb(247, 251, 255);
  border-radius: 25px;
  width: 270px;
  height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4A89C1;
  margin-top: 25px;
  margin-left: 60px;
}
.expert .drop-1 .drop-btn:hover {
  text-decoration: none;
  color: #F78336;
  background: #fff;
  border: 1px solid #4A89C1;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-btn {
    margin: 0 auto;
    margin-top: -25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 419.98px) {
  .expert .drop-1 .drop-btn {
    width: 260px;
  }
}
.expert .drop-1 .drop-text {
  transform: translate3d(30px, -30px, 0px) !important;
  top: 0 !important;
  left: 0 !important;
  width: 595px;
  border: none;
  background-color: unset;
}
@media (max-width: 1199.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(30px, -30px, 0px) !important;
  }
}
@media (max-width: 991.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(30px, -30px, 0px) !important;
  }
}
@media (max-width: 767.98px) {
  .expert .drop-1 .drop-text {
    width: 565px;
    transform: translate3d(-30px, -30px, 0px) !important;
  }
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-text {
    transform: translate3d(0px, -30px, 0px) !important;
    width: 100%;
  }
}
.expert .drop-1 .drop-pad {
  padding: 100px 20px 20px 20px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  box-shadow: 1px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 575.98px) {
  .expert .drop-1 .drop-pad {
    padding: 90px 10px 15px 10px;
    border-radius: 10px;
  }
}
.expert .drop-1 .dropdown.show .drop-btn {
  background: #eaf6fe;
}
.expert .drop-1 .sertificat {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat {
    justify-content: center;
  }
}
.expert .drop-1 .sertificat-img {
  max-width: 120px;
  margin-top: 5px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-img {
    max-width: 106px;
  }
}
@media (max-width: 419.98px) {
  .expert .drop-1 .sertificat-img {
    max-width: 72px;
    margin-right: 8px;
  }
}
.expert .drop-1 .sertificat-img-1, .expert .drop-1 .sertificat-img-4 {
  max-width: 230px;
}
@media (max-width: 575.98px) {
  .expert .drop-1 .sertificat-img-1, .expert .drop-1 .sertificat-img-4 {
    max-width: 210px;
  }
}
@media (max-width: 419.98px) {
  .expert .drop-1 .sertificat-img-1, .expert .drop-1 .sertificat-img-4 {
    max-width: 140px;
  }
}

.webp .expert {
  background-image: url("../images/expert/bg.webp");
}

@media (min-width: 1900px) {
  .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.jpg");
  }
  .webp .expert {
    background-image: url("../images/expert/bg-2x-scale-2_00x.webp");
  }
}
#example-expert {
  overflow: hidden;
  z-index: 9;
  position: sticky;
}
#example-expert .dec-1 {
  position: absolute;
  max-width: 280px;
  margin-top: -590px;
  margin-left: 950px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  #example-expert .dec-1 {
    margin-left: 815px;
  }
}
@media (max-width: 991.98px) {
  #example-expert .dec-1 {
    margin-left: 580px;
  }
}
@media (max-width: 767.98px) {
  #example-expert .dec-1 {
    margin-left: 430px;
  }
}
@media (max-width: 575.98px) {
  #example-expert .dec-1 {
    display: none;
  }
}
#example-expert .dec-2 {
  position: absolute;
  max-width: 280px;
  margin-top: -620px;
  margin-left: -107px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  #example-expert .dec-2 {
    display: none;
  }
}
@media (max-width: 450px) {
  #example-expert .main-carousel {
    padding: 5px;
    padding-bottom: 5px;
  }
}
#example-expert .example-expert .main-carousel .carousel-item-img {
  height: 610px;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert .main-carousel .carousel-item-img {
    height: 100vw;
  }
}
#example-expert .example-expert-heading {
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert-heading {
    margin-bottom: 25px;
  }
}
#example-expert .main-carousel #carouselExampleIndicators {
  max-width: 855px;
}

#example-expert .main-carousel {
  border-radius: 1px;
  border: 5px solid #FFE6D3;
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel {
    border: 3px solid #FFE6D3;
  }
}
@media (max-width: 767.98px) {
  #example-expert .carousel-indicators {
    margin-left: 1%;
    margin-right: 1%;
  }
}

/*@media (max-width: 575.98px) {
  .main-carousel #carouselExampleIndicators .carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
  }
}*/
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #F78336;
}

.main-carousel .carousel-item-img-1 {
  background-image: url(../images/example-expert/1.jpg);
}
.main-carousel .carousel-item-img-2 {
  background-image: url(../images/example-expert/2.jpg);
}
.main-carousel .carousel-item-img-3 {
  background-image: url(../images/example-expert/3.jpg);
}
.main-carousel .carousel-item-img-4 {
  background-image: url(../images/example-expert/4.jpg);
}
.main-carousel .carousel-item-img-5 {
  background-image: url(../images/example-expert/5.jpg);
}
.main-carousel .carousel-item-img-6 {
  background-image: url(../images/example-expert/6.jpg);
}
.main-carousel .carousel-item-img-7 {
  background-image: url(../images/example-expert/7.jpg);
}
.main-carousel .carousel-item-img-8 {
  background-image: url(../images/example-expert/8.jpg);
}
.main-carousel .carousel-item-img-9 {
  background-image: url(../images/example-expert/9.jpg);
}
.main-carousel .carousel-item-img-10 {
  background-image: url(../images/example-expert/10.jpg);
}
.main-carousel .carousel-item-img-11 {
  background-image: url(../images/example-expert/11.jpg);
}
.main-carousel .carousel-item-img-12 {
  background-image: url(../images/example-expert/12.jpg);
}
.main-carousel .carousel-item-img-13 {
  background-image: url(../images/example-expert/13.jpg);
}
.main-carousel .carousel-item-img-14 {
  background-image: url(../images/example-expert/14.jpg);
}

.webp .main-carousel .carousel-item-img-1 {
  background-image: url(../images/example-expert/1.webp);
}
.webp .main-carousel .carousel-item-img-2 {
  background-image: url(../images/example-expert/2.webp);
}
.webp .main-carousel .carousel-item-img-3 {
  background-image: url(../images/example-expert/3.webp);
}
.webp .main-carousel .carousel-item-img-4 {
  background-image: url(../images/example-expert/4.webp);
}
.webp .main-carousel .carousel-item-img-5 {
  background-image: url(../images/example-expert/5.webp);
}
.webp .main-carousel .carousel-item-img-6 {
  background-image: url(../images/example-expert/6.webp);
}
.webp .main-carousel .carousel-item-img-7 {
  background-image: url(../images/example-expert/7.webp);
}
.webp .main-carousel .carousel-item-img-8 {
  background-image: url(../images/example-expert/8.webp);
}
.webp .main-carousel .carousel-item-img-9 {
  background-image: url(../images/example-expert/9.webp);
}
.webp .main-carousel .carousel-item-img-10 {
  background-image: url(../images/example-expert/10.webp);
}
.webp .main-carousel .carousel-item-img-11 {
  background-image: url(../images/example-expert/11.webp);
}
.webp .main-carousel .carousel-item-img-12 {
  background-image: url(../images/example-expert/12.webp);
}
.webp .main-carousel .carousel-item-img-13 {
  background-image: url(../images/example-expert/13.webp);
}
.webp .main-carousel .carousel-item-img-14 {
  background-image: url(../images/example-expert/14.webp);
}

@media (min-width: 1900px) {
  .main-carousel .carousel-item-img-1 {
    background-image: url(../images/example-expert/1-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-2 {
    background-image: url(../images/example-expert/2-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-3 {
    background-image: url(../images/example-expert/3-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-4 {
    background-image: url(../images/example-expert/4-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-5 {
    background-image: url(../images/example-expert/5-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-6 {
    background-image: url(../images/example-expert/6-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-7 {
    background-image: url(../images/example-expert/7-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-8 {
    background-image: url(../images/example-expert/8-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-9 {
    background-image: url(../images/example-expert/9-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-10 {
    background-image: url(../images/example-expert/10-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-11 {
    background-image: url(../images/example-expert/11-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-12 {
    background-image: url(../images/example-expert/12-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-13 {
    background-image: url(../images/example-expert/13-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-14 {
    background-image: url(../images/example-expert/14-2x-scale-2_00x.jpg);
  }
  .webp .main-carousel .carousel-item-img-1 {
    background-image: url(../images/example-expert/1-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-2 {
    background-image: url(../images/example-expert/2-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-3 {
    background-image: url(../images/example-expert/3-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-4 {
    background-image: url(../images/example-expert/4-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-5 {
    background-image: url(../images/example-expert/5-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-6 {
    background-image: url(../images/example-expert/6-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-7 {
    background-image: url(../images/example-expert/7-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-8 {
    background-image: url(../images/example-expert/8-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-9 {
    background-image: url(../images/example-expert/9-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-10 {
    background-image: url(../images/example-expert/10-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-11 {
    background-image: url(../images/example-expert/11-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-12 {
    background-image: url(../images/example-expert/12-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-13 {
    background-image: url(../images/example-expert/13-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-14 {
    background-image: url(../images/example-expert/14-2x-scale-2_00x.webp);
  }
}
.materials {
  background-image: url("../images/materials/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .materials h2 {
    margin-bottom: -10px;
  }
}
@media (max-width: 575.98px) {
  .materials h2 {
    margin-bottom: 0px;
  }
}
.materials .row {
  margin-top: 45px;
}
@media (max-width: 991.98px) {
  .materials .row {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .materials .item {
    text-align: center;
    margin-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .materials .item {
    margin-top: 50px;
  }
}
.materials .item .title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .materials .item .title {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .materials .item .title {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.materials .item .title p {
  font-size: 27px;
  color: #4A89C1;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .materials .item .title p {
    margin: 0 auto;
    font-size: 25px;
    line-height: 28px;
  }
}
.materials .item .title img {
  max-width: 70px;
}
.materials .item .text {
  font-size: 22px;
  line-height: normal;
  margin: 0;
  padding: 0;
  max-width: 477px;
}
@media (max-width: 991.98px) {
  .materials .item .text {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .materials .item .text {
    font-size: 20px;
  }
}
.materials .item .block-ul {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  .materials .item .block-ul {
    display: block;
  }
}
.materials .item .block-ul ul {
  margin-bottom: 0;
  margin-top: -10px;
  padding-left: 15px !important;
}
@media (max-width: 991.98px) {
  .materials .item .block-ul ul {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .materials .item .block-ul ul {
    padding-left: 25px !important;
  }
}
.materials .item .block-ul ul li {
  font-size: 22px;
  margin-bottom: 0 !important;
  margin-top: 10px;
  max-width: 240px;
}
.materials .item .block-ul ul li::before {
  background-color: #F78336 !important;
}
@media (max-width: 1199.98px) {
  .materials .item .block-ul ul li {
    max-width: 190px;
  }
}
@media (max-width: 991.98px) {
  .materials .item .block-ul ul li {
    max-width: unset;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .materials .item .block-ul ul li {
    font-size: 20px;
  }
}

.webp .materials {
  background-image: url("../images/materials/bg.webp");
}

@media (min-width: 1900px) {
  .materials {
    background-image: url("../images/materials/bg-2x-scale-2_00x.jpg");
  }
  .webp .materials {
    background-image: url("../images/materials/bg-2x-scale-2_00x.webp");
  }
}
.bonus .btn-gutov {
  width: 280px;
  padding: 12px 48px;
}
@media (max-width: 767.98px) {
  .bonus .btn-gutov {
    width: 238px;
    padding: 7px 32px;
  }
}
.bonus h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .bonus h2 {
    margin-bottom: 10px;
  }
}
.bonus-row {
  margin-bottom: 55px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bonus-row {
    margin-bottom: 40px;
  }
}
.bonus-title {
  max-width: 148px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-image: url(../images/bonus/span.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  font-weight: 600;
  padding-bottom: 13px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: -15px;
  padding: 0;
  text-align: left;
  font-family: "Dudka_Regular";
  color: #F78336;
  font-size: 27px !important;
}
@media (max-width: 991.98px) {
  .bonus-title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
  }
}
.bonus-sub {
  font-weight: 700;
  font-size: 27px !important;
  line-height: 32px;
  color: #4A89C1;
}
@media (max-width: 991.98px) {
  .bonus-sub {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .bonus-sub {
    font-size: 24px !important;
    margin-bottom: 21px;
    line-height: 27px;
  }
}
.bonus-time {
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  color: #5CA1DA;
  margin-bottom: -15px;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .bonus-time {
    font-size: 20px;
  }
}
.bonus-text {
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  margin-top: 29px;
  margin-bottom: 26px;
}
@media (max-width: 575.98px) {
  .bonus-text {
    font-size: 20px;
  }
}
.bonus p {
  font-size: 21px;
  line-height: normal;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .bonus p {
    font-size: 20px;
  }
}
.bonus .pr {
  font-size: 21px;
  margin-top: 21px;
  margin-bottom: 5px;
}
.bonus-ul {
  font-size: 21px;
  line-height: normal;
  font-weight: 600;
  color: #5CA1DA;
}
@media (max-width: 419.98px) {
  .bonus ul {
    padding-left: 23px !important;
  }
}
.bonus ul li {
  font-size: 19px;
  line-height: normal;
  margin-bottom: 8px;
}

.webp .bonus-title {
  background-image: url("../images/bonus/span.webp");
}

@media (max-width: 991.98px) {
  .marafon__sale h2 {
    font-size: 59px;
    line-height: 57px;
  }
}
@media (max-width: 767.98px) {
  .marafon__sale h2 {
    font-size: 52px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .marafon__sale h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 419.98px) {
  .marafon__sale h2 {
    font-size: 34px;
    line-height: 37px;
  }
}

#packages {
  background-image: url("../images/packages/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#packages .bi-coin {
  background-color: #f4c420;
  border-radius: 40px;
}
#packages .packages-dec {
  position: absolute;
}
#packages .packages-dec-1 {
  max-width: 200px;
  left: 8.7%;
  margin-top: 438px;
}
@media (max-width: 1575px) {
  #packages .packages-dec-1 {
    left: 0%;
  }
}
@media (max-width: 1285px) {
  #packages .packages-dec-1 {
    left: -4%;
  }
}
@media (max-width: 991.98px) {
  #packages .packages-dec-1 {
    left: 1.1%;
    margin-top: 38px;
  }
}
@media (max-width: 575.98px) {
  #packages .packages-dec-1 {
    display: none;
  }
}
#packages .packages-dec-2 {
  max-width: 200px;
  right: 8.7%;
  margin-top: 438px;
}
@media (max-width: 1575px) {
  #packages .packages-dec-2 {
    right: 0%;
  }
}
@media (max-width: 991.98px) {
  #packages .packages-dec-2 {
    right: 1.7%;
    margin-top: 938px;
  }
}
@media (max-width: 575.98px) {
  #packages .packages-dec-2 {
    display: none;
  }
}
#packages .packages-dec-3 {
  max-width: 358px;
  left: -0.3%;
  margin-top: -485px;
}
@media (max-width: 575.98px) {
  #packages .packages-dec-3 {
    max-width: 300px;
    left: 0;
    margin-top: -329px;
  }
}
#packages .packages-dec-4 {
  max-width: 424px;
  right: 0%;
  margin-top: -505px;
}
@media (max-width: 767.98px) {
  #packages .packages-dec-4 {
    display: none;
  }
}
#packages h2 {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  #packages h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 419.98px) {
  #packages .col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#packages .border {
  border: 7px solid #FFE6D3 !important;
}
@media (max-width: 575.98px) {
  #packages .border {
    border: 4px solid #FFE6D3 !important;
  }
}
#packages .container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
#packages .packages__item {
  font-family: "PT Sans";
  font-size: 22px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#packages .packages__item-title {
  color: white;
  font-family: "Dudka_Regular";
  display: block;
  padding: 26px 3px;
  font-size: 35px;
  background: #4A89C1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  #packages .packages__item-title {
    font-size: 31px;
  }
}
@media (max-width: 575.98px) {
  #packages .packages__item-title {
    font-size: 30px;
  }
}
#packages .packages__item-description {
  font-size: 21px;
  background-color: white;
  padding: 30px 20px 0px 7px;
}
#packages .packages__item-description .none {
  -webkit-text-decoration: line-through 1.4px;
          text-decoration: line-through 1.4px;
  color: black;
  opacity: 0.6;
}
#packages .packages__item-description .sub {
  color: #5CA1DA;
  font-weight: 700;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 25px;
  line-height: 18px;
}
@media (max-width: 575.98px) {
  #packages .packages__item-description .sub {
    font-size: 20px;
  }
}
#packages .packages__item-description span {
  font-size: 18px;
  color: #4A89C1;
  line-height: 19px;
  display: block;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 7px;
}
#packages .packages__item-buy {
  padding: 0 20px;
  background-color: white;
}
#packages .packages__item-prices {
  font-family: "Dudka_Regular";
  display: block;
  align-items: end;
  font-weight: 700;
  color: #4A89C1;
}
#packages .packages__item-price-bonusrub {
  font-weight: 700;
}
#packages .packages__item-price-new {
  font-family: "Dudka_Regular";
  font-size: 50px;
  margin-right: 10px;
  margin: 0 auto;
  color: #4A89C1;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-new {
    font-size: 42px;
  }
}
#packages .packages__item-price-old {
  text-decoration: line-through;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  #packages .packages__item-price-old {
    font-size: 26px;
  }
}
#packages .packages__item-sale-percent {
  font-size: 40px;
  display: block;
  width: 190px;
  margin: 20px auto;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px;
}
#packages .packages__item .buttons {
  text-align: center;
}
#packages .codes > a.active,
#packages .codes > a:hover {
  text-decoration: none;
  color: white;
  background: #5CA1DA;
}
#packages .inside {
  margin-left: -15px;
  margin-top: 15px;
}
#packages .inside li {
  margin-bottom: 15px !important;
}
#packages .inside li:before {
  left: -21px !important;
  top: 8px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 30% !important;
  background-color: #F78336 !important;
}
#packages .codes > a {
  display: inline-block;
  width: 35px;
  height: 37px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: white;
  background: #BADBF6;
  border-radius: 2px;
}
#packages .codes {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 185px;
}
#packages .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#packages ul li {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: normal;
}
#packages ul li::before {
  background-color: #F78336 !important;
}
@media (max-width: 575.98px) {
  #packages ul li {
    font-size: 20px;
  }
}
#packages .inside {
  list-style-type: disc;
}
#packages .inside li {
  color: linear-gradient(270deg, #FFA946, #F68335);
}
#packages .inside li::before {
  border: 1px solid black;
}

@media (max-width: 575.98px) {
  #packages .packages__item-description {
    padding: 29px 10px 0px 0px;
  }
  #packages ul {
    padding-left: 32px;
  }
}
.webp #packages {
  background-image: url("../images/packages/bg.webp");
}

@media (min-width: 1900px) {
  #packages {
    background-image: url("../images/packages/bg-2x-scale-2_00x.jpg");
  }
  .webp #packages {
    background-image: url("../images/packages/bg-2x-scale-2_00x.webp");
  }
}
.questions {
  /*background-image: url('../images/questions/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
}
@media (max-width: 575.98px) {
  .questions {
    padding-top: 60px;
  }
}
.questions-item {
  border: 7px solid #FFE6D3;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  max-width: 830px;
  margin: 0 auto;
  background: white;
  z-index: 9;
  position: sticky;
}
@media (max-width: 575.98px) {
  .questions-item {
    border: 3px solid #FFE6D3;
  }
}
@media (max-width: 575.98px) {
  .questions-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 419.98px) {
  .questions .col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.questions-question {
  font-family: "PT Sans";
  position: relative;
  padding-top: 35px;
  padding-bottom: 15px;
  padding-right: 180px;
  font-size: 21px;
  color: #4A89C1;
  font-weight: 700;
  cursor: pointer;
  padding-left: 70px;
}
.questions-answer {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
}
.questions-indicator {
  transition: 0.245s;
  right: 40px;
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  width: 40px;
  height: 45px;
  background-image: url("../images/icons/icon_chevron-up.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.questions-indicator-chevron {
  font-size: 18px;
  transform: rotate(90deg);
}

.questions-question.collapsed {
  color: #4A89C1;
  font-weight: 700;
}

.questions-question.collapsed .questions-indicator {
  background-image: url("../images/icons/icon_chevron-down.svg");
}

@media (max-width: 767.98px) {
  .questions-question {
    padding-left: 40px;
  }
  .questions-answer {
    padding-left: 40px;
  }
}
@media (max-width: 575.98px) {
  .questions-question {
    padding-right: 90px;
  }
  .questions-header {
    font-size: 50px;
    margin-bottom: 0px !important;
  }
  .questions-answer {
    padding-left: 39px;
    padding-right: 15px;
  }
}
@media (max-width: 419.98px) {
  .questions-indicator {
    right: 45%;
    top: 122%;
  }
  .questions-question {
    font-size: 20px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 14px;
    padding-bottom: 10px;
  }
  .questions-answer {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  .questions-answer p {
    font-size: 20px;
    line-height: 28px;
    line-height: normal;
  }
  .questions-item {
    padding-bottom: 50px;
  }
}
/*
.webp .questions {
    background-image: url('../images/questions/bg.webp');
}

@media (min-width: 1900px) {
    .questions {
      background-image: url('../images/questions/bg-2x-scale-2_00x.png');
    }

    .webp .questions {
      background-image: url('../images/questions/bg-2x-scale-2_00x.webp');
    }
}*/
.ask {
  background-image: url("../images/ask/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.ask h3 {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 820px;
}
@media (max-width: 575.98px) {
  .ask h3 {
    margin-bottom: 30px;
  }
}
.ask-subtitle {
  line-height: 32px;
  font-family: "PT Sans";
  font-size: 22px;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .ask-subtitle {
    font-size: 21px;
  }
}
.ask .button {
  width: 100%;
  max-width: 72%;
  padding: 16px 48px;
  font-size: 20px;
  letter-spacing: 0.8px;
}
@media (max-width: 991.98px) {
  .ask .button {
    max-width: unset;
    width: 260px;
  }
}
@media (max-width: 767.98px) {
  .ask .button {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 419.98px) {
  .ask .button {
    width: 280px;
  }
}
.ask-buttons_icon {
  width: 35px;
  margin-right: 10px;
  margin-bottom: 1px;
}

.webp .ask {
  background-image: url("../images/ask/bg.webp");
}

@media (min-width: 1900px) {
  .ask {
    background-image: url("../images/ask/bg-2x-scale-2_00x.jpg");
  }
  .webp .ask {
    background-image: url("../images/ask/bg-2x-scale-2_00x.webp");
  }
}
.marafon_price .ask {
  padding-top: 120px;
}
@media (max-width: 575.98px) {
  .marafon_price .ask {
    padding-top: 70px;
  }
}

footer {
  background: #fff;
  color: black !important;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
footer a {
  color: black !important;
}
footer p {
  color: black !important;
}
footer .text-white {
  color: black !important;
}/*# sourceMappingURL=style.css.map */