.main_slider .slick-dots, .contact_section .tab_buttons ul, .news_section .news_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

video::-webkit-media-controls {
    display: none !important;
    opacity: 0 !important;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.main_slider .slide_image img, .main_slider .slide_image:after, .news_section .images_inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.main_slider .slick-arrow:before {
    font-family: 'icon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider_section {
    position: relative;
}

.slider_section .page_content {
    padding: 0;
    flex: 1;
}

.slider_section .curent_value {
    position: absolute;
    right: 0;
    display: flex;
}

.slider_section .curent_value span {
    display: block;
}

.slider_section .indicator_block {
    position: absolute;
    bottom: 80px;
    z-index: 50;
    width: 40%;
    right: 27%;
    height: 2px;
    background: #fff;
    /*background: rgba(255, 255, 255, 0.28);*/
}

.slider_section .indicator_block .indicator_line {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    border-radius: 2px;
    background: rgb(77, 168, 67);
}

.slider_section .slider_indicator {
    position: absolute;
    top: 70px;
    right: 35px;
    z-index: 50;
    color: #ffffff;
}

.slider_section .slider_indicator .current_slide {
    display: block;
    font-size: 720%;
    line-height: 88px;
    font-family: "bold", "arm-bold";
}

.slider_section .slider_indicator span {
    font-size: 1.5rem;
    font-family: "regular", "arm-regular";
}

.slider_section .slider_indicator .slides_count {
    display: block;
    opacity: 0.8;
    font-family: "regular", "arm-regular";
    font-size: 220%;
    line-height: 27px;
}

.main_slider {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    height: 100%;
}

.main_slider .slide_block {
    display: inline-block;
    white-space: normal;
    font-size: 1rem;
    width: 100%;
    vertical-align: top;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main_slider .slick-list {
    height: 100%;
}

.main_slider .slick-track {
    height: 100%;
}

.main_slider .slide_inner {
    display: flex;
    background: white;
}

.main_slider .info_block {
    width: 300px;
}

.main_slider .images_block {
    flex: 1;
}

.main_slider .slide_image {
    position: relative;
    width: 100%;
}

.main_slider .slide_image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.main_slider .slide_image:before {
    display: block;
    content: "";
    padding-bottom: 484px;
}

.main_slider .slide_image:after {
    content: "";
    background: rgba(5, 83, 159, 0.3);
}

.main_slider .inner_info {
    position: absolute;
    bottom: 15px;
    right: 45px;
    max-width: 189px;
    width: 100%;
    height: 100%;
    max-height: 200px;
    background: rgba(58, 191, 7, 0.8);
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    padding: 20px 16px;
    font-size: 160%;
    line-height: 19px;
    font-family: "bold", "arm-bold";
    box-shadow: 0 2px 5px 0 rgba(84, 124, 203, 0.11);
}

.main_slider .inner_text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_slider .info_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 20px 95px 35px;
}

.main_slider .slide_title {
    font-size: 240%;
    line-height: 29px;
    font-family: "bold", "arm-bold";
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_slider .slide_description {
    font-size: 140%;
    line-height: 18px;
    color: rgba(102, 102, 102, 0.8);
    margin-top: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_slider .slide_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background: rgb(0, 90, 168);
    color: #ffffff;
    font-size: 100%;
    line-height: 13px;
    font-family: "bold", "arm-bold";
    height: 40px;
    width: 135px;
    border-radius: 19.5px;
}

.main_slider .slick-arrow {
    position: absolute;
    bottom: 30px;
    z-index: 5;
    border: none;
    padding: 0;
    color: #666666;
    width: 67px;
    display: flex;
    align-items: center;
    height: 11px;
    background: transparent;
}

.main_slider .slick-arrow:before {
    display: block;
    font-size: 11px;
}

.main_slider .slick-prev {
    right: 25%;
}

.main_slider .slick-prev:before {
    color: rgb(77, 168, 67);
    content: "\E914";
    transform: rotate(-180deg);
}

.main_slider .slick-next {
    right: 60px;
    justify-content: flex-end;
}

.main_slider .slick-next:before {
    color: #ffffff;
    content: "\E914";
}

.main_slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.main_slider .slick-dots li {
    flex: 1;
    max-width: 28px;
    padding: 0 2px;
}

.main_slider .slick-dots li.slick-active button {
    opacity: 1;
    height: 7px;
    width: 7px;
    cursor: default;
    background: rgb(77, 168, 67);
}

.main_slider .slick-dots button {
    border: none;
    background: rgba(58, 191, 7, 0.2);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
}

.main_slider .slick-dots button:hover {
    opacity: 0.7;
}

.contact_section {
    margin-top: 50px;
    margin-bottom: -50px;
}

.contact_section .tab_section {
    box-shadow: 0 2px 5px 0 rgba(84, 124, 203, 0.11);
    background: #ffffff;
    border-radius: 4px;
    padding: 30px;
    display: flex;
}

.contact_section .images_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
}

.contact_section .images_block img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.contact_section .form_fields {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 40px;
    padding-top: 50px;
}

.contact_section .selected.tab_block {
    height: auto;
    opacity: 1;
    overflow: visible;
    margin-top: 40px;
}

.contact_section .tab_block {
    height: 0;
    opacity: 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.contact_section .tab_buttons ul {
    display: flex;
    align-items: center;
}

.contact_section .tab_buttons li {
    width: 50%;
}

.contact_section .tab_buttons a {
    font-size: 160%;
    line-height: 19px;
    font-family: "bold", "arm-bold";
    color: #6C7380;
    padding-bottom: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.contact_section .tab_buttons a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    opacity: 0;
    background: rgba(5, 83, 159, 0.8);
}

.contact_section .tab_buttons a.selected:before {
    opacity: 1;
}

.contact_section .inline_block {
    display: flex;
    margin: 0 -7px;
}

.contact_section .inline_block .field_block {
    padding: 0 7px;
}

.contact_section .field_block {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.contact_section .label_text {
    display: block;
    margin-left: 18px;
    margin-bottom: 7px;
    font-size: 110%;
    line-height: 14px;
    font-family: "bold", "arm-bold";
    color: rgb(0, 90, 168);
}

.contact_section input {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(0, 90, 168);
    border-radius: 19.5px;
    padding: 0 20px;
    font-size: 120%;
    line-height: 15px;
    color: rgba(76, 82, 93, 0.8);
    background: transparent;
}

.contact_section textarea {
    resize: none;
    width: 100%;
    height: 108px;
    border: 1px solid rgba(5, 83, 159, 0.8);
    border-radius: 19.5px;
    padding: 20px;
    font-size: 120%;
    line-height: 15px;
    color: rgba(76, 82, 93, 0.8);
    background: transparent;
}

.contact_section .button_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}

.contact_section .btn_info {
    display: block;
    text-decoration: underline;
    font-size: 120%;
    line-height: 15px;
    color: #0C60AC;
    font-family: "bold", "arm-bold";
}

.contact_section .validate_button {
    width: 135px;
    border: none;
    height: 40px;
    border-radius: 19.5px;
    color: #ffffff;
    background: rgb(0, 90, 168);
    font-size: 100%;
    line-height: 13px;
    font-family: "bold", "arm-bold";
}

.section_title {
    font-size: 180%;
    line-height: 22px;
    color: #55C500;
    padding: 10px 0;
}

.home_about_section {
    margin-top: 50px;
}

.home_about_section .main_logo {
    margin-top: 30px;
    max-width: 200px;
}

.home_about_section .main_logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.home_about_section .about_line {
    display: flex;
}

.home_about_section .main_info {
    width: 280px;
    margin-top: 50px;
}

.home_about_section .main_info .info_title {
    font-family: "bold", "arm-bold";
}

.home_about_section .info_title {
    font-size: 280%;
    line-height: 34px;
    color: #4C525D;
}

.home_about_section .info_description {
    margin-top: 25px;
    font-size: 160%;
    line-height: 24px;
    color: rgba(76, 82, 93, 0.8);
}

.home_about_section .about_history {
    margin-left: 35px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.home_about_section .about_date {
    font-size: 240%;
    line-height: 29px;
    font-family: "bold", "arm-bold";
    color: rgb(77, 168, 67);
    position: relative;
}

.home_about_section .about_date::before {
    content: "";
    left: -19px;
    margin-top: 25px;
    width: 1;
    height: 210px;
    border: 1px solid rgba(58, 191, 7, 0.3);
    border-style: dashed;
    border-color: rgba(58, 191, 7, 0.3);
    position: absolute;
}

.home_about_section .about_date:after {
    content: "";
    left: -22px;
    z-index: 66;
    margin-top: 10px;
    position: absolute;
    width: 9px;
    height: 9px;
    background: rgb(77, 168, 67);
    border-radius: 50%;
    overflow: hidden;
}

.home_about_section .about_description {
    margin-top: 8px;
    font-size: 140%;
    line-height: 18px;
    color: rgba(76, 82, 93, 0.8);
}

.home_about_section .about_img {
    margin-top: 16px;
    width: 100%;
}

.home_about_section .about_img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.home_about_section .about_block {
    display: flex;
    flex-direction: column;
    padding: 0 19px;
    width: 33.3%;
    position: relative;
}

.home_about_section .about_block:first-child {
    padding-top: 157px;
}

.home_about_section .about_block.last_about {
    margin-top: -10px;
}

.home_about_section .about_block.last_about .about_date::after {
    box-shadow: 0px 0px 0px 9px rgba(58, 191, 7, 0.3);
}

.home_about_section .about_block.small_img .about_img {
    order: -1;
    width: 60%;
    height: 86px;
}

.home_about_section .about_block.small_img .about_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home_about_section .decor_line {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 175px;
}

.home_about_section .decor_line img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_section {
    margin-top: 50px;
    margin-bottom: 80px;
}

.news_section .news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px;
}

.news_section li {
    padding: 0 10px;
    width: 25%;
}

.news_section li:last-child {
    /*width: 50%;*/
}

.news_section .news_info {
    left: 12px;
    pointer-events: none;
    right: 12px;
    bottom: 18px;
    padding: 10px 20px;
    z-index: 10;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    position: absolute;
    /*height: 80%;*/
    display: flex;
    align-items: center;
}

.news_section .news_title {
    color: #ffffff;
    font-size: 320%;
    line-height: 39px;
}

.news_section .news_description {
    color: rgba(255, 255, 255, 0.8);
}

.news_section .news_link {
    text-decoration: underline;
    color: #ffffff;
}

.news_section .hovered .news_link {
    opacity: 1;
}

.news_section .hovered .news_info {
    background: rgba(58, 191, 7, 0.8);
}

.news_section .hovered .images_inner::before {
    background: rgba(30, 68, 142, 0.4);
}

.news_section .news_block {
    position: relative;
}

.news_section .news_block.hovered .images_inner::before {
    background: rgba(30, 68, 142, 0.5);
}

.news_section .news_block.hovered .news_title {
    opacity: 0.7;
}

.news_section .news_block.hovered .news_link {
    opacity: 0.5;
}

.news_section .news_date {
    position: absolute;
    right: 12px;
    top: 12px;
    height: 40px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    pointer-events: none;
    z-index: 50;
    opacity: 0.8;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.news_section .news_date .day {
    font-size: 240%;
    line-height: 21px;
}

.news_section .news_date .mount {
    font-size: 120%;
    line-height: 14px;
}

.news_section .images_inner {
    border-radius: 4px;
    position: relative;
    display: block;
    z-index: 10;
    overflow: hidden;
}

.news_section .images_inner::before {
    content: "";
    display: block;
    padding-bottom: 79%;
    background: rgba(30, 68, 142, 0.26);
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.news_section .images_inner img {
    -o-object-fit: cover;
    object-fit: cover;
}

.news_section .news_title {
    /*margin-top: 30px;*/
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-family: "bold", "arm-bold";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
    text-overflow: ellipsis;
    min-height: 44px;
}

.news_section .news_description {
    /*margin-top: 20px;*/
    color: rgba(255, 255, 255, 0.8);
    font-size: 140%;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 36px;
}

.news_section .news_link {
    display: block;
    margin-top: 25px;
    color: rgb(0, 90, 168);
    font-size: 120%;
    line-height: 15px;
    transition: all 0.3s;
    font-family: "bold", "arm-bold";
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.news_section .news_link_btn {
    margin-top: 25px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 147px;
    border-radius: 19.5px;
    background: rgb(0, 90, 168);
    font-size: 100%;
    line-height: 13px;
    border: none;
    color: #ffffff;
    font-family: "bold", "arm-bold";
}

/*.home .index_menu {*/
/*    margin-top: 80px;*/
/*}*/
.news_link_arrow_new {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 35px;
    min-height: 35px;
    background: white;
    border-radius: 50%;
    margin-left: auto;
}

.arrow-read-more {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .slider_section .slider_indicator {
        top: 20px;
        right: 20px;
    }

    .home .index_menu {
        margin-top: 0;
    }

    .slider_section .slider_indicator .current_slide {
        font-size: 580%;
        line-height: 65px;
    }

    .slider_section .slider_indicator .slides_count {
        font-size: 180%;
        line-height: 25px;
    }

    .slider_section .indicator_block {
        bottom: 20px;
        width: 50%;
        left: 30px;
        background: rgba(58, 191, 7, 0.5);
    }

    .main_slider .slick-prev {
        right: 30%;
    }

    .main_slider .slide_image:before {
        padding-bottom: 420px;
    }

    .main_slider .info_block {
        padding: 30px;
    }

    .main_slider .slick-dots {
        bottom: 40px;
        left: 30px;
    }

    .contact_section .form_fields {
        padding-left: 20px;
        padding-top: 20px;
    }

    .home_about_section .about_line {
        flex-direction: column;
    }

    .home_about_section .main_info {
        width: 100%;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .home_about_section .about_history {
        margin-left: 0;
        margin-top: 20px;
        padding: 0 20px;
    }

    .home_about_section .decor_line {
        width: 66.6%;
        margin-left: 20px;
        height: 175px;
    }

    .home_about_section .decor_line img {
        -o-object-fit: unset;
        object-fit: unset;
    }

    .home_about_section .main_logo {
        margin: 0 auto;
        margin-top: 20px;
    }

    .news_section li:last-child .news_title {
        font-size: 280%;
        line-height: 35px;
    }

    .news_section li:last-child .news_info {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .slider_section .indicator_block {
        width: 250px;
    }

    .main_slider .info_block {
        width: 320px;
    }

    .main_slider .info_block {
        padding: 30px 20px;
        justify-content: flex-start;
    }

    .main_slider .slide_description {
        margin-top: 30px;
    }

    .main_slider .inner_info {
        bottom: 0;
        right: 0;
        max-width: 164px;
        max-height: 145px;
    }

    .main_slider .inner_info .inner_text {
        -webkit-line-clamp: 4;
    }

    .main_slider .slick-arrow {
        bottom: 20px;
    }

    .main_slider .slick-arrow.slick-next {
        right: 20px;
    }

    .main_slider .slick-arrow.slick-prev {
        right: 25%;
    }

    .contact_section .tab_section {
        padding: 20px;
    }

    .contact_section .images_block {
        display: flex;
        align-items: center;
    }

    .contact_section .inline_block {
        flex-direction: column;
        margin: 0;
    }

    .contact_section .inline_block .field_block {
        padding: 0;
    }

    .contact_section .tab_buttons a {
        font-size: 120%;
        line-height: 15px;
    }

    .home_about_section .about_description {
        font-size: 120%;
        line-height: 19px;
    }

    .news_section li:last-child .news_title {
        font-size: 240%;
        line-height: 31px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 767px) {
    .contact_section .tab_section {
        flex-direction: column;
    }

    .contact_section .images_block {
        flex: 0 0 100%;
        max-width: none;
        justify-content: center;
    }

    .contact_section .images_block img {
        width: 50%;
    }

    .contact_section .form_fields {
        flex: 0 0 100%;
        max-width: none;
    }

    .main_slider .slide_inner {
        flex-direction: column-reverse;
    }

    .main_slider .info_block {
        width: 100%;
        height: 340px;
    }

    .main_slider .slide_image:before {
        padding-bottom: 380px;
    }

    .main_slider .slide_title {
        max-width: 350px;
        -webkit-line-clamp: 3;
    }

    .main_slider .slide_description {
        max-width: 350px;
        -webkit-line-clamp: 4;
    }

    .home_about_section .decor_line {
        display: none;
    }

    .home_about_section .about_history {
        flex-wrap: wrap;
    }

    .home_about_section .about_block {
        padding: 20px 10px;
        width: 100%;
    }

    .home_about_section .about_block:first-child {
        padding-top: 0;
    }

    .home_about_section .about_block.small_img .about_img {
        order: 1;
        width: 100%;
        height: auto;
    }

    .news_section li {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_section li:last-child {
        width: 100%;
    }

    .news_section .images_inner::before {
        padding-bottom: 40%;
    }
}

@media (max-width: 575px) {
    .main_slider .slide_inner {
        flex-direction: column;
    }

    .main_slider .info_block {
        width: 100%;
        height: 270px;
        padding: 20px;
    }

    .main_slider .inner_info {
        bottom: 10px;
        right: 10px;
    }

    .main_slider .slick-arrow {
        bottom: 15px;
    }

    .main_slider .slick-arrow.slick-prev {
        left: 25px;
    }

    .main_slider .slick-arrow.slick-next {
        right: 25px;
    }

    .main_slider .slide_image {
        border-bottom: 37px solid #ffffff;
    }

    .main_slider .slide_image:before {
        padding-bottom: 237px;
    }

    .main_slider .slide_title {
        font-size: 180%;
        line-height: 23px;
    }

    .main_slider .slide_description {
        font-size: 120%;
        line-height: 17px;
        margin-top: 20px;
    }

    .slider_section .indicator_block {
        width: auto;
        right: 185px;
        bottom: 50px;
        left: 20px;
    }

    .slider_section .slider_indicator {
        top: 20px;
        color: rgba(5, 83, 159, 0.8);
        right: 10px;
    }

    .slider_section .slider_indicator .current_slide {
        font-size: 380%;
        line-height: 40px;
    }

    .slider_section .slider_indicator .slides_count {
        font-size: 160%;
        line-height: 22px;
    }

    .contact_section .images_block img {
        width: 100%;
    }

    .contact_section .form_fields {
        padding: 0;
    }

    .contact_section .button_block {
        margin-top: 20px;
        flex-direction: column;
    }

    .contact_section .button_block a {
        margin-bottom: 25px;
    }

    /*.news_section li:last-child .news_info {*/
    /*    position: relative;*/
    /*    padding: 0;*/
    /*    margin-top: 20px;*/
    /*    left: 0;*/
    /*}*/
    .news_section .news_title {
        color: #fff;
        font-size: 160%;
        line-height: 21px;
    }

    .news_section .news_description {
        color: #fff;
        opacity: 0.8;
    }

    .news_section .news_link {
        color: rgb(0, 90, 168);
    }

    .news_section .images_inner::before {
        padding-bottom: 60%;
    }

    .news_section .news_title {
        margin-top: 20px;
        font-size: 160%;
        line-height: 21px;
    }
}

.web .slide_btn, .web .validate_button .news_link_btn {
    transition: all 0.3s;
}

.web .slide_btn:hover, .web .validate_button .news_link_btn:hover {
    background: #0C60AC;
}

.web .slick-arrow, .web .validate_button, .web .news_link_btn {
    transition: all 0.3s;
}

.touch .slide_btn, .touch .validate_button .news_link_btn {
    transition: all 0.15s;
}

.touch .slide_btn:active, .touch .validate_button .news_link_btn:active {
    background: #0C60AC;
}

.main_slider .slick-dots button, .contact_section .tab_block {
    transition: opacity 0.3s;
}

.web .slick-arrow:hover, .web .validate_button:hover, .web .news_link_btn:hover {
    opacity: 0.7;
}

/*new home css*/


/*.services{*/
/*    display: flex;*/
/*}*/
.services_title {
    text-align: center;
    color: #004CA5;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    margin-bottom: 50px;
}

.services_items {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    justify-content: space-between;
}

.big-gap {
    gap: 100px;
}

.services_item.big {
    width: calc(100% / 2);
}

.services-item-link {
    margin-top: 20px;
    background: #004CA5;
    color: white;
    padding: 12px 45px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px
}

.services-item-link:hover {
    color: white;
}

.services_item {
    /*width: calc(100% / 3.5);*/
    width: 333px;
    border-radius: 15px;
    padding: 30px 50px;
    border: 1px solid #004CA5;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 380px;
}

.services_item_description {
    text-align: center;
    color: #004CA5;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
    min-height: 60px;
}

.services_item_image {
    width: 100%;
    height: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services_item_image_text {
    color: #004CA5;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: bold;
    font-size: 22px;
}

.services_link_block {
    margin-top: 80px;
    text-align: center;

}

.services_link_block a {
    background: #004CA5;
    color: white;
    padding: 12px 45px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
}

.custom-margin-layout {
    margin: 50px 0 100px 0;
}

.specail_info {
    text-align: center;
    color: #004CA5;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
}

.partners_layout {
    display: flex;
    gap: 30px;
    padding: 40px 0;
}

.partner_block {
    width: calc(100% / 5);
    /*border: 1px solid #6E7786;*/
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(84, 124, 203, 0.26);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 20px;
}

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

.partner_name {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    color: #999999;
    font-weight: 600;
    font-size: 14px;
}

.home-big-background.small {
    /*height: 254px;*/
    /*margin: 100px 0;*/
    margin: 0;
}

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


.slider_section .partners_list {
    display: flex;
    padding: 0;
    /*flex-wrap: wrap;*/
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 40px -7px;
    list-style-type: none;
}

.slider_section .partners_list::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 20px;
}

/* Track */
.slider_section .partners_list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

/* Handle */
.slider_section .partners_list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

/* Handle on hover */
.slider_section .partners_list::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 20px;
}

.slider_section .partners_list li {
    min-width: calc(100% / 5);
    padding: 7px;
}

.slider_section .partner_block {
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(84, 124, 203, 0.26);
    width: 100%;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.slider_section .partner_logo {
    width: 100%;
    position: relative;
    height: 90px;
    /*padding-bottom: 55px;*/
}

.slider_section .partner_name {
    font-size: 140%;
    line-height: 18px;
    font-family: "bold", "arm-bold";
    color: #999999;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: center;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partner_block img {
    width: 100%;
    object-fit: contain;
}

.block_link {
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.glide {
    margin-bottom: 50px;
}

.partner-item {
    height: 158px;
}

.glide__slides {
    padding-top: 7px;
    height: 200px;
}

.glide__arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
}

.glide__arrow--right {
    right: 10px;
}

.glide__arrow {
    top: 60%;
    background-color: rgb(0, 90, 168);
    border-radius: 50%;
}

.glide__arrow--right {
    right: -20px;
}

.glide__arrow--left {
    left: -20px;
}

.custom-content {
    padding-top: 168px;
}

.services {
    margin-top: 50px;
}


.glide__slide {
    /*width: calc(100% / 5);*/
    /*height: 200px;*/
    /*background-color: red;*/
}

.home-doctor-image {
    width: 183px;
    height: 240px;
    object-fit: cover;
}

.service-item-image {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page_menu {
    max-height: 448px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
    /*position: static;*/
}

.home-big-background {
    height: 436px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*max-width: 1200px;*/
}

.home-big-background-content {
    background: rgba(0, 0, 0, 0.71);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-content .glide__slides {
    padding-top: 0;
}

.home-big-background-title {
    font-family: 'Nato Sans Armeni', Sans-Serif;
    font-weight: bold;
    font-size: 45px;
    line-height: 30px;
    color: white;
    width: 100%;
    text-align: left;
    margin-left: 75px;
    margin-top: 160px;
}

.new-content-layout {
    display: flex;
    margin-top: 30px;
}

.our_works {
    background-color: #F4F6F9;
    margin-top: 50px;
}

.our_works_works {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 50px 0;
}

.review {
    width: calc(100% / 3 - 15px);
    min-height: 170px;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(84, 124, 203, 0.26);
    padding: 20px 35px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    position: relative;
}

.review_founder_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review_founder {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.review_text {
    text-align: left;
    color: #004CA5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2rem;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.card-body {
    text-align: left;
    color: #004CA5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2rem;
}

.card {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 76, 165, 0.45);
}

.faq .btn-link:hover {
    text-decoration: none;
}

.faq .btn-link:focus {
    text-decoration: none;
}

.btn[aria-expanded="true"] .cross:before {
    opacity: 0;
}

.card-header {
    background: transparent;
    border-bottom: none;
}

.glide2 .glide__slides {
    height: auto;
    padding-bottom: 50px;
}

.review_founder_name {
    color: #004CA5;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.review_founder_company {
    color: #004CA5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.glide2 {
    position: relative;
}

.glide2 .glide__arrow {
    top: 56%;
}

.faq {
    background-color: #F4F6F9;
    padding: 40px 0;
}

.cross_block {
    display: flex;
    gap: 15px;
    align-items: center;
}

.cross_text {
    text-align: left;
    font-family: 'Nato Sans Armeni', Sans-Serif;
    font-weight: bold;
    font-size: 17px;
    color: black;
    margin-top: 15px;
}

.cross {
    position: relative;
    width: 14px;
    height: 14px;
    transition: all 0.4s;
}

.cross::before,
.cross::after {
    content: "";
    position: absolute;
    background-color: black;
}

.cross::before {
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cross::after {
    width: 100%;
    height: 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.card-body {

}

.our_work_description {
    font-family: 'Nato Sans Armeni', Sans-Serif;
    font-weight: 400;
    font-size: 23px;
    color: #004CA5;
    margin-top: 20px;
    text-align: center;
    max-width: 260px;
}

.our_work_description span {
    font-weight: bold;
}

.our_work {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 200px;
}

.page_menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 20px;
}

.our_work_image {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.doctor-posts {
    margin-top: 50px;
}

.posts {
    display: flex;
    flex-wrap: wrap;
    /*gap: 100px;*/
    margin-top: 30px;
    justify-content: space-between;
}

.post {
    margin-top: 20px;
    width: calc(100% / 3 - 140px);
    height: 333px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(84, 124, 203, 0.26);
}

.post-title {
    color: #2C2C2C;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Popins', sans-serif;
    line-height: 26px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    max-height: 3em;
}

.post-date {
    color: #4D4D4D;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    font-family: 'Popins', sans-serif;
    line-height: 30px;
}

.post-image {
    height: 207px;
    object-fit: cover;
}

/*big slider*/
.hom_big_slider {
    position: relative;
    width: 100%;
}

.hom_big_slider_image {
    width: 100%;
    max-height: 305px;
    /*height: 100%;*/
    object-fit: cover;
}

.glide3 {
    position: relative;
}

.glide3 .glide__arrow {
    top: 34%;
}

.hom_big_slider_text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /*height: 100%;*/
    /*background: rgba(0, 0, 0, 0.71);*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

.page_menu::-webkit-scrollbar-thumb {
    background: rgb(0, 90, 168);
    border-radius: 20px;
}

.page_menu::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 90, 168);
    border-radius: 20px;
}

.custom_container.small {
    max-width: 900px;
}

.main-text {
    /*margin-left: 50px;*/
    max-width: 700px;
    text-align: left;
    margin-top: -40px;
    font-family: 'Nato Sans Armeni', Sans-Serif;
    /*font-family: "regular", "arm-bold";*/
    font-size: 14px;
}

.service-layout {
    height: auto;
}

.background-content {
    padding-left: 16px;
    margin: 0;
    padding-right: 10px;
    max-width: 80%;
}

@media screen and (min-width: 1800px) {
    .home-big-background {
        height: auto;
    }

    .hom_big_slider_image {
        max-height: 550px;
    }

    .glide3 .glide__arrow {
        top: 50%
    }

    .main-text {
        margin-top: 0;
    }
    .home-big-background-title{
        margin-left: 100px;
        margin-top: 280px;
    }
}
@media screen and (max-width: 767px) {
    .main-text {
        margin-top: 0;
    }

    .hom_big_slider_image {
        height: 100%;
        max-height: 100%;
    }

    .services_item.big {
        width: 100%;
    }

    .background-content {
        max-width: 97%;
    }

    .big-gap {
        gap: 50px;
    }

    .services_items {
        flex-wrap: wrap;
    }

    .custom-content {
        padding-top: 133px;
    }

    .services_item {
        width: 100%;
        height: 410px;
    }

    .home-doctor-image {
        width: 70%;
        height: 300px;
    }

    .services_link_block a {
        display: block;
        padding: 12px 0;
        width: 100%;
    }

    /*.services {*/
    /*    margin-top: 100px;*/
    /*}*/
    .partners_layout {
        flex-wrap: wrap;
    }

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

    .slider_section .partners_list li {
        min-width: calc(100% / 2.3);
    }
}

@media screen and (max-width: 991px) {
    .glide3 .glide__arrow {
        top: 50%;
    }

    .new-content-layout {
        margin-top: 0;
    }

    .posts {
        flex-direction: column;
    }

    .post {
        width: 100%;
        margin-top: 30px;
        /*height: 700px;*/
    }

    .post-image {
        height: 170px;
    }

    .education-box {
        margin-top: 50px;
    }

    .info-list {
        margin-top: 50px;
    }

    .post-title, .post-date {
        font-size: 30px;
    }

    .our_works {
        height: max-content;
    }

    .our_work {
        height: auto;
    }

    .our_works_works {
        flex-direction: column;
    }

    .new-content-layout {
        display: flex;
        flex-direction: column;
    }

    .background-content {
        padding-left: 15px;
        margin: 0 auto;
        padding-right: 15px;
    }

    .home-big-background-title {
        font-size: 30px;
        text-align: center;
        margin-left: 0;
    }

    .home-big-background {
        margin-top: 75px;
    }

    .page_menu {
        height: auto;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-right: 0;
        padding-bottom: 10px;
    }
}

