
.why-we-content {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -8px 100px;
}

.why-we-content > div {
    width: 20%;
    padding: 0 8px;
    box-sizing: border-box;
}

.language-wrapper {
    position: relative;
}

.bx-header-section-top-flex {
    display: flex;
    align-items: center;
}

.header-logo {
    position: relative;
}

.select-city-wrap {
    position: absolute;
    top: -30px;
    left: 0;
}

.header-links .bx-nav-1-lvl-link-text {
    padding-bottom: 0;
}

.header-links .bx-top-nav-container {
    padding: 0;
}

.header-links .bx-top-nav-container .bx-nav-list-1-lvl {
    gap: 55px;
}

.header-links {
    display: flex;
    align-items: center;
    gap: 70px;
    margin: 0 50px 0 auto;
}

.header-links a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-family: 'Geologica-Medium';
}

.title-search-result {
    border-radius: 0;
    border: none;
}

.header-bottom-menu-new .bx-top-nav-container {
    padding: 0;
}

.new-search-tel-block {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 25px
}

.header-bottom-menu-new {
    width: 100%;
}

.header-bottom-menu-new .bx-top-nav-container .bx-nav-list-1-lvl {
    justify-content: space-between;
}

.new-search-tel-block .new-search {
    flex: 1;
}

.select-city__modal__title, .select-city__modal__list__item {
    font-family: 'Geologica-Regular' !important;
}

.why-we-card {
    background: #F3F3F3;
    padding: 30px 15px 22px;
    height: 162px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.why-we-card p {
    line-height: 1.2;
    margin: 0;
}

.why-we-card .img {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 17px;
}

.why-we-card .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.new-margin {
    margin-bottom: 150px;
}

.contact-main-form .new-flex-modal-title {
    color: #fff;
    max-width: 90%;
    margin-bottom: 40px;
}

.want-form.contact-main-form .new-flex-modal-container {
    align-items: flex-start;
}

.want-form.contact-main-form .form-biocard .new-flex-modal-container .form__form-block.form-block {
    width: 24%;
    margin-left: 0;
}

.want-form.contact-main-form .form-biocard .form__form-block.form-block-submit {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 20%;
    margin: 0;
}

#main-map {
    margin-bottom: 170px;
}

.main-new-form-footer .contact-main-form .new-flex-modal-title {
    margin-bottom: 5px;
}

.main-new-form-footer p {
    color: #fff;
    margin-bottom: 35px;
}

.workarea .bx-content-section .main-new-form-footer .want-form {
    margin: 0px 0 -10px;
}

.formats-new-block .flex-title {
    gap: 40px;
    align-items: flex-start;
}

.formats-new-block .flex-title h2 {
    width: 310px;
    flex-shrink: 0;
}

.formats-new-block .flex-title p {
    font-family: 'Geologica-Regular';
    font-size: 16px;
    text-transform: none;
    max-width: 50%;
}

.formats-new-block-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 50px;
}

.formats-new-block-flex > div {
    padding: 0 15px;
    width: 26%;
}

.formats-new-block-flex > div:nth-child(even) {
    width: 24%;
}

.formats-new-block-flex .formats-new-block-card {
    background: #F3F3F3;
    height: 155px;
    padding: 33px 5px 28px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    font-size: 14px;
    flex-direction: column;
}

.formats-new-block-flex .formats-new-block-card .img {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.formats-new-block-flex .formats-new-block-card .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.formats-new-block-flex .formats-new-block-card p {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    margin-top: auto;
}

.formats.formats-new-block > .formats-second {
    max-width: 100%;
    padding-top: 0;
    display: flex;
    gap: 30px;
}

.formats.formats-new-block > .formats-second > div {
    width: 50%;
}

.description-text {
    font-family: Geologica-Regular !important;
}

.description-subtitle, .description-title, .big_zag, .product-item-title, .red_num, .rezimi_icons.flex > div p, .tarif-service-title, .breadcrumb__cust h1, .advantages .uppercase {
    font-family: Geologica-Bold !important;
}

.formats.formats-new-block > .formats-second div p {
    font-size: 16px;
    color: #333333;
    padding: 12px 20px 0 0;
    line-height: 1.3;
}

@media (max-width: 1400px) {
    .why-we-card {
        height: 180px;
    }
}

@media (max-width: 1200px) {
    .why-we-content > div {
        width: 33.3%;
    }

    .formats-new-block-flex > div:nth-child(even),
    .formats-new-block-flex > div {
        width: 50%;
    }

    .why-we-card {
        height: 162px;
    }

    .formats-new-block-flex {
        gap: 20px 0;
    }

    .why-we-content {
        justify-content: center;
        gap: 30px 0;
        margin: 30px -8px 60px;
    }
}

@media screen and (max-width: 950px) {
    .want-form.contact-main-form .form-biocard .new-flex-modal-container .form__form-block.form-block,
    .want-form.contact-main-form .form-biocard .form__form-block.form-block-submit {
        width: 100%;
    }

    .formats.formats-new-block > .formats-second {
        flex-direction: column;
    }

    .formats.formats-new-block > .formats-second > div {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .new-margin {
        margin-bottom: 210px;
    }

    .formats-new-block .flex-title p {
        max-width: 100%;
    }

    .formats-new-block .flex-title h2 {
        flex-shrink: 0;
    }

    .formats-new-block .flex-title {
        gap: 10px;
    }

    .contact-main-form .new-flex-modal-title {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .questions-block {
        margin-bottom: 80px;
    }

    #main-map {
        margin-bottom: 140px;
    }
}

@media (max-width: 480px) {
    .why-we-content > div {
        width: 100%;
    }

    .formats-new-block-flex > div:nth-child(even), .formats-new-block-flex > div {
        width: 100%;
        height: auto;
    }

    .why-we-content {
        gap: 20px 0;
        margin: 30px -8px 45px;
    }

    .why-we-card {
        height: auto;
    }
}

.btn-biocard {
    display: flex;
    background: #7d272a;
    border: 1px solid #7d272a;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 51px;
    transition: .3s;
    box-sizing: border-box;
    padding: 10px;
    width: 265px;
}

.btn-biocard:hover {
    cursor: pointer;
    background: #fff;
    color: #7d272a;
}

.main-first-block .btn-biocard {
    width: 485px;
    margin: 50px 0 0 auto;
}

.form-biocard {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.form-biocard .form__form-block.form-block {
    position: relative;
    height: 50px;
    box-sizing: border-box;
    width: 17%;
}

.bx-nav-2-lvl {
    position: relative;
}

input[disabled] {
    pointer-events: none;
    opacity: 0.4;
    transition: .4s;
}

.bx-nav-list-3-lvl {
    margin: 0;
    position: absolute;
    right: -300px;
    top: 0;
    width: 300px;
    background: #fff;
    padding: 20px;
}

.hide-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    overflow: auto;
    text-align: center;
}

.hide-window .hide-window__hide-window-wrapper.hide-window-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 21px;
    line-height: 1.2;
    max-width: 90%;
    width: 350px;
    transform: translate(-50%, -50%);
}

.hide-window__hide-window-wrapper.hide-window-wrapper div.title {
    text-transform: uppercase;
    font-size: 17px;
    padding: 20px;
    background: #7d272a;
    margin-top: -2px;
    color: #fff;
    text-align: center;
    justify-content: center;
}

.hide-window__hide-window-wrapper.hide-window-wrapper .close:before {
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 2px;
    right: -70px;
    background: url(/bitrix/templates/kit39/images/close.svg) no-repeat center;
    transition: .5s;
    cursor: pointer;
}

.hide-window__hide-window-wrapper.hide-window-wrapper div.hide-window-body {
    background: #fff;
    padding: 25px;
    line-height: 1.2;
    text-align: center;
}

.want-form-mod {

}

.want-form-mod:hover {

}

.form__form-select.active::before {
    opacity: 1;
}

.form__form-select::before {
    content: 'Обязательное поле';
    font-size: 12px;
    display: block;
    color: #fff;
    position: absolute;
    bottom: -25px;
    left: 0px;
    line-height: 1.1;
    width: calc(100% - 28px);
    opacity: 0;
    text-align: left;
    pointer-events: none;
    transition: .5s;
}

.index-p .form__form-select::before {
    color: #000;
}

.en .form__form-select::before {
    content: 'Required field';
}

.sliderok .card a {
    text-decoration: none;
}

.form-biocard .form__form-block.form-block::before {
    content: '';
    width: 72px;
    height: 4px;
    background: #7c2629;
    position: absolute;
    left: 0;
    bottom: -1.4px;
}

.workarea .bx-content-section .want-form {
    padding: 60px 0;
    margin: 60px 0 80px;
}

.form-biocard .form__form-block.form-block-submit {
    width: auto;
}

.want-form {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    background: #7C2629 url(/bitrix/templates/kit39/images/pattern.png);
}

.fixed-form .want-form {
    width: initial;
    margin-left: auto;
}

.want-form .new-flex-modal {
    display: flex;
    align-items: center;
    color: #fff;
}

.want-form .new-flex-modal-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.want-form .form-biocard .new-flex-modal-container .form__form-block.form-block {
    width: 230px;
    margin-left: 70px;
}

.want-form .form-biocard .new-flex-modal-container .form__form-block.form-block input, .want-form .form-biocard .new-flex-modal-container .form__form-block.form-block textarea {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.new-flex-modal-title {
    font-family: Geologica-Black;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 200px;
}

.want-form .form-biocard .form__form-block.form-block-submit {
    width: calc(100% - 70px);
    margin: 20px 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.want-form .form-biocard .new-flex-modal-container .form__form-block.form-block label {
    color: #fff;
}

.want-form .form__form-select, .want-form .form__form-select a {
    color: #fff;
}

.want-form .form-biocard .form__form-block.form-block-submit input[type="button"] {
    border: 1px solid #ffffff;
    background-color: #fff;
    width: 230px;
    color: #7C2629;
}

.want-form .form-biocard .form__form-block.form-block-submit .form__form-select label {
    font-size: 14px;
}

.want-form .form-biocard .form__form-block.form-block-submit input[type="button"]:hover {
    color: #fff;
}

.want-form .form-biocard .form__form-block.form-block::before {
    background: #fff;
}

.want-form .form-biocard {
    flex-direction: column;
}

.form-biocard .form__form-block.form-block input, .form-biocard .form__form-block.form-block textarea {
    width: 100% !important;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #9f9f9f;
    color: #000;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 14px;
    padding-left: 0;
    font-family: Geologica-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-biocard .form__form-block.form-block label {
    position: absolute;
    font-size: 14px;
    color: #c3c3c3;
    z-index: 1;
    left: 0;
    font-family: Geologica-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    line-height: 1.2;
    width: 100%;
    box-sizing: border-box;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    transition: .4s;
}

.form-biocard .form__form-block.form-block label.error,
.form-biocard .form__form-block.form-block label.active {
    top: -5px;
    padding: 0;
    font-size: 12px;
}

.form__form-select {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    color: #000;
    line-height: 1.2;
}

.form__form-select {
    color: #000;
}

.form__form-select input[type="checkbox"]:checked {
    background-image: url(/images/ellipse.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.form__form-select input[type="checkbox"] {
    outline: none;
    margin: 0 10px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    flex-shrink: 0;
}

.form-biocard .form__form-block.form-block-submit input[type="button"] {
    border: 1px solid #7C2629;
    background-color: #7C2629;
    padding: 14px 10px 10px;
    width: 100%;
    font-size: 16px;
    font-family: Geologica-Medium;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .4s;
}

.form-biocard .form__form-block.form-block-submit input[type="button"].disabled {
    opacity: 0.5;
    pointer-events: none;
}

.form-biocard .form__form-block.form-block-submit input[type="button"]:hover {
    background-color: transparent;
    color: #7C2629;
    cursor: pointer;
    box-sizing: border-box;
}

.flex-title {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    gap: 40px;
}

.flex-title p {
    color: #303030;
    font-family: Geologica-Black;
    line-height: 1.2;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}

.flex-title span {
    width: 33%;
    display: block;
    line-height: 1.6;
    font-size: 14px;
}

.text-block-service {
    margin: 45px auto 80px;
}

.thermocases_container .cmsmasters_row_margin {
    margin: 85px 0;
}

p {
    line-height: 1.9;
}

.ul_container ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ul_container ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#wait_comp_75c14a948e24d4f7b02878d33ea2a60c,
#wait_comp_5205151a725c296db337b3839a4910a2,
#wait_comp_5a49342f5c495cbeda035e7ed43349d0 {
    display: none !important;
}

.thermocases_container .cmsmasters_row_margin.block-2 {
    margin: 50px 0;
}

.ul_container ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background: #7c2629;
    width: 25px;
    height: 1px;
}

.thermalsensors_three_block {
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}

.thermalsensors_three_block > div {
    width: 30%;
    padding: 15px;
    border: 10px solid #e0e0e0;
    background-color: rgba(224, 224, 224, 0.79);
    text-align: left;
}

.million_euros {
    display: block;
    margin: 5px;
    width: 65px;
}

.thermocases_zag {
    color: #303030;
    font-family: Geologica-Black;
    text-transform: uppercase;
    margin: 35px 0 35px 0;
}

.img_term {
    text-align: center;
    margin: 65px 0;
}

.thermocases_container .cmsmasters_row_margin img {
    width: 300px;
    height: auto;
    object-fit: cover;
}

.thermocases_container .cmsmasters_row_margin .cmsmasters_img {
    height: 360px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.thermocases_container .cmsmasters_row_margin .cmsmasters_img p a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding: 0 0 2px 0;
    transition: 0.5s;
    text-transform: uppercase;
    font-family: 'Geologica-Medium';
    font-size: 16px;
    line-height: 20px;
    display: block;
    height: 40px;
}

.thermocases_container .cmsmasters_row_margin .cmsmasters_img p a:hover {
    border-bottom: 1px solid #7c2629;
}

.thermocases_container .number__section {
    margin-top: 120px;
}

.sum_size {
    font-family: "Geologica-Black";
    font-size: 19px;
    line-height: 1.1;
    color: #e5e5e5;
    display: flex;
    align-items: center;
}

.number__section_catalog {
    margin: 85px 0 35px 0;
}

@font-face {
    font-family: "Muller";
    src: local("Muller Regular"), local("Muller-Regular"),
    url("/bitrix/templates/kit39/fonts/muller/Geologica-Regular.woff2") format("woff2"),
    url("/bitrix/templates/kit39/fonts/muller/Geologica-Regular.woff") format("woff"),
    url("/bitrix/templates/kit39/fonts/muller/Geologica-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Muller";
    src: local("Muller Extra Bold"), local("Muller-Extra-Bold"),
    url("/bitrix/templates/kit39/fonts/muller/MullerExtraBold.woff2") format("woff2"),
    url("/bitrix/templates/kit39/fonts/muller/MullerExtraBold.woff") format("woff"),
    url("/bitrix/templates/kit39/fonts/muller/MullerExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Muller";
    src: local("Muller Medium"), local("Muller-Medium"),
    url("/bitrix/templates/kit39/fonts/muller/Geologica-Medium.woff2") format("woff2"),
    url("/bitrix/templates/kit39/fonts/muller/Geologica-Medium.woff") format("woff"),
    url("/bitrix/templates/kit39/fonts/muller/Geologica-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

.number__item {
    width: 20%;
}

.number__item > div,
.number__item > span {
    text-align: center;
}

.counter-desc {
    display: block;
    text-align: center;
}

.about__section-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about__section-btn {
    color: #fff;
    height: 50px;
    width: 301px;
    background-color: var(--theme-b-link);
    text-transform: uppercase;
    font-family: "Geologica-Medium";
    font-weight: 500;
}

.about__section-title {
    color: #b11c1c;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 32px;
    font-family: "Geologica-Medium";
    font-weight: 800;
}

.about__section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.about__section-column.left {
    width: 25%;
}

.about__section-column.right {
    width: 68.5%;
    font-family: "Geologica-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
}

.four__items-item-title {
    font-family: "Geologica-Black";
    font-weight: 800;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 19px;
    margin-top: 56px;
}

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

.four__items-item {
    width: 44%;
}

.container.about .news-list {
    margin-top: 83px;
}

.news-head.zag h1 {
    font-size: 30px;
    font-family: Geologica-Black;
    margin-bottom: 30px;
}

/* .breadcrumb__cust {
  width: 100%;
  height: 209px;
  background: url(/bitrix/templates/kit39/images/bre-about-min.png);
  margin-bottom: 94px;
  position: relative;
} */
.breadcrumb__cust::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(32, 36, 45, 0.63);
}

.breadcrumb__cust p,
.breadcrumb__cust h2 {
    color: #fff;
    position: relative;
    padding-left: 20px;
    margin: 0;
}

.breadcrumb__cust p {
    margin-left: 20px;
}

.breadcrumb__cust p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/kit39/images/audits/left-ar.svg) no-repeat center;
}

.inner__bread {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 50px 0;
}

.sliderHRS .card > div {
    padding: 70px 45px;
    min-height: 507px;
}

.sliderHRS .card {
    border: 1px solid #4e4e4e !important;
}

.sliderHRS .card img {
    width: 265px;
    height: 370px;
    object-fit: cover;
}

.sliderHR .card img.card-image {
    width: 50%;
    height: auto;
    object-fit: cover;
}

/*
            *  rn
            */
.news-detail-body-second .fix__bg-img {
    position: relative;
}

/*.news-detail-body-second .fix__bg-img:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -85%;*/
/*    right: 61%;*/
/*    background: url(/bitrix/templates/kit39/images/mask-news-list.png) repeat center;*/
/*    width: 100%;*/
/*    height: 142px;*/
/*}*/
.red_line .container {
    text-align: center;
}

.news-detail-body-second .fix__bg-img:after {
    content: "";
    position: absolute;
    top: -120%;
    left: calc((100vw - 100%) / 2 * -1);
    z-index: -1;
    width: calc(((100vw - 100%) / 2) + 44%);
    height: 179px;
    background: #7C2629 url(/bitrix/templates/kit39/images/pattern.png);
}

.check-style {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -13px;
    background-color: #fff;
    border-radius: 50%;
}

.check-box {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    padding-left: 20px;
}

.check-box:checked + .check-style::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #7c2629;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

label.fix-label {
    cursor: pointer;
    margin: 0 0 10px 30px;
    width: fit-content;
}

.want-form form .form-input-button > input.disabled,
.form1 form .form-input-button > input.disabled {
    opacity: 0.5;
    z-index: 0;
}

.want-form form .form-input-button > input.disabled:hover {
    background-color: #fff;
    color: #7c2629;
    box-sizing: border-box;
}

.form1 form .form-input-button > input.disabled:hover {
    background-color: #7c2629;
    color: #fff;
}

label[for="chckbx"] {
    cursor: pointer;
}

.news-list.review .content.review {
    display: flex;
    flex-wrap: wrap;
}

.news-list .review__item:nth-child(1),
.news-list .review__item:nth-child(2),
.news-list .review__item:nth-child(3),
.news-list .review__item:nth-child(4) {
    margin-top: 50px;
}

.review__item {
    width: 21%;
    margin: 0 2%;
    min-width: 246px;
}

.grid__etika {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, minmax(min-content, auto));
    gap: 60px;
    margin-top: 70px;
}

.grid__etika-item {
    position: relative;
    border: 1px #e4e4e4 solid;
    padding: 30px 20px 30px 60px;
    margin-left: 15px;
}

.product-item-image-wrapper {
    z-index: 0;
}

.grid__etika-item img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    transform: translate(-30px, -50%);
    object-fit: cover;
}

.content.etika h3 {
    color: #7c2629;
    margin: 30px 0;
    font-size: 22px;
    line-height: 30px;
}

.etika-item-title {
    color: #2c2c2c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about__section-btn.rn {
    transition: 0.4s;
}

.about__section-btn.rn:hover {
    background-color: #303030;
}

.container.about a {
    text-decoration: none;
}

.breadcrumb__cust a {
    text-decoration: none;
}

.breadcrumb__cust p:before {
    top: -2px;
}

.breadcrumb__cust p {
    line-height: 20px;
}

.news-detail-body-third img {
    filter: hue-rotate(43deg);
}

/*
            * rn
            */
/* header #search {
  opacity: 0;
  pointer-events: none;
} */
/* .search-bar .courier-link-header {
  margin: 0 80px;
} */
/* .sliderok.slick-slider {
  margin-top: 0;
} */
.fixed-form__form-main > div {
    max-width: 93%;
}

.fixed-form__form-main > div {
    transform: translate(-50%, -50%) !important;
}

@media screen and (max-width: 1400px) {
    .header-bottom-menu-new .bx-top-nav-container .bx-nav-list-1-lvl {

    }
}

@media screen and (max-width: 1366px) {
    .fixed-form__form-main .close:before,
    .hide-window__hide-window-wrapper.hide-window-wrapper .close:before {
        top: -40px;
        right: 0;
    }

    .want-form .form-biocard .new-flex-modal-container .form__form-block.form-block {
        margin-left: 40px;
    }

    .want-form .form-biocard .form__form-block.form-block-submit {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 1200px) {
    .about__section-column.left {
        width: 100%;
    }

    .header-links .bx-top-nav-container .bx-nav-list-1-lvl {
        gap: 20px;
    }

    .header-links {
        gap: 30px;
    }

    .header-bottom-menu-new .bx-top-nav-container .bx-nav-list-1-lvl {
        justify-content: flex-start;
        gap: 0 20px;
    }

    .about__section-column.right {
        width: 100%;
        margin-top: 35px;
    }

    .four__items {
        flex-direction: column;
    }

    .four__items-item {
        width: 100%;
    }

    .grid__etika .grid__etika-item:nth-child(1),
    .grid__etika .grid__etika-item:nth-child(2),
    .grid__etika .grid__etika-item:nth-child(3),
    .grid__etika .grid__etika-item:nth-child(4) {
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .new-flex-modal-title {
        font-family: Geologica-Black;
        font-size: 30px;
        line-height: 1.2;
        text-transform: uppercase;
        max-width: 100%;
    }

    .workarea .bx-content-section .want-form {
        margin: 40px 0 40px;
    }

    .want-form .form-biocard {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .header-links {
        display: none;
    }

    .header-new-social {
        margin-left: auto;
    }
}

@media screen and (max-width: 950px) {
    .want-form .new-flex-modal,
    .want-form .new-flex-modal-container {
        flex-direction: column;
    }

    .new-flex-modal-title {
        font-size: 25px;
        margin-bottom: 35px;
    }

    .want-form .form-biocard .new-flex-modal-container .form__form-block.form-block {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .want-form .form-biocard .form__form-block.form-block-submit {
        width: 100%;
        margin: 0px 0 0 auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .fixed-form__form-main > div.want-form .close {
        position: absolute;
        right: 0;
        top: 0;
    }

    .want-form .form-biocard .form__form-block.form-block-submit input[type="button"] {
        width: 100%;
        margin-top: 20px;
    }

    .fixed-form__form-main > div {
        width: 90%;
    }

    .fixed-form__form-main > div {
        padding: 70px 50px 60px 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .about__section {
        flex-direction: column;
    }

    .bx-header {
        padding: 40px 0 0 !important;
    }

    .new-search-tel-block .bx-header-contact {
        display: none;
    }

    .four__items-item-title {
        font-size: 15px;
    }

    .bx-nav-list-3-lvl {
        margin: 0;
        position: relative;
        right: initial;
        top: initial;
        width: auto;
        background: #fff;
        padding: 20px;
    }

    .contacts-main iframe {
        border: 0;
        width: 100%;
        margin-top: 30px;
    }

    .contacts-main {
        flex-direction: column;
    }

    .number__section {
        flex-direction: column;
    }

    .left__number {
        width: 100%;
    }

    .number__items {
        width: 100%;
        flex-wrap: wrap;
    }

    .number__item {
        width: 48%;
        margin-top: 25px;
        margin-left: -10px;
        margin-right: 5px;
    }

    .about__section-btn {
        width: 100%;
    }

    .breadcrumb__cust {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .inner__bread {
        justify-content: space-evenly;
    }

    .form-biocard .form__form-block.form-block {
        width: 100%;
        margin-bottom: 15px;
    }

    .form-biocard, .flex-title {
        flex-direction: column;
    }

    .flex-title span {
        width: 100%;
    }

    .form-biocard .form__form-block.form-block-submit {
        width: 100%;
        margin-top: 30px;
    }

    .breadcrumb__cust {
        background: none;
        margin-bottom: 0;
    }

    .bx-header-section-top-flex {
        flex-wrap: wrap;
    }

    .breadcrumb__cust::before {
        background: none;
    }

    .header-new-social {
        margin-left: 0;
    }

    .breadcrumb__cust p {
        color: #7c2629;
        margin-bottom: 25px;
    }

    .breadcrumb__cust p:before {
        background: url(/bitrix/templates/kit39/images/audits/ar-left-mob.svg) no-repeat center;
    }

    .breadcrumb__cust h2 {
        color: #303030;
    }

    .descr__body {
        margin-top: 0;
        margin-bottom: 100px;
    }

    .audit__descr {
        margin-bottom: 37px;
    }

    .news-list .slihead:after {
        right: -30px;
    }

    .inner__audits {
        margin: 0 auto;
    }

    .inner__prev,
    .inner__next {
        transform: translate(0%, 0%);
    }

    .about__section {
        margin-bottom: 80px;
    }

    .sliderHR .slick-slide {
        padding: 0;
    }

    .sliderHR .card img.card-image {
        width: 100% !important;
        height: 405px;
        object-fit: cover;
        position: absolute;
    }

    .sliderHR .card {
        height: 405px;
        padding: 0;
        position: relative;
    }

    .sliderHR .card::before {
        content: "";
        background: #1f1e31c7;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 1;
        left: 0;
        position: absolute;
        pointer-events: none;
    }

    .news-list .sliderHR .card-title span {
        display: none;
    }

    .sliderHR .card-main {
        padding-top: 90px;
    }

    .news-list .sliderHR .card-title a {
        color: #fff;
        max-width: 100%;
        width: 100%;
        font-size: 25px;
        line-height: 1.4;
        display: block;
        text-align: center;
    }

    .sliderHR.slick-slider {
        position: relative;
    }

    .sliderHR .slick-dots {
        display: none !important;
    }

    .news-list .sliderHR .card-text {
        z-index: 99;
        position: relative;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-family: Geologica-Regular;
        line-height: 1.3;
        padding: 0 20px;
    }

    .hr-mission {
        margin-top: 15px;
        margin-bottom: 100px;
    }

    .hr-mission > div:first-child > div:first-child video {
        width: 100%;
        height: 245px;
        margin-top: 50px;
    }

    .hr-mission > div:last-child > div > span:first-child {
        margin: 0 0 25px 0;
    }

    .hr-mission > div:last-child {
        margin-top: 45px;
    }

    .hr-mission > div:last-child > div {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 40px;
        align-items: center;
        justify-content: center;
    }

    .hr-mission > div:first-child,
    .hr-mission > div:last-child {
        flex-direction: column;
    }

    .hr-career > img {
        display: none;
    }

    .hr-career {
        margin-bottom: 110px;
        margin-top: 120px;
    }

    .hr-mission > div:first-child > div:last-child span {
        margin-right: 0px;
    }

    .hr-mission > div:first-child > div:last-child {
        margin-top: 42px;
        width: 100%;
    }

    .hr-mission > div:first-child > div:first-child {
        order: 2;
    }

    .news-list .sliderok .card-title {
        font-size: 6.5vw;
    }

    .news-list .sliderok .card-text {
        font-size: 16px;
        text-align: center;
    }

    .news-list .col-sm {
        flex-basis: 100%;
    }

    .grid__etika {
        grid-template-columns: 1fr;
    }

    .review__item {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .mega-super-news.news-detail .news-detail-body-third {
        flex-wrap: wrap;
    }

    .mobile-nav-bar > .container {
        padding: 0;
    }

    .news-detail-body-second .fix__bg-img:after {
        width: 100vw;
        top: -160%;
    }

    .sliderok .card {
        position: relative;
    }

    .sliderok .card > * {
        z-index: 9;
    }

    .sliderok .card::before {
        content: '';
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.6;
        z-index: 0;
    }

    .mobile-nav-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-nav-bar .container a:first-child div,
    .mobile-nav-bar .container div,
    .mobile-nav-bar .container a:nth-child(2) div {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .mobile-nav-bar .profile-mobile,
    .mobile-nav-bar .menu-mobile-button {
        align-items: center;
    }

    .bx-nav-list-1-lvl > li:nth-child(5) .bx-nav-1-lvl-link-text {
        color: #fff;
        font-weight: bold;
    }

    .menu-mobile .bx-nav-1-lvl {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .menu-mobile .bx-nav-1-lvl-link-text {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .big_zag {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    .grid__etika-item {
        padding: 30px 20px 30px 40px;
    }
}
