/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
@font-face{
    font-family: 'Muller';
    src: url('../fonts/Muller-Trial-Regular.woff2') format('woff2'),
         url('../fonts/Muller-Trial-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Muller';
    src: url('../fonts/Muller-Trial-Medium.woff2') format('woff2'),
         url('../fonts/Muller-Trial-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: "PT Sans", sans-serif;
    color: #1A1A1A;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh;
}

.main,
.page{
    flex: 1 0 auto;
}

/* Прозрачная шапка только на главной: фон первого блока уходит под header. */
.main-page .header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 25;
}

.main{
    padding: 0;
    position: relative;
    z-index: 1;
}

.main_bg{
	position: relative;
    min-height: 0vh;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.main_bg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 27, 59, 0.46) 8%, rgba(8, 27, 59, 0.24) 45%, rgba(8, 27, 59, 0.58) 100%);
    pointer-events: none;
}

.main_bg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_info{
    max-width: 800px;
}

.main_bg + .container{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    pointer-events: none;
}

.main_bg + .container .main_info{
    pointer-events: auto;
    padding-top: 140px;
    color: #fff;
}

#bx_incl_area_3 h1{
    color: #fff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

#bx_incl_area_3 p{
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    max-width: 900px;
}

.main h1{
    font-weight: 700;
    line-height: 62.4px;
    font-size: 52px;
    margin-bottom: 30px;
}

.main p{
    line-height: 36.4px;
    font-size: 26px;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    position: relative;
    background: #FFFFFF;
}
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0;
}
.menu{
    gap: 40px;
    display: flex;
}
.menu a{
    display: block;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Muller';
    font-size: 24px;
    color: #000;
    transition: all 0.3s;
}
.menu a:hover{
    color: #009FE3;
}
.header_search-open path{
    transition: all 0.3s;
}
.header_search-open:hover path{
    fill: #015DAC;
}
.news{
    padding: 45px 0 100px;
}
.news h2{
    margin-bottom: 10px;
}
h2{
    font-weight: 700;
    line-height: 56px;
    font-size: 40px;
}
.news_slide{
    background: linear-gradient(180deg, #F9FCFE 0%, #E7F7FD 100%);
    margin: 0 15px;
    padding: 22px 28px;
    position: relative;
    margin-top: 20px;
    height: inherit;
}
.news_slider .slick-track{
    display: flex;
}
.news_slide-teg{
    background: #015DAC;
    padding: 6px 15px;
    border-radius: 100px;
    color: #FFFFFF;
    position: absolute;
    font-weight: 700;
    right: 25px;
    top: 0;
    transform: translateY(-50%);
    line-height: 28px;
    font-size: 20px;
}
.news_slide-date{
    line-height: 36.4px;
    color: #005DAC;
    font-size: 26px;
    margin-bottom: 20px;
}
.news_slide p{
    font-weight: 400;
    line-height: 28px;
    font-size: 20px;
}
.news_slide ul{
    font-weight: 400;
    line-height: 28px;
    font-size: 20px;
}
.news_slide li{
    padding-left:26px;
    position: relative;
}
.news_slide li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 10px;
    top: 12px;
    background-color: #1A1A1A;
}
.news_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    padding: 0;
    border: none;
    background: none;
    width: 45px;
    height: 45px;
    background-size: cover;
    font-size: 0;
    transition: all 0.3s;
}
.news_slider .slick-next{
    right: -71px;
    background-image: url(../img/arrow_right.svg);
}
.news_slider .slick-next:hover{
    background-image: url(../img/arrow_right2.svg);
}
.news_slider .slick-prev{
    left: -71px;
    background-image: url(../img/arrow_left.svg);
}
.news_slider .slick-prev:hover{
    background-image: url(../img/arrow_left2.svg);
}
.scroll_trigger{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.scroll{
    position: fixed;
    bottom: 65px;
    right: 110px;
    width: 54px;
    height: 52px;
    background: #00AEEF;
    box-shadow: 0px 0px 2px 0px #00000033;
    z-index: 4;
    background-image: url(../img/scroll_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
    transform: scale(0);
}
.scroll:hover{
    background-color: #015DAC;
}
.scroll.fixed{
    transform: scale(1);
}
.cookies_body{
    position: fixed;
    z-index: 120;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px #00000040;
    width: 552px;
    bottom: 60px;
    right: 60px;
    padding: 27px;
}
body.footer-has-fixed .cookies_body{
    bottom: 116px;
}
.cookies_body.done{
    display: none;
}
.cookies_body-text{
    line-height: 25.2px;
    margin-bottom: 8px;
    padding-right: 40px;
    font-size: 18px;
}
.cookies_body-link{
    line-height: 19.6px;
    margin-bottom: 30px;
    color: #009FE3;
    font-size: 14px;
    display: block;
    text-decoration: underline;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #00AEEF 0%, #283A97 100%);
    padding: 20px 30px;
    width: fit-content;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Muller';
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    z-index: 1;
    position: relative;
}
.btn:hover::before{
    opacity: 1;
}
.btn::before{
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #283A97 0%, #00AEEF 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}
.cookies_body-close{
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
}
.header_search-open{
    display: flex;
    cursor: pointer;
}
.header_search-body{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 11;
    opacity: 0;
    transition: all 0.6s;
    visibility: hidden;
}
.header_search-body.active{
    opacity: 1;
    visibility: visible;
}
.header_search-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #3A3F44;
    opacity: 0.7;
}
.header_search{
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    padding: 20px 0;
}
.header_search-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_search-form{
    display: flex;
    width: calc(100% - 87px);
}
.header_search-inp{
    line-height: 20px;
    width: calc(100% - 120px);
    font-size: 20px;
    font-family: 'Muller';
    border: none;
    background: none;
}
.header_search-btn{
    width: 111px;
}
.header_search-close{
    cursor: pointer;
    display: flex;
}
.header_menu-mobile,
.menu_burger{
    display: none;
}
.page{
    padding: 30px 0 76px;
    background: #F7FBFE;
}
.crumbs{
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.crumb{
    line-height: 18.12px;
    font-size: 14px;
    color: #015DAC;
}
.crumb::after{
    content: "/";
    margin: 0 4px;
}
.crumb:last-child::after{
    display: none;
}
.crumb:last-child{
    color: #1A1A1A;
}
.page_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page_aside{
    width: 318px;
}
.page_aside-menu a{
    background: #FFFFFF;
    padding: 13px 20px;
    display: block;
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 10px;
    line-height: 25.88px;
    transition: all 0.3s;
}
.page_aside-menu a:hover{
    background: #009FE3;
    color: #fff;
}
.page_aside-menu a.active{
    background: #015DAC;
    color: #fff;
}
.page_content{
    width: calc(100% - 348px);
}
.page_content h1{
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 46px;
    font-size: 40px;
}
.subscription_tabs{
    display: flex;
    margin-bottom: 50px;
}
.subscription_tab{
    font-size: 24px;
    text-align: center;
    color: #009FE3;
    line-height: 33.6px;
    border-bottom: 1px solid #009FE3;
    width: 50%;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.subscription_tab:hover{
    text-shadow: 0 0 .65px #009FE3, 0 0 .65px #009FE3;
}
.subscription_tab.active{
    background: #009FE3;
    font-weight: 700;
    color: #fff;
}
.page_content p{
    font-weight: 400;
    line-height: 25.2px;
    margin-bottom: 10px;
    font-size: 18px;
}
.subscription_content ul{
    font-weight: 400;
    line-height: 25.2px;
    font-size: 18px;
    margin-bottom: 23px;
}
.subscription_content ul li{
    padding-left: 28px;
    position: relative;
}
.subscription_content ul li::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 8px;
    top: 10px;
    background-color: #1A1A1A;
}
.subscription_doc{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 25.2px;
    color: #009FE3;
    font-size: 18px;
    text-decoration: underline;
    gap: 0px 11px;
}
.subscription_doc:last-child{
    margin-bottom: 0;
}
.subscription_docs{
    margin-bottom: 60px;
}
.subscription_form-title{
    font-weight: 700;
    line-height: 30.8px;
    margin-bottom: 36px;
    font-size: 22px;
}
.subscription_form-item{
    margin-bottom: 26px;
}
.subscription_form-subtitle{
    line-height: 22.4px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #000;
}
.subscription_form-item.error .subscription_form-inp{
    border: 1px solid #FF0000;
}
.subscription_form-inp{
    background: #FFFFFF;
    height: 49px;
    border: 1px solid #E8E8E8;
    display: block;
    width: 100%;
    padding-left: 20px;
}
.subscription_form-file{
    background: #FFFFFF;
    height: 49px;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    width: 100%;
    display: block;
    position: relative;
}
.subscription_form-file span{
    height: 100%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.subscription_form-file::before{
    position: absolute;
    content: attr(data-title);
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    width: auto;
    padding: 14px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    line-height: 22.4px;
    font-size: 16px;
    top: 0;
}
.subscription_form-file input{
    display: none;
}
.subscription_form-ok{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    line-height: 22.4px;
    font-size: 16px;
}
.subscription_form-ok span{
    display: block;
    background: #FFFFFF;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #E8E8E8;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}
.subscription_form-ok a{
    color: #009FE3 !important;
    margin-left: 6px !important;
    display: contents;
}
.subscription_form-ok input:checked + span::before{
    position: absolute;
    content: "";
    background: #005DAC;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.subscription_form-ok input{
    display: none;
}
.subscription_form-btn{
    text-transform: none;
}
.subscription_content{
    display: none;
}
.subscription_content.active{
    display: block;
}
.services_page-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.services_page-item{
    width: calc(33.333% - 20px);
    background: #005DAC;
    clip-path: polygon(82% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    position: relative;
    padding: 30px 25px 35px;
    overflow: hidden;
    min-height: 306px;
}
.services_page-item:hover .services_page-title{
    color: #28BFFF;
}
.services_page-item::before{
    position: absolute;
    content: "";
    width: 380px;
    height: 380px;
    background: #00AEEF;
    filter: blur(200px);
    top: 85%;
    right: 65%;
}
.services_page-title{
    font-size: 22px;
    line-height: 26.4px;
    color: #FFFFFF;
    transition: all 0.3s;
    font-weight: 700;
}
.services_page-number{
    font-size: 128px;
    font-weight: 700;
    color: #FFFFFF0D;
    font-family: 'Muller';
    position: absolute;
    bottom: -40px;
    right: 0;
}
.services_page-img{
    display: flex;
    width: 82px;
    margin-bottom: 42px;
}
.services_page-img img{
    width: 100%;
    height: auto;
}
.laboratory_page-subtitle{
    font-weight: 700;
    line-height: 25.2px;
    margin: 46px 0;
    font-size: 18px;
}
.pto_page .subscription_tab{
    line-height: 25.2px;
    font-size: 18px;
    justify-content: center;
    display: flex;
    align-items: center;
    width: auto;
    flex: auto;
    padding: 20px 5px;
}
.consumers_items{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 100px;
}
.consumers_item{
    width: calc(33.333% - 20px);
    background: #FFFFFF;
    padding: 30px 20px;
    min-height: 120px;
    line-height: 25.88px;
    color: #00AEEF;
    font-size: 20px;
    transition: all 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.consumers_item:hover  img:nth-child(2){
    opacity: 1;
}
.consumers_item img:nth-child(2){
    position: absolute;
    left: 20px;
    transition: all 0.3s;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}
.consumers_item:hover{
    color: #015DAC;
}
.consumers_page{
    width: 100%;
}
.contacts_page{
    width: 100%;
}
.contacts_page-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    width: 100%;
}
.contacts_page-info{
    width: 550px;
}
.contacts_page-map{
    width: 782px;
    display: flex;
}
.contacts_page-map iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}
.contacts_page-item{
    padding-left: 32px;
    margin-bottom: 30px;
    position: relative;
}
.contacts_page-item:last-child{
    margin-bottom: 0;
}
.contacts_page-subtitle{
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contacts_page-text{
    line-height: 25.2px;
    font-size: 18px;
}
.contacts_page-text a{
    color: #015DAC;
    transition: all 0.3s;
}
.contacts_page-text a:hover{
    color: #009FE3;
    text-decoration: none;
}
.subscription_doc:hover{
    color: #009FE3;
    text-decoration: none; 
}
.page_content ul li a, .page_content p a{
    transition: all 0.3s;
}
.page_content ul li a:hover, .page_content p a:hover{
    color: #009FE3;
    text-decoration: none;
}
.contacts_page-text .mail{
    text-decoration: underline;
}
.contacts_page-icon{
    position: absolute;
    left: 0;
    top: 2px;
    transform: translateX(-25%);
}
.contacts_inner-title{
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 40px;
    font-size: 36px;
}
.contacts_inner p{
    line-height: 25.2px;
    font-size: 18px;
    margin-bottom: 35px;
}
.contacts_inner p a{
    color: #015DAC;
}
.contacts_inner p a span{
    text-decoration: underline;
}
.contacts_inner .subscription_form{
    margin-top: -20px;
    width: 550px;
    margin-bottom: 56px;
}
.contacts_inner .subscription_form:last-child{
    margin-bottom: 0;
}
.page_error{
    padding: 200px 0;
    background: #F7FBFE;
    z-index: 1;
    position: relative;
}
.page_error-img{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: -1;
    width: 100%;
}
.page_error-img img{
    width: 100%;
    height: auto;
}
.page_error h1{
    font-weight: 700;
    line-height: 62.4px;
    margin-bottom: 10px;
    font-size: 52px;
}
.page_error p{
    font-weight: 400;
    line-height: 36.4px;
    margin-bottom: 50px;
    font-size: 26px;
}
.search_page{
    padding: 44px 0 144px;
    background: #F7FBFE;
}
.search_page h1{
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
    font-size: 40px;
}
.search_page-form{
    margin-bottom: 40px;
}
.search_page-inp{
    border: 1px solid #0000001A;
    background: #FFFFFF;
    width: 388px;
    height: 36px;
    margin-right: 30px;
    padding-left: 12px; 
}
.search_page-btn{
    background: #F0F0F0;
    border-radius: 4px;
    width: 93.38px;
    height: 37.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    line-height: 20px;
    font-size: 16px;
}
.search_page-form{
    display: flex;
    align-items: center;
}
.search_page-resalt{
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}
.search_page-info{
    margin-bottom: 40px;
}
.search_page-info:last-child{
    margin-bottom: 0;
}
.search_page-pagin{
    display: flex;
    gap: 4px;
}
.search_page-pagin a{
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #015DAC;
}
.search_page-pagin a span,
.search_page-pagin a.distabled{
    color: #1A1A1ADE;
}
.search_page-pagin a.active{
    font-weight: 700;
    color: #1A1A1ADE;
}
.search_page-item{
    margin-bottom: 40px;
}
.search_page-item:last-child{
    margin-bottom: 0;
}
.search_page-subtitle{
    font-weight: 700;
    display: block;
    line-height: 36.23px;
    margin-bottom: 10px;
    color: #015DAC;
    font-size: 28px;
    transition: all 0.3s;
}
.search_page-subtitle:hover{
    color: #009FE3;
}
.search_page-text{
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 16px;
}
.search_page-date{
    margin-bottom: 20px;
    line-height: 19.2px;
    font-size: 12.8px;
}
.search_page-way{
    line-height: 19.2px;
    font-size: 12.8px;
}
.search_page-way a{
    color: #015DAC;
    transition: all 0.3s;
}
.search_page-way  a:hover{
    color: #009FE3;
}
.search_page-way a::after{
    content: "/";
    margin: 0 4px;
    color: #1A1A1A;
}
.search_page-way a:last-child:after{
    display: none;
}
.search_page-items{
    margin-bottom: 40px;
}
.search_page-filter{
    font-size: 16px;
    line-height: 24px;
    display: flex;
}
.search_page-filter a{
    color: #015DAC;
}
.search_page-filter span{
    margin: 0 4px;
}
.search_page-filter a.distabled{
    color: #1A1A1A;
    pointer-events: none; 
}
.pto_page-title{
    font-size: 32px;
    line-height: 41.41px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}
.pto_page-subtitle{
    font-size: 20px; 
    line-height: 28px;
    text-align: center;
    margin: 30px 0 20px;
    font-weight: 700;
}
.page_content ul li a,
.page_content p a{
    color: #1A1A1A;
    text-decoration: underline;
}
.pto_form-title{
    font-weight: 700;
    line-height: 33.64px;
    text-align: center;
    color: #0052A1;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}
.pto_form-subtitle{
    line-height: 25.2px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
}
a.page_link{
    line-height: 25.2px;
    color: #009FE3;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    color: #009FE3;
    text-decoration: none;
}
.subscription_form-inps{
    display: flex;
    gap: 30px;
    margin: 40px 0;
}
.subscription_form-inps .subscription_form-item{
    width: auto;
    flex: 1;
    margin: 0;
}
.pto_form-desc{
    margin-bottom: 40px;
}
.subscription_form-desc{
    line-height: 19.6px;
    font-size: 14px;
    margin-top: 14px;
}
.pto_form-desc li,
.pto_form-desc p{
    line-height: 19.6px;
    font-size: 14px;
}
.subscription_content ol{
    padding-left: 20px;
    margin-bottom: 20px;
}
.subscription_content ol li{
    font-weight: 400;
    line-height: 25.2px;
    font-size: 18px;
}
.page_content p strong a{
    color: #009FE3;
    text-decoration: none;
}
.subscription_tabs-title{
    display: none;
}
.subscription_form-inner{
    display: flex;
    align-items: center;
}
.subscription_form-error{
    line-height: 22.4px;
    margin-left: 26px;
    font-size: 16px;
    color: #FF0000;
}
.subscription_form-done{
    font-weight: 700;
    line-height: 16px;
    color: #4A7E65;
    font-size: 16px;
    background: #9EE1C1;
    padding: 20px;
    text-align: center;
}
@media (max-width: 1349.98px) {
    .container {
        max-width: 968px;
    }
    .main_bg{
        height: auto;
        top: auto;
        bottom: 0;
    }
    .main{
        padding: 20px 0;
    }
    .main_info {
        max-width: 640px;
    }
    .news_slider {
        padding: 0 40px;
    }
    .news_slider .slick-next{
        right: -10px;
    }
    .news_slider .slick-prev{
        left: -10px;
    }
    .news_slide ul,
    .news_slide p {
        line-height: 24px;
        font-size: 18px;
    }
    .cookies_body{
        right: 20px;
        bottom: 20px;
    }
    .scroll{
        right: 20px;
        bottom: 20px;
    }
    .services_page-item{
        width: calc(50% - 15px);
    }
    .contacts_page-map {
        width: 520px;
    }
    .contacts_page-info {
        width: 380px;
    }
    .pto_page .subscription_tab{
        font-size: 14px;
        line-height: 1.2;
    }
}
@media (max-width: 991.98px){
    .container{
        max-width: 698px;
    }
    .main-page .header{
        position: fixed;
        background: #FFFFFF;
        z-index: 10;
    }
    .menu{
        display: none;
    }
    .header{
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        box-shadow: 0px 4px 4px 0px #0000000D;
        z-index: 10;
    }
    .header_wrapper{
        position: relative;
        padding: 20px 0;
    }
    .header_search-open{
        display: none;
    }
    .header_logo{
        width: 140px;
    }
    .header_logo img{
        width: 100%;
        height: auto;
    }
    .main h1 {
        line-height: 52px;
        font-size: 40px;
    }
    .main p {
        line-height: 30px;
        font-size: 20px;
    }
    .main_info {
        max-width: 490px;
    }
    .main_bg + .container .main_info{
        padding-top: 124px;
    }
    h2 {
        line-height: 38px;
        font-size: 31px;
    }
    .menu_burger{
        display: block;
        width: 24px;
        height: 12px;
        position: relative;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        background: #015DAC;
        width: 100%;
        height: 2px;
        top: 0;
        left: 0;
        transition: all 0.3s;
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 5px;
    }
    .menu_burger span{
        position: absolute;
        content: "";
        background: #015DAC;
        width: 100%;
        height: 2px;
        top: 5px;
        left: 0;
        transition: all 0.3s;
    }
    .menu_burger.active span{
        transform: scale(0);
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        background: #015DAC;
        width: 80%;
        height: 2px;
        bottom: 0;
        left: 0;
        transition: all 0.3s;
    }
    .menu_burger.active::after{
        width: 100%;
        transform: rotate(-45deg);
        bottom: 5px;
    }
    .header_logo{
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%,-50%);
    }
    .header_menu-mobile{
        display: block;
        position: fixed;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        background: #015DAC;
        z-index: 4;
        transition: all 0.6s;
        padding: 20px 0 26px;
    }
    .header_menu-mobile a{
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 20px;
        color: #fff;
        display: block;
        text-transform: uppercase;
        font-weight: 400;
    }
    .header_menu-mobile a.active{
        color: #80CFF5;
    }
    .header_menu-mobile li:last-child a{
        margin-bottom: 0;
    }
    .header_menu-mobile.active{
        opacity: 1;
        visibility: visible;
    }
    .page_aside{
        display: none;
    }
    .page_content{
        width: 100%;
    }
    .page{
        padding: 70px 0 55px;
    }
    .consumers_item{
        width: 100%;
    }
    .contacts_page-wrapper{
        flex-direction: column;
    }
    .contacts_page-info{
        width: 100%;
        margin-bottom: 36px;
    }
    .contacts_page-map{
        width: 100%;
        height: 445px;
        justify-content: center;
    }
    .contacts_page-map iframe{
        width: 100vw;
        min-width: 100vw;
    }
    .contacts_page-wrapper{
        margin-bottom: 40px;
    }
    .page_error{
        padding: 80px 0 300px;
    }
    .search_page{
        padding: 88px 0 44px;
    }
    .subscription_form-inps{
        flex-direction: column;
        margin: 20px 0;
    }
    .subscription_form-inps .subscription_form-item{
        flex: none;
        width: 100%;
    }
}
@media (max-width: 767.98px){
    .container{
        max-width: 100%;
        padding: 0 10px;
    }
    .main{
        padding: 20px 0 0px;
    }
    .main_bg{
        min-height: 0vh;
    }
    .main_bg + .container{
        align-items: flex-start;
    }
    .main_bg + .container .main_info{
        max-width: 100%;
        padding-top: 112px;
    }
    .main h1{
        line-height: 28.8px;
        margin-bottom: 10px;
        font-size: 24px;
    }
    .main p{
        line-height: 19.6px;
        font-size: 14px;
    }
    #bx_incl_area_3 p{
        max-width: 100%;
    }
    .news{
        padding: 22px 0 10px;
    }
    .news h2{
        margin-bottom: 25px;
    }
    h2{
        line-height: 30.8px;
        font-size: 22px;
    }
    .news_slider{
        padding: 0;
    }
    .news_slide{
        padding: 16px 20px;
        margin: 0 0 10px;
    }
    .news_slide-teg{
        position: relative;
        transform: none;
        top: auto;
        right: auto;
        width: fit-content;
        margin-bottom: 10px;
        font-family: PT Sans;
        line-height: 19.6px;
        font-size: 14px;
    }
    .news_slide-date{
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 25.2px;
    }
    .news_slide ul, .news_slide p{
        line-height: 19.6px;
        font-size: 14px;
    }
    .footer{
        padding: 25px 0 20px;
    }
    .footer_logo{
        width: 150px;
        margin-bottom: 16px;
    }
    .footer_logo img{
        width: 100%;
        height: auto;
    }
    .footer_wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_text{
        line-height: 21px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .footer_dev{
        line-height: 21px;
        margin-top: 5px;
        font-size: 12px;
    }
    .scroll{
        width: 36px;
        height: 36px;
        background-size: 16px 10px;
    }
    .cookies_body{
        right: 10px;
        left: 10px;
        bottom: 10px;
        width: auto;
        padding: 20px;
    }
    body.footer-has-fixed .cookies_body{
        bottom: 94px;
    }
    .cookies_body-text{
        padding-right: 10px;
    }
    .btn{
        padding: 15px 30px;
    }
    .page_content h1{
        font-size: 32px;
        line-height: 41.41px;
        margin-bottom: 40px;        
    }
    .crumb{
        line-height: 15.53px;
        font-size: 12px;
    }
    .subscription_tab{
        line-height: 18px;
        font-size: 16px;
        padding: 20px 5px;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .subscription_tabs{
        margin-bottom: 20px;
    }
    .subscription_content ul,
    .subscription_content p{
        line-height: 19.6px;
        font-size: 14px;
    }
    .subscription_doc{
        font-size: 14px;
        line-height: 19.6px;
    }
    .subscription_docs {
        margin-bottom: 40px;
    }
    .subscription_form-title{
        line-height: 25.2px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .subscription_form-subtitle {
        line-height: 20.4px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    .subscription_form-ok{
        line-height: 16.8px;
        font-size: 12px;
    }
    .subscription_form-ok span{
        margin-right: 15px;
    }
    .subscription_form-ok a{
        display: contents;
    }
    .subscription_form-btn{
        width: 100%;
    }
    .services_page-item{
        width: 100%;
        min-height: 282px;
    }
    .services_page-title {
        font-size: 20px;
        line-height: 24px;
    }
    .services_page-items{
        gap: 20px;
    }
    .services_page-item{
        padding: 24px;
    }
    .services_page-img{
        width: 76px;
        margin-bottom: 38px;
    }
    .services_page-number {
        font-size: 120px;
    }
    .consumers_items{
        gap: 20px;
        margin-bottom: 0;
    }
    .contacts_page-text,
    .contacts_page-subtitle {
        font-size: 14px;
        line-height: 19.2px;
    }
    .contacts_page-icon{
        left: 6px;
    }
    .contacts_inner-title{
        line-height: 48px;
        margin-bottom: 10px;
        font-size: 24px;
    }
    .contacts_inner p{
        font-size: 14px;
        line-height: 19.6px;
    }
    .contacts_inner .subscription_form{
        width: 100%;
    }
    .subscription_docs:last-child{
        margin-bottom: 0;
    }
    .page_error{
        min-height: calc(100vh - 165px);
    }
    .page_error h1{
        font-size: 36px;
        line-height: 43.2px;
    }
    .page_error p{
        line-height: 28px;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .search_page h1{
        line-height: 41.41px;
        font-size: 32px;
    }
    .search_page-form{
        flex-direction: column;
        margin-bottom: 30px;
        align-items: flex-start;
    }
    .search_page-inp{
        width: 100%;
        margin-bottom: 14px;
        margin-right: 0;
    }
    .search_page-filter,
    .search_page-pagin a,
    .search_page-resalt{
        font-size: 14px;
        line-height: 24px;
    }
    .search_page-info{
        margin-bottom: 32px;
    }
    .search_page-subtitle{
        font-size: 18px;
        line-height: 23.29px;
    }
    .search_page-filter{
        display: block;
    }
    .search_page-filter a{
        display: inline;
    }
    .search_page-text{
        line-height: 18.12px;
        font-size: 14px;
    }
    .subscription_tabs-title{
        display: flex;
        background: #009FE3;
        align-items: center;
        color: #fff;
        height: 50px;
        font-size: 18px;
        line-height: 25.2px;
        padding-left: 20px;
        font-weight: 700;
        position: relative;
    }
    .subscription_tabs-title::before{
        position: absolute;
        content: "";
        background-image: url(../img/select_arrow.svg);
        background-size: cover;
        width: 11px;
        height: 7px;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
    .pto_page-title{
        line-height: 31.06px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .subscription_tabs-wrapper{
        position: relative;
        margin-bottom: 28px;
    }
    .subscription_tabs-wrapper .subscription_tabs{
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 10px;
        background: #FFFFFF;
        box-shadow: 0px 20px 25px 0px #00000026;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .subscription_tabs-wrapper .subscription_tabs.active{
        opacity: 1;
        visibility: visible;
    }
    .pto_page .subscription_tab{
        font-weight: 400;
        line-height: 25.2px;
        margin-bottom: 22px;
        padding: 0;
        border: none;
        font-size: 18px;
        justify-content: flex-start;
        text-align: left;
    }
    .pto_page .subscription_tab:last-child{
        margin-bottom: 0;
    }
    .pto_page   .subscription_tab.active{
        background: none;
        color: #009FE3;
        font-weight: 700;
    }
    .pto_form-title{
        line-height: 25.88px;
        font-size: 20px;
    }
    .pto_form-subtitle {
        line-height: 22.2px;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .subscription_form-inner{
        flex-direction: column;
    }
    .subscription_form-error{
        margin: 10px 0 0;
        font-size: 14px;
    }
}

/* Финальный приоритет для шапки на главной странице. */
body.main-page .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent !important;
}

body.main-page #siteHeader:not(.is-sticky) {
    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    body.main-page .header {
        position: fixed;
        background: #fff !important;
    }
}
