

/* Start:/local/templates/aobig/css/main.css?174661803856785*/
:root {
    --main-color-black: #231f20;
    --main-color-yellow: #ffcd08;
    --main-color-white: #ffffff;
    --main-color-gray: #e2e2e2;
}

body {
    scroll-behavior: smooth;
}

.linear1 {
    background: linear-gradient(#eeeeee, #ffffff);
    padding: 20px 0;
}

header .wrapper {
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;

    padding: 0px 10px 10px 10px;

    position: relative;
}

.logo {
    width: 85px;
    height: 62px;
}

.main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_header_content {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.main_header_img {
    width: 630px;

    opacity: .95;

    position: absolute;
    right: 0;
    top: -110px;
}

.main_header_content_title {
    color: var(--main-color-black);
    font-family: Raleway;
    font-size: 64px;
    font-style: normal;
    max-width: 757px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2.56px;
}

main {
    margin-top: 100px;
}

@media (max-width: 1200px) {
    main {
        margin-top: 70px;
    }
}

.main_header_bottom {
    display: flex;
    margin-top: 60px;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.main_header_btn_and_desc {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.main_header_desc {
    color: var(--, #231f20);
    margin-left: -10px;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    width: 240px;
    line-height: 140%;
}

.mini_info {
    margin-top: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1200px) {
    .mini_info {
        margin-top: 40px;
    }
}

.mini_info_block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mini_info_line {
    border-radius: 10px;
    background: var(--main-color-yellow);
    width: 1px;
    height: 38px;
}

.mini_info_text {
    color: var(--main-color-black);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 1.6px;
}

.circle {
    margin-top: 147px;
}

.block_title {
    display: flex;
    justify-content: start;
    align-items: center;
    transition: 5s all !important;
}

.block_title_text {
    color: var(--main-color-black);
    font-family: Raleway;
    font-size: 36px;
    font-weight: 500;
    line-height: 140%;

    max-width: 588px;

    text-align: start;
}

.block_title_text_desc {
    color: #727272;
    font-size: 14px;
    text-align: start;
}

.circle_block {
    margin-top: 220px;
    display: flex;
    position: relative;
    justify-content: center;
}

.circle_img {
    width: 306.652px;
    height: 332.5px;
    border-radius: 1000px;

    transform: rotateY(180deg);
}

.circle_img_block {
    width: fit-content;
    border-radius: 1000px;
    padding: 23.75px 36.54px;
    background: var(--main-color-yellow);
}

.circle_outside {
    position: absolute;
    width: 519.685px;
    top: -70px;
    height: 519.921px;
}

.circle_top {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    top: -135px;
    align-items: center;
}

.circle_text_info {
    color: var(--main-color-black);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.circle_left {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 10px;
    top: 150px;
    left: 105px;
    align-items: center;
}

.circle_bottom {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 10px;
    top: 415px;
    flex-direction: column;
    align-items: center;
}

.circle_right {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 10px;
    top: 150px;
    right: 135px;
    align-items: center;
}

.circle_desc_and_btn {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 10px;
    top: 280px;
    right: 115px;
    align-items: start;

    gap: 20px;
    flex-direction: column;
}

.circle_desc_and_btn_text {
    color: var(--main-color-black);
    font-family: Manrope;
    font-size: 20px;
    max-width: 390px;
    text-align: start;
    font-weight: 500;
    line-height: 140%;
}

.circle_info_right {
    position: absolute;
    display: none;
    justify-content: center;
    gap: 10px;
    top: -145px;
    right: 50px;
    align-items: start;
    border: 1px dashed var(--main-color-black);

    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.circle_line {
    position: absolute;
    bottom: -165px;
    left: 10px;
}

.circle_info_right_text {
    padding: 10px 20px;

    color: var(--main-color-black);
    font-family: Manrope;
    font-size: 16px;
    line-height: 140%;
    position: relative;
    z-index: 100;
    background: #fff;

    max-width: 295px;

    text-align: start;
}

.circle_info_right_text_circle {
    max-width: fit-content !important;
}

.edge {
    margin-top: 250px;
}

#section1 {
    margin-bottom: 80px;
}

.edge_blocks {
    /* margin-top: 80px; */
    /*white-space: nowrap;*/
}

.edge_blocks.inset {
    top: 320px !important;
}

.scrollmagic-pin-spacer {
    margin: 35px 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.edge_block {
    /*display: inline-block;*/
    /*max-width: 535px;*/
    /*min-width: 535px;*/
    /*width: 535px;*/
    margin: 0 -30px;
}

.slider-benefit {
    width: 475px !important;
    margin-left: 30px !important;
    overflow: visible !important;
}

.edge_block_main {
    display: flex;
    flex-direction: column;
}

.edge_block_main_text {
    color: var(--main-color-black);
    font-family: Manrope;
    font-size: 16px;
    line-height: 140%;

    text-align: start;

    margin-top: 20px;

    max-width: 316px;

    white-space: initial;
}

.edge_block_line {
    margin-top: 56px;
    margin-left: -123px;
}

.edge_block_main_img_block {
    display: flex;
    position: relative;
    align-items: start;
}

.edge_block_nexts {
    margin-left: -120px;
}

.consult {
    background: var(--main-color-yellow);
    padding: 45px;
    margin-top: 120px;
    border-radius: 2px;

    display: flex;
    justify-content: space-between;
    align-items: start;

    position: relative;
    z-index: 3;

    height: 100%;

    box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
}

.consult_admin {
    display: flex;
    justify-content: end;
    height: 100%;
    gap: 20px;
}

.consult_admin img {
    height: 297.39px;
}

.consult_admin_texts {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 10px;
    font-family: Manrope;
}

.consult_info_title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
}

.consult_info_title_text {
    color: var(--main-color-black);
    font-family: Raleway;
    font-size: 32px;
}

.consult_info_title img {
    border-radius: 2px;
    border: 1px solid var(--main-color-black);
    padding: 5px;
}

.consult_info_filter {
    margin-top: 40px;
}

.consult_info_filter_title {
    color: var(--main-color-black);
    font-family: Manrope;
    text-align: start;
}

.consult_info_filter_block {
    margin-top: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.consult_info_block {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.consult_info_line {
    width: 1px;
    height: 44px;
    border-radius: 10px;
    background: var(--main-color-black);
}

.consult_info_text {
    color: var(--main-color-black);
    font-weight: 600;
    text-align: start;
}

.consult_info_check {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 25px;
    width: fit-content;
}

.consult_info_check_text {
    color: #727272;
    font-weight: 600;
    margin-top: 2px;
    margin-left: -8px;
    cursor: pointer;
}

.consult_info_button {
    margin-top: 30px;
    display: block;
    width: fit-content;
}

.restartQuestionFormBtn {
    width: fit-content;
    text-align: start;
    display: flex;
    justify-content: start;
    color: #727272;
    font-size: 14px;
    cursor: pointer;
}

/* SWIPER */

.swiper {
    width: 600px;
    height: 300px;
}

/*  */

.consult_info_check_inp {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.consult_info_check_inp input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.consult_info_check_label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--main-color-yellow);
    border: 1px solid #727272;
    border-radius: 2px;
    width: 18px;
    height: 18px;
}

.consult_info_check_inp input:checked + .consult_info_check_label::after {
    border-color: var(--main-color-black);
}

.consult_info_check_inp input:checked + .consult_info_check_label {
    border-color: var(--main-color-black);
}

.consult_info_check_label_checked {
    color: var(--main-color-black) !important;
}

.consult_info_check_label:after {
    content: '';
    position: absolute;
    display: none;
}

.consult_info_check_inp input:checked ~ .consult_info_check_label:after {
    display: block;
}

.consult_info_check_inp .consult_info_check_label:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px;
    border: solid var(--main-color-yellow);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.projects {
    margin-top: 80px;
}

.projects_block {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project_item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    position: relative;
    padding: 50px 20px;
    width: 100%;
}

.project_info_mass {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    height: 100%;
}

.project_info_mass_count {
    color: var(--main-color-gray);
    font-family: Raleway;
    font-size: 160px;
    margin: 0;
    margin-top: -80px;
}

.project_info_mass_size {
    color: var(--main-color-gray);
    font-size: 24px;
    margin-top: -50px;
}

.project_info {
    display: flex;
    justify-content: space-between;
    height: 425px;
    flex-direction: column;
    width: 100%;
}

.project_info_location {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    height: 100%;
    justify-content: end;
}

.project_info_location_item {
    color: var(--main-color-black);
    font-family: Raleway;
    font-size: 32px;
}

.project_info_location_href {
    color: #727272;
    font-size: 14px;

    display: flex;
    align-items: center;
}

.project_info_location_href_line {
    font-size: 18px;
    margin: 0 8px;
}

.project_info_location_button {
    margin-top: 25px;
    width: 358px;
}

.project_horizontal_line {
    border: 1px solid var(--main-color-yellow);
    width: 1051px;
    height: 1px;
    position: absolute;
    top: 410px;
    left: 20px;
}

@media (min-width: 1200px) {
    .project_item_reverse .project_horizontal_line {
        left: 230px;
        width: 930px;
    }
}

.pcnone {
    display: none;
}

.project_vertical_line {
    border: 1px solid var(--main-color-yellow);
    width: 1px;
    height: 426px;
    position: absolute;
    top: 50px;
    left: 640px;
}

.project_img {
    width: 600px;
    height: 340px;

    border-radius: 2px;
    box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
}

.project_item_reverse {
    background: #fafafa;
}

.project_item_reverse .project_img {
    width: 580px;
}

.project_info_mass_reverse {
    align-items: start;
    justify-content: start;
    width: fit-content;
    position: relative;
}

.circle_line {
    transition: none !important;
}

.project_info_mass_size_reverse {
    position: absolute;
    right: 0;
    bottom: 55px;
}

.project_info_mass_reverse h1,
p {
    text-align: end;
}

.project_info_location_reverse {
    align-items: end;
}

.project_info_location_reverse h2,
p,
a {
    text-align: end;
}

.geo {
    margin-top: 160px;
}

.geo_map {
    display: flex;
    justify-content: center;
}

.geo_map_block {
    width: fit-content;
    position: relative;
}

.geo_elem {
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px 18px;
    border: 1px solid transparent;
}

.partners {
    margin-top: 100px;
}

.partners_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    overflow: hidden !important;
    flex-direction: column;
    position: relative;

    overflow: hidden !important;
    max-width: 1280px !important;

}

.partners_linear {
    width: 50px;
    height: 500%;
    top: 50px;
    z-index: 2;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0.00) 100%);
}

.partners_linear2 {
    width: 50px;
    height: 500%;
    top: 50px;
    z-index: 2;
    position: absolute;
    right: 0;
    background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0.00) 100%);
}

.partners_top {
    max-width: 1280px !important;
    position: relative;
    z-index: 100;
    margin-top: 50px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners_bottom {
    max-width: 1280px !important;
    position: relative;
    z-index: 100;
    margin-top: 50px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.no-scroll {
    overflow: hidden;
}

.partner_icon {
    filter: grayscale(1);
    transition: 0.3s all;
    cursor: pointer;
    width: 222px !important;
    position: relative !important;
    z-index: 300 !important;
}

.first_partner {
    width: fit-content !important;
}

.partner_icon:hover {
    filter: grayscale(0);
}

.cacl {
    margin-top: 120px;

    background: var(--main-color-yellow);
    padding: 45px;
    border-radius: 2px;

    display: flex;
    justify-content: space-between;
    align-items: start;

    position: relative;

    box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
}

.cacl_bg img {
    right: 0;
    height: 100%;
    top: 0;
    position: absolute;
}

.process {
    margin-top: 125px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
}

.process .consult_info_block .consult_info_text {
    font-weight: 400;
}

.process .consult_info_text span {
    font-weight: 700;
}

.question_input_block {
    position: relative !important;
    z-index: 10000 !important;
}

.consult_info_line_process {
    display: none;
    background: var(--main-color-yellow);
}

.consult_info_line ~ .consult_info_text {
    padding-left: 20px;
    border-left: 1px solid var(--main-color-yellow);
}

.consult_info_text {
    color: var(--main-color-black);
    font-weight: 400;
    max-width: 590px;
}

.consult_info_text span {
    font-weight: 600;
}

.consult_info_block .consult_info_text {
    font-weight: 600;
}

.consult_info_check_textc {
    color: var(--main-color-black) !important;
}

.process_block {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    opacity: 1 !important;
}

.process_vertical_line {
    border: 1px solid var(--main-color-yellow);
    width: 1px;
    height: 507px;
    position: absolute;
    top: 0px;
    left: 640px;
}

.process_horizontal_line {
    border: 1px solid var(--main-color-yellow);
    width: 1220px;
    height: 1px;
    position: absolute;
    top: 425px;
    left: 0px;
}

.process_see_video {
    text-align: start;
    margin-top: 25px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #727272;
}

.question {
    margin-top: 125px;
    padding: 40px;
    background: var(--main-color-yellow);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
}

.consult_admin_question img {
    background: var(--main-color-black);
    border-radius: 2px;
}

.question_info {
    color: var(--main-color-black);
    font-size: 20px;
    font-weight: 500;
    text-align: start;
    margin-top: 10px;
}

.question_input_block {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.question_input_block p {
    color: var(--main-color-black);
}

.question_input_block input, .question_input_block textarea {
    border: 1px solid var(--main-color-black);
    background: transparent;
    padding: 10px 25px;
    outline: none;
    width: 300px;
}

.question_input_block textarea {
    height: 90px;
}

.consult_info_check_question {
    margin-top: 10px;
}

.question_inputs {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
}

.burger_menu {
    display: none;
}

footer {
    margin-top: 100px;
    padding: 40px 20px 0px 20px;
    background: var(--main-color-black);
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.consult_video {
    opacity: 1 !important;
    width: 600px;
    height: 400px;
}

@media screen and (max-width: 768px) {
    .dialog_check label {
        margin-top: 3px !important;
    }

    .dialog_check .consult_info_check_text {
        margin-top: -2px !important;
    }

    .consult_info_check_question2_projectspage .consult_info_check_text {
        margin-top: -10px;
    }

    .logo {
        margin-top: 10px !important;
    }

    footer {
        padding: 20px 10px;
    }

    footer .wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .footer_column1 {
        display: none;
    }

    .footer_bottom_info {
        text-align: start !important;
    }
}

.footer_column1 {
    border: 1px solid #fff;
    width: fit-content;
    margin-right: 40px;
}

.footer_column_title {
    color: var(--main-color-white);
}

.footer_column_links a {
    color: #727272;
    font-size: 14px;
    text-decoration: none;
    text-align: start;

    display: flex;
    align-items: start;
    gap: 10px;
}

.footer_column_links a:hover {
    text-decoration: underline;
}

.footer_column_links {
    margin-top: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer_column_toright {
    margin-left: 10px;
}

.footer_map {
    filter: grayscale(1);
    width: 397px;
    height: 131px;
    max-width: 400px;
}

.footer_bottom_info {
    display: block;
    text-decoration: none;
    text-align: end;
    color: #727272;
    font-size: 14px;
    width: 100%;
}

a.footer_bottom_info {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

a.footer_bottom_info:hove {
    opacity: .8;
}

.footer_info_block {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 12px;
}

.footer_column4 {
    flex: 1 1 100px !important;
    max-width: 300px;
    padding-right: 35px;
}

.footer_top {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .footer_top_column {
        width: 50%;
    }

    .footer_top_column3 {
        order: 3;
    }

    .footer_top_column2 {
        order: 3;
    }

    .footer_top {
        gap: 30px 0;
        justify-content: start;
    }

    .footer_column1_bottom {
        visibility: visible !important;
        opacity: 1 !important;
        display: flex !important;
        margin-bottom: -30px;
    }

    .footer_line {
        border-top: 1px solid var(--main-color-yellow);
        margin: 20px 0 40px 0;
    }

    .footer_column_info {
        display: none;
    }

    .footer_column_title_phone {
        margin-top: 30px;
    }

    .footer_column_title_mt {
        margin-top: 0 !important;
    }

    .footer_column {
        border: 0 !important;
    }

    .footer_column4 .footer_column_links {
        flex-direction: row;
        width: 100% !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 33px !important;
    }

    .footer_column4 .footer_column4 {
        width: 100%;
    }

    .footer_column4 .footer_column_links_column {
        flex-direction: column;
        gap: 6px !important;
        max-width: 170px;
        margin-top: 0;
    }

    .footer_map {
        width: 450px !important;
        height: 137px !important;
        max-width: 450px !important;
        border-radius: 2px !important;
    }

    .footer_bottom {
        width: fit-content;
    }

    .footer_column4 {
        width: 450px !important;
        flex: 1 !important;
        padding-right: 0;
        max-width: none !important;
    }

    .footer_column5 {
        width: 60% !important;
        max-width: none !important;
        align-items: end;
        justify-content: end;
        display: flex;
        flex-direction: column !important;
    }

    .location_footer {
        max-width: 260px;
        width: fit-content;
    }
}

@media screen and (max-width: 758px) {
    .footer_map {
        border-radius: 10px !important;
    }

    .footer_column5 {
        width: 100% !important;
    }

    .footer_column4 {
        margin-left: 0;
        padding-left: 0;
    }

    .footer_map {
        width: 100% !important;
    }

    .footer_bottom {
        padding-top: 30px !important;
    }

    .footer_info_block {
        margin-top: 10px !important;
    }

    .footer_top_column {
        width: 100%;
    }

    .footer_column4 .footer_column_links {
        flex-direction: column;
        gap: 6px !important;
    }

    .footer_column4 {
        width: 100% !important;
    }

    .footer_column {
        width: 100% !important;
    }

    .footer_column22 {
        order: 1;
    }

    .footer_column1_bottom_hidden2 {
        display: flex !important;
    }

    .footer_line {
        display: none;
    }

    .footer_column1_bottom {
        display: none !important;
    }

    .footer_bottom {
        padding-top: 0 !important;
    }

    .footer_bottom_bb {
        border-bottom: 1px solid var(--main-color-yellow) !important;
        padding-bottom: 30px;
        margin-bottom: 15px;
    }

    .footer_map {
        margin-top: 30px;
    }
}

.footer_column1_bottom_hidden2 {
    display: none;
}

.footer_column1_bottom_hidden {
    visibility: hidden;
    opacity: 0;
}

.footer_column5 {
    display: flex;
    flex-direction: row;
}

.footer_column5 .footer_column_links {
    margin-top: 10px;
}

.footer_top li {
    /* list-style-position: inside; */
    margin-bottom: 6px;
}

.footer_top li a {
    color: #727272;
    text-decoration: none;
    /* margin-left: -5px; */
}

.footer_top li a:hover {
    text-decoration: underline;
}

.footer_top ul {
    margin-top: 10px;
    color: #727272;
    font-size: 14px;
    padding-left: 23px;
}

.footer_top_title {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    color: #727272;
    text-decoration: none;
}

.footer_top_title:hover {
    text-decoration: underline;
}

.footer_column1_bottom {
    opacity: 0;
    visibility: hidden;
}

.footer_bottom {
    border-top: 1px solid var(--main-color-yellow);
    padding-top: 40px;
}

.swiper {
    width: 100%;
    height: auto;
}

.geo_info_tool {
    background: #fff;
    position: absolute;
    z-index: 100;
    display: none;
    width: fit-content;
}

.consult_info_check_question2 {
    display: none;
}

.question_image_res {
    display: none;
}

#dropdown {
    /* scale: .7; */
    position: absolute;
    opacity: 0;
    /* z-index: 1000000 !important; */
    z-index: -1;
    /* top: -500px; */
    top: 73px;
    right: 240px;
    transition: .5s all !important;

    border-radius: 2px;
    background: #FFF;
    z-index: 10;
    padding: 40px;
    box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);

    display: flex;
    justify-content: start;
    align-items: start;
    gap: 15px;
    width: max-content;
}

#dropdown::before {
    position: absolute;
    content: '';
    left: 0;
    top: -30px;
    width: 100%;
    height: 30px;
}

@media screen and (max-width: 1200px) {
    #dropdown {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

.dropdown_column {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.dropdown_button {
    font-weight: 600 !important;
    font-family: Manrope !important;
    font-size: 16px;
    font-style: normal;
    color: var(--main-color-black) !important;
    line-height: 140%;
    margin: 0;
    margin-top: 40px;
    letter-spacing: 1.6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown_items {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: start;
}

.dropdown_items a {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;

    color: var(--main-color-black);
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.dropdown_items a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1280px) {
    .consult_info_title_text_pc {
        display: none;
    }
}

.dropdown_items a span {
    height: 19px;
    width: 1px;
    border-radius: 10px;
    background: var(--main-color-yellow);
    display: inline-block;
}

.dropdown_title {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color-black);
    font-family: Manrope;
    text-decoration: none;
}

.dropdown_title:hover {
    text-decoration: underline;
}


.dropdown_columns {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mt_header {
    margin-top: 20px;
}

.menurow {
    position: fixed;
    top: 0;
    left: -1250px;
    width: 100%;
    background: #fff !important;
    transition: .35s all;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    z-index: -100000;
    opacity: 0;
}

#burger_menu_container {
    overflow: auto;
    min-height: 100vh;
    height: 100vh;
}

.burgerInside {
    position: relative !important;
    width: 100%;
    height: 100% !important;
}

.navbar_angle {
    display: inline-block;
    scale: .9;
    margin-bottom: -1px;
    transform: rotateY(180deg);
}

.navbar_uzor {
    position: absolute;
    bottom: 0 !important;
    right: -10px !important;
}

#second_uzor {
    display: none;
}

#first_uzor {
    right: 0 !important;
}

#categories {
    position: absolute;
    transition: .5s all;
    background: #fff;
    margin-top: -1000px;
    opacity: 0;
}

.dropdown_items a {
    text-align: start;
}

.footer_column_links_pcnone {
    display: none;
}

.footer_column {
    flex: 1;
}

.burger_menu {
    margin-bottom: -10px;
}

.icon_padding {
    padding: 10px;
}

.burger_nav {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-top: 40px;
    margin-left: 5px;
}

.burger_btn {
    color: var(--main-color-white);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;

    margin-top: 35px;

    text-decoration: none;

    border-radius: 10px;
    background: var(--main-color-black);
    box-shadow: 0px 8px 18px 0px rgba(153, 153, 153, 0.1);

    text-align: center;

    padding: 12px;

    width: fit-content;
}

.burger_info a {
    color: var(--main-color-black);
}

.burger_info {
    margin-top: 35px;
    position: relative;
    z-index: 50;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.burger_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.xmark {
    width: 42px;
    cursor: pointer;
}

.burger_info a img {
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
}

#main_title_text {
    transition: .6s all;
    transform: translateX(-50px);
}

.consult_info_check_question_forMobile {
    display: none !important;
}

#dialog_complate {
    display: none;
    position: absolute;
    background: var(--main-color-yellow);
    padding: 30px;
}

.dialogComplateDesc {
    color: var(--main-color-black);
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}

#dialog_desc {
    color: var(--main-color-black);
    text-align: start;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .calculate_top {
        width: 100%;
    }

    .texcon {
        width: 100%;
    }

    .roundedBtn {
        width: fit-content !important;
    }

    .partners_row img {
        width: 160px !important;
    }

    .quality_video {
        width: 460px !important;
    }

    .partners_row {
        justify-content: start !important;
        gap: 50px;
    }

    .getkp {
        width: fit-content;
    }

    .edgean_item {
        max-width: 100%;
    }

    .geop_block {
        align-items: start !important;
        margin-left: 10px;
    }

    .geo_info_tool {
        box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
    }

    .dropdown_items {
        margin-top: 20px;
        gap: 15px;
    }

    .dropdown_button {
        margin-top: 10px !important;
    }

    .dropdown_columns {
        gap: 20px;
    }
}


.footer_column_title_mt {
    display: none;
}


@media screen and (max-width: 768px) {

    .edge_blocks {
        display: none;
    }

    #dialog_inside, #dialog_complate {
        border-radius: 10px !important;
    }

    .dialogComplateDesc {
        margin-top: 15px;
    }

    .dialog_check {
        align-items: start !important;
    }

    #dashed_file_label {
        border-radius: 10px;
    }

    .dialog_title {
        margin-right: 30px !important;
    }

    .dialog_btn {
        border-radius: 10px !important;
        width: 100%;
        text-align: center;
    }

    .question_desc_forMobile {
        font-size: 16px !important;
        max-width: 80% !important;
    }

    .consult_info_left_forMobile {
        gap: 20px !important;
    }

    .logo {
        border-radius: 2px;
    }

    .consult_info_block {
        gap: 9px;
    }

    .consult_info_line_process1 {
        height: 60px;
        width: 1px;
    }

    .consult_info_line_process2 {
        height: 40px;
        width: 1px;
    }

    .consult_info_line_process3 {
        height: 60px;
        width: 1px;
    }

    .consult_info_text {
        font-size: 14px;
    }

    .block_title {
        gap: 10px;
    }

    .main_header_img_mobile {
        top: -50px;
    }

    .consult_info_check_text {
        font-size: 13px;
        color: #727272;
        font-weight: 400;
        max-width: 175px;
        padding-top: 10px !important;
    }

    .question {
        padding: 20px;
        margin: 0 10px;
        border-radius: 10px;
        box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
        position: relative;
        margin-top: 60px;
        width: 100%;
    }

    .question_inputs {
        width: 100%;
    }

    .question_input_block {
        width: 100%;
    }

    .question_input_block input {
        width: 100%;
    }

    .consult_info {
        width: 100%;
    }

    .navbar_uzor {
        display: none !important;
    }

    .dropdown_items {
        margin-top: 20px;
    }

    .dropdown_button {
        margin-top: 0;
        width: 100% !important;
        max-width: 100%;
    }

    #categories {
        width: 100%;
    }

    .dropdown_columns {
        gap: 30px;
    }

    .menurow {
        position: fixed;
        top: 0;
        left: -1250px;
        width: 100%;
        height: 100%;
        transition: .35s all;
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        z-index: 1000;
        opacity: 0;
    }

    .icon_padding {
        padding: 10px;
    }

    .burger_nav {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-top: 40px;
        margin-left: 5px;
    }

    .burger_btn {
        color: var(--main-color-white);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;

        margin-top: 35px;

        text-decoration: none;

        border-radius: 10px;
        background: var(--main-color-black);
        box-shadow: 0px 8px 18px 0px rgba(153, 153, 153, 0.1);

        text-align: center;

        padding: 12px;

        width: 100%;
    }

    .burger_info a {
        color: var(--main-color-black);
    }

    .burger_info {
        margin-top: 35px;
    }

    .burger_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .xmark {
        width: 42px;
        cursor: pointer;
    }

    .burger_info a img {
        filter: brightness(0%);
        -webkit-filter: brightness(0%);
        -moz-filter: brightness(0%);
    }

    .question_inputs {
        flex-direction: column;
        margin-top: 20px;
    }

    .consult_admin_question {
        display: none;
    }

    .question_input_block {
        gap: 4px;
        width: 100%;
    }

    .question_input_block input {
        border-radius: 10px;
        width: 100%;
    }

    .question_input_block p {
        font-size: 13px;
    }

    .consult_info_title img {
        display: none;
    }

    .consult_info_title_text {
        color: var(--main-color-black);
        font-size: 20px !important;
        font-weight: 500;
    }

    .question_info {
        font-size: 14px;
        max-width: 175px;
    }

    footer {
        margin-top: 40px;
    }

    .consult_info_button {
        border-radius: 10px !important;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        font-size: 14px;
    }

    .consult_info_check_question {
        display: none;
    }

    .consult_info_check_question2 {
        display: flex;
        margin-top: 10px;
        align-items: start;
    }

    .consult_info_check_label {
        margin-top: 8px;
    }

    .question_image_res {
        position: absolute;
        display: block;
        top: 0;
        z-index: 10;
        right: -20px;
    }

    .block_title_text {
        font-size: 20px;
        font-weight: 500;
        max-width: 245px;
    }

    .process {
        flex-direction: column;
    }

    .consult_video {
        width: 320px;
        height: 217px;
        margin: 0;
        padding: 0;
    }

    .video_consult_block {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .menu {
        display: none !important;
    }

    .burger_menu {
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 100;
    }

    .calculate_top p span {
        color: var(--main-color-yellow);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }

    .circle {
        display: none;
    }

    .edge {
        display: none;
    }

    .circle_res {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
    }

    .line {
        width: 10px !important;
        opacity: 1 !important;
    }

    .consult {
        display: none;
    }

    .getkp {
        width: 100%;
        margin-top: 40px;
        position: relative;
        box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
    }

    .getkp div {
        background: var(--main-color-yellow) !important;
    }

    .getkp div p {
        color: var(--main-color-white) !important;
    }

    .getkp div p span {
        color: var(--main-color-black);
    }

    .getkp .calculate_top button {
        position: relative;
        cursor: pointer;
        z-index: 20 !important;
        background-color: var(--main-color-black);
        color: var(--main-color-white);
    }

    .edgean {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }

    .edgean_block {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .edgean_item {
        background: linear-gradient(180deg, #eee 0%, #fff 100%);
        box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .edgean_item img {
        width: fit-content;
        position: absolute !important;
        z-index: 100 !important;
        image-rendering: optimizeQuality !important;
        shape-rendering: geometricPrecision !important;
    }

    .edgean_item p {
        text-align: start;
        font-size: 14px;
        color: var(--main-color-black);
    }

    .texcon {
        margin-top: 60px;
        background: var(--main-color-yellow);
        padding: 20px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

    .texcon_div {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .texcon_div p {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 7px;
    }

    .texcon_div p span {
        font-size: 22px;
        margin-top: 2px;
        font-weight: 300;
    }

    .texcon p {
        text-align: start;
    }

    .texcon_btn {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .texcon_btn .consult_info_check_text {
        width: 100%;
        max-width: 100%;
    }

    .texcon h1 {
        color: var(--main-color-black);
        font-family: Raleway;
        font-size: 20px;
        font-weight: 500;
        margin-right: 20px;
        line-height: 140%;
    }

    .texcon h1 span {
        color: var(--main-color-white);
    }

    .texcon button {
        width: 100%;
    }

    .texcon_desc {
        color: var(--main-color-black);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-top: 20px;
        text-align: start;
    }

    .texcon_div {
        margin-top: 12px;
    }

    .texcon_div p {
        color: var(--main-color-black);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }

    .texcon_btn_get {
        margin-top: 20px !important;
        display: flex;
        text-align: center !important;
        justify-content: center;
        border-radius: 10px !important;
    }

    .texcon_info_check {
        margin-bottom: 30px !important;
    }

    .geo,
    .partners,
    .process,
    .cacl {
        display: none;
    }

    .replies {
        margin-top: 60px;
    }

    .replies_block {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .roundedBtn {
        color: var(--main-color-black);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 19.6px */

        text-decoration: none;

        border-radius: 10px;
        background: var(--main-color-yellow);
        box-shadow: 0px 8px 18px 0px rgba(153, 153, 153, 0.1);

        text-align: center;

        padding: 12px;

        width: 100%;

        margin-top: 20px;
    }

    .reply {
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 100%;
    }

    .reply h3 {
        color: var(--main-color-black);
        font-family: Manrope;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }

    .reply p {
        color: #727272;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        margin-top: 10px;
        line-height: 140%;
    }

    .relative {
        position: relative;
        width: 100%;
    }

    .relative img {
        width: 100%;
        max-width: initial;
    }

    .reply .relative img {
        position: relative;
        margin-top: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
        filter: brightness(.8);
    }

    .absolute {
        position: absolute;
        display: flex;
        justify-content: end;
        align-items: end;
        margin-top: 5px;
    }

    .absolute h3 {
        color: #fff;
        font-family: Raleway;
        font-size: 48px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }

    .absolute p {
        color: #fff;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }

    .geop {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .geop .block_title {
        width: 100%;
        display: flex;
        justify-content: start;
    }

    .geop_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        position: relative;
        width: fit-content;
    }

    .geop_items {
        position: absolute;
        width: 100%;
    }

    .geop_item {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 14px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: var(--main-color-yellow);
        position: absolute;
    }

    .geop_item:hover {
        background: #e9bc07;
    }

    .see_allp {
        display: flex;
        justify-content: start;
        width: 100% !important;
    }

    .geop_modal {
        position: absolute;
        width: 100%;
        display: flex;
        scale: 0;
        justify-content: center;
        margin-top: 55px;
        z-index: -10;
        transition: .2s all;
        opacity: 0;
    }

    .geop_modal_inside {
        width: 90%;
        position: relative;
        background: var(--main-color-white);
        box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
        padding: 30px 20px 20px 20px;
        border-radius: 10px;
    }

    .geop_modal_inside img {
        position: absolute;
        cursor: pointer;
        top: 10px;
        right: 10px;
    }

    .geop_modal_inside p {
        font-size: 14px;
        font-weight: 400;
        text-align: start;
    }

    .geop_modal_inside p span {
        margin-left: 3px;
    }

    .see_allp {
        margin-top: 10px;
        margin-left: 20px;
    }

    .partnersp {
        margin-top: 60px;
    }

    .rows_partner {
        margin-top: 30px;
    }

    .partners_row {
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        align-items: center;
    }

    .partners_row img {
        width: 27.5%;
    }

    .texcon_div2 {
        margin-top: 30px;
        margin-bottom: 30px;
        gap: 20px;
        flex-direction: column;
        display: flex;
        align-items: start;
    }

    .partner_icon_mobile {
        width: 130px !important;
    }

    .partners_icons_mobile {
        height: fit-content !important;
        margin: 0 !important;
    }

    .first_partner {
        width: 100px !important;
    }

    .partners_top,
    .partners_bottom {
        margin: 20px 0 0 0 !important;
    }

    .texcon_div2 p {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 6px;
    }

    .texcon_div2 p span {
        font-size: 24px;
        margin-top: 2px;
        font-weight: 350;
    }

    .texcon2 {
        margin-left: 0px;
    }

    .question {
        margin-left: 0px;
        overflow: hidden;
    }

    .quality {
        margin-top: 60px;
    }

    .quality_block {
        margin-top: 30px;
    }

    .quality_desc {
        color: #727272;
        font-family: Manrope;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 10px;
        text-align: start;
    }

    .quality_info {
        margin-top: 30px !important;
        margin-left: 5px;
    }

    .quality_video {
        width: 100%;
        height: 280px;
    }

    .swiper_block {
        margin-top: 20px;
    }

    .arrow_right {
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 2px;

        color: #727272;
        font-family: Manrope;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;

        margin-bottom: 10px;
    }

    .circle_container {
        padding: 20px;
        border-radius: 10px;
        background: linear-gradient(180deg, #EEE 0%, #FFF 100%);
        box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
    }

    .swiper-wrapper {
        margin: 20px 0;
    }

    .swiper-slide div {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .swiper-slide h3 {
        color: var(--main-color-black);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }

    .swiper-slide img {
        width: 40px;
    }

    .swiper-slide p {
        color: var(--main-color-black);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-align: start;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    header {
        padding: 10px 0px 10px 0 !important;
    }

    main {
        margin-top: 40px;
    }

    .wrapper {
        padding: 10px !important;
    }

    .main_header_content_title {
        display: none;
    }

    .main_header_bottom {
        display: none;
    }

    .mobilenone {
        display: none;
    }

    .pcnone {
        display: block;
    }

    .mini_info_block {
        flex-direction: row !important;
        display: flex;
        gap: 6px;
    }

    .partners_linear {
        top: 10px;
    }

    .main_header_linear {
        margin-top: 120px;
        height: 100px;
    }

    .main_header_linear2 {
        margin-top: -110px;
        width: 70px;
        left: auto;
        height: 280px;
        right: -25px !important;
        position: absolute !important;
    }

    .main_header_content_title_res {
        color: var(--main-color-black);
        font-family: Raleway;
        font-size: 27px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -1.08px;
        margin-top: 190px;
        margin-left: 10px;
    }

    .calculate_top {
        background: var(--main-color-black);
        padding: 20px;
        border-radius: 10px;
        margin-top: 40px;

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;

        overflow: hidden;
        position: relative;
    }

    .calculate_top_block {
        display: flex;
        justify-content: start;
        align-items: start;
        gap: 20px;
    }

    .calculate_top button {
        color: var(--main-color-black);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;

        text-decoration: none;

        border-radius: 10px;
        background: var(--main-color-yellow);
        box-shadow: 0px 8px 18px 0px rgba(153, 153, 153, 0.1);

        text-align: center;

        padding: 12px;

        width: 100%;
    }

    .calculate_top p {
        color: var(--main-color-white);
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        text-align: start;
        font-weight: 500;
        line-height: 140%;
    }

    .mini_info {
        display: none;
    }

}


#circle_right,
#circle_outside1,
#circle_top,
#circle_outside2,
#circle_left,
#circle_outside3,
#circle_bottom,
#circle_img_block,
#fade_top_circle,
#fade_left_circle,
#fade_bottom_circle,
#fade_right_circle,
#circle_desc_and_btn {
    opacity: 0;
}

#question_allow, #dialog_label, .question_checkboxmobile {
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
}

.consult_info_check_text {
    border-bottom: 1px solid transparent;
}

#dialog {
    z-index: -100;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.70);
}

#dialog_inside {
    margin: 10px;
    border-radius: 2px;
    position: relative;
    padding: 30px 24px;
    background: var(--main-color-yellow);
    scale: 0.5;
    opacity: 0;
    transition: .35s all;
    max-width: 640px;
    width: 100%;
    box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
}

.dialog_xmark {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 18.5px;
    right: 18.5px;
    cursor: pointer;
}

.dialog_title {
    max-width: 440px;
}

.dialog_inputs {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 30px;
}

.dialog_check {
    margin-top: 5px;
}

.dialog_btn {
    margin-top: 30px;
}

.dialog_inp {
    width: 100%;
}

.dialog_inp input, .dialog_inp textarea {
    width: 100%;
    resize: none;
}

#dialog_file {
    display: none;
}

.dialog_inp label {
    cursor: pointer;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    border-radius: 2px;
    border: 1px dashed var(--main-color-black);
    padding: 10px;
}

.dialog_inp label:hover {
    border-style: solid;
}

.dialog_inp label p {
    color: var(--main-color-black);
    font-size: 14px;
}

@media (max-width: 1200px) {
    #projects_trigger1.mt_header {
        margin-top: 10px;
        margin-bottom: 0;
    }

    #catalog_body .projects_lines #our_projects_line7, #catalog_body .projects_lines #our_projects_line8, #catalog_body .projects_lines #our_projects_line9 {
        display: none;
    }

    #contacts_body .projects_lines #our_projects_line8, #contacts_body .projects_lines #our_projects_line9 {
        display: none;
    }

    #contacts_body #projects_trigger1.mt_header {
        margin-top: 20px;
        margin-bottom: -20px;
    }
}

@media (max-width: 576px) {
    #projects_trigger1.mt_header {
        margin-top: 0;
    }

    #triggerQuestion .consult_info_title_text {
        margin-right: 0;
    }

    #contacts_body #projects_trigger1.mt_header {
        margin-top: 0px;
        margin-bottom: -25px;
    }

    #contacts_body .contacts {
        margin-top: 27px;
    }
}

.scrollBox {
    /* overflow: hidden; */
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;

    scroll-behavior: smooth;
}

.scrollBox-track {
    position: absolute;
    top: 0;
    transition: all .5s ease;
}

#question_inputs textarea {
    width: 88%;
}

.question_inputs {
    margin-bottom: 10px;
}

.reviews {
    margin-top: 40px !important;
}

.reviews .swiper-pagination {
    display: none !important;
}

.review {
    border-radius: 2px;
    border: 1px solid var(--main-color-yellow);
    background: var(--main-color-white);
    /* box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25); */
    padding: 40px;
    max-width: 400px;
}

.review .button {
    margin-top: 20px;
    text-align: center;
    display: block;
}

@media (max-width: 1280px) {
    #question_inputs textarea {
        width: 100%;
    }
}

.main__descr.none {
    display: none;
}

.swiper-slide:not(.edge_block, .product-img) {
    width: fit-content !important;
}

@media (max-width: 768px) {
    .reviews {
        margin-top: 10px !important;
    }
    .swiper-pagination-bullet-active {
        background: var(--main-color-yellow) !important;
    }
    .reviews .swiper-pagination {
        display: flex !important;
        justify-content: center;
    }
    .reviews-sections .block_title {
        gap: 0px !important;
    }
    .swiper-slide.review {
        box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
        border-radius: 10px;
        padding: 20px;
        margin-right: 0px !important;
    }
    .review a {
        border-radius: 10px;
        font-weight: 600;
    }
    .swiper-slide.review h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .reviews .swiper-button-next, .reviews .swiper-button-prev {
        display: none;
    }
    .reviews-sections {
        display: block !important;
    }
    #question_inputs textarea, .question_input_block textarea {
        border-radius: 10px;
    }

    .question_inputs {
        margin-bottom: 15px;
    }
}
/* End */


/* Start:/local/templates/aobig/css/components.css?17419518234475*/
:root {
    --main-color-black: #231F20;
    --main-color-yellow: #FFCD08;
    --main-color-white: #FFFFFF;
    --main-color-gray: #E2E2E2;
}

/* MENU BTN */


.menu {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
}

.menu_item {
    color: var(--main-color-black);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.6px;
    text-decoration: none;
    cursor: pointer;
    position: relative;

    padding-bottom: 2.82px;
}

.menu_item:before {
    content: '';
    position: absolute;
    top: 22px;
    left: -20px;
    width: 6px;
    height: 1px;
    background-color: transparent;
    transition: all .5s;
    width: 100%;
    border-radius: 3px;
}

.menu_item:hover:before {
    background-color: var(--main-color-yellow);
    left: 0px;
}

.menu_item:active {
    color: var(--main-color-yellow);
}

.menu_item:disabled {
    color: var(--main-color-gray);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.6px;
}

/* MENU BTN */


/* BUTTON */

.button {
    color: var(--main-color-black);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.6px;

    padding: 12px 24px;

    transition: .4s all;

    border-radius: 2px;
    background: var(--main-color-yellow);
    box-shadow: 0px 8px 18px 0px rgba(153, 153, 153, 0.10);
}

.button:hover {
    background: #FFD83D;
}

.button:disabled {
    color: #727272;
    background: var(--main-color-gray);
}


.button_black {
    color: var(--main-color-white);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.6px;

    padding: 12px 24px;

    transition: .4s all;

    border-radius: 2px;
    background: var(--main-color-black);
}

.button_black:hover {
    background: #3E3739;
}

.button_black:disabled {
    color: #727272;
    background: var(--main-color-gray);
}


/* Line */

.lines {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin: 0;
}

.line {
    margin: 0;
    opacity: 0;
    transition: 0.5s all !important;
    height: 0.5px;
    background: var(--main-color-yellow);
    width: 20px;
    transition: 1s all;
}


/* See all btn */


.see_all {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 20px;
    position: relative;
    width: fit-content;
    justify-content: start;
}

.see_all:hover p {
    color: var(--main-color-yellow);
    width: fit-content !important;
}

.see_all:hover img {
    margin-left: 4px;
}

.see_all:active img {
    position: relative;
    z-index: 100;
    margin-left: 8px;
}

.see_all:hover::after {
    background: var(--main-color-yellow);
    color: #fff;
}

.see_all::after {
    content: "";
    width: 40px;
    height: 40px;
    transition: .3s all;
    position: absolute;
    left: 33px;
    border-radius: 50%;
    border: 1px solid var(--main-color-yellow);
}

.see_all img {
    position: relative;
    z-index: 100;
    transition: .3s all;
}

.see_all_text {
    font-weight: 600;
    color: var(--main-color-black);
    width: fit-content !important;
}



.menu_item_selected {
    color: var(--main-color-yellow);
}

.breadcrumbs {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.breadcrumbs img {
    margin-bottom: -2px;
}

.breadcrumbs_title {
    color: #727272;
    font-size: 14px;
    text-align: start;
    text-decoration: none;
}

.breadcrumbs_subtitle {
    color: var(--main-color-yellow);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    white-space: nowrap;
}

@media screen and (max-width: 790px) {
    .breadcrumbs_title, .breadcrumbs_subtitle {
        font-size: 12px;
    }

    .breadcrumbs {
        align-items: baseline;
        gap: 2px 6px;
    }
}

@media (max-width: 420px) {
    .breadcrumbs_subtitle {
        white-space: wrap;
    }
}
/* End */


/* Start:/local/templates/aobig/css/gallery.css?17446244072408*/
:root {
    --main-color-black: #231f20;
    --main-color-yellow: #ffcd08;
    --main-color-white: #ffffff;
    --main-color-gray: #e2e2e2;
}

.swiper-slide:not(.edge_block, .circle_container, .product-img) {
    width: fit-content !important;
}

.gallery_photos {
    margin-top: 40px;
}

.gallery_type {
    font-size: 32px;
    font-weight: 400;
    font-family: Raleway;
    margin-left: 10px;
}

.photos {
    margin-top: -10px;
}

.gallery_photo_item {
    width: fit-content;
    padding: 20px 10px;
}

.gallery_photo_img {
    width: 275px;
    object-fit: cover;
    height: 223px;
}

.gallery_photo_block {
    padding: 10px 9.2px;
    box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
    border-radius: 2px;
}

.gallery_photo_desc {
    font-weight: 600;
    font-size: 16px;
    color: var(--main-color-black);
    margin-top: 10px;
    font-family: Manrope;
}

.swiper-button-next, .swiper-button-prev {
    border-radius: 1000px;
    border: 1px solid var(--main-color-yellow);
    background: rgba(255, 255, 255, 0.70);
    width: 30px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next img {
    rotate: 180deg;
}

.gallery_photos_video {
    margin-top: 80px;
}

.gallery_photo_img_video {
    width: 275px;
    height: 172px;
}

footer {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .gallery_photos {
        margin-top: 20px;
    }

    .photos {
        margin-top: 0;
    }

    .gallery_photo_item {
        width: 100% !important;
        padding: 0;
    }

    .gallery_photo_img, .gallery_photo_img_video {
        width: 100% !important;
        height: 243px;
        border-radius: 10px;
    }

    .gallery_photo_block {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        width: 100%;
        box-shadow: none;
    }

    .gallery_photo_desc {
        text-align: start;
        width: 100%;
        margin-top: 0px;
    }

    .gallery_photo_block {
        width: 100%;
        gap: 0;
    }

    .gallery_photo_desc {
        font-weight: 400;
    }

    .swiper-button-next {
        right: 25px;
    }

    .swiper-button-prev {
        left: 25px;
    }
}
/* End */


/* Start:/local/templates/aobig/css/responsive.css?172814125616310*/
.tabletbg {
    display: none;
}

@media screen and (max-width: 1200px) {
    .menu {
        gap: 15px;
    }
    .menu_item {
        font-size: 15px;
    }
    .footer_column_links_pcnone {
        display: flex;
    }

    .footer_column_title_mt {
        display: flex;
    }

    .block_title_text_desc {
        margin-top: 0px !important;
    }

    .consult_info_title_text {
        /* margin-right: 250px !important; */
    }

    .consult_video {
        height: 247px;
        width: 364px;
    }

    .process_lines {
        position: relative;
    }
    .process_block {
        margin-top: 185px;
    }

    .process_vertical_line {
        left: -20px;
    }

    .consult_info_text {
        max-width: 352.066px !important;
    }

    .process {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        position: static;
    }

    .video_consult_block {
        margin-top: 160px;
        margin-left: -50px;
    }

    .question {
        margin-top: 60px;
    }

    .process_lines .process_horizontal_line {
        left: -400px;
        width: 658px;
    }

    .process .block_title {
        position: absolute;
        left: 0;
    }

    .homebg {
        display: none;
    }

    .tabletbg {
        display: block;
    }

    .consult_info_title_text {
        margin-right: 120px;
    }

    .dialog_title {
        margin-right: 0;
    }

    .cacl_bg img {
        height: 100%;
        right: -50px;
        padding: 0 50px;
    }

    .consult_info_filter_block {
        flex-direction: row !important;
        align-items: center;
    }

    #trigger4 .consult_info_filter_block {
        flex-direction: column!important;
    }
    
    .consult_info_text {
        max-width: 200px;
    }
    .consult_info_block {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
    }

    .consult_info_line {
        height: 38px !important;
    }

    .main_header_content_title {
        font-size: 48px;
        max-width: 612px;
        margin-right: 200px;
        line-height: 120%;
    }
    .main_header_img {
        width: 426px;
        position: absolute;
        top: -5px;
    }
    .main_header_content .line {
        max-width: 40px !important;
    }
    .main_header_desc {
        font-size: 20px;
    }
    .mini_info_text {
        max-width: 146px;
        text-align: start;
    }
    .mini_info {
        justify-content: space-around;
    }
    .footer_column_title_mt {
        margin-top: 24px;
    }
    .footer_column3, .footer_column1 {
        display: none;
    }
    .main_header_bottom {
        margin-left: -10px;
    }
    .lines {
        margin-left: -10px;
    }


    .partner_icon  {
        width: 150px !important;
    }
    .first_partner {
        width: 120px !important;
    }



    .geo_map_block {
        scale: 0.8;
    }
    .geo_map_img {
        width: initial;
        max-width: fit-content;
    }
    /*.geo_elem {*/
    /*    width: 65px !important;*/
    /*    height: 65px !important;*/
    /*}*/


    /*#geo_elem1 {*/
    /*    top: 50px !important;*/
    /*    left: 150px !important;*/
    /*}*/
    /*#geo_elem2 {*/
    /*    top: 68px !important;*/
    /*    left: 105px !important;*/
    /*}*/
    /*#geo_elem3 {*/
    /*    top: 110px !important;*/
    /*    left: 75px !important;*/
    /*}*/
    /*#geo_elem4 {*/
    /*    top: 126px !important;*/
    /*    left: 48px !important;*/
    /*}*/
    /*#geo_elem5 {*/
    /*    top: 148px !important;*/
    /*    left: 65px !important;*/
    /*}*/
    /*#geo_elem6 {*/
    /*    top: 180px !important;*/
    /*    left: 42px !important;*/
    /*}*/
    /*#geo_elem7 {*/
    /*    top: 166px !important;*/
    /*    left: 108px !important;*/
    /*}*/
    /*#geo_elem8 {*/
    /*    top: 215px !important;*/
    /*    left: 4px !important;*/
    /*}*/
    /*#geo_elem9 {*/
    /*    top: 123px !important;*/
    /*    left: 165px !important;*/
    /*}*/
    /*#geo_elem10 {*/
    /*    top: 153px !important;*/
    /*    left: 125px !important;*/
    /*}*/
    /*#geo_elem11 {*/
    /*    top: 197px !important;*/
    /*    left: 93px !important;*/
    /*}*/
    /*#geo_elem12 {*/
    /*    top: 274px !important;*/
    /*    left: 32px !important;*/
    /*}*/
    /*#geo_elem13 {*/
    /*    top: 252px !important;*/
    /*    left: 415px !important;*/
    /*}*/
    /*#geo_elem14 {*/
    /*    top: 172px !important;*/
    /*    left: 528px !important;*/
    /*}*/
    /*#geo_elem15 {*/
    /*    top: 179px !important;*/
    /*    left: 630px !important;*/
    /*}*/
    /*#geo_elem16 {*/
    /*    top: 305px !important;*/
    /*    left: 578px !important;*/
    /*}*/
    /*#geo_elem17 {*/
    /*    top: 326px !important;*/
    /*    left: 620px !important;*/
    /*}*/
    /*#geo_elem18 {*/
    /*    top: 360px !important;*/
    /*    left: 608px !important;*/
    /*}*/


    /*.consult_video {*/
    /*    margin-left: 10px;*/
    /*}*/

    /*#geo_tool1 {*/
    /*    top: 80px !important;*/
    /*    left: 325px !important;*/
    /*}*/
    /*#geo_tool2 {*/
    /*    top: 40px !important;*/
    /*    left: 358px !important;*/
    /*}*/
    /*#geo_tool3 {*/
    /*    top: 58px !important;*/
    /*    left: 330px !important;*/
    /*}*/
    /*#geo_tool4 {*/
    /*    top: -20px !important;*/
    /*    left: -0px !important;*/
    /*}*/
    /*#geo_tool4 img {*/
    /*    transform: rotate(0deg) !important;*/
    /*    left: 90px !important;*/
    /*    width: 96px;*/
    /*    top: -5px !important;*/
    /*}*/

    /*#geo_tool5 {*/
    /*    top: 230px !important;*/
    /*    left: 200px !important;*/
    /*}*/
    /*#geo_tool6 {*/
    /*    top: 260px !important;*/
    /*    left: 225px !important;*/
    /*}*/
    /*#geo_tool7 {*/
    /*    top: 230px !important;*/
    /*    left: 292px !important;*/
    /*}*/
    /*#geo_tool8 {*/
    /*    top: 275px !important;*/
    /*    left: 172px !important;*/
    /*}*/
    /*#geo_tool9 {*/
    /*    top: 50px !important;*/
    /*    left: 300px !important;*/
    /*}*/
    /*#geo_tool10 {*/
    /*    top: 205px !important;*/
    /*    left: 270px !important;*/
    /*}*/
    /*#geo_tool11 {*/
    /*    top: 245px !important;*/
    /*    left: 242px !important;*/
    /*}*/
    /*#geo_tool12 {*/
    /*    top: 265px !important;*/
    /*    left: 190px !important;*/
    /*}*/

    /*#geo_tool13 {*/
    /*    top: 85px !important;*/
    /*    left: 205px !important;*/
    /*}*/
    /*#geo_tool14 {*/
    /*    top: 125px !important;*/
    /*    left: 130px !important;*/
    /*}*/
    /*#geo_tool15 {*/
    /*    top: 250px !important;*/
    /*    left: 240px !important;*/
    /*}*/
    /*#geo_tool16 {*/
    /*    top: 220px !important;*/
    /*    left: 185px !important;*/
    /*}*/
    /*#geo_tool17 {*/
    /*    top: 220px !important;*/
    /*    left: 185px !important;*/
    /*}*/
    /*#geo_tool18 {*/
    /*    top: 220px !important;*/
    /*    left: 215px !important;*/
    /*}*/



    .question_desc_forMobile {
        margin-right: 350px;
    }



    .swiper-container2 {
        margin-top: -20px;
    }



    .circle_block {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .circle_img {
        width: 221.112px;
        height: 241.5px;
    }
    .circle_left {
        left: -100px;
    }  
    
    .circle_outside {
        width: 420px;
        top: -110px;
    }
    #circle_top, #circle_bottom, #circle_left, #circle_right {
        width: 60px;
    }
    .circle_right {
        margin-top: -32.5px;
        margin-right: -175px;
    }
    .circle_left {
        margin-top: -32.5px;
        margin-left: 60px;
    }
    .circle_top {
        margin-top: 15px !important;
    }
    .circle_bottom {
        margin-top: -80px;
    }
    .circle_desc_and_btn  {
        right: -10px;
        bottom: -20px;
    }
    .circle_desc_and_btn_text {
        font-size: 16px;
        max-width: 295px;
    }
    .circle_desc_and_btn  button {
        font-size: 16px !important;
    }

    .circle_left p {
        max-width: 130px;
        text-align: start;
    }
    .circle_right p {
        max-width: 130px;
        text-align: start;
    }

    .consult {
        padding: 40px;
    }

    .consult_info_title_text {
        font-size: 32px;
    }
    .consult_admin {
        position: absolute;
        bottom: 40px;
        right: 40px;
    }
    .consult_admin {
        height: fit-content;
    }
    .consult_info_filter_block {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .consult_info_line {
        height: 22px;
        width: 1px;
    }
    .consult_info_check_question {
        display: none;
    }
    #question_checkboxmobile {
        display: flex;
        align-items: start;
        font-size: 13px;
    }
    .consult_info_check_text {
        max-width: 225px;
        margin-top: -8px;
        padding-top: 0px;
    }
    .dialog_check label {
        margin-bottom: 20px;
    }
    .dialog_check .consult_info_check_text {
        margin-top: 8px;
    }
    .question_inputs {
        flex-direction: column;
        align-items: start;
    }
    #circle_info {
        max-width: 295px;
    }
    .edge_blocks {
        margin-left: 20px !important;
    }
    .consult_info_check_textc {
        max-width: fit-content !important;
        margin-bottom: -12.5px;
    }
    .consult_info_check_textc_mobile {
        margin-bottom: 0 !important;
    }
    .tabletnone {
        display: none;
    }
    .projects_block_tablet {
        margin-top: 20px;
    }






    .project_img {
        width: 364px !important;
        margin-left: 10px;
        height: 206px !important;
    }
    .project_info_mass_count {
        font-size: 128px;
    }
    .project_info_mass_size {
        font-size: 20px;
    }
    .project_info_location_item {
        font-size: 20px;
    }
    .project_info_location_href {
        font-size: 14px;
    }
    .project_vertical_line {
        left: 405px;
        height: 135%;
        margin-top: -50px;
    }
    .projects_block {
        max-width: 808px;
        margin: 0 auto;
    }
    .project_info_texts h3 {
        font-size: 16px;
        text-align: start !important;
    }
    .project_info_texts p {
        font-size: 14px;
    }
    .project_item {
        padding-bottom: 0px !important;
        padding-left: 10px !important;
    }
    .project_horizontal_line {
        margin-top: -80px;
        top: 230px;
    }
    .project_info_location {
        margin-top: -75px !important;
        height: fit-content;
        margin-left: 10px;
    }
    .project_info_mass {
        height: fit-content;
    }
    .project_info_texts {
        top: 250px;
        max-width: 374px !important;
        left: 20px;
        width: fit-content;
        margin-top: -90px;
        margin-left: 0px;
    }
    .project_info_texts h3 {
        text-align: start;
    }
    .project_item {
        margin-top: 40px;
    }
    .project_item_reverse {
        padding-bottom: 40px !important;
    }
    .project_item_reverse .project_info div .project_horizontal_line {
        top: 250px;
        margin-top: 0;
    }
    .project_item_reverse img {
        width: 600px !important;
    }
    .project_info_texts_reverce {
        left: 425px;
        top: 270px;
        margin-top: -135px;
        margin-left: initial;
    }
    .project_item_reverse .project_info {
        justify-content: end;
        margin-top: -130px !important;
        margin-bottom: 130px;
    }
    .project_vertical_line_last {
        height: 450px !important;
    }
    .project_info_mass_size_reverse {
        margin-top: -90px !important;
    }
    .block_title_text_desc {
        margin-top: 10px;
    }
    .project_page_question {
        margin-top: 100px;
        margin: 0 auto;
    }
    .project_horizontal_line {
        left: initial;
        right: 0;
        width: 657px;
        margin-left: 95px;
    }
    
    .project_item_reverse .project_horizontal_line {
        left: 0;
        right: initial;
        margin-left: -160px;
    }

    .project_horizontal_line {
        left: 20px;
        right: initial;
    }
    
    .project_item_reverse .project_horizontal_line {
        left: 190px;
        right: initial;
    }

    .project_horizontal_line {
        top: 360px;
    }
    
    .project_item_reverse {
        padding-top: 20px;
        padding-bottom: 120px;
    }
    
    .project_info_mass_reverse {
        position: absolute !important;
        top: 40px;
        left: 20px;
    }
    
    .project_info_mass_size_reverse {
        position: absolute !important;
        top: 160px;
        left: 20px;
    }
    
    .project_info_location_reverse {
        margin-top: -0px;
    }
    
    .project_item_reverse img {
        height: 340px;
        object-fit: cover;
    }
    
    .project_info_mass_size_reverse {
        bottom: 75px;
    }
    
    .project_item_reverse div .project_horizontal_line {
        top: 380px;
    }
    
    .project_info_texts {
        position: absolute;
        max-width: 595px;
        top: 380px;
    }
    
    .project_info_texts h3 {
        color: var(--main-color-black);
        text-align: end;
        font-size: 16px;
    }
    
    .project_info_texts p {
        color: #727272;
        text-align: end;
        font-size: 14px;
        margin-top: 10px;
    }
    
    .project_info_texts_reverce h3, .project_info_texts_reverce p {
        text-align: start;
    }
    
    .project_info_texts_reverce {
        right: 0px;
        top: 400px;
    }
    
    .project_info_texts_reverce h3 {
        margin-right: 10px;
    }
    
    .geo_map_block, .geo_map {
        position: relative !important;
    }
    
    .project_item_first {
        margin-top: 20px;
    }

    .projects_block_tablet {
        display: flex !important;
    }

}

.projects_block_tablet {
    display: none;
}

@media (max-width: 998px) {
    .menu {
        display: none;
    }
    .burger_menu {
        display: flex;
        margin-right: 10px;
        cursor: pointer;
    }
}


@media screen and (max-width: 830px) {
    .project_info_texts {
        max-width: 335px !important;
    }
    .project_vertical_line {
        left: 375px;
    }
    .project_info_location {
        margin-left: -5px;
    }
    .project_img {
        margin-left: -15px;
    }
    .projects_block_tablet {
        max-width: 755px;
        margin: 0 auto;
    } 
    .project_item_reverse img {
        margin-left: -5px;
    }
    .project_info_texts_reverce {
        margin-left: -25px;
    }
    .project_info_location_reverse {
        margin-left: -20px;
    }
    .project_info_location_reverse .project_info_location_button {
        margin-left: 10px;
    }
    .project_info_texts  h3 {
        font-size: 15px;
    }
    .quality_video {
        width: 100%;
        margin-left: 0;
        height: 300px;
    }
}

@media (max-width: 1200px) {
    .consult_info_line_process {
        height: 50px!important;
        margin-top: -10px;
    }
}

@media (max-width: 700px) {
    .main_header_img {
        top: -60px;
    }
}

@media screen and (max-width: 576px) {
    .main_header_img {
        top: -80px;
    }
}

@media (max-width: 576px) {
    .line-break {
        display: block;
    }

    .consult_info_line_process {
        height: 65px!important;
        margin-top: 0;
    }

    .consult_info_block:nth-child(2) .consult_info_line_process {
        height: 50px!important;
    }
}
/* End */


/* Start:/local/templates/aobig/template_styles.css?174489138011376*/
.product_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.seemore_btn {
    white-space: nowrap;
    cursor: pointer;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 120px;
    display: none;
    font-size: 24px;
    color: #fff;
    background: #ffcd08;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}

.back-to-top:hover {
    background: #333;
    text-decoration: none;
}

#dialog_file3 {
    display: none;
}

.category_title img {
    max-width: 200px;
}

.table_link_block:nth-child(even) {
    background-color: transparent !important;
}

.table_link_block:nth-child(even), .table_head {
    background-color: #E2E2E2 !important;
}

.categories_desc {
    margin-top: 24px;
}

.grecaptcha-badge {
    opacity: 0;
}

@media (max-width: 768px) {
    .reply p {
        text-align: start;
    }

    .back-to-top {
        bottom: 30px;
        left: 20px;
        right: auto;

    }
}

@media (max-width: 1200px) {
    .consult_info_title_text {
        margin-right: 90px;
    }
}

.service {
    margin: 60px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service ul {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-color * {
    color: var(--main-color-yellow);
    font-weight: 600;
}

.service-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.service-wrap a {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.service-wrap a:hover {
    opacity: .8;
}

.service-wrap img {
    border-radius: 10px;
}

.service-photos {
    display: none !important;
}

.service-photos .swiper-wrapper {
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .service-photos {
        display: block !important;
    }

    .service-wrap > a {
        display: none;
    }

    .service-wrap {
        grid-template-columns: 1fr;
    }

    .footer_column iframe {
        padding-top: 40px;
    }
}

.service p {
    text-align: left;
}

.jq {
    display: none !important;
}

.gallery_photo_desc {
    max-width: 275px;
}

@media (max-width: 750px) {
    .gallery_photo_desc {
        max-width: 100%;
    }
}

.one-image img {
    width: 560px;
    transform: translateY(-100px);
}

@media screen and (max-width: 1280px) {
    .project_item_reverse .project_img {
        width: 480px;
    }

    .project_info_location_reverse {
        align-items: center;
    }
}

@media screen and (max-width: 1190px) {
    .one-image img {
        width: 100%;
        transform: translateY(00px);
    }
}

.rightBlock {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contactBlock {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contactBlock a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--main-color-black);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.6px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

#dialog_file_input {
    display: flex !important;
}

.search-icon img {
    position: relative;
    z-index: 1000;
    width: 28px;
    height: 28px;
}

.search-icon {
    opacity: 1;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}

.search-icon:hover {
    opacity: .8;
}

.search-content {
    width: 400px;
    height: auto;
    position: absolute;
    right: 0;
    top: 70px;
    background: #fff;
    z-index: 100;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    transition: .3s ease;
    border-radius: 10px;
    box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
}

.search-content.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.search-wrap input {
    border: 1px solid var(--main-color-black);
    background: transparent;
    padding: 10px 25px;
    outline: none;
    width: 100%;
}

.search-content .button_black {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    display: none;
}

.search-content .button_black.active {
    display: block;
}

.search-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 18px 0px rgba(153, 153, 153, 0.25);
    background: #fff;
}

.search-item:first-child {
    margin-top: 15px;
}

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

.search-item .see_allp {
    display: flex !important;
}

@media (max-width: 768px) {
    .search-page form {
        display: flex;
        flex-direction: column;
    }

    .search-page input {
        width: 100%;
    }

    .search-page .button_black {
        text-align: center;
    }

    .contactBlock {
        display: none;
    }

    .rightBlock {
        margin-left: auto;
        padding: 10px 15px 0 0;
    }

    .search-item .see_allp {
        width: initial !important;
    }

    .search-content {
        top: 90px;
        width: 97%;
        left: 10px;
        right: 10px;
    }
}

.descr {
    margin-top: 15px;
}

.fancybox__content {
    background: transparent !important;
}

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

.circle_container-wrap p {
    text-align: left;
    font-size: 14px;
    margin-top: 5px;
}

.table_btn {
    color: #fff;
    text-align: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    display: none;
}

.table_mob {
    display: none;
    gap: 5px;
    flex-direction: column;
}

.table_mob span {
    font-family: Manrope;
    color: var(--main-color-black);
    font-weight: 400;
    font-size: 12px;
}

.replies_block {
    /*padding: 0 10px;*/
}

.arrow_right {
    display: none;
}

@media (max-width: 1200px) {
    .question {
        position: relative;
    }
}

.btn-wrap {
    margin-top: 15px;
    border-radius: 12px;
    display: none;
    background: var(--main-color-yellow);
    padding: 15px;
}

@media (max-width: 800px) {
    .arrow_right {
        margin: 15px 0 -40px 0;
        display: flex;
    }

    .table_mob {
        display: flex;
    }

    .table_btn {
        display: block;
    }

    .btn-wrap {
        display: block;
    }

    .table_row p {
        width: 70px !important;
    }
}

.circle_res .swiper-pagination {
    bottom: -5px !important;
}

.circle_res .swiper-pagination-bullet-active {
    background: var(--main-color-yellow);
}

.text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.table_link_block {
    position: relative;
}

.table_row a {
    color: inherit;
    text-decoration: none;
}

.table_row a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
}

.table-content, .table-head {
    width: 100%;
}

.table_head {
    display: block;
    padding: 0px;
}

.table tr {
    padding: 15px 33px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.table th, .table td {
    max-width: 220px;
    width: 100%;
    text-align: center;
}

.table th {
    font-weight: 600;
}

.table-content tr {
    cursor: pointer;
}

.table a {
    color: initial;
    text-decoration: none;
}

.table a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
}

.table-content tr:hover {
    background: var(--main-color-yellow) !important;
}

.product_info tbody {
    width: 100%;
}

.product_info_item {
    padding: 7px 0;
}

.main__descr {
    margin-top: 20px;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .button_header {
        display: none;
    }
}

@media (max-width: 998px) {
    .main__descr {
        display: none;
        font-size: 18px;
        text-align: left;
        margin-left: 10px;
        margin-top: 10px;
    }

    .table th, .table td {
        max-width: 130px;
        min-width: 130px;
        font-size: 14px;
        width: max-content;
    }

    .table {
        scrollbar-width: thin;
        display: inline-grid;
        width: 100%;
        overflow-y: scroll;
    }

    .table tr {
        padding: 10px 15px;
    }

    .text {
        font-size: 14px;
    }
}

header .wrapper {
    padding: 0;
}

header .wrapper-top {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--main-color-gray);
}

.wrapper-top .contactBlock {
    flex-direction: row;
    gap: 40px;
}

.wrapper-top .rightBlock {
    margin-left: auto;
}

.menu {
    margin-left: auto;
}

.button_header {
    margin-left: 40px;
}

.description {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

header > .wrapper {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.description span {
    color: #231f20;
    max-width: 220px;
    font-size: 14px;
}

.wrapper-top p {
    max-width: 350px;
    font-size: 15px;
    text-align: left;
}

@media (max-width: 998px) {
    header .wrapper-top {
        display: none;
    }

    .description img {
        margin-top: 0px !important;
    }

    .description {
        gap: 5px;
        margin-top: 10px;
    }

    .description span {
        font-size: 12px;
        max-width: 200px;
    }

    .logo {
        width: 70px;
    }
}

.product-group {
    margin-top: 50px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.product-item {
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    box-shadow: 0px 8px 18px 0px rgba(153, 153, 153, 0.10);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-link {
    text-align: center;
    margin-top: auto;
    width: 100%;
    display: block;
}

.product-image {
    display: block;
    margin: 0 auto;
    max-height: 364px;
    width: 100% !important;
    object-fit: contain;
}

.product-names {
    font-size: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10PX;
}

.product-name {
    text-align: center;
}

.product-name a {
    color: #000;
    text-decoration: none;
}

.product-item .swiper-slide {
    width: 100% !important;
}

.cacl {
    margin-top: 80px !important;
}

.product-link {
    cursor: pointer;
}

.product-title {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.product-item .swiper-pagination-bullet-active {
    background: var(--main-color-yellow) !important;
}

.product-item .swiper-pagination-bullet {
    width: 100% !important;
    border-radius: 2px;
    height: 2px;
}

.section-item {
    width: 100%;
    height: 100%;
}

.swiper-sections {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}

.product-item .swiper-pagination {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

@media (max-width: 998px) {
    .product-group {
        grid-template-columns: 1fr 1fr;
    }
    .swiper-sections {
        display: none;
    }
}

@media (max-width: 480px) {
    .product-group {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/aobig/css/main.css?174661803856785 */
/* /local/templates/aobig/css/components.css?17419518234475 */
/* /local/templates/aobig/css/gallery.css?17446244072408 */
/* /local/templates/aobig/css/responsive.css?172814125616310 */
/* /local/templates/aobig/template_styles.css?174489138011376 */
