@font-face {
    font-family: "Golos";
    src: url('../fonts/GolosText-Regular.woff') format('woff'),
    url('../fonts/GolosText-Regular.woff2') format('woff2'),
    url('../fonts/GolosText-Regular.ttf') format('ttf');
}

@font-face {
    font-family: "Golos-Bold";
    src: url('../fonts/GolosText-Bold.woff') format('woff'),
    url('../fonts/GolosText-Bold.woff2') format('woff2'),
    url('../fonts/GolosText-Bold.ttf') format('ttf');
}

@font-face {
    font-family: "Golos-Medium";
    src: url('../fonts/GolosText-Medium.woff') format('woff'),
    url('../fonts/GolosText-Medium.woff2') format('woff2'),
    url('../fonts/GolosText-Medium.ttf') format('ttf');
}

body {
    font-family: 'Golos' !important;
}

picture {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.site-header {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 999;
    background: rgb(0 0 0 / 20%);
    transition: all .3s ease-in-out;
}

.site-header_page {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 999;
    transition: all .3s ease-in-out;
    background: rgb(0 0 0 / 50%);
}

.site-main_page .site-branding img,
.site-main_page .footer_logo img {
    filter: brightness(0) invert(1);
}

.btn-up {
    position: fixed;
    background-color: #B02020;
    right: 20px;
    bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    z-index: 9999;
}

.btn-up_hide {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #e03f3f;
    }
}

.header_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 1140px;
    padding: 30px 0;
    transition: all .3s ease-in-out;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: calc(100% - 30px);
    max-width: 1140px;
}

.custom-logo-link {
    display: flex;
    height: fit-content;
}

.custom-logo-link img {
    width: 235px;
    height: 100%;
    object-fit: contain;
}

.main-navigation {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_middle {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-top: 20px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.menu {
    display: flex;
    justify-content: center;
    gap: 150px;
    list-style: none;
    padding: 0;
}

.menu-item a {
    font-family: Golos-Medium;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    text-align: center;
    color: #ffffff !important;
    text-shadow: #ffffff 0px 0 30px;
    transition: all .3s ease-in-out;
}

.menu-item a:hover {
    text-shadow: #B02020 0px 0 30px;
}

.current-menu-item a {
    color: #B02020 !important;
    text-shadow: #B02020 0px 0 30px;
    transition: all .3s ease-in-out;
}

.current-menu-item a:hover {
    text-shadow: #ffffff 0px 0 30px !important;
}

.header_desc {
    min-width: 200px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24.61px;
    text-align: left;
    color: #ffffff;
}

.header_desc b {
    color: #B02020 !important;
}

.header_soc_desc {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 24.61px;
    text-align: left;
    padding-right: 20px;
    color: #ffffff;
}

.header_soc_desc:before {
    position: absolute;
    display: flex;
    content: '';
    width: 1px;
    height: 100%;
    background: #ffffff;
    right: 0;
}

.header_soc {
    display: flex;
    height: fit-content;
}

.header_soc_icons {
    display: flex;
    gap: 10px;
    padding-left: 20px;
}

.header_right {
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: opacity 0.5s ease-in-out;
}

.header_menu {
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.header_work_time {
    display: flex;
    min-width: fit-content;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: left;
    color: #ffffff;
    padding-left: 20px;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
}

.header_work_time:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    left: 0;
    top: calc(50% - 4px);
    background: #49FF2B;
}

.header_tel {
    display: flex;
    min-width: fit-content;
}

.header_tel svg {
    margin-top: 5px;
}

.header_tel a {
    min-width: fit-content;
    font-family: Golos-Bold;
    font-size: 26px;
    font-weight: 800;
    line-height: 31.2px;
    text-align: center;
    padding-left: 10px;
    color: #ffffff;
}

.header_btn {
    display: flex;
    width: 100%;
    color: #ffffff !important;
    background: rgb(176, 32, 32);
    background: linear-gradient(90deg, rgba(176, 32, 32, 1) 0%, rgba(202, 85, 85, 1) 50%, rgba(176, 32, 32, 1) 100%);
    height: 41px;
    font-size: 19px;
    font-weight: 700;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
}

.main_btn {
    display: flex;
    width: fit-content;
    padding: 0 40px;
    color: #ffffff !important;
    background: rgb(176, 32, 32);
    background: linear-gradient(90deg, rgba(176, 32, 32, 1) 0%, rgba(202, 85, 85, 1) 50%, rgba(176, 32, 32, 1) 100%);
    height: 50px;
    font-weight: 700;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
}

.header_btn > span,
.main_btn > span {
    position: relative;
    z-index: 1;
}

.header_btn:after,
.main_btn:after {
    border-radius: 50px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(202, 85, 85, 1) 0%, rgba(176, 32, 32, 1) 50%, rgba(202, 85, 85, 1) 100%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.header_btn:hover:after,
.main_btn:hover:after {
    opacity: 1;
}

.site-branding {
    display: flex;
    align-items: center;
    position: relative;
}


@media (max-width: 1440px) {
    .header_middle {
        display: none;
    }

    .header_right {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .header_btn {
        padding: 0 40px;
    }

    .header_tel {
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .header_container {
        width: 100%;
    }

    .header_work_time {
        display: none;
    }

    .header_tel svg {
        display: none;
    }
}

@media (max-width: 768px) {
    .custom-logo-link img {
        width: 130px;
    }

    .header_tel a {
        font-size: 18px;
        padding-left: 0;
    }

    .header_btn {
        font-size: 14px;
        height: 35px;
        padding: 0;
        width: fit-content;
    }

    .header_btn span {
        padding: 0 20px;
    }

    .header_container {
        padding: 10px 0;
    }

    .header_right {
        gap: 0;
        flex-direction: column;
    }

    .menu {
        gap: 20px;
        margin-top: 0;
    }

    .menu-item a {
        font-size: 18px;
    }

    .custom-logo-link {
        padding-top: 10px;
    }
}

.first_section {
    display: flex;
    width: 100%;
    height: 1085px;
    position: relative;
}

.first_section_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

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

.first_img_wrap {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: 2;
}

.first_img_wrap:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 50%, rgba(176, 32, 32, 0) 100%);
    z-index: 3;

}

@media (max-width: 1024px) {
    .first_img_wrap:before {
        height: 100%;
    }
}

.first_img_wrap img {
    object-position: left;
}

.first_container {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    z-index: 3;
}

.first_btn {
    height: 50px;
    border-radius: 40px;
    padding: 0 50px;
    font-size: 19px;
}

.first_container h1 {
    font-family: Golos-Bold;
    font-size: 60px;
    line-height: 55px;
    text-align: left;
    color: #ffffff;
    width: 60%;
}

.first_info_desc {
    display: flex;
    flex-direction: column;
    width: 75%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400 !important;
    color: #ffffff !important;
    margin-bottom: 80px;
}

.first_info_desc h2 {
    font-family: Golos;
    margin: 0;
    font-weight: 200 !important;
    font-size: 28px;
}

.first_info_desc p {
    margin: 0;
}

.first_info_desc ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 0;
}

.first_info_desc ul li {
    display: flex;
    min-width: 45%;
    font-size: 18px;
    position: relative;
}

.first_info_desc ul li:before {
    display: flex;
    position: relative;
    content: '';
    width: 14px;
    height: 14px;
    left: -15px;
    top: 9px;
    border-radius: 20px;
    background: linear-gradient(305deg, rgba(176, 32, 32, 1) 0%, rgba(202, 85, 85, 1) 100%);
}

@media (max-width: 1024px) {
    .first_info_desc,
    .first_container h1 {
        width: 100%;
    }

    .first_info_desc {
        margin-bottom: 30px;
    }

    .first_info_desc h2 {
        display: none;
    }
}


@media (max-width: 768px) {
    .first_container h1 {
        font-size: 36px;
        line-height: 1;
    }

    .first_info_desc h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .first_info_desc p {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 20px;
    }

    .first_info_desc ul li {
        font-size: 18px;
    }

    .first_info_desc ul {
        display: none;
    }

    .first_section {
        height: 600px;
    }

    .first_btn {
        height: 45px;
        font-size: 16px;
    }
}

.price {
    padding: 50px 0;
    background-image: url('/wp-content/uploads/2024/10/image-7.webp');
}

.price_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.swiper {
    display: flex;
    width: 100%;
}

.price_title {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: Golos-Medium;
    font-size: 41px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #333333;
}

.price_desc {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    color: #333333;
}

.price_desc_after {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #333333;

}

.price_slide_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 25px;
    overflow: hidden;
}

.price_slide {
    margin: 50px 0;
    border-radius: 20px;
    background-image: url('/wp-content/uploads/2024/10/Group-17.jpg');
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
    background-size: cover;
}

.price_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    height: 283px;
}

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

.price_item_title {
    font-family: Golos-Medium;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
}

.price_item_color {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #868686;
    margin-top: 10px;
}

.price_item_price {
    font-size: 34px;
    font-weight: 600;
    line-height: 55px;
    text-align: center;
}

.price_item_price_old {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #868686;
    margin-bottom: 10px;
    text-decoration: line-through;
}

.price_btn {
    width: fit-content;
    padding: 0 50px;
    font-weight: 400 !important;
}

.price_swiper-button-next,
.price_swiper-button-prev {
    display: none;
    top: 70%;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    background: linear-gradient(305deg, rgba(176, 32, 32, 1) 0%, rgba(202, 85, 85, 1) 100%);
}

.price_swiper-button-prev:after,
.price_swiper-button-next:after {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}


@media (max-width: 768px) {
    .price_title {
        font-size: 26px;
        line-height: 34px;
    }

    .price_desc {
        font-size: 20px;
        line-height: 50px;
    }

    .price_desc_after {
        font-size: 18px;
        line-height: 25px;
    }

    .price_swiper-button-next,
    .price_swiper-button-prev {
        display: flex;
    }
}

.advantages {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: url('/wp-content/uploads/2024/10/Group-49.jpg');
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
    background-size: cover;
}

.advantages_title {
    font-size: 41px;
    font-weight: 400;
    line-height: 49.2px;
    text-align: center;
    color: #ffffff;
}

.advantages_title span {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
}

.advantages_container {
    display: flex;
    gap: 10px;
    margin: 50px 0 80px 0;
}

.advantages ul {
    display: flex;
    flex-direction: column;
    gap: 100px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantages ul h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
}

.advantages ul p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #ffffff;
}

.advantages_list_left_ul {
    position: relative;
    z-index: 9;
    left: 80px;
    padding-top: 40px !important;
    gap: 80px !important;
}

.advantages_img {
    display: flex;
    position: relative;
    left: -80px;
}

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

.advantages_list_right_ul {
    position: relative;
    left: -80px;
    padding-top: 40px !important;
    gap: 150px !important;

}

.advantages_list_left_ul li:nth-child(1) {
    margin-left: 165px;
}

.advantages_list_left_ul li:nth-child(2) {
    margin-left: 90px;
}

.advantages_list_left_ul li:nth-child(4) {
    margin-left: 120px;
}

.advantages_list_left_ul li {
    position: relative;
}

.advantages_list_left_ul_svg {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 55px;
    background: linear-gradient(305deg, rgba(176, 32, 32, 1) 0%, rgba(202, 85, 85, 1) 100%);
}


/* Tooltip text */
.advantages_list_left_ul_svg .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #B02020FF !important;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    position: absolute;
    top: 0;
    z-index: 100;
}

.tooltiptext_ul {
    gap: 20px !important;
}

.tooltiptext_ul li h3 {
    text-align: left !important;
    color: #B02020FF !important;
    font-weight: 600;
    font-size: 14px !important;
}

.tooltiptext_ul li p {
    text-align: left !important;
    color: #B02020FF !important;
    font-size: 12px !important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.advantages_list_left_ul_svg:hover .tooltiptext {
    visibility: visible;
}

.advantages_list_left_ul_svg:after {
    position: absolute;
    content: '';
    left: -12px;
    top: -12px;
    width: 78px;
    height: 78px;
    border-radius: 78px;
    background: linear-gradient(305deg, rgba(176, 32, 32, 0.3) 0%, rgba(202, 85, 85, 0.3) 100%);
}

.advantages_list_right_ul li:first-child,
.advantages_list_right_ul li:last-child {
    margin-left: -165px;
}

.advantages_list_left_ul li:nth-child(1) > .advantages_list_left_ul_svg {
    right: -100px;
}

.advantages_list_left_ul li:nth-child(2) > .advantages_list_left_ul_svg {
    right: 20px;
    top: 0px;
}

.advantages_list_left_ul li:nth-child(3) > .advantages_list_left_ul_svg {
    right: 20px;
}

.advantages_list_left_ul li:nth-child(4) > .advantages_list_left_ul_svg {
    right: -100px;
    top: 0px;
}

.advantages_img .advantages_list_left_ul_svg {
    display: none;
}

@media (max-width: 1440px) {
    .advantages_list_left {
        display: none;
    }

    .advantages_container {
        padding: 0 20px;
    }

    .advantages_img {
        left: 0;
    }
}

@media (max-width: 1024px) {
    .advantages {
        padding: 30px 0;
    }

    .advantages_container {
        flex-direction: column;
    }

    .advantages_list_right_ul {
        left: 0;
        gap: 30px !important;
    }

    .advantages_list_right_ul li:first-child,
    .advantages_list_right_ul li:last-child {
        margin-left: 0;
    }

    .advantages_title {
        font-size: 26px;
        line-height: 34px;
    }

    .advantages_img .advantages_list_left_ul_svg {
        display: flex;
        right: 30%;
        bottom: 40%;
    }
}

.colorSwiper {
    display: flex;
    flex-direction: column;
    margin: 150px 0;
    align-items: center;
}

.color_swiper_wrapper {
    margin: 50px 0;
}

.color_slide {
    height: 660px;
    overflow: hidden;
    position: relative;
}

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

.colorSwiper .swiper-slide-active {
    position: relative;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.6), 0 0 0px 0 rgba(0, 0, 0, 0.6);
    width: 270px !important;
    z-index: 99999;
}

.color_scrollbar {
    display: flex;
    width: 640px;
    height: 10px;
}

.swiper-scrollbar {
    position: relative !important;
    background: #fff;
}

.swiper-scrollbar-drag {
    height: 10px;
    top: -3px;
    background: linear-gradient(305deg, rgba(176, 32, 32, 1) 0%, rgba(202, 85, 85, 1) 100%);
}

.color_slide_desc {
    display: flex;
    flex-direction: column;
    background: rgb(255 255 255 / 75%);
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
}

.color_slide_desc_title {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-family: Golos-Medium;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #333333;
}

.color_slide_desc_code {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.4px;
    color: #333333;
}

.swiper-slide-active .color_slide_desc {
    bottom: 0;
}

@media (max-width: 1024px) {
    .color_slide {
        height: 360px;
    }

    .color_scrollbar {
        width: 60%;
    }

    .color_slide_desc_title {
        font-size: 16px;
        line-height: 17px;
    }

    .color_slide_desc_code {
        font-size: 14px;
        line-height: 15px;
    }

    .colorSwiper .swiper-slide-active {
        width: 170px !important;
    }
}

.made {
    margin: 80px 0;
}

.made_title {
    display: flex;
    width: 100%;
    font-family: Golos-Bold;
    font-size: 41px;
    font-weight: 800;
    line-height: 55px;
    color: #333333;
}

.made_desc {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333;
}

.made_content {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.made_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333;
    margin-bottom: 30px;
}

.made_content_block:first-child {
    display: flex;
    flex-direction: column;
    width: 65%;
    max-height: 630px;
}

.made_content_block:last-child {
    width: calc(35% - 30px);
}

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

@media (max-width: 1024px) {
    .made_title {
        font-size: 26px;
        line-height: 34px;
    }

    .made_content_block:last-child {
        display: none;
    }

    .made_content_block:first-child {
        width: 100%;
        max-height: 630px;
    }
}

.advantages_two {
    padding: 0 15px;
    margin-bottom: 80px;
}

.advantages_two_title {
    font-size: 36px;
    line-height: 43.2px;
}

.advantages_two_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    padding: 50px 0;
}

.advantages_two_list_item_svg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: #333333;
}

.advantages_two_list_item_title {
    margin: 40px 0 10px 0;
    color: #333333;
    font-weight: 700;
    font-size: 22px;
}

.advantages_two_list_item_desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #333333;
}

.advantages_two_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1300px;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.2), 0 0 0px 0 rgba(0, 0, 0, 0.19);
    padding: 60px 80px;
    border-radius: 25px 25px 0 0;
    background-image: url('/wp-content/uploads/2024/10/image-7.webp');
}

.advantages_two_container_number_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
}

.advantages_two_container_number {
    display: flex;
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1300px;
    padding: 80px;
    border-radius: 0 0 25px 25px;
    background-image: url('/wp-content/uploads/2024/10/Group-49.jpg');
}

.advantages_two_list_item_number_title {
    font-family: Golos-Medium;
    font-size: 69px;
    line-height: 55px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
}

.advantages_two_list_item_number_desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #C3C3C3;
}

.advantages_two_container .price_btn {
    padding: 0 100px;
}

@media (max-width: 1440px) {
    .advantages_two_container_number {
        padding: 50px 0;
        width: 100%;
    }

    .advantages_two_container {
        width: 100%;
        padding: 50px 0;
    }
}

@media (max-width: 1024px) {
    .advantages_two_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        padding: 40px 0;
    }

    .advantages_two_container_number {
        padding: 30px 0;
    }

    .advantages_two_container_number_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        justify-items: center;
    }

    .advantages_two_list_item_number_title,
    .advantages_two_list_item_number_desc {
        text-align: center;
    }

    .advantages_two_title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .advantages_two_title strong {
        font-size: 24px;
    }

}

@media (max-width: 480px) {
    .advantages_two_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .advantages_two_list_item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advantages_two_list_item_title {
        text-align: center;
        margin: 20px 0 10px 0;
        font-size: 18px;
    }

    .advantages_two_list_item_desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 13px;
        color: #333333;
    }

    .advantages_two_list_item .advantages_two_list_item_desc {
        visibility: hidden;
        box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.2), 0 0 0px 0 rgba(0, 0, 0, 0.19);
        width: 130px;
        background-color: rgba(255, 255, 255, 0.8);
        color: #B02020FF !important;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        position: absolute;
        top: -10px;
        z-index: 100;
    }

    .advantages_two_list_item:hover .advantages_two_list_item_desc {
        visibility: visible;
    }
}

.works .advantages_title {
    text-align: left;
}

.works_container {
    display: flex;
    width: 100%;
}

.works_list {
    padding: 80px 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.works_item {
    display: flex;
    position: relative;
    width: 100%;
    height: 365px;
    max-width: 560px;
    border-radius: 25px;
    overflow: hidden;
    user-select: none
}

.works .swiper-button-next,
.works .swiper-button-prev {
    height: 44px;
    width: 44px;
    border-radius: 30px;
    background: linear-gradient(305deg, rgba(176, 32, 32, 1) 0%, rgba(202, 85, 85, 1) 100%);
}

.works .swiper-button-prev:after,
.works .swiper-button-next:after {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.works .swiper-button-disabled {
    height: 40px;
    width: 40px;
    opacity: 1;
    border: 2px solid #ffffff;
    background: inherit;
}

.works_item img {
    width: 100%;
    filter: grayscale(100%);
    height: 100%;
    object-fit: cover;
}

.works_item:hover .works_img {
    filter: grayscale(0);
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: .6;
}

.swiper-pagination-bullet-active {
    background: #C24545;
    opacity: 1;
}

.works .swiper-pagination {
    width: fit-content !important;
    right: 20px;
    bottom: 30px !important;
    left: auto !important;
}

.works_item_desc_container {
    position: absolute;
    left: 50px;
    bottom: 30px;
    z-index: 3;
}

.works_list_mobile {
    display: none;
    margin: 50px 0;
}

.worksMobileSwiper .works_item_desc_container {
    position: absolute;
    left: 50px;
    bottom: 30px;
    z-index: 3;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.works_item_desc {
    font-family: Golos-Medium;
    font-size: 21px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
    width: 70%;
}

.works .advantages_btn {
    display: flex;
    justify-content: center;
}

.worksMobileSwiper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.worksMobileSwiper .works_item {
    display: flex;
    position: relative;
    width: 100%;
    height: 365px;
    max-width: 100%;
    border-radius: 25px;
    overflow: hidden;
    user-select: none;
}

.works_scrollbar {
    margin: 30px 0;
    height: 10px;
    width: 60%;
}

.works_swiper-scrollbar {
    background: #fff;
    height: 5px;
}

@media (max-width: 768px) {
    .advantages_two_list_item_number_title {
        font-size: 22px !important;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .advantages_two_list_item_number_title strong {
        font-size: 22px;
    }

    .advantages_two_list_item_number_desc {
        font-size: 14px;
        line-height: 15px;
    }

    .works_container {
        display: none;
    }

    .works_list_mobile {
        display: flex;
    }

    .works_list_mobile .swiper-pagination {
        bottom: 5px !important;
        width: 100% !important;
        right: 0 !important;
    }

    .worksMobileSwiper .works_item_desc_container {
        width: 70%;
        display: flex;
        align-items: start;
        left: 20px;
    }

    .works_item_desc_container a {
        margin-left: 10px;
    }

    .works_item_desc {
        padding: 0 10px;
        text-align: left;
        width: 100%;
    }

    .worksMobileSwiper .works_item {
        height: 265px;
    }

    .works_list_mobile {
        margin: 50px 0 0 0;
    }

    .advantages ul h3,
    .advantages ul p {
        text-align: center;
    }

    .advantages_container {
        margin: 40px 0 40px 0;
    }

    .colorSwiper {
        margin-bottom: 40px;
    }

    .works_item .swiper-button-next,
    .works_item .swiper-button-prev,
    .works_item .swiper-pagination,
    .works_swiper-scrollbar {
        display: none;
    }

    .worksMobileSwiper .swiper-button-next,
    .worksMobileSwiper .swiper-button-prev {
        bottom: 10px;
        top: auto;
    }

    .works .advantages_btn {
        position: relative;
        top: -50px;
    }
}

.sertsSwiper {
    margin-bottom: 50px;
}

.serts {
    background: #ffffff;
    padding: 50px 0;
}

.sert_item_img {
    border-radius: 0;
    background-image: url('/wp-content/uploads/2024/10/Group-17.jpg');
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
    background-size: cover;
    height: 310px;
    cursor: pointer;
}

.serts .advantages_two_title {
    font-family: Golos-Bold;
    margin-bottom: 20px;
}

.serts_desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #2D2C2C;
}

.serts .swiper-button-next,
.serts .swiper-button-prev {
    height: 44px;
    width: 44px;
    border-radius: 30px;
    background: linear-gradient(305deg, rgba(176, 32, 32, 1) 0%, rgba(202, 85, 85, 1) 100%);
}

.serts .swiper-button-prev:after,
.serts .swiper-button-next:after {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.recommendationsSwiper {
    display: flex;
    flex-direction: column;
    padding: 0 100px;
}

.recommendationsSwiper .swiper-slide {
    height: 300px;
}

.recommendation_pagination {
    margin: 50px 0;
    position: relative !important;
}

.recommendations_container {
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    width: calc(100% - 30px);
    max-width: 1340px;

}

.recommendationsSwiper .swiper-button-next,
.recommendationsSwiper .swiper-button-prev {
    top: 38%;
}

.recommendationsSwiper .swiper-button-disabled {
    height: 40px;
    width: 40px;
    opacity: 1;
    border: 2px solid #C24545 !important;
    color: #C24545 !important;
    background: inherit;
}

.recommendationsSwiper .swiper-button-disabled:after {
    font-size: 14px;
    color: #C24545;
    font-weight: 700;
}

.recommendations_item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

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

.recommendations_item_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}

.recommendations_item_wrap_link {
    position: relative;
    right: 0;
    margin-top: 20px;
    padding: 10px 25px;
    color: #ffffff !important;
    border-radius: 24px 0 0 24px;
    background: rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
}

.recommendations_item_wrap_title {
    width: 70%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 700;
    line-height: 32.91px;
    color: #ffffff;
    position: relative;
    left: 20px;
    user-select: none;
}

.recommendations_item:hover .recommendations_item_wrap_link {
    background: #B52929CC;
}

.recommendations_item_wrap_link:hover {
    background: #B52929 !important;
}

@media (max-width: 768px) {
    .recommendationsSwiper {
        padding: 0;
    }

    .recommendationsSwiper .swiper-button-next,
    .recommendationsSwiper .swiper-button-prev {
        top: auto;
        bottom: 45px;
        z-index: 99;
    }
}

.feedback {
    background: #ffffff;
}

.feedback h2 {
    margin: 0;
}

.feedback_container {
    display: flex;
    width: 100%;
    padding-bottom: 80px;
}

.feedback_block:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    width: 55%;
    border-radius: 15px 0 0 15px;
    background-image: url('/wp-content/uploads/2024/10/Group-17.jpg');
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
    background-size: cover;
}

.feedback_block:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 45%;
    border-radius: 0 15px 15px 0;
    background-image: url('/wp-content/uploads/2024/10/Group-49.jpg');
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
    background-size: cover;
}

.feedback_block_img {
    position: relative;
    width: 227px;
    height: 331px;
}

.feedback_block_img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 20px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

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

.feedback_title {
    font-family: Golos-Bold;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    text-align: left;
    color: #333333;
}

.feedback_title strong {
    color: #B02020;
}

.feedback_desc {
    font-size: 23px;
    font-weight: 400;
    line-height: 27.6px;
    text-align: left;
    color: #333333;
    margin: 20px 0 30px 0;
}

.feedback_manager_name {
    position: relative;
    top: -40px;
    font-size: 27px;
    font-weight: 400;
    line-height: 32.4px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px -5px 20px #000000;
}

.feedback_manager_contact {
    position: relative;
    top: -30px;
    background: #fff;
    border-radius: 10px;
    padding: 60px 60px 15px 60px;
}

.feedback_manager_contact_svg {
    position: relative;
    z-index: 9;
    top: -30px;
    padding: 15px;
    border-radius: 50px;
    background: #B02020;
    -webkit-animation: pulse 1.5s infinite;
}

.feedback_manager_contact_svg:after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    width: 33px;
    height: 35px;
    padding: 15px;
    border-radius: 50px;
    background: #B02020;
    -webkit-animation: pulse_after 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(176, 32, 32, 0.75);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgb(176, 32, 32, 0.55);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(176, 32, 32, 0.35);
    }
}

@keyframes pulse_after {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(176, 32, 32, 0.85);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(176, 32, 32, 0.75);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(176, 32, 32, 0.55);
    }
}

.feedback_manager_contact_desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: center;
    color: #333333;
}

.feedback_manager_contact_tel {
    font-family: Golos-Bold;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: center;
    color: #333333;
}

@media (max-width: 768px) {
    .feedback_container {
        flex-direction: column;
    }

    .feedback_block:first-child {
        justify-content: center;
        align-items: center;
        padding: 50px 20px;
        width: auto;
        border-radius: 15px 15px 0 0;
    }

    .feedback_block:last-child {
        width: auto;
        border-radius: 0 0 15px 15px;
    }

    .feedback_title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .feedback_manager_contact {
        padding: 40px 20px 15px 20px;
    }
}

.site-footer {
    background-image: url('/wp-content/uploads/2024/10/Group-49.jpg');
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.footer_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 100px;
}

.footer_soc {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-top: 30px;
}

.footer_contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer_contacts a {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    text-align: left;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.footer_contacts a:hover {
    color: #B02020;
}

.footer_soc svg {
    width: 37px;
    height: 37px;
}

.footer_soc svg path {
    transition: all 0.3s ease-in-out;
}

.footer_soc svg:hover path {
    fill: #B02020;
}

.footer_copy {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    text-align: left;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .footer_container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 40px;
    }

    .footer_contacts {
        align-items: center;
    }

    .footer_logo,
    .footer_copy,
    .footer_soc {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .footer_copy {
        order: 5;
    }
}

.selection {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.selection_container {
    display: flex;
    width: 100%;
}

.selection_block:first-child {
    display: flex;
    flex-direction: column;
    width: 55%;
    margin-top: 100px;
}

.selection_block:last-child {
    display: flex;
    position: relative;
    width: 45%;
}

.selection_kromka {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.profile_check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 95px;
    border: 1px solid #ffffff;
    background: #ffffff;
}

.selection_kromka_check {
    background: #ffffff;
}

.selection_kromka_check input {
    display: none;
}

.selection_kromka_check_active {
    background: rgba(186, 53, 53, 0.30);
    border: 1px solid #ffffff;
}

.selection_kromka_check:first-child,
.selection_kromka_check:first-child span {
    border-radius: 5px 0 0 5px;
}

.selection_kromka_check:last-child,
.selection_kromka_check:last-child span {
    border-radius: 0 5px 5px 0;
}

.selection_color {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: fit-content;
}

.color_check {
    display: flex;
    width: 92px;
    height: 92px;
    border-radius: 50px;
    border: 5px solid #ffffff;
    overflow: hidden;
}

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

.selection_color_check_active {
    background: #ffffff;
    border: 5px solid #BA3535;
}

.selection_color_check input {
    display: none;
}

.selection_title {
    font-size: 41px;
    font-weight: 400;
    line-height: 49.2px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}


.selection_kromka_title,
.selection_color_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.selection_color_img_container {
    display: none;
}

.selection_color_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.selection_color_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 30%;
}

.selection_color_img_container {
    display: flex;
    width: 100%;
    min-height: 600px;
}


.img_absolute_container {
    position: absolute;
    left: 35%;
    top: -160px;
}

.img_absolute {
    width: 550px;
    height: 550px;
    object-fit: contain;
}

@media (max-width: 1440px) {
    .selection {
        display: none;
    }
}

.thanks-popup {
    background: #BA3535;
}

.form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.popup {
    font-family: "Montserrat", sans-serif !important;
    border-radius: 15px;
    padding: 30px;
    max-width: 500px !important;
}

.popup h2 {
    font-size: 35px;
    font-weight: 700;
    color: #111111;
    width: 100%;
    margin: 0;
}

.popup_desc {
    font-size: 24px;
    color: #1E1E1C;
    margin: 0;
    line-height: 30px;
    text-align: left;

}

.popup-info-text {
    font-size: 22px;
    color: #BA3535 !important;
    font-weight: 200;
}

.wpcf7 {
    width: 100%;
}

.wpcf7-form p {
    margin: 0;
    width: 100%;
}

.popup .wpcf7-form-control-wrap input, .popup .wpcf7-form-control-wrap textarea {
    width: 100%;
}

.popup .wpcf7-list-item input {
    width: fit-content;
}

@media (max-width: 768px) {
    .form-container {
        flex-direction: column;
        gap: 15px;
    }

    .popup-info {
        padding: 0;
    }

    .popup-info, .popup-form-container {
        width: 100%;
    }

    .popup-info-block h2 {
        font-size: 24px;
    }

    .popup-info-block p {
        font-size: 16px;
    }

    .popup-info-block h2,
    .popup-info-block p {
        width: 100%;
    }

    .popup-info-block:last-child {
        display: none;
    }

    .fancybox-content {
        padding: 30px 20px;
    }

    .wpcf7-form-control-wrap textarea {
        height: 100px;
    }

    .popup .custom-logo-link {
        display: none;
    }
}

.thanks-popup {
    max-width: 400px;
}

.wpcf7-form-control-wrap .hiddenInput {
    display: none;
}

.wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    width: calc(100% - 30px);
    border-radius: 60px;
    border: 1px solid #F5F3F4;
    padding: 30px;
    background: #F5F3F4;
}

.wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

.bottom_form {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.bottom_form .first_btn {
    padding: 35px;
    width: 100%;
}

.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-list-item input {
    width: fit-content;
}

.wpcf7-list-item label {
    display: flex;
    gap: 10px;
}

.wpcf7-acceptance {
    display: flex;
    align-items: center;
}

.wpcf7-form {
    position: relative;
    display: flex;
    flex-direction: column;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(45% - 12px);
}

.wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -18px;
    font-size: 14px;
    margin-left: 10px;
}

.bottom_form button {
    border: none;
}

.popup_agr {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.popup_agr p {
    font-size: 18px;
    font-weight: 400;
    color: #888888;
    width: 90%;
    text-align: center;
}

.popup_agr p a {
    color: #888888;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.popup .wpcf7-response-output {
    margin-top: 20px !important;
}

@media (max-width: 768px) {
    .popup {
        width: 95% !important;
    }

    .popup_desc {
        font-size: 14px;
        line-height: 16px;
    }

    .form-container h2 {
        font-size: 26px;
    }

    .popup_agr {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .popup_agr p {
        font-size: 14px;
        font-weight: 400;
        color: #888888;
        width: 90%;
        text-align: center;
    }

    .popup_agr p a {
        color: #888888;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

    .popup .wpcf7-response-output {
        margin-top: 10px !important;
    }

    .bottom_form .first_btn {
        padding: 25px;
        width: 100%;
    }

    .wpcf7-form-control-wrap input,
    .wpcf7-form-control-wrap textarea {
        padding: 20px;
    }
}

.popup-form_container {
    display: flex;
    height: 700px;
    gap: 30px;
}

.popup-form_block {
    width: 50%;
}

.popup_work {
    max-width: 100% !important;
    padding: 0;
}

.popup-form_block:last-child {
    padding: 60px 20px;
}

.popup-form_block .swiper {
    height: 100%;
}

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

.popup-form_block .swiper-button-next,
.popup-form_block .swiper-button-prev {
    height: 44px;
    width: 44px;
    border-radius: 30px;
    background: linear-gradient(305deg, rgba(176, 32, 32, 1) 0%, rgba(202, 85, 85, 1) 100%);
}

.popup-form_block .swiper-button-prev:after,
.popup-form_block .swiper-button-next:after {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.popup-form_block_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 768px) {
    .popup-form_container {
        flex-direction: column;
        height: 100%;
    }

    .popup-form_block {
        width: 100%;
    }

    .popup-form_block:first-child {
        height: 300px;
    }

}

.content_page {
    padding: 200px 0 50px 0;
    font-size: 18px !important;
}

.post_img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

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

.post_date {
    padding: 20px;
    background: #d1d1d1;
    margin: 20px 0;
}

table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
}

table tr:first-child {
    border: 1px solid rgba(176, 32, 32, 1);
    background: rgba(176, 32, 32, 1);
    color: #fff;
}

table tr {
    border: 1px solid rgba(176, 32, 32, 1);
    background-color: rgb(255, 255, 255);
}

table tr:nth-child(odd):not(:first-child) {
    background-color: #f6f6f6;
}


table td:first-child {
    margin-top: .5em;
}

table td:last-child {
    margin-bottom: .5em;
}

table th,
table td {
    text-align: left;
}

table {
    color: #333;
    overflow: hidden;
}

table tr {
    border-color: #bfbfbf;
}

table th,
table td {
    padding: .5em 1em;
}

@media (max-width: 768px) {
    .content_page {
        padding: 100px 0 50px 0;
    }
    .post_img img {
        height: 300px;
    }
    .post_title {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    .post_date {
        margin-bottom: 0;
    }
}

.marquiz__container {
    width: 100%;
    text-align: left !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}