.doc-slider {
    max-width: 1280px;
    margin: 0 auto;
}

.doc-slider-header {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.doc-slider-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #C8D4E8;
    background: #fff;
    color: #003F9E;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.doc-slider-btn.active,
.doc-slider-btn:focus {
    background: #003F9E;
    color: #fff;
}

.doc-slider-track-wrapper {
    overflow: hidden;
    padding: 0 8px;
}

.doc-slider-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform .4s ease;
    will-change: transform;
    /* gap можно задать либо тут, либо марджинами карточек */
    gap: 24px;
}

.doc-card {
    min-width: 240px;
    max-width: 240px;
    flex-shrink: 0;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    background: #fff;
    display: flex;
    flex-direction: column;
}

.doc-name{
    color: #356072;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
margin: 10px 0px;
}

.doc-position{
    margin:10px 0px;
}

.doc-card img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px;
}

.doc-card h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin: 0 0 8px;
}

.doc-card .doc-pos {
    font-size: 14px;
    line-height: 1.4;
    color: #3B3B3B;
    margin-bottom: 16px;
}

.doc-card .doc-cta {
    display: block;
    width: 90%;
    border: 1px solid #003F9E;
    background: #fff;
    color: #003F9E;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 12px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    margin: 20px 0px;
    text-decoration:none;
}

/* прогрессбар */
.doc-slider-progress {
    width: 100%;
    max-width: 1080px;
    height: 2px;
    background: #CFDAE8;
    border-radius: 1px;
    margin: 24px auto 0;
    position: relative;
}

.doc-slider-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background: #003F9E;
    border-radius: 1px;
    width: 20%; /* будет менять JS */
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5000;
}

.modal-window {
    background: #fff;
    border-radius: 8px;
    border: 2px solid #003F9E;
    box-shadow: 0 24px 64px rgba(0,0,0,.4);
    width: 320px;
    max-width: calc(100% - 32px);
    padding: 24px 24px 20px;
    position: relative;
    font-family: inherit;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    color: #003F9E;
    cursor: pointer;
}

.modal-title {
    margin: 8px 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #003F9E;
    text-align: center;
}

.modal-subtitle {
    margin: 0 0 16px;
    font-size: 14px;
    text-align: center;
    color: #000;
    line-height: 1.4;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-form input[type="text"],
.modal-form input[type="tel"] {
    width: 100%;
    border: 1px solid #C8D4E8;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.4;
}

.modal-privacy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #000;
}

.modal-privacy a {
    color: #003F9E;
    text-decoration: underline;
}

.modal-submit {
    width: 100%;
    border: 0;
    border-radius: 20px;
    padding: 10px 16px;
    background: linear-gradient(90deg, #003F9E 0%, #0074FF 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.modal-window {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .4);
    width: 320px;
    max-width: calc(100% - 32px);
    padding: 24px 24px 20px;
    position: relative;
    font-family: inherit;
    max-width: 600px;
    width: 600px;
    height: 400px;
}

#callbackModalOverlay > div > h3{
	text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#callbackModalOverlay > div > p{
	color: #356072;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#doctorForm{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

#doctorForm input{
    display: flex;
    height: 50px;
    max-width: 100%;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    padding:0px 20px;
}

#doctorForm input::placeholder {
    color: #ACACAC;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*padding: 0 0 0 20px;*/
}

#doctorForm > div.form-cal{
	display: flex;
    justify-content: space-between;
}

#doctorForm > div.form-cal > label > input[type=checkbox]{
	gap: 0;
    width: 20px;
    height: 20px;
    align-items: center;
}

#doctorForm > div.form-cal > label{
	max-width:220px;
}

#doctorForm > div.form-cal > button{
	max-width: 220px;
    height: 50px;
    border-radius: 30px;
}

#doctorForm > div.form-cal > label > input[type=checkbox]{
    gap: 0;
    width: 20px;
    height: 20px;
    align-items: center;
}

#doctorForm > div.form-cal > label > span{
        color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#doctorForm > div.form-cal > label > span > a{
    color: #003872;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.modal-window{
    border:0px;
}

#modalDoctorName{
    font-weight:600;
}

body > div.container.advantages > div:nth-child(2){
    gap:30px;
}

.gs-overlay{
  position:fixed; inset:0; display:flex; align-items:center; justify-content:center;
  background:rgba(0,0,0,.6); z-index:6000;
}
.gs-window{
  width: 320px; max-width:calc(100% - 32px);
  background:#fff; border-radius:12px; padding:28px 24px 22px; position:relative;
  text-align:center; box-shadow:0 24px 64px rgba(0,0,0,.35);
  font-family:inherit;
}
.gs-close{
  position:absolute; top:10px; right:10px; border:0; background:transparent;
  font-size:18px; line-height:1; color:#003F9E; cursor:pointer;
}
.gs-icon{
  width:84px; height:84px; margin:0 auto 12px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #1d72ff, #003F9E);
  position:relative;
}
.gs-icon:after{
  content:""; position:absolute; left:20px; top:30px; width:30px; height:16px;
  border:5px solid #fff; border-top:none; border-left:none; transform:rotate(45deg);
}
.gs-title{ font-size:22px; font-weight:700; color:#0E53B8; margin-bottom:6px; }
.gs-sub{ color:#3B3B3B; font-size:14px; }
button {cursor:pointer;}