:root {
    --primary-color: #E5213B;
    --swiper-theme-color: #E5213B;
}

a {
    text-decoration: none;
}

html {
    font-size: 14px;
}
body {
    font-family: "Open Sans";
    font-size: 1rem;
}
.block-grey {
    background-color: #f9f9f9;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bd182e;
    --bs-btn-hover-border-color: #bd182e;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
}
.btn-secondary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: #f1f1f1;
    --bs-btn-hover-border-color: #f1f1f1;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: var(--primary-color);
    --bs-btn-active-bg: #f1f1f1;
    --bs-btn-active-border-color: #f1f1f1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
}
.btn {
    --bs-btn-padding-y: 13px;
    --bs-btn-padding-x: 32px;
    --bs-btn-font-weight: 500;
    border-radius: 8px;
    line-height: 1rem;
}
.navbar {
    --bs-navbar-color: #1D1A1A;
    --bs-navbar-nav-link-padding-x: 15px;
    --bs-navbar-padding-y: 20px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
}
.navbar-brand img {
    width: auto;
    height: 100%;
    text-align: left;
}
.nav-link {
    font-weight: 700;
}
.btn-order {
    padding: 10px 10px 10px 60px;
    font-size: 16px;
    line-height: 20px;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    box-shadow: none;
}

.swiper-slide {
    height: auto;
}

.mainBanner-wrap {
    background-image: linear-gradient(to left, #00000000, hsl(0deg 0% 0% / 66%)), url('/images/bg.jpg');
    background-size: cover;
    background-position: center;
    height: 568px;
    padding: 17px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 165px;
}
.mainBanner-top_title {
    color: #fff;
    font-size: 52px;
    line-height: 55px;
    font-weight: 500;
}
.mainBanner-top_small_title {
    color: hsl(0deg 0% 100% / 90%);
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 16px;
}
.mainBanner-bootom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.mainBanner-bootom_advantage {
    color: #fff;
    border-radius: 8px;
    padding: 22px 32px;
    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
    display: flex;
    align-items: center;
    column-gap: 14px;
    line-height: 14px;
}
span.mainBanner-bootom_advantage_number {
    font-size: 26px;
    line-height: 20px;
    font-weight: 500;
}
.mainBanner-bootom_order {
    color: var(--primary-color);
    border-radius: 8px;
    padding: 18px;
    background: #fff;
    text-decoration: none;
    font-size: 26px;
    line-height: 20px;
    font-weight: 500;
    text-transform: lowercase;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.mainBanner-bootom_order svg {
    position: absolute;
    right: 18px;
    top: 18px;
}

#service {
    padding: 50px 0;
}
.service-category_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;
}
.service-category_desc {
    color: hsl(0deg 5% 11% / 50%);
}
.service-item {
    position: relative;
}
.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:12px;
    background: linear-gradient(to bottom, #00000000, hsl(0deg 5% 11% / 74%));
}
.service-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.service-item_title {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    position: absolute;
    bottom: 18px;
    left: 18px;
    padding-right: 18px;
}

#orderButton {
    padding: 50px 0;
}
#orderButton a svg {
    margin-left: 28px;
}

#working {
    padding: 50px 0;
}
.working-title {
    color: #1D1A1A;
    font-size: 32px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 35px;
}
.working-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.working-item_title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 12px;
}
.working-item_title::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--primary-color);
    display: block;
    border-radius: 100%;
    margin-right: 10px;
}
.working-item_desc {
    font-weight: 400;
    color: hsl(0deg 5% 11% / 50%);
}

#advantages {
    padding-top: 50px;
}
.advantages-title {
    color: #1D1A1A;
    font-size: 32px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 30px;
}
.advantages-item {
    border-radius: 12px;
    background-color: #F9F9F9;
    padding: 36px 24px 30px 24px;
    height: 100%;
}
.advantages-item_img {
    margin-bottom: 57px;
}
.advantages-item_title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 12px;
}
.advantages-item_desc {
    font-weight: 400;
    color: hsl(0deg 5% 11% / 50%);
}

#projects {
    padding: 50px 0;
}
#projects .pagination {
    display: none;
}
.projects-slider {
    overflow: hidden;
}
.projects-title {
    color: #1D1A1A;
    font-size: 32px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 30px;
}
.projects-item {
    padding: 12px;
    background-color: #F3F3F3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
}
.projects-item_top {
    margin-bottom: 20px;
}
.projects-item_img {
    margin-bottom: 20px;
    position: relative;
}
.projects-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.projects-item_tags {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 5px;
}
.projects-item_tags_tag {
    padding: 4px 11px;
    font-size: 10px;
    line-height: 11px;
    color: #3B727D;
    background-color: #DDF8FD;
    border-radius: 46px;
}
.projects-item_title {
    font-size: 18px;
    line-height: 21px;
}
.projects-item .btn {
    position: relative;
    --bs-btn-padding-y: 19px;
}
.projects-item .btn svg {
    position: absolute;
    right: 7px;
    top: 7px;
}

#brands {
    padding: 50px 0;
}
.brands-title {
    color: #1D1A1A;
    font-size: 32px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 30px;
}
.brands-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brands-slider {
    position: relative;
    padding: 0 50px;
}
.brands-slider .pagination {
    display: none;
}
.button-nav {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid #1D1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.button-prev {
    left: 0px;
}
.button-next {
    right: 0px;
}

#feedbackForm {
    padding: 50px 0;
}
.feedbackForm-wrap {
    padding: 50px;
    border-radius: 18px;
    background-color: #3B727D;
    position: relative;
    background-image:  url(/images/air.png), radial-gradient(circle at 100%, hsl(0deg 0% 100% / 18%) 45%, hsl(0deg 0% 100% / 13%) 45% 54%, hsl(0deg 0% 100% / 0%) 54%);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 98%;
}
.feedbackForm-small-wrap {
    background-image:  url(/images/air.png), radial-gradient(circle at 100%, hsl(0deg 0% 100% / 18%) 45%, hsl(0deg 0% 100% / 13%) 45% 54%, hsl(0deg 0% 100% / 0%) 54%);
    background-position-y: 0%;
}
.feedbackForm-header_title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 23px;
}
.feedbackForm-header_desc {
    font-size: 16px;
    line-height: 18px;
    color: hsl(0deg 0% 100% / 70%);
    margin-bottom: 40px;
}
#feedbackForm .tos_box {
    font-size: 12px;
    line-height: 20px;
    color: hsl(0deg 0% 100% / 70%);
    margin-top: 23px;
}
#feedbackForm .tos_box a {
    color: #fff;
    text-decoration: underline;
}
#wjcallback-modal .tos_box {
    font-size: 12px;
    line-height: 20px;
    color: hsl(210deg 10.81% 14.51% / 70%);
}
#wjcallback-modal .tos_box a {
    color: var(--bs-body-color);
    text-decoration: underline;
}
#feedbackForm form .modal-body {
    gap: 12px;
    padding: 0 !important;
    color: #fff;
    font-size: 16px;
}
#feedbackForm form .modal-footer {
    padding: 0 !important;
}
#feedbackForm form input {
    font-size: 14px;
    color: hsl(0deg 0% 100% / 60%);
    line-height: 16px;
    background-color: #83B3BC;
    border-radius: 8px;
    border: unset;
    padding: 19px 20px;
}
#feedbackForm form input::placeholder {
    font-size: 14px;
    color: hsl(0deg 0% 100% / 60%);
    line-height: 16px;
}
#feedbackForm form .btn-form {
    font-size: 14px;
    color: #3B727D;
    line-height: 16px;
    background-color: #fff;
    padding: 7px 7px 7px 43px;
}
#feedbackForm form .btn-form svg {
    margin-left: 23px;
}

footer {
    background-color: #F3F3F3;
    padding: 50px 0;
	margin-top: 40px;
}
.footer-logo_menu {
    margin-top: 33px;
}
.footer-logo .navbar-nav {
    flex-direction: row;
    gap: 22px;
}
.footer-logo .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: hsl(0deg 5% 11% / 60%);
    padding: 0;
}
.footer-social {
    display: flex
;
    gap: 13px;
    justify-content: center;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    height: 100%;
    justify-content: flex-end;
}
.footer-contacts_phone a {
    color: #3B727D;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
}
.footer-contacts_email a {
    color: #3B727D;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
.footer-contacts_address {
    color: #3B727D;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
.footer-contacts span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    color: hsl(0deg 5% 11% / 40%);
    margin-bottom: 6px;
}
.footer-contacts_order {
    color: hsl(0deg 5% 11% / 60%);
    font-size: 14px;
    line-height: 16px;
}
footer hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.footer-copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: hsl(0deg 5% 11% / 60%);
}
.footer-policy {
    text-align: center;
}
.footer-policy a {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: underline;
    color: hsl(0deg 5% 11% / 60%);
}

#wjcallback-modal.show .wjcallbackform {
    border-radius: 12px;
}
#wjcallback-modal .form-header {
    margin-right: 20px;
}
.modal-footer {
    padding: 15px;
}
#wjcallback-modal.show form input {
    font-size: 14px;
    line-height: 16px;
    border-radius: 8px;
    padding: 19px 20px;
}
#wjcallback-modal.show form .control-group {
    margin-bottom: 16px;
}
#wjcallback-modal.show form .control-group:last-child {
    margin-bottom: 0px;
}

header .header-contacts {
    gap: 6px;
}
header .header-contacts a {
    text-decoration: none;
    color: var(--primary-color);
}
header .header-contacts i {
    margin-right: 5px;
    color: var(--bs-navbar-color);
}

.categories_item {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e5e9ed;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    height: 288px;
    border: 1px solid #fff;
}
.categories_item_circle {
    padding-bottom: 127.04%;
    width: 127.04%;
    height: 0;
    background-color: #f2f5f7;
    position: absolute;
    top: 42px;
    left: 64px;
    border-radius: 50%;
    -webkit-transition: all .5sease -in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5sease -in-out;
}
.categories_item_wrap:hover .categories_item_circle {
    padding-bottom: 229.08%;
    width: 229.08%;
    top: -54.86%;
    left: -34.69%;
    background-color: #e5213b;
}
.categories_item_img {
    width: 76.53%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.categories_item_title {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 600;
    color: #1d1a1a;
    text-decoration: none;
    padding: 20px;
    -webkit-transition: color .5sease -in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5sease -in-out;
    position: relative;
    z-index: 1;
}
.categories_item_wrap:hover .categories_item_title {
    color: #fff;
}

.category_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.category_item {
    border: 1px solid #f3f3f3;
    padding: 20px;
}
.category_item_wrap a:hover .category_item {
    border: 1px solid var(--primary-color);
}
.category_item_title {
    text-decoration: none;
    color: var(--bs-body-color);
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}

.product_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_item_desc {
    background-color: #f3f3f3;
    height: 100%;
    padding: 40px;
}
.product_item_img {
    padding: 40px;
    border: 1px solid #f3f3f3;
}

.product_item .product_item_top h3 {
    margin-bottom: 20px;
}
.product_item .product_item_top li {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}
.product_item .product_item_top li:last-child {
    margin-bottom: 0px;
}

header {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 1.5rem;
}
.product_item_char {
    margin-top: 40px;
}
.product_item_char h3 {
    margin-bottom: 20px;
}
.row.product_item_char_item {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 16px;
    border-bottom: 1px dashed var(--bs-body-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.product_item_char_item_title {
    position: relative;
    bottom: -1px;
    background-color: #fff;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-weight: 300;
}
.product_item_char_item_desc {
    background-color: #fff;
    width: auto;
    position: relative;
    bottom: -1px;
    max-width: 70%;
    text-align: end;
}

.main_title_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main_subtitle {
    font-weight: 300;
    font-size: 20px;
}
.main_img img {
    width: 100%;
    height: 100%;
}
.main_img {
    position: relative;
}
.main_img_desc {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: #666;
}
#wjcallback-modal.show form input.form-check-input {
    padding: 0;
    border-radius: .25em;
}