.apply-for-appointment-form input {
    padding: 24px 30px;
    width: 100%;
}
.recaptcha-block {
    display: none;
}
.pictures iframe {
    z-index: 2;
}
.main .subtitle-container .subtitle {
    padding-right: 30px;
}

.personal span {
    font-size: 18px;
    color: #ffffff;

}

section#location .personal {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0px;
}
section.container.apply-for-appointment .personal {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0px;
}


section.container.apply-for-appointment {
    position: relative;
}


.process .content .item::before {
    width: 40px;
    height: 40px;
    font-size: 24px;
}
section#location {
    position: relative;
}
.process .content .item:nth-child(2n) .text {
    bottom: unset;
}
.process .content .item:nth-child(2n+1)::before {
    bottom: unset;
    top: 57%;
}
.process .content .item:nth-child(2n)::before {
    top: 57%;
}
.process .content .item {
    counter-increment: item;
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    flex-direction: column;
}
.process .content .item:nth-child(2n+1) .text {
    top: unset;
    bottom: unset;
}

.process .content .item .text {
    position: relative;
    text-align: center;
    left: unset;
    width: 100%;
    transform: translateX(0%);
    height: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.process .content .item::after {
    display: none;
}
.process .content .item:nth-child(2n) img {
    margin-bottom: unset;
}




@media (max-width: 500px) {
    .location .apply-for-appointment-form {
        padding: 70px 50px 50px 60px;
        display: flex;
        flex-direction: column;
        order: 2;
    }
    .personal span {
    font-size: 15px;
    color: #ffffff;
}
.glide__arrow--right {
    right: 0em;
    top: 40%;
}

.glide__arrow--left {
    left: 0em;
    top: 40%;
}
}
.soglasie {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.soglasie input.soglasie, .soglasie input.soglasie2  {
    width: 20px !important;
    height: 20px;
    margin: 0;
}
.soglasie span {
    margin-left: 10px;
    color: #000;
}

.soglasie span a {
    color: #000;
}
section.apply-for-appointment .apply-for-appointment-form .soglasie, section.apply-for-appointment .apply-for-appointment-form .soglasie2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 30px;
    color: #000;
   /* background: #fff;
    border-radius: 50px;*/
    /*height: 75px;*/
    width: 100%;
   /* padding: 20px 30px;*/
}
section.apply-for-appointment .apply-for-appointment-form input.soglasie,section.apply-for-appointment .apply-for-appointment-form input.soglasie2  {
    margin: 0;
}
section.location .apply-for-appointment-form .soglasie, section.location .apply-for-appointment-form .soglasie2{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 30px;
    color: #fff;
   /* background: #f0ca00;
    border-radius: 50px;
    height: 75px;*/
    width: 100%;
   /*padding: 20px 30px;*/
}
section.location .apply-for-appointment-form input.soglasie {
    margin: 0;
}
section.location .apply-for-appointment-form .soglasie span {
    margin-left: 10px;
    color: #fff;
}

section.location .apply-for-appointment-form .soglasie span a {
    color: #fff;
}
.warning {
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #212121;
    z-index: 10000;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    opacity: 0;
    transform: translateY(100%);
  }
  .warning--active {
    transform: translateY(0);
    opacity: 1;
  }
  
  .warning__text {
    margin-right: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    display: flex;
    align-items: center;
  }
  .warning__text a {
    color: #fff;
    text-decoration: underline;
    font-size: 1em;
  }
  .warning__text p {
    margin: 0;
  }
  .warning__read {
    display: block;
    margin-left: 15px;
  }
  
  .warning__apply {
    background: #fff;
    color: #000;
    padding: 10px 60px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-size: 16px;
    border: 3px solid #f0ca00;
    border-radius: 50px;
  }
  
  .warning__apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.15);
    background: linear-gradient(to bottom, #454545, #212121);
    color: #fff;
  }
  
  @media (max-width: 576px) {
    .warning {
      flex-direction: column;
    }
    .warning__text {
      font-size: 16px;
      margin: 0;
      margin-bottom: 15px;
    }
      .warning__text a {
      font-size: 16px;
    }
}


