* {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    outline: none !important;
}
.oswald {
    font-family: "Oswald", sans-serif;
}
body.lock {
    overflow: hidden;
}
#mob-services {
    position: relative;
    top: 25px;
    left: 10px;
}
/* ================= HEADER ================= */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index:100;
}
.header .mobile-toggle {
    display: none;
}
.header.white {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.header .logo_wrap {
    max-width: 145px;
}
.header .logo_wrap img {
    width: 100%;
}
#logo_img {
    display: block;
}
#dark_logo_img {
    display: none;
}
.header.white #logo_img {
    display: none;
}
.header.white #dark_logo_img {
    display: block;
}
.langs_wrap ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.header .langs_wrap a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: #ffffff;
    opacity: 0.5;
    text-decoration: none !important;
    margin: 0 5px;
}
.header.white .langs_wrap a {
    color: #000000;
    opacity: 0.4;
}
.header .langs_wrap li.current-lang a {
    opacity: 1;
}

.header .menu_wrap {
    min-width: 525px;
}
.header .menu_wrap .header_menu {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.header .menu_wrap ul.header_menu li a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
    text-decoration: none !important;
}
.header.white .menu_wrap ul.header_menu li a {
    color: #040404;
}
.header .menu_wrap ul.header_menu li a.active::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: #e1382d;
    left: 0;
    bottom: -18px;
    right: 0;
    margin: auto;
}
.hidden_menu {
    position: fixed;
    top: 129px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
}
#product_menu {
    align-items: flex-start;
    height: calc(100% - 129px);
    max-height: calc(100% - 129px);
    display: none;
}
#product_menu.active {
    display: flex;
}
#product_menu .categories_wrap {
    width: 25%;
    background: #2a2a2a;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
#product_menu .products_wrap {
    width: 75%;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
#product_menu .categories_wrap .categories {
    max-width: 300px;
    list-style: none;
    padding-top: 60px;
}
#product_menu .categories_wrap .categories li {
    margin-bottom: 25px;
    position: relative;
    width: calc(100% - 15px);
}
#product_menu .categories_wrap .categories li a::after {
    content: url("../img/menu_cat_arr.svg");
    position: absolute;
    right: -10px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    filter: grayscale(100%);
    transition: 0.3s;
}
#product_menu .categories_wrap .categories li:hover a::after,
#product_menu .categories_wrap .categories li a.active::after {
    filter: none;
}
#product_menu .categories_wrap .categories li a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fcfcfc;
    opacity: 0.7;
    text-decoration: none !important;
    transition: 0.3s;
    width: 100%;
    display: block;
}
#product_menu .categories_wrap .categories li:hover a,
#product_menu .categories_wrap .categories li a.active {
    opacity: 1;
}
#product_menu .products_wrap .category_products {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1050px;
    padding: 40px 0;
    margin: 0 0 0 30px;
    height: 720px;
}
#product_menu .products_wrap .category_products.scrolled {
    overflow-y: scroll;
}
#product_menu .products_wrap .category_products > a {
    width: 24%;
    text-decoration: none !important;
    margin: 20px calc(1% / 2);
    transition: 0.3s;
}
#product_menu .products_wrap .category_products > a:hover {
    box-shadow: 1px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
#product_menu .products_wrap .category_products .single_product {
    padding: 15px;
}
#product_menu .products_wrap .category_products .single_product .img_wrap {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 25px;
}
#product_menu .products_wrap .category_products .single_product img {
    width: 100%;
    height: auto;
    max-height: 200px;
}
#product_menu .products_wrap .category_products .single_product .title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
    margin-bottom: 0;
}
#services_menu {
    background: #fff;
    /* padding: 70px 0 50px; */
    /* height: 0px;
    overflow: hidden;
    transition: 0.5s; */
    /* display: none; */
    /* padding: 0; */
    max-height: 0;
    transition: max-height 0s ease-out;
    overflow: hidden;
}
#services_menu .services_wrap {
    padding: 70px 0 50px;
}
#services_menu.active {
    /* display: block; */
    /* height: auto;
    padding: 70px 0 50px;
    overflow: visible; */
    /* padding: 70px 0 50px; */
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}
#services_menu .services_wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#services_menu .services_wrap a {
    width: 182px;
    margin-bottom: 20px;
    text-decoration: none !important;
}
#services_menu .services_wrap .image {
    width: 100%;
    height: 170px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 7px;
}
#services_menu .services_wrap .title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000000;
    margin: 0;
    text-align: center;
}
.left_mob_menu {
    width: 150px;
}
.right_mob_menu {
    width: 40%;
    margin-left: 30px;
}

/* ================= HEADER ================= */

/* ================= BODY ================= */
#pages_menu {
    position: fixed;
    left: 0;
    top: calc((100vh - 396px) / 2);
    z-index: 10;
    list-style: none;
}
#pages_menu.hide {
    display: none;
}
#pages_menu li {
    margin-bottom: 20px;
    position: relative;
}
#pages_menu li::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #dddddd;
    left: -35px;
    top: 4px;
    z-index: 1;
}
#pages_menu li.active::before {
    background: #e1382d;
    width: 28px;
    height: 28px;
    top: -2px;
    left: -40px;
}
#pages_menu.black_dot li.active::before {
    background: #2a2a2a;
}
#pages_menu li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #dddddd;
    left: -28px;
    bottom: -25px;
    z-index: 0;
}
#pages_menu li:last-child::after {
    content: none;
}
#pages_menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none !important;
}
#pages_menu li.active a {
    font-weight: 500;
    opacity: 1;
}
#pages_menu.dark li a {
    color: #2a2a2a;
}
.section {
    width: 100%;
    height: 100vh;
}
.section_content {
    /* margin-left: 335px; */
    margin-left: 15%;
}
.section1_content {
    margin-left: 0;
}
#section1 {
    background: url("../img/sec1_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
.sec1_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.section1_content .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 1000px;
    margin: 0;
}
.section1_content .title {
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 86px;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 1000px;
    margin-bottom: 44px;
}
.section1_content .text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: #ffffff;
    max-width: 650px;
    margin-bottom: 40px;
}
.red_link {
    display: block;
    width: max-content;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff !important;
    padding: 11px 27px;
    background: #e1382d;
    border: 1px solid #e1382d;
    text-decoration: none !important;
    transition: 0.3s;
}
.red_link:hover {
    background: #fff;
    color: #e1382d !important;
}
.section_subtitle {
    margin-bottom: 25px;
}
.section_subtitle p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    display: inline;
}
.section_subtitle.white p {
    color: #fff;
}
.section_subtitle span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #d3d2d2;
    margin: 0 9px;
}
.section_title {
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    max-width: 450px;
}
.section_title.white {
    color: #fff;
}
#section2 .sec2_text {
    margin-top: 60px;
    max-width: 540px;
}
#section2 .sec2_text p,
#section2 .sec2_text,
.section_text,
.section_text p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
}
.section_text.white p {
    color: #fff;
}
.section2_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec2_image {
    width: 60%;
    height: 100vh;
    background-position: center !important;
    background-size: cover !important;
}
#section3 {
    background: #edecec;
}

#section3 .category_cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 65px;
    max-width: 1400px;
}
#section3 .category_cards .single_card {
    width: 32%;
    min-height: 485px;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#section3 .category_cards .single_card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    z-index: 0;
}
#section3 .category_cards .single_card > div {
    position: relative;
    z-index: 1;
}
#section3 .category_cards .single_card .title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 300px;
    min-height: 132px;
    display: flex;
    align-items: center;
}
#section3 .category_cards .single_card a {
    margin: 0 auto;
}
.sec4_text {
    margin-top: 50px;
    max-width: 630px;
}
#section4 {
    background: url("../img/sec4_bg.jpg") no-repeat;
    background-position: top right;
}
.sec4_advantages {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1300px;
    margin-top: 60px;
}
.sec4_advantages .single_adv {
    width: 27%;
    text-align: center;
}
.sec4_advantages .single_adv img {
    height: 80px;
    width: auto;
    margin-bottom: 30px;
}
.sec4_advantages .single_adv .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}
.mob_adv_photo {
    display: none;
}
.sec4_advantages .single_adv .text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #2a2a2a;
}
#section5 {
    position: relative;
}
#section5::before {
    content: "";
    width: 60%;
    height: 100vh;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #2a2a2a;
}
#section5 .section_content {
    z-index: 1;
    position: relative;
}
#section5 .sec5_text {
    max-width: 440px;
    margin-top: 55px;
}
#section5 .red_link {
    margin-top: 41px;
}
#section5 .sec5_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#section5 .services {
    background: #edecec;
    min-height: 540px;
    width: 70%;
    padding: 120px 150px;
}
#section5 .service_slider {
    height: 300px;
    width: 600px;
}
#section5 .service_slider .service_single_slide {
    background-position: center !important;
    background-size: cover !important;
    height: 300px;
    width: 600px;
    position: relative;
}
#section5 .service_slider .service_single_slide::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    opacity: 0.4;
    z-index: 0;
}
#section5 .service_slider .service_single_slide .title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fefefe;
    max-width: 345px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    margin-bottom: 0;
}
#section5 .service_slider .slick-prev,
#section5 .service_slider .slick-next,
.sec6_slider .slick-next,
.sec6_slider .slick-prev {
    top: unset;
    left: unset;
    right: 0;
    width: 50px;
    height: 50px;
    bottom: -75px;
    background: #2a2a2a;
    transition: 0.3s;
}
#section5 .service_slider .slick-prev:hover,
#section5 .service_slider .slick-next:hover,
.sec6_slider .slick-next:hover,
.sec6_slider .slick-prev:hover {
    background: #e1382d;
}
#section5 .service_slider .slick-prev,
.sec6_slider .slick-prev {
    right: 50px;
}
#section5 .service_slider .slick-prev::before,
.sec6_slider .slick-prev::before {
    content: url("../img/serv_slide_prev.svg");
    opacity: 1;
}
#section5 .service_slider .slick-next,
.sec6_slider .slick-next {
    right: 0;
}
#section5 .service_slider .slick-next::before,
.sec6_slider .slick-next::before {
    opacity: 1;
    content: url("../img/serv_slide_next.svg");
}
#section6 {
    background: url("../img/sec6_bg.jpg") no-repeat;
    /* background-size: contain; */
    background-position: right top;
    background-position-y: 100px;
    background-position-x: 96%;
}
.sec6_slider {
    margin-top: 50px;
    max-width: 1400px;
    margin-left: -27px;
    height: 484px;
}
.sec6_slider a {
    max-width: 440px;
}
.sec6_slider .sec6_single_slide {
    width: 440px;
    height: 484px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    text-align: left;
}
.sec6_slider .sec6_single_slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec6_slider .sec6_single_slide:hover::before {
    background: rgba(0, 0, 0, 0.5);
    content: url(../img/sec6_plus.png);
}
.sec6_single_slide .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 35px;
    max-width: 300px;
    z-index: 1;
}
.sec6_slider .slick-slide {
    text-align: right;
}
#section7 {
    background: #edecec;
}
.sec7_content {
    display: flex;
    align-items: flex-start;
}
.sec7_content .main_blog_item {
    background: #fff;
    padding: 30px;
    max-width: 610px;
}
.sec7_content .main_blog_item img {
    display: block;
    height: 310px;
    width: auto;
    margin: 0 auto 30px;
}
.sec7_content .main_blog_item .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 17px;
}
.sec7_content .main_blog_item .text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    margin-bottom: 0;
}
.sec7_content .main_blog_item a {
    margin-top: 40px;
}
#section7 .sec7_info {
    max-width: 610px;
    margin-left: 30px;
}
.sec7_info .section_text {
    margin-top: 20px;
    margin-bottom: 20px;
}
.sec7_info .videos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}
.sec7_info .videos > div .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    margin: 12px 0 0 0;
}
.sec7_info .videos > div iframe {
    width: 290px;
    height: 200px;
}
.mobile_blog_help,
.mobile_blog_link {
    display: none;
}
.footer_mob_row {
    display: none;
}
#section8 {
    background: #edecec;
    position: relative;
}
#section8::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc((100vh - 580px) / 2);
    width: 43%;
    background: #e1382d;
    height: 580px;
    z-index: 0;
}
#section8::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    background: url("../img/sec7_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    z-index: 0;
}
#section8 .sec8_content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
}
#section8 .sec8_info {
    max-width: 390px;
}
#section8 .sec8_info .section_text {
    margin-top: 60px;
}
.sec8_content .steps_wrap {
    margin-left: 300px;
}
.sec8_content .steps_wrap .single_step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 340px;
}
.sec8_content .steps_wrap .single_step .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.sec8_content .steps_wrap .single_step .text {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #ffffff;
    max-width: 160px;
}
.sec8_content .steps_wrap .divider {
    width: 2px;
    height: 30px;
    margin: 10px 0 10px 30px;
    background: #dddddd;
    display: block;
}
#section9 > div {
    width: 100%;
}
#section9 .top_section {
    background: #edecec;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0;
    height: 55vh;
}
#section9 .top_section .info {
    margin-left: 50px;
    max-width: 400px;
}
#section9 .top_section .info .title {
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
#section9 .foot_section {
    background: #2a2a2a;
    padding: 50px 15px;
    height: 45vh;
}
.footer_content {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_content .single_row {
    width: 23%;
    height: 100%;
    position: relative;
}

.footer_content .single_row .title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fbfbfb;
    margin: 0;
}
.footer_content .single_row .footer_info,
.footer_content .single_row .footer_links {
    margin-top: 65px;
}
.footer_content .single_row .footer_info p,
.footer_content .single_row .footer_info a {
    text-decoration: none !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #fbfbfb;
    margin-bottom: 20px;
    display: block;
}
.footer_content .single_row .socials {
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_content .single_row .socials a {
    margin: 0 15px;
}
.footer_content .single_row .footer_main_link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fbfbfb !important;
    margin: 0;
}
.footer_content .single_row .footer_links a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
    color: #ffffff;
    text-decoration: none !important;
    display: block;
}
.footer_content .single_row .footer_copyright {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin: 60px 0 0 0;
}
.footer_content .single_row .main_links {
    display: flex;
    justify-content: space-between;
}
.footer_content .single_row .footer_comm_info {
    margin-top: 65px;
}
.footer_content .single_row .footer_comm_info p,
.footer_content .single_row .footer_comm_info a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #ffffff;
    opacity: 0.4;
    margin-bottom: 30px;
    display: block;
}
.footer_content .single_row .footer_comm_info a {
    text-decoration: underline;
    opacity: 0.5;
}
.footer_content .single_row .wg {
    margin-top: 90px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140.62%;
    color: #ffffff;
    display: block;
}
.main_contact_modal .modal-content {
    position: relative;
}
.main_contact_modal .modal-content .close {
    position: absolute;
    right: 15px;
    top: 0;
    color: #e1382d;
    text-shadow: unset;
    opacity: 1;
    font-size: 70px;
    font-weight: normal;
}
.main_contact_modal .modal-content {
    background: #2a2a2a;
    padding: 90px;
}
.main_contact_modal .modal-dialog {
    max-width: 650px;
}
.main_page_form_wrap .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fcfcfc;
    margin-bottom: 0;
}
.main_page_form_wrap .form {
    margin-top: 30px;
}
.main_page_form_wrap .contact_input,
.main_page_form_wrap .contact_textarea {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #000000;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
}
.main_page_form_wrap .contact_textarea {
    height: 130px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    color: yellow;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: green;
    margin-top: 5px;
}
#single_product_page {
    margin-top: 129px;
    padding: 60px 0 0 0;
}
.custom_breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.custom_breadcrumbs > p,
.custom_breadcrumbs > a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #909693;
    margin: 0;
}
.custom_breadcrumbs .divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: none;
    background: #909693;
    display: block;
    margin: 0 8px;
}
#single_product_page .product_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product_content .product_images {
    width: 40%;
    padding: 0 15px;
}
.product_content .product_info {
    padding: 0 15px;
    width: 60%;
}
.product_content .product_info .title,
.service_content .service_info .title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.product_content .product_info .excerpt,
.product_content .product_info .excerpt p,
.service_content .service_info .excerpt,
.service_content .service_info .excerpt p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    margin-bottom: 0;
}
.product_content .product_info .excerpt,
.service_content .service_info .excerpt {
    margin-bottom: 50px;
}
.product_content .product_info .price_req,
.service_content .service_info .price_req {
    display: flex;
    align-items: center;
}
.product_content .product_info .price_req label,
.service_content .service_info .price_req label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    width: 180px;
    margin-bottom: 0;
}
.product_content .product_info .price_req a,
.service_content .service_info .price_req a {
    height: 46px;
    /* width: 220px; */
    padding: 12px 56px;
}
.product_content .product_info .callback {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.product_content .product_info .callback #callback_phone {
    background: #edecec;
    border: none;
    padding: 12px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    max-width: 180px;
}
.product_content .product_info .callback > a {
    height: 46px;
    width: 220px;
}
.black_link {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 12px 35px;
    background: #2a2a2a;
    transition: 0.3s;
    border: 1px solid #2a2a2a;
}
.black_link:hover {
    color: #2a2a2a !important;
    background-color: #fff;
}
.product_content .product_info .contact_person,
.service_content .service_info .contact_person {
    margin-top: 25px;
}
.product_content .product_info .contact_person .contact_title,
.service_content .service_info .contact_person .contact_title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    margin-bottom: 0;
}
.product_content .product_info .contact_person .contacts_wrap,
.service_content .service_info .contact_person .contacts_wrap {
    display: flex;
}
.product_content .product_info .contact_person .contacts_wrap > div,
.service_content .service_info .contact_person .contacts_wrap > div {
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
}
.product_content .product_info .contact_person .contacts_wrap > div img,
.service_content .service_info .contact_person .contacts_wrap > div img {
    margin-right: 10px;
}
.product_content .product_info .contact_person .contacts_wrap > div > a,
.product_content .product_info .contact_person .contacts_wrap > div > p,
.service_content .service_info .contact_person .contacts_wrap > div > a,
.service_content .service_info .contact_person .contacts_wrap > div > p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
}
.product_content .product_info .product_tabs {
    margin-top: 60px;
}
.product_content .product_info #product_tabs {
    margin: 0;
}
.product_content .product_info #product_tabs li a {
    padding: 0 15px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #1d1f1e;
}
.product_content .product_info #product_tabs li a.active {
    font-weight: 600;
    border-bottom: 2px solid #e1382d;
}
.product_content .product_info #product_tabs li:first-child a {
    padding-left: 0;
}
.product_content .product_info #product_tabs li:last-child a {
    padding-right: 0;
}
.product_content .product_info .single_product_tab_content {
    padding: 15px 20px;
    background: #edecec;
}
.product_content .product_info .single_product_tab_content#description p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
}
.product_content .product_info .single_product_tab_content#chars ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    margin: 0;
}
.product_content
    .product_info
    .single_product_tab_content#chars
    ul.leaders
    li:before {
    float: left;
    color: #a8a8a8;
    width: 0;
    white-space: nowrap;
    content: "....................................."
        "....................................."
        "....................................."
        ".....................................";
}
.product_content .product_info .single_product_tab_content#chars ul.leaders li {
    margin: 3px 0;
}
.product_content
    .product_info
    .single_product_tab_content#chars
    ul.leaders
    span.title {
    /* padding-right: 0.33em; */
    /* background: white; */
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    background: #edecec;
    text-transform: unset;
    max-width: 350px;
    padding-right: 5px;
}
.product_content
    .product_info
    .single_product_tab_content#chars
    ul.leaders
    span.value {
    float: right;
    /* padding-left: 0.33em; */
    /* background: white; */
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    background: #edecec;
    width: 190px;
    padding-left: 5px;
}
.product_content .product_info .single_product_tab_content#chars .description {
    margin-top: 20px;
    max-width: 600px;
}
.product_content
    .product_info
    .single_product_tab_content#chars
    .description
    p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #838383;
    margin: 0;
}
.product_content .product_info .single_product_tab_content#results .title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    margin-bottom: 0;
    text-transform: unset;
    max-width: 550px;
}
.product_content
    .product_info
    .single_product_tab_content#results
    .results_slider {
    margin: 20px auto;
    max-width: 95%;
}

.product_content
    .product_info
    .single_product_tab_content#results
    .results_slider
    .single_slide
    .slide_img {
    background-position: center !important;
    background-size: cover !important;
    width: 180px;
    height: 250px;
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
}
.product_content
    .product_info
    .single_product_tab_content#results
    .results_slider
    .single_slide
    .slide_img:hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
}
.product_content
    .product_info
    .single_product_tab_content#results
    .results_slider
    .single_slide
    .slide_img:hover:after {
    content: url("../img/sec6_plus.png");
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
    z-index: 2;
}
.product_content
    .product_info
    .single_product_tab_content#results
    .results_slider
    .slick-prev:before {
    content: url("../img/res_arr_prev.svg");
}
.product_content
    .product_info
    .single_product_tab_content#results
    .results_slider
    .slick-next:before {
    content: url("../img/res_arr_next.svg");
}
.product_content .product_info .single_product_tab_content#faq p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
}
.product_content .product_main_slider,
.product_content .product_main_slider .slick-slide,
.product_content .product_main_slider .slick-slide > div,
.product_content .product_main_slider .slick-slide > div .single_main_slide {
    height: 375px;
    position: relative;
}
.product_content
    .product_main_slider
    .slick-slide
    > div
    .single_main_slide:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.product_content
    .product_main_slider
    .slick-slide
    > div
    .single_main_slide:hover:after {
    content: url("../img/sec6_plus.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_content .product_main_slider .single_main_slide div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product_content .product_main_slider .single_main_slide div > img {
    width: 100%;
    height: auto;
}
.product_content .product_help_slider {
    margin-top: 20px;
}
.product_content .product_help_slider,
.product_content .product_help_slider .slick-slide,
.product_content .product_help_slider .slick-slide > div {
    height: 90px;
}
.product_content .product_help_slider .slick-slide > div {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}
.product_content .product_help_slider .slick-prev:before {
    content: url("../img/res_arr_prev.svg");
    transform: scale(0.7);
    display: block;
}
.product_content .product_help_slider .slick-next:before {
    content: url("../img/res_arr_next.svg");
    transform: scale(0.7);
    display: block;
}
.product_content .product_help_slider .slick-prev {
    left: -20px;
}
.product_content .product_help_slider .slick-next {
    right: -20px;
}
.product_content .product_videos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.product_content .product_videos .single_video {
    width: 24%;
    margin: 5px;
}
.product_content .product_videos .single_video .video_container {
    width: 100%;
    height: 100px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
.product_content .product_videos .single_video .video_container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}
.product_content .product_videos .single_video .video_container:after {
    content: url("../img/play.svg");
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: scale(0.7);
}
.products_list {
    margin-top: 90px;
}
.products_list .title {
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
}
.products_list .products_wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.products_list .products_wrap .single_product {
    width: 24%;
    margin: 0 5px;
    padding: 5px;
    transition: 0.3s;
    text-decoration: none !important;
}
.similar_products {
    margin-bottom: 90px;
}
.products_list .products_wrap .single_product:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.form_policy,
.form_policy a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #ffffff !important;
    margin: 0;
}
.form_policy {
    position: relative;
    left: -15px;
    top: -15px;
}
.products_list .products_wrap .single_product .image_wrap {
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.products_list .products_wrap .single_product .image_wrap {
    width: 100%;
}
.products_list .products_wrap .single_product .product_title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
}
#recently_viewed {
    background: #edecec;
    padding: 50px 0 70px;
}
#recently_viewed .products_list {
    margin: 0;
}
#page_header.scrolled {
    position: fixed;
}
#single_service_page {
    margin-top: 129px;
    padding: 60px 0 0 0;
}
#single_service_page .service_content {
    padding-bottom: 90px;
}
.service_content .service_images > img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.service_content .service_info .description {
    margin-top: 50px;
}
.service_content .service_info .description .title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1d1f1e;
    margin-bottom: 30px;
    text-transform: none;
}
.service_content .service_info .description .content,
.service_content .service_info .description .content p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
}
#blogs_page {
    margin-top: 129px;
    padding: 50px 0;
    background: #edecec;
}
#blogs_page .blogs_wrap {
    background: #ffffff;
    padding: 40px;
}
#blogs_page .blogs_wrap .single_blog {
    margin-bottom: 60px;
}
#blogs_page .blogs_wrap .single_blog:last-child {
    margin-bottom: 0;
}
#blogs_page .blogs_wrap .single_blog > img {
    width: 100%;
    margin-bottom: 20px;
}
#blogs_page .blogs_wrap .single_blog .title_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}
#blogs_page .blogs_wrap .single_blog .title_wrap .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
    max-width: 70%;
}
#blogs_page .blogs_wrap .single_blog .title_wrap .date {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #565656;
    margin-bottom: 0;
}

#blogs_page .blogs_wrap .single_blog .content,
#blogs_page .blogs_wrap .single_blog .content p,
#blogs_page .blogs_wrap .single_blog .excerpt,
#blogs_page .blogs_wrap .single_blog .excerpt p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
}
#blogs_page .blogs_wrap .single_blog .content {
    margin-bottom: 20px;
    display: none;
}
#blogs_page .blogs_wrap .single_blog .excerpt {
    margin-bottom: 20px;
}
#blogs_page .blogs_wrap .single_blog.revealed .content {
    display: block;
}
#blogs_page .blogs_wrap .single_blog.revealed .excerpt {
    display: none;
}
#blogs_page .blogs_wrap .single_blog .show_more {
    display: block;
}
#blogs_page .blogs_wrap .single_blog .show_less {
    display: none;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: #656464;
    text-decoration: none !important;
}

#blogs_page .blogs_wrap .single_blog.revealed .show_more {
    display: none;
}
#blogs_page .blogs_wrap .single_blog.revealed .show_less {
    display: block;
    width: max-content;
}
#blogs_page .blogs_sidebar > a {
    width: 100%;
    text-decoration: none !important;
}
#blogs_page .blogs_sidebar .block_link,
#blogs_page .mobile_block_link {
    padding: 15px 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#blogs_page .blogs_sidebar .block_link p,
#blogs_page .mobile_block_link p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #000000;
    margin-bottom: 0;
    width: calc(100% - 75px);
}
#blogs_page .blogs_sidebar .block_link img,
#blogs_page .mobile_block_link img {
    width: 55px;
}
#blogs_page .blogs_sidebar .info_block {
    padding: 25px 30px;
    background: #fff;
    margin: 50px auto;
}
#blogs_page .blogs_sidebar .info_block .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #2a2a2a;
    margin-bottom: 10px;
}
#blogs_page .blogs_sidebar .info_block .title {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2a2a2a;
    margin-bottom: 0;
}
#blogs_page .blogs_sidebar .single_video {
    margin-top: 30px;
}
#blogs_page .blogs_sidebar .single_video iframe {
    height: 200px;
}
#blogs_page .blogs_sidebar .single_video .title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 5px;
}
#blogs_page .mobile_block_link {
    display: none;
    margin-bottom: 30px;
}
#contact_page {
    margin-top: 129px;
    display: flex;
    padding-left: 0;
    padding-right: 0;
}
#contact_page .left_contact_section {
    background: #fff;
    width: 55%;
    padding: 135px 0 100px 15%;
    background: url("../img/contact_bg.jpg") no-repeat;
    background-position: left bottom;
    background-position-x: 15px;
    background-position-y: 465px;
}
#contact_page .right_contact_section {
    background: #2a2a2a;
    width: 45%;
    padding: 135px 0 135px 90px;
}
#contact_page .left_contact_section > .title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}
.page {
    margin-bottom: 0;
}
#contact_page .left_contact_section .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    margin-bottom: 10px;
}
#contact_page .left_contact_section .address {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    margin-bottom: 0%;
    max-width: 300px;
}
.left_contact_section .contacts_info {
    margin-top: 40px;
    position: relative;
}
.left_contact_section .contacts_info .single_info .title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    margin-bottom: 0;
}
.left_contact_section .contacts_info .single_info .value {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    margin-bottom: 0;
    display: block;
}
.left_contact_section .contacts_info .single_info {
    margin-bottom: 30px;
    max-width: 250px;
}
.left_contact_section .contacts_info .socials {
    position: absolute;
    top: 0;
    left: 300px;
}
.left_contact_section .contacts_info .socials a {
    margin: 0 20px;
}
.left_contact_section .contacts_info .socials a img {
    width: 45px;
}
.left_contact_section .support_text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2a2a2a;
    opacity: 0.5;
    max-width: 300px;
    margin-top: 65px;
    margin-left: 43%;
}
#contact_page .right_contact_section .contacts_form_wrap {
    max-width: 450px;
}
#page-404,
#policy_page {
    margin-top: 129px;
    text-align: center;
    padding: 60px 0;
}
#policy_page {
    text-align: left;
}
#page-404 .title-404 {
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 auto;
}
/* ================= BODY ================= */

/* =============================== MOBILE MENU ======================================== */
.button_menu {
    width: 40px;
    height: 40px;
    padding: 8px 5px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    margin: 0 auto;
}
.button_menu span {
    background: #fff;
    width: 100%;
    height: 2px;
    transition: opacity 300ms ease, transform 300ms ease;
}
.header.white .button_menu span {
    background: #000;
}
.button_menu.active span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 43%;
    background: #000;
}
.button_menu.active span:first-child {
    transform: rotate(45deg);
}
.button_menu.active span:last-child {
    transform: rotate(-45deg);
}
.button_menu.active span:nth-child(2) {
    opacity: 0;
}
.main_menu {
    display: flex;
    justify-content: center;
    padding: 21px 46px;
}
.main_menu ul {
    display: flex;
    flex-direction: column;
}
.main_menu ul li {
    margin-right: 25px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    transform: perspective(1px) translateZ(0);
}
.menu_responsive {
    display: flex;
    position: fixed;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    z-index: 90;
    transform: translateX(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    justify-content: flex-end;
    
}
.menu_responsive .main_menu {
    padding: 120px 40px;
    display: flex;
    background: #fff;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    overflow: scroll;
}
.menu_responsive .main_menu ul {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: auto;
    list-style: none;
    margin: 0;
}
.menu_responsive .main_menu li {
    margin: 0 0 10px;
    /* font-size: 30px;
    padding: 10px 0;
    text-transform: uppercase; */
    /* font-weight: 500; */
}
.menu_responsive.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}
.left_mob_menu ul li a,
.left_mob_menu ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #040404;
    text-decoration: none !important;
}
.mob_product_cat_title {
    margin-bottom: 10px;
}
#mob-products-tab::after,
#mob-services-tab::after {
    content: url("../img/menu_cat_arr.svg");
    position: absolute;
    right: -5px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    filter: grayscale(100%);
    transition: 0.3s;
}
.mob_product_cat_title button {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #040404;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    outline: none !important;
    background: none;
    border: none;
}

.mob_product_cat_title button.collapsed::after {
    content: url("../img/menu_cat_arr.svg");
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    filter: grayscale(100%);
    transition: 0.3s;
    transform: none;
}
#products_accordion {
    margin-top: -2px;
}
.mob_product_cat_title button::after {
    content: url("../img/menu_cat_arr.svg");
    position: absolute;
    right: 5px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.3s;
    transform: rotate(90deg);
}
#mob-products-tab.active::after,
#mob-services-tab.active::after {
    filter: grayscale(0);
}
.mob_product_link {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #000000 !important;
    margin: 0 0 10px;
    display: block;
    text-decoration: none !important;
}
.products_card_body {
    padding: 15px 0;
}
/* ==================================================================================== */
/* ===================== SCROLL ICON =====================  */
.scroll-downs {
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
    width: 27px;
    height: 45px;
}
.mousey {
    width: 3px;
    padding: 10px 10px;
    height: 21px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
    width: 3px;
    height: 6px;
    border-radius: 34%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}
/* ===================== SCROLL ICON =====================  */
