body {
  margin-top: 0;
  font-family: "Ubuntu", sans-serif;
}
.card-title {
  font-family: "Ubuntu", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
}
.intro__text {
  padding-top: 85px;
}
@media (min-width: 768px) {
  body {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .callback-m {
    position: absolute;
    right: 57px;
    display: grid !important;
    font-size: 14px;
    top: 10px;
  }
  .callback-m a {
    white-space: nowrap;
    font-size: 13px;
    padding: 5px;
  }
}

.header {
  padding: 20px 0;
  position: fixed;
  z-index: 3;

  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 28.0873px rgba(154, 170, 207, 0.1);
  box-shadow: 0px 9px 28.0873px rgba(154, 170, 207, 0.1);
}
.header__logo {
  width: 116px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .header__logo {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .header__callback {
    display: grid;
  }
}

.btn {
  height: auto;

  border-radius: 16px;
  padding: 10px 24px;
  font-family: "Ubuntu", sans-serif;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #235abe;
  color: #235abe;
}

.btn-primary {
  background-color: #235abe;
  border-color: #235abe;
  color: #fff;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #4c83e5;
  border-color: #4c83e5;
  color: #fff;
}
.text-link,
a {
  color: #12b9e2;
}
@media (min-width: 1200px) {
  .header__callback .btn {
    padding-left: 10px;
    padding-right: 10px;
    text-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .header__callback .btn {
    padding-left: 10px;
    padding-right: 10px;
    text-wrap: nowrap;
  }
}

.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background-color: #eff2f5;
  border-color: #235abe;
  color: #235abe;
}
main {
  margin: 82px 0 0 0;
}
@media (max-width: 768px) {
  main {
    margin: 0 0;

    padding-top: 15px;
  }
  #about {
    padding-top: 0 !important;
  }
  #about .pt-5 {
    padding-top: 0 !important;
  }
}
.intro__bg:after {
  bottom: 0;
}
.intro__bg:after {
  background: none;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border: 2px solid #dee4eb;
  border-radius: 16px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255);
  position: relative;
  z-index: 1;
  word-wrap: break-word;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.about > .container:before {
  /* background-image: url(../img/oko-blobs-left.svg);*/
  background-image: none;
  top: 356px;
  left: calc(50% - 250px);
  width: 210px;
  height: 210px;
}

.about > .container:after {
  /* background-image: url(../img/oko-blobs-right.svg);*/
  bottom: -115px;
  background-image: none;

  right: calc(50% - 150px);
  width: 240px;
  height: 240px;
}

.programm .card {
  border-radius: 20px;

  padding: 34px;

  border: 0px;
  position: relative;
}

.intro__text {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}

@media (min-width: 1200px) {
  .intro__text {
    padding-top: 100px;
    max-width: 690px;
  }
}

.arrow1 {
  width: 10%;
  padding: 2px;
}

@media (max-width: 768px) {
  .dino5:before {
    right: -20px;

    height: 216px;
    top: -20px;
    z-index: 500;
    width: 120px;
  }
  a.btn-phone {
    font-size: 12px;
    padding: 0px !important;
  }
}
.btn-lk {
  padding: 5px;
  font-size: 16px;
}

.btn-phone {
  font-size: 16px;
  color: #235abe;
  text-decoration: none;
}

.btn-phone:hover {
  text-decoration: underline;
}
