/****
**
*
Doctor
*
**
****/

.doctor-img {
    width: 520px;
    display: block;
    object-fit: cover;
}

.doctor-info {
    width: 740px;
}

.doctor-name {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #161A1D;
    margin-bottom: 30px;
}

.doctor-about {
    margin-bottom: 44px;
}

.doctor-about li {
    margin-right: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #161A1D;
}

.doctor-about li:last-child {
    margin-right: 0;
}

.doctor-text {
    font-size: 16px;
    line-height: 21px;
    color: #161A1D;
    opacity: 0.9;
    margin-bottom: 50px;
}

.doctor-btn {
    width: 260px;
    height: 48px;
}

@media screen and (max-width: 1100px) {
    .doctor-img {
        width: 36%;
    }
    .doctor-info {
        width: 60%;
    }
}

@media screen and (max-width: 1190px) {
    .doctor-img {
        width: 48%;
    }
    .doctor-info {
        width: 48%;
    }
}

@media screen and (max-width: 900px) {
    .doctor-img {
        width: 100%;
        margin-bottom: 38px;
    }
    .doctor-info {
        width: 100%;
    }
    .doctor-btn {
        width: 100%;
    }
}

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

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

.tri-item {
    width: 410px;
    height: 100px;
    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: 18px;
    line-height: 22px;
    opacity: 0.9;
    max-width: 264px;
}

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

@media screen and (max-width: 1024px) {
    .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;
    }
}

/****
**
*
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: 1024px) {
    .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;
    }
}

/****
**
*
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: 1024px) {
    .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%;
    }
}