header {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

nav {
    max-width: 1600px;
    width: 100%;
    height: 122px;


    display: flex;
    justify-content: space-around;
    align-items: center;
    /* gap: 264px; */

    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.07);

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.header_icons {
    margin-top: 5px;
    max-width: 435px;
    width: 100%;
    height: 81px;
    display: flex;
    gap: 10px;

    position: relative;
    z-index: 998;
}

.header_icons div:nth-child(1) {
    /* width: 118px;
    height: 81px; */
}

.header_icons_block:nth-child(1) {
    display: flex;
}

.header_icons_block a {
    display: flex;
    gap: 10px;
}

.header_icons_block div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_icons_block div img {
    width: 45px;
    height: 50px;
}

.header_icons_block p:nth-child(1) {
    color: #5CBAEA;
    font-weight: 500;

}

.header_icons_block p:nth-child(2) {
    color: #AEAEAE;
    font-size: 14px;
}

.header_right_menu {
    max-width: 661px;
    width: 100%;
    height: 82px;
    border-radius: 52px;
    background: rgba(92, 186, 234, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #5CBAEA;
}

.header_link_form {
    display: block;
    width: 248px;
    height: 52px;
    background-color: rgba(92, 186, 234, 1);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

}

.header_right_menu div {
    cursor: pointer;
}

.header_right_menu_link {
    color: rgba(92, 186, 234, 1);
    transition: 0.10s;
    display: flex;
    gap: 3px;
}

.header_right_menu_link:hover {
    padding: 7px;
    transition: 0.10s;
    border: solid 1px;
    border-radius: 50px;
    color: white;
    background-color: rgba(92, 186, 234, 0.6);
}

.header_right_menu_link:hover div {
    transform: rotate(180deg);
    transition: 0.10s;
    position: relative;
    top: 2px;
}

.header_right_menu_link i {
    font-size: 10px;
    transition: 0.10s;
}


.header_services {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.header_services_block {
    display: block;
    width: 256px;
    background: #c2e3ff;
    border-radius: 10px;
    transition: 0.10s;

}

.header_services_block:hover {
    background-color: rgba(92, 186, 234, 1);
    color: white;
    transition: 0.10s;
}

.header_services_block:hover p {
    color: white;
    transition: 0.10s;

}

.header_services_block img {
    width: 50px;
    height: 50px;
    border-radius: 200px;

}

.header_services_block div {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-top: 15px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 100px;
    background-color: #fff;
}

.header_services_block p {
    margin-left: 30px;
    font-size: 22px;
    color: #5CBAEA;
    margin-top: 30px;
}

.header_bottom_menu {
    display: flex;
    justify-content: space-between;
    /* justify-content: normal; */
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.header_bad_vision a {
    color: #5CBAEA;
    text-decoration: underline;
}

.header_right_menu_list {
    width: 391px;
    height: 440px;
    position: absolute;
    top: 100px;
    display: none;
    background-color: white;
    transition: 0.15s;
    opacity: 0;
    border-radius: 20px;
    box-shadow: -2px -2px 7px 5px rgba(0, 0, 0, 0.03);
}

.header_right_menu_link:hover .header_right_menu_list {
    display: block;
    transition: 0.15s;
    opacity: 1;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    width: 391px;
    /* height: 440px; */
    border-radius: 20px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .header_right_menu_link {
    padding: 7px;
    transition: 0.10s;
    border: solid 1px;
    border-radius: 50px;
    color: white;
    background-color: rgba(92, 186, 234, 0.6);
}

.dropdown-content a:hover {
    color: rgba(92, 186, 234, 1);
}

.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
}

.dropdown-content_tel {
    display: none;
    width: 431px;
    /* height: 344px; */
    gap: 10px;
    padding-left: 40px;
    padding-top: 40px;
    box-sizing: border-box;
}

.dropdown-content_tel p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(174, 174, 174, 1);
}

.dropdown-content_tel span {
    font-size: 18px;
    font-weight: 600;
    color: black;

}

.dropdown-content_tel span a {
    padding: 0;
}

.header_search {
    max-width: 530px;
    width: 100%;
    display: flex;
}

.header_search button {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    /* overflow: hidden; */
    border: none;
    position: relative;
    left: -80px;
    top: 16px;
    cursor: pointer;
    background-color: white;
}

.header_search button img {
    width: 60px;
    height: 50px;
    border-radius: 100px;
}

.header_search input {
    max-width: 505px;
    width: 100%;
    height: 80px;
    border: solid 1px rgba(92, 186, 234, 0.6);
    background-color: rgba(222, 241, 251, 0.2);
    padding-left: 25px;
    border-radius: 500px;
}

.header_search input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(174, 174, 174, 1);
}

.header_search input:focus {
    outline: none;
}

.header_icons_block_mobile {
    display: none;
}

.header_services_mobile {
    display: none;
}

.nav_burger_block {
    height: 100%;
    width: 100%;

    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 99;
    /* top: 77px; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
}

.burger_click {
    width: 38px;
    height: 35px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;

    position: relative;
    transition: 1s;
}

.burger_click div {
    position: relative;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(92, 186, 234, 1);

    transition: 0.10s;
}

.burgerlogo {
    display: flex;
    margin-top: 85px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 15px;
}

.burger_logo_block1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.burger_logo_block2 {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.burger_logo_block div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.burger_logo_block p:nth-child(1) {
    color: rgba(92, 186, 234, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.burger_logo_block p:nth-child(2) {
    color: rgba(174, 174, 174, 1);
    font-size: 12px;
    font-weight: 300px;
}

.brg_logo1 {
    width: 45px;
    height: 50px;
}

.brg_logo2 {
    width: 20px !important;
    height: 20px !important;
}

.burger_content {
    margin-top: 30px;
}

.burger_content input {
    background-color: #fff;
}

.burger_navbar {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.burger_navbar_block {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.burger_navbar_block p {
    color: rgba(92, 186, 234, 1);
    font-size: 24px;
}

.burger_navbar_block i {
    font-size: 30px;
    position: relative;
    top: 5px;
    color: rgba(92, 186, 234, 1);

    transition: 0.10s;
}

.burger_navbar_block_open {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    display: none;
}

.burger_navbar_block_open {}

.burger_navbar_block_open_tel {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}

.burger_navbar_block_open p {
    color: rgba(174, 174, 174, 1);
    font-size: 18px;
}

.burger_navbar_block_open a {
    font-size: 16px;

}

.header_search_burger {
    margin-left: 5px;
}

.burger_form {
    max-width: 345px;
    width: 100%;
    height: 45px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgba(92, 186, 234, 1);

    color: white;
    border-radius: 73px;

    margin: 0 auto;
}

.header_searchNoNBrgr {
    position: relative;
    /* left: 20px; */
}

@media screen and (max-width: 950px) {
    .header_searchNoNBrgr {
        padding-left: 45px;
    }

    .header_searchNoNBrgr input {
        height: 44px !important;
    }

    .header_searchNoNBrgr button {
        position: relative;
        top: 4px !important;
    }

    .burger_input {
        height: 46px !important;
    }

    .headerSocLinks {
        display: none;
    }

    .header_bad_vision {
        display: none;
    }

    nav {
        height: 80px;

        /* position: absolute; */
        position: fixed;
        background-color: white;
        z-index: 99999;
        top: 0;
    }

    .header_icons {
        padding: 20px;
        gap: 0px;
        height: auto;
        justify-content: space-between !important;
        max-width: none;
    }

    .header_icons_block a {
        gap: 0px;
    }

    .header_icons_block img {
        width: 50%;
    }

    .header_right_menu {
        display: none;
    }

    .header_icons_block {
        /* display: none; */

        font-size: 10px;
    }

    .header_icons_block p:nth-child(1) {
        font-size: 12px;
    }

    .header_icons_block p:nth-child(2) {
        font-size: 12px;
    }

    .header_icons_block div {
        /* display: none; */
    }

    .header_icons_block_mobile {
        display: flex;
        align-items: center;
        justify-content: end;
        flex-direction: row-reverse;
    }

    .header_icons_block_mobile img {
        width: 15%;
        margin-right: 10px;
    }

    .header_services_block {
        width: 50% !important;
    }

    .header_services_block img {
        width: 30px;
        height: 30px;
    }

    .header_services_block div {
        width: 40px;
        height: 40px;
    }

    .header_services_block p {
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .header_services_mobile {
        margin-top: 10px;
        display: block;
        /* max-width: 400px; */
        width: 100%;
        overflow: hidden;

        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        padding-top: 10px;

    }

    .header_search {
        /* padding-left: 25px; */
        position: relative;
    }

    .header_bottom_menu {
        width: auto;
        margin: 0px;
    }

    .header_services {
        display: none;
    }

    .header-services-and-poisk-group {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 86px;
    }

    .header_icons_block_mobile {
        gap: 10px;
    }

    .header_icons_block_mobile a {
        width: 38px;
        height: 35px;
    }

    .header_icons_block_mobile a img {
        width: 34px;
        height: 31px;
    }

    .header_search input {
        background-size: 50px;
    }

    .header_search button {
        top: 6px;
        left: -60px;
        width: 45px;
        height: 40px;
    }

    .header_search button img {
        width: 37px;
        height: 30px;
    }

    .header_services_block p {
        font-size: 18px;
        width: 100px;
    }

    .brgr_btn_srch {
        top: 5px !important;
        left: -44px !important;
    }
}

@media (max-width:950px) {
    .swiper-slide {
        width: 250px !important;
    }
}

@media (max-width:430px) {
    .swiper-slide {
        width: 120px !important;
        /* height: 113px !important; */
        height: 128px !important;
    }

    .header_services_block {
        padding-bottom: 0;
    }

    .header_services_block p {
        margin-top: 35px;
        margin-left: 5px;
    }

    .pslider {
        margin-top: 20px !important;
    }

    .header_icons_block p:nth-child(2) {
        font-size: 12px;
    }
}

@media (min-width:430px) and (max-width:950px) {
    .header_services_block p {
        font-size: 20px;
    }

    .header-services-and-poisk-group .swiper-slide {
        height: 150px;
    }
}

@media (max-width:1340px) {
    .header_bad_vision {
        margin-right: 15px;
    }

    .header_search_burger {
        margin-left: 15px;
    }
}

@media (max-width:1360px) {
    .tittle_row h3 {
        margin-left: 15px;
    }

    .tittle_row_btns_href {
        margin-right: 15px;
    }
}

@media (max-width:680px) {
    .section4_news1Block {
        width: 100% !important;
    }

    .section4_news1 {
        width: 100%;
    }

    .section4_news1Block img,
    .section4_news1Block p,
    .section4_news1Block span {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .section4_news1Block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .section4_news1Block p {
        width: 290px;
    }
}

@media (min-width:1070px) {
    .header_services_block {
        padding-bottom: 15px;
    }
}

.headerSocLinks {
    position: relative;
    right: 30px;
}

#callButton {
    filter: drop-shadow(2px 4px 6px black);
}

@media(max-width:950px) {
    .header_bottom_menu {
        display: none;
    }

    .header_services_mobile {
        padding-top: 0;
    }

    .breadcrumb {
        margin-top: 40px;
    }
}