
/* End */
/* /bitrix/templates/.default/globals_style.css?173087891013597 */
/* /bitrix/templates/.default/fonts/icons/style.css?17237954625254 */
/* /bitrix/templates/.default/crocobox-form.css?17259634695455 */
/* /bitrix/templates/.default/js/crocobox/style.css?17237954623347 */
/* /bitrix/templates/.default/components/bitrix/menu/header_mainmenu/style.css?17237954622241 */
/* /bitrix/templates/ic_adaptive/components/bitrix/search.page/iSearchNew/style.css?17237954653903 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog.section.list/.default/style.css?17249371515533 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog.section/iProducts_banners/style.css?17237954643700 */
/* /bitrix/templates/ic_adaptive/components/bitrix/news.list/iFeed/style.css?17237954651499 */
/* /bitrix/templates/.default/components/bitrix/menu/footer/style.css?1723795462268 */
/* /bitrix/templates/ic_adaptive/styles.css?17249371511285 */
/* /bitrix/templates/ic_adaptive/template_styles.css?173087891016895 */
.dp {
    min-width: 320px !important;
    width: 100%;
}
#header.header_index {
    height: 250px !important;
    background-size: cover !important;
    position: static !important;
    background-image: url('/test/image/background_test.webp') !important;
}
#header #logo-lab {
    top: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 101;
}
#header #logo-lab img {
    width: 140px;
}
#header #sublogo {
    margin: 0;
}
#header #mainmenu {
    position: relative;
    top: 0;
    right: 0;
}
#header #mainmenu .header__menu a {
    color: #fff !important;
}
#header #mainmenu .header__menu > ul > li > a {
    border-bottom: 1px solid transparent;
}
#header #mainmenu .header__menu > ul > li:hover > a {
    border-color: #ff6800;
}
#header .iBlock {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 20px;
}
#header #iTitle h1 {
    display: inline-block;
    font-weight: 100;
    line-height: 1.2;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}
#header #iTitle {
    color: #fff;
    display: block;
    text-align: center;
}
#header #iSearch {
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    position: relative;
}
#header #iSearch .search_form input[type="text"] {
    font-size: 14px;
}
.headerline {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.headerline__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    position: relative;
    transition: background 0.2s ease;
}
#sitemenu > .dp-wrap .sitemenu_phone {
    position: relative;
    margin-left: 5px;
    display: flex;
    color: #FFF;
}
#sitemenu a {
    margin: 0;
    white-space: nowrap;
}
#sitemenu a:before {
    content: none;
}
#sitemenu a:not(:last-child) {
    margin-right: 15px;
}
#sitemenu a:not(:first-child) {
    margin-left: 15px;
}
#sitemenu a:not(:last-child):before {
    content: "";
    right: -15px;
    top: 50%;
    transform: translate(0,-50%);
}
@media screen and (min-width: 768px) {
    #header.header_index {
        height: 400px !important;
    }
    #mainmenu {
        display: block !important;
    }
    .headerline__group {
        min-height: 80px;
    }
    #header #iTitle h1 {
        font-size: 34px;
    }
}
@media screen and (min-width: 992px) {
    #header .iBlock {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    #header.header_index {
        height: 500px !important;
    }
    #header #iTitle h1 {
        font-size: 48px;
    }
    #header #iSearch .search_form input[type="text"] {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    #header #logo-lab img {
        width: 100px;
        margin-right: 5px;
    }
    #header .headerline__group {
        position: absolute !important;
        top: 45px;
    }
    #header #iTitle h1 {
        margin-bottom: 0;
    }
    #sitemenu a {
        font-size: 12px;
        line-height: 24px;
    }
}
@media screen and (max-width: 1199px) {
    .header__menu {
        font-size: 14px;
    }
}
@media screen and (max-width: 1099px) {
    #header #logo-lab {
        gap: 2px;
    }
    #sublogo {
        font-size: 8px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 479px) {
    #sitemenu a:not(:last-child) {
        margin-right: 5px;
    }
    #sitemenu a:not(:last-child):before {
        right: -5px;
    }
}
@media screen and (max-width: 420px) {
    #sitemenu a:last-child {
        margin-left: 0;
    }
}
/* ниже первая часть */

.tests-introduction {
    margin-top: 60px;
}

.tests-item {
    margin-top: 60px;
}

.tests-title {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 500;
}
.title-mb-min {
    margin-bottom: 10px;
}
.tests-descr {

}

.tests-advantages {
    margin-top: 20px;
    display: flex;

}
.advantages-item {
    display: flex;
    align-items: center;
    width: 33%;
}
.advantages-item img {
    width: 65px;
    margin-right: 20px;
    flex-shrink: 0;
}
@media screen and (max-width: 991px) {
    .advantages-item {
        flex-direction: column;
    }
    .advantages-text {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .tests-advantages {
        flex-direction: column;
    }
    .advantages-item {
        flex-direction: row;
        width: 100%;
        margin-top: 10px;
    }
    .advantages-text {
        text-align: start;
    }
}

.accord-wrap {
    display: flex;
    gap: 20px;
}
.tests-accord {
    max-width: 100%;
    width: 100%;
}
.accordion-item {
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-header {
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.accordion-header::after {
    content: '';
    background-image: url("/test/icons/arrow-accord.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15.5px;
    height: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
}
.accordion-header.active::after {
    transform: rotate(180deg);
}
.accordion-content {
    display: none;
    padding: 10px;
    background: #fff;
}
.accordion-content .bullet-list {
    margin-block-start: 0;
}
.accord-img {
    max-height: 340px;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .accord-img {
        max-height: 340px;
        object-fit: cover;
        width: 300px;
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .tests-accord-img {
        display: none;
    }
}
.bullet-list {
    list-style-type: disc; /* Стандартные маркеры (точки) */
    padding-left: 20px;
}


.tests-equipment {
    display: flex;
    gap: 35px;
    margin-top: 15px;
    justify-content: space-between;
}
.equipment-title {
    color: #FF8000;
    font-size: 22px;
    margin-bottom: 10px;
}
.equipment-wrap .bullet-list li {
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .tests-equipment {
        flex-direction: column;
    }
}
.tests-img-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 100%;
    box-sizing: border-box;
}

.tests-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

.tests-industry-wrap {
    display: flex;
    flex-wrap: wrap;
}
.industry-item {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #EEEEEE;
    width: 33%;
}
.industry-item svg {
    width: 60px;
    margin-right: 20px;
    flex-shrink: 0;
}
@media screen and (max-width: 991px) {
    .industry-item {
        padding: 15px;
        height: 120px;
    }
    .industry-item svg {
        width: 40px;
    }
}
@media screen and (max-width: 767px)  {
    .industry-item {
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .tests-img-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .industry-item {
        width: 100%;
        height: 100px;
    }
}


.tests-form {
    width: 50%;
}
.tests-form-block .form_block {
    margin-bottom: 10px;
}
.tests-form-block .form_block input[type="text"], .form_block textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    box-shadow: none;
    font-size: 11pt;
    font-family: 'Roboto', sans-serif;
}

.tests-form-block .form_block .block_text {
    position: relative;
    line-height: 50px;
    display: block;
    /*width: 170px;*/
    /*float: left;*/
    line-height: 25px;
}
.tests-form-block .form_block textarea {
    resize: none;
    padding: 15px;
    height: 160px;
}
.tests-form-block .block_text-after:after {
    content: " *";
    color: #FF4433;
}
.tests-form-block input.vacancySend {
    border: none;
    width: 170px;
    display: block;
    background-image: linear-gradient(180deg, #ffa40e 0%, #ff8506 100%);
    border-radius: 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-size: 12pt;
    cursor: pointer;
    transition: 0.2s all;
}
.tests-form-block input.vacancySend:hover {
    opacity: 0.8;
}
.tests-item-form {
    display: flex;
    margin-bottom: 50px;
}
.tests-docs {
    position: relative;
    display: flex;
    width: 50%;
    justify-content: space-around;
    background-image: url("/test/image/form-pic.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.tests-presentation, .tests-accred {
    position: relative;
    height: fit-content;
    color: #343434;
}
.tests-presentation:after, .tests-accred:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/test/icons/download.svg");
    background-size: cover;
}
.tests-accred:after {
    left: -30px;
    top: -3px;
}
.tests-presentation:after {
    left: -30px;
    top: -3px;
}
@media screen and (max-width: 767px)  {
    .tests-item-form {
        flex-direction: column;
    }
    .tests-form {
        width: 100%;
    }
    .tests-docs {
        width: 100%;
        margin-top: 15px;
    }
}

body.body_noindex #logo-lab {
    width:400px;
    background-image:none;
}
