/* navy: #3C7A76; */

html {
    height: 100%;
}
body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    color: #2D2D2D;
    background-color: var(--bg);
    min-width: 320px;
}
.main {
    flex: 1 0 auto;
    padding-top: 92px
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header__logo, .footer_logo {
    flex-shrink: 0;
}
.container {
    max-width: 1366px;
    position: relative;
    width: 100%
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    font-weight: bold;
    font-family: inherit;
    color: #0a0a28;
}
.h1 {
    padding: 16px 15px;
    font-size: 22px;
    border-bottom: 1px solid #e1e8ed;
    background-color: #fff;
    margin: 0;
}
.h2 {
    padding: 19px 15px;
    font-size: 18px;
    border-bottom: 1px solid #e1e8ed;
    background-color: #fff;
    margin: 0;
}
.h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
.h4 {
    font-size: 16px;
    color: #606060;
    margin: 0 0 5px;
}
.h5 {
    font-size: 14px;
    color: #606060;
    margin: 0 0 5px;
}
a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease
}
a:hover,
a:active {
    text-decoration: none;
}
.container {
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after,
.container:after,
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}
.hidden {
    display: none!important;
}
input {
    background: #FFFFFFE5;
    border: 1px solid #01002A0D;
    border-radius: 60px;
    height: 50px;
    padding: 15px 16px;
    width: 100%;
    font-family: 'Roboto';
}




.header_top {
    background: var(--basic-company);
    padding: 10px 0
}
.header_center {
    background: var(--basic-company);
    box-shadow: 0px 3px 16px 0px #01002A0F;
    height: 92px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100
}
.header_center_wrapper {
    height: 92px
}
.menu_link {
    color: var(--second-company-text);
}
.form_search {
    box-shadow: 0px 3px 12px 0px #01002A0D;
    position: relative;
    border-radius: 60px;
    max-width: 335px;
    width: 100%;
}
.menu_group_header, .head_menu {
    max-width: 480px;
    width: 100%
}
.menu_list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: space-between;
}
.menu_link {
    padding: 36px 0;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.main_btn {
    background: #F15D34;
    border: 1px solid #F15D34;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 500;
    text-decoration: none;
    color: var(--button-text);
    padding: 0 36px;
    transition: all .3s ease
}
.contact_item {
    color: #fff;
    text-decoration: none;
    gap: 10px;
}
.logo__link {
    display: flex;
    height: 55px
}
.menu_item.menu_item_1 {
    height: 100%;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
.search_button {
    position: absolute;
    left: 15px;
    background: transparent;
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    color: #ABAEBA;
    top: 15px
}
.search_input {
    padding: 15px 16px 15px 40px
}
.social_header {
    gap: 24px;
}
.social__link {
    border: 1px solid #FFFFFF66;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFFFA;
}
.main_banner {
    width: 100%;
}
.slider_main_item {
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%
}
.slider_main_item {
    width: 100%
}
.slider_main_item img{
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;

}
.main_banner_right {
    width: calc(100% - 1056px);
    gap: 20px
}
.info_right_block {
    padding: 20px 30px;
    border-radius: 10px
}
.weather_block {
    background: #EFF2FA;
}
.currency_block {
    background: #EBF4E7;
}
.main_banner_container {
    margin-bottom: 80px;
    margin-top: 40px
}
.main_banner.swiper {
    padding-bottom: 38px;
    margin: 0;
    max-height: 458px;
}
.main_banner .swiper-slide {
    max-height: 420px
}
.back_block {
    margin: 80px 0;
    padding: 80px 0;
    background: #F9F9F9;
}
.footer {
    background: var(--basic-company);
}
.footer_top {
    padding: 50px 0;
}
.footer_copyright {
    padding: 16px 0;
    border-top: 1px solid #FFFFFF4D;
}
.foot_menu .menu_group_header, .foot_menu {
    max-width: 445px;
    width: 100%
}
.foot_menu .menu_link {
    padding: 20px 0;
}
.footer .logo__link {
    height: 60px
}
.footer_copyright_flex {
    color: var(--second-company-text)
}
.created_by_Sago_Group a {
    text-decoration: none;
    font-weight: 600
}
.main_block {
    margin: 80px 0
}
.last_block {
    margin-bottom: 0;
}
.main_text {
    max-width: 1018px;
}
.news_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 6px
}
.news_item {
    border-top: 1px solid #DDDDDD;
    padding-top: 24px;
    position: relative;
    gap: 20px;
    margin-bottom: 24px;
}
.news_item:not(.blog_page_news):nth-child(odd) {
    padding-right: 33px
}
.news_item:not(.blog_page_news):nth-child(even) {
    padding-left: 33px
}
.news_item::before, .new_news_item::before {
    content: '';
    position: relative;
    width: 9px;
    height: 9px;
    background: var(--button-color);
    margin: 5px 10px;
    border-radius: 100%;
    flex-shrink: 0;
}
.new_news_item::before {
    width: 5px;
    height: 5px;
    margin: 6px 10px;
}
.news_name a {
    font-size: 20px;
    font-weight: 500;
    color: #2D2D2D;
    text-decoration: none;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.news_name {
    margin-bottom: 12px
}
.news_annotation {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #5E5E5E;
    line-height: 22px;
}
.news_date {
    color: #ABAEBA;
    font-weight: 500;
    line-height: 1;
    gap: 8px;
    margin-bottom: 12px;
}
.look_all a {
    color: var(--button-color);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 1.2;
}
.main_heading {
    margin-bottom: 24px;
    max-width: 670px
}
.new_site_item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F5F9;
    border-radius: 10px;
    height: 200px;
    border: 1px solid #D1D6E1;
    transition: all .3s ease
}
.fn_new_sites.swiper {
    padding: 16px 14px 30px;
    /* margin: 0 -18px */
}
.side_block_ttl {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.2;
}
.breadcrumbs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
        overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs a {
    transition: all .2s ease;
    text-decoration: none;
    font-weight: 400;
    color: #525151;
    display: flex;
}

.breadcrumbs .breadcrumbs__item {
    padding: 0;
    color: #ABAEBA;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    display: flex;
}

.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    padding: 0 8px;
    content: url(../images/breadcrumb.svg);
    top: 2px;
    position: relative;
}
.categories_grid_page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin: 40px 0 80px;
}
.item_level_first {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #01002A1C;
    border-radius: 16px;
    padding: 20px;
}
.link_level_first {
    color: #2D2D2D;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    line-height: 1.2
}
.link_level_first::after {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #2D2D2D;
    transition: all .3s ease
}
.link_level_second {
    color: var(--button-color);
    position: relative;
    white-space: nowrap;
}
.level_2.subcategory {
    margin-top: 12px
}
.link_level_second:not(:last-child)::after {
    content: ',';
    position: relative;
    right: 0px;
    bottom: 0px;
    padding-right: 5px;
}
.second_description_text {
    max-width: 785px;
}
.link_level_second::before {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--button-color);
    transition: all .3s ease
}
.sidebar_organization, .sidebar_blog {
    max-width: 320px;
    width: 100%
}
.products_container, .blog_container {
    width: calc(100% - 400px);
}
.organization_wrapper,
.blog_wrapper {
    margin-bottom: 80px;
    margin-top: 30px
}
.preview_organization {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
}
.organization_item {
    box-shadow: 0px 4px 16px 0px #01002A14;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 20px;
    transition: all .3s ease
}
.preview_image {
    background: #F3F5F9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 200px;
        flex-shrink: 0;
}
.preview_image .d-flex {
    max-width: 90%
}
.org_left_sticky .preview_image {
    width: 300px;
    height: 240px;
}
.orgazination_name {
    font-size: 26px;
    font-weight: 500;
    color: #2D2D2D;
    transition: all .3s ease;
    line-height: 1.2;
}
.organization_content {
    gap: 20px
}
.oragnization_annotation {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    color: #5E5E5E 
}
.subcategories_block {
    margin-bottom: 30px;
}
.subcategory_item {
    margin-right: 12px;
    height: 50px;
    display: flex
}
.subcategory_link {
    padding: 15px 20px;
    border: 1px solid var(--button-color);
    border-radius: 60px;
    color: var(--button-color);
    white-space: nowrap;
    line-height: 1.1;
}
.subcategories_wrapper {
    flex-wrap: wrap;
    row-gap: 12px;
}

.siblings_categories {
    background: #F3F5F9;
    border-radius: 16px;
    padding: 20px 0 10px;
}
.siblings_category_link {
    padding: 10px 0;
    border-top: 1px solid #DCE2ED;
    width: 100%
}
.siblings_category_item {
    padding: 0 20px;
    display: flex;
    transition: all .3s ease
}
.siblings_ttl {
    font-size: 22px;
    font-weight: 500;
    color: #2D2D2D;
    padding: 0 20px;
    margin-bottom: 16px;
}
.siblings_category_item.selected {
    background: #DCE2ED;
}
.sidebar_advert {
    margin-top: 30px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-height: 420px;
    height: 100%;
    display: flex;
}
.sidebar_blog .sidebar_advert {
    margin-top: 0
}
.sidebar_advert_img {
    display: flex;
    height: auto;
    width: 100%
}
.sidebar_advert_img img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.sidebar_block_sticky {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
}
.org_wrapper {
    margin-bottom: 80px
}
.org_left_block {
    max-width: 300px;
    width: 100%;
    position: relative;
}
.org_left_sticky {
    gap: 30px;
    position: sticky;
    top: 100px;
    align-items: center;
}
.org_btn {
    background: var(--button-color);
    border-color: var(--button-color);
    gap: 10px;
    width: 100%;
    max-width: 268px
}
.organization_phones {
    gap: 16px;
}
.organization_phone_item {
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #2D2D2D;
}
.organization_phone_item svg{
    color: var(--button-color)
}
.org_right_block {
    width: calc(100% - 350px);
}
.organization_slogan {
    width: fit-content;
    background: #F3F5F9;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.organization_email_item {
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
}
.organization_email_item svg {
    color: var(--button-color)
}
.organisation_content_top {
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px
}
.organization_description {
    margin-top: 30px
}
.organization_gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}
.images_link {
    display: flex;
    width: 100%;
    height: 100%;
}
.images_link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.organization_images_item {
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
}
.organization_schedule {
    border: 1px solid #DDDDDD;
    width: 100%;
    max-width: 320px;
    border-radius: 10px;
    margin-top: 28px;
    user-select: none;
}
.organization_schedule_ttl svg,
.organization_location svg {
    color: var(--button-color);
    flex-shrink: 0;
}
.organization_schedule_ttl {
    gap: 12px;
    font-weight: 500;
    padding: 15px 12px;
    cursor: pointer;
    transition: all .3s ease;
}
svg.arrow_down {
    color: #2D2D2D;
    position: relative;
    top: -1px;
    margin-left: auto;
    transition: all .3s ease;
}
svg.arrow_down.active {
    transform: rotate(180deg)
}
.shedule_item {
    padding: 8px 10px;
    border-bottom: 1px solid #EAEAEA;
    justify-content: space-between;
    color: #5E5E5E;
}
.shedule_item:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.shedule_item:first-child {
    padding-top: 0
}
.organization_schedule_wrapper {
    padding: 10px 12px 15px;
    display: none
}
.organization_contacts {
    padding: 0 12px;
    gap: 60px;
}
.organization_location {
    font-weight: 600;
    font-size: 18px;
    gap: 12px
}
.new_site_item img {
    max-width: 85%
}
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:26px;gap:26px}
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5){display:none}
@media (max-width: 1200px) {
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px}
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4){display:none}
}
@media (max-width: 991px) {
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:26px;gap:26px}
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3){display:none}
}
@media (max-width: 767px) {
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:1fr 0.5fr;grid-gap:26px;gap:26px}
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3){display:none}
}
@media (max-width: 480px) {
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:26px;gap:26px}
.fn_banner_group1:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+2){display:none}
}
.blog_page_news .news_name a {
    font-size: 26px
}
.post_image {
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    max-height: 640px;
    display: flex;
    margin-bottom: 40px;
}
.post_img {
    object-fit: cover;
    height: 100%;
}
.jssocials-share-link{
    border-radius: 10px;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0!important
}
.post_block {
    margin-bottom: 40px;
}
.date_share .news_date {
    margin-bottom: 0
}
.jssocials-share-logo {
    width: 20px!important;
    font-size: 16px!important;
}
.jssocials-shares {
    margin: 0!important
}
.jssocials-share {
    margin: 0 10px 0 0!important
}
.pagination {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}
.page_item {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E1E1;
    border-radius: 100%;
    color: var(--button-color);
    transition: all .3s ease;
    overflow: hidden;
}
.page_item.active {
    background: var(--button-color);
    border-color: var(--button-color );
    color: #FEFEFE
}
.page_link {
    padding: 8px 16px;
}
.date_share {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DADADA;
}
.news_siblings_wrapper {
    padding: 0 10px
}
.new_news_item {
    padding: 0 7px 12px;
    border-bottom: 1px solid #DCE2ED;
    margin-top: 12px;
}
.new_news_item:first-child {
    margin-top: 0
}
.new_news_item:last-child {
    border-bottom: none;
}
.new_news_item .news_name a {
    font-size: 14px
}
.new_news_item .news_name {
    margin: 0;
}
.new_news_item .news_date {
    font-size: 12px;
    gap: 5px;
    margin-bottom: 6px;
}
.new_news_item .news_date svg{
    width: 15px;
    height: 15px
}
.sidebar_blog .sidebar_block_sticky{
    gap: 40px
}
.menu_switch {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #FFFFFF33;
    border-radius: 100%;
    color: #FFFFFFFA;
}
.menu_icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob_menu_icon {
    width: 26px;
    height: 2px;
    background: #FFFFFFFA;
    position: relative;
    top: 4%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    transition: all ease 0.3s;
}
.mob_menu_icon::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #FFFFFFFA;
    position: absolute;
    top: -8px;
    left: 0;
    transition: all ease 0.3s;
    border-radius: 3px;
}
.mob_menu_icon::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #FFFFFFFA;
    position: absolute;
    bottom: -8px;
    right: 0;
    transition: all ease 0.3s;
    border-radius: 3px;
}
.feedback_form {
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 25px 0px #01002A1A;
    padding: 24px;
    border-radius: 16px;
    max-width: 780px;
}
.form_group {
    margin-bottom: 16px
}
.form_block {
    padding-top: 24px;
}
.form_block [placeholder] {
    color: #5E5E5E
}
.form_block input {
    background: #F7F6F6;
    border: 1px solid #01002A0F
}
.form_block input.main_btn {
    background: #F15D34;
    border: 1px solid #F15D34;
    margin: 0 auto;
    max-width: 300px;
    cursor: pointer;
    font-family: 'Roboto';
}
.map_block {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #DDDDDD
}
.ya_map {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}
.map_block iframe {
    width: 100%;
    height: 450px;
    filter: brightness(0.75);
}
.add_site_form {
    margin: 40px 0 80px;
}
.form_add {
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 25px 0px #01002A1A;
    border-radius: 16px;
    background: #fff;
    padding: 24px;
    margin-top: 40px;
}
.form_add:first-child {
    margin-top: 0;
}
.form_ttl {
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
    margin-bottom: 16px;
}
.form_add .form_group {
    padding: 0
}
.form_add input {
    border: 1px solid #01002A0F;
    background: #F7F6F6;
    padding: 15px 20px;
}
.form_add [placeholder] {
    color: #5E5E5E;
}
.bottom_form_inputs {
    display: flex;
    gap: 26px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #DDDDDD;
}
.right_form_block {
    max-width: 350px;
    width: 100%;
}
.left_form_block {
    width: calc(100% - 406px);
}
.form_block_wrapper {
    gap: 26px;
}
.form_block_item {
    width: 100%;
}
.first_block {
    background-image: url(../images/back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 60px 0 100px;
    position: relative
}
.first_block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000814DE;
    top: 0;
    left: 0;
}
.first_block .main_heading {
    color: #FFFFFFFA
}
.first_block .container {
    z-index: 99
}
.main_categories_grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-bottom: 30px;
}
.main_category_item {
    background: transparent;
    border: 2px solid #FFFFFF40;
    padding: 20px 24px;
    border-radius: 16px;
    transition: all .3s ease;
    justify-content: center;
    align-items: center;
}
.main_category_name {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFFFA;
    text-align: center;
}
.main_category_image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 16px
}
.back_block.second_block {
    margin-top: 0
}
.main_categories .main_heading_description {
    opacity: 0.7
}
.slider_main_item a {
    width: 100%
}
.main_categories .look_all a {
    color: #F15D34;
}