

/* Start:/local/templates/etre/components/bitrix/news.list/main_banner/style.css?17834217945602*/
body header {
    position: fixed;
}

.main-banner {
    position: relative;
}

.main-banner--video {
    position: relative;
    height: 1080px;
}

.main-banner--muted-controller{
    cursor: pointer;
}

video {
    width: 100%;
    height: 100%;
    filter: brightness(60%);
    object-fit: cover;
}

.main-banner--content {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: calc(100% - 100px);
    width: calc(50% + 10px);
    justify-content: end;
    left: 0;
    top: 0;
    margin-top: 100px;
    border-right: 1px solid var(--primary20);
}

.main-banner--content-title{
    max-width: 755px;
}

.container-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 17px;
    color: white;
}

.tagline {
    font-weight: 600;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.brand-name {
    font-weight: 200;
    font-size: 320px;
    line-height: 320px;
    letter-spacing: 0px;
}

.accent {
    color: var(--primary);
}

.sub-brand {
    font-weight: 200;
    font-size: 115px;
    line-height: 115px;
    letter-spacing: -5.08px;
    text-transform: uppercase;
}

.tagline, .sub-brand {
    padding-left: 23px;
}

.main-banner--content-text {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #FFFFFFCC;
    padding-left: 40px;
    max-width: 565px;
    margin-top: 54px;
    font-family: var(--mntserrat), sans-serif;
}

.main-banner--content-btns {
    margin-top: 154px;
    display: flex;
    flex-wrap: wrap;
}

.main-banner--btn {
    padding: 40px 0;
    width: 50%;
}

.main-banner--btn.transparent-btn{
    width: calc(50% - 2px);
}

.main-banner--btn.transparent-btn:focus,
.main-banner--btn.transparent-btn:hover{
    width: calc(50% - 4px);
}

.main-banner--muted-controller_item {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 24px;
    height: 24px;
    z-index: 90;
}

@media (min-width: 1921px) {
    header{
        transform: translateX(-50%);
    }
}


@media (max-width: 1440px) {
    .main-banner {
        min-height: 1024px;
    }

    .brand-name {
        font-size: 200px;
        line-height: 180px;
    }

    .tagline, .sub-brand {
        padding-left: 10px;
    }

    .sub-brand{
        font-size: 90px;
    }

    .main-banner--content-text {
        padding-left: 30px;
    }
}

@media (max-width: 1279px) {
    body header {
        position: sticky;
    }

    .main-banner--video {
        height: 434px;
        width: 100%;
    }

    .main-banner {
        height: 952px;
        min-height: unset;
    }

    .main-banner--btn.transparent-btn{
        width: 50%;
    }

    .brand-name {
        font-size: 200px;
        line-height: 200px;
    }

    .sub-brand {
        font-size: 75px;
        line-height: 100%;
    }

    .tagline, .sub-brand {
        padding-left: 10px;
    }

    .main-banner--content {
        border: none;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .main-banner--content-text {
        font-size: 18px;
        line-height: 100%;
        padding-left: 30px;
        font-family: var(--mntserrat), sans-serif;
        font-weight: 400;
        margin-top: 70px;
    }

    .main-banner--content-btns {
        margin-top: 122px;
        width: 100%;
    }

    .main-banner--btn {
        padding: 25px 0;
        width: calc(50% - 2px);
    }
}

@media (max-width: 767px) {
    .main-banner{
        height: 727px;
    }

    .main-banner--btn.transparent-btn:focus,
    .main-banner--btn.transparent-btn:hover,
    .main-banner--btn.transparent-btn {
        width: calc(100% - 2px);
    }

    .main-banner--content {
        border: none;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .main-banner--video {
        height: 211px;
        width: 100%;
    }

    .container-title {
        padding-left: 0;
    }

    .brand-name {
        font-size: 148px;
        line-height: 148px;
    }

    .sub-brand {
        font-size: 55px;
        line-height: 100%;
        letter-spacing: -5.08px;
    }

    .tagline, .sub-brand {
        padding-left: 9px;
    }

    .tagline {
        font-family: var(--mntserrat), sans-serif;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 3px;
    }

    .main-banner--content {
        border: none;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .main-banner--content-title{
        padding-left: 6px;
    }

    .main-banner--content-text {
        max-width: 372px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        padding: 0 15px;
        margin-top: 24px;
    }

    .main-banner--content-btns {
        margin-top: 61px;
        width: 100%;
    }

    .main-banner--btn {
        padding: 25px 0;
        width: 100%;
    }

    .main-banner--muted-controller_item{
        bottom: 11px;
        right: 11px;
    }
}

@media (max-width: 374px) {
    .container-title{
        padding: 0;
    }

    .tagline{
        font-size: 10px;
    }

    .brand-name {
        font-size: 131px;
        line-height: 131px;
    }

    .sub-brand{
        font-size: 52px;
    }

    .main-banner--content-text{
        padding-left: 12px;
    }

    body a.transparent-btn{
        width: calc(100% - 2px);
    }
}

.main-banner--muted-controller_item {
    color: var(--white);
}

.main-banner--muted-controller_item:hover,
.main-banner--muted-controller_item:focus{
    color: var(--primary) !important;
}
/* End */


/* Start:/local/templates/etre/css/standards_of_excellence.css?17834136367110*/
.standard {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.standard--item_wrapper.standard--itm_big {
    width: calc(50% + 10px);
}

.standard--item_wrapper {
    position: relative;
    padding-left: 40px;
    height: 665px;
    border: 1px solid #EEB58D1A;
    display: flex;
    align-items: start;
}

.standard--item {
    display: block;
    height: max-content;
    margin-top: 108px;
    position: relative;
}

.standard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.standard--item-subtitle {
    font-weight: 500;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
}

.standard--itm_big .standard--item-title {
    font-weight: 200;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--white);
    margin: 8px 0 64px 0;
    max-width: 418px;
}

.standard--item-content {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFCC;
    display: block;
    max-width: 494px;
    margin-top: 24px;
}

.white-color {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.standard--item-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.9px;
    color: var(--primary);
    display: block;
}

.p-none {
    padding: 0 !important;
    border: none;
}

.p-none .standard--item {
    top: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.standard--item_wrapper .standard--item_bottom {
    position: absolute;
    bottom: 220px;
}

body img.standard--item-number01,
body img.standard--item-number02,
body img.standard--item-number03{
    width: 204px;
    height: 192px;
    position: absolute;
    object-fit: fill;
}

.standard--item-number01{
    bottom: 107px;
    right: 40px;
}

.standard--item-number02{
    bottom: 336px;
    right: 40px;
}


.standard--item-number03{
    bottom: 336px;
    left: 40px;
}

.standard--item-number{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 192px;
    line-height: 192px;
    letter-spacing: 0;
    color: #FFFFFF1A;
    display: block;
    position: absolute;
}

.standard--item_wrapper:nth-child(2),
.standard--item_wrapper:nth-child(6),
.standard--item_wrapper:nth-child(5){
    width: calc(24.2% - 1px);
}

.standard--item_wrapper:nth-child(3),
.standard--item_wrapper:nth-child(7){
    width: calc(25.8% - 10px);
}

.standard--item_wrapper:nth-child(4){
    width: calc(26.3%);
}

.standard--item-content{
    max-width: 379px;
}

@media (max-width: 1440px) {
    .standard--item_wrapper {
        height: 540px;
    }

    .standard--itm_big .standard--item-title {
        font-size: 70px;
        margin: 8px 0 45px 0;
    }

    body img.standard--item-number01,
    body img.standard--item-number02,
    body img.standard--item-number03{
        width: 170px;
        height: 160px;
    }
}

@media (max-width: 1279px) {
    .standard--item_wrapper.standard--itm_big {
        width: calc(100%);
    }

    .standard--item_wrapper:nth-child(2),
    .standard--item_wrapper:nth-child(6),
    .standard--item_wrapper:nth-child(5),
    .standard--item_wrapper:nth-child(3),
    .standard--item_wrapper:nth-child(7),
    .standard--item_wrapper:nth-child(4){
        width: calc(50%);
        padding: 0 40px;
    }


    .standard--item_wrapper {

    }

    .standard--item_wrapper {
        height: 480px;
        align-items: end;
    }

    .standard--item {
        margin-top: 0;
        margin-bottom: 102px;
    }

    .standard--item_wrapper .standard--item_bottom {
        position: unset;
    }

    .standard--itm_big .standard--item-title {
        font-size: 56px;
        line-height: 56px;
        margin: 8px 0 32px 0;
    }

    .standard--item-content {
        font-size: 16px;
        line-height: 26px;
        max-width: 538px;
    }

    .standard--item-number{
        font-size: 160px;
        line-height: 160px;
    }

    body .standard--item-number01,
    body .standard--item-number03{
        right: 25px;
        left: unset;
        top: unset;
        bottom: 79px;
    }

    body .standard--item-number02{
        left: 15px;
        top: unset;
        bottom: 79px;
    }


    #standard--item-order1 {
        order: 1
    }

    #standard--item-order2 {
        order: 2
    }

    #standard--item-order3 {
        order: 3
    }

    #standard--item-order4 {
        order: 7
    }

    #standard--item-order5 {
        order: 6
    }

    #standard--item-order6 {
        order: 8
    }

    #standard--item-order7 {
        order: 7
    }
}

@media (max-width: 767px) {
    .standard{
        padding-top: 82px;
    }

    .standard--item_wrapper:nth-child(2),
    .standard--item_wrapper:nth-child(6),
    .standard--item_wrapper:nth-child(5),
    .standard--item_wrapper:nth-child(3),
    .standard--item_wrapper:nth-child(7),
    .standard--item_wrapper:nth-child(4){
        width: calc(100%);
    }

    .standard--item_wrapper{
        padding: 0 20px;
        width: 100%;
        height: unset;
    }

    .standard--item_wrapper.p-none{
        height: 220px;
        width: 100%;
        overflow: hidden;
    }

    .standard--item_wrapper img{
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: center;
    }

    .standard--item_wrapper.standard--itm_big{
        border: none;
    }

    .standard--itm_big .standard--item-title {
        font-weight: 200;
        font-size: 38px;
        line-height: 38px;
        letter-spacing: -1.5px;
    }

    .standard--item-title{
        font-size: 20px;
    }

    .standard--itm_big .standard--item-content{
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
    }

    .standard--itm_big .white-color{
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
    }

    .standard--item{
        margin: 75px 0 50px 0;
    }


    .standard--itm_big  .standard--item{
        margin: 0 0 50px 0;
    }

    .standard--item-subtitle{
        font-size: 11px;
    }

    #standard--item-order1,
    #standard--item-order2,
    #standard--item-order3,
    #standard--item-order4,
    #standard--item-order5,
    #standard--item-order7
    {
        order: 1
    }

    #standard--item-order6 {
        order: 2
    }

    body .standard--item-number01,
    body .standard--item-number02,
    body .standard--item-number03{
        right: unset;
        bottom: unset;
        top: 50px;
        left: 13px;
    }

    .standard--item_wrapper.p-none:last-child{
        margin-bottom: 24px !important;
    }
}
/* End */


/* Start:/local/templates/etre/css/brand_philosophy.css?17834136363226*/
.philosophy a:hover {
    text-decoration: none;
    color: var(--primary-dark);
}

.philosophy {
    display: flex;
    align-items: center;
    background-color: var(--white);
}

.philosophy--left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    align-items: center;
    width: calc(50% + 7px);
}

.philosophy--left-title {
    max-width: 688px;
    font-weight: 200;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-align: left;
    text-transform: uppercase;
    color: var(--primary-dark);
}

.philosophy--left-content {
    max-width: 688px;
    margin-top: 26px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
}

.philosophy--left-url {
    max-width: 688px;
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary-dark);
    text-align: left;
}

.philosophy--right {
    width: calc(50% - 7px);
    min-height: 1220px;
    border-left: 1px solid var(--primary20);
}

.philosophy--right img {
    max-height: 1080px;
    width: 100%;
    height: 100%;
}

@media (max-width: 1440px) {
    .philosophy--right {
        min-height: 900px;
    }

    .philosophy--left-title {
        font-size: 70px;
    }

    .philosophy--left-content,
    .philosophy--left-url {
        max-width: 520px;

    }
}

@media (max-width: 1279px) {
    .philosophy {
        flex-direction: column;
        padding-top: 80px;
    }

    .philosophy--left {
        width: 100%;
        padding: 0 40px;
        justify-content: left;
    }

    .philosophy--left-title {
        font-size: 56px;
        line-height: 56px;
        letter-spacing: -1.5px;
        width: 100%;
    }

    .philosophy--left-content {
        margin: 0;
    }

    .philosophy--left-content,
    .philosophy--left-url {
        max-width: 688px;
    }

    .philosophy--left-url {
        justify-content: left;
    }

    .philosophy--right {
        width: 100%;
        margin-top: 80px;
        border: none;
    }

    .philosophy--right img {
        max-height: 1490px;
    }
}

@media (max-width: 767px) {

    .philosophy--left{
        gap: 30px;
        align-items: start;
        padding: 0;
    }

    .philosophy--left-title {
        font-weight: 200;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.5px;
        max-width: 335px;
        text-align: left;
        padding-left: 20px;
        width: calc(100% - 20px);
    }

    .philosophy--left-content {
        padding: 0 20px;
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;

    }

    .philosophy--left-url{
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        justify-content: start;
        padding-left:20px ;
        width: max-content;
    }

    .philosophy--right{
        min-height: unset;
    }
}
/* End */


/* Start:/local/templates/etre/components/bitrix/catalog.section.list/.default/style.css?17834136366753*/
ul.product-list {
    padding: 0;
    height: 100%;
    max-height: 1080px;
    overflow: hidden;
}

body li{
    all: unset;
}

.product-list {
    background-color: var(--white);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



.product-list h3, .product-list--item_big-link {
    color: var(--primary-dark);
    display: block;
}

.product-list--item_big p.product-list--item_big-description{
    color: var(--black);
}

.product-list p {
    color: #00000099;
    display: block;
    font-family: var(--mntserrat), sans-serif;
}

.product-list--item{
    width: calc(50% - 1px);
    display: flex;
    align-items: center;
    max-height: 540px;
    height: 100%;
    position: relative;
}

.product-list--item{
    border: 1px solid var(--primary20);
}

.product-list--item_text{
	padding-left: 40px;
    padding-right: 90px;
    max-width: 480px;
    width: 100%;
}

.product-list--item_text,
.product-list--item_photo{
    width: 50%;
}

.product-list--item-name {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.9px;
}

.product-list--item-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #00000099;
    margin-top: 24px;
}

body .transparent-btn.product-list--item-btn{
    width: calc(50% - 40px);
    max-width: 480px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 40px 0 40px 40px;
    color: var(--primary-dark);
}

.product-list--item_photo {
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.product-list--item_big{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-list--item_big-name{
    display: block;
    font-weight: 200;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}

.product-list--item_big-description{
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    width: 100%;
    margin-top: 50px;
    color: var(--black);
}

.product-list--item_big-link:hover{
    color: var(--primary-dark);
}

.product-list--item_big-link{
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 80px;
    position: relative;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.product-list--item_arrow{
    width: 16px;
    height: 16px;
    padding-bottom: 1px;
}

.order2 a.product-list--item-btn{
    left: 50%;
}

.order2{
    order: 2;
}

.order1{
    order: 1;
}

.product-list--item:last-child{
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.transparent-btn.product-list--item-btn{
    border-bottom: none;
}


@media (min-width: 1280px) {
    .product-list--item:nth-child(3){
        border: none;
        border-right: 1px solid var(--primary20);
    }

    .product-list--item:nth-child(4){
        border-right: none;
    }

    .product-list--item:nth-child(1),
    .product-list--item:nth-child(3){
        width: calc(50% + 7px);
    }

    .product-list--item:nth-child(4){
        width: calc(50% - 9px);
    }

    .product-list--item_big{
        padding-left: 50px;
        width: calc(50% - 59px);
    }
}

@media (max-width: 1279px) {
    ul.product-list{
        max-height: unset;
        height: unset;
    }

    .product-list--item_big{
        order: -1;
        width: calc(100% - 80px);
        padding: 86px 40px;
    }

    .product-list--item_text, body .transparent-btn.product-list--item-btn{
        max-width: unset;
    }

    .product-list--item_big-name{
        font-size: 56px;
        line-height: 56px;
        width: 100%;
        text-align: left;
    }

    .product-list--item_big-description{
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        text-align: left;
    }

    .product-list--item_big-link{
        margin-top: 30px;
        width: 100%;
        text-align: left;
    }

    ul.product-list{
        flex-direction: column;
    }

    .product-list--item{
        width: 100%;
        border: none;
    }

    .product-list--item:first-child{
        border-top: 1px solid var(--primary20);
    }

    .product-list--item-name{
        font-weight: 300;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }

    .product-list--item-description{
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
    }

    body .transparent-btn.product-list--item-btn{
        padding: 20px 0;
        text-align: center;
        width: calc(50% - 2px);
    }

    .product-list--item_text{
        padding-right: 0;
    }

    .product-list--item-description{
        max-width: 344px;
    }
}

@media (max-width: 767px) {
    .product-list--item_big{
        padding: 80px 0;
        align-items: start;
        width: unset;
    }

    .product-list--item_big-name{
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.5px;
        padding-left: 20px;
        width: calc(100% - 20px);
    }

    .product-list p{
        font-size: 16px;
        line-height: 26px;
    }

    .product-list--item:first-child{
        border: none;
    }

    .product-list--item{
        flex-direction: column;
        width: 100%;
        max-height: unset;
    }

    .product-list--item_text{
        order: 2;
        padding-left: 0;
        padding-right: 0;
    }

    .product-list--item_photo{
        order: 1;
        max-height: 220px;
    }

    .product-list--item_text, .product-list--item_photo{
        width: 100%;
    }

    .product-list--item-name,
    .product-list--item-description{
        padding-top: 50px;
        padding-left: 20px;
        display: block;
    }

    .product-list--item_big-description{
        padding-left: 20px;
        max-width: 300px;
        display: block;
        text-align: left;
        width: calc(100% - 20px);
    }

    .product-list--item_big-link{
        padding-left: 20px;
        width: calc(100% - 20px);
    }

    body .transparent-btn.product-list--item-btn{
        width: calc(100% - 2px);
        position: relative;
        margin-top: 50px;
        display: block;
    }

    .order2 a.product-list--item-btn{
        left: 0;
    }

    .product-list--item-description{
        max-width: 324px;
    }

}

body .transparent-btn.product-list--item-btn:hover,
body .transparent-btn.product-list--item-btn:focus{
    border-right: none !important;
    border-left: none !important;
}
/* End */


/* Start:/local/templates/etre/css/innovative_technologies.css?17834136364683*/
.innovative_technologies_container {
    margin: 0 auto;
    padding: 140px 40px 0 40px;
}

.header-section {
    text-align: center;
    margin-bottom: 40px;
}

body .header-section h2 {
    font-weight: 200;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-dark);
    display: block;
}

.header-section p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: var(--white);
    margin-top: 30px;
    display: block;
    font-family: var(--mntserrat), sans-serif;
}

.main-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    border-top: 1px solid var(--primary20);
}

.info-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: calc(27% - 40px);
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--primary20);
    border-left: 1px solid var(--primary20);
    min-height: 760px;
    width: 900px;
    overflow: hidden;
}

.tech-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.9px;
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.tech-subtitle {
    font-weight: 500;
    font-family: var(--mntserrat), sans-serif;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF66;
    margin-bottom: 45px;
    padding-bottom: 5px;
}

.tech-description {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFCC;
    margin-bottom: 66px;
    max-width: 395px;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.step-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222;
    padding-bottom: 8px;
    font-family: var(--mntserrat), sans-serif;
}

.step-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-dark);
}

.step-value {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFFCC;
}

@media (max-width: 1440px) {
    .image-container {
        width: 668px;
    }

    .tech-subtitle {
        font-size: 11px;
    }
}

@media (max-width: 1279px) {
    .innovative_technologies_container {
        padding: 70px 0 48px 0;
    }

    .header-section{
        margin-bottom: 70px;
    }

    .main-content {
        flex-direction: column;
        align-items: stretch;
    }

    .header-section h2 {
        font-size: 56px;
        line-height: 56px;
    }

    .header-section p{
        font-size: 16px;
        line-height: 26px;
    }

    .info-column{
        width: unset;
        margin-top: 48px;
        padding: 0 40px;
    }

    .info-column:last-child{
        margin-top: 0;
    }

    .image-container {
        order: 2;
        width: unset;
    }

    .image-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .info-column:nth-child(1) {
        order: 1;
    }

    .info-column:nth-child(3) {
        order: 3;
    }

    .tech-subtitle{
        margin-bottom: 20px;
    }

    .tech-description{
        margin-bottom: 35px;
        max-width: unset;
    }

    .main-content{
        gap: 48px;
    }

    .step-item{
        justify-content: unset;
        gap: 50px;
    }
}

@media (max-width: 767px) {
    body .header-section h2{
        font-weight: 200;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.5px;
    }

    .header-section{
        margin-bottom: 50px;
    }

    .info-column{
        padding: 0 20px;
    }

    .tech-title{
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }

    .tech-description{
        font-size: 14px;
        line-height: 22px;
    }

    .step-label{
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 3px;
    }

    .step-value{
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
    }

    .image-container{
        height: 360px;
        min-height: unset;
    }
}

@media (max-width: 374px) {
    body .header-section h2{
        font-size: 36px;
    }
}

/* End */


/* Start:/local/templates/etre/css/become_partner.css?17834136362346*/
.become-partner_wrapper {
    height: 864px;
    width: 900px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--primary20);
    border-right: 1px solid var(--primary20);
    margin: 0 auto;
}

.become-partner--title {
    font-weight: 200;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-dark);
    display: block;
}

.become-partner--text {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: var(--white);
    display: block;
    max-width: 450px;
    margin: 30px auto 0 auto;
}

.become-partner--content-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.become-partner--btn {
    width: calc(50% - 2px);
    padding: 40px 0;
}

@media (max-width: 1440px) {
    .become-partner_wrapper {
        width: 668px;
    }

    .become-partner--title {
        font-size: 55px;
        line-height: 55px;
    }
}

@media (max-width: 1279px) {
    .become-partner_wrapper {
        width: unset;
        height: 533px;
    }

    .become-partner {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: end;
    }

    .become-partner--content-btns{
        position: unset;
        margin-top: 129px;
    }

    .become-partner--title {
        font-size: 55px;
        line-height: 55px;
    }

    .become-partner--text {
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
    }

}

@media (max-width: 767px) {
    .become-partner--btn{
        border: 1px solid #EEB58D33;
    }

    .become-partner--title{
        max-width: 336px;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.5px;
        padding: 0 20px 0 15px ;
    }

    .become-partner--text{
        text-align: center;
        max-width: 325px;
    }

    body .creamy-btn, body .transparent-btn{
        width: 100%;
    }

    .become-partner--btn{
        padding: 26px 0;
    }
}
/* End */
/* /local/templates/etre/components/bitrix/news.list/main_banner/style.css?17834217945602 */
/* /local/templates/etre/css/standards_of_excellence.css?17834136367110 */
/* /local/templates/etre/css/brand_philosophy.css?17834136363226 */
/* /local/templates/etre/components/bitrix/catalog.section.list/.default/style.css?17834136366753 */
/* /local/templates/etre/css/innovative_technologies.css?17834136364683 */
/* /local/templates/etre/css/become_partner.css?17834136362346 */
