/*
Theme Name: Hello Elementor Child
Theme URI:  https://www.anycase-it.ru
Author:     AnycaseIT
Author URI: https://www.anycase-it.ru
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

@font-face {
  font-family: 'Montserrat';
  src: url('inc/fonts/Montserrat.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('inc/fonts/Inter-V.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 0;
  justify-content: center;
}
main {
    margin-top: 115px;
}
body:not(.main) main div.page-content > div:first-child {
	display: flex;
    justify-content: center;
}
.page-content > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body .elementor-image-carousel-wrapper.swiper img,
body .elementor-image-carousel-wrapper.swiper {
    max-height: 600px;
    object-fit: cover;
}
.page-content .main_slider,
.page-content .main_slider img {
    max-height: 400px;
    overflow: hidden;
    object-fit: cover;
    min-width: 100%;
}
.header-phone {
    display: flex;
    align-items: center;
}
.header-phone a {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Inter';
    color: #345ccc;
}
#gallery img {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
#map {
    overflow: hidden;
}
#feedback {
    display: flex;
    justify-content: center;
}
#feedback > div {
    border-radius: 20px;
    overflow: hidden;
}
.swiper-slide-inner img {
    height: 100%;
    object-fit: cover;
}
h1.entry-title {
    display: none !important;
}
#site-header .header-inner .site-navigation a {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    color: #545454;
    background-color: unset;
}
h1, h3 {
    font-family: 'Inter';
    font-weight: 700;
}
#site-header .header-inner .site-navigation li:hover a {
    color: #345ccc;
}
#site-footer {
    background-color: #545454;
    display: flex;
    justify-content: center;
}
#site-header .header-inner,
#site-footer .footer-inner  {
    max-width: 1440px;
    margin: 0 2%;
    width: 96%;
}
body .site-navigation ul.menu li ul {
    z-index: 1600;
}
.site-navigation li {
    background: #fff;
}
#feedback_advantages,
#products,
#categories,
#services,
#services_block,
#about_us_wrapper,
#contacts,
#map,
#address,
#header_slider {
    max-width: 1440px;
    width: 96%;
}
/* .products_viewport .sfb {
  display: none;
} */
body .elementor-element-42d599f .concrete_tab.active,
body .elementor-element-42d599f .sfb_tab.active {
    background-color: #345ccc !important; 
    cursor: default;
}
.concrete_tab, .sfb_tab {
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.table_tabs div {
    max-width: 353px;
}
.whatsupp_button {
    max-width: 473px;
}
#site-footer .contacts {
    display: flex;
    align-items: center;
}
#site-footer .contacts .sales-dept,
#site-footer .contacts .bookkeep,
#site-footer .contacts .email {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 45px;
}
#site-footer .contacts span {
    color: #fff;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 700;
}
#site-footer .contacts a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
}
.calc,
.time,
.support,
.quality {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
}
.calc::before {
    display: flex;
    content: "";
    width: 50px;
    height: 50px;
    background: url("/wp-content/uploads/2025/07/calculate.svg");
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 50px;
    min-height: 50px;
    margin-bottom: 15px;
}
.time::before {
    display: flex;
    content: "";
    width: 50px;
    height: 50px;
    background: url("/wp-content/uploads/2025/07/time.svg");
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 50px;
    min-height: 50px;
    margin-bottom: 15px;
}
.support::before {
    display: flex;
    content: "";
    width: 50px;
    height: 50px;
    background: url("/wp-content/uploads/2025/07/support.svg");
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 50px;
    min-height: 50px;
    margin-bottom: 15px;
}
.quality::before {
    display: flex;
    content: "";
    width: 50px;
    height: 50px;
    background: url("/wp-content/uploads/2025/07/quality.svg");
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 50px;
    min-height: 50px;
    margin-bottom: 15px;
}
.footer-inner .policies {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-inner .policies a {
	color: #fff;
	font-family: font-family: "Montserrat";
	font-size: 16px;
}
@media (max-width: 1300px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
        display: none !important;
    }
    body .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: flex !important;
    }
    #site-footer .contacts span {
        font-size: 16px;
    }
    #site-footer .contacts a {
        font-size: 14px;
    }
    #site-footer img {
        max-width: 180px;
    }
}
@media (max-width: 1024px) {
    body .elementor-image-carousel-wrapper.swiper img,
    body .elementor-image-carousel-wrapper.swiper {
        max-height: 480px;
    }
}
@media (max-width: 767px) {
    .header-phone a {
        font-size: 16px;
    }
    main {
        margin-top: 46px;
    }
    body .elementor-image-carousel-wrapper.swiper img,
    body .elementor-image-carousel-wrapper.swiper {
        max-height: 300px;
        min-height: 300px;
    }
    #site-header img,
    #site-footer img {
        max-width: 120px;
    }
    #categories a.elementor-button {
        padding: 10px 4px;
    }
    body .elementor-2 .elementor-element.elementor-element-42d599f {
        display: flex;
        justify-content: center;
    }
    .table_tabs > div,
    .table_tabs div div {
        min-width: 100%;
    }
    .whatsupp_button {
        max-width: 140px;
    }
    #site-footer .contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #site-footer .contacts .sales-dept,
    #site-footer .contacts .bookkeep,
    #site-footer .contacts .email {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
    #site-footer .contacts span {
        font-size: 12px;
    }
    #site-footer .contacts a {
        font-size: 10px;
    }
    #site-footer .site-branding.show-logo {
        max-width: 140px;
    }
}
@media (max-width: 575px) {
    body .site-header .header-inner,
    body .site-footer .footer-inner {
        padding-inline-end: 0px;
        padding-inline-start: 0px;
    }
}
@media (max-width: 375px) {
    .header-phone a {
        font-size: 14px;
    }
    body .site-navigation-toggle-holder {
        padding: 4px;
    }
}