/****
**
*
Breadcrumbs
*
**
****/

@media screen and (max-width: 740px) {
    .breadcrumbs {
        position: absolute;
        top: 107px;
        z-index: 6;
        width: 100%;
        color: #fff;
        margin: 0;
    }
    .breadcrumbs-list li {
        color: #fff;
        opacity: 1;
    }
    .breadcrumbs-list li a::after {
        content: url('../../image/bread-arrow-w.svg');
    }
}

/****
**
*
Banner type
*
**
****/

.banner-typeBox {
    height: 717px;
    position: relative;
}

.banner-type__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-type__info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
}

.banner-type__h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 53px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
}

.banner-type__bold {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    max-width: 480px;
}

.banner-type__txt {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.95;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    max-width: 520px;
    margin-bottom: 40px;
}

.banner-type__btn {
    width: 260px;
    height: 48px;
}

@media screen and (max-width: 740px) {
    .banner-typeBox {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner-type__info {
        top: 20%;
        transform: none;
        padding: 0 4.5%;
    }
    .banner-type__h1 {
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
        color: #FFFFFF;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }
    .banner-type__bold {
        display: none;
    }
    .banner-type__txt {
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        opacity: 0.9;
        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    }
    .banner-type__btn {
        width: 100%;
        height: 60px;
    }
}

/****
**
*
Tri
*
**
****/

.tri {
    padding: 36px 0 85px;
    margin: 0;
}

.tri-item {
    width: 410px;
    height: 132px;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(109, 109, 109, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    transition: .3s;
}

.tri-item:hover {
    box-shadow: 0px 7px 48px 2px rgba(153, 153, 153, 0.1), 0px 13px 14px rgba(109, 109, 109, 0.1), 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.tri-item__info {
    margin-left: 21px;
}

.tri-item__title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    max-width: 220px;
}

.tri-item__txt {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.9;
    max-width: 234px;
}

.tri-list {
    justify-content: space-between;
}

@media screen and (max-width: 1100px) {
    .tri {
        overflow: hidden;
    }
    .tri-item {
        width: calc(60%)
    }
    .tri-pagination {
        display: flex;
        justify-content: center;
        margin-top: 26px;
    }
    .tri .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #06BBFE;
        opacity: 0.7;
        margin: 0 8px!important;
    }
    .tri .swiper-pagination-bullet-active {
        transform: scale(1.6);
        opacity: 1;
    }
}

@media screen and (max-width: 740px) {
    .tri {
        padding: 36px 0 84px;
    }
    .tri-item {
        width: 94.3%;
    }
    .tri-pagination {
        margin-top: 23px;
    }
}

/****
**
*
About
*
**
****/

.about-tabs {
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    background: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #4BCEFE;
    box-sizing: border-box;
}

.about-tab {
    padding: 0 auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(22, 26, 29, 0.6);
    cursor: pointer;
    transition: .3s;
}

.about-tab.active:hover {
    background: #00A6E3;
    border-radius: 5px;
    color: #FFFFFF;
}

.about-tab.active:active {
    background: #008ABC;
    border-radius: 5px;
    color: #FFFFFF;
}

.about-tab.active {
    background: #06BBFE;
    border-radius: 5px;
    color: #FFFFFF;
}

.about-list {
    margin-top: 34px;
}

.about-item {
    display: none;
}

.about-item.active {
    display: flex;
}

.about-left {
    width: 630px;
}

.about-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.about-txt {
    font-size: 16px;
    line-height: 22px;
    color: rgba(22, 26, 29, 0.9);
}

.about-right {
    width: 630px;
    position: relative;
}

.about-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-more {
    display: none;
}

@media screen and (max-width: 1100px) {
    .about {
        overflow: hidden;
    }
    .about-right {
        width: 100%;
        height: 472px;
        margin-top: 32px;
    }
    .about-left {
        width: 100%;
    }
    .about-tabs__list {
        overflow: scroll;
        padding-bottom: 15px;
    }
    .about-tabs {
        min-width: 904px;
        width: 100%;
    }
    .about-txt span {
        display: none;
    }
    .about-more {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #06BBFE;
        opacity: 0.9;
        margin-top: 14px;
        display: block;
    }
    .about-more img {
        margin-left: 10px;
    }
}

@media screen and (max-width: 740px) {
    .about-title {
        display: none;
    }
    .about-list {
        margin-top: 20px;
    }
}

/****
**
*
Banner
*
**
****/

.banner {
    overflow: hidden;
}

.banner-bg {
    width: 104%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.banner-box {
    position: relative;
}

.banner-call {
    position: absolute;
    left: 80px;
    top: 42px;
}

.banner-call__info {
    margin-left: 18px;
}

.banner-call__txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}

.banner-call__number {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
}

.banner-form {
    position: absolute;
    top: 39px;
    right: 61px;
}

.banner-formOpac {
    opacity: 1;
}

.banner-formGotIt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    text-align: center;
}

.banner-form.sended .banner-formOpac {
    opacity: 0;
}

.banner-form.sended .banner-formGotIt {
    opacity: 1;
}

.banner-formGotIt span {
    font-size: 18px;
    display: block;
    text-align: center;
}

.banner-form-txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 13px;
}

.banner-input {
    width: 250px;
    height: 48px;
}

.banner-btn {
    width: 188px;
    height: 48px;
    margin-left: 15px;
}

.banner-bg-mobile {
    display: none;
}

@media screen and (max-width: 1100px) {
    .banner-bg {
        display: none;
    }
    .banner-bg-mobile {
        display: block;
        margin: 0 auto;
    }
    .banner-call img {
        display: none;
    }
    .banner-call {
        width: 100%;
        text-align: center;
        top: 71px;
        left: unset;
    }
    .banner-call__info {
        margin-left: 0;
        width: 100%;
    }
    .banner-call__txt {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #161A1D;
        margin-bottom: 10px;
    }
    .banner-call__number {
        font-weight: 500;
        font-size: 36px;
        line-height: 43px;
        color: #06BBFE;
    }
    .banner-form {
        top: 532px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 375px;
    }
    .banner-form-txt {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #000000;
        margin-bottom: 35px;
    }
    .banner-input {
        width: 100%;
        height: 56px;
    }
    .banner-btn {
        margin-left: 0;
        width: 100%;
        margin-top: 36px;
        height: 56px;
    }
}

@media screen and (max-width: 740px) {
    .banner-bg-mobile {
        max-width: 110%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    .banner-call {
        top: 9%;
    }
    .banner-form {
        width: 86%;
        top: 62%;
        max-width: 375px;
    }
    .banner-btn {
        margin-top: 12px;
    }
    .banner-form-txt {
        margin-bottom: 18px;
    }
}

/****
**
*
Sertificates
*
**
****/

.sert-img {
    display: block;
    width: 300px;
    height: 435px;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    transition: .3s;
}

.sert-img:hover {
    box-shadow: 0px 7px 40px 5px rgba(139, 139, 139, 0.1), 0px 8px 16px 5px rgba(0, 0, 0, 0.06), 0px 2px 34px 10px rgba(0, 0, 0, 0.06);
}

.sert-img img {
    width: 300px;
    object-fit: cover;
}

@media screen and (max-width: 1100px) {
    .sertificates {
        overflow: hidden;
    }
    .sertificates-list {
        flex-wrap: nowrap;
    }
    .sertificates-swiper {
        padding: 20px 0;
    }
    .sertificates-paginations {
        display: flex;
        justify-content: center;
        margin-top: 26px;
    }
    .sertificates .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #06BBFE;
        opacity: 0.7;
        margin: 0 8px!important;
    }
    .sertificates .swiper-pagination-bullet-active {
        transform: scale(1.6);
        opacity: 1;
    }
}

/****
**
*
Doctors
*
**
****/

.doc-item {
    width: 300px;
    height: 464px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.06), 0px 2px 8px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin-right: 30px;
    margin-bottom: 30px;
    transition: .3s;
}

.doc-item:hover {
    box-shadow: 0px 7px 40px 5px rgba(139, 139, 139, 0.1), 0px 8px 16px 5px rgba(0, 0, 0, 0.06), 0px 2px 34px 10px rgba(0, 0, 0, 0.06), 0px 0px 7px rgba(0, 0, 0, 0.04);
}

.doc-item:nth-child(4n) {
    margin-right: 0;
}

.doc-pic {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.doc-info {
    box-sizing: border-box;
    padding: 12px 0 0 19px;
}

.doc-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    min-height: 48px;
    margin-bottom: 3px;
}

.doc-type {
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 26, 29, 0.8);
}

.doc-btn {
    position: absolute;
    bottom: 30px;
    left: 19px;
    width: calc(100% - 19px - 21px);
    height: 48px;
}

@media screen and (max-width: 1100px) {
    .doc-item {
        width: calc(50% - 15px);
    }
    .doc-item:nth-child(4n) {
        margin-right: 30px;
    }
    .doc-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 740px) {
    .doc-item {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

/****
**
*
Free
*
**
****/

.free-sended {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    align-content: center;
    opacity: 0;
    pointer-events: none;
}

.free-sended span {
    display: block;
    font-size: 24px;
    width: 100%;
    margin-bottom: 8px;
}

.free-box {
    box-sizing: border-box;
    padding: 0 30px;
    height: 168px;
    background: #FFFFFF;
    box-shadow: 0px 19px 30px 14px rgba(176, 176, 176, 0.08), 0px 12px 31px 7px rgba(121, 121, 121, 0.1);
    border-radius: 2px;
}

.free.sended .free-sended {
    opacity: 1;
}

.free-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.free-form {
    align-items: flex-end;
}

.free-input {
    width: 300px;
    height: 48px;
}

.free-inputName {
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 26, 29, 0.8);
    opacity: 0.8;
    margin-bottom: 4px;
}

.free-inputBox {
    margin-right: 30px;
}

.free-btn {
    width: 217px;
    height: 48px;
}

@media screen and (max-width: 1100px) {
    .free-box {
        height: auto;
        display: block;
        padding: 30px 30px 40px;
    }
    .free-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .free-form {
        display: block;
    }
    .free-input {
        width: 100%;
    }
    .free-inputBox {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .free-btn {
        width: 100%;
    }
}