.content_ {
    display: flex;

}

.block-top {
    /*display: flex;*/
}

.block-top-organizations {
    color: white;
    background-image: url("/images/med-organizations.png");
    background-repeat: no-repeat;
    background-position: top 0px right 20%;
    min-height: 709px;
    margin-top: -62px;
}

.block-top-patients {
    color: white;
    background-image: url("/images/patient.png");
    background-repeat: no-repeat;
    background-position: top 0px right 0%;
    min-height: 562px;
    margin-top: -85px;
}

.block-top-covid {
    color: white;
    background-image: url("/images/covid-rehab/covid-bg-1.png");
    background-repeat: no-repeat;
    background-position: top 0px right 0%;
    width: 100%;
    min-height: 562px;
    margin-top: -60px;
}

.block-top-covid > h1 {
    color: white;
    max-width: 50%;
    font-size: 210%;
    margin-top: 25px;
    margin-left: 35px;
    margin-bottom: 30px;
    padding-top: 100px;
}

.block-top-covid > div {
    margin-top: -40px;
}

.block-top-covid > div > p {
    max-width: 50%;
    margin-left: 50px;
}

/**/

.block-top-kids {
    color: white;
    background-image: url("/images/kids-rehab/bg-1.png");
    background-repeat: no-repeat;
    /*background-position: top 0px right 0%;*/
    width: 100%;
    min-height: 562px;
    margin-top: -60px;
}

.block-top-kids > h1 {
    color: white;
    font-size: 210%;
    /*margin-top: -180px;*/
    margin-left: 35px;
    margin-bottom: 30px;
    padding-top: 100px;
}

.block-top-kids > div {
    margin-top: -40px;
}

.block-top-kids > div > p {
    max-width: 50%;
    margin-left: 50px;
}

.blank-kids {
    min-height: 100px;
}

/* block-top-onko */

/**/

.info-central-covid {
    color: white;
    background-image: url("/images/covid-rehab/covid-bg-2.jpg");
    background-repeat: no-repeat;
    background-position: top 0px right 0%;
    width: 100%;
    min-height: 562px;
    margin-top: -60px;
}

.info-central-covid > div {
    display: flex;
    flex-direction: column;
    margin-top: 85px;
    padding-left: 100px;
    padding-right: 100px;
}

.info-central-covid > div > h2 {
    color: white;
    margin-top: 30px;
}

.info-central-covid > div > ul {
    margin-bottom: 50px;
}

.info-central-covid > div > p {
    margin-bottom: 100px;
}

.info-central-covid > div > p > span {
    display: block;
    padding-left: px;
    margin-top: -10px;
}

.info-central-covid > div > p > b {
    font-size: 85%;
    /*line-height: 135%;*/
}

/**/

.info-start {
    display: flex;
}

.info-start .content {
    flex-direction: column;
}

.info-start .content > h2 {
    text-align: center;
    margin: 40px 0 10px;
}

.info-start .content > div {
    display: flex;
}

.info-start .content > div > div > p {
    margin-left: 30px;
}

.info-start .content > p {
    text-align: center;
    /*margin: 50px 0 30px;*/
}

/******* info-end *******/

.info-end .content > h2 {
    text-align: center;
    margin: 50px 0 30px;
}

.info-end .content > div {
    justify-content: space-around;
}

.info-end .content > div > div {
    /* flex-basis: 33%; */
    align-items: center;
    /* padding-left: 70px; */
    /* margin-bottom: 40px; */
}

.info-end .content > div > div > img {
    padding: 7px;
}

.info-end .content > div > div > p {
    padding: 7px;
    margin-top: 0px;
    font-size: 115%;
    line-height: 115%;
    font-weight: bold;
}

/******* info-central-onko ******/



/******* btn-save-covid *******/

.btn-save-covid {
    width: 235px;
    height: 60px;
    background-color: #ffffff;
    color: var(--color-2);
    border-radius: 40px;
    /* border-color: white; */
    outline: none;
    border: none;
    font-weight: 500;
    margin-top: 37px;
    font-size: 25px;
    margin-bottom: 15px;
}

/* ******* block-top-patients *******/

.block-top-patients > p {
    max-width: 50%;
}

/**/

.block-top-patients > p:nth-child(1) {
    margin-top: 30px;
}

/**/

.block-top-rehab > p:nth-child(1) {
    margin-top: 84px;
}

/**/

.block-top-courses {
    display: flex;
    align-items: end;
    color: var(--color-1);
    background-image: url("/images/doctor.png");
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
    background-size: contain;
    min-height: 562px;
}

/**/

.block-top-rehab {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: -82px;
    color: white;
    background-image: url("/images/doctor-2.png");
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    min-height: 562px;
    max-height: 562px;
}

/******* block-top *******/

#nav-ul > li > a {
    z-index: 999;
}

.block-top > div > h1 {
    font-size: 210%;
    margin-top: -115px;
    margin-left: 50px;
    color: white;
    /*border: 3px solid red;*/
}

.block-top > div > p {
    margin-top: 0px;
    margin-left: 60px;
    width: 60%;
    line-height: 34px;
}

.block-top > div > p:nth-child(2) {
    margin-top: 20px;
}

.block-top > div > p:nth-child(3) {
    margin-top: 20px;
}

/**/

.block-top-rehab a {
    color: white;
    font-size: inherit;
    font-style: italic;
    text-decoration: underline;
}

.block-banner > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-banner > div > h1 {
    font-size: 200%;
    margin-top: -165px;
    margin-bottom: 25px;
    text-align: center;
    color: var(--color-font);
}

.block-banner .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background-color: var(--color-1);
    cursor: pointer;
}

.block-banner .circle > div {
    color: white;
    font-weight: bold;
    font-size: 200%;
}

.block-banner .circle > div  > i {
    font-size: 32px;
    color: white;
}

/**/

.block-banner-content > h2 {
    text-align: center;
    color: var(--color-1);
    margin-top: 60px;
    margin-bottom: 40px;
}

.block-banner-content > div {
    margin-bottom: 60px;
}

.circle-arrow-left {
    margin-left: 30px;
}

.circle-arrow-right {
    margin-right: 30px;
}

.block-banner-p {
    color: var(--color-1);
    font-weight: bold;
    font-size: 170%;
    line-height: 28px;
}

.header-div {
    display: flex;
    justify-content: start;
}

.header-div-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*flex-basis: 63%;*/
}

.header-div-3 {
    display: flex;
    justify-content: center;
}

.header-div-3 > div {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

#fa-phone {
    color: var(--color-1);
    font-size: 28px;
    cursor: pointer;
}

#fa-envelope {
    color: var(--color-1);
    font-size: 32px;
    margin: 10px;
    cursor: pointer;
}

.block-center .content {
    color: white;
    background-image: url("/images/form-gradient.png");
    background-repeat: no-repeat;
    min-height: 709px;
    margin-top: -120px;
}

.info-end-content-flex > a, #link {
    z-index: 0;
}

.info-end-content-flex > p > a, #link-2 > a {
    color: black;
}

#detail {
    margin-top: 10px;
}

.block-center-content-div-1 {
    flex-basis: 40%;
    margin-top: -50px;
}

.block-center-content-div-2 {
    flex-basis: 38%;
    /*margin-top: 220px;*/
}

.block-center-content-div-3 {
    /*margin-top: 235px;*/
    flex-basis: 32%;
}

.block-center-content-div-3a {
    margin-top: 260px;
}

.block-center-content-div-2 > h2 {
    color: white;
    font-size: 200%;
    margin-top: 20px;
}

.block-center-content-div-2 > p {
    margin-right: 100px;
}

.block-center-content-div-3 form {
    display: flex;
    flex-direction: column;
}

.block-center-content-div-3 form > input,
.block-center-content-div-3 form > button {
    margin-right: 30px;
}

.block-contract {
    margin-top: 22px;
}

.block-center-content-div-3 form > input {
    margin-top: 12px;
    margin-top: 12px;
    height: 50px;
    font-size: 150%;
    border-radius: 1px;
}

.block-center-content-div-3 form > input, select {
    border: none;
}

select {
    /*padding-left: 25px;*/
    /*color: #666666;*/
    /*font-size: 130%;*/
    /*margin-top: 12px;*/
    /*height: 50px;*/
    /*margin-right: 30px;*/
}

/*select:required:invalid {*/
/*color: #666;*/
/*}*/
/*option[value=""][disabled] {*/
/*display: none;*/
/*}*/

.form-btn {
    height: 50px;
    font-size: 150%;
    background-color: var(--color-1);
    width: 350px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 65px;
    border-radius: 7px;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

.a-form-btn {
    height: 50px;
    font-size: 150%;
    background-color: var(--color-1);
    width: 62%;
    color: white;
    text-align: center;
    padding-top: 20px;
    border-radius: 7px;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

.btn-covid {
    height: 30px;
    background-color: var(--color-2);
    width: 70%;
    color: var(--color-1);
    right: 0px;
    bottom: -30px;
    border-radius: 10px;
    border: none;
    font-style: italic;
    cursor: pointer;
}

.btn-covid:hover {
    background-color: var(--color-circle-4);
    color: var(--color-circle-2);
}

.btn-covid > span {
    display: block;
    padding-left: 50px;
    padding-top: 5px;
}

.content-flex > p {
    color: var(--color-1);
    font-size: 150%;
    font-weight: bold;
    line-height: 30px;
}

.certificate-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.certificate {
    display: flex;
    justify-content: center;
    /*border: 1px solid red;*/
    flex-basis: 12%;
}

.certificate > img {
    width: 87px;
    height: 87px;
}

/*.certificate-text {*/
/*    display: flex;*/
/*    flex-basis: 87%;*/
/*    padding-left: -100px;*/

/*}*/

.certificate-text > p {
    /*margin-left: 70px;*/
    margin-top: 0px;
    margin-right: 70px;
    font-weight: bold;
    /*align-items: center;*/
}

.certificate-text > p > span {
    color: var(--color-1);
    font-size: inherit;
}

/**/

.absolute {
    position:absolute;
}

.relative {
    position:relative;
}

.max-w-25 {
    max-width: 25px;
}

.max-w-30 {
    max-width: 30px;
}

.max-w-50 {
    max-width: 50px;
}

.max-w-75 {
    max-width: 75px;
}

.max-h-75 {
    max-height: 75px;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-150 {
    max-width: 115px;
}

.max-w-200 {
    max-width: 200px;
}

.w-200 {
    width: 200px;
}

.w-auto {
    width: auto;
}

.max-w-220 {
    max-width: 220px;
}

.max-w-250 {
    max-width: 250px;
}

.max-w-270 {
    max-width: 270px;
}

.max-w-300 {
    max-width: 300px;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-670 {
    max-width: 670px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-900 {
    max-width: 900px;
}

.max-w-950 {
    max-width: 950px;
}

.max-w-960 {
    max-width: 960px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.color-white {
    color: white;
}

.border-red {
    border: 1px solid red;
}

.border-green {
    border: 1px solid green;
}

.border-blue {
    border: 1px solid blue;
}

.border-brown {
    border: 1px solid brown;
}

.border-white {
    border: 1px solid white;
}

.center {
    text-align: center;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.m-auto {
    margin: 0 auto;
}

.w-auto {
    width: auto;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-130 {
    font-size: 130%
}

.font-size-inherit {
    font-size: inherit;
}

.font-weight-bold {
    font-weight: bold;
}

.font-style-italic {
    font-style: italic;
}

.red {
    color: red;
}

.green {
    color: green;
}

.list-style-square {
    list-style-type: square;
}

.list-style-circle {
    list-style-type: circle;
}

.list-style-decimal {
    list-style-type: decimal;
}

.bold {
    font-weight: var(--font-medium);
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top--10 {
    margin-top: -10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-110 {
    margin-top: 110px !important;
}

.margin-top--20 {
    margin-top: -20px !important;
}

.text-right {
    text-align: right;
    cursor: pointer;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}


/**/

.pr-50 {
    padding-right: 50px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-180 {
    padding-right: 180px;
}

.width-100 {
    width: 100%;
}

.height-75 {
    height: 75px;
}

/**/

.main-h1 {
    margin-top: -220px !important;
}

.info-end-content-flex {
    /*margin-left: 280px;*/
}

.info-end-content-flex2 {
    /*margin-left: -110px;*/
}

/**/

.onko-p-mt {
    margin-top: -30px;
}

.nav-ul .active {
    padding: 5px;
    background-color: var(--color-circle-4);
    border-radius: 10%;
}

.kids-icon-1 {
    height: 110% !important;
}

.cursor-pointer {
    cursor: pointer;
}