body {
    font-family: Roboto, sans-serif;
    color: #666666;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}
.breadcrumbs {
    border-top: 1px solid #e6e6e690;
}
#pg-9-6> .panel-row-style {
    background-image: unset !important;
    background-color: #0000A7;
}

.header__widgets, .header__logo, .header__container::before, .header__container::after, .header__logo::after {
    background-color: #231F20 !important;
}
.header, .header .icon-box__title {
    color: #FFFFFF !important;
}
.header .icon-box__subtitle {
    color: #FFFFFF !important;
}
.header__widgets{
    height: 100px !important;
    padding: 10px 0 !important;
}

.icon-box__subtitle.time{
    font-size: 13px !important;
    font-weight: 400 !important;
}

.logoimg_in_header{
    width: 140px;
    padding: 0 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin: 3px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.widget.widget_media_image.logoimg_in_header img{
    width: 100% !important;
}


.header_zagolovok {
    max-width: 300px;
}

.jumbotron__control,
.jumbotron__control:focus {
    background-color: #FFFFFF;
    color: #000087;
    transition: all .2s ease-in-out;
}
.jumbotron__control:hover {
    background-color: #000087;
    color: #FFFFFF;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wpcf7-textarea {
    margin-bottom: 0;
}
.wpcf7-acceptance label {
	font-weight: 400;	
}
.acceptance-664 .wpcf7-acceptance {
	display: block;
	margin-top: -20px;
}

.logo-panel img {
    opacity: 1;
}

.single-product__attributes-wrapper {
	display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 15px;
	margin-top: 20px;
}
.single-product__attributes-item {
	display: flex;
	justify-content: space-between;
}

/* Кастомный шаблон страниц каталога */
.catalog-page-related-pages {
    margin-top: 20px;
    margin-bottom: 100px;
}
.catalog-page-related-pages h2 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.custom-content-block .n2-ss-slide-backgrounds {
    cursor: pointer;
    z-index: 99 !important;
}
.lb-outerContainer {
    margin-top: 50px !important;
}

/* Добавление блока с табами */
.custom-tabs {
    width: 100%;
    margin-top: 80px;
}
.custom-tabs .tab-titles {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: -1px;
    margin-right: -1px;
}
.custom-tabs .tab-titles li {
    flex: 1;
    margin: 0;
}
.custom-tabs .tab-titles a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f9f9f9;
    color: #333;
}
.custom-tabs .tab-titles a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
.custom-tabs .tab-content > div {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
}
.custom-tabs .tab-content > div.active {
    display: block;
}

.custom-tabs #tab2 .single-product__attributes-wrapper {
    grid-template-columns: 70% 0 30%;
    grid-column-gap: 0;
    margin-top: 0;
    grid-row-gap: 0;
}
.custom-tabs #tab2 .single-product__attributes-item {
    margin-bottom: 0;
    padding: 20px;
}
.custom-tabs #tab2 .single-product__attributes-item:nth-child(odd) {
    background-color: #f2f2f2;
}
.custom-tabs #tab2 .single-product__attributes-item .single-product__attributes-label {
    width: 100%;
    font-weight: 600;
}
.custom-tabs #tab2 .single-product__attributes-item .single-product__attributes-value {
    width: 100%;
    text-align: right;
}
.custom-tabs #tab4 a {
    display: block;
}
.custom-tabs #tab4 a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('http://ttm-centr.ru/wp-content/uploads/2024/05/docs.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.product-card-price {
	font-size: 36px;
    font-weight: 700;
    color: #000087;
    text-align: center;
    margin-top: 20px;
}

.form-catalog-custom {
    background-color: #ffc952;
    padding: 20px 20px 40px 20px;
    /* margin-top: 30px; */
}
.form-catalog-custom h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.form-catalog-custom h4 {
    font-size: 16px;
    font-weight: 500;
}
.form-catalog-custom .form-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}
.form-catalog-custom .form-block br {
    display: none;
}
.form-catalog-custom .form-block .wpcf7-submit {
    width: 100%;
}
.form-catalog-custom .form-block .wpcf7-text {
    padding: 10px;
    margin-bottom: 0;
    height: 50px;
}
.form-catalog-custom .form-block .wpcf7-submit {
    padding: 10px 20px;
    margin-bottom: 0;
    height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    background: #0000A7;
    border: none;
}
.form-catalog-custom .form-block .wpcf7-submit:hover {
    background: #000087;
}
.form-catalog-custom .form-block .ajax-loader {
    position: absolute;
    right: 12px;
    bottom: 18px;
    width: 20px;
    background-repeat: no-repeat;
}
.form-catalog-custom .agrement_wrapper {
    margin-bottom: 20px;
}
.form-catalog-custom .button-question {
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
    background: #414342;
    border: none;
    margin-right: 20px;
    transition: all .3s ease-in-out;
}
.form-catalog-custom .button-question:hover {
    background: #000087;
}
.form-catalog-custom .wpcf7-response-output {
    display: none !important;
}
/* Похожие товары */
.catalog-page-related-pages .slick-track {
    margin: 0;
}
.catalog-page-related-pages .related-page-card {
    /* width: 33.3%; */
    /* box-shadow: 0 0 20px 0 #ccc; */
    margin-right: 10px;
    border: 1px solid #ccc;
}

.catalog-page-related-pages .related-page-thumbnail img {
    width: 100%;
    height: 340px;
    /* padding: 15px 15px 0; */
}

.catalog-page-related-pages .related-page-content {
    min-height: 320px;
    padding: 15px;
}

.catalog-page-related-pages .related-page-content h4 {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 20px
}
.catalog-page-related-pages .related-page-content P {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px
}

/* Карусель */
.catalog-page-related-pages .slick-next, .catalog-page-related-pages .slick-prev {
    position: absolute;
    top: -40px;
}
.catalog-page-related-pages .slick-next {
    right: 20px;
}
.catalog-page-related-pages .slick-prev {
    left: auto;
    right: 65px;
}
.catalog-page-related-pages .slick-next:before, .catalog-page-related-pages .slick-prev:before {
    color: #000087;
    font-size: 36px;
}

/* О компании */
.advant-blocks::before {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5; */
}
.advant-blocks .elementor-icon-box-title {
    display: none;
}
.advant-blocks .advant-block-1 .elementor-widget-wrap:hover .elementor-icon,
.advant-blocks .advant-block-2 .elementor-widget-wrap:hover .elementor-icon,
.advant-blocks .advant-block-3 .elementor-widget-wrap:hover .elementor-icon,
.advant-blocks .advant-block-4 .elementor-widget-wrap:hover .elementor-icon {
    transform: scaleX(-1);
    transition: transform 0.3s ease;
}

.service-block .service-items .elementor-widget-wrap:hover {
    box-shadow: 0 0 20px 0 #0000A720;
}

.service-imgs .service-imgs-block .elementor-widget-image {
    position: relative;
    overflow: hidden;
}
.service-imgs .service-imgs-block .elementor-widget-image::before {
    content: "";
    width: 112%;
    height: 100px;
    position: absolute;
    left: -15px;
    bottom: -65px;
    background-color: #231f20;
    transform: rotate(-13deg);
}
.service-imgs .service-imgs-block .elementor-widget-icon-box > div {
    position: relative;
    top: -50px;
    max-width: 95%;
    height: 240px;
    margin: 0 auto;
    padding: 20px 30px 20px;
    box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.2);
    transition: all .2s ease-out;
}
.service-imgs .service-imgs-block .elementor-widget-icon-box > div::before {
    content: "";
    left: 0;
    top: -69px;
    position: absolute;
    border-bottom: 70px solid #fff;
    border-left: 259px solid rgba(255, 255, 255, 0);
    transition: all .2s ease-out;
}
.service-imgs .service-imgs-block .elementor-widget-icon-box > div::after {
    content: "";
    max-width: 363px;
    width: 103%;
    height: 15px;
    position: absolute;
    top: -45px;
    left: -4px;
    background-color: #000087;
    transform: rotate(-14deg) skew(-14deg);
}
.service-imgs .service-imgs-block .elementor-widget-icon-box .elementor-icon-box-icon {
    position: absolute;
    top: -160px;
    right: 30px;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
    border: 12px solid #000087;
    z-index: 1;
}
.service-imgs .service-imgs-block:hover .elementor-widget-icon-box > div {
    background: #333333;
}
.service-imgs .service-imgs-block:hover .elementor-widget-icon-box > div::before {
    border-bottom: 70px solid #333333;
    border-left: 259px solid rgba(255, 255, 255, 0);
}
.service-imgs .service-imgs-block:hover .elementor-widget-icon-box .elementor-icon-box-icon {
    border-color: #000087;
}
.service-imgs .service-imgs-block:hover .elementor-widget-icon-box .elementor-icon-box-title {
    color: #FFFFFF;
}
.service-imgs .service-imgs-block .elementor-widget-button {
    position: absolute;
    bottom: 70px;
    right: 2.5%;
}
.service-imgs .service-imgs-block .elementor-widget-button a {
    border-radius: 0 !important;
    border-top-left-radius: 3px !important;
}
.service-imgs .service-imgs-block .elementor-widget-button a .elementor-align-icon-right {
    margin-top: -1px;
    transition: all .2s ease-in-out;
}
.service-imgs .service-imgs-block .elementor-widget-button a:hover .elementor-align-icon-right {
    margin-left: 12px;
}

.team-block .elementor-swiper-button {
    top: 40%;
}
.team-block .elementor-image-carousel-caption span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    font-style: italic;
}

.office-block .swiper-slide {
    overflow: hidden;
}
.office-block .swiper-slide a figure {
    transition: all .2s ease-in-out;
} 
.office-block .swiper-slide a:hover figure {
    transform: scale(1.1);
}

.diller-block .gallery-item {
    transition: all .2s ease-in-out;
}
.diller-block .gallery-item:hover {
    transform: scale(1.05);
}

.callback-block .wpcf7-text {
    margin-bottom: 20px;
    padding: 10px 20px;
}
.callback-block .wpcf7-textarea {
    height: 180px;
}
.callback-block .wpcf7-acceptance .wpcf7-list-item-label {
    margin-left: 2px;
    color: #FFFFFF;
}
.callback-block .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #0000A7;
}
.callback-block .wpcf7-submit {
    display: block;
    background-color: #0000A7 !important;
    color: #FFFFFF;
    margin: 0 0 0 auto;
    padding: 2px 55px;
    border-radius: 3px;
    border: 1px solid #0000A7 !important;
    height: auto;
}
.callback-block .wpcf7-submit:hover {
    color: #FFFFFF;
    background-color: #000087 !important;
}
.callback-block .wpcf7-response-output {
    color: #FFFFFF;
}
.callback-block .wpcf7-submit:focus {
    outline: 0;
}
.callback-block-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}
.callback-block-new .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 4px;
}
.callback-block-new .wpcf7-acceptance .wpcf7-list-item a {
    color: #FFFFFF;
}
.callback-block-new .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
    margin-top: 0;
    margin-bottom: 2px;
}

.contact-block a {
    color: #FFFFFF;
}
.contact-block a:hover {
    color: #FFFFFF;
}

/* Футер */
.footer-top a {
    color: #FFFFFF !important;
}