button {
    cursor: pointer;
    background-color: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h1,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
    margin: 0;
}

picture {
    display: block;
}

/* main */

body.lock {
    overflow: hidden;
}

.doc__container  {
    max-width: 1110px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding: 24px 0 0px 0;
    gap: 50px;
    display: flex;
    flex-direction: column;
}

.doc-info__wrap {
    display: flex;
    gap: 60px;
}

.doc__img {
    min-width: 357px;
    height: auto;
}

.doc__img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doc__info {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.doc__title h1 {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    color: #252525;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}

.descr>p {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}

.info-item-text p {
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.info__wrapp {
    position: relative;
}

.info__wrapp::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 4px;
    right: 0;
    bottom: 0;
    background: #4DC5C3;
}

.info-item-text span,
.info-item-text a {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.info-item {
    gap: 8px;
    display: flex;
}

.info-item img {
    width: 30px;
    height: 30px;
}

.footer-info__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    gap: 60px;
}

.btn {
    cursor: pointer;
}

.btn>button {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    background: #4DC5C3;
    padding: 17px 66px;
    border: none;
}

.info__wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F2F5F4;
    padding: 25px;
    gap: 30px;
    margin-bottom: 65px;
}

.price-service {
    color: rgba(37, 37, 37, 0.45);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}

.price-service span {
    color: #4DC5C3;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.col-2 {
    flex-basis: calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
}

.doc-tab-content {
    display: none;
}

.doc-tab-content.active {
    display: flex;
}

.doc-popup {
    display: none;
}

.doc-tabs__active {
    display: none;
}

.doc-tab {
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding: 20px 0;
    border: none;
}

.doc-tab::before {
    content: '';
    width: 0;
    height: 1px;
    background: #4DC5C3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: width .3s cubic-bezier(0, -0.4, 0.28, 0.57);
}


.doc-tab.active {
    color: #4DC5C3;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.doc-tab.active::before {
    width: 100%;
}

.docs-tab-container {
    width: 100%;
}

.doc-tabs__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
    border-bottom: 1px solid #D6E5E0;
    border-top: 1px solid #D6E5E0;
}

.about {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.about p {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.education h4 {
    color: #4DC5C3;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
}

.education ul li span {
    color: #252525;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.education ul li {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    list-style-type: none;
}

.education ul li::before {
    content: "\2022";
    color: #1EBB92;
    font-weight: bold;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
}

.education ul {
    margin-bottom: 40px;
}

.licenses {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    gap: 20px;
}

.swiper.licenses__swiper {
    display: none;
}

/* faq */

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
}

.faq-question::before {
    position: absolute;
    content: '';
    background-color: #D7E2FF;
    height: 2px;
    width: 100%;
    bottom: 30px;
}

.faq-question h3 {
    color: #3F578B;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
}

.faq-btn {
    margin-top: 40px;
}

.faq-btn button {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    white-space: nowrap;
}


.faq_hide-item__content {
    padding: 0 24px;
    pointer-events: none;
    max-height: 0;
    transition: max-height .4s ease, padding .2s ease;

    &.active {
        padding: 24px;
        pointer-events: all;
    }
}

.faq__hide-item__title {
    background: #F2F5F4;
    padding: 27px;
    width: 100%;
    display: flex;
}

.faq__head-name {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.faq_hide-item__content.active {
    padding: 25px;
}

.faq__hide-item {
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.faq__hide-item:last-child {
    margin-bottom: 40px;
}

.faq-hide-item_max-height>p  {
    color: #3F578B;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.faq-hide-item_max-height {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

/* videogallery */

.gallery__wrapper-video {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 20px;
}

.video-col-4 {
    flex-basis: calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
}

.video-item {
    position: relative;
    max-width: 263px;
    max-height: 350px;
    height: 100%;
}

.video {
    width: 100%;
    height: 100%;
    border-radius: 5px;


}

.video[poster] {
    width: 100%;
    object-fit: cover;
    height: 350px;

}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.play-button.hide {
    display: none;
}

.gallery__video p {
    max-width: 263px;
    color: #252525;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background-color: #F2F5F4;
    padding: 20px;
    border-radius: 5px;

}

/* schedule */

.schedule {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 694px;
    gap: 8px;
}

.schedule__item {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.line {
    border-bottom: 1px solid #D6E5E0;
    width: 100%;
    border-bottom-style: dashed;
}

.schedule__item span {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.schedule-time span {
    color: #4DC5C3;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    white-space: nowrap;
}


/* modal */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(7, 22, 55, 0.66);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: scroll;
    padding: 60px 15px;
    visibility: hidden;
}

.hidden {
    overflow: hidden;
}

.modal_active {
    position: fixed;
    top: 0;
    opacity: 1;
    transition: .3s;
    visibility: visible;
}

.modal__content {
    max-width: 1170px;
    padding: 45px 60px;
    background: #f9f9f9;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 5px 15px black;
    border-radius: 10px;
}

.modal__close-button {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    cursor: pointer;
    transition: .3s;
    outline: none;
}

.modal__close-button:hover {
    transition: .3s;
    transform: rotate(180deg);
}

.faq-modal-title {
    color: #252525;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    max-width: 408px;
    margin-bottom: 25px;
}

.faq input,
.faq-textarea {
    border-radius: 5px;
    border: 1px solid #D4E2FC;
    color: #1B315F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding: 15px 20px;
    width: 100%;
}


input::placeholder {
    color: #B9BEC7;
}

.modal-btn {
    width: 100%;
}

.modal-btn button {
    margin: 0 auto;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.faq-textarea {
    resize: none;
    min-height: 200px;
    overflow-y: auto;
}

.faq__hide-item__title {
    padding-right: 60px;
    position: relative;
}

.faq__hide-item__title::before,
.faq__hide-item__title::after {
    display: block;
    content: '';
    background: #4DC5C3;
    position: absolute;

}

.faq__hide-item__title::after {
    width: 20px;
    height: 2px;
    right: 15px;
    top: 30px;
}

.faq__hide-item__title::before {
    width: 2px;
    height: 20px;
    right: 24px;
    top: 21px;
    transition: transform .4s ease;
}

.faq__hide-item__title.active::before {
    transition: transform .4s ease;
    transform: rotate(90deg);
    ;
}

/* articles */

.articles {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.articles__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
    position: relative;

}

.articles__item::before {
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #D6E5E0;

}

.articles__item a {
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-decoration-line: underline;
}

.articles__item span {
    color: #4DC5C3;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}


@media (min-width: 600px) {
    .custom__swiper-wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .custom__swiper-slide {
        flex-basis: calc((100% - 40px) / 3);
    }
}

@media (min-width: 1000px) {

    .custom__swiper-slide {
        flex-basis: calc((100% - 60px) / 4);
    }
}

@media (min-width: 1200px) {

    .custom__swiper-slide {
        flex-basis: calc((100% - 20px) / 2);
    }
}

@media (min-width: 1300px) {

    .custom__swiper-slide {
        flex-basis: calc((100% - 60px) / 4);
    }
}

@media (max-width: 1124px) {
    .col-2 {
        flex-basis: 100%;
        width: 100%;
    }

    .info__wrapp::before {
        position: absolute;
        content: '';
        height: 4px;
        width: 100%;
        bottom: 0;
        background: #4DC5C3;
    }

    .footer-info__wrap {
        flex-direction: column;
        gap: 25px;
    }

    .doc__img {
        max-width: 357px;
        height: auto;
    }

    .doc__container {
        padding: 20px 15px 0 15px;
    }

    .doc-info__wrap {
        gap: 25px;
    }

    .doc__title  {
        margin-bottom: 0;
    }

    .doc__img {
        width: 350px;
        height: 380px;
    }
}



@media (max-width: 1754px) {

    .doc__title>h1 {
        font-size: 36px;
    }

    .doc__title>h1>span {
        font-size: 36px;
    }

    .info__wrapp {
        row-gap: 20px;
        margin-bottom: 25px;
    }

    .doc__title {
        margin-bottom: 18px;
    }

    .descr>p {
        margin-bottom: 25px;
    }

    .descr>p::after {
        bottom: -18px;
    }

    .row {
        font-size: 14px;
    }

    .faq-question {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .faq-question::before {
        bottom: 20px;
    }

    .faq-question h3 {
        font-size: 24px;
    }

    .video-col-4 {
        flex-basis: calc((100% - 40px) / 3);
        width: calc((100% - 40px) / 3);
    }
}


@media (max-width: 1200px) {
    .doc__container {
        flex-direction: column;
    }
}


@media (max-width: 900px) {
    .doc-info__wrap {
        flex-direction: column-reverse;
    }
}

@media (max-width: 800px) {

    /* faq */

    .faq_hide-item__content.active {
        padding: 20px;
    }

    .faq__hide-item__title {
        padding: 15px;
    }

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

    .faq {
        gap: 10px;
    }

    .video-col-4 {
        flex-basis: calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
    }

}

@media (max-width: 700px) {
    .doc-tab {
        font-size: 12px;
    }

    .col-3 {
        flex: 0 1 calc(50% - 10px);
    }
}

@media (max-width: 610px) {

    .doc-info__wrap {
        gap: 10px;
    }

    .doc__title h1 {
        font-size: 24px;
    }

    .descr>p {
        font-size: 14px;
    }

    .doc_tabs__container {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .2);
        z-index: 10000;
        opacity: 0;
        pointer-events: none;
        transition: opacity .15s ease;
        overflow-y: auto;
    }

    .doc_tabs__content {
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 70px 20px 20px;
    }

    .doc-tabs__wrapper {
        background-color: #fff;
        border-radius: 5px;
        scale: 0.4;
        transition: scale .4s ease;
    }

    .doc-tab {
        padding: 5px 0;
    }

    .doc__tabs.active .doc_tabs__container {
        opacity: 1;
        pointer-events: all;
    }

    .doc__tabs.active .doc-tabs__wrapper {
        scale: 1;
    }

    .doc-tabs__active {
        display: block;
        background: #4DC5C3;
        ;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
        padding: 12px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .doc-tabs__active::after {
        display: block;
        content: '';
        width: 10px;
        height: 5px;
        background: url('../images/img/arrow.svg') center center no-repeat;
        background-size: cover;
        transition: transform .2s ease;

    }

    .doc__tabs.active .doc-tabs__active::after {
        transform: rotate(180deg);
    }

    .faq-question {
        padding-bottom: 25px;
    }

    .faq-hide-item_max-height {
        gap: 10px;
    }


    .doc__body p {
        color: #252525;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }

    .table {
        display: flex;
    }

    .row {
        display: flex;
        flex-direction: column;
    }

    .row-first {
        flex: 1 0 30%;
    }

    .row-second {
        flex: 1 0 70%;
    }

    .row-second .cell:first-child {
        border-radius: 0 5px 0 0;
    }

    .row-second .cell:last-child {
        border-radius: 0 0 5px 0;

    }

    .row-first .cell:first-child {
        border-radius: 5px 0 0 0;
    }

    .row-first .cell:last-child {
        border-radius: 0 0 0 5px;
    }

    .licenses {
        display: none;
    }

    .swiper.licenses__swiper {
        display: flex;
    }

    .licenses__swiper {
        width: 600px;
        height: 300px;
    }

    .doc-tabs__wrapper {
        margin-bottom: 25px;
        border-bottom: 0;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .doc-tab::before {
        display: none;
    }

    .doc-tab {
        margin-bottom: 0;
        font-size: 16px;
    }

    /* faq */
    .faq-question {
        gap: 15px;
    }

    .faq-question h3 {
        font-size: 20px;
    }

    .faq-btn button {
        font-size: 16px;
    }

    .faq-question::before {
        display: none;
    }

    .panel-body {
        display: none;
    }

    .panel-body.active {
        display: flex;
        flex-direction: column;
    }

    .education h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .education ul li {
        font-size: 14px;
    }

    .education ul li span {
        font-size: 14px;
    }

    .education ul {
        margin-bottom: 25px;
    }

    p.base {
        font-size: 16px;
    }

    p.bold {
        font-size: 16px;
    }

    .doc__container {
        padding: 30px 15px 0 15px;
    }

    .doc-btn>button {
        width: 100%;
        margin-bottom: 25px;
    }

    /* videogallery */

    .gallery__video__swiper {
        display: flex;
    }

    .gallery__wrapper-video {
        display: none;
    }

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

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

    .schedule__item {
        padding: 0;
    }

    .schedule__item::before {
        display: none;
    }

    .schedule {
        gap: 10px;
    }
    .social__link a img {
        padding: 7px;
        max-width: 60px;
        max-height: 60px;
        min-height: 60px;
    }

    .social__link {
        position: absolute;
        bottom: 0%;
        left: 30%;
    }

    .doc__img {
        margin-bottom: 20px;
    }

    .articles__item::before {
        display: none;
    }

    .articles__item {
        flex-direction: column;
    }

    .articles__item {
        padding: 12px 0;
    }

    .articles__item a {
        font-weight: 600;
    }
}

@media (max-width: 400px) {
    .social__link {
        position: absolute;
        bottom: 0%;
        left: 20%;
    }
}
.social-link__wrapp{
    display: flex;
}

.doc__reviews {
    width: 100%;
    max-width: 100%;
}
