/* ==============================================
   COMMON-STYLES.CSS (ОБНОВЛЕННЫЙ)
   Общие стили для всех страниц BIM2B
   ============================================== */

/* ==============================================
   1. БАЗОВАЯ ТИПОГРАФИКА (из вашего файла)
   ============================================== */

body {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
}

h1, .h1 {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
}

h2, .h2 {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 20px;
    padding-top: 60px;
}

h3, .h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
}

.h3-large {
    font-size: 30px;
    font-weight: 600;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    display: block;
}

b, strong {
    font-weight: bolder;
}

a {
    text-decoration: underline #55c4d5;
    color: unset;
}

blockquote {
    border: 0;
    border-left: 7px #e6e9ec;
    border-style: solid;
    padding-left: 20px;
    margin-left: 0;
}

blockquote p {
    color: #686868;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 1.5;
}

cite {
    margin-top: 0;
    font-size: 80%;
    line-height: 1.5;
    color: #777;
    font-weight: 400;
    font-style: normal;
}

/* ==============================================
   2. КОНТЕЙНЕРЫ И LAYOUT (из вашего файла)
   ============================================== */

.container {
    max-width: 1200px;
    /* min-height: 94vh; (Убрано, т.к. ломает футер на коротких страницах) */
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.container-flex {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .column-66 {
        width: 66%;
    }
    .column-34 {
        width: 34%;
    }
    .column-50 {
        width: 50%;
    }
}

/* ==============================================
   3. УТИЛИТЫ (из вашего файла)
   ============================================== */

.form-title {
    text-align: center;
}

.weight-400 p {
    font-weight: 400;
}

.weight-500 p {
    font-weight: 500;
}

.zero-line p {
    line-height: 0;
}

.top-20 {
    padding-top: 20px;
}

.highlight {
    color: #212121;
    font-weight: 500;
    padding: 20px;
    background-color: #00000017;
}

ul.large-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.contacts-form-wrap {
    max-width: 800px;
    margin: 0 auto;
}

/* ==============================================
   4. ДЕКОРАТИВНЫЕ ЭЛЕМЕНТЫ (из вашего файла)
   ============================================== */

.subtitle-center {
    text-align: center;
}

.subtitle-center::after {
    content: '';
    width: 10%;
    border-bottom: solid 1px #000;
    position: absolute;
    z-index: 1;
    left: 45%;
    display: block;
    position: relative;
}

#colorstrip-80 {
    width: 100%;
    height: 5px;
    background: #55c4d5;
    margin-top: 0;
}

#colorstrip-100 {
    width: 100%;
    height: 5px;
    background: #55c4d5;
}

/* ==============================================
   5. БЛОК "ЭТАПЫ" (T565) (из вашего файла)
   ============================================== */

.t-text_xs {
    font-size: 15px;
    line-height: 1.55;
}

.t-name {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}

.t-name_md {
    font-size: 20px;
    line-height: 1.35;
}

.t-name_lg {
    font-size: 22px;
    line-height: 1.35;
}

@media screen and (max-width: 1200px) {
    .t-text_xs {
        font-size: 14px;
    }
    .t-name_md {
        font-size: 18px;
    }
    .t-name_lg {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .t-text_xs {
        font-size: 12px;
        line-height: 1.45;
    }
    .t-name_md {
        font-size: 16px;
    }
    .t-name_lg {
        font-size: 18px;
    }
}

.t565__mainblock:after,
.t565__mainblock:before {
    content: '';
    display: table;
    clear: both;
}

.t565__item {
    position: relative;
    padding-bottom: 30px;
}

.t565__item:last-child {
    padding-bottom: 0!important;
}

.t565__block {
    padding-right: 56px;
    padding-left: 0!important;
}

.t565__block-flipped {
    padding-right: 0!important;
    padding-left: 56px;
}

.t565__mainblock {
    margin: 0 auto;
}

.t565__line {
    position: absolute;
    width: 2px;
    top: 0;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.t565__item:first-child .t565__line {
    top: 10px;
}

.t565__item:last-child .t565__line {
    height: 10px;
    bottom: auto;
}

.t565__col {
    width: 50%;
    text-align: right;
}

.t565__flipped {
    float: right!important;
    text-align: left;
}

.t565__circle {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    background-color: #222;
    border-radius: 100%;
    border: 2px solid #fff;
}

.t565__number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.t565__title {
    margin-bottom: 6px;
    margin-top: 10px;
}

.t565__descr {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 300;
}

@media only screen and (max-width: 960px) {
    .t565__container {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 640px) {
    .t565__title {
        margin-bottom: 0;
        margin-top: 2px;
    }

    .t565__descr {
        margin-top: 5px;
    }

    .t565__circle {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        margin-left: 0;
    }

    .t565__item {
        padding-bottom: 0!important;
    }

    .t565__col {
        float: none;
        text-align: left;
        width: 100%;
    }

    .t565__linewrapper,
    .t565__block,
    .t565__block-flipped {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 30px;
    }

    .t565__linewrapper {
        position: relative;
        padding-bottom: 30px;
    }

    .t565__block,
    .t565__block-flipped {
        padding-left: 20px!important;
        padding-right: 0!important;
    }

    .t565__line {
        right: auto;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

/* ==============================================
   6. MOBILE АДАПТАЦИЯ (из вашего файла)
   ============================================== */

@media screen and (max-width: 480px) {
    .subtitle-center::after {
        width: 50%;
        left: 25%;
        margin-bottom: 20px;
    }
}

/* ==============================================
   7. БЛОК "FAQ" (НОВЫЙ)
   (из bimdevelop, bimvnedrenie, bimmodel)
   ============================================== */

.faq {
	margin-top: 40px;
}

.faq-question {
	color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
    padding: 30px 30px 30px 30px;
    background-color: #0090A31F;
    border-style: solid;
    border-width: 4px 0px 4px 0px;
    border-color: #0090A3;
	text-align: left;
}

.faq-answer {
	text-align: left;
	padding: 20px;
	color: #000;
}

/* ==============================================
   8. БЛОК "КОМАНДА BSF" (НОВЫЙ)
   (из bimdevelop, bimvnedrenie)
   ============================================== */

.flex-columns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.flex1, .flex2, .flex3 {
    width: calc( 100% / 3 );
    padding: 20px;
}

.team-photo  img{
    border-radius: 100%;
    filter: brightness( 117% ) contrast( 78% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 0.3s;
	margin-bottom: 22px;
}

.team-photo img:hover {
    filter: none; 
    transition-duration: 0.3s;
}

.team-name {
    margin-bottom: 14px;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 300;
	text-align:center;
}

.team-status p {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0px;
	text-align:center;
	position: relative;
}

.team-status span {
  background-color: white;
  padding-right: 10px;
}

.team-status :after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    top: 3em;
    margin: 0 auto;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #00000054;
    z-index: -1;
}

@media (max-width:1024px) {
	.flex-columns {
		flex-direction: column;
	}
	.flex1, .flex2, .flex3 {
        width: 100%;
	}
}

/* ==============================================
   9. БЛОК "ФИЧИ" (НОВЫЙ)
   (из bimdevelop)
   ============================================== */

.develop-icon svg {
	width: 100px;
    margin: 0 auto;
    fill: #4d5e6f;
    position: relative;
    display: block;
}

.develop>.flex-columns {
	gap: 80px;
}

.develop {
	padding:0 30px;
}

.feature-clmn-title {
	color: #000;
	font-size: 36px;
    font-weight: 500;
	text-align:center;
}

.feature-clmn-desc {
	margin-top:10px;
	color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
	text-align: center;
}

/* ==============================================
   10. БЛОК "ФОРМА КОНТАКТОВ" (НОВЫЙ)
   (из bimmain, bimcorporate, bimcontacts)
   ============================================== */

.contacts-form-back {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px 40px 40px 40px;
	background-image: url(/wp-content/uploads/pages/form/call-01.webp);
}

@media (max-width:1024px) {
    .contacts-form-column {
		background: #FFFFFFC4;
		padding: 10px;
		margin: 10px;
	}
}

@media (min-width:1024px) {
    .contacts-form-column {
		background: #FFFFFFC4;
		padding: 44px;
	}
}

/* ==============================================
   11. ПРОЧИЕ ОБЩИЕ КЛАССЫ (НОВЫЕ)
   ============================================== */

.main-button {
    background: #005A66;
    padding: 10px;
	cursor: pointer;
    color: #fff;
    font-weight: 500;
    text-align: center;
}