/*
  Theme Name: amedical
  Author: alexsteel
  Author URI: https://site.com
  Text Domain: amedical
  Theme URI: https://site.com
  Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
  Requires at least: 6.1
  Tested up to: 6.2
  Requires PHP: 5.6
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:focus {
    outline: none;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.single_content h2 {
    line-height: 1.4;
}
.single_content h1 {
    line-height: 1.4;
}
body {
    font-family: "Istok Web", serif;
    font-weight: 400;
    font-style: normal;
    background: #131313;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body.logged-in .header {
    margin-top: 28px;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
}
img {
    height: 100%;
    width: 100%;
}
a {
    text-decoration: none;
}
section {
    display: block;
}

.dash_left {
    position: relative;
    padding-left: 35px;
}
.dash_left:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 1px;
    background-color: #0C8481;
}
.bg_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline;
    margin-bottom: 15px;
}
.bg_title {
    font-size: 40px;
}

@media only screen and (max-width: 600px) {
    .bg_title {
        font-size: 30px;
    }
}



@media only screen and (max-width: 1680px) {
    .container {
        max-width: 1380px;
    }
}
@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}
@media only screen and (max-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1280px) {
    .container {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        max-width: 960px;
    }
}
/*modal*/
.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: -30px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.modal-bg {
    position: absolute;
    background: rgb(32 34 34 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 999;
}

.modal-container {
    position: relative;
    padding: 10px;
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 50px;
    background: #202222;
    z-index: 9999;
}
.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    outline: none;
    appearance: none;
    color: red;
    background: none;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
}
.modal-container .cf_right span textarea {
    height: 80px;
}
.modal-container .footer__block-social {
    margin-bottom: 30px;
}
.modal_exit_btn {
    width: 20px;
    position: absolute;
    top: 15px;
    right: 25px;
}
.modal_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    color: #38ADA5;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.wpcf7-spinner {
    display: none;
}
.modal-container > .modal-exit {
    position: absolute;
    top: 0;
    right: 0;
}
.modal-container > .modal-exit svg {
    width: 40px;
    height: 40px;
}
form.wpcf7-form label {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}
/*modal end*/

/*hero*/

.hero {
    position: relative;
    height: 100vh;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}
.hero:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #202222;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.hero_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.hero_content {
    padding-top: 10%;
}
.hero_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 115px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.hero_btn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 40px;
    width: 376px;
    height: 63px;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    background: #0C8481;
}
@media only screen and (max-width: 1680px) {
    .hero_title {
        font-size: 60px;
        line-height: 70px;
    }
    .hero_btn a {
        width: 320px;
        height: 55px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 600px) {
    .hero_content {
        padding: 0 16px;
    }
    .hero_title {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .hero_block {
        justify-content: center;
    }


}
/*hero end*/

/*herov2*/

.single_services_hero {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    background-position: center;
}
.single_services_hero:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background: #202222;
    opacity: .7;
    width: 100%;
    height: 100%;
}
.single_services_title {
    position: relative;
    margin-top: 200px;
}
.single_services_title h1 {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 90px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.single_services_bgtitle {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 202px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
    text-stroke: 2px rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 50%);
    width: 100%;
}
@media only screen and (max-width: 1680px) {
    .single_services_bgtitle {
        font-size: 80px;
    }
    .single_services_title h1 {
        font-size: 70px;
    }
}
@media only screen and (max-width: 600px) {
    .single_services_bgtitle {
        font-size: 30px;
    }
    .single_services_title h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .single_services_hero {
        margin-bottom: 10px;
        line-height: 35px;
    }



}

/*herov2 end*/

/*about_us*/
.about_us {
    position: relative;
    padding: 70px 0;
}
.about_us_content {
    display: flex;
    align-items: center;
    gap: 100px;
}
.about_us_img {
    width: 100%;
    flex: 0 0 565px;
}
.about_us_img img {
    max-width: 565px;
    width: 100%;
    object-fit: contain;
}
.about_us_label {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #38ADA5;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.about_us_label:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 1px;
    background-color: #0C8481;
}
.about_us_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 95px;
    display: inline;
    text-transform: uppercase;
    color: #000000;
    background: #38ADA5;
    margin-bottom: 30px;
}
.about_us_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    margin-top: 30px;
}
.about_us_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.about_us_item:last-child {
    margin-bottom: 0px;
}
.about_us_item_logo {
    border: 1px solid #0C8481;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.about_us_item_logo img {
    width: 48px;
    height: auto;
    object-fit: contain;
}
.about_us_item_number {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 86px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #38ADA5;
}
.about_us_item_text {
    color: #ffffff;
    font-family: Istok Web;
    font-size: 40px;
    font-weight: 700;
    line-height: 57.58px;
    text-align: left;
}
@media only screen and (max-width: 1680px) {
    .about_us_title {
        font-size: 38px;
        line-height: 70px;
    }
    .about_us_item_logo {
        width: 70px;
        height: 70px;
    }
    .about_us_item_logo img {
        width: 40px;
    }
    .about_us_text {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .about_us_item_text {
        font-size: 25px;
    }
    .about_us_item_number {
        font-size: 30px;
    }
    .about_us_item {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .about_us_content {
        flex-direction: column;
        padding: 0 16px;
    }
    .about_us_img {
        display: none;
    }
    .about_us_title {
        font-size: 24px;
    }
    .about_us_info {
        width: 100%;
    }
    .about_us_item_number,
    .about_us_item_text {
        font-size: 20px;
        line-height: 30px;
    }
    .about_us_item_logo {
        width: 70px;
        height: 70px;
    }
    .about_us_item_logo img {
        font-size: 40px;
    }
    .about_us_label {
        margin-bottom: 0px;
    }
}
/*about_us end*/


/*services*/
.services {
    position: relative;
    padding: 50px 0;
    background: #202222;
}
.services_label {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #38ADA5;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.services_label span:nth-child(2) {
    padding: 0 10px;
}
.services_label span:last-child {
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 1px;
    background-color: #38ADA5;
}
.services_label span:first-child {
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 1px;
    background-color: #38ADA5;
}
.services_title {
    text-align: center;
    margin-bottom: 40px;
}
.services_title span{
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline-block;
    height: 75px;
}
.services_cards {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}
.services_card {
    flex: 0 1 calc(25% - 40px);
    padding-top: 60px;
    padding-bottom: 60px;
}
.services_card:nth-child(2) {
    margin-top: 30px;
}
.services_card:nth-child(3) {
    margin-top: 60px;
}
.services_card:nth-child(4) {
    margin-top: 90px;
}
.services_card:nth-child(5) {
    margin-top: 120px;
}
.services_card_logo {
    text-align: center;
}
.services_card_logo img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}
.services_card_title {
    text-align: center;
    padding: 40px 0;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.services_card:first-child .services_card_title {
    color: #000000;
}
.services_card_btn {
    text-align: center;
}

.services_card_btn a {
    color: #ffffff;
    text-decoration: none;
    font-family: Istok Web;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.03px;
    padding: 5px 17px;
    border: 1px solid #ffffff;
}
.services_card:first-child .services_card_btn a {
    color: #202222;
    text-decoration: none;
    font-family: Istok Web;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.03px;
    padding: 5px 17px;
    border: 1px solid #000000
}
@media only screen and (max-width: 1680px) {
    .services_title span {
        font-size: 60px;
        height: 54px;
    }
    .services_card {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .services_card_logo img {
        width: 100px;
        height: 100px;
    }
    .services_card_title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .services_content {
        padding: 0 16px;
    }
    .services_cards {
        flex-direction: column;
    }
    .services_title span {
        font-size: 24px;
        height: 23px;
    }
    .services_card {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 20px 0;
    }
    .services_cards {
        gap: 20px;
    }
    .services_card:nth-child(2) {
        margin-top: 0px;
    }
    .services_card:nth-child(3) {
        margin-top: 0px;
    }
    .services_card:nth-child(4) {
        margin-top: 0px;
    }
    .services_card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .services_card_logo {
        grid-area: 1 / 1 / 3 / 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .services_card_title {
        grid-area: 1 / 2 / 2 / 3;
        text-align: left;
        padding: 0;
        line-height: 60px;
    }
    .services_card_btn {
        grid-area: 2 / 2 / 3 / 3;
        text-align: left;
    }
    .services_card_logo img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .services_label {
        justify-content: flex-start;
    }
    .services_label span:last-child {
        display: none;
    }
    .services_title {
        text-align: left;
    }
}
/*services_end*/


/*doctor*/
.doctor {
    position: relative;
    padding: 60px 0;
    background: #202222;
}
.doctor_content {
    display: flex;
    align-items: center;
    position: relative;
    gap: 100px;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.doctor_img {
    width: 100%;
    flex: 0 0 610px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.doctor_img img {
    max-height: 520px;
    object-fit: contain;
    height: 100%;
}
.doctor_position {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #202222;
}
.doctor_position:before {
    background-color: #202222;
}
.doctor_name {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.doctor_info {
    padding-top: 100px;
}
.doctor_link {
    position: absolute;
    right: 0;
    bottom: 0;
    bottom: -7px;
}
.doctor .container {
    position: relative;
    height: 600px; /* Висота секції */
    display: flex;
    align-items: center;
    justify-content: center;
}

.diagonal-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 470px;
    background-color: #5CC3B5;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    z-index: 1;
}
@media only screen and (max-width: 1680px) {
    .doctor_name {
        font-size: 40px;
        line-height: 55px;
    }
    .doctor_position {
        font-size: 19px;
        text-align: left;
    }
    .doctor_info {
        padding-top: 149px;
    }
}
@media only screen and (max-width: 600px) {
    .doctor_img {
        width: 100%;
        flex: 0 0 100%;
    }
    .doctor_img img {
        max-height: 350px;
        object-fit: contain;
        height: 100%;
    }
}
/*doctor_end*/


/*features*/
.features {
    position: relative;
    padding: 60px 0;
}
.features_label {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #38ADA5;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.features_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline-block;
    height: 75px;
    margin-bottom: 150px;
}
.features_items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features_item_top {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.features_items_img {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
}
.features_items_img img {
    opacity: 0.6;
}
.features_item {
    padding: 16px;
    background-color: #ffffff;
    flex: 0 0 500px;
    margin-bottom: 60px;
    position: relative;
}
.features_item_img img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 16px;
}
.features_item_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 37px;
    text-transform: uppercase;
    color: #202222;
}
.features_item_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #8E8E8E;
}
@media only screen and (max-width: 1680px) {
    .features_label {
        margin-bottom: 5px;
    }
    .features_title {
        font-size: 50px;
        height: 54px;
    }
    .features_item_top {
        margin-bottom: 10px;
    }
    .features_item_title {
        font-size: 20px;
    }
    .features_item {
        margin-bottom: 40px;
    }
    .features_item_text {
        font-size: 18px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 600px) {
    .features_content {
        padding: 0 16px;
    }
    .features_items_img {
        display: none;
    }
    .features_item {
        flex: 0 0 100%;
        margin-bottom: 25px;
    }
    .features_title {
        font-size: 24px;
        height: 22px;
        margin-bottom: 50px;
    }
    .features_item {
        padding: 0px;
    }
    .features_item_top {
        padding: 10px 10px 0 10px;
    }
    .features_item_text {
        padding: 0 10px 10px 10px;
    }
}
/*features_end*/


/*video*/
.video {
    position: relative;
    padding: 60px 0;
}
.video_content {
    display: flex;
    align-items: center;
    gap: 50px;
}
.video_left {
    flex: 0 1 calc(50% - 50px);
}
.video_left iframe {
    width: 100% !important;
}
.video_info {
    flex: 0 1 calc(50% - 50px);
}
.video_label {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #38ADA5;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.video_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline;
    margin-bottom: 15px;
}
.video_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1680px) {
    .video_title {
        font-size: 50px;
        line-height: 54px;
    }
    .video_text {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 1440px) {
    .video_title {
        font-size: 40px;
        line-height: 54px;
    }
}
@media only screen and (max-width: 600px) {
    .video_content {
        flex-direction: column-reverse;
        padding: 0 16px;
        gap: 20px;
    }
    .video_left iframe {
        width: 100% !important;
        height: 220px;
    }
    .video_title {
        font-size: 24px;
    }
    .video_text {
        font-size: 12px;
        line-height: 18px;
    }
    .video_left {
        width: 100%;
    }
}
/*video end*/


/*specialists*/

.specialists {
    position: relative;
    padding: 60px 0;
}
.specialists_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline-block;
    margin-bottom: 50px;
    height: 65px;
}

.specialists_items > .specialists_item {
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    background-position: bottom center;
    background-size: contain;
    box-shadow: inset 0px -120px 60px 50px #ffffffc4;
}
.specialists_item a {
    position: absolute;
    top: -1px;
    right: 0;
}
.specialists_item_block {
    padding: 40px;
}
.specialists_item_name {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #131313;
    position: relative;
    text-align: left;
}
.specialists_item_position {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #0C8481;
    position: relative;
    text-align: left;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.specialists_items {
    padding-bottom: 50px;
}
.specialists_swiper .swiper-pagination.swiper-pagination-bullets {
    bottom: 10px;
}
.specialists_swiper .swiper-pagination-bullet {
    background: #393939;
    width: 15px;
    height: 15px;
}
.specialists_swiper .swiper-pagination-bullet-active{
    background: #0C8481;
}
@media only screen and (max-width: 1680px) {
    .specialists_title {
        font-size: 50px;
        height: 54px;
    }
    .specialists_item_block {
        padding: 20px;
    }
    .specialists_item a svg {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (max-width: 600px) {
    .specialists_content {
        padding: 0 16px;
    }
    .specialists_title {
        font-size: 24px;
        height: 23px;
    }
}
/*specialists end*/


/*review*/
.review {
    position: relative;
    padding: 60px 0;
}
.review_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline-block;
    height: 75px;
    text-align: left;
    margin-bottom: 50px;
}
.review_item {

}
.review_item_content {
    padding: 58px 40px;
    display: flex;
    align-items: center;
}
.review_item_block {
    text-align: left;
}
.review_item_img {
    margin-right: 40px;
}
.review_item_img img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.review_item_name {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: #131313;
    margin-bottom: 16px;
}
.review_item_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    color: #2E6B75;
}
.review_swiper-pagination {
    text-align: center;
    margin-top: 15px;
}
.review_swiper-pagination .swiper-pagination-bullet {
    background: #393939;
    width: 15px;
    height: 15px;
}
.review_swiper-pagination .swiper-pagination-bullet-active{
    background: #0C8481;
}
@media only screen and (max-width: 1680px) {
    .review_title {
        font-size: 50px;
        height: 46px;
    }
}

/*review end*/

/*blog_home*/
.blog_home_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline-block;
    height: 75px;
    text-align: left;
    margin-bottom: 50px;
}
.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;

}
.blog_home_item {
    max-width: 400px;
    width: 100%;
    max-height: 400px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.blog_home_item_bg {
    height: 100%;
    width: 100%;
    position: relative;
    background-position: bottom center;
    background-size: cover;
}
.blog_home_item_bg:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background: #202222;
    opacity: .15;
}
.div1 {
    grid-area: 1 / 1 / 2 / 2;
}
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 1 / 4 / 2 / 5; }
.div5 {
    grid-area: 2 / 1 / 4 / 4;
    max-width: 1280px;
    width: 100%;
    max-height: 847px;
    height: 100%;

}
.div6 { grid-area: 2 / 4 / 3 / 5; }
.div7 { grid-area: 3 / 4 / 4 / 5; }
.blog_home_item.div5 .blog_home_item_title a {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.blog_home_item_title {
    padding: 14px;
    position: relative;
}
.blog_home_item_title a {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
.blog_home_item_link {
    position: absolute;
    bottom: -7px;
    right: 0;
    z-index: 1;
}
.blog_home_item_link a svg {
    width: 80px;
    height: 80px;
}
@media only screen and (max-width: 1680px) {
    .blog_home_title {
        font-size: 50px;
        height: 46px;
    }
    .blog_home_item.div5 .blog_home_item_title a {
        font-size: 50px;
        line-height: 65px;
    }
    .blog_home_item_title a {
        font-size: 20px;
        line-height: 25px;
    }
    .blog_home_item_link a svg {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (max-width: 600px) {
    .blog_home_container {
        padding: 0 16px;
    }
    .blog_home_title {
        font-size: 24px;
        height: 23px;
    }
    .blog_home_items {
        display: flex;
        flex-direction: column;
    }
    .blog_home_item.div5 .blog_home_item_title a,
    .blog_home_item_title a {
        font-size: 16px;
    }
    .div5 {
        height: 300px;
    }
    .blog_home_item.div5 .blog_home_item_title a {
        line-height: 24px;
    }
}
/*blog_home_end*/

/*simple_text*/
.simple_text_content {
    padding: 40px 0;
}
.simple_text_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1680px) {
    .simple_text_text {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .simple_text {
        padding: 0 16px;
    }
    .simple_text_text {
        font-size: 12px;
        line-height: 18px;
    }
}
/*simple_text end*/


/*grid_services*/

.grid_services_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}

.grid_services_item {
    flex: 0 0 calc(33.333% - 20px);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    min-height: 250px;
}

.grid_services_item_block {
    border: 1px solid #38ADA5;
    height: 100%;
    padding: 40px;
}
.grid_services_item_block a {
    text-decoration: none;
}
.grid_services_item_logo {
    margin-bottom: 20px;
    text-align: center;
}
.grid_services_item_logo img {
    height: 120px;
    width: auto;
    object-fit: contain;
}
.grid_services_item_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #38ADA5;
}
@media only screen and (max-width: 600px) {
    .grid_services {
        padding: 16px;
    }
    .grid_services_item_block a {
        display: flex;
    }
    .grid_services_item_block {
        border: 0px;
        height: 100%;
        padding: 20px 0;
        width: 100%;
    }
    .grid_services_item_title {
        font-size: 18px;
        text-align: left;
        line-height: 30px;
    }
    .grid_services_item_logo img {
        height: 50px;
        width: 50px;
        object-fit: contain;
    }
    .grid_services_item {
        flex: 0 0 100%;
    }
    .grid_services_item_logo {
        margin-right: 20px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }
    .grid_services_item {
        min-height: 100px;
    }
}


/*grid_services end*/


/*text_two_row*/
.text_two_row_block {
    position: relative;
    padding-top: 180px;
    padding-bottom: 60px;
}
.text_two_row .text_two_row_logo {
    position: absolute;
    left: 0;
    top: 0;
}
.text_two_row_logo img {
    width: 200px;
    height: 160px;
    object-fit: contain;
}
.text_two_row_text {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
}
.text_two_row_left,
.text_two_row_right {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    display: flex;
    text-align: justify;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.6);
    flex: 0 0 calc(50% - 60px);
}
.text_two_row_bottom_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
}
.text_two_row_bottom_text p {
    display: inline-block;
    text-align: left;
}
@media only screen and (max-width: 1680px) {
    .text_two_row_left,
    .text_two_row_right,
    .text_two_row_bottom_text {
        font-size: 20px;
        line-height: 30px;
    }
    .text_two_row_logo img {
        width: 150px;
        height: 120px;
        object-fit: contain;
    }
    .text_two_row_block {
        padding-top: 135px;
    }
}
@media only screen and (max-width: 600px) {
    .text_two_row_block {
        padding: 40px 0;
    }
    .text_two_row_logo {
        display: none;
    }
    .text_two_row {
        padding: 0 16px;
    }
    .text_two_row_text {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }
    .text_two_row_left,
    .text_two_row_right {
        font-size: 12px;
        line-height: 17px;
    }
    .text_two_row_bottom_text {
        text-align: left;
        font-size: 12px;
        line-height: 17px;
    }

}
/*text_two_row end*/

/*gallery*/
.gallery {
    position: relative;
}
.gallery_block {
    position: relative;
    padding: 90px 0 60px;
}
.gallery_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline;
}
.gallery_items {
    margin-top: 50px;
}

.gallery_item img {
    height: 490px;
    object-fit: cover;
}
.gallery_swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.gallery_swiper-pagination {
    text-align: center;
    margin-top: 15px;
}
.gallery_swiper-pagination .swiper-pagination-bullet {
    background: #393939;
    width: 15px;
    height: 15px;
}
.gallery_swiper-pagination .swiper-pagination-bullet-active{
    background: #0C8481;
}
.gallery_block > .text_two_row_logo {
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 1680px) {
    .gallery_title {
        font-size: 50px;
        height: 54px;
        display: inline-flex;
    }
}
@media only screen and (max-width: 600px) {
    .gallery {
        padding: 0 16px;
    }
    .gallery_block {
        padding: 30px 0;
    }
    .gallery_title {
        font-size: 24px;
        height: 26px;
    }
}
/*gallery end*/


/*news*/

.news_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.news_item {
    flex: 0 0 calc(25% - 30px);
}
.news_card_img a img {
    height: 250px;
    object-fit: cover;
}

.top_post_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.top_post_img {
    flex: 0 0 calc(50% - 80px);
}
.top_post_img img {
    object-fit: cover;
}
.top_post_info {
    flex: 0 0 50%;
    background: #FFFFFF;
    padding: 30px 40px;
}
.top_post_date {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.009em;
    text-transform: capitalize;
    color: #38ADA5;
    margin-bottom: 20px;
}
.top_post_cat {
    margin-bottom: 20px;
}
.top_post_cat a {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.009em;
    text-transform: capitalize;
    color: #222222;
    text-decoration: none;
}
.top_post_title {
    margin-bottom: 40px;
}
.top_post_title a {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #0C8481;
    text-decoration: none;
}
.top_post_excerpt {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    margin-bottom: 40px;
}
.top_post_link a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 245px;
    height: 63px;
    background: #38ADA5;
    color: #FFFFFF;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    text-decoration: none;
}



.news_card {
    background: #FFFFFF;
}
.news_card_wrapper {
    padding: 16px 20px 20px 20px;
}
.news_card_title {
    margin-bottom: 8px;
    height: 50px;
}
.news_card_title a {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #0C8481;
    text-decoration: none;
}
.news_card_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 158px;
    margin-bottom: 15px;
}
.news_card_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_card_footer a {
    width: 126px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background: #38ADA5;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.news_card_date {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.009em;
    text-transform: capitalize;
    color: #38ADA5;
}
.top_list {
    padding: 50px 0 100px;
}
.blog_categories_list {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}
.blog_category_item a {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    display: flex;
    align-items: center;
    color: #38ADA5;
    text-decoration: none;
}
.news_pagination {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
.news_pagination > .page-numbers {
    display: flex;
    list-style-type: none;
}
.news_pagination > .page-numbers li a.page-numbers,
.news_pagination > .page-numbers li span.page-numbers.dots {
    color: #38ADA5;
    font-family: 'Istok Web';
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
}

.news_pagination > .page-numbers li span.page-numbers.current {
    color: #38ADA5;
    font-family: 'Istok Web';
    font-size: 18px;
    padding: 5px 10px;
    font-weight: 600;
    border: 1px solid;
}
@media only screen and (max-width: 1680px) {
    .blog_category_item a {
        font-size: 23px;
    }
    .top_list {
        padding: 30px 0 50px;
    }
    .top_post_img {
        flex: 0 0 calc(50% - 0px);
    }
    .top_post_title a {
        font-size: 28px;
    }
    .top_post_excerpt {
        margin-bottom: 20px;
    }
    .top_post_title {
        margin-bottom: 20px;
    }
    .top_post_excerpt {
        font-size: 18px;
        line-height: 24px;
    }
    .top_post_link a {
        height: 45px;
        font-size: 24px;
    }
    .top_post_cat {
        margin-bottom: 10px;
    }
    .top_post_cat a {
        font-size: 18px;
        line-height: 28px;
    }
    .top_post_date {
        margin-bottom: 10px;
    }
    .news_card_title a {
        font-size: 16px;
        line-height: 22px;
    }
    .news_card_excerpt {
        font-size: 14px;
        line-height: 16px;
    }
    .news_card_footer a {
        padding: 5px 10px;
    }
    .news_card_date {
        font-size: 14px;
    }
    .news_card_img a img {
        height: 220px;
    }
}
@media only screen and (max-width: 600px) {
    .top_list,
    .news_top,
    .news {
        padding: 0 16px;
    }
    .top_post_block {
        flex-direction: column;
    }
    .top_post_info {
        padding: 20px;
        margin-top: -10px;
    }
    .news_items {
        flex-direction: column;
    }
    .top_post_link a {
        width: 100%;
    }
    .top_post_excerpt {
        font-family: "Istok Web", serif;
        font-weight: 400;
        font-style: normal;
        box-sizing: border-box;
        font-size: 17px;
        line-height: 24px;
    }
    .blog_category_item {
        margin-right: 20px;
    }
    .blog_category_item a {
        font-size: 12px;
    }
    .blog_categories_list {
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 30px;
    }
    .top_post_title a {
        font-size: 18px;
        line-height: 26px;
    }
    .top_posts {
        display: none;
    }
}
/*news end*/


/*our_services*/
.our_services {
    position: relative;
    background: #202222;
    margin-bottom: 40px;
    padding: 30px 0;
}
.our_services_items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.our_services_item,
.our_services_logos {
    flex: 0 0 calc(50% - 50px);
}
.our_services_item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.our_services_item_name {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 85px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.our_services_item_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}
.our_services_item_link a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    gap: 10px;
    max-width: 420px;
    height: 63px;
    border: 1px solid #0b8481;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    display: flex;
    align-items: center;
    color: #0b8481;
}
.our_services_logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.our_services_logo img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}
@media only screen and (max-width: 600px) {
    .our_services {
        background: none;
        margin-bottom: 0px;
        padding: 20px 0;
    }
    .our_services_item_name {
        font-size: 20px;
        line-height: 60px;
    }
    .our_services_item_text {
        font-size: 14px;
        line-height: 25px;
    }
    .our_services_logos {
        display: none;
    }
    .our_services_item,
    .our_services_logos {
        flex: 0 0 calc(100% - 0px);
    }
    .our_services_item_link a {
        font-size: 25px;
        padding: 10px 5px;
        width: 100%;
    }
    .our_services_item {
        padding: 16px;
        background: #202222;
        margin-bottom: 0px;
    }
}
/*our_services end*/


/*specialists_list*/
.specialists_list_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;

}
.specialists_list_info {
    padding-left: 50px;
    padding-top: 50px;
}
.specialists_list_photo {
    position: relative;
    flex: 0 0 40%;
}
.specialists_list_photo img {
    height: auto;
}
.specialists_list_photo a {
    position: absolute;
    right: 0;
    bottom: 0;
}
.specialists_list_logo img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.specialists_list_items > .specialists_list_item:nth-child(even) {
    flex-direction: row-reverse;
}
.specialists_list_items > .specialists_list_item:nth-child(even) .specialists_list_info {
    padding-left: 0px;
    padding-right: 50px;
}
.specialists_list_position {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #38ADA5;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.specialists_list_name {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline;
    margin-bottom: 15px;
}
.specialists_list_name a {
    color: #131313;
}
.specialists_list_text {
    margin-top: 30px;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.specialists_list_feauture {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.specialists_list_feauture:last-child {
    margin-bottom: 0px;
}
.specialists_list_logo {
    border: 1px solid #0C8481;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.specialists_list_logo img {
    width: 48px;
    height: auto;
    object-fit: contain;
}
.specialists_list_number {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 86px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #38ADA5;
}
.specialists_list_feauture_text {
    color: #ffffff;
    font-family: Istok Web;
    font-size: 40px;
    font-weight: 700;
    line-height: 57.58px;
    text-align: left;
    text-transform: uppercase;
}
@media only screen and (max-width: 1680px) {
    .specialists_list_name {
        font-size: 50px;
        line-height: 54px;
    }
    .specialists_list_text {
        font-size: 22px;
    }
    .specialists_list_logo {
        width: 70px;
        height: 70px;
    }
    .specialists_list_logo img {
        width: 40px;
        height: 40px;
    }
    .specialists_list_number {
        font-size: 30px;
    }
    .specialists_list_feauture_text {
        font-size: 25px;
        line-height: 35px;
    }
    .specialists_list_photo img {
        height: 88vh;
        object-fit: cover;
    }
    .specialists_list_photo a {
        bottom: 0px;
    }
    .specialists_list_feauture {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .specialists_list {
        padding: 0 16px;
    }
    .specialists_list_item {
        flex-direction: column;
        margin-bottom: 40px;
    }
    /*.specialists_list_photo {*/
    /*    display: none;*/
    /*}*/
    .specialists_list_name{
        font-size: 28px;
    }
    .specialists_list_name a {
        font-size: 19px;
    }
    .specialists_list_info {
        padding-left: 0px;
    }
    .specialists_list_text {
        font-size: 14px;
        line-height: 26px;
    }
    .specialists_list_number,
    .specialists_list_feauture_text {
        font-size: 14px;
        line-height: 65px;
    }
    .specialists_list_logo img {
        width: 28px;
        height: 28px;
    }
    .specialists_list_logo {
        width: 50px;
        height: 50px;
    }
    .specialists_list_feauture {
        margin-bottom: 0px;
    }
    .specialists_list_position {
        font-size: 14px;
    }
    .specialists_list_title {
        font-size: 25px;
        line-height: 45px;
    }
    .specialists_item_block {
        padding: 20px;
    }
    .specialists_list_photo img {
        height: auto;
    }
    .specialists_list_items > .specialists_list_item:nth-child(even) {
        flex-direction: column;
    }
}
/*specialists_list end*/

/*contact us*/
.contact_us_content {
    background: #202222;
    display: flex;
    margin-bottom: 20px;
}
.contact_us_info {
    flex: 0 0 32%;
    padding: 100px 70px;
}
.contact_us_map {
    width: 100%;
}
.contact_us_items {
    gap: 100px;
}
.contact_us_item {
    display: flex;
    position: relative;
    margin-bottom: 100px;
}
.contact_us_item:before {
    position: absolute;
    content: '';
    bottom: -50px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1px;
    background: #8E8E8E40;
}
.contact_us_item:last-child:before {
    display: none;
}
.contact_us_item:last-child {
    margin-bottom: 0px;
}

.contact_us_item_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.contact_us_item_logo {
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.contact_us_item_logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.contact_us_item_location {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.contact_us_item_location:last-child {
    margin-bottom: 0px;
}
.contact_us_item_location a {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.contact_us_mapblock {
    position: relative;
    height: 100%;
    width: 100%;
}
.contact_us_mapblock iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media only screen and (max-width: 1680px) {
    .contact_us_item_title {
        font-size: 22px;
        line-height: 32px;
    }
    .contact_us_item_location {
        font-size: 21px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 600px) {
    .contact_us_content {
        flex-direction: column;
    }
    .contact_us_info {
        padding: 16px;
    }
    .contact_us_item_title {
        font-size: 20px;
    }
    .contact_us_item_location,
    .contact_us_item_location a {
        font-size: 14px;
    }
    .contact_us_map {
        height: 300px;
    }
    .contact_us_item:last-child {
        margin-bottom: 50px;
    }
    .contact_us_item {
        margin-bottom: 80px;
    }
    .contact_us_item:before {
        bottom: -40px;
    }
    .contact_us_item_logo img {
        width: 40px;
        height: 40px;
    }
    .contact_us_item_logo {
        margin-right: 20px;
    }
}
/*contact us end*/



/*specialists_single*/
.specialists_hero {
    background: #202222;
    position: relative;
    padding-top: 120px;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
.specialists_hero_block {
    position: relative;
    width: 100%;
}
.specialists_hero_content {
    display: flex;
    max-height: 655px;
    position: relative;
    z-index: 2;
}
.specialists_img {
    flex: 0 0 40%;
}
.specialists_info_image {
    height: 655px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.specialists_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
}
.specialists_info_position {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #202222;
    margin-bottom: 20px;
}
.specialists_info_name {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about_specialists {
    padding: 100px 0;
}
.specialist_about_me {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 40px;
}
.text_and_gallery_gallery {
    position: relative;
}
.text_and_gallery_gallery .about_specialists_title {
    position: absolute;
    top: 0;
    left: 0;
}
.specialist_experience_section {
    position: relative;
    padding: 60px 0;
}
.experiences_swiper {
    position: initial;
}
.specialist_experience_block {
    padding-top: 100px;
}

.specialist_experience_section .specialist_experience {
    position: relative;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}
.experiences_swiper {
    margin-top: 40px;
}
.specialist_experience_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 1000px;
    text-align: left;
}
.experience_swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.specialist_experience_section .swiper-pagination.swiper-pagination-bullets {
    bottom: 10px;
}
.specialist_experience_section .swiper-pagination-bullet {
    background: #393939;
    width: 15px;
    height: 15px;
}
.specialist_experience_section .swiper-pagination-bullet-active{
    background: #0C8481;
}
.specialist_experience_section .swiper-button-prev {
    top: 75px;
    right: 110px;
    left: initial;
    width: 80px;
    height: 80px;
}
.specialist_experience_section .swiper-button-next {
    top: 75px;
    right: 0;
    width: 80px;
    height: 80px;
}
.specialist_experience_section .swiper-button-prev:after {

    content: '';
    width: 80px;
    height: 80px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='110' height='110' fill='%2338ADA5'/%3E%3Cpath d='M77.5 55.2803L32.5 54.9999M32.5 54.9999L45.2122 66.5M32.5 54.9999L45.2122 43.5' stroke='%23131313' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.specialist_experience_section .swiper-button-next:after {

    content: '';
    width: 80px;
    height: 80px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='110' height='110' fill='%2338ADA5'/%3E%3Cpath d='M77.5 55.2803L32.5 54.9999M32.5 54.9999L45.2122 66.5M32.5 54.9999L45.2122 43.5' stroke='%23131313' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.specialist_experience_section .swiper-button-next,
.specialist_experience_section .swiper-button-prev {
    top: 25px;
}

.specialist_timeline {
    position: relative;
    margin: 60px 0 80px;
}
.specialist_timeline::before {
    position: absolute;
    content: '';
    top: 50px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.7;
}
.specialist_timeline_items {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    /*overflow-x: scroll;*/
}
.specialist_timeline_item {
    flex: 1 0 calc(25% - 45px);
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3 ease-in-out;
}
.specialist_timeline_item.swiper-slide-thumb-active {
    opacity: 1;
    transition: all 0.3 ease-in-out;
}
.specialist_timeline_text {
    text-align: left;
}
.specialist_timeline_year {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #38ADA5;
    margin-bottom: 30px;
    position: relative;
}
.specialist_timeline_year:before {
    position: absolute;
    content: '';
    bottom: -17px;
    left: -9px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
}
.specialist_timeline_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.6);
}




.specialist_feautures {
    position: relative;
    padding: 90px 0;
}

.specialist_feautures_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.specialist_feautures_item {
    flex: 0 0 calc(50% - 40px);
    display: flex;
    padding: 50px 20px;
}
.specialist_feautures_img {
    margin-right: 28px;
    display: flex;
    align-items: center;
}
.specialist_feautures_img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.specialist_feautures_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #38ADA5;
    margin-bottom: 30px;
    position: relative;
}
.specialist_feautures_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.6);
}



.specialist_certificates {
    padding: 90px 0;
}
.certificates_swiper {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 50px;
}
.specialist_certificates_item {
    height: 460px;
}
.specialist_certificates_item img {
    object-fit: contain;
    background: #131313;
}
.specialist_certificates .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px;
}
.specialist_certificates .swiper-pagination-bullet {
    background: #393939;
    width: 15px;
    height: 15px;
}
.specialist_certificates .swiper-pagination-bullet-active{
    background: #0C8481;
}


.single_specialists .review_swiper {
    margin: 90px 0;
}


.faq {
    padding: 90px 0;
}

.faq_items {
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 50px;
}

.faq_item:first-child {
    border-top: 1px solid #38ADA5;
}

.faq_item {
    border-bottom: 1px solid #38ADA5;
}

.faq_item_title {
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #38ADA5;
    padding: 30px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_arrow_icon {
    transition: transform 0.3s ease;
}
.faq_arrow svg {
    width: 32px;
    height: 19px;
}
.faq_item.active .faq_arrow_icon {
    transform: rotate(180deg);
}

.faq_item_title:hover {
    color: #38ADA5;
    opacity: 0.8;
}

.faq_item_text {
    display: none;
    padding: 16px;
    background-color: #131313;
    animation: fadeIn 0.3s ease;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.6);
}
.single-specialists .bg_title {

}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1680px) {
    .specialist_about_me,
    .specialist_experience_text,
    .specialist_feautures_text,
    .review_item_text,
    .faq_item_text,
    .specialist_timeline_text {
        font-size: 20px;
        line-height: 30px;
    }
    .specialist_feautures_title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .specialist_feautures_img img {
        width: 100px;
        height: 100px;
    }
    .review_item_content {
        padding: 40px 30px;
    }
    .review_item_img img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }
    .faq_item_title {
        font-size: 25px;
        padding: 20px 16px;
    }
    .specialists_info_image {
        height: 550px;
    }
    .specialists_info_name {
        font-size: 60px;
        line-height: 60px;
    }
    .specialists_info {
        padding-bottom: 85px;
    }

}
@media only screen and (max-width: 600px) {
    .review_block {
        padding: 0 16px;
    }
    .specialists_hero {
        padding-top: 200px;
    }
    .specialists_hero_content {
        flex-direction: column-reverse;
    }
    .specialists_info {
        padding: 0 20px 10px 20px;
    }
    .specialists_info_name {
        font-family: 'Istok Web';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .specialists_info_position {
        font-family: 'Istok Web';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #38ADA5;
    }
    .single_specialists_content .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about_specialists {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .specialist_experience_section .swiper-button-prev,
    .specialist_experience_section .swiper-button-next {
        display: none;
    }
    .specialist_feautures_img img {
        width: 60px;
        height: 60px;
    }
    .specialist_feautures_title {
        font-size: 18px;
        line-height: 25px;
    }
    .specialist_feautures_item {
        flex: 0 0 100%;
        padding: 20px 10px;
    }
    .specialist_feautures_img {
        margin-right: 15px;
    }
    .specialist_feautures_text {
        font-size: 15px;
        line-height: 25px;
    }
    .faq_item_title {
        font-size: 15px;
        padding: 10px 16px;
    }
    .specialist_about_me {
        margin-right: 0px;
        margin-top: 20px;
        font-size: 18px;
    }
    .specialist_timeline_year {
        font-size: 16px;
    }
    .specialist_timeline_text {
        font-size: 15px;
        line-height: 20px;
    }
    .specialist_timeline_items {
        gap: 10px;
    }
    .specialist_timeline_item {
        flex: 1 0 calc(50% - 20px);
    }
    .specialist_timeline {
        margin: 30px 0 30px;
    }
    .specialist_experience_block {
        padding-top: 55px;
    }
}
@media only screen and (max-width: 600px) {
    .review_item_img {
        display: none;
    }
    .review_item_text {
        font-size: 15px;
        line-height: 20px;
    }
    .review_item_name {
        line-height: 35px;
    }
    .review_items {
        padding-bottom: 60px;
    }
    .single_specialists .review_swiper {
        margin: 50px 0;
    }
    .specialists_info_image {
        height: 475px;
    }
}

/*specialists_single end*/


/*single blog*/
.single_post_content {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
}
.latest_news_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.latest_news_items > .news_item {
    flex:  0 0 calc(33.333% - 20px);
}
.latest_news_items .news_card_excerpt {
    height: 110px;
}
.latest_news_items .news_card_title {
    height: 30px;
}
.single_more_news_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    color: #131313;
    background: #38ADA5;
    display: inline-block;
    height: 75px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.single_hero_title h1 {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.6);
}
.single_block {
    margin-top: 100px;
}
.single_hero_title {
    text-align: center;
}
.single_post_image {
    height: 90vh;
    object-fit: cover;
    object-position: top center;
}
@media only screen and (max-width: 1680px) {
    .single_post_content {
        line-height: 30px;
        font-size: 22px;
    }
    .single_more_news_title {
        font-size: 50px;
        height: 45px;
    }
    .single_hero_title {
        text-align: left;
    }
    .single_hero_title h1 {
        font-size: 50px;

    }
}
@media only screen and (max-width: 600px) {
    .single_post_content {
        font-size: 14px;
        line-height: 26px;
    }
    .single_hero {
        padding-right: 16px;
        padding-left: 16px;
    }
    .single_hero_title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .single_content {
        padding-right: 16px;
        padding-left: 16px;
    }
    .single_more_news {
        padding-right: 16px;
        padding-left: 16px;
    }
    .single_more_news_title {
        font-size: 36px;
        height: 32px;
        text-align: center;
    }
    .latest_news_items > .news_item {
        flex: 0 0 100%;
    }
}
/*single blog end*/


.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
.cf7successful {
    text-align: center;
}
#cf7successful .modal-container > .modal-exit svg {
    width: 25px;
    height: 25px;
}
#cf7successful .modal-container > .modal-exit {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.cf7successful svg {
    width: 100px;
    height: 100px;
}
.cf7successful_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 15px;
}
form.wpcf7-form span.wpcf7-form-control-wrap {
    position: relative;
}

form.wpcf7-form span.wpcf7-form-control-wrap > span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -40px;
    font-size: 12px;
}
.wpcf7-response-output {
    color: #FFFFFF;
    text-align: center;
}





#button {
    display: inline-block;
    background-color: #0C8481;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}
#button svg {
    transform: rotate(270deg);
}

#button.show {
    opacity: 1;
    visibility: visible;
}





/*advantages*/
.advantages {
    padding: 40px 0;
}

.advantages_title {
    margin-bottom: 40px;
}
.advantages_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.advantages_item {
    flex: 0 1 calc(50% - 40px);
    background-color: #38ADA5;
    padding: 30px;
}
.advantages_item_content {
    display: flex;
    gap: 20px;
}
.advantages_image {
    display: flex;
    align-items: flex-start;
}
.advantages_image img {
    width: 100px;
    height: 100%;
    object-fit: contain;
}
.advantages_info_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #131313;
    margin-bottom: 8px;
}
.advantages_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: rgba(19, 19, 19, 0.8);
}
@media only screen and (max-width: 1440px) {
    .advantages_info_title {
        font-size: 24px;
    }
    .advantages_text {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .advantages_items {
        flex-direction: column;
    }
    .advantages_content {
        padding: 0 16px;
    }
    .advantages_item {
        padding: 16px;
    }
    .advantages_item_content {
        flex-direction: column;
    }
    .advantages_text {
        color: #FFFFFF;
    }
    .advantages_image img {
        width: 80px;
    }
    .advantages_text {
        font-size: 12px;
        line-height: 17px;
    }
    .advantages_info_title {
        font-size: 22px;
    }
    .advantages_items {
        gap: 25px;
    }
}
/*advantages_end*/



/*acf*/
.acf-form-submit .acf-button {
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #38ADA5;
    color: white;
    border: none;
    height: 70px;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    display: flex;
    align-items: center;
    color: #202222;
    cursor: pointer;
    transition: all .3s ease-in-out;
    height: 46px;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
}
.acf-form-submit .acf-button:hover {
    opacity: 0.8;
    transition: all .3s ease-in-out;
}
.acf-fields > .acf-field {
    padding: 16px 0 !important;
    border-top-width: 0px !important;
    border-top-style: none !important;
    border-top-color: transparent !important;
}
.acf-fields > .acf-field:first-child {
    padding-bottom: 0px !important;
}
.acf-label label {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    line-height: 30px;
}
#acf-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-text.acf-field--post-title.is-required > div.acf-label > label {
    position: relative;
    font-size: 0px;
}
#acf-form > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-text.acf-field--post-title.is-required > div.acf-label > label:before {
    position: absolute;
    content: 'Ваше імʼя';
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    width: 100px;
}
#modal-review .acf-input textarea,
#modal-review .acf-input > .acf-input-wrap > input {
    width: 100%;
    padding: 10px;
}
#modal-review .acf-input > .acf-input-wrap > input {
    width: 100%;
    height: 40px;
}
.review_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.review_btn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #38ADA5;
    color: white;
    border: none;
    height: 70px;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    display: flex;
    align-items: center;
    color: #202222;
    cursor: pointer;
    transition: all .3s ease-in-out;
    height: 46px;
    font-size: 24px;
    line-height: 28px;
    width: 300px;
}
.hidesection {
    display:none;
}
#success_message {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}
/*acf end*/



/*specialists_single*/
.specialists_hero {
    background: #202222;
    position: relative;
    padding-top: 120px;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
.specialists_hero_block {
    position: relative;
    width: 100%;
}
.specialists_hero_content {
    display: flex;
    max-height: 655px;
    position: relative;
    z-index: 2;
}
.specialists_img {
    flex: 0 0 40%;
}
.specialists_info_image {
    height: 655px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.specialists_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
}
.specialists_info_position {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #202222;
    margin-bottom: 20px;
}
.specialists_info_name {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about_specialists {
    padding: 100px 0;
}
.specialist_about_me {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 40px;
}
.text_and_gallery_gallery {
    position: relative;
}
.text_and_gallery_gallery .about_specialists_title {
    position: absolute;
    top: 0;
    left: 0;
}
.specialist_experience_section {
    position: relative;
    padding: 60px 0;
}
.experiences_swiper {
    position: initial;
}
.specialist_experience_block {
    padding-top: 100px;
}

.specialist_experience_section .specialist_experience {
    position: relative;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}
.experiences_swiper {
    margin-top: 40px;
}
.specialist_experience_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 1000px;
    text-align: left;
}
.experience_swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.specialist_experience_section .swiper-pagination.swiper-pagination-bullets {
    bottom: 10px;
}
.specialist_experience_section .swiper-pagination-bullet {
    background: #393939;
    width: 15px;
    height: 15px;
}
.specialist_experience_section .swiper-pagination-bullet-active{
    background: #0C8481;
}
.specialist_experience_section .swiper-button-prev {
    top: 75px;
    right: 110px;
    left: initial;
    width: 80px;
    height: 80px;
}
.specialist_experience_section .swiper-button-next {
    top: 75px;
    right: 0;
    width: 80px;
    height: 80px;
}
.specialist_experience_section .swiper-button-prev:after {

    content: '';
    width: 80px;
    height: 80px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='110' height='110' fill='%2338ADA5'/%3E%3Cpath d='M77.5 55.2803L32.5 54.9999M32.5 54.9999L45.2122 66.5M32.5 54.9999L45.2122 43.5' stroke='%23131313' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.specialist_experience_section .swiper-button-next:after {

    content: '';
    width: 80px;
    height: 80px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='110' height='110' fill='%2338ADA5'/%3E%3Cpath d='M77.5 55.2803L32.5 54.9999M32.5 54.9999L45.2122 66.5M32.5 54.9999L45.2122 43.5' stroke='%23131313' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.specialist_experience_section .swiper-button-next,
.specialist_experience_section .swiper-button-prev {
    top: 25px;
}

.specialist_experience_line {
    position: relative;

}
.specialist_experience_line::before {
    position: absolute;
    content: '';
    top: 50px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.7;
}
.specialist_timeline_items {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    /*overflow-x: scroll;*/
}
.specialist_timeline_item {
    flex: 1 0 calc(25% - 45px);
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3 ease-in-out;
}
.specialist_timeline_item.swiper-slide-thumb-active {
    opacity: 1;
    transition: all 0.3 ease-in-out;
}
.specialist_timeline_text {
    text-align: left;
}
.specialist_timeline_year {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #38ADA5;
    margin-bottom: 30px;
    position: relative;
}
.specialist_timeline_year:before {
    position: absolute;
    content: '';
    bottom: -17px;
    left: -9px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
}
.specialist_timeline_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.6);
}




.specialist_feautures {
    position: relative;
    padding: 50px 16px;
}

.specialist_feautures_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.specialist_feautures_item {
    flex: 0 0 calc(50% - 40px);
    display: flex;
    padding: 50px 20px;
}
.specialist_feautures_img {
    margin-right: 28px;
    display: flex;
    align-items: center;
}
.specialist_feautures_img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.specialist_feautures_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #38ADA5;
    margin-bottom: 30px;
    position: relative;
}
.specialist_feautures_text {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.6);
}



.specialist_certificates {
    padding: 90px 0;
}
.certificates_swiper {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 50px;
}
.specialist_certificates_item {
    height: 460px;
}
.specialist_certificates_item img {
    object-fit: contain;
    background: #131313;
}
.specialist_certificates .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px;
}
.specialist_certificates .swiper-pagination-bullet {
    background: #393939;
    width: 15px;
    height: 15px;
}
.specialist_certificates .swiper-pagination-bullet-active{
    background: #0C8481;
}


.single_specialists .review_swiper {
    margin: 90px 0;
}




.specialist_timeline_text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.specialist_timeline_item.expanded .specialist_timeline_text {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.read-more-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 0 10px;
    background: #38ADA5;
    color: white;
    border: none;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    color: #202222;
    cursor: pointer;
    transition: all .3s ease-in-out;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    width: auto;
}

/* specialists hero adaptive rewrite */
.specialists_hero {
    height: auto;
    min-height: 100svh;
    padding: clamp(120px, 13vh, 170px) 0 0;
    overflow: hidden;
}
.specialists_hero_block {
    isolation: isolate;
    padding: 0 20px;
}
.specialists_hero .diagonal-background {
    height: clamp(330px, 38vw, 510px);
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%);
}
.specialists_hero_content {
    display: grid;
    grid-template-columns: minmax(280px, 40%) minmax(0, 1fr);
    align-items: end;
    gap: clamp(24px, 4vw, 72px);
    max-height: none;
    min-height: min(720px, calc(100svh - 120px));
}
.specialists_img {
    flex: initial;
    min-width: 0;
    align-self: end;
}
.specialists_info_image {
    width: 100%;
    height: clamp(480px, 49vw, 655px);
    background-size: contain;
    background-position: center bottom;
}
.specialists_info {
    min-width: 0;
    padding-bottom: clamp(48px, 8vw, 96px);
}
.specialists_info_position {
    font-size: clamp(16px, 1.45vw, 24px);
    line-height: 1.35;
    margin-bottom: clamp(10px, 1.5vw, 20px);
}
.specialists_info_name {
    max-width: 880px;
    font-size: clamp(42px, 4.5vw, 65px);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1280px) {
    .specialists_hero_content {
        grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
        gap: 36px;
    }
    .specialists_info_image {
        height: clamp(430px, 50vw, 560px);
    }
    .specialists_info_name {
        font-size: clamp(36px, 5vw, 56px);
    }
}

@media only screen and (max-width: 1024px) {
    .specialists_hero {
        min-height: auto;
        padding-top: 140px;
    }
    .specialists_hero_block {
        padding: 0 32px;
    }
    .specialists_hero_content {
        min-height: 520px;
        gap: 28px;
    }
    .specialists_hero .diagonal-background {
        height: 360px;
    }
    .specialists_info {
        padding-bottom: 70px;
    }
    .specialists_info_image {
        height: 520px;
    }
}

@media only screen and (max-width: 768px) {
    .specialists_hero {
        padding-top: 118px;
    }
    .specialists_hero_block {
        padding: 0 20px;
    }
    .specialists_hero_content {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 20px;
    }
    .specialists_info {
        order: 1;
        padding: 0;
    }
    .specialists_img {
        order: 2;
        width: 100%;
        max-width: 520px;
        justify-self: center;
    }
    .specialists_info_image {
        height: clamp(360px, 82vw, 520px);
    }
    .specialists_hero .diagonal-background {
        height: clamp(260px, 60vw, 360px);
        clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
    }
    .specialists_info_position {
        color: #38ADA5;
        font-size: 14px;
        line-height: 1.25;
        margin-bottom: 8px;
    }
    .specialists_info_name {
        font-size: clamp(30px, 8vw, 44px);
        line-height: 1.08;
    }
}

@media only screen and (max-width: 480px) {
    .specialists_hero {
        padding-top: 104px;
    }
    .specialists_hero_block {
        padding: 0 16px;
    }
    .specialists_hero_content {
        gap: 14px;
    }
    .specialists_info_image {
        height: clamp(300px, 100vw, 420px);
    }
    .specialists_hero .diagonal-background {
        height: clamp(230px, 78vw, 330px);
    }
    .specialists_info_position {
        font-size: 12px;
    }
    .specialists_info_name {
        font-size: clamp(24px, 7.4vw, 34px);
    }
}


.category > .main {
    padding-top: 210px;
}
.single-post > .main {
    padding-top: 110px;
}
@media only screen and (max-width: 600px) {
    .read-more-btn {
        font-size: 14px;
        line-height: 10px;
    }

    .category > .main {
        padding-top: 130px;
    }

    .specialist_feautures_item {
        flex: 0 0 calc(100% - 0px);
        display: flex;
        padding: 50px 0px;
        flex-direction: column;
    }
    .specialist_timeline_year {
        font-size: 14px;
    }
    .specialist_feautures {
        padding: 5px;
    }
    .specialist_timeline_text {
        font-size: 15px;
    }
}



.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.8 !important;
}


.review-item__image img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.review-item__text {
    color: #FFFFFF;

}

.reviews-page {
    padding: 220px 0 60px;
}

.reviews-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.review-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.review-item__image {
    margin-bottom: 20px;
}

.review-item__image img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.review-item__name {
    font-size: 26px;
    line-height: 1.4;
    color: #222;
    margin-bottom: 15px;
}

/*.review-item__content {*/
/*    margin-top: auto;*/
/*}*/

.review-item__text {
    font-size: 16px;
    line-height: 1.6;
    color: #222;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;

    position: relative;
    transition: all 0.3s ease;
}

.review-item.is-open .review-item__text {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.review-item__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
    cursor: pointer;
    transition: 0.3s ease;
}

.review-item__toggle:hover {
    opacity: 0.7;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 14px;
    border: 1px solid #222222;
    border-radius: 8px;
    text-decoration: none;
    color: #FFFFFF;
    transition: 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #222;
    color: #fff;
    border: 1px solid #FFFFFF;
}

@media (max-width: 991px) {
    .reviews-list {
        grid-template-columns: 1fr;
    }

    .review-item__image img {
        height: 240px;
    }

    .review-item__name {
        font-size: 22px;
    }
}
