@charset "UTF-8"; /* Set the encoding of the style sheet to Unicode UTF-8 */

:root {
    --color-white: #ffffff;
    --color-blk: #000000;
    --color-1: #005a90;
    --color-2: #029fb0;
    --color-3: #b6b6b6;
    --color-rgb: 13, 92, 113;
    --color-orange: #eb9316;
    --color-title-video: #0a518a;

    --content: 76%;
    --margin-center: 0 auto;

    --font-family: 'Gotham Pro';
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 900;

    --bg-light: #e1f6f5;

    --sizeindex: calc(1vw + 1vh);
    --lineheight-title: calc(var(--sizeindex) * 1.618);
    /*--font-size-normal: calc(var(--sizeindex) * .6);*/
    --font-size-normal: 1rem; /*16px;*/

    --lineheight-small: calc(var(--sizeindex) * .9);
    /*--lineheight-normal: calc(var(--sizeindex) * .9);*/
    --lineheight-normal: 1.5; /*22px;*/
    --lineheight-medium: calc(var(--sizeindex) * 1.2);
    --lineheight-bigger: calc(var(--sizeindex) * 1.3);
    --lineheight-large: calc(var(--sizeindex) * 2.0);

    --time-02: 0.2s;
    --time-05: 0.5s;
    --time-1: 1s;
}

::placeholder {
    color: #2f80ec;
}

* {
    font-family: var(--font-family);
    font-size: var(--font-size-normal);
}

a {
    text-decoration: none;
    color: var(--color-2);
    align-items: center;
    cursor: pointer;
}

p {
    margin-top: 20px;
    line-height: 1.5; /*22px;*/
    /*line-height: calc(var(--sizeindex) * 1.2);*/
}

span {
    font-size: var(--font-size-normal);
}

.color-2 {
    color: var(--color-2);
}

.icon-doctorentry, .icon-exit {
    margin: 5px 0 5px;
}

.link-hover:hover {
    text-decoration: underline;
}

ul > li {
    /*text-decoration: none;*/
    list-style-type: none;
}

ul.list-style-square > li {
    list-style-type: square;
    margin-left: 30px;
    line-height: 1.5; /*22px;*/
}

ol > li {
    margin-left: 30px;
    line-height: 1.5; /*22px;*/
}

td > ul > li, td > ol > li {
    font-size: 14px;
}

.wrapper {
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
}

.content {
    /*border-left: 1px dotted saddlebrown;*/
    /*border-right: 1px dotted saddlebrown;*/
    /*border-bottom: 1px dotted saddlebrown;*/

    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: var(--content);
}

.logo {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-basis: 50%;
}

.logo > div {
    justify-content: start;
    align-items: start;
}

.logo > div > a > img {
    max-width: 300px;
    min-width: 200px;
    object-fit: fill;
    width: 100%;
    height: 100%;
}

#nav-ul > li > a {
    font-size: 20px;
    /*font-size: calc(var(--sizeindex) * .7);*/
}

#nav-ul > li > a > span,
#nav-ul-mobile > li > a > span {
    margin-left: 5px;
}

.nav {
    /*flex-basis: 50%;*/
    /*font-size: 16px;*/
    /*line-height: 1.2;*/
    font-weight: 500;
    color: var(--color-2);
    margin-left: 45px;
    /*flex-basis: 30%;*/
}

.nav > ul {
    justify-content: end;
}

.nav > ul > li {
    display: flex;
    align-items: center;
    padding: 2px 7px 2px 7px;
}

.nav-out {
    /*flex-basis: 20%;*/
}

.inner {
    flex: 1 1 auto;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100px;
}

/*.header:before {*/
/*content: '';*/
/*!*position: absolute;*!*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background-color: #0d5c71;*/
/*}*/

.padding {
    padding: 25px;
}

/*.navigation {*/
/*display: flex;*/
/*}*/

/*.navigation > p {*/
/*color: orange;*/
/*}*/

.top {
    margin-bottom: 110px;
}

.top-item {
    display: flex;
}

.top-item-index {
    align-items: center;
}

.top-item > div {
    flex-basis: 50%;
}

.top-item > div > h1 {
    margin-top: 100px;
}

.top-item > div > h2 {
    color: var(--color-2);
    margin-top: 110px;
}

.top-item > div > img {
    margin-top: 60px;
}

.top-item > div > div {
    margin-top: 30px;
}

.top-item-div-p {
    /* font-size: 125%;
    line-height: 128%; */
    margin-right: 10%;
}

.service {
    /*display: flex;*/
    flex-direction: column;
    background-color: var(--bg-light); /*#02B7B2;*/
    padding-bottom: 60px;
}

.service-item {
    display: flex;
}

.service-item > div {
    flex-basis: 50%;
    /*border: 1px solid #0a58ca;*/
}

.service-item > h1 {
    margin-top: 85px;
    margin-bottom: 75px;
}

.service-item-list {
    display: flex;
    flex-direction: column;
}

.service-item-list > div {
    display: flex;
}

.service-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    background-color: var(--color-2);
    color: white;
    text-align: center;
    margin: 10px;
    font-size: 24px;
}

.text-link {
    color: var(--color-2);
}

.title-blk {

    /*font-size: 45.4px;*/
    /*line-height: 1.2;*/
    font-weight: 500;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #030303;
    line-height: 1em;
}

h1 {
    font-size: 1.5rem; /*calc(var(--sizeindex) * 1.4);*/
    padding: 15px 0px 0px 0px;
    color: var(--color-2);
    /*margin-bottom: 15px;*/
}

h2 {
    font-size: 1.3rem; /*calc(var(--sizeindex) * 1.2);*/
    padding: 10px 0px 0px 0px;
}

h3 {
    font-size: 1.2rem; /*calc(var(--sizeindex) * 1.0);*/
    padding: 7px 0px 0px 0px;
}

h4 {
    font-size: calc(var(--sizeindex) * 1.1);
    /*padding: 3px;*/
}

#roles > h4 {
    margin-top: 20px;
}

.title-alt {
    /*font-size: 28.2px;*/
    /*line-height: 1.2;*/
    /*font-weight: var(--font-medium);*/
    /*color: var(--color-2);*/
}

.title-alt2 {
    /*font-size: 28.2px;*/
    /*line-height: 1.2;*/
    /*font-weight: 500;*/
    /*color: #000000;*/
}

.font-normal {
    /*line-height: var(--lineheight-normal);*/
}

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

.font-semibold {
    /*line-height: var(--lineheight-normal);*/
    font-weight: var(--font-semibold);
}

.font-bold {
    /*line-height: var(--lineheight-normal);*/
    font-weight: var(--font-bold);
}

.text-phone {
    /*font-size: 18px;*/
    /*line-height: var(--lineheight-medium);*/
    font-weight: var(--font-medium);
    color: var(--color-2);
}

.text-contact {
    /*font-family: 'Gotham Pro';*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    font-weight: 500;
    color: #000000;
}

.consultation-specialist {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 836px;
    height: 86px;
    background-color: var(--color-2);
    border-color: white;
    border-radius: 43px;
    outline: none;
    border: none;
    margin-bottom: 10px;
    margin-top: 90px;
    cursor: pointer;

    font-weight: 500;

    /*text-align: center;*/
}

.consultation-specialist > a {
    color: white;
    font-size: 170%;
}

.consultation-specialist:hover {
    border: none;
    background-color: #30899a;

}

.consultation-specialist:active {
    background-color: #207989;
    /*border: 2px solid #005a90;*/
    /*color: white;*/
    /*background-color: #005a90;*/
}

.info-flex {
    display: flex;
}

.info-flex > div {
    padding-right: 15px;
}

.info-flex > div > h1 {
    padding: 16px 0 15px 0px;
}

.info-flex > div > h1:nth-child(1) {
    padding: 90px 0 15px 0px;
}

.info-flex-alt {
    display: flex;
}

.info-flex-alt > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-flex > div {
    flex-basis: 50%;
}

.consultation {

}

#support-mobile {
    display: none;
}

#support-title {
    margin-top: 100px;
}

#support-flex {
    margin: 40px 0 50px;
}

.support-flex {
    display: flex;
    align-items: center;
}

.support-flex > h2 {
    margin: 18px 0 18px;
}

.support-flex > div {
    flex-basis: 25%;
    align-items: center;
    margin-right: 5px;
}

.support-flex > div > img {
    margin: auto 0 30px;
}

.menu-out {
    /*font-size: calc(var(--sizeindex) * .55);*/
}

.menu-left {
    flex-basis: 19%;
}

.flex-block, .display-flex {
    display: flex;
    flex-direction: row;
}

.content-detail {
    display: flex;
    flex-direction: column;
    flex-basis: 81%;
    padding-bottom: 30px;
}

.content-detail > h1,
.menu-left > ul {
    margin-top: 15px;
}

.content-detail-inner {
    padding: 6px;
}

.content-detail-inner > h2 {
    margin-top: 20px;
}

.content-detail-inner strong, .content-detail-inner > div > p > span {
    font-size: inherit;
}

.content-detail-prevention {
    /*padding: 6px;*/
}

.content-detail-prevention-row {
    display: flex;
}

.content-detail-prevention-row > div {
    margin: 20px 15px 20px 15px;
    padding: 0 17px 30px 29px;

    box-shadow: -1px 0px 89px 1px rgba(232, 245, 250, 1);
    -webkit-box-shadow: -1px 0px 89px 1px rgba(232, 245, 250, 1);
    -moz-box-shadow: -1px 0px 89px 1px rgba(232, 245, 250, 1);
}

.content-detail-prevention-row > div > h2 {
    margin-top: 40px;
}

#menu-left-mobile {
    display: none;
}

.menu-left > ul {
    /*font-family: 'Gotham Pro';*/
    /*font-size: 14px;*/
    /*line-height: 16px;*/
    /*line-height: var(--lineheight-small);*/
    font-weight: var(--font-medium);
    color: #029fb0;
    padding-right: 12%;
    padding-top: 2%;
}

.menu-left > ul > li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-3);
}

.menu-left > ul > li > a {
    font-size: 16px;
}

.picture {
    object-fit: cover;
    width: 100%;
    height: 100%;

    margin: 30px 0 5px;

    /*height: auto;*/
    /*width: 100%;*/
}

.header__burger {
    display: none;
}

.header__burger.active:before {

}

.header__burger.active:after {

}

.header-logo__menu {
    display: none;
    margin-top: 80px;
    /*font-family: 'Gotham Pro';*/
    /*font-size: 14px;*/
    /*line-height: 16px;*/
    font-weight: 500;
    /*color: red;*/
    /*color: #029fb0;*/
    z-index: 99;
}

.content-logo__burger {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-flex-mobile {
    display: none;
}

.footer {
    background-color: var(--bg-light);
}

.footer > div {
    /*border: 1px solid red;*/
    padding-bottom: 20px;
}

.footer-flex {
    /*border: 1px solid sandybrown;*/
    display: flex;
    align-items: start;
    margin-top: 50px;
}

#footer-flex > div > p,
#footer-copyright > div > p {
    /* font-size: 16px; */
    margin-top: 2px;
}

/*.footer-flex > div > p {*/
/*line-height: calc(var(--sizeindex) * 1.2);*/
/*}*/

#contacts {
    /*border: 1px solid blue;*/
    /*height: 100%;*/
}

#footer-phones {
    /*border: 1px solid green;*/
    margin-top: 10px;
    /*padding: 1px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*!*justify-content: end;*!*/
    /*align-items: start;*/
}

#footer-phones > p {
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
    /*justify-content: end;*/
    align-items: start;
    font-weight: 700;
    line-height: 2px;
}

#footer-copyright {
    /*border: 1px solid red;*/
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

#footer-copyright > div {
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
}

.icon-skype, .icon-telegram {
    margin-top: 9px;
    max-width: 27px;
    margin-right: 20px;
}

#footer-copyright-blocksecond {
    display: flex;
    align-items: center;
}

#contacts > h3 {
    font-size: 20px;
}

.color-1 {
    color: var(--color-1);
}

.color-2 {
    color: var(--color-2);
}

.color-3 {
    color: var(--color-3);
}

/* Position child elements relative to this element */
.aspect-ratio-box {
    position: relative;
}

/* Create a pseudo element that uses padding-bottom to take up space */
.aspect-ratio-box::after {
    display: block;
    content: '';
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}

/* Image is positioned absolutely relative to the parent element */
.aspect-ratio-box img {
    /* Image should match parent box size */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    top: 0;
    right: 12vw;
    padding: 7px;
    cursor: pointer;
    /*height: 100%;*/
    /*border: 1px solid red;*/
}

.close .fa-close {
    font-size: 40px;
    /*border: 1px solid red;*/
}

.active {
    color: var(--color-1);
}

.active-alt {
    color: var(--color-blk);
}

.gradient {
    min-height: 75px;
    background-image: linear-gradient(#ebf8f9, #fdffff);
}

.facts {
    margin-top: 30px;
}

.facts > p:nth-child(even) {
    padding-bottom: 10px;
    border-bottom: 1px dotted var(--color-3);
}

.facts > p:nth-child(1) {
    margin-top: 0;
}

.facts > p > span {
    font-size: inherit;
    font-weight: bold;
}

.service-item:nth-child(3) {
    margin-top: 100px;
}

.service-item > div > ul {
    margin-left: 15px;
}

.info-flex > div > ul {
    margin-left: 15px;
}

.service-item > div > ul > li {
    list-style-type: square;
    font-size: 110%;
    line-height: inherit;
}

.info-flex > div > ul > li {
    list-style-type: square;
    font-size: 110%;
    line-height: inherit;
}

.burger-relative {
    background: dodgerblue;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 350px;
}

.burger {
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
    cursor: pointer;
    z-index: 100;
}

.burger:before,
.burger:after,
.burger div {
    background: #666666;
    content: "";
    display: block;
    height: 6px;
    border-radius: 3px;
    margin: 7px 0;
    transition: 0.5s;
}

.burger:hover:before {
    /*transform: translateY(12px) rotate(135deg);*/
}

.burger:hover:after {
    /*transform: translateY(-12px) rotate(-135deg);*/
}

.burger:hover div {
    transform: scale(0);
}

.choose-role {
    cursor: pointer;
}

.choose-role:hover {
    color: var(--color-2);
}

#roles_div p {
    line-height: 90% !important;
}

.container-image {
    /*max-width: 1200px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    /* Safari */
    /*justify-content: center;*/
}

.item-image {
    display: flex;
    max-width: 220px;
    flex-direction: column;
    justify-content: space-between;
    /*align-items: start;*/
    padding: 10px;
    margin-right: 17px;
}

.item-image > a > img {
    width: 100%;
    height: auto;
    display: block;
    padding: 3px;
    border: 2px solid var(--color-2);
    /*border-top-left-radius: 50% 50px;*/
    /*border-bottom-right-radius: 50% 30px;*/
    border-top: none;
    border-bottom: none;
    /*border-radius: 30px/90px;*/
    border-radius: 20px/70px;
    /*border-radius: 10px/50px;*/
}

.item-image > a > p {
    text-align: center;
    margin: 20px 10px 10px;
    color: var(--color-2);
    font-size: var(--font-size-normal);
    line-height: 16px;
}

p > b, p > strong, p > a, a > b {
    font-size: inherit;
}

p > b, p > strong, a > b {
    font-weight: bold;
}

.search form {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 5px;
}

.search input {
    border: 1px solid var(--color-2);
/ / width: calc(100 % - 100 px);
/ / width: 100 %;
    height: 30px;
    margin-right: 0px;
    color: #6c757d;
/ / border-right: none;
/ / padding-left: 5 px;
}

.search input:focus {
    outline: none;
}

.search input::placeholder {
    color: #6c757d;
    padding-left: 10px;
    font-size: 12px;
}

.btn-search {
    border: 1px solid var(--color-2);
    background: #fff;
    color: #6c757d;
    padding: 7px 10px 7px 10px;
    margin-left: 0px;
    font-size: 16px;
    height: 34px;
}

.searach-result {
    display: block;
    margin-bottom: 70px;
}

/*h1 {*/
    /*font-size: 1.8em;*/
    /*line-height: 1em;*/
    /*color: var(--color-2);*/
    /*padding: 20px 0 0px 0px;*/
/*}*/

.searach-result .error {
    color: red;
}

.searach-result mark {
    background-color: #fcf8e3;
    padding: 4px;
}

.searach-result h4 {
    color: var(--color-2);
    font-size: 1.4em;
    margin: 30px 0px 0px 0px;
}

.searach-result h4:hover {
    text-decoration: underline;
}

.searach-result ol > li {
    margin-left: 0px;
    list-style-type: none;
}

.searach-result .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.searach-result .page-item.active .page-link {
    background-color: var(--color-2);
    border-color: var(--color-2);
}

.searach-result .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--color-2);
    border-color: var(--color-2);
}

.searach-result .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.searach-result .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color-2);
    background-color: #fff;
    border: 1px solid var(--color-2);
}

.searach-result .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

