/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/section/info.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
/*images*/
.info {
  padding: 6.25rem 0;
  margin: 0 1.5rem;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .info {
      padding: 2.5rem 0 5rem; } }
  @media only screen and (max-width: 767px) {
    .info {
      border-radius: 1.875rem;
      overflow: hidden;
      margin: 0;
      padding: 0; } }
  .info__bg {
    position: absolute;
    top: 6%;
    left: -2%;
    width: 26.5rem;
    z-index: 1;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .info__bg {
        top: 25%;
        left: -55%;
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg); } }
  .info__star {
    position: absolute;
    top: 3.875rem;
    right: 4rem; }
    .info__star .icon {
      width: 2rem;
      height: 2rem;
      color: var(--color-green); }
  .info .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.875rem;
    background: #F8F8FB; }
    @media only screen and (min-width: 992px) {
      .info .container {
        max-width: 77rem;
        padding: 7.25rem 5.125rem 5.75rem 6.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media only screen and (max-width: 991px) {
      .info .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 3.125rem;
        overflow: hidden; } }
    @media only screen and (max-width: 767px) {
      .info .container {
        padding: 2.25rem 0.8125rem 3.375rem;
        margin: 2.0625rem 1.125rem;
        width: calc(100% - 2.25rem); } }
  @media only screen and (min-width: 992px) {
    .info__left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
      flex: 0 0 46%;
      max-width: 46%; } }
  @media only screen and (max-width: 991px) {
    .info__left {
      padding-top: 2.5rem; } }
  @media only screen and (max-width: 767px) {
    .info__left {
      padding-top: 1.5rem; } }
  @media only screen and (max-width: 991px) {
    .info__left .btn {
      margin-top: 2.625rem; } }
  @media only screen and (max-width: 767px) {
    .info__left .btn {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .info__left .gray-color {
      margin-left: 0.25rem; } }
  @media only screen and (min-width: 992px) {
    .info__right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%; } }
  .info__right .h2-title {
    font-family: 'Radikal';
    line-height: 1.03;
    letter-spacing: -0.125rem;
    /*text-transform: capitalize;*/
    margin-bottom: 2.8125rem; }
    @media only screen and (max-width: 767px) {
      .info__right .h2-title {
        margin-bottom: 1.8125rem; } }
  .info__right .btn {
    font-family: 'Radikal';
    padding: 1rem 1.25rem;
    margin-top: 1.75rem; }
  @media only screen and (max-width: 767px) {
    .info__right .gray-color {
      font-size: 1rem;
      margin-left: 0.125rem; } }
  .info .badge {
    margin-bottom: 1.375rem; }
  .info .appointment-wrapper {
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 767px) {
      .info .appointment-wrapper {
        margin-bottom: 0.6875rem;
        margin-left: 0.125rem; } }
  .info .cost-wrapper {
    margin-bottom: 1.75rem; }
    @media only screen and (max-width: 767px) {
      .info .cost-wrapper {
        margin: 0 -0.25rem 1.375rem 0.25rem;
        gap: 1.5rem; } }
    .info .cost-wrapper .h2-title {
      color: #7E8492; }
      .info .cost-wrapper .h2-title strong {
        color: var(--color-text); }

.attention {
  border-radius: 1.5625rem;
  background: var(--color-white);
  -webkit-box-shadow: 2.5rem 10rem 4rem 0 rgba(72, 78, 97, 0.05);
  box-shadow: 2.5rem 10rem 4rem 0 rgba(72, 78, 97, 0.05);
  position: relative;
  margin-top: 0.25rem;
  padding: 1.875rem 2.25rem 1.375rem;
  margin-bottom: 5.125rem; }
  @media only screen and (max-width: 767px) {
    .attention {
      -webkit-box-shadow: 2.5rem 18.75rem 4rem 0 rgba(72, 78, 97, 0.05);
      box-shadow: 2.5rem 18.75rem 4rem 0 rgba(72, 78, 97, 0.05);
      padding: 1.75rem 2.125rem 2.375rem;
      margin-bottom: 1.8125rem; } }
  .attention__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .attention:before, .attention:after {
    width: 2.625rem;
    height: 2.625rem;
    position: absolute;
    top: 50%;
    background-color: #F8F8FA;
    border-radius: 50%;
    content: '';
    z-index: 1; }
  .attention:before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .attention:after {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .attention__head {
    margin-bottom: 2.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .attention__head {
        margin-bottom: 3.25rem; } }
  .attention__title {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .attention__title {
        font-size: 2rem; } }
  .attention__prim {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1; }
  .attention__places {
    font-size: 2.875rem;
    font-weight: 500;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .attention__places {
        font-size: 2.25rem; } }
  .attention__subplaces {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1; }
  .attention__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-yellow);
    position: relative;
    left: 0.75rem;
    top: -0.25rem; }
    @media only screen and (max-width: 767px) {
      .attention__label {
        left: 1.5625rem;
        top: -1.375rem; } }
    .attention__label .icon {
      width: 0.375rem;
      height: 2rem; }
  .attention__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .attention__footer {
        gap: 1rem;
        margin-right: -1.5rem; } }

.circle-wrap {
  position: relative;
  width: 7.5rem;
  min-width: 7.5rem;
  height: 7.5rem;
  margin-top: -1.375rem;
  margin-right: 0.1875rem; }
  @media only screen and (max-width: 767px) {
    .circle-wrap {
      position: relative;
      width: 5.875rem;
      min-width: 5.875rem;
      height: 5.875rem;
      margin-top: -0.625rem;
      margin-right: 0.5rem; } }

.percent {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .percent {
      font-size: 1.375rem; } }

.progress-ring__background {
  opacity: 0; }

.progress-ring__circle {
  -webkit-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-linecap: round; }


/*# sourceMappingURL=section-info.css.map*/