.popup-timer.doc-appointment {
    padding: 0;
    background: transparent;
}
.doc-appointment.popup-timer {
    width: 100%;
    max-width: 1200px;
}
.form-item._not-empty .form-item__label {
    height: auto !important;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Light";
}
.doc-appointment .button {
    /*display: block;*/
    margin: 0 auto;
}
.popup__close {
    display: none;
}
.subtitle {
	font-size: 24px;
    line-height: 32px;
    color: var(--light-pink);
    margin-bottom: 45px;
    text-align: center;
}
.form-item__label {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Light";
    color: #CFC2BF;
    padding-left: 25px;
    position: static;
}
.form-item._not-empty .form-item__label {
    height: initial;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Light";;
}
.form-item__label._center {
    text-align: center;
    padding: 0;
}
.label-warning {
    font-size: 12px;
    line-height: 16px;
}
.form-item input[type=email],
.form-item input[type=password],
.form-item input[type=tel],
.form-item input[type=text] {
    background: #FFFFFF;
    border: 1px solid #CFC2BF;
    border-radius: 24px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto-Light";
    padding-top: 0;
}
.find-clinic {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color: var(--light-pink);
    margin-bottom: 22px;
    position: relative;
    cursor: pointer;
}
.find-clinic::before {
    content: "";
    width: 12px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: -20px;
    background-image: url(images/arrpw-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.row {
    justify-content: space-between;
    margin: 0;
}
.row .form-item {
    width: 40%;
}
.soglasie a {
    color: #EA89A2 !important;
}
.soglasie input[type=checkbox] + label {
    padding-left: 25px;
}
.soglasie input[type=checkbox] + label:before {
    background-image: none;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #EA89A2;
    top: 4px;

}
.soglasie input[type=checkbox]:checked + label:before {
    background-color: #EA89A2;
}

@media (max-width: 800px) {
    .doc-appointment {
        padding: 30px 10px;
    }
    .subtitle {
        font-size: 20px;
    }
    .popup-gin .logo,
    .popup-gin .logo img {
        width: 200px;
    }
    .popup-gin {
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    .doc-appointment form {
        max-width: 260px;
    }
}

.popup-gin {
    width: 100%;
    max-width: 1200px;
    min-height: 600px;
    background-color: white;
    padding: 70px 113px;
    border-radius: 24px 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    font-family: "Roboto";
    z-index: 20;
    background-image: url("images/banner-img.png");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 700px;
}
.popup-gin .icon-logo {
    margin-bottom: 33px;
}
.popup-gin .sublogo-text {
    font-size: 24px;
    line-height: 32px;
    color: var(--light-pink);
    margin-bottom: 28px;
}
.popup-gin .form-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}
.popup-gin label {
    height: auto !important;
    color: #CFC2BF;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto-Light";
}
.popup-gin input[type="tel"] {
    margin-bottom: 60px;
}
.popup-gin input[type="submit"] {
    margin-bottom: 10px;
    border: 0;
}
.popup-gin__content {
    width: 58%;
}
.popup-gin .input-row {
    display: flex;
    flex-direction: column;
}
.popup-gin input[type=tel] {
    max-width: 445px;
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid #CFC2BF;
    border-radius: 24px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto-Light";
    padding-top: 0;
    height: 48px;
}

@media (max-width: 1000px) {
    .popup-gin {
        background-size: initial;
        background-position: 110% 100%;
    }
}

@media (max-width: 800px) {
    .popup-gin {
        padding: 20px;
        max-width: 400px;
        min-height: 265px;
        border-radius: 24px 100px;
        background-size: 275px;
        background-position: 110px 100%;
    }
    .popup-gin__content {
        width: 100%;
    }
    .popup-gin .sublogo-text {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .popup-gin .form-text {
        font-size: 10px;
        line-height: 14px;
    }
    .popup-gin input[type="tel"] {
        margin-bottom: 10px;
        max-width: 142px;
    }
    .popup-gin label,
    .popup-gin .form-item._not-empty label {
        font-size: 6px;
        line-height: 8px;
        margin-bottom: 3px;
    }
    .popup-gin input[type="submit"] {
        margin-left: 10px;
    }
    .popup-gin .mobile-padding {
        padding-left: 30px;
    }
    .popup-gin input[type=tel] {
        font-size: 12px;
    }
}