

/* Start:/local/templates/performance/css/all.css?176483171135282*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
*:focus{
    outline: none;
}
a{
    text-decoration: none;
}
.block_content a:hover{
    color: #FA006D;
}
img{
    max-width: 100%;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

@font-face {
    font-family: 'Graphik LC Web';
    src: url('/local/templates/performance/css/fonts/graphiklcweb-400.woff2') format('woff2'),
    url('/local/templates/performance/css/fonts/graphiklcweb-400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik LC Web';
    src: url('/local/templates/performance/css/fonts/graphiklcweb-400italic.woff2') format('woff2'),
    url('/local/templates/performance/css/fonts/graphiklcweb-400italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik LC Web';
    src: url('/local/templates/performance/css/fonts/graphiklcweb-medium-500.woff2') format('woff2'),
    url('/local/templates/performance/css/fonts/graphiklcweb-medium-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik LC Web';
    src: url('/local/templates/performance/css/fonts/graphiklcweb-bold-700.woff2') format('woff2'),
    url('/local/templates/performance/css/fonts/graphiklcweb-bold-700.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik LC Web';
    src: url('/local/templates/performance/css/fonts/graphiklcweb-black-900.woff2') format('woff2'),
    url('/local/templates/performance/css/fonts/graphiklcweb-black-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body, input {
    font: 16px/22px 'Graphik LC Web', sans-serif;
    height: 100%;
}
button{
    font-family: 'Graphik LC Web', sans-serif;
    cursor: pointer;
}

h1, .h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    color: #000000;
    padding: 0 0 42px 0;
}
h2, .h2{
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 30px 0;
}
h3, .h3{
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 25px 0;
}
h4, .h4{
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 20px 0;
}
.dn{
    display: none;
}

.circle__ico{
    border-radius: 24px;
    width: 20px;
    height: 20px;
}
.color__construction{
    background: linear-gradient(127.71deg, #000000 23.08%, #001F4D 31.71%, #03C7B6 73.84%);
}
.color__medicine{
    background: linear-gradient(123.28deg, #000000 10.9%, #84005F 43.88%, #FF68AA 93.14%);
}
.color__delivery{
    background: linear-gradient(121.13deg, #000000 12.24%, #84003F 44.73%, #FF6868 93.25%);
}
.color__retail{
    background: #D5877A;
}

.block_content{
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}
.block_white{
    background-color: #fff;
}
.block_grey{
    background-color: #EFEFEF;
}
.block_blue-grey{
    background: linear-gradient(56.92deg, #03C7B6 3.5%, #87EFE6 22.04%, #E9E9E9 46.6%, #E9E9E9 92.47%);
}

.form_style{

}
.form_style .block_2{
    display: flex;
    margin: 0 -15px 0 -15px;
}
.form_style .block_2 > div{
    flex: 0 1 calc(50% - 30px);
    margin: 0 15px 24px 15px;
}

.form_style .send_block{
    display: flex;
}
.form_style .send_block p{
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 15px 0 0;
}
.form_style .btn1{
    flex: 0 0 250px;
}
.form_style input{
    background-color: #FFFFFF;
    border: 1px solid #E9E8E8;
    border-radius: 5px;
    font-size: 14px;
    line-height: 140%;
    color: #909090;
    padding: 10px 15px;
    width: 100%;
    height: 40px;
}
.form_style textarea{
    background-color: #FFFFFF;
    border: 1px solid #E9E8E8;
    border-radius: 5px;
    font-size: 14px;
    line-height: 140%;
    color: #909090;
    padding: 10px 15px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-bottom: 36px;
    resize: none;
}
.form_style .name{
    font-size: 12px;
    line-height: 130%;
    color: #909090;
    display: block;
    padding-bottom: 7px;
}
.btn1{
    background-color: #111924;
    border-radius: 4px;

    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    width: 225px;
    height: 40px;
    display: block;
    border: none;
}
.btn1:hover{
    background: #FA006D;
    color: #FFFFFF;
}
.btn2{
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #000000;
    border: 1px solid #000000;
    background-color: transparent;
    width: 154px;
    height: 40px;
    transition: 0.25s;
}
.btn2:hover{
    background-color: #000;
    color: #FFFFFF;
}
.btn3{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    border: 1px solid #909090;
    border-radius: 5px;
    background-color: transparent;
    width: 170px;
    height: 39px;
    transition: 0.25s;
}
.btn3:hover{
    background-color: #000;
    color: #FFFFFF;
}

/*header*/
.ico_search{
    background-image: url("/local/templates/performance/css/../img/ico/search.svg");
    width: 18px;
    height: 18px;
    display: block;
    transition: 0.5s;
    cursor: pointer;
}
.ico_burger{
    background-image: url("/local/templates/performance/css/../img/ico/mob_burger.svg");
    width: 23px;
    height: 15px;
    display: block;
    cursor: pointer;
}
.ico_search:hover{
    transition: 0.5s;
    filter: contrast(0) sepia(100%) hue-rotate(116deg) brightness(5) saturate(0.28);
}
.search_block{
    display: none;
    position: absolute;
    width: 100%;
    height: 70px;
    z-index: 5;
    background-color: #fff;
    box-shadow: 4px 6px 10px rgba(102, 102, 102, 0.16);
    top: 0;
    left: 0;
}
.search_block .block_content{
    height: 100%;
}
.search_block form{
    border-bottom: 1px solid #CACACA;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0;
}
.search_block input{
    font-size: 14px;
    line-height: 120%;
    color: #979797;
    border: none;
    padding: 0 0 10px 0;
}
.search_block .btns{
    display: flex;
}
.search_block .send{
    background-image: url("/local/templates/performance/css/../img/ico/search.svg");
    width: 18px;
    height: 18px;
    display: block;
    border: none;
    background-color: transparent;
}
.search_block .hide{
    background-image: url("/local/templates/performance/css/../img/ico/x.svg");
    width: 17px;
    height: 18px;
    display: block;
    border: none;
    background-color: transparent;
    margin: 0 0 0 22px;
}
header.page_header {
    box-shadow: 0 15px 30px rgba(102, 102, 102, 0.05);
}
header .line1 {
    display: flex;
    padding: 18px 0 0 0;
    align-items: stretch;
}
header .line1 ul{
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
}
header .line1 ul li{
    padding: 0 0 0 45px;
}
header .line1 .tel_block{
    display: flex;
    align-items: center;
    flex: 0 1 25%;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .line1 .tel{
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}
header .line1 .sub{
    font-size: 8px;
    line-height: 90%;
    max-width: 78px;
    display: inline-block;
    margin: 0 0 0 10px;
}
header .menu1{
    flex: 0 1 55%;
    padding: 0 0 20px 0;
    align-self: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .menu1 a{
    font-size: 12px;
    line-height: 12px;
    color: #000000;
}
header .line1 .last_block{
    flex: 0 1 20%;
    padding: 0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.lang_arrow{
    margin: 0 0 0 10px;
    background-image: url("/local/templates/performance/css/../img/ico/lang_arrow.svg");
    width: 8px;
    height: 5px;
    display: inline-block;
}
header .lang_block{
    display: flex;
    align-items: center;
    margin: 0 0 0 46px;
    cursor: pointer;
    position: relative;
    padding: 9px 6px 9px 13px;
}
header .lang_block .list{
    display: none;
    padding: 9px 6px 12px 13px;

}
header .lang_block.active{
    background-color: #fff;
}
header .lang_block.active .list{
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    bottom: -40px;
    right: 0;
}
header .lang_block .list a{
    color: #A9A9A9;
    font-size: 14px;
    line-height: 14px;
}
header .lang_block.active .lang_arrow{
    transform: rotate(180deg);
}
header .line2 {
    display: flex;
    align-items: center;
    height: 76px;
}
header .logo_block{
    flex: 0 1 28%;
    margin: 0 0 -3px 0;
}
header .line2 ul{
    display: flex;
    justify-content: space-evenly;
}
header .menu2{
    flex: 0 1 64%;
}
header .menu2 > ul > li{
}
header .menu2 a{
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    padding: 20px 15px;
    display: block;
}
header .menu2 > ul > li:nth-of-type(1) > a{
    padding-left: 0;
}
header .menu2 > ul > li:nth-last-child(1) > a{
    padding-right: 0;
}
header .line2 .last_block {
    flex: 0 1 14%;
    display: flex;
    justify-content: flex-end;
}
header .line2 .phone {
    flex: 0 1 20%;
    display: flex;
    justify-content: center;
}
header .line2 .phone a {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

/*menu*/
header .block_col{
    /*display: block;*/
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(240,240,240,1) 50%, rgba(240,240,240,1) 100%);
    z-index: 100;
    margin: -5px 0 0 0;
}
header .block_col .block_content{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
header .block_col .block_content ul{
    display: flex;
    flex-direction: column;
}
header .block_col a{
    padding: 7px 0;
    font-size: 14px;
    line-height: 160%;
    color: #000000;
}
header .block_col .solid{
    margin-top: 6px;
    border-top: 1px solid #FA006D;
}
header .block_col .solid a{
    font-weight: 500;
}
header .block_col .col04{
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 -1px 0 0;
}
header .block_col .menu_r_bn{
    display: flex;
    flex-direction: column;
}
header .block_col .col04 .item{
    width: 270px;
    height: 192px;
    position: relative;
}
header .block_col .col04 .item img{
    width: 100%;
    max-width: 270px;
}
header .block_col .col04 .item .topic{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    background: #F6F6F6;
    border-radius: 2px;
    font-size: 12px;
    line-height: 150%;
    color: #027B86;
    padding: 4px 10px 3px 10px;
}
header .block_col .col04 .item .name{
    position: absolute;
    z-index: 1;
    top: 65px;
    left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    max-width: 215px;
    color: #000000;
}
header .block_col .col04 .item .next{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 14px;
    line-height: 130%;
    color: #027B86;
    background-image: url("/local/templates/performance/css/../img/ico/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: max-content;
    padding-right: 35px;
}
header .block_col .menu_r_cat{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header .block_col .menu_r_cat li{
    border-top: 1px solid #CACACA;
}
header .block_col .menu_r_cat li:nth-last-child(1){
    border-bottom: 1px solid #CACACA;
}
header .block_col .menu_r_cat a{
    font-size: 14px;
    line-height: 320%;
    color: #020305;
    padding: 0 15px 0 15px;
    margin: 0 10px 0 0;
    display: block;
    background-image: url("/local/templates/performance/css/../img/ico/main_slider_arrow_r.svg");
    background-repeat: no-repeat;
    background-position: 100% 50% ;
}
header .block_col .menu_r_cat a:hover{
    color: #FA006D;
}

header .block_col .cols_3{
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100% - 270px);
}
header .block_col .next{
    font-size: 14px;
    line-height: 130%;
    color: #027B86;
    background-image: url("/local/templates/performance/css/../img/ico/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: max-content;
    padding-right: 35px;
}
header .block_col .cols_3 .filter_item{
    display: none;
}
header .block_col .cols_3 .filter_item.active{
    display: flex;
}
header .block_col .cols_3 .col{
    flex: 0 1 33.333%;
}
header .block_col .filter_name{
    display: flex;
    margin: 0 0 25px 0;
}
header .block_col .filter_name a{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    padding: 20px 0 16px 0;
    margin: 0 20px;
    position: relative;
}
header .block_col .filter_name a:nth-of-type(1){
    margin-left: 0;
}

header .block_col .filter_name a.active:before{
    content: "";
    display: inline-block;
    position: absolute;
    height: 4px;
    width: 36px;
    background-color: #03C7B6;
    bottom: 0;
}
header .block_col .filter_tags{
    padding: 0 0 30px 0;
}
header .block_col .filter_tags a{
    background: #F6F6F6;
    border-radius: 2px;
    font-size: 12px;
    line-height: 150%;
    color: #027B86;
    padding: 4px 10px 3px 10px;
    display: inline-block;
    margin: 0 15px 15px 0;
}
header .block_col .filter_tags a:hover{
    background: #027B86;
    color: #FFFFFF;
}
header .block_col .menu_news{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px -15px
}
header .block_col .menu_news .item{
    flex: 0 1 calc(33.333% - 30px);
    margin: 0 15px;
    position: relative;
}
header .block_col .menu_news .data{
    font-size: 12px;
    line-height: 21px;
    color: #5E5E5E;
    margin: 0 0 16px 0;
}
header .block_col .menu_news img{
    border-radius: 2px;
    margin-bottom: 13px;
    display: block;
}
header .block_col .menu_news .topic{
    background-color: #F6F6F6;
    border-radius: 2px;
    font-size: 12px;
    line-height: 150%;
    color: #027B86;
    padding: 4px 13px 3px 10px;
    display: block;
    width: fit-content;
    min-width: 150px;
    margin-bottom: 8px;
}
header .block_col .menu_news .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: block;
    margin-bottom: 16px;
}
header .block_col .menu_news .views{
    padding-left: 24px;
    background-image: url("/local/templates/performance/css/../img/ico/views.svg");
    background-repeat: no-repeat;
    margin-right: 24px;
}
header .block_col .menu_news .like{
    padding-left: 23px;
    background-image: url("/local/templates/performance/css/../img/ico/like.svg");
    background-repeat: no-repeat;
}
header .block_col .menu_news a{
    padding: 0;
}
.sticky_menu.active{
    display: flex;
}
.sticky_menu{
    height: 55px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.sticky_menu > div{
    display: flex;
    align-items: center;
}
.sticky_menu .tel_sticky{
    display: flex;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #027B86;
    align-items: center;
    justify-content: center;
    margin: 0 12px 0 10px;
}
.sticky_menu .sticky_link{
    display: flex;
    height: 31px;
    border-radius: 34px;
    background-color: #EEEEEE;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    font-size: 14px;
    line-height: 130%;
    color: #111924;
}
.sticky_menu .ico_burger.active{
    background-image: url("/local/templates/performance/css/../img/ico/burger_close.svg");
    background-position: 50%;
    background-repeat: no-repeat;
}
.ico_tel{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("/local/templates/performance/css/../img/ico/tel.svg");
}
.ico_go{
    width: 22px;
    height: 11px;
    display: inline-block;
    background-image: url("/local/templates/performance/css/../img/ico/go.svg");
    margin: 0 11px 0 0;
}

.sticky_menu_desc{
    width: 100%;
    height: 61px;
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(102, 102, 102, 0.05);
    z-index: 100;
}
.sticky_menu_desc .block_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.sticky_menu_desc .logo_block{
    flex: 0 1 28%;
}
.sticky_menu_desc .menu2{
    flex: 0 1 64%;
}
.sticky_menu_desc .phone {
    flex: 0 1 20%;
    display: flex;
    justify-content: center;
}
.sticky_menu_desc .phone a{
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}
.sticky_menu_desc .last_block {
    flex: 0 1 14%;
    display: flex;
    justify-content: flex-end;
}
.sticky_menu_desc .menu2 > ul{
    display: flex;
    justify-content: space-evenly;
}
.sticky_menu_desc .menu2 > ul > li:nth-of-type(1) > a {
    padding-left: 0;
}
.sticky_menu_desc .menu2 > ul a {
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    padding: 5px 13px;
    display: block;
}
.sticky_menu_desc .block_col{
    display: none;
}

.m_cont.active{
    display: block;
}
.m_cont{
    background-color: #020305;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    overflow: auto;
    top: 0;
    left: 0;
    display: none;
    padding: 20px 20px 70px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
}
.m_cont a{
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}
.m_cont .cont{
    display: flex;
    flex-direction: column;
    padding: 25px 0 0 0;
    border-top: 1px solid #5E5E5E;
}
.m_cont .cont .tel1{
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.05em;
}
.m_cont .cont .tel2{
    font-size: 14px;
    line-height: 190%;
    letter-spacing: 0.05em;
    padding: 11px 0 10px 0;
}
.m_cont .cont .addr{
    font-size: 14px;
    line-height: 150%;
    padding: 0 0 9px 0;
}
.m_cont .cont .email{
    font-size: 14px;
    line-height: 120%;
    text-decoration-line: underline;
}
.m_cont .cont .sub{
    font-size: 8px;
    line-height: 90%;
    color: #909090;
}
.m_cont .menu1{
    padding: 11px 0;
    display: block;
    border-top: 1px solid #5E5E5E;
}
.m_cont .menu1 a{
    display: block;
    padding: 14px 0;
    font-size: 16px;
    line-height: 16px;
}
.m_cont .menu2{
    padding: 11px 0;
    display: block;
}
.m_cont .menu2 li.child{
    background-image: url("/local/templates/performance/css/../img/ico/mob+.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.m_cont .menu2 .block_col{
    display: none;
}
.m_cont .menu2 a{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    display: block;
    padding: 14px 0;
}
.m_cont .search{
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: block;
    height: 40px;
}
.m_cont .search input{
    background-color: transparent;
    border: none;
    padding: 0 0 0 31px;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    background-image: url("/local/templates/performance/css/../img/ico/mob_search.svg");
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.m_cont .search button{
    display: none;
}
.m_cont .search form{
    display: flex;
    height: 100%;
}
.m_cont > .lang{
    margin: 20px 0 0 0;
    display: flex;
    border: 1px solid #C5C5C5;
    border-radius: 8px;
    height: 30px;
}
.m_cont > .lang .lang_arrow{
    display: none;
}
.m_cont > .lang .lang{
    flex: 0 1 50%;
    text-align: center;
    padding: 4px 0 0 0;
    background: #03C7B6;
    border-radius: 6px;
}
.m_cont > .lang .list{
    flex: 0 1 50%;
    text-align: center;
    padding: 4px 0 0 0;
}
.m_cont > .lang .list a{
    padding: 5px 20px;
}
.m_cont .menu_head{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 0 0 19px 27px;
    border-bottom: 1px solid #5E5E5E;
    margin: 7px 0 25px 0;
    background-image: url("/local/templates/performance/css/../img/ico/menu_head_back.svg");
    background-repeat: no-repeat;
    background-position: 0 5px;
    display: block;
}
.m_cont .menu_in a{
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    padding: 6px 0;
    display: block;
}
.m_cont .menu_in .solid a{
    font-weight: 500;
    position: relative;
}
.m_cont .menu_in .solid:before{
    content: "";
    background-color: #FA006D;
    height: 1px;
    width: 170px;
    display: block;
    margin: 15px 0 6px 0;
}
.m_cont .col04{
    display: none;
}
.m_cont .menu_news{
    display: none;
}
.m_cont .cat_list {
    display: block;
    padding: 0 0 33px 0;
}
.m_cont .cat_list a{
    font-size: 14px;
    line-height: 160%;
    padding: 7px 0;
}
.m_cont .filter_tags a{
    background: rgba(246, 246, 246, 0.2);
    border-radius: 2px;
    display: inline-block;
    padding: 4px 10px 3px 10px;
    margin: 0 15px 15px 0;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
}
.m_cont .filter_item a{
    display: block;
    font-size: 14px;
    line-height: 160%;
    padding: 7px 0;
}
.m_cont .filter_item{
    display: none;
}
.m_cont .filter_item.active{
    display: block;
}
.m_cont .filter_name{
    display: flex;
    border-bottom: 1px solid #5E5E5E;
    margin: 0 0 7px 0;
}
.m_cont .filter_name a{
    font-size: 16px;
    line-height: 16px;
    padding: 12px 33px 15px 0;
    position: relative;
}
.m_cont .filter_name a.active:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 4px;
    background-color: #03C7B6;
}
.noscroll{
    overflow: hidden;
}

/*сотрудничество, footer*/
.cooperation .block_content{
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.cooperation .block_content > div{
    flex: 0 1 50%;
}
.cooperation .block_content > div:nth-of-type(1){
    max-width: 470px;
}


.bread{
    padding: 30px 0 45px 0;
    margin: 0 auto;
    max-width: 1170px;
    font-size: 12px;
    line-height: 130%;
    color: #C5C5C5;
}
.bread li{
    display: inline-block;
}
.bread li:not(:last-child):after{
    display: inline-block;
    content: "";
    width: 8px;
    height: 5px;
    background-image: url("/local/templates/performance/css/../img/ico/lang_arrow.svg");
    transform: rotate(-90deg);
    margin: 0 10px 2px 10px;
}
.bread a{
    font-size: 12px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.5);
}

.page-content{
    max-width: 1170px;
    margin: 0 auto;
}

.page-navigation{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.page-navigation a{
    font-size: 14px;
    line-height: 140%;
    color: #5E5E5E;
    padding: 5px 2px;
    margin: 0 10px;
}
.page-navigation b{
    color: #000000;
    padding: 5px 2px;
    margin: 0 10px;
    border-bottom: 2px solid #000;
    display: inline-block;
}
.page-navigation .page-current{
    font-size: 14px;
    line-height: 140%;
    color: #5E5E5E;
    border-bottom: 2px solid #000000;

}
.page-navigation .ico_page_next{
    display: inline-block;
    background-image: url("/local/templates/performance/css/../img/ico/lang_arrow.svg");
    width: 8px;
    height: 5px;
    transform: rotate(-90deg);
    margin: 0 0 2px 0;
}
.page-navigation .ico_page_prev{
    display: inline-block;
    background-image: url("/local/templates/performance/css/../img/ico/lang_arrow.svg");
    width: 8px;
    height: 5px;
    transform: rotate(90deg);
    margin: 0 0 2px 0;
}
.page-navigation .text:nth-of-type(1){
    /*display: none;*/
}

.gray_bg{
    background-color: #E5E5E5;
}


.text_text p{
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 15px 0;
}
.text_text li{
    font-size: 14px;
}
.text_text a{
    color: #FA006D;
}
.text_text blockquote, .text_text q{
    padding: 27px 30px 47px 30px;
    background-color: #F6F6F6;
    border-left: 2px solid #FA006D;
    font-size: 14px;
    margin: 15px 0 40px 0;
}

/*footer*/
footer .line1{
    display: flex;
    justify-content: space-between;
    padding: 41px 0 17px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
footer .email{
    font-size: 14px;
    line-height: 120%;
    text-decoration: underline;
    color: #000000;
    padding: 16px 0 0 0;
    display: inline-block;
}
footer .phones{
    display: flex;
    flex-direction: column;
    flex: 0 1 15%;
}
footer .phones .sub{
    font-size: 8px;
    line-height: 90%;
    color: #909090;
    padding: 5px 0 24px 0;
}
footer .phones a{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #000000;
}
footer .menu{
    display: flex;
    flex: 0 1 50%;
    justify-content: space-evenly;
}
footer .menu a{
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    display: block;
    padding: 0 0 17px 0;
}
footer .address{
    padding: 0;
    flex: 0 1 20%;
    font-size: 14px;
    line-height: 150%;
}
footer .address > div:nth-of-type(1){
    margin-bottom: 20px;
}
footer .address a{
    font-size: 14px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #000000;
}
footer .line2{
    padding: 22px 0 20px 0;
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.3);
    align-items: center;
}
footer .line2 a{
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.3);
}
footer .line2 > div:nth-of-type(1){
    flex: 0 1 28%;
}
footer .line2 > div:nth-of-type(2){
    flex: 0 1 24%;
}
footer .line2 > div:nth-of-type(3){
    flex: 0 1 24%;
}
footer .line2 > div:nth-of-type(4){
    flex: 0 1 22%;
}
footer .pb{
    position: relative;
    top: 3px;
    display: inline-block;
    padding: 0 0 0 7px;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 100;
    display: none;
    overflow: auto;
}
.popup .cont{
    background: #fff;
    padding: 43px 110px 50px 110px;
    width: 100%;
    max-width: 786px;
    margin: 0 auto;
    position: relative;
    top: 20vh;
    color: #000;
}
.popup .cont .title{
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 20px 0;
}
.popup .cont .intro{
    padding: 0 0 20px 0;
}
.popup .cont .close{
    position: absolute;
    top: 17px;
    right: 17px;
    width: 13px;
    height: 13px;
    background-image: url("/local/templates/performance/css/../img/ico/x.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table-responsive_in{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    white-space: nowrap;
}


.slick_mob_dots{
    position: relative;
    margin: 16px 0 0 0;
}
.slick_mob_dots .slick-dots{
    display: flex;
    justify-content: center;
    padding: 5px 0 0 0;
}
.slick_mob_dots .slick-dots button{
    width: 8px;
    height: 8px;
    border: none;
    background-color: #C5C5C5;
    font-size: 0;
    border-radius: 50%;
    display: block;
    padding: 0;
    margin: 0 4px;
}
.slick_mob_dots .slick-dots .slick-active button{
    background-color: #FA006D;
}
.slick_mob_dots .slick-arrow{
    width: 9px;
    height: 16px;
    border: none;
    font-size: 0;
    padding: 0;
    background-color: transparent;
    background-image: url("/local/templates/performance/css/../img/ico/mob_arrow_slider.svg");
    position: absolute;
}
.slick_mob_dots .slick-arrow.slick-prev{
    transform: rotate(180deg);
    left: 0;
}
.slick_mob_dots .slick-arrow.slick-next{
    right: 0;
}

.txt_txt h2, .txt_txt .h2{
    padding: 35px 0 30px 0;
    font-size: 34px;
    line-height: 130%;
}
.txt_txt h3, .txt_txt .h3{
    padding: 30px 0 25px 0;
    font-size: 22px;
    line-height: 130%;
}
.txt_txt ul{

}
.txt_txt ul > li{
    list-style-type: none;
    background-image: url('/local/templates/performance/css/../img/ico/ul_li.svg');
    background-repeat: no-repeat;
    padding: 0 0 10px 15px;
    background-position: 0 8px;
}

.block_grey.cooperation {
    background: linear-gradient(56.92deg, #03C7B6 3.5%, #87EFE6 22.04%, #E9E9E9 46.6%, #E9E9E9 92.47%);
    position: relative;
}
.block_grey.cooperation .btn1 {
    position: relative;
    overflow: hidden;
}
.block_grey.cooperation .btn1:hover:after {
    display: none;
}
.block_grey.cooperation .btn1:after {
    position: absolute;
    /* z-index: 3; */
    top: 0;
    /* left: 50%; */
    width: 2px;
    height: 100%;
    transform: rotateZ(30deg);
    box-shadow: 0 0 15px 15px #ffffff;
    background-color: #ffffff;
    content: '';
    animation-name: order-blink;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes order-blink {
    0% {
        left: -100px;
        z-index: 3;
    }
    50% {
        left: calc(100% + 100px);
        z-index: 3;
    }
    99% {
        left: calc(100% + 100px);
        z-index: -3;
        width: 0;
        box-shadow: 0 0 0 0 #ffffff;
    }
    100% {
        left: -100px;
        z-index: -3;
        width: 0;
        box-shadow: 0 0 0 0 #ffffff;
    }
}

@media (max-width:1200px){
    h1, .h1 {
        font-size: 36px;
    }
    header{
        padding-left: 20px;
        padding-right: 20px;
    }
    header .block_col .block_content {
        padding: 0 20px;
    }
    header .block_col .col04 {
        display: none;
    }
    header .block_col .cols_3 {
        flex: 0 1 100%;
    }
    .sticky_menu_desc .block_content {
        padding: 0 20px;
    }
    header .logo_block {
        flex: 0 1 150px;
        margin: 0 30px 0 0;
    }


    .cooperation .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .search_block .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .key_projects .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .key_projects .key_projects_code{
        display: none;
    }
    footer .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .phones {
        flex: 0 1 20%;
    }
    footer .menu {
        flex: 0 1 54%;
    }
    footer .address {
        padding: 0 0 0 30px;
        flex: 0 1 24%;
    }
}
@media (max-width:1150px){
    header .line2 .phone{
        display: none;
    }
    header .menu2 {
        flex: 0 1 70%;
    }
    header .line2 .last_block {
        flex: 0 1 18%;
    }
    .sticky_menu_desc .phone{
        display: none;
    }
}
@media (max-width:1050px){
    header .mob_menu_block {
        display: flex;
    }
    header .mob_menu_block .ico_burger{
        margin: 0 0 0 17px;
    }
    header .line2 {
        justify-content: space-evenly;
    }
    header .line1{
        display: none;
    }
    header .menu2 {
        display: none;
    }
    header .line2 .last_block{
        display: none;
    }
    header .code_block{
        display: none;
    }
    header .logo_block {
        filter: brightness(0);
    }

}
@media (max-width:1000px){
    .form_style .send_block {
        display: flex;
        flex-direction: column;
    }
    .form_style .btn1 {
        flex: 0 0 auto;
        margin: 20px 0 0 0;
    }
}

@media (max-width:850px) {
    h2, .h2 {
        font-size: 28px;
    }
    .key_projects .nom {
        font-size: 32px;
    }
    .key_projects .name {
        max-width: none;
        padding: 0 ;
    }
    .key_projects .next{
        display: none;
    }
    .key_projects .parameters {
        flex-direction: row;
        justify-content: normal;
        padding: 25px 0 20px 0;
    }
    .key_projects .parameters > div{
        flex: 0 1 50%;
    }
    .key_projects .item {
        flex-direction: column;
    }
}
@media (max-width:800px){
    footer .line1 {
        flex-direction: column;
        border-bottom: none;
    }
    footer .menu {
        flex-direction: column;
        order: 2;
        margin: 20px 0 0 0;
        border-top: 1px solid #c5c5c5;
        padding: 20px 0 0 0;
    }
    footer .address {
        padding: 0;
        order: 1;
    }
    footer .phones {
        order: 0;
    }
    footer .line2 {
        align-items: baseline;
        flex-direction: column;
        padding: 0 0 65px 0;
    }
    footer .address > div:nth-of-type(1) {
        margin-bottom: 10px;
    }
    footer .phones .sub {
        padding: 5px 0 10px 0;
    }
    .popup .cont {
        padding: 50px 30px 50px 30px;
    }
}
@media (max-width:600px) {

    body .cooperation .block_content {
        flex-direction: column;
        padding: 40px 20px;
    }
    .cooperation .info {
        padding: 0 0 29px 0;
    }
}
@media (max-width:500px) {
    header .logo_block {
        flex: 1 0 50%;
        max-width: 136px;
    }
    .form_style .block_2 {
        flex-direction: column;
    }
    .form_style textarea {
        height: 176px;
    }
    .form_style .btn1 {
        width: 100%;
    }

    .key_projects {
        padding: 25px 0 112px 0;
        position: relative;
    }
    .key_projects .all{
        display: block;
        bottom: 39px;
    }
    .key_projects .parameters{
        flex-direction: row;
    }
    .key_projects .next{
        display: none;
    }
    .key_projects .name {
        padding: 0;
    }
    .cooperation .h3{
        font-size: 22px;
    }
}


font.tablebodytext {
    display: none;
}
body .slick-slide {
    height: auto;
}
/* End */


/* Start:/local/templates/performance/js/slick/slick.css?17640789471776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/performance/css/all.css?176483171135282 */
/* /local/templates/performance/js/slick/slick.css?17640789471776 */
