/*
Template Name: termobrest
*/

/* This stylesheet generated by Transfonter (https://transfonter.org) on March 31, 2017 6:01 AM */

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro.eot');
	src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro.woff') format('woff'),
		url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamPro-Medium';
	src: url('../fonts/GothamPro-Medium.eot');
	src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Medium.woff') format('woff'),
		url('../fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
	/*font-weight:normal;*/
	
	/*  fix for mac os  */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0; border:none }ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap} 

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/******* new site *******/
/***** pre site *****/
:root {
    --black: #00132B;
    --blue: #005ED8;
    --grey: #5E738F;
    --green: #34B945;
    --orange: #FF9A34;
    --grey-light: #F1F5F9;
    --light: #F6F8F9;
    --swiper-theme-color: #005ED8;
    --bgrey: 1px solid var(--grey-light);

    --main-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;

}

input[type=text]:focus,
input[type=button]:focus,
input,
textarea,
input:active,
textarea:active,
:focus,
a:focus,
button:focus,
button:active {
    outline: 0;
}

/* textarea {
    resize: vertical
} */
button,
button:focus,
button:active {
    outline: 0;
    /* border: inherit;
    background: inherit;  */
}

button::-moz-focus-inner {
    border: 0
}

* {
    box-sizing: border-box
}

pre {
    display: block;
    padding: 8px;
    margin: 1rem 0;
    font-size: 16px;
    color: #444;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px
}

b,
strong,
.bold {
    font-weight: 700;
}

/***** site *****/
html {
    font-size: 16px;
    line-height: 1.5;
    scroll-behavior: smooth;
    /* min-width: 1200px; */
}

body {
    font-family: var(--main-font);
    color: var(--black);
    overflow-x: hidden;
    min-height: 100vh;
    background-color: var(--grey-light);
    font-family: 'Gotham Pro';
    line-height: normal;
    /* min-width: 1170px; */
    background: url(../img/body-bg.jpg);
}

img,
figure,
embed,
object,
video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--blue);
}

a:hover {
    color: var(--grey);
    text-decoration: none
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    /* display: block;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .75em; */
    /* color: #c12031; */
    font-family: 'GothamPro-Medium';
}

/* .h1,
h1 {
    font-size: 30px
}

.h2,
h2 {
    font-size: 26px
}

.h3,
h3 {
    font-size: 22px
}

.h4,
h4 {
    font-size: 20px
} */

p {
    margin-bottom: 1em;
}



@media (max-width: 1024px) {}


/**********************************/


/**** header ****/
.no_mobile {
    display: block;
}

.header_top {
    font-family: "Roboto", sans-serif;
    margin:0 auto;
    border-bottom: 1px solid #e1e4e9;
    padding-top: 20px;
    padding-bottom: 8px;
    overflow: hidden;
    color: #52627f;
    background: #fff;
    font-size:14px;
}
.header_top a {
    color: #52627f;
    text-decoration: none;
}

.header_top .center {
    width: 100%;
    max-width:1140px;
    margin:0 auto;
    padding: 0 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.header_top a {
    color: #52627f;
    text-decoration: none;
}

.contact_elem {
    float: left;
    margin-right: 10px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.social {
    right: 0;
    position: absolute;
    top: -7px;
}

.social a {
    display: inline-block;
    width: 30px;
    height: 22px;
    background: #e1e4e9;
    text-align: center;
    /*margin-right: 12px;
    padding-top: 6px;*/
    padding: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.social a img {
    max-height: 14px;
}

.site-header {
    /* background-color: #fff; */
    /* box-shadow: 0 1px 9px rgba(157, 165, 182, 0.25); */
}

.no_mobile .contact_elem {
    float: none;
    margin: 0;
    padding: 0;
}

.header-termo {
    background: #fff;
}

.header_top .social {
    position: relative;
    display: flex;
    gap: 6px;
    top: 0;
    margin-left: auto;
}

.header_top .social a {
    color: rgb(225, 228, 233);
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header_top .social a .fab {
    color: rgb(5, 130, 225);
}


.header1 {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    line-height: 1.1;
    font-size: 16px;
    font-family: 'GothamPro-Medium';
}

.header1_logo {
    width: 200px;
    flex: none;
}

.header1_logo2 {
    width: 250px;
    flex: none;
}


.logo-top1 {
    float: left;
    margin-top:8px;
    margin-left:20px;
}

.logo-top2 {
    float: right;
    /* margin: 45px 10px 0 0; */
    margin: 35px 10px 0 0;
}
.top-contact {
    /* padding: 40px 0 0 370px; */
    padding: 10px 0 0;
    margin-left: 350px;
}
.logo-top1>img {
    max-height: 188px;
}
.logo-top2>img {
    max-height: 108px;
}
.top-contact-line {
    /* min-height: 70px; */
    min-height: 50px;
}
.top-contact-img {
    float: left;
    margin: 0 0 0 0;
}
.top-contact-text {
    margin: 0 0 0 50px;
    /* font-size: 23px; */
    font-size: 16px;
    font-family: 'GothamPro-Medium';
}
.top-contact-text.color2 {
    padding-top: 8px;
}

.color2 {
    color: #0087c8;
}

.menu_block {
font-family: "Roboto", sans-serif;
}

.menu_block ul li {
    list-style: none;
    display: inline-block;
    margin-right: 32px;
    position: relative;
}

.menu_block ul li a {
    color: #091f48;
    text-decoration: none;
    padding: 3px 5px;
    font-weight: 500;
    font-size: 16px;
}

.menu_block ul li.active a,
.menu_block ul li:hover a {
    background: #1966fa;
    color: #fff;
    border-radius: 4px;
}

.menu_block {
    padding-bottom: 20px;
}

.top-contact-img {
    float: left;
}

.top-contact-text {
    margin: 0 0 0 50px;
    font-size: 16px;
    margin-bottom: 12px;
}

.color1 {
    color: #004c9e;
}

.top-menu {
    background: #004cba;
    height: 42px;
    text-align: center;
}
.top-menu ul li {
    display: inline-block;
    margin: 0;
}

.top-menu ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 42px;
    padding: 12px 10px;
    font-family: 'GothamPro-Medium';
}
.top-menu ul li a:hover {
    text-decoration: underline;
}

/**** end header ****/


/**** content ****/
.layout-with-sidebar {
    display: flex;
    gap: 16px;
}

.layout-main {
    padding: 16px;
    background: #fff;
    flex: 1;
}

.layout-sidebar {
    width: 280px;
    padding: 15px;
    background: #fff;
    flex: none;
}

.news-block {
    padding: 10px 5px 0 5px;
}

.but-order {
    text-decoration:underline;
    display: block;
    text-align: center;
    border-radius: 5px;
    background: #c12031;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.but-order:hover {
    text-decoration:none;
    color: #fff;
}

.but-order-wrap {
    width:220px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:24px;
}

.news-block-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #004b9d;
    font-family: 'GothamPro-Medium';
    text-align: center;
    background: url(../img/line1.png) repeat-x center;
}

.news-block-title span {
    background: #FFF;
    padding: 0 10px;
}

.news-block-title2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #c12031;
    font-family: 'GothamPro-Medium';
    text-align: center;
    background: url(../img/line2.png) repeat-x center;
    line-height: 25px;
    letter-spacing: -1px;
    margin-top: 20px;
}

.news-block-title2 span {
    background: #FFF;
    padding: 0 5px;
}

.news-item {
    margin: 10px 0px;
    color: #004c9e;
}

.news-img {
    max-width: 80px;
    margin: 0 10px 10px 0;
    float: left;
}

.news-img img {
    max-width: 100%;
}

.news-title {
    font-size: 12px;
    margin: 0 0 0 90px;
}

.news-title span {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
}

.news-text {
    font-size: 12px;
    line-height: 14px;
    clear: both;
}

.page-title {
    color: #c12031;
    font-family: 'GothamPro-Medium';
    text-align: center;
    position: relative;
    max-width: 480px;
    font-size: 24px;
    margin: 0px auto 0px auto;
    text-transform: uppercase;
}
.page-title:after {
    background: #c12031;
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
}
.page-title span {
    background: #FFF;
    padding: 0 25px;
    position: relative;
    z-index: 10;
}
.inside-content .page-title {
    margin-bottom: 25px;
}

.red-text {
    font-size: 16px;
    color: #c12031;
    text-align: center;
    padding: 8px 0 0 0;
    font-family: 'GothamPro-Medium';
}

.title1 {
    color: #004b9d;
    text-align: center;
    padding: 8px 0 0 0;
    text-transform: uppercase;
}

.center-content2 {
    background: #FFF;
    min-height: 150px;
    padding-top: 25px;
    margin-top: 10px;
    padding: 10px;
}

.center-content2 ul li {
    position: relative;
    padding: 0 0 0 15px;
}

.center-content2 ul li:after {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #c12031;
    content: '';
    left: 0px;
    top: 8px;
    border-radius: 3px;
}

/* .center-content2 ul li strong {
    font-weight: normal;
    display: block;
} */

.inside-content ul {
    margin-bottom: 20px;
}

.inside-content ul li {
    position: relative;
    padding: 0 0 0 15px;
}

.inside-content ul li:after {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #c12031;
    content: '';
    left: 0px;
    top: 8px;
    border-radius: 3px;
}

.inside-content table.contacts_details_table tr td {
    width: auto;
}
table.contacts_details_table .lefttd {
    width: 300px;
}

table td {
    padding: 10px 8px;
    vertical-align: middle;
}

table.contacts_details_table input[type="text"].error_class,
table.contacts_details_table textarea.error_class {
    border: 1px solid #f92905;
}

table.contacts_details_table input[type=text],
table.contacts_details_table textarea {
    border: 1px solid #cbcfd7;
    width: 80%;
    padding: 14px;
    background: #edeef1;
    border-radius: 3px;
}

table.contacts_details_table .file_block {
    position: relative;
    height: 60px;
}

table.contacts_details_table .inputFile {
    position: absolute;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
    height: 46px;
    width: 415px;
}
table.contacts_details_table .fileLoad {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.text_file {
    width: 226px;
}

table.contacts_details_table button {
    background: #1966fa;
    color: #fff;
    cursor: pointer;
    /* border: 2px solid #FFFFFF; */
    border: none;
    font-size: 14px;
    padding: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

table.contacts_details_table input[type="text"].error_class, table.contacts_details_table textarea.error_class {
    border: 1px solid #f92905;
}

.send_order {
    color: #fff;
    background: #1966fa;
    padding: 10px 60px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto 0 auto;
    border: none;
    font-size: 18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.contacts_details_table a {
    text-decoration:underline;
}
.contacts_details_table p {
    margin-bottom:0;
}

.red {
    color: red;
}

.com-content-category-blog.blog {
    margin-bottom: 32px;
}

.blog-items.columns-3 {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.blog-items .item-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.table-t8 tr td {
    width: 12.5%; 
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination .page-item a {
    display: block;
    padding: 4px 8px;
    border: 1px solid #eee;
}

.pagination .active.page-item a {
    background: #f5f5f5;
}

.pagination li:has(.icon-angle-double-left),
.pagination li:has(.icon-angle-left),
.pagination li:has(.icon-angle-right),
.pagination li:has(.icon-angle-double-right) {
    display: none;
}


#topPr ul {
    float: left;
    text-align: center;
    list-style: none;
}

#topPr li {
    float: left;
    width: 33%;
    list-style: none;
}

#topPr li::after {
    width: 0;
    height: 0;
}

#topPr p {
    padding-top: 7px;
}

#topPr li img {
    display:inline-block;
}

.contact-block-title {
    color: #FFF;
    background: #006da8;
    font-size: 20px;
    font-weight:500;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:20px;
}

.inside-content .contact-info p {
    padding-bottom: 25px;
    gap: 16px;
    margin-bottom:0;
}
.inside-content .contact-info p img {
    display:inline-block;
}

.title1 {
    color: #004b9d;
    text-align: center;
    padding: 8px 0 0 0;
    font-family: 'GothamPro-Medium';
    text-transform: uppercase;
}


/**** end content ****/

/**** footer ****/

.site-footer {
    margin-top: 16px;
    font-family: "Roboto", sans-serif;
}

.footer_top {
    background: #091f48;
    color: #9da5b6;
    padding: 40px 0;
    font-size: 15px;
    overflow: hidden;
}

.footer_menu {
    overflow: hidden;
    float: left;
    width: 550px;
}

.footer_col2 {
    float: left;
    width: 275px;
}

.footer_col3 {
    float: right;
    width: 230px;
}

.footer_menu ul {
    margin-right: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer_top ul li {
    list-style: none;
    margin-bottom: 12px;
}

.footer_top a {
    color: #9da5b6;
    text-decoration: none;
}

.footer_col2 .social {
    position: static;
    display: flex;
    gap: 6px;
}

.footer_col2 .social a {
    margin-right: 0;
    margin-left: 2px;
    background: #1966fa;
    color: #fff;
    height: 32px;
    padding: 0;
    width: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer_bottom {
    background: #031028;
    padding: 10px 0;
    overflow: hidden;
}

.fb_col1 {
    width: 550px;
    float: left;
    color: #51607d;
    font-size: 13px;
}

.footer_bottom p {
    margin-bottom: 12px;
}

.fb_col1 a {
    color: #9da5b6;
    text-decoration: none;
}

p.f_phone {
    margin-bottom: 0;
}

p.f_locate {
    margin-top: 10px;
}

.footer_col3 .f_phone a {
    font-size: 18px;
    color: #fff;
}


/**** end footer ****/

/***** media *****/
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

iframe .container {
    width: 100%;
}


/**** add catalog ***/
.page-content {
    padding: 10px 0 0 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    color: #004b9d;
    min-height:1900px;
}
.page-content:after {
    clear: both;
    content: "";
    display: table;
}

.right-colum {
    width: 220px;
    float: right;
    background: #FFF;
    min-height: 150px;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
}

.inside-content {
    padding: 15px;
    /* overflow: hidden; */
    font-size: 14px;
    line-height: 20px;
    color: #004b9d;
}
.inside-content {
    background: #FFF;
    margin: 0 230px 0 0;
    min-height: 150px;
    padding-top: 25px;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
}
.inside-content {
    position: relative;
    height: auto;
}
.inside-content:after {
    clear: both;
    content: "";
    display: table;
}
/* .nothome .inside-content  iframe {
    position: absolute;
    left: 0px;
    top: 40px;
    height: 100%;
    width: 100%;
} */

.inside-content .page-catalog  iframe {
    /* position: absolute;
    left: 0px;
    top: 40px;
    height: 100%;
    width: 100%; */
}

.frame-news {
    height:2000px;
}

.termobrest-news {
    position:relative;
}

.termobrest-insert-content {
    position:relative;
}
.termobrest-insert-content-catalog {
    position:relative;
}
.termobrest-insert-content-catalog iframe {
    height:1900px;
}

.inside-content .termobrest-insert-content-catalog iframe {
    top:0;
}

.blog-item .page-header h2 {
    font-family: trebuchet ms, verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight:normal;
}
.blog-item .page-header h2 a {
    color: #337ab7;
}
.blog-item .page-header h2 a:hover {
    text-decoration:underline
}


.blog-item .item-image img {
    width:220px;
    height:220px;
    object-fit:cover;
    margin-left:auto;
    margin-right:auto;
}

.packo-news .mod-articles-item-content {
    display:flex;
    flex-wrap:wrap;
    gap:0 10px;
    margin-top:10px;
    margin-bottom:20px;
}
.packo-news .mod-articles-image {
    width:80px;
    flex:none;
    order:-1;
}
.packo-news .mod-articles-title, .packo-news .mod-articles-title a {
    line-height: 1.4;
    width:120px;
    text-transform:uppercase;
    display: block;
    font-size: 11.5px;
    font-weight:bold;
    font-family: 'GothamPro-Medium';
    line-height:20px;
    color:#004cba!important;
}
.packo-news {
    color:#004cba;
}

.packo-news .mod-articles-item-content p {
    font-size:12px;
    margin-bottom:0;
    line-height: 1.2;
    text-align:left!important;
}

/* Блок контакты */
.contact-container {
    font-family: Arial, sans-serif;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
}

.contact-section {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.secondary-bg {
    background: #f2f5f8; /* Чуть более голубоватый оттенок для разделения */
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-media {
    flex: 0 0 350px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-media img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.company-name {
    font-size: 16px;
    color: #004488;
    margin-top: 0;
    margin-bottom: 10px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.title-blue {
    color: #0055aa;
}

.contact-item {
    margin-bottom: 12px;
    display: block;
}

.contact-item i {
    color: #555;
    width: 20px;
    margin-right: 8px;
}

.red-note {
    color: #d93025;
    text-decoration: underline;
    font-size: 0.9em;
}

.bold-phone {
    font-weight: bold;
    font-size: 1.1em;
}

.blue-link {
    color: #0066cc;
    text-decoration: none;
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

.blue-link:hover {
    text-decoration: underline;
}

.map-links {
    margin-top: 20px;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .contact-row {
        flex-direction: column;
    }
    .contact-media {
        flex: 1 1 auto;
        order: -1; /* Картинки будут сверху на мобильных */
    }
}

/* --- СЛАЙДЕР ТЕРМОБРЕСТ --- */
/* 1. Главный контейнер */
.header-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5px;
    background: #fff;
    height: auto;
    overflow: hidden;
}

/* 2. Логотипы */
.logo-side {
    flex: 0 0 auto;
    display: block;
    padding: 0 15px;
    max-width: 200px;
}

.logo-side img {
    max-width: 100%;
    max-height: 130px;
    width: auto;
    display: block;
}
.logo-side div{
    font-size: 16px;
    text-align: center;
    color: #c12031;
}
.dealer{
    color: #c12031;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
}

/* 3. Контейнер слайдера */
.header-slider-container {
    flex: 1; 
    height: auto;
    position: relative;
    overflow: hidden;
}

/* 4. Обертка */
.header-slider-container .wrapper {
    display: flex;
    height: auto;
    width: calc(100% + 70px);
    margin-left: -35px;
}

/* 5. Блоки для фото */
.header-slider-container .img-wrap {
    flex: 1;
    height: 200px;
    position: relative;
    transform: skewX(-17deg);
    overflow: hidden;
    background: #eee;
    border-right: 5px solid #fff;
}
@media (max-width: 1280px) {
    .header-slider-container .img-wrap {
        height: calc(16vw);
    }
}
.header-slider-container .img-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 76, 186, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
}
.header-slider-container .img-wrap:hover::after {
    opacity: 1;
}

.header-slider-container .img-wrap:last-child {
    border-right: none;
}

/* 6. Картинки */
.header-slider-container .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 101%;
    max-width: none;
    object-fit: cover;
    display: block;
    transform-origin: center center;
}

/* Классы трансформации для JS */
.header-slider-container .img-wrap img.is-skewed {
    left: 0%;
    transform: skewX(0deg);
}

.header-slider-container .img-wrap img.is-pre-skewed {
    left: 0%;
    transform: skewX(0deg);
}

/* Анимация */
.fade-in { animation: sliderFlash 1s linear 1 reverse forwards; }
.fade-out { animation: sliderFlash 1s 1s linear 1 normal forwards; }
@keyframes sliderFlash {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Адаптив */
@media (max-width: 1023px) {
    /* .header-slider-container { display: none; } */
    .header-flex-wrapper { height: auto; min-height: 80px; }
    .logo-side img { max-height: 80px; }
}

/* --- АДАПТАЦИЯ САЙТА --- */

@media (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }
    
    .logo-top1, .logo-top2 {
        float: none;
        margin: 10px auto;
        text-align: center;
        display: block;
    }
    .logo-top1 img, .logo-top2 img {
        margin: 0 auto;
    }
    
    .top-contact {
        margin-left: 0;
        text-align: center;
        padding-top: 20px;
    }
    .top-contact-text {
        margin-left: 0;
    }
    .top-contact-img {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
    }
}

#frame1{
    min-height: 1800px;
}
@media (max-width: 1080px) {
    #frame1{
        min-height: 2640px;
    }
}

/* Стили для новой секции Подбора */
.selection-services {
    padding: 40px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.selection-title {
    color: #d32f2f;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.selection-description {
    font-size: 16px;
    color: #333;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.4;
}

.services-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.service-item {
    flex: 1;
    min-width: 210px;
    padding: 20px 10px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-radius: 8px;
    cursor: pointer;
}

/* Эффект тени при наведении на всю карточку */
.service-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: #fff;
}

.service-circle {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.service-circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
    z-index: 2;
    pointer-events: none;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
}

.service-item:hover .service-circle {
    transform: scale(1.02);
}
.service-item:hover .service-circle::before {
    color: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Заглушки для изображений (замените на реальные пути к картинкам-цифрам) */
.circle-1 { background-image: url('/images/serv-1.jpg'); }
.circle-2 { background-image: url('/images/serv-2.jpg'); }
.circle-3 { background-image: url('/images/serv-3.jpg'); }
.circle-4 { background-image: url('/images/serv-4.jpg'); }
.circle-1::before { content: "1"; }
.circle-2::before { content: "2"; }
.circle-3::before { content: "3"; }
.circle-4::before { content: "4"; }

.service-item h3 {
    color: #d32f2f;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.service-item p span {
    color: #d32f2f;
    text-decoration: underline;
}

/* Адаптивность для мобилок */
@media (max-width: 768px) {
    .services-grid {
        flex-direction: column;
        align-items: center;
    }
    .service-item {
        width: 100%;
        max-width: 320px;
    }
}