

/* Start:/local/templates/wptt_2020/slick-1.8.1/slick/slick.css?15894236001776*/
/* 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 */


/* Start:/local/templates/wptt_2020/slick-1.8.1/slick/slick-theme.css?15894236003145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/wptt_2020/slick-1.8.1/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/wptt_2020/slick-1.8.1/slick/./fonts/slick.eot');
    src: url('/local/templates/wptt_2020/slick-1.8.1/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/wptt_2020/slick-1.8.1/slick/./fonts/slick.woff') format('woff'), url('/local/templates/wptt_2020/slick-1.8.1/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/wptt_2020/slick-1.8.1/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/wptt_2020/styles.css?1600146595124664*/
@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Medium.eot");src:local("./fonts/HelveticaNeueCyr-Medium"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Medium.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Heavy.eot");src:local("./fonts/HelveticaNeueCyr-Heavy"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Heavy.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Heavy.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Heavy.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-HeavyItalic.eot");src:local("./fonts/HelveticaNeueCyr-HeavyItalic"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-HeavyItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-HeavyItalic.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-HeavyItalic.ttf") format("truetype");font-weight:900;font-style:italic}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Black.eot");src:local("./fonts/HelveticaNeueCyr-Black"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Black.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Black.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-UltraLightItalic.eot");src:local("./fonts/HelveticaNeueCyr-UltraLightItalic"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-UltraLightItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-UltraLightItalic.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-UltraLightItalic.ttf") format("truetype");font-weight:200;font-style:italic}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-BlackItalic.eot");src:local("./fonts/HelveticaNeueCyr-BlackItalic"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-BlackItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-BlackItalic.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-BlackItalic.ttf") format("truetype");font-weight:900;font-style:italic}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-ThinItalic.eot");src:local("./fonts/HelveticaNeueCyr-ThinItalic"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-ThinItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-ThinItalic.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-ThinItalic.ttf") format("truetype");font-weight:100;font-style:italic}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-MediumItalic.eot");src:local("./fonts/HelveticaNeueCyr-MediumItalic"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-MediumItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-MediumItalic.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-MediumItalic.ttf") format("truetype");font-weight:500;font-style:italic}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-LightItalic.eot");src:local("./fonts/HelveticaNeueCyr-LightItalic"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-LightItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-LightItalic.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-LightItalic.ttf") format("truetype");font-weight:300;font-style:italic}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-UltraLight.eot");src:local("./fonts/HelveticaNeueCyr-UltraLight"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-UltraLight.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-UltraLight.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-UltraLight.ttf") format("truetype");font-weight:200;font-style:normal}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-BoldItalic.eot");src:local("./fonts/HelveticaNeueCyr-BoldItalic"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-BoldItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-BoldItalic.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-BoldItalic.ttf") format("truetype");font-weight:bold;font-style:italic}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Italic.eot");src:local("./fonts/HelveticaNeueCyr-Italic"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Italic.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Italic.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Italic.ttf") format("truetype");font-weight:500;font-style:italic}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Roman.eot");src:local("./fonts/HelveticaNeueCyr-Roman"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Roman.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Bold.eot");src:local("./fonts/HelveticaNeueCyr-Bold"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Bold.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Light.eot");src:local("./fonts/HelveticaNeueCyr-Light"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Light.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:'HelveticaNeueCyr';src:url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Thin.eot");src:local("./fonts/HelveticaNeueCyr-Thin"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Thin.woff") format("woff"),url("/local/templates/wptt_2020/./fonts/HelveticaNeueCyr-Thin.ttf") format("truetype");font-weight:100;font-style:normal}@font-face{font-family:"Din Pro";src:url("/local/templates/wptt_2020/./fonts/DINPro-CondBold.otf") format("opentype");font-weight:100;font-style:normal}@font-face{font-family:"Electra";src:url("/local/templates/wptt_2020/./fonts/ElectraTextPro.otf") format("opentype");font-weight:100;font-style:normal}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{height:100%}body{height:100%;font-size:16px;line-height:20px;font-family:"HelveticaNeueCyr",sans-serif;font-style:normal;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:'liga', 'kern';color:rgba(35,31,32,0.9);padding:0;margin:0}a{color:rgba(35,31,32,0.9);text-decoration:none;cursor:pointer;transition:color .3s}a:hover{color:#F99D27 !important}p{font-size:16px;line-height:28px;margin-top:0;margin-bottom:20px}select{font-size:16px;line-height:20px;font-style:normal;font-weight:600;background-color:transparent;background-position:right 6px;background-size:11px auto;background-repeat:no-repeat;padding-right:18px;border:none;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input{font-size:16px;line-height:20px;border:none;outline:none}h1,h2,h3,h5,h6{font-weight:normal;margin-top:0;font-family:"Din Pro",sans-serif;margin-bottom:0;max-width:900px}textarea{font-size:16px;line-height:20px;font-family:"HelveticaNeueCyr",sans-serif;color:rgba(35,31,32,0.9);outline:none}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-corner{background-color:#999}::-webkit-scrollbar-corner{background-color:#999}::-webkit-scrollbar-thumb{height:50px;background-color:#666;border-radius:3px}.marker{width:34px;height:34px;border-radius:50%;background-color:#002B5C;position:relative}.marker:before{content:'10';display:block;color:white;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.marker:after{content:'';width:56px;height:56px;position:absolute;top:50%;left:50%;background-color:#002B5C20;transform:translate(-50%, -50%);border-radius:50%}.marker_small{width:40px;height:40px;position:relative;background-repeat:no-repeat;background-image:url("/local/templates/wptt_2020/./images/placeholder.svg");background-position:center}.newsi__element__text{font-family:"HelveticaNeueCyr",sans-serif}.newsi__element__full{font-family:"HelveticaNeueCyr",sans-serif}.example__count__text,.example__count__count{font-family:"Din Pro",sans-serif}.same_project__title{font-family:"Din Pro",sans-serif}.same_project__element .same_project__title{font-family:"HelveticaNeueCyr",sans-serif}.dec_and_prod__describtion__title{font-family:"Din Pro",sans-serif}.page_content__products__title{font-family:"Din Pro",sans-serif}.page_content__product__text{font-family:"Din Pro",sans-serif}.send_back__title{font-family:"Din Pro",sans-serif}.quality__card__text{font-family:"Din Pro",sans-serif}.projects__filter__title{font-weight:bold;text-transform:uppercase;font-family:"Din Pro",sans-serif}.page_content__numbers__big{font-family:"Din Pro",sans-serif}.page_content__video__title{font-family:"Din Pro",sans-serif}.common__documents__title{font-family:"Din Pro",sans-serif}.common__menu__element{font-family:"Din Pro",sans-serif}.contacts_page__title{font-family:"Din Pro",sans-serif}.system__facilities__title{font-family:"Din Pro",sans-serif}.system__facilities__describtion{font-family:"Din Pro",sans-serif}.system__auto__text{font-family:"Din Pro",sans-serif;font-size:20px}.modules__central__subtitle{font-family:"Din Pro",sans-serif}.modules__central__element__name{font-family:"Din Pro",sans-serif}.news__content__text{font-family:"Din Pro",sans-serif}.news__content__data{font-family:"Din Pro",sans-serif;text-transform:uppercase}.popup__title{font-family:"Din Pro",sans-serif}.search_page__news__title{font-family:"Din Pro",sans-serif}.sertificates__subtitle{font-family:"Din Pro",sans-serif}.mobile{display:none !important}@media screen and (max-width: 575px){.mobile{display:block !important}}.mobile_hide{position:relative}@media screen and (max-width: 575px){.mobile_hide{display:none !important}}.tablet{display:none}@media screen and (max-width: 992px){.tablet{display:block}}.tablet_hide{position:relative}@media screen and (max-width: 992px){.tablet_hide{display:none}}.tablet_small{display:none !important}@media screen and (max-width: 768px){.tablet_small{display:block !important}}.tablet_small_hide{position:relative}@media screen and (max-width: 768px){.tablet_small_hide{display:none !important}}.body__wrap{display:flex;width:100%;height:100%;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;flex-direction:column}.body__container{width:100%;flex:1}.body__content_wrap{width:100%;height:100%}.body__content{width:100%;flex:1 1 auto;padding:50px 0 55px}body.fullwidth .body__content{padding:0}@media screen and (max-width: 575px){.body__flex{flex-direction:column}}.cards__wrap{display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px}.cards__item{flex:1 1 100%;max-width:20%;padding:0 10px;margin-bottom:20px}@media screen and (min-width: 1025px){.cards__item:nth-last-child(1),.cards__item:nth-last-child(2),.cards__item:nth-last-child(3),.cards__item:nth-last-child(4),.cards__item:nth-last-child(5){margin-bottom:0}}@media screen and (max-width: 575px){.cards__item{max-width:100%}}.columns{width:100%;display:flex;align-items:flex-start;justify-content:flex-start}.columns.with_padding{width:calc(100% + 20px);margin-left:-10px}.columns.dir_col{flex-direction:column}.columns.align_center{align-items:center}.columns.flex_wrap{flex-wrap:wrap}.columns__item{flex:1}.columns.with_padding .columns__item{margin-left:10px;margin-right:10px}.container{max-width:1512px;padding:0 40px;margin:0 auto}@media (max-width: 1512px){.container{padding-left:20px;padding-right:20px}}.container_header{margin:0 auto}@media screen and (min-width: 993px){.container_header{padding:0 20px}}@media screen and (min-width: 993px) and (min-width: 1367px){.container_header{max-width:1440px}}.default__title{font-size:30px;line-height:37px;font-weight:bold;margin-bottom:30px}.default__title.mb_min{margin-bottom:15px}.default__subtitle{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:10px}.page_content{padding-top:0 !important}.page_content__content{width:70%;margin-left:5%;padding-bottom:96px}@media screen and (max-width: 992px){.page_content__content{width:100%;margin-left:0;padding-bottom:0}}.page_content__content__top{padding-left:7.7%}.page_content__gipov b{font-size:16px;line-height:22px;font-weight:bold;display:block;margin-bottom:20px;color:#212121}.page_content__gipov ul{list-style-image:url(/local/templates/wptt_2020/./images/marker.svg);padding-left:16px}.page_content__gipov li{max-width:600px;font-size:16px;line-height:22px;color:#212121;padding-left:14px;opacity:0.7;margin-bottom:8px}.page_content__gipov div:last-child{width:192px;height:48px;background-color:#002B5C;border-radius:2px;color:white;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-bottom:32px}.page_content__top__subtitle{color:#212121;font-size:32px;line-height:40px;text-transform:uppercase;font-weight:bold;margin-bottom:32px}.page_content__open__list{padding-top:40px;padding-left:7.7%;border-bottom:1px solid #D1D3D4;position:relative;max-height:108px;transition:all .5s;overflow:hidden}.page_content__open__list:before{content:'';position:absolute;width:36px;height:36px;right:4.7%;background-image:url("/local/templates/wptt_2020/./images/arrow_circle_bottom.png");background-position:center;background-repeat:no-repeat;pointer-events:none;transition:all .3s}.page_content__open__list.active{max-height:4000px}.page_content__open__list.active:before{transform:rotate(180deg)}.page_content__open__list.link{display:block}.page_content__open__list.link:before{background-image:url("/local/templates/wptt_2020/./images/arrow__title_right.svg")}@media screen and (max-width: 575px){.page_content__open__list{width:calc(100% + 40px);margin-left:-20px;padding-top:20px;max-height:68px}.page_content__open__list:last-child{margin-bottom:0}}.page_content__job{margin-top:96px}@media screen and (max-width: 992px){.page_content__job{margin-top:46px}}.page_content__job__subtitle{font-size:32px;line-height:40px;color:#212121;text-transform:uppercase;padding-bottom:48px;border-bottom:1px solid #D1D3D4;font-weight:bold;padding-left:7.7%}@media screen and (max-width: 575px){.page_content__job__subtitle{width:calc(100% + 40px);margin-left:-20px}}.page_content__job__title{color:#212121;font-size:24px;line-height:32px;font-weight:bold;margin-bottom:32px}.page_content__job__text{color:#212121;opacity:0.7;font-size:16px;line-height:26px;margin-bottom:40px}.page_content__open_title{color:#212121;font-size:20px;cursor:pointer;margin-bottom:52px;line-height:28px}.page_content__open_title.unusal{background-color:inherit !important;color:#212121 !important}.page_404{padding-top:72px;background-image:url("/local/templates/wptt_2020/./images/404.svg");background-repeat:no-repeat;background-position:100% 83%;min-height:644px;padding-bottom:162px}@media screen and (max-width: 992px){.page_404{background-size:88%}}@media screen and (max-width: 575px){.page_404{background-position:0% 100%;padding-top:32px}}.page_404__block{margin-top:42px}.page_404__block__text{color:#212121;font-size:24px;line-height:32px;margin-bottom:48px;max-width:892px}.page_404__block__btn{display:flex;justify-content:center;align-content:center;margin-right:calc(100% - 180px);align-items:center;color:white;width:168px;height:48px;max-width:892px;background:#002B5C;border-radius:2px}.page_content{padding-top:70px}@media screen and (max-width: 575px){.page_content{padding-top:32px}}.page_content h1{font-size:32px;line-height:40px;font-weight:bold;margin-bottom:32px;color:#212121;text-transform:uppercase}@media screen and (max-width: 992px){.page_content h1{display:none}}.page_content__block{padding-top:30px}.page_content__block .main_container{align-items:flex-start}@media screen and (max-width: 575px){.page_content__block{padding-top:0}}.page_content .dec_card__list__element{margin-bottom:16px;line-height:26px}.page_content__content{width:70%;margin-left:5%;padding-bottom:0}.page_content__content__title{font-size:32px;line-height:40px;font-weight:bold;margin-bottom:32px;color:#212121}@media screen and (max-width: 992px){.page_content__content__title{display:none}}.page_content__content__text{font-size:16px;line-height:26px;color:#212121;margin-bottom:20px;opacity:0.7}.page_content__content__numbers{display:flex;flex-wrap:wrap}.page_content__content__video{background-image:url(/local/templates/wptt_2020/./images/about_us__video.png);background-position:center;background-size:cover;width:calc(100% + 7%);margin-left:-5%;height:411px;display:flex;margin-top:40px;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center}.page_content__content__video+h3{margin-top:56px !important}@media screen and (max-width: 992px){.page_content__content__video{width:calc(100% + 40px);margin-left:-20px}}@media screen and (max-width: 475px){.page_content__content__video{height:286px;width:calc(100% + 40px);margin-left:-20px}}@media (max-width: 370px){.page_content__content__video{height:220px}}.page_content__content__middle{padding-left:5%;box-sizing:border-box}@media screen and (max-width: 992px){.page_content__content__middle{padding-left:0}}.page_content__content__slider{width:calc(100% + 6%);height:414px;margin-top:40px;margin-left:-4%}.page_content__content__slider+h3{margin-top:56px !important}@media screen and (max-width: 992px){.page_content__content__slider{width:calc(100% + 40px);margin-left:-20px}}@media screen and (max-width: 475px){.page_content__content__slider{height:286px;width:calc(100% + 40px);margin-left:-20px}}@media (max-width: 370px){.page_content__content__slider{height:220px}}@media screen and (max-width: 992px){.page_content__content{width:100%;margin-left:0}}.page_content .page_content__video__title{color:#FFFFFF;font-size:40px;width:100%;text-align:center;line-height:52px;margin-bottom:20px;opacity:1}@media screen and (max-width: 475px){.page_content .page_content__video__title{font-size:32px}}.page_content__video__btn{color:white;font-size:18px;width:277px;margin:0 auto;display:flex;align-items:center;align-content:center;line-height:23px;cursor:pointer}.page_content__video__btn:before{content:'';position:relative;left:0;top:0;width:60px;display:inline-block;height:60px;background-image:url("/local/templates/wptt_2020/./images/about_us__play.svg");background-position:center;background-size:cover;margin-right:10px}@media screen and (max-width: 475px){.page_content__video__btn{font-size:16px;width:212px}.page_content__video__btn:before{width:40px;height:40px}}.page_content__slider__img{width:100%;min-height:414px !important;background-image:url("/local/templates/wptt_2020/./images/about_us__slider.png");background-position:center;background-size:cover}@media screen and (max-width: 475px){.page_content__slider__img{min-height:286px !important;width:calc(100% + 30px)}}@media (max-width: 370px){.page_content__slider__img{min-height:220px !important}}.page_content__numbers__element{display:flex;align-items:center;align-content:center;margin-right:40px}.page_content__numbers__element.unusal{width:36%}@media (max-width: 660px){.page_content__numbers__element{width:100%;margin-right:0}.page_content__numbers__element.unusal{width:100%}}.page_content__numbers__big{font-size:49px;line-height:82px;color:#F99D27;margin-right:10px}@media (max-width: 370px){.page_content__numbers__big{font-size:39px}}.page_content__numbers__small{max-width:143px;font-size:14px;line-height:18px;color:#212121;opacity:0.7;padding-top:5px}@media (max-width: 370px){.page_content__numbers__small{font-size:12px}}.page_content__subtitle{font-size:24px;line-height:32px;margin-bottom:24px;color:#212121;font-weight:bold;margin-top:56px}.page_content #page_content__map{width:calc(100% + 6%);height:400px;margin-left:-4%;margin-bottom:70px}@media screen and (max-width: 475px){.page_content #page_content__map{width:calc(100% + 30px);margin-left:-15px;margin-bottom:0}}.common__documents{width:100%;background-color:#F7F6F5}.common__documents .main_container{justify-content:flex-end}.common__documents__container{width:70%;display:flex;justify-content:space-between;padding:72px 0}@media screen and (max-width: 992px){.common__documents__container{width:100%}}@media screen and (max-width: 575px){.common__documents__container{flex-wrap:wrap;justify-content:center;padding-top:24px;padding-bottom:8px}}.common__documents__element{width:47.6%;background-color:#002B5C;background-image:url("/local/templates/wptt_2020/./images/common__document__back.svg");background-repeat:no-repeat;height:247px;background-position:100% -25px;display:flex;align-items:flex-end;align-content:flex-end;box-sizing:border-box;padding-bottom:42px;padding-left:40px}.common__documents__element:hover .common__documents__full{margin-top: 10px;height:36px}@media screen and (max-width: 768px){.common__documents__element{padding-left:20px}}@media screen and (max-width: 575px){.common__documents__element{width:80%;margin-bottom:16px;height:72px;padding-bottom:24px}}@media screen and (max-width: 475px){.common__documents__element{width:100%}}.common__documents__title{margin-bottom:16px;font-size:24px;color:#FFFFFF;line-height:32px;font-weight:bold;max-width:291px;text-transform:uppercase}@media screen and (max-width: 768px){.common__documents__title{font-size:23px}}@media screen and (max-width: 575px){.common__documents__title{font-size:16px;line-height:24px;margin-bottom:0}}@media screen and (max-width: 475px){.common__documents__title{font-size:14px}}.common__documents__full{width:36px;height:0;transition:all .3s;background:url(/local/templates/wptt_2020/./images/arrow-elipse.svg) no-repeat,url(/local/templates/wptt_2020/./images/arrow-point-to-right.svg) no-repeat;background-position:0 0, 13px 12px}@media screen and (max-width: 575px){.common__documents__full{display:none}}.burger_menu{list-style:none;padding:0;margin:0}.burger_menu__li{display:block}.burger_menu__li:not(:last-child){margin-bottom:36px}.burger_menu__a{font-size:32px;line-height:37px;text-transform:uppercase;color:#ffffff}.burger_menu__a:hover{color:#ffffff !important;opacity:0.8}.burger{max-width:1512px;padding:0 40px;margin:0 auto;display:block;width:100%;height:100vh;background-color:#1D498E;padding-top:100px;position:fixed;left:0;top:0;right:0;bottom:0;z-index:300;visibility:hidden;opacity:0;transition:all 0.2s ease-in-out}@media (max-width: 1512px){.burger{padding-left:20px;padding-right:20px}}body.burger_show .burger{visibility:visible;opacity:1}.burger__open{display:inline-block;width:24px;height:24px;background-image:url("/local/templates/wptt_2020/./images/icon-burger-white.svg");background-position:center;background-size:contain;background-repeat:no-repeat;position:relative;z-index:301;transition:all 0.2s ease-in-out}@media screen and (min-width: 993px){.burger__open{display:none}}body.header_white .burger__open{background-image:url("/local/templates/wptt_2020/./images/icon-burger-black.svg")}body.burger_show .burger__open{background-image:url("/local/templates/wptt_2020/./images/icon-cross-white.svg")}.burger__open:before{content:'';display:inline-block;width:calc(100% + 40px);height:calc(100% + 30px);margin:-15px 0 0 -20px}.burger__languages{display:flex;align-items:center;font-size:16px;line-height:23px;letter-spacing:0.05em;text-transform:uppercase;color:#ffffff;position:absolute;left:20px;top:17px;z-index:1}.burger__languages a{display:inline-block;color:#ffffff;opacity:0.6}.burger__languages a:hover{color:#ffffff !important;opacity:0.8}.burger__languages a.active{opacity:1}.burger__languages span{font-weight:100;margin:-1px 5px 0}.common__menu{width:25%}.common__menu__element{font-size:16px;line-height:24px;color:#212121;margin-bottom:32px;display:block;position:relative;font-weight:bold;padding-left:0;text-transform:uppercase;transition:all .2s}.common__menu__element.active{padding-left:28px;color:#002B5C !important}.common__menu__element.active:before{left:-16px;width:32px}.common__menu__element:before{content:'';position:absolute;left:0;width:0;height:0;display:block;border-bottom:1px solid #002B5C;top:calc(50% - 1px);transition:all .2s;top:12px}.common__menu__element:hover{padding-left:28px;color:#002B5C !important}.common__menu__element:hover:before{left:-16px;width:32px}@media screen and (max-width: 992px){.common__menu{display:none}}.common__menu .common__submenu{list-style-type:none;max-height:0;overflow:hidden;padding-left:10px;transition:all .3s}.common__menu .common__submenu .common__menu__element{margin-top:10px;margin-bottom:0}.common__menu .common__menu__element.active .common__submenu{max-height:300px}.maps_container{position:relative;width:100%;height:554px;background-color:grey}@media screen and (max-width: 575px){.contacts_page{padding-top:32px}}.contacts_page .common__menu{width:33%;padding-left:0;list-style-type:none}.contacts_page .common__menu__element{text-transform:uppercase;cursor:pointer}.contacts_page__switch{display:none}.contacts_page__switch.active{display:block}.contacts_page__block{padding-top:24px}.contacts_page__content{width:62%;margin-left:5%;margin-bottom:40px}@media screen and (max-width: 992px){.contacts_page__content{width:100%;margin-left:0;margin-bottom:0}}@media screen and (max-width: 475px){.contacts_page__content{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;margin-bottom:0}}.contacts_page__central{max-width:740px;background-color:#F7F6F5;padding:56px 80px;text-align:left}@media screen and (max-width: 992px){.contacts_page__central{min-width:580px;margin:0 auto 40px}}@media (max-width: 615px){.contacts_page__central{min-width:400px;padding:30px 20px}}@media screen and (max-width: 475px){.contacts_page__central{min-width:unset}}.contacts_page__title{font-size:32px;line-height:40px;color:#212121;font-weight:bold;text-transform:uppercase;margin-bottom:42px}@media screen and (max-width: 475px){.contacts_page__title{font-size:24px;line-height:32px}}.contacts_page__subtitle{font-size:16px;line-height:24px;color:#002B5C;font-weight:bold;opacity:0.6;text-transform:uppercase;margin-bottom:10px}.contacts_page__info{margin-bottom:32px;color:#212121;font-size:18px;font-weight:bold;line-height:23px}.contacts_page__info>*{margin-right:24px;font-weight:bold}@media screen and (max-width: 475px){.contacts_page__info>*{width:100%;display:block;margin-bottom:12px}}@media screen and (max-width: 475px){.contacts_page__info{font-size:16px}}.contacts_page__maps{position:absolute !important;top:0;left:0;width:100%;height:100%;visibility:hidden}.contacts_page__maps.active{visibility:visible}.contacts_page__scroll{height:47px;display:none;overflow:hidden}@media screen and (max-width: 992px){.contacts_page__scroll{display:block}}.contacts_page__menu_mobile{display:none;overflow:auto}.contacts_page__menu_mobile__element{padding:0 12px 24px;font-size:16px;min-width:max-content;font-weight:bold;line-height:24px;cursor:pointer;color:black;transition:all .3s}.contacts_page__menu_mobile__element:hover{color:#002B5C}@media screen and (max-width: 992px){.contacts_page__menu_mobile{display:flex}}.contacts_page .contacts_page__submenu_mobile{display:none;overflow:auto}.contacts_page .contacts_page__submenu_mobile.active{display:flex}.dec_and_prod{width:100%;background-color:white;padding-bottom:40px}@media screen and (max-width: 768px){.dec_and_prod{padding-bottom:16px}}@media screen and (max-width: 575px){.dec_and_prod{padding-top:32px}}.dec_and_prod__und_title{color:#212121;font-size:20px;line-height:28px;margin-bottom:48px;font-weight:bold;margin-top:35px}@media screen and (max-width: 575px){.dec_and_prod__und_title{margin-top:4px;margin-bottom:24px}}.dec_and_prod__container{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.dec_and_prod__container.no-justify{justify-content:flex-start}.dec_and_prod__element{width:calc(50% - 16px);height:286px;margin-bottom:32px;display:flex;align-content:flex-end;align-items:flex-end}.dec_and_prod__element:hover .dec_and_prod__describtion__text{max-height:100px;margin-bottom:32px}@media screen and (max-width: 475px){.dec_and_prod__element:hover .dec_and_prod__describtion__text{margin-bottom:20px}}.dec_and_prod__element:hover .dec_and_prod__describtion{background-color:#002B5C;min-height:100%}.dec_and_prod__element:hover .dec_and_prod__describtion__full{height:36px;margin-bottom:42px}@media screen and (max-width: 992px){.dec_and_prod__element:hover .dec_and_prod__describtion__full{margin-bottom:20px}}@media screen and (max-width: 768px){.dec_and_prod__element{width:80%;margin-left:10%;margin-bottom:16px}}@media screen and (max-width: 575px){.dec_and_prod__element{width:100%;margin-left:0}}.dec_and_prod__describtion{padding-left:32px;background-color:#fff0;transition:background-color .5s;min-height:0;transition:all .3s;flex:1;padding-right:10px}.dec_and_prod__describtion__title{color:#FFFFFF;font-size:32px;margin-top:32px;font-weight:bold;line-height:40px;padding-right:15px;margin-bottom:20px}@media screen and (max-width: 1366px){.dec_and_prod__describtion__title{font-size:25px}}@media screen and (max-width: 992px){.dec_and_prod__describtion__title{font-size:22px;margin-top:24px;margin-bottom:15px}}@media screen and (max-width: 475px){.dec_and_prod__describtion__title{line-height:31px}}@media screen and (max-width: 575px){.dec_and_prod__describtion__title{padding-left:0}}@media screen and (max-width: 575px){.dec_and_prod__describtion{padding-left:24px}}.dec_and_prod__describtion__full{background:url(/local/templates/wptt_2020/./images/arrow-elipse.svg) no-repeat,url(/local/templates/wptt_2020/./images/arrow-point-to-right.svg) no-repeat;width:36px;height:0;transition:all .3s;display:block;background:url(/local/templates/wptt_2020/./images/arrow-elipse.svg) no-repeat,url(/local/templates/wptt_2020/./images/arrow-point-to-right.svg) no-repeat;background-position:0px 0px, 12px 11px;margin-bottom:0}.dec_and_prod__describtion__text{color:#FFFFFF;font-size:16px;transition:max-height .25s linear , margin-bottom .15s linear;max-height:0;line-height:22px;overflow:hidden;margin-bottom:0}@media screen and (max-width: 992px){.dec_and_prod__describtion__text{font-size:12px}}.decision_and_production__title_first{font-family:"Din Pro",sans-serif}.decision_and_production__title_first a:after{content:' / ';position:relative;display:inline-block;margin:0 5px}.decision_and_production__title_first a:last-child:after{display:none}.decision_and_production__title_second{font-family:"Din Pro",sans-serif}.decision_and_production__full{font-family:"HelveticaNeueCyr",sans-serif}@media screen and (max-width: 575px){.page_content{padding-top:32px}}.page_content__top{border-bottom:1px solid #D1D3D468;padding-bottom:18px}.page_content__description{color:#212121;font-size:24px;line-height:32px;max-width:1000px}.dec_card__list{list-style-image:url("/local/templates/wptt_2020/./images/marker.svg");padding-left:16px}.dec_card__list__element{max-width:600px;font-size:16px;line-height:22px;color:#212121;padding-left:14px;opacity:0.7;margin-bottom:8px}.page_content__products{padding-top:48px;padding-bottom:72px;border-bottom:1px solid #D1D3D468}@media screen and (max-width: 992px){.page_content__products{padding-bottom:20px}}.page_content__products__title{color:#212121;font-size:40px;line-height:52px;width:100%;margin-bottom:40px;font-weight:bold}.page_content__products__container{display:flex;margin-left:-0.5%;margin-right:-0.5%;flex-wrap:wrap;width:102%}@media screen and (max-width: 992px){.page_content__products__container{flex-wrap:wrap;width:103%;margin-left:-1%;margin-right:-3%}}.page_content__docs .main_container{flex-wrap:wrap}@media screen and (max-width: 575px){.page_content__docs{padding-bottom:32px}}.page_content__products__element{width:24%;background-position:center;background-size:cover;margin:0 0.5% 1%;display:flex;position:relative;align-items:flex-end;height:286px;align-content:flex-end}.page_content__products__element p{margin:0;z-index:10}@media screen and (max-width: 992px){.page_content__products__element{width:44%;margin-bottom:40px;margin:0 3% 40px}}@media screen and (max-width: 768px){.page_content__products__element{margin-bottom:25px}}@media screen and (max-width: 575px){.page_content__products__element{width:85%}}@media screen and (max-width: 475px){.page_content__products__element{width:100%}}.page_content__products__element:after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background-color:#000;opacity:0.2}.page_content__product__text{font-size:24px;line-height:32px;color:#FFFFFF;padding:24px}@media screen and (max-width: 1280px){.page_content__product__text{padding:15px;font-size:18px}}@media screen and (max-width: 992px){.page_content__product__text{font-size:24px}}@media screen and (max-width: 768px){.page_content__product__text{font-size:19px}}.page_content__docs__element{background-image:url("/local/templates/wptt_2020/./images/dec_caed__docs__back.svg");background-position:left;margin-top:60px;width:100%;background-repeat:no-repeat;margin-bottom:20px;padding-left:50px}@media screen and (max-width: 575px){.page_content__docs__element{margin-top:32px}}.page_content__element__text{color:#002B5C;font-size:16px;max-width:600px;font-weight:bold;display:block;line-height:20px}@media screen and (max-width: 575px){.page_content__element__text{font-size:14px}}.page_content__element__params{color:#0E1010;opacity:0.64;font-size:14px;line-height:18px}.page_content__docs__element:nth-child(2){margin-top:24px;margin-bottom:72px}@media screen and (max-width: 575px){.page_content__docs__element:nth-child(2){margin-bottom:32px}}.documents_block{margin-top:60px;margin-bottom:40px}@media screen and (max-width: 575px){.documents_block{margin-top:24px;margin-bottom:24px}}.documents_block .page_content__docs__element{margin-top:0;margin-bottom:30px}.footer_logos{width:100%;padding-top:24px;padding-bottom:24px}@media screen and (max-width: 575px){.footer_logos{background-color:#ffffff;padding-top:20px;padding-bottom:20px}}.footer_logos__container{max-width:1512px;padding:0 40px;margin:0 auto;height:80px;overflow:hidden}@media (max-width: 1512px){.footer_logos__container{padding-left:20px;padding-right:20px}}@media screen and (max-width: 575px){.footer_logos__container{height:60px}}.footer_logos__flex{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;overflow:auto}.footer_logos__item{flex-shrink:0;display:inline-block;width:168px;height:80px;background-position:center;background-size:contain;background-repeat:no-repeat}.footer_logos__item:not(:first-child){margin-left:15px}.footer_logos__item:not(:last-child){margin-right:15px}@media screen and (max-width: 575px){.footer_logos__item{width:125px;height:60px}}.footer_menu{flex:1;display:flex;align-items:center;list-style:none;padding:0;margin:0}@media screen and (max-width: 1140px){.footer_menu{flex-wrap:wrap;margin-right:30px}}@media screen and (max-width: 992px){.footer_menu{display:none}}.footer_menu__li{margin:0 16px}@media screen and (max-width: 1280px){.footer_menu__li{margin:0 12px}}.footer_menu__a{font-size:16px;line-height:23px;letter-spacing:0.1em;text-transform:uppercase}@media screen and (max-width: 1280px){.footer_menu__a{font-size:15px}}footer{width:100%;background-color:#002B5C}footer .footer__top{border-bottom:1px solid #FFFFFF68;padding-top:40px;padding-bottom:27px;width:100%;display:flex;justify-content:space-between}@media screen and (max-width: 670px){footer .footer__top{justify-content:center}}@media screen and (max-width: 575px){footer .footer__top{padding-top:32px;padding-bottom:20px}}@media screen and (max-width: 670px){footer .footer__top .footer__top__menu_block{display:none}}footer .footer__top .footer__top__menu_block .footer__menu__element{color:#FFFFFF;font-size:16px;line-height:20px;margin-right:28px}footer .footer__top .footer__top__menu_block .footer__menu__element.unusual{padding-left:21px;background-image:url("/local/templates/wptt_2020/./images/foreign_white.svg");background-position:left;background-repeat:no-repeat;transition:all .3s}footer .footer__top .footer__top__menu_block .footer__menu__element.unusual:hover{background-image:url("/local/templates/wptt_2020/./images/foreign_orange.svg")}@media screen and (max-width: 992px){footer .footer__top .footer__top__menu_block .footer__menu__element{font-size:14px;line-height:20px;margin-right:13px}}footer .footer__top a{color:white}footer .footer__top .footer__tel{font-size:24px;line-height:30px}@media screen and (max-width: 992px){footer .footer__top .footer__tel{font-size:20px;line-height:23px}}footer .footer__bottom{width:100%;padding-top:40px;padding-bottom:37px;color:white;display:flex;justify-content:space-between}@media screen and (max-width: 575px){footer .footer__bottom{padding-top:20px;padding-bottom:30px}}@media screen and (max-width: 575px){footer .footer__bottom{flex-wrap:wrap;justify-content:center}}footer .footer__bottom .footer__copyright{font-size:14px}@media screen and (max-width: 575px){footer .footer__bottom .footer__copyright{width:100%;text-align:center;margin-bottom:15px}}footer .footer__bottom .footer__web{font-size:14px}footer .footer__bottom .footer__web a{font-weight:bold;color:white}.ftext h4{color:#212121;font-size:16px;margin-bottom:10px;font-weight:bold;max-width:576.05px;line-height:22px;margin-top:24px}.ftext ol>li{margin-bottom:10px}.ftext .open_form{width:192px;height:48px;background:#002B5C;border-radius:2px;color:white;display:flex;letter-spacing:0.02em;font-size:14px;line-height:18px;border:0;margin-top:32px;justify-content:center;align-items:center}.ftext p{color:rgba(33,33,33,0.7);display:block;max-width:620px;margin-bottom:20px}.ftext h3{margin-top:20px;color:#212121;font-size:32px;margin-bottom:10px;font-weight:bold;width:100%;margin-bottom:24px;line-height:40px}@media screen and (max-width: 575px){.ftext h3{font-size:25px}}.ftext h3:first-child{margin-top:0 !important}.ftext span{color:#212121;font-size:16px;margin-bottom:32px;line-height:22px;display:block;max-width:576.05px}.ftext ul{list-style-image:url(/local/templates/wptt_2020/./images/marker.svg);padding-left:16px}.ftext ul li{margin-bottom:16px;line-height:26px;max-width:600px;font-size:16px;line-height:22px;color:#212121;padding-left:14px;opacity:0.7}.ftext.mar-bot{margin-bottom:72px;padding-top:40px}@media screen and (max-width: 992px){.ftext.mar-bot{padding-top:24px}}.slick-dots{bottom:-52px !important}.header_menu{display:flex;list-style:none;padding:0;margin:0;order:1}@media screen and (max-width: 992px){.header_menu{display:none}}.header_menu__li{display:inline-block;margin:0 28px}@media screen and (max-width: 1440px){.header_menu__li{margin:0 18px}}@media screen and (max-width: 1280px){.header_menu__li{margin:0 10px}}.header_menu__a{display:block;font-size:16px;line-height:23px;letter-spacing:0.1em;text-transform:uppercase;color:#ffffff;position:relative}body.header_white .header_menu__a{color:rgba(35,31,32,0.9)}@media screen and (max-width: 1280px){.header_menu__a{font-size:15px}}.header_menu__a.active:before{content:'';display:block;width:99%;height:3px;background-color:#1D498E;position:absolute;bottom:-37px}@media screen and (max-width: 1140px){.header_menu__a.active:before{bottom:-24px}}.header_search_send{cursor:pointer}.another header{position:relative;background-color:white}.another header select{color:#212f52;position:relative;top:13px;font-size:15px;background-image:url("/local/templates/wptt_2020/./images/arrow_lang_dark.svg");background-repeat:no-repeat;background-position:right}@media screen and (max-width: 575px){.another header select{top:3px}}.another header select option{color:black}.another header .header__logo{background-image:url("/local/templates/wptt_2020/./images/logo-colo.svg") !important;background-position:center;background-size:contain;background-repeat:no-repeat}html[lang="en"] .another header .header__logo{background-image:url("/local/templates/wptt_2020/./images/logo-colo-en.svg") !important}.another header .header__logo:after{border:1px solid rgba(35,31,32,0.1) !important}@media screen and (max-width: 575px){.another header .header__logo:after{top:0px !important}}.another header .header__lang{color:#002B5C !important}.another header .header__phone{color:#212121 !important;font-weight:bold}.another header .header__feedback{background-color:#002B5C !important;color:white !important}.another header .header_menu__element{color:#002B5C !important;font-weight:bold !important}.another header .header_menu__element.unusual{background-image:url("/local/templates/wptt_2020/./images/foreign_orange.svg") !important}.another header .header_top:after{border-bottom:1px solid #D1D3D4 !important;opacity:0.4}.another header .header_bottom form .header_search_send{color:#212121 !important;font-weight:bold}.another header .header_bottom__icon{background-image:url("/local/templates/wptt_2020/./images/magnifire_orange.svg") !important;cursor:pointer}.another header .header_search{border-bottom:1px solid orange !important;color:#212121 !important}.another header .header__burger_button{border-bottom:1.5px solid #212f52 !important}.another header .header__burger_button:before,.another header .header__burger_button:after{border-bottom:2px solid #212f52 !important}.another header .header__burger_button.active{position:fixed}.another header .header__burger_button.active:before,.another header .header__burger_button.active:after{transform:translate(4px, -9px) rotate(45deg);border-bottom:2px solid white !important}header{display:flex;width:100%;font-family:"HelveticaNeueCyr",sans-serif;justify-content:space-between;position:absolute;top:0px;left:0px;flex-shrink:0;box-sizing:border-box;flex-wrap:wrap;z-index:1;padding:0 120px;transition:background-color .4s}header .header_search{padding:0}header select{color:white;position:relative;top:13px;font-size:15px;background-image:url("/local/templates/wptt_2020/./images/arrow_lang_white.svg");background-repeat:no-repeat;background-position:right}@media screen and (max-width: 575px){header select{top:3px}}header select option{color:black}@media screen and (max-width: 1280px){header{padding:0 40px}}@media screen and (max-width: 575px){header{padding:0 20px}}@media screen and (max-width: 320px){header{height:106px}}header.active{background-color:#002B5C !important;position:fixed !important}header.active .header__logo{background-image:url("/local/templates/wptt_2020/./images/Logo-nef.svg");background-position:center;background-size:contain;background-repeat:no-repeat;display:block}html[lang="en"] header.active .header__logo{background-image:url("/local/templates/wptt_2020/./images/Logo-nef-en.svg")}header.active .header__logo:after{border-left:1px solid rgba(255,255,255,0.4) !important}@media screen and (max-width: 575px){header.active .header__logo:after{top:0px !important}}header.active .header__lang{color:white !important}header .header_top{height:106px;display:flex;position:relative;justify-content:space-between;width:100%}@media screen and (max-width: 992px){header .header_top{align-items:center}}header .header_top:after{content:'';width:calc(100% + 240px);height:0;top:100%;left:-120px;border-bottom:1px solid #ffffff59;position:absolute}@media screen and (max-width: 1280px){header .header_top:after{width:calc(100% + 80px);left:-40px}}@media screen and (max-width: 575px){header .header_top:after{width:calc(100% + 40px);left:-20px}}header .header_top .header__right_part{display:flex;align-items:center;position:relative;width:360px}@media screen and (max-width: 575px){header .header_top .header__right_part{width:207px}}header .header_top .header__right_part .header__logo{width:288px;height:64px;margin-right:40px;position:relative;margin-right:28px;background-image:url("/local/templates/wptt_2020/./images/Logo-nef.svg");background-position:center;background-size:contain;background-repeat:no-repeat}html[lang="en"] header .header_top .header__right_part .header__logo{background-image:url("/local/templates/wptt_2020/./images/Logo-nef-en.svg")}header .header_top .header__right_part .header__logo:after{content:'';position:absolute;left:106%;top:26px;width:0px;height:36px;border-left:1px solid rgba(255,255,255,0.4)}@media screen and (max-width: 575px){header .header_top .header__right_part .header__logo:after{top:0px !important}}@media screen and (max-width: 575px){header .header_top .header__right_part .header__logo{background-size:contain;background-repeat:no-repeat;width:166px;height:37px;margin-right:20px}header .header_top .header__right_part .header__logo:after{top:7px}}header .header_top .header__right_part .header__lang_container{position:absolute;height:15px;overflow:hidden;padding-right:12px;left:auto;top:55px;right:-10px;transition:all .15s}@media screen and (max-width: 992px){header .header_top .header__right_part .header__lang_container{top:34px}}@media screen and (max-width: 575px){header .header_top .header__right_part .header__lang_container{top:14px}}header .header_top .header__right_part .header__lang_container:after{content:'';width:9px;background-image:url("/local/templates/wptt_2020/./images/lang__arrow.svg");background-repeat:no-repeat;background-position:center;height:5px;transition:all .15s;position:absolute;transform:rotate(0deg);left:auto;top:7px;right:0}header .header_top .header__right_part .header__lang_container.active{height:70px}header .header_top .header__right_part .header__lang_container.active:after{transform:rotate(180deg)}header .header_top .header__right_part .header__lang{height:22px;font-weight:bold;cursor:pointer;font-size:14px;color:white}@media screen and (max-width: 992px){header .header_top .header__right_part .header__lang{top:16px}}@media screen and (max-width: 575px){header .header_top .header__right_part .header__lang{height:15px}}header .header_top .header__left_part{display:flex;align-items:center;justify-content:space-around}header .header_top .header__left_part .header__phone{font-size:24px;margin-right:32px;line-height:30px;color:white}header .header_top .header__left_part .header__feedback{width:168px;height:48px;border:1px solid #FFFFFF;box-sizing:border-box;border-radius:2px;cursor:pointer;color:white;box-sizing:border-box;padding-top:13px;text-align:center}@media screen and (max-width: 992px){header .header_top .header__left_part{display:none}}header .header_top .header__burger_button{display:none}@media screen and (max-width: 992px){header .header_top .header__burger_button{display:block;cursor:pointer;width:30px;height:12px;border-bottom:1.5px solid white;position:relative}header .header_top .header__burger_button:after{content:'';width:inherit;height:inherit;border-bottom:1.5px solid white;position:absolute;transition:all .3s;height:22px}header .header_top .header__burger_button:before{content:'';width:inherit;border-bottom:2px solid white;position:absolute;transition:all .3s}header .header_top .header__burger_button.active{border-bottom:0}header .header_top .header__burger_button.active:after{border-bottom:1.5px solid white !important;transform:translate(4px, -9px) rotate(45deg)}header .header_top .header__burger_button.active:before{border-bottom:1.5px solid white !important;transform:translate(-3px, 9px) rotate(-45deg)}}@media screen and (max-width: 992px){header .header_bottom{display:none}}header .header_bottom nav{display:flex;justify-content:space-between}header .header_bottom nav .header_menu__element{font-size:16px;line-height:20px;color:#FFFFFF}header .header_bottom nav .header_menu__element.unusual{padding-left:21px;background-image:url("/local/templates/wptt_2020/./images/foreign_white.svg");background-position:left 42%;height:100%;background-repeat:no-repeat;transition:all .3s}header .header_bottom nav .header_menu__element.unusual:hover{background-image:url("/local/templates/wptt_2020/./images/foreign_orange.svg")}header .header_bottom form{display:flex}header .header_bottom form .header_bottom__icon{background-image:url("/local/templates/wptt_2020/./images/magnifire.svg");background-repeat:no-repeat;background-position:center;width:30px;cursor:pointer;height:40px}header .header_bottom form .header_search{width:0px;height:34px;padding:0;color:white;background-color:#ffffff00;transition:width .4s;border-bottom:1px solid #ffffffbd}header .header_bottom form .header_search.active{width:231px}header .header_bottom form .header_search_send{background-color:#ffffff00;color:#FFFFFF}.header_menu_mobile{position:fixed;top:106px;z-index:100;right:0;left:auto;width:0;height:calc(100% - 106px);margin:0;color:white;box-sizing:border-box;padding:0;transition:width .4s;background-color:#002B5C;overflow-y:scroll}.header_menu_mobile.active{width:100%}.header_menu_mobile .header_menu_mobile__contact{width:100%;display:flex;border-top:1px solid #ffffff63;justify-content:space-around;border-bottom:1px solid #ffffff63;height:66px;align-items:center}.header_menu_mobile .header_menu_mobile__contact .header_menu_mobile__tel{font-size:24px;color:white;cursor:pointer;line-height:30px}.header_menu_mobile .header_menu_mobile__contact .header_menu_mobile__tel.disabled{display:none}.header_menu_mobile .header_menu_mobile__contact form{z-index:100}.header_menu_mobile .header_menu_mobile__contact .header_menu_mobile__search{background-image:url("/local/templates/wptt_2020/./images/magnifire_mobile.svg");background-repeat:no-repeat;background-position:center;width:30px;position:relative;top:10px;background-color:#fff0;height:30px}.header_menu_mobile .header_menu_mobile__contact .header_menu_mobile__input{background-color:#fff0;border-bottom:1px solid white;margin-bottom:5px;width:0px;transition:width .3s;color:white;-webkit-appearance:none;-moz-appearance:none;border-radius:0 !important}.header_menu_mobile .header_menu_mobile__contact .header_menu_mobile__input.active{width:194px}.header_menu_mobile .header_menu_mobile__element{width:100%;font-size:24px;line-height:30px;min-width:600px;padding-top:34px;list-style:none;padding-bottom:15px;height:90px;position:relative;color:white;padding-left:40px;text-align:center}.header_menu_mobile .header_menu_mobile__element.unusual:after{content:'';background-image:url("/local/templates/wptt_2020/./images/arr-menu.svg");position:absolute;top:40%;left:63%;width:30px;height:30px;transform:rotate(180deg);transition:transform .4s;background-repeat:no-repeat;background-position:center}.header_menu_mobile .header_menu_mobile__element.unusual.active:after{transform:rotate(0deg)}.header_menu_mobile .header_menu_mobile__element.btn_container{display:flex;border-top:1px solid #ffffff63;justify-content:center}@media screen and (max-width: 475px){.header_menu_mobile .header_menu_mobile__element.btn_container{padding-left:0}}@media screen and (max-width: 575px){.header_menu_mobile .header_menu_mobile__element{min-width:unset;text-align:left}.header_menu_mobile .header_menu_mobile__element.unusual:after{left:200px}}.header_menu_mobile .header_menu_mobile__element .header_mobile__btn{width:280px;height:48px;border:1px solid #FFFFFF;font-size:14px;box-sizing:border-box;border-radius:2px;text-align:center;padding-top:8px}.header_menu_mobile .header_menu_mobile__element_list{width:100%;max-height:0;overflow:hidden;transition:max-height 1.5s}.header_menu_mobile .header_menu_mobile__element_list.active{max-height:500px}.header_menu_mobile .header_menu_mobile__element_list li{font-size:16px;line-height:20px;text-align:center;width:100%;list-style:none;padding-top:10px;padding-bottom:10px}@media screen and (max-width: 575px){.header_menu_mobile .header_menu_mobile__element_list li{text-align:left}}@keyframes slidebottom{from{background-position:0px 76px, 10px 16px}50%{background-position:0px 89px, 10px 16px}to{background-position:0px 76px, 10px 16px}}.main_container.main_container__title{margin-top:70px}.top_block{overflow:hidden;font-family:"HelveticaNeueCyr",sans-serif;height:100vh;background-image:url("/local/templates/wptt_2020/./images/main_screen.jpg");background-position:center;background-size:cover;position:relative}.top_block__video{position:absolute;display:flex;overflow:hidden;height:100vh;width:100%;align-items:center;justify-content:center}.top_block__video video{position:absolute;top:50%;left:50%;display:block;width:auto;min-width:100%;height:auto;min-height:100%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.top_block__video:after{content:'';position:absolute;width:100%;height:100%;background-color:#00000055;top:0;left:0;display:block}.top_block .top_block__mouse{font-size: 12px;
    line-height: 11px;
    color: white;
    width: 104vh;
    transform: rotate(-90deg);
    box-sizing: border-box;
    padding-left: 217px;
    top: 45vh;
    left: auto;
    height: 60px;
    border-bottom: 1px solid #ffffff59;
    right: -41vh;
    position: absolute;}@media screen and (max-width: 1280px){.top_block .top_block__mouse{right:-45vh}}@media screen and (max-width: 992px){.top_block .top_block__mouse{display:none}}.top_block .top_block__mouse:before{content:'';background:url(/local/templates/wptt_2020/./images/mouse.svg) no-repeat,url(/local/templates/wptt_2020/./images/Line.svg) no-repeat;background-position:center;width:23px;height:135px;right:auto;left:140px;background-position:0px 76px, 10px 16px;bottom:-17px;position:absolute;display:block;transform:rotate(90deg);animation:slidebottom 1s infinite}.top_block h1{font-size:64px;line-height:82px;text-transform:uppercase;color:white;position:relative;top:70vh;width:859px;left:120px}@media screen and (max-width: 1280px){.top_block h1{top:72vh;font-size:47px;width:675px;line-height:56px}}@media screen and (max-width: 992px){.top_block h1{left:40px;font-size:39px;width:519px}}@media screen and (max-width: 575px){.top_block h1{left:23px;font-size:31px;width:445px}}@media screen and (max-width: 475px){.top_block h1{left:20px;font-size:32px;width:270px;line-height:40px;top:calc(100% - 160px)}}.decision_and_production__title_first{width:100%;text-align:left;box-sizing:border-box;padding-left:70px;color:#F99D27;letter-spacing:0.03em;position:relative;text-transform:uppercase;font-weight:normal;font-size:16px;line-height:24px}.decision_and_production__title_first:before{content:'';width:60px;position:absolute;height:0px;left:0px;top:10px;border-bottom:1px solid #F99D27}@media screen and (max-width: 575px){.decision_and_production__title_first:before{border-bottom:0;width:10px;top:7px;height:10px;background-position:center;background-size:cover;background-image:url("/local/templates/wptt_2020/./images/arrow_left_small.svg")}}@media screen and (max-width: 575px){.decision_and_production__title_first{font-size:14px;line-height:22px;top:7px;padding-left:16px;margin-bottom:15px}}.decision_and_production__title_container{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.decision_and_production__title_container.no-justify{justify-content:flex-start}@media screen and (max-width: 992px){.decision_and_production__title_container{flex-wrap:wrap}}.decision_and_production__title_container .decision_and_production__title_second{font-size:64px !important;line-height:82px;font-weight:bold;text-transform:uppercase;color:#212121}.decision_and_production__title_container .decision_and_production__title_second:not(:last-child){margin-right:64px;margin-bottom:0}.decision_and_production__title_container .decision_and_production__title_second.opacity{color:#BCBEC0;cursor:pointer}@media screen and (max-width: 1140px){.decision_and_production__title_container .decision_and_production__title_second{font-size:54px !important}}@media screen and (max-width: 992px){.decision_and_production__title_container .decision_and_production__title_second{font-size:36px !important;line-height:51px}}@media screen and (max-width: 475px){.decision_and_production__title_container .decision_and_production__title_second{font-size:31px !important}}.decision_and_production__title_container .decision_and_production__full{font-size:16px;line-height:20px;padding-top:6px;display:flex;justify-content:center;align-items:center;align-content:center;width:fit-content;height:36px;margin-bottom:15px;background-position:100% 0px, 94.3% 12px;position:relative;font-weight:bold;color:#001643}.decision_and_production__title_container .decision_and_production__full img{margin-left:15px}@media screen and (max-width: 768px){.decision_and_production__title_container .decision_and_production__full{margin-bottom:20px}}.decision_and_production{width:100%;background-color:white;padding:40px 0 72px;font-family:'DIN Pro'}@media screen and (max-width: 575px){.decision_and_production{padding:32px 0}}.decision_and_production__element_container{width:calc(100% + 2%);flex-wrap:wrap;display:flex;margin-left:-1%;flex-wrap:wrap;margin-right:-1%;display:flex}.decision_and_production__element_container .decision_and_production__element{width:23%;height:286px;background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;margin:0 1%;align-items:flex-end;margin-bottom:32px}.decision_and_production__element_container .decision_and_production__element__describtion{box-sizing:border-box;padding:24px;width:100%;display:block;min-width:0;min-height:0;max-height:100%;box-sizing:border-box;background-color:#fff0;transition:all .23s}@media screen and (max-width: 992px){.decision_and_production__element_container .decision_and_production__element__describtion{padding:13px;padding-top:24px}}.decision_and_production__element_container .decision_and_production__element:hover .decision_and_production__element__describtion{background-color:#002B5C;min-height:100%}.decision_and_production__element_container .decision_and_production__element:hover .decision_and_production__describtion__hidden{max-height:150px}@media screen and (max-width: 1140px){.decision_and_production__element_container .decision_and_production__element{width:31.4%;margin:0 0.9% 20px}}@media screen and (max-width: 768px){.decision_and_production__element_container .decision_and_production__element{width:48%}}@media screen and (max-width: 575px){.decision_and_production__element_container .decision_and_production__element{height:260px}}@media screen and (max-width: 475px){.decision_and_production__element_container .decision_and_production__element{width:100% !important;font-size:32px}}.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:24px;line-height:32px;margin-bottom:15px;color:#FFFFFF}@media screen and (max-width: 1280px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:20px}}@media screen and (max-width: 1140px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:25.5px}}@media screen and (max-width: 992px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:24px}}@media (max-width: 863px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:21px}}@media screen and (max-width: 768px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:28px}}@media screen and (max-width: 645px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:23px}}@media screen and (max-width: 575px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:19px}}@media screen and (max-width: 475px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:32px !important}}@media screen and (max-width: 370px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__title{font-size:24px !important}}.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__hidden{max-height:0;width:100%;overflow:hidden;transition:all .3s}.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__btn{width:36px;height:36px;display:block;margin-bottom:15px;background-image:urL("/local/templates/wptt_2020/./images/arrow__title_right.svg");background-position:0px 0px, 12px 11px}.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__descr{font-size:12px;line-height:17px;color:#FFFFFF}@media screen and (max-width: 1280px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__descr{font-size:11px}}@media screen and (max-width: 1140px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__descr{font-size:12px}}@media screen and (max-width: 992px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__descr{font-size:11px}}@media screen and (max-width: 575px){.decision_and_production__element_container .decision_and_production__element .decision_and_production__describtion__descr{font-size:10px}}.newsi{background-color:#F7F6F5;padding-top:84px;padding-bottom:75px;font-family:'DIN Pro'}@media screen and (max-width: 575px){.newsi{padding-top:32px;padding-bottom:32px}}.newsi .decision_and_production__full{padding-top:11px;height:39px;background-position:215px 0px, 228px}.newsi .newsi__container{width:calc(100% + 2%);display:flex;padding-top:30px;border-radius:2px;margin-left:-1%;margin-right:-1%}@media screen and (max-width: 992px){.newsi .newsi__container{padding-top:10px}}@media screen and (max-width: 768px){.newsi .newsi__container{flex-wrap:wrap}}.newsi .newsi__container .newsi__element{height:276px;width:23%;margin:1%;box-sizing:border-box;padding:27px;background-color:white;box-shadow:0;position:relative;display:block;bottom:0;transition:all .4s}.newsi .newsi__container .newsi__element:hover{box-shadow:2px 12px 24px rgba(0,13,29,0.1);bottom:15px}.newsi .newsi__container .newsi__element__data{color:#9CA2B1;text-transform:uppercase;font-size:16px;position:relative;margin-bottom:32px}@media screen and (max-width: 1140px){.newsi .newsi__container .newsi__element__data{font-size:13px}}@media screen and (max-width: 992px){.newsi .newsi__container .newsi__element__data{font-size:13px}}.newsi .newsi__container .newsi__element__data:after{content:'';width:30%;display:block;position:absolute;left:73%;bottom:10px;height:0;border-bottom:1px solid #E4E4E4}@media screen and (max-width: 1140px){.newsi .newsi__container .newsi__element__data:after{left:78%}}@media screen and (max-width: 992px){.newsi .newsi__container .newsi__element__data:after{display:none}}@media screen and (max-width: 768px){.newsi .newsi__container .newsi__element__data:after{display:block;left:61%}}@media screen and (max-width: 575px){.newsi .newsi__container .newsi__element__data:after{left:77%}}@media screen and (max-width: 475px){.newsi .newsi__container .newsi__element__data:after{left:63%;width:43%}}.newsi .newsi__container .newsi__element__text{color:#212121;opacity:0.7;font-size:16px;line-height:22px}@media screen and (max-width: 992px){.newsi .newsi__container .newsi__element__text{font-size:12px;line-height:17px}}.newsi .newsi__container .newsi__element__full{position:absolute;top:auto;display:block;bottom:20px;width:102px;opacity:0;transition:all .4s}.newsi .newsi__container .newsi__element__full:after{content:'';background-image:url(/local/templates/wptt_2020/./images/arrow-point-to-right.svg);background-repeat:no-repeat;width:20px;display:block;position:absolute;height:20px;left:auto;right:0;bottom:auto;top:0;background-position:right}@media screen and (max-width: 575px){.newsi .newsi__container .newsi__element__full{opacity:1}}.newsi .newsi__container .newsi__element:hover .newsi__element__full{opacity:1}@media screen and (max-width: 768px){.newsi .newsi__container .newsi__element{width:48%;margin-bottom:17px}}@media screen and (max-width: 475px){.newsi .newsi__container .newsi__element{width:100%;margin:0 auto 18px}}.about_company{background-color:white;padding-top:63px;padding-bottom:52px}@media screen and (max-width: 575px){.about_company{padding-top:32px;padding-bottom:2px}}.about_company .decision_and_production__full{height:36px;background-position:104px 0px, 117px 12px}.about_company__container{display:flex;flex-wrap:wrap;width:100%;padding-top:40px;justify-content:space-between}@media screen and (max-width: 768px){.about_company__container{justify-content:center}}.about_company__container .about_us__btn{background-color:#F7F6F5;height:267px;margin-bottom:30px;border-radius:4px;transition:all .3s;display:block;bottom:0;cursor:pointer;position:relative}@media screen and (max-width: 768px){.about_company__container .about_us__btn{margin-bottom:16px}}.about_company__container .about_us__btn.first,.about_company__container .about_us__btn.fourth,.about_company__container .about_us__btn.fifth{width:49%}@media screen and (max-width: 768px){.about_company__container .about_us__btn.first,.about_company__container .about_us__btn.fourth,.about_company__container .about_us__btn.fifth{width:84%}}@media screen and (max-width: 475px){.about_company__container .about_us__btn.first,.about_company__container .about_us__btn.fourth,.about_company__container .about_us__btn.fifth{width:100%}}.about_company__container .about_us__btn.second,.about_company__container .about_us__btn.third{width:23%}@media screen and (max-width: 992px){.about_company__container .about_us__btn.second div,.about_company__container .about_us__btn.third div{margin-left:4%}}@media screen and (max-width: 768px){.about_company__container .about_us__btn.second,.about_company__container .about_us__btn.third{width:40%}}@media screen and (max-width: 475px){.about_company__container .about_us__btn.second,.about_company__container .about_us__btn.third{width:100%}}.about_company__container .about_us__btn.first,.about_company__container .about_us__btn.fifth{background-image:url("/local/templates/wptt_2020/./images/tracery.svg");background-repeat:no-repeat;background-position:100% 0}.about_company__container .about_us__btn div{margin-top:40px;padding-top:100px;width:320px;background-repeat:no-repeat;font-weight:bold;background-position:0 0;margin-left:32px}@media screen and (max-width: 475px){.about_company__container .about_us__btn div{width:235px}}.about_company__container .about_us__btn a{position:absolute;top:auto;left:auto;right:27px;bottom:20px;padding-right:30px;background-image:url("/local/templates/wptt_2020/./images/arrow-point-to-right.svg");background-position:right;background-repeat:no-repeat}.about_company__container .about_us__btn.first div{background-image:url("/local/templates/wptt_2020/./images/location-pin.svg")}.about_company__container .about_us__btn.second div{background-image:url("/local/templates/wptt_2020/./images/worker.svg");width:212px;max-width:calc(100% - 35px);font-size:14px}@media screen and (max-width: 768px){.about_company__container .about_us__btn.second{margin-right:30px}}@media screen and (max-width: 475px){.about_company__container .about_us__btn.second{margin-right:0}}.about_company__container .about_us__btn.third div{background-image:url("/local/templates/wptt_2020/./images/target.svg");width:212px;max-width:calc(100% - 35px)}.about_company__container .about_us__btn.fourth div{background-image:url("/local/templates/wptt_2020/./images/profits.svg")}.about_company__container .about_us__btn.fifth div{background-image:url("/local/templates/wptt_2020/./images/Frame.svg")}.about_company__container .about_us__btn:hover{box-shadow:2px 12px 24px rgba(0,13,29,0.1)}.about_company .decision_and_production__title_second{font-size:29px}.example{width:100%;padding-top:72px;padding-bottom:72px;background-color:#F7F6F5;background-image:url("/local/templates/wptt_2020/./images/world_map1.png");background-repeat:no-repeat;background-position:center}@media screen and (max-width: 992px){.example{background-position:-190px 792px;background-size:1300px}}@media (max-width: 879px){.example{background-position:-287px 792px}}@media screen and (max-width: 768px){.example{background-position:76% 96%;background-size:1584px}}@media screen and (max-width: 575px){.example{background-position:73% 100%;background-size:1584px;padding-top:32px;padding-bottom:32px}}.example__container{display:flex;justify-content:space-between;flex-wrap:wrap;width:50%;padding-top:38px;position:relative;margin-right:auto;margin-left:0}@media screen and (max-width: 992px){.example__container{width:87%;margin:0 auto;padding-top:18px}}@media screen and (max-width: 575px){.example__container{width:100%}}.example__element{background-position:top;width:47%;position:relative;margin-bottom:40px;background-repeat:no-repeat}@media screen and (max-width: 575px){.example__element{width:80%;margin:0 auto 30px}}@media screen and (max-width: 475px){.example__element{width:100%;margin:0 auto 30px}}.example__img_container{width:100%;padding-bottom:54%;background-position:center;background-size:cover;margin-bottom:15px}.example__title{padding:3px 8px;color:white;background-color:#002B5C;border-radius:2px;margin-bottom:7px;display:inline-block}.example__describtion{color:#002B5C;font-weight:bold;font-size:15px;padding-bottom:10px;border-bottom:1px solid #D1D3D4}.example__organization{color:#002B5C;opacity:0.7;font-size:14px;margin-top:15px}.example__date{color:#002B5C;opacity:0.7;font-size:14px}.example__count{width:50%;display:flex;justify-content:center;align-content:flex-end;align-items:flex-end}@media screen and (max-width: 768px){.example__count{width:100%}}.example__count__block{width:350px;margin-bottom:50px;padding:45px;flex-wrap:wrap;display:flex;justify-content:center;background-color:#fff;box-shadow:0px 0px 20px rgba(0,0,0,0.1);border-radius:2px}@media screen and (max-width: 768px){.example__count__block{margin-top:275px}}@media (max-width: 380px){.example__count__block{width:280px;padding-left:15px;padding-right:15px}}.example__count__count{width:40%;color:#212121;margin-right:15%;font-size:80px;text-align:right;line-height:80px;font-weight:bold}@media (max-width: 370px){.example__count__count{font-size:63px}}.example__count__text{width:45%;font-size:24px;padding-top:10px;line-height:32px;color:#212121;opacity:0.7}@media (max-width: 370px){.example__count__text{font-size:19px}}.example__count a{margin-top:31px;border-bottom:1px solid #F99D27}.main_container{max-width:1200px;margin:0 auto;display:flex;box-sizing:border-box;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width: 1280px){.main_container{padding:0 20px}}@media screen and (max-width: 575px){.main_container.main_container__title{margin-top:20px}}.main{flex:1;width:100%}.marker_mapbox{width:50px;background-size:cover;background-position:center;height:50px}.mc{padding-top:60px;padding-bottom:72px}@media screen and (max-width: 575px){.mc{padding-bottom:32px;padding-top:24px}}.mc__main{display:flex;width:100%;justify-content:space-between;margin-top:40px}@media screen and (max-width: 768px){.mc__main{flex-wrap:wrap;justify-content:center}}.mc__main__describtion{width:47.6%}@media screen and (max-width: 768px){.mc__main__describtion{width:80%}}@media screen and (max-width: 475px){.mc__main__describtion{width:100%}}.mc__main__img{background-position:center;background-size:cover;height:340px;width:48.6%;background-repeat:no-repeat}@media screen and (max-width: 768px){.mc__main__img{width:80%;margin-bottom:10px}}@media screen and (max-width: 475px){.mc__main__img{width:calc(100% + 40px);margin-left:-15px;margin-right:-15px;height:186px}}.mc__main__title{color:#212121;font-size:32px;line-height:40px;max-width:480px;font-weight:bold;margin-bottom:20px}@media screen and (max-width: 992px){.mc__main__title{font-size:26px}}@media screen and (max-width: 475px){.mc__main__title{font-size:24px;line-height:32px}}.mc__main__text{color:#212121;opacity:0.7;font-size:16px;line-height:26px;max-width:480px}@media screen and (max-width: 992px){.mc__main__text{font-size:14px}}.mc__tab{margin-top:56px;border-bottom:1px solid #d1d3d475;width:100%}.mc__tab .main_container{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.mc__tab .main_container::-webkit-scrollbar{display:none}.mc__tab__element{color:#212121;opacity:0.6;font-size:12px;line-height:18px;letter-spacing:0.03em;text-transform:uppercase;padding:0px 18px 17px;cursor:pointer;margin:0 5px;box-sizing:border-box;height:35px;transition:opacity .3s, border-bottom .3s}.mc__tab__element.active{opacity:1;font-weight:bold;border-bottom:3px solid #F99D27}.mc__describtion{padding-bottom:60px;padding-bottom:0}.mc__describtion .main_container{display:block}.mc__describtion__title{font-size:32px;line-height:40px;color:#212121;text-transform:uppercase;font-weight:bold;margin-top:40px;margin-bottom:24px}.mc__describtion__text_main{color:#212121;font-size:16px;margin-bottom:32px;line-height:22px;max-width:576.05px}.mc__describtion__subtitle{color:#212121;font-size:16px;margin-bottom:10px;font-weight:bold;max-width:576.05px;line-height:22px}.mc__describtion__text{font-size:16px;line-height:22px;margin-bottom:24px;max-width:576.05px;color:#212121;opacity:0.7}.mc .same_project .same_project__container{justify-content:flex-start}.mc .same_project .same_project__container .same_project__element{margin-right:32px}.mc .same_project .same_project__container .same_project__element.third{margin-left:0}@media screen and (max-width: 992px){.mc .same_project .same_project__container .same_project__element{width:48%}.mc .same_project .same_project__container .same_project__element.second{margin-right:0px}.mc .same_project .same_project__container .same_project__element.first{margin-right:4%}}@media screen and (max-width: 475px){.mc .same_project .same_project__container .same_project__element{width:100%;margin-right:0 !important;margin-left:0 !important}}@media screen and (max-width: 575px){.modules{padding-top:32px}}.modules__title{padding-bottom:48px;border-bottom:1px solid #D1D3D468}.modules__central{margin-top:40px;border-top:1px solid #D1D3D450}.modules__central__subtitle{font-size:40px;line-height:52px;color:#212121;width:100%;text-transform:uppercase;font-weight:bold;margin-bottom:40px}@media screen and (max-width: 575px){.modules__central__subtitle{font-size:20px;line-height:32px}}.modules__central .send_back{margin-bottom:72px}@media screen and (max-width: 575px){.modules__central .send_back{margin-bottom:32px}}.modules__central__container{width:100%;display:flex;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid #D1D3D469;padding-top:48px}.modules__central__container:nth-child(3){border-bottom:0}@media screen and (max-width: 992px){.modules__central__container{padding-top:20px}}.modules__central__container .main_container{justify-content:unset;width:100%}@media screen and (max-width: 575px){.modules__central__container{padding-top:24px;overflow:hidden;position:relative;cursor:pointer;max-height:86px;transition:all .4s}.modules__central__container:after{content:'';width:20px;background-image:url("/local/templates/wptt_2020/./images/arrow-point-to-right1.svg");background-repeat:no-repeat;background-position:center;height:20px;transition:all .4s;position:absolute;transform:rotate(0deg);left:auto;top:40px;right:5px}.modules__central__container.active{max-height:4000px}.modules__central__container.active:after{transform:rotate(180deg)}}.modules__central__element{width:calc(25% - 2.1%);margin-right:2.7%;margin-bottom:32px}.modules__central__element:nth-child(5),.modules__central__element:nth-child(9){margin-right:0}@media screen and (max-width: 992px){.modules__central__element{width:calc(33.3% - 2.3%)}.modules__central__element:nth-child(4),.modules__central__element:nth-child(7),.modules__central__element:nth-child(10){margin-right:0}.modules__central__element:nth-child(5),.modules__central__element:nth-child(9){margin-right:2.7%}}@media screen and (max-width: 768px){.modules__central__element{width:calc(50% - 1.4%)}.modules__central__element:nth-child(2n+1){margin-right:0}.modules__central__element:nth-child(4),.modules__central__element:nth-child(10){margin-right:2.7%}}@media screen and (max-width: 475px){.modules__central__element{width:100%;margin-right:0 !important}}.modules__central__element__name{font-size:20px;line-height:28px;color:#212121;font-weight:bold}.modules__central__element__img{width:100%;height:252px;border:1px solid rgba(0,0,0,0.1);box-sizing:border-box;border-radius:2px;background-position:center;margin-bottom:16px;background-repeat:no-repeat}.modules__central__element__type{font-size:16px;line-height:22px;color:#212121;font-weight:bold;margin-bottom:8px}.modules__central__element__text{font-size:16px;line-height:22px;color:#212121;opacity:0.7}.page_content{padding-top:72px}@media screen and (max-width: 575px){.page_content{padding-top:32px}}.page_content__block{padding-top:20px;padding-bottom:72px}@media screen and (max-width: 575px){.page_content__block{padding-top:0;padding-bottom:32px}}.page_content__content{width:70%;margin-left:5%}@media screen and (max-width: 992px){.page_content__content{width:100%;margin-left:0}}.page_content__title{font-size:32px;line-height:40px;color:#212121;margin-bottom:32px;font-weight:bold;max-width:726px}@media screen and (max-width: 575px){.page_content__title{font-size:23px}}.page_content__data{display:flex;width:100%;align-content:center;margin-bottom:40px;align-items:center;max-width:726px}.page_content__data__text{color:#9CA2B1;font-size:16px;line-height:24px;margin-right:12px;max-width:726px}.page_content__data__line{height:0;flex:1;border-bottom:1px solid #E4E4E4}.page_content__text{color:rgba(33,33,33,0.7);font-size:16px;line-height:26px;max-width:726px;margin-bottom:40px}.page_content__img{max-height:800px;display:block;max-width:726px;margin:0 auto;justify-content:center;margin-bottom:60px}.page_content__img img{max-width:100%;max-height:100%}.page_content__arrow{width:100%;max-width:726px;display:flex;justify-content:space-between}.page_content__link{color:#001643;font-size:16px;line-height:20px;font-weight:bold}@media screen and (max-width: 575px){.page_content__link{font-size:11px}}.page_content__link.prev{background-image:url("/local/templates/wptt_2020/./images/arrow_left_new.svg");background-position:left;background-repeat:no-repeat;padding-left:20px}.page_content__link.next{background-image:url("/local/templates/wptt_2020/./images/arrow_right_small.svg");background-position:right;background-repeat:no-repeat;padding-right:20px;text-align:right}.news{background-color:white}@media screen and (max-width: 575px){.news{padding-top:32px}}.news__block{padding-top:20px}.news__content{width:70%;margin-left:5%}@media screen and (max-width: 992px){.news__content{width:100%;margin-left:0}}.news__content__title{color:#212121;font-size:32px;line-height:40px;font-weight:bold;text-transform:uppercase}.news__content__element{margin-top:40px;padding-bottom:40px;border-bottom:1px solid #D1D3D4}.news__content__element:last-child{border-bottom:0;padding-bottom:72px}@media screen and (max-width: 575px){.news__content__element:last-child{padding-bottom:32px}}.news__content__data{color:#9CA2B1;font-size:16px;line-height:24px;margin-bottom:16px;font-weight:bold}.news__content__text{font-size:24px;line-height:32px;color:#002B5C;font-weight:bold}@media screen and (max-width: 575px){.news__content__text{font-size:16px;line-height:24px}}.popup_video{position:fixed;background-color:#0007;top:0;left:0;z-index:99999;width:100%;height:100%;display:none;justify-content:center;align-items:center;align-content:center}.popup_video.active{display:flex}.popup_video iframe{width:100%;height:100%}.popup_video__background{background-color:white;width:700px;display:flex;justify-content:center;align-content:center;align-items:center;position:relative;height:400px}@media (max-width: 750px){.popup_video__background{width:400px;height:250px}}@media screen and (max-width: 475px){.popup_video__background{width:100%}}.popup_video .popup__exit{width:40px;height:40px;background-image:url(/local/templates/wptt_2020/./images/video-exit.svg);background-size:cover;background-position:center;position:absolute;top:-12px;border-radius:50%;background-color:white;left:97%;cursor:pointer}@media screen and (max-width: 475px){.popup_video .popup__exit{left:87%;top:-40px}}.popup{position:fixed;top:0;left:0;z-index:99999;background-color:rgba(1,0,40,0.3);width:100%;height:100%;display:none;justify-content:center;align-content:center;align-items:center}.popup.active{display:flex}.popup__exit{background-image:url("/local/templates/wptt_2020/./images/popup__exit.svg");background-position:center;background-repeat:no-repeat;position:absolute;left:auto;right:20px;top:20px;width:34px;height:34px;cursor:pointer}@media (max-width: 845px){.popup__exit{top:8px;right:8px}}.popup__title{color:#212121;font-size:40px;line-height:52px;font-weight:bold;margin-bottom:32px}@media (max-width: 845px){.popup__title{font-size:32px;margin-bottom:27px}}.popup__form{width:810px;overflow: auto;max-height: 100vh;box-sizing:border-box;background-color:white;position:relative;padding:80px}@media (max-width: 845px){.popup__form{width:360px;padding:40px 24px;height:510px;margin-bottom:20px}}@media (max-width: 390px){.popup__form{width:280px}}.popup input{border:1px solid #D1D3D4;box-sizing:border-box;border-radius:2px;width:100%;box-sizing:border-box;padding-left:20px;color:#212121;font-size:16px;height:48px;line-height:22px;margin-bottom:20px}.popup input::placeholder{color:#212121;opacity:0.6;font-size:16px;line-height:22px}@media (max-width: 845px){.popup input{margin-bottom:16px}}.popup textarea{resize:none;height:140px;border:1px solid #D1D3D4;border-radius:2px;width:100%;margin-bottom:24px;padding-top:11px;padding-left:20px}@media (max-width: 845px){.popup textarea{height:120px;margin-bottom:14px}}.popup input[type="checkbox"]{border:1px solid #D1D3D4;box-sizing:border-box;border-radius:2px;width:20px;height:20px}.popup label{color:#212121;opacity:0.6;font-size:13px;position:relative;bottom:5px;margin-bottom:5px;line-height:17px}@media (max-width: 845px){.popup label{width:80%;margin-left:10px;bottom:0}}@media (max-width: 390px){.popup label{font-size:12px}}.popup input[type="button"]{background:#002B5C;border-radius:2px;width:168px;padding-left:0;padding-right:0;height:48px;display:flex;justify-content:center;color:white;cursor:pointer;align-items:center;align-content:center}@media (max-width: 845px){.popup input[type="button"]{width:100%}}@media (max-width: 845px){.popup .policy_and_check{margin-bottom:13px;display:flex;width:100%}}.popup .form_bottom_block{display:flex;justify-content:space-between;align-items:center;align-content:center}@media (max-width: 845px){.popup .form_bottom_block{flex-wrap:wrap}}.popup_thanks__block{width:810px;height:308px;position:relative;padding:80px;background-color:white}@media (max-width: 845px){.popup_thanks__block{width:360px;padding:60px 24px;height:266px}}@media (max-width: 390px){.popup_thanks__block{width:280px;padding-top:50px}}.popup_reference__block{height:auto;width:810px;position:relative;padding:80px;max-height:80%;overflow:scroll;background-color:white}@media screen and (max-width: 992px){.popup_reference__block{margin:0 15px;padding:60px 40px}}@media screen and (max-width: 475px){.popup_reference__block{padding:30px 20px}}.popup_thanks__text{color:#212121;opacity:0.7;font-size:16px;line-height:26px;text-align:center}.popup_thanks__btn{background:#002B5C;border-radius:2px;width:168px;color:white;box-sizing:border-box;text-align:center;padding-top:12px;cursor:pointer;height:48px;margin:43px auto 0}.pcd__main{display:flex;width:100%;justify-content:space-between;margin-top:40px}@media screen and (max-width: 768px){.pcd__main{flex-wrap:wrap;justify-content:center}}.pcd__main__describtion{width:47.6%}@media screen and (max-width: 768px){.pcd__main__describtion{width:80%}}@media screen and (max-width: 475px){.pcd__main__describtion{width:100%}}.pcd__main__img{background-position:center;background-size:contain;height:340px;width:48.6%;background-repeat:no-repeat}@media screen and (max-width: 768px){.pcd__main__img{width:80%;margin-bottom:10px}}@media screen and (max-width: 475px){.pcd__main__img{width:calc(100% + 40px);margin-left:-15px;margin-right:-15px;height:186px}}.pcd__main__title{color:#212121;font-size:32px;line-height:40px;max-width:480px;font-weight:bold;margin-bottom:20px}@media screen and (max-width: 992px){.pcd__main__title{font-size:26px}}@media screen and (max-width: 475px){.pcd__main__title{font-size:24px;line-height:32px}}.pcd__main__text{color:#212121;opacity:0.7;font-size:16px;line-height:26px;max-width:480px}@media screen and (max-width: 992px){.pcd__main__text{font-size:14px}}.pcd__tab{margin-top:56px;border-bottom:1px solid #d1d3d475;width:100%}.pcd__tab .main_container{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.pcd__tab .main_container::-webkit-scrollbar{display:none}.pcd__tab__element{color:#212121;opacity:0.6;font-size:12px;line-height:18px;letter-spacing:0.03em;text-transform:uppercase;padding:0px 18px 17px;cursor:pointer;margin:0 5px;box-sizing:border-box;height:35px;transition:opacity .3s, border-bottom .3s}.pcd__tab__element.active{opacity:1;font-weight:bold;border-bottom:3px solid #F99D27}.pcd__describtion .main_container{display:block}.pcd__describtion__title{font-size:32px;line-height:40px;color:#212121;text-transform:uppercase;font-weight:bold;margin-top:40px;margin-bottom:24px}.pcd__describtion__content div{color:#212121;font-size:16px;margin-bottom:32px;line-height:22px;max-width:576.05px}.pcd__describtion__content p{color:#212121;font-size:16px;margin-bottom:10px;font-weight:bold;max-width:576.05px;line-height:22px}.pcd__describtion__content span{display:block;font-size:16px;line-height:22px;margin-bottom:24px;max-width:576.05px;color:#212121;opacity:0.7}.pcd__describtion__content ul{list-style-image:url(/local/templates/wptt_2020/./images/marker.svg);padding-left:16px}.pcd__describtion__content ul li{max-width:600px;font-size:16px;line-height:22px;color:#212121;padding-left:14px;opacity:0.7;margin-bottom:8px}.same_project .same_project__container{justify-content:flex-start !important;width:100%}.same_project .same_project__container .same_project__element{margin-right:32px !important}.same_project .same_project__container .same_project__element.third{margin-left:0}@media screen and (max-width: 992px){.same_project .same_project__container .same_project__element{width:48%}.same_project .same_project__container .same_project__element.second{margin-right:0px}.same_project .same_project__container .same_project__element.first{margin-right:4%}}@media screen and (max-width: 475px){.same_project .same_project__container .same_project__element{width:100%;margin-right:0 !important;margin-left:0 !important}}.slick-dots li.slick-active button:before{opacity:.75;color:#ff843c}.slick-dots li button:before{font-family:'slick';font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.prev_picture{width:100%;height:550px;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url("/local/templates/wptt_2020/./images/prev_picture.png")}@media screen and (max-width: 575px){.prev_picture{height:270px}}.decision_and_production__title_first a{color:#F99D27;letter-spacing:0.03em;font-size:16px;line-height:24px}.product_card_content{padding-top:72px;background-color:white}.product_card_content .product_card_content__slider{width:100%;height:420px;margin-top:32px}.product_card_content .product_card_content__slider__element{width:100%;height:420px;background-position:center;background-size:cover}@media screen and (max-width: 575px){.product_card_content .product_card_content__slider__element{height:315px}}@media screen and (max-width: 475px){.product_card_content .product_card_content__slider__element{height:220px}}@media screen and (max-width: 575px){.product_card_content .product_card_content__slider{height:315px}}@media screen and (max-width: 475px){.product_card_content .product_card_content__slider{height:220px;width:calc(100% + 30px);position:relative;left:-15px}}@media screen and (max-width: 768px){.product_card_content{justify-content:center}}@media screen and (max-width: 575px){.product_card_content{padding-top:24px;padding-bottom:32px}}.product_card_content .ftext{width:72%}@media screen and (max-width: 992px){.product_card_content .ftext{width:100%}}.product_card_content .ftext h3{color:#212121;margin-bottom:24px;font-weight:bold;font-size:32px;line-height:40px;margin-top:32px}.product_card_content .ftext p{max-width:600px}.product_card_content .ftext ul{list-style-image:url("/local/templates/wptt_2020/./images/marker.svg");padding-left:14px;color:#212121}.product_card_content .ftext ul li{margin-bottom:16px;padding-left:5px}.product_card_content .product_card_content__card{height:fit-content;width:26%;min-width:280px;box-sizing:border-box;padding:40px 0;margin-top:100px;background-color:rgba(247,246,245,0.6)}.product_card_content .product_card_content__card .product_card_content__card__field{width:76%;margin:0 auto 24px;border-bottom:1px solid #002B5C50;background-position:right;background-repeat:no-repeat;padding-bottom:24px}.product_card_content .product_card_content__card .product_card_content__card__field .product_card_content__field__title{color:#9CA2B1;font-size:14px;line-height:22px;margin-bottom:0;text-transform:uppercase}.product_card_content .product_card_content__card .product_card_content__card__field .product_card_content__field__value{color:#212121;font-size:16px;margin-bottom:0;font-weight:bold;max-width:200px}.product_card_content .product_card_content__card .product_card_content__card__field.place{border-bottom:0}.product_card_content .product_card_content__card .product_card_content__card__btn{background-color:#002B5C;border-radius:2px;color:white;text-align:center;height:48px;width:76%;margin:0 auto;display:block;box-sizing:border-box;padding-top:13px}@media (max-width: 1150px){.product_card_content .product_card_content__card{width:80%;margin:40px auto}}@media screen and (max-width: 768px){.product_card_content .product_card_content__card{order:0;width:80%;margin-top:0;margin-left:10%}}@media screen and (max-width: 575px){.product_card_content .product_card_content__card{margin-left:-15px;width:100%;margin-bottom:0}}.projects{padding-top:32px}.projects__map{width:100%;height:500px;background:#F7F6F5;margin-top:48px}.projects__filter{padding-top:70px;padding-bottom:70px}@media screen and (max-width: 575px){.projects__filter{padding-top:32px;padding-bottom:32px}}.projects__filter__head{display:flex;margin-bottom:50px}@media (max-width: 650px){.projects__filter__head{flex-wrap:wrap;margin-bottom:0}}.projects__filter__head .select_style{margin-right:60px;position:relative}@media (max-width: 860px){.projects__filter__head .select_style{margin-right:30px}}@media (max-width: 650px){.projects__filter__head .select_style{width:80%;margin-bottom:15px;margin-right:0}}.projects__filter__head .select_style__arrow{width:10px;height:10px;background-image:url("/local/templates/wptt_2020/./images/arr_bottom.svg");position:absolute;display:block;background-position:center;right:16px;bottom:40%;transition:all .3s;background-repeat:no-repeat;transform:rotate(0deg)}.projects__filter__head .select_style__arrow.active{transform:rotate(180deg)}.projects__filter__head select{border:1px solid #D1D3D4;box-sizing:border-box;border-radius:2px;color:#212121;width:270px;height:48px;opacity:0.7;font-weight:500;padding-left:40px;position:relative}@media (max-width: 860px){.projects__filter__head select{width:200px;padding-left:15px}}@media (max-width: 650px){.projects__filter__head select{width:100%}}.projects__filter__title{color:#000000;font-size:32px;line-height:40px;margin-right:60px}@media (max-width: 650px){.projects__filter__title{width:100%;margin-bottom:15px}}.projects__filter__element{display:flex;margin-top:40px;width:100%;position:relative;padding-left:4.3%;box-sizing:border-box;padding-bottom:40px;margin-top:70px;border-bottom:1px solid #D1D3D460}@media screen and (max-width: 992px){.projects__filter__element{flex-wrap:wrap;padding-bottom:20px}}@media (max-width: 650px){.projects__filter__element{margin-top:50px}}@media screen and (max-width: 575px){.projects__filter__element{padding-left:0}}.projects__filter__element__titile{color:#929292;font-size:14px;line-height:18px;margin-bottom:6px}.projects__filter__number{position:absolute;top:0;font-weight:bold;left:0;color:#002B5C;font-size:16px;line-height:24px}@media (max-width: 522px){.projects__filter__number{top:-31px;left:0}}.projects__filter__img{width:16%;height:120px;background-image:url("/local/templates/wptt_2020/./images/filter_picture.png");background-position:center;background-size:cover;display:block;margin-right:3.3%}@media screen and (max-width: 992px){.projects__filter__img{width:46%;margin-bottom:20px;height:200px}}@media (max-width: 522px){.projects__filter__img{width:80%}}@media (max-width: 422px){.projects__filter__img{width:100%;margin-right:0}}.projects__filter__name{width:22.5%;margin-right:3.3%}@media screen and (max-width: 992px){.projects__filter__name{width:46%}}@media (max-width: 522px){.projects__filter__name{width:80%}}@media (max-width: 422px){.projects__filter__name{width:100%;margin-right:0}}.projects__filter__customer{width:22.5%;margin-right:3.3%}@media screen and (max-width: 992px){.projects__filter__customer{width:46%}}@media (max-width: 522px){.projects__filter__customer{width:80%}}@media (max-width: 422px){.projects__filter__customer{width:100%;margin-right:0}}.projects__filter__work{width:22.5%}@media screen and (max-width: 992px){.projects__filter__work{width:46%}}@media (max-width: 522px){.projects__filter__work{width:80%}}@media (max-width: 422px){.projects__filter__work{width:80%;margin-right:0}}.projects__element__work{color:#212121;font-size:16px;line-height:22px}.projects__element__name{color:#002B5C;font-size:16px;line-height:22px;font-weight:bold;display:block}.projects__element__customer{color:#212121;font-size:16px;line-height:22px}.projects__btn{width:168px;height:48px;background-color:#002B5C;border-radius:2px;margin:40px auto 0;color:white;font-size:14px;line-height:18px;font-weight:bold;text-align:center;box-sizing:border-box;padding-top:14px}.quality{background-color:#F7F6F5;padding-top:72px;padding-bottom:72px}@media screen and (max-width: 575px){.quality{padding-top:0}}.quality__container{display:flex;width:100%;justify-content:space-between;margin-bottom:50px}@media screen and (max-width: 575px){.quality__container{display:none}}.quality__container__element{width:48.6%;box-sizing:border-box;background-color:white;padding:32px;display:block}.quality__card__title{font-size:16px;line-height:22px;padding-bottom:12px;color:#212121;opacity:0.6;margin-bottom:41px;border-bottom:1px solid #D1D3D4;background-image:url("/local/templates/wptt_2020/./images/chevron-right.svg");background-repeat:no-repeat;background-position:right}.quality__card__title.unusal{margin-bottom:83px}.quality__card__img{width:60px;height:60px;background-image:url("/local/templates/wptt_2020/./images/quality_background.svg");background-repeat:no-repeat;background-position:center;margin-bottom:40px}.quality__card__text{font-size:24px;font-weight:bold;line-height:32px;position:relative;padding-top:18px;color:#212121}.quality__card__text:before{content:'';width:40px;display:block;height:3px;background-color:#F99D27;position:absolute;left:0;top:0}.quality__card__text.unusal:before{height:2px}.quality__card__describtion{color:#212121;opacity:0.7;font-size:16px;line-height:22px}.quality .quality__container__warning{width:100%;padding:40px 71px 40px 219px;background-image:url("/local/templates/wptt_2020/./images/warning.svg");background-repeat:no-repeat;background-position:7% 50%;background-color:white;color:#212121;font-size:20px;font-weight:bold;line-height:28px}@media screen and (max-width: 575px){.quality .quality__container__warning{padding:114px 16px 24px;background-position:50% 10%;font-size:14px;line-height:20px;font-weight:normal}}.same_project{width:100%;background-color:#F7F6F5;padding-top:72px;margin-top:72px;padding-bottom:70px}@media screen and (max-width: 992px){.same_project{padding-bottom:50px;margin-top:50px}}@media screen and (max-width: 575px){.same_project{padding-top:0;margin-top:15px;padding-bottom:0}}.same_project .same_project__head{display:flex;justify-content:space-between;width:100%;align-content:center;align-items:center;margin-bottom:30px}.same_project .same_project__head .same_project__title{text-transform:uppercase;color:#000000;font-size:32px;min-width:310px;font-weight:bold;line-height:40px;margin-bottom:15px}@media screen and (max-width: 350px){.same_project .same_project__head .same_project__title{font-size:27px;min-width:100px}}.same_project .same_project__head .same_project__full{background:url(/local/templates/wptt_2020/./images/arrow-elipse.svg) no-repeat,url(/local/templates/wptt_2020/./images/arrow-point-to-right.svg) no-repeat;background-position:106px 0px, 119px 12px;padding-right:50px;padding-top:7px;font-weight:bold;min-width:170px;height:37px}@media screen and (max-width: 600px){.same_project .same_project__head{flex-wrap:wrap}}.same_project .same_project__container{display:flex;width:100%;justify-content:space-between}@media screen and (max-width: 992px){.same_project .same_project__container{flex-wrap:wrap;justify-content:space-evenly}}@media screen and (max-width: 575px){.same_project .same_project__container{justify-content:space-between}}.same_project .same_project__container .same_project__element{width:24%;background-position:top;background-repeat:no-repeat;display:block;display:block}@media screen and (max-width: 992px){.same_project .same_project__container .same_project__element{width:40%;background-size:contain;margin-bottom:30px}}@media screen and (max-width: 575px){.same_project .same_project__container .same_project__element{width:48%}}@media screen and (max-width: 475px){.same_project .same_project__container .same_project__element{width:70%;margin-left:15%}}@media screen and (max-width: 400px){.same_project .same_project__container .same_project__element{width:100%;margin-left:0}}.same_project .same_project__container .same_project__element .same_project__image{width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;padding-bottom:54%;margin-bottom:15px}.same_project .same_project__container .same_project__element .same_project__title{padding:4px 8px;color:white;background-color:#002B5C;letter-spacing:0.02em;line-height:130%;display:inline-block;font-size:10px;margin-bottom:7px;border-radius:2px}.same_project .same_project__container .same_project__element .same_project__describtion{word-break: break-word;color:#212121;font-size:15px;font-weight:bold;width:100%;padding-bottom:5px;border-bottom:1px solid #D1D3D4;margin-bottom:4px}.same_project .same_project__container .same_project__element .same_project__organization,.same_project .same_project__container .same_project__element .same_project__date{color:#21212180;font-size:14px}.same_project__btn{display:inline-block;color:#ffffff;background-color:#002B5C;padding:12px 30px 10px;border-radius:2px}.same_project__btn_wrap{display:flex;align-items:center;justify-content:center;margin-top:30px;margin-bottom:20px}.search_page{padding-top:72px;padding-bottom:42px}.search_page__block{padding-top:23px}.search_page__block .main_container{display:block}.search_page__form{display:flex;align-items:center;align-content:center;width:100%;margin-bottom:32px}@media screen and (max-width: 575px){.search_page__form{flex-wrap:wrap}}.search_page__input{flex:1;background-color:white;padding-bottom:13px;border-bottom:1px solid #D1D3D4;padding-left:37px;background-image:url(/local/templates/wptt_2020/./images/magnifire_orange.svg);background-position:0% 35%;background-repeat:no-repeat;color:#212121;font-size:20px;line-height:28px}@media screen and (max-width: 575px){.search_page__input{width:100%;margin-bottom:20px;flex:unset}}.search_page__number{font-weight:bold}.search_page__submit{width:168px;height:48px;background-color:#002B5C;border-radius:2px;cursor:pointer;display:flex;justify-content:center;color:white;margin-left:4%;align-items:center}@media screen and (max-width: 575px){.search_page__submit{margin-left:0}}.search_page__result{font-size:16px;line-height:22px;color:#212121;margin-bottom:20px}.search_page__switch{font-size:16px;line-height:22px;display:flex;align-content:center;align-items:center;color:#212121}.search_page__stick{width:0;height:28px;border-right:1px solid #BCBEC0;opacity:0.4;margin:0 13px}@media screen and (max-width: 575px){.search_page__stick{margin:0 7px}}.search_page__news{margin-top:40px;padding-bottom:40px;border-bottom:1px solid #D1D3D4;display:block}.search_page__news:last-child{border-bottom:0}.search_page__news:hover .search_page__news__title{color:orange}.search_page__news__title{color:#002B5C;text-transform:uppercase;font-size:24px;max-width:900px;line-height:32px;transition:all .3s;font-weight:bold;margin-bottom:24px}@media screen and (max-width: 575px){.search_page__news__title{font-size:20px}}.search_page__news__text{font-size:16px;line-height:26px;max-width:900px;color:#212121;opacity:0.7}@media screen and (max-width: 575px){.search_page__news__text{font-size:15px}}.send_back{background-color:#002B5C;border-radius:2px;background-image:url("/local/templates/wptt_2020/./images/send_back__back.svg");background-repeat:no-repeat;background-position:left;width:100%;height:294px;background-position:right top}@media screen and (max-width: 992px){.send_back{height:auto}}.send_back .main_container{padding:56px 120px;display:flex}@media screen and (max-width: 992px){.send_back .main_container{flex-wrap:wrap}}@media screen and (max-width: 575px){.send_back .main_container{padding:27px 16px 32px}}.send_back__title{color:#FFFFFF;font-size:28px;text-transform:uppercase;font-weight:bold;line-height:52px}@media (max-width: 1180px){.send_back__title{font-size:26px}}@media screen and (max-width: 475px){.send_back__title{font-size:18px}}.send_back__left{width:44%}@media screen and (max-width: 1140px){.send_back__left{width:55%}}@media screen and (max-width: 992px){.send_back__left{width:100%;text-align:center}}.send_back__left__text{font-size:18px;line-height:23px;color:rgba(255,255,255,0.8)}.send_back__left__text a{color:#fff}@media screen and (max-width: 992px){.send_back__left__text{max-width:379px;min-width:249px;margin:0 auto 24px}}@media screen and (max-width: 475px){.send_back__left__text{font-size:14px}}.send_back__left__dowload{font-size:16px;line-height:20px;height:41px;box-sizing:border-box;display:block;padding-top:10px;color:#FFFFFF;padding-left:50px;background-image:url(/local/templates/wptt_2020/./images/dec_caed__docs__back.svg);background-position:left;background-repeat:no-repeat}@media screen and (max-width: 992px){.send_back__left__dowload{width:163px;margin:0 auto 36px}}.send_back__right{width:29%;text-align:center}.send_back__right__btn{width:168px;height:48px;background:#F99D27;border-radius:2px;color:white;cursor:pointer;box-sizing:border-box;text-align:center;padding-top:12px;margin:32px auto 0}@media screen and (max-width: 1140px){.send_back__right{width:36%;text-align:center}}@media screen and (max-width: 992px){.send_back__right{width:100%}}.send_back__or{color:#FFFFFF;opacity:0.8;font-size:24px;padding-top:10px;line-height:30px}@media screen and (max-width: 1140px){.send_back__or{margin-right:2%}}@media screen and (max-width: 992px){.send_back__or{margin:0 auto 32px}}.scroll_hide{height:44px;overflow:hidden}.sertificates{padding-top:72px}@media screen and (max-width: 575px){.sertificates{padding-bottom:24px}}.sertificates__block{padding-bottom:72px}@media screen and (max-width: 575px){.sertificates__block{padding-bottom:32px}}.sertificates__content{width:70%;margin-left:5%}@media screen and (max-width: 992px){.sertificates__content{width:100%;margin-left:0}}.sertificates__tab{width:100%;display:flex;border-bottom:1px solid #D1D3D4;padding-left:7.7%;overflow-y:auto}.sertificates__tab::-webkit-scrollbar{display:none}.sertificates__tab__element{box-sizing:border-box;padding:0 25px 20px;color:#212121;opacity:0.6;letter-spacing:0.03em;text-transform:uppercase;transition:all .3s;border-bottom:0;height:43px;cursor:pointer}.sertificates__tab__element.active{border-bottom:3px solid #F99D27;opacity:1;font-weight:bold}.sertificates__tab__element:last-child{min-width:222px}.sertificates__quality{padding-top:40px;padding-left:7.7%;display:none}.sertificates__quality.active{display:block}@media screen and (max-width: 992px){.sertificates__quality{padding-left:0}}.sertificates__element{margin-top:24px;padding-bottom:24px;border-bottom:1px solid #D1D3D4;padding-left:50px;background-image:url("/local/templates/wptt_2020/./images/dec_caed__docs__back.svg");background-repeat:no-repeat}.sertificates__element__text{font-size:16px;line-height:20px;color:#002B5C;display:block;margin-bottom:10px;font-weight:bold}@media screen and (max-width: 475px){.sertificates__element__text{font-size:14px}}.sertificates__element__size{color:#0E1010;opacity:0.64;font-size:14px;line-height:18px;display:block}.sertificates__element:last-child{border-bottom:0}.slider_arrow_r{width:48px;height:48px;background-image:url("/local/templates/wptt_2020/./images/arrow-right-neft.svg");background-position:center;background-size:cover;transform:translate(0, 50%);left:auto;right:0;bottom:50%;position:absolute;z-index:100;cursor:pointer;display:inline-block}@media screen and (max-width: 575px){.slider_arrow_r{background-image:url("/local/templates/wptt_2020/./images/arrow-right-neft-m.svg");bottom:50%;background-size:contain;background-repeat:no-repeat}}@media screen and (max-width: 475px){.slider_arrow_r{width:29px;height:29px;bottom:50%}}.slider_arrow_l{width:48px;height:48px;background-image:url("/local/templates/wptt_2020/./images/arrow-left-neft.svg");background-position:center;background-size:cover;left:0;top:50%;z-index:100;position:absolute;display:inline-block;cursor:pointer;transform:translate(0, -50%)}@media screen and (max-width: 575px){.slider_arrow_l{background-image:url("/local/templates/wptt_2020/./images/arrow-left-neft-m.svg");top:50%;background-size:contain;background-repeat:no-repeat}}@media screen and (max-width: 475px){.slider_arrow_l{width:29px;top:50%;height:29px}}.system__facilities__title{font-size:40px;line-height:52px;color:#212121;text-transform:uppercase;font-weight:bold;margin-bottom:40px}@media screen and (max-width: 992px){.system__facilities__title{font-size:30px}}@media screen and (max-width: 575px){.quality{padding-top:24px;padding-bottom:24px}}.system{margin-top:48px;border-top:1px solid #D1D3D450}@media screen and (max-width: 575px){.system{padding-top:32px}}.system__title{padding-bottom:48px;border-bottom:1px solid #D1D3D468}@media screen and (max-width: 575px){.system__title{border-bottom:0}}.system__title__text{font-size:24px;line-height:32px;color:#212121;max-width:930px}@media screen and (max-width: 575px){.system__title__text{font-size:17px}}.system__facilities{padding-top:48px;padding-bottom:48px;border-bottom:1px solid #D1D3D468}@media (max-width: 668px){.system__facilities{padding-bottom:28px}}@media screen and (max-width: 575px){.system__facilities{padding-top:0}}.system__facilities__container{display:flex;width:100%;justify-content:flex-start}@media (max-width: 668px){.system__facilities__container{flex-wrap:wrap}}@media screen and (max-width: 475px){.system__facilities__container{justify-content:center}}.system__facilities__element{width:23%;margin-right:2.7%;display:block}.system__facilities__element:last-child{margin-right:0}@media screen and (max-width: 992px){.system__facilities__element{width:31%}}@media (max-width: 668px){.system__facilities__element{width:48%;margin-bottom:20px}.system__facilities__element:nth-child(2){margin-right:0}}@media screen and (max-width: 475px){.system__facilities__element{width:90%}}.system__facilities__element:hover .system__facilities__describtion{color:#002B5C}.system__facilities__img{width:100%;height:252px;background:#FFFFFF;border:1px solid rgba(0,0,0,0.1);box-sizing:border-box;border-radius:2px;background-position:center;margin-bottom:16px;background-repeat:no-repeat}.system__facilities__describtion{font-size:16px;font-family:"Electra", sans-serif;line-height:28px;font-weight:bold;color:#212121;transition:all .3s}.system__auto{padding-top:48px;padding-bottom:72px;border-bottom:1px solid #D1D3D490}@media screen and (max-width: 575px){.system__auto{padding-top:24px;padding-bottom:24px}}@media screen and (max-width: 575px){.system__auto .main_container{flex-wrap:wrap}}@media screen and (max-width: 768px){.system__auto__text{font-size:14px}}.system__auto__element{width:48.6%;background:#F7F6F5;border-radius:2px;padding:52px 48px;display:block;font-weight:bold;background:url(/local/templates/wptt_2020/./images/arrow-elipse.svg) no-repeat,url(/local/templates/wptt_2020/./images/arrow-point-to-right.svg) no-repeat;background-color:#F7F6F5;background-position:89% 50%, 87.7% 50%}@media screen and (max-width: 992px){.system__auto__element{background-position:89% 50%, 87% 50%;padding:44px 27px}}@media screen and (max-width: 768px){.system__auto__element{background-position:96% 50%, 93% 50%}}@media screen and (max-width: 575px){.system__auto__element{width:100%;margin-bottom:15px;background-image:none;padding:24px 20px}}.system__auto .common__documents{background-color:white}.system__auto .common__documents__title{font-size:20px}@media screen and (max-width: 575px){.system__auto .common__documents__title{font-size:18px;line-height:24px;margin-bottom:24px;max-width:100%}}@media (max-width: 420px){.system__auto .common__documents__title{font-size:14px}}.system__auto .common__documents__element{width:48.6%}@media screen and (max-width: 575px){.system__auto .common__documents__element{width:100%;margin-bottom:16px;height:150px;padding-bottom:24px}}@media (max-width: 420px){.system__auto .common__documents__element{height:auto;padding-top:24px}}.system__auto .common__documents__container{width:100%;padding-top:40px;padding-bottom:0}@media screen and (max-width: 992px){.system__auto .common__documents__container{padding-top:20px}}@media screen and (max-width: 575px){.system__auto .common__documents__container{padding-top:0}}.popups{height:500px}.popups .main_container{justify-content:center;align-content:center;align-items:center;height:100%}.popups_button{width:250px;height:60px;background-color:orange;color:black;display:flex;justify-content:center;cursor:pointer;align-items:center;align-content:center;text-align:center;margin-bottom:40px}.popups_button:nth-child(1){margin-right:20px}
    .same_project[data-mc]{
        background-color: white;
    }
    .common__documents__element.big{
        width: 100%;
        margin-right: 0;
        height: 294px;
    }
    @media(max-width: 992px){
        .common__documents__element.big{
            width: 100%;
            margin-right: 0;
            height: 244px;
        } 
    }

    @media(max-width: 575px){
        .common__documents__element.big{
            width: 100%;
            margin-right: 0;
            height: 191px;
        } 
    }

    .arrow_scroll_top{
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #F99D27;    
        border: 1.5px solid #F99D27;
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.18);
        position: fixed;
        top: auto;
        left: auto;
        bottom: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        right: calc((100vw - 1400px) / 2 + 24px); 
        transition: all .3s;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .arrow_scroll_top.active{
        opacity: 1;
        visibility: visible;
        z-index: 1000000;
        pointer-events: unset;
    }

    .arrow_scroll_top:after{
        content: '';
        width: 16px;
        height: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/local/templates/wptt_2020/./images/arrow-point-to-right_top.svg);
    }

    @media(max-width: 1368px){
        .arrow_scroll_top{
            right: 24px
        }
    }
    .sertificates_new_container{
        border: 1px solid #D1D3D4;
        padding: 16px 20px 16px;
        position: relative;
        margin-bottom: 30px;
    }
    .sertificates__subtitle{
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #21212173;
        opacity: 1;
        position: absolute;
        padding-left: 3px;
        padding-right: 3px;
        width: fit-content;
        background-color: white;
        left: 15px;
        top: 6px;
    }
    @media screen and (max-width: 575px){
        .sertificates__subtitle{
            font-size:24px
        }
    }
    .header_submenu{
        width: 800px;
        position: absolute;
        display: block;
        top: 100%;
        left: 120px;
        box-sizing: border-box;
        padding: 24px 20px;
        border-top: 1px solid #d1d3d471;
        background: #FFFFFF;
        box-shadow: 0px 9px 11px rgba(0, 7, 7, 0.05);
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .header_submenu__container{
        width: 100%;
        column-count: 3;
    }
    .header_menu__element:hover .header_submenu{
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
    }
    .header_submenu__element{
        width: 100%;
        display: block;
        font-weight: bold;
        margin-bottom: 16px
    }

    @media(max-width: 1280px){
        .header_submenu{
            padding: 20px 40px 0;
        }
    }

    @media(max-width: 1200px){
        .header_submenu__element{
            font-size: 14px;
            width: calc(25% - 40px);
            margin-left: 20px;
            margin-right: 20px;
        }

        .header_submenu__container{
            width: calc(100% + 40px);
            margin-left: -20px;
            margin-right: -20px
        }
        
    }

    header .header_bottom nav{
        height: 100%;
        align-items: center;
    }
    .header_menu__element {
        height: 100%;
        align-items: center;
        display: flex;
    }

    header .header_bottom nav .header_menu__element__link {
        font-size: 16px;
        margin-right: 30px;
        line-height: 20px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .another header .header_bottom nav .header_menu__element__link{
        color: #212121;
    }
    header .header_bottom{
        width: calc(100% + 240px);
        padding-left: 120px;
        padding-right: 120px;
        left: -120px;
        right: -120px;
        position: relative;
        flex-shrink: 0;
        height:62px;
        box-sizing: border-box;
        display:flex;
        justify-content:space-between;
        align-items:center;
        transition: all .5s;
        background-color: rgba(255, 255, 255, 0);
        
    } 
    header nav{
        transition: all .3s;
        padding-left: 30px;
        padding-right: 29px;
    }
    header .header_bottom.active nav{
        background-color: white;
    }

    header .header_bottom.active nav .header_menu__element__link{
        color: #212121;
    }

    header .header_bottom.active .header_search{
        border-bottom: 1px solid orange;
    }

    header .header_bottom.active nav .header_menu__element.unusual{
        background-image: url(/local/templates/wptt_2020/./images/foreign_orange.svg);
    }
    header .header_bottom nav .header_menu__element:not(:last-child){
        margin-right: 30px;
    }
    header .header_bottom nav .header_menu__element:last-child .header_menu__element__link{
        margin-right: 0;
    }
    .table_usual{
        width: 900px;
        border-collapse: collapse;
        margin: 0;
    }
 
    .table_usual th{
        padding: 10px 20px;
        background-color: #D1D3D4;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        font-family: "Din Pro",sans-serif;
        line-height: 40px;
        text-transform: uppercase;
        color: #212121;
    }

    .table_usual th:first-child{
        width: 25%
    }

    .table_usual th:last-child{
        width: 37.75%
    }

    .table_usual td{
        padding: 8px 20px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: #212121;
        opacity: 0.7;
        border-collapse: collapse;
        border: 1px solid #BCBEC0;
    }
    .table_usual th{
        border: 1px solid #BCBEC0;
    }
    .table_usual td:first-child{
        width: 25%;
    } 
    .table_usual tr:nth-child(2n){
        background-color: #F7F6F5;;
    }

    .table_usual ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .table_keeper{
        width: 100%;
        text-align: center;
        overflow: auto;
    }

    @media(max-width: 1280px){
        header .header_bottom{
            width: calc(100% + 80px);
            left: -40px;
            right: -40px;
            padding-left: 40px;
            padding-right: 40px;
        }
    }
    @media screen and (max-width: 992px){
        header .header_bottom {
            display: none;
        }
    }
    .popup .form_files__input{
        width: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        margin: 0;
    }

    .form_include_file span{
        display: block;
        font-style: normal;
        font-weight: 550;
        font-size: 16px;
        line-height: 16px;
        display: flex;
        cursor: pointer;
        align-items: center;
        color: #002B5C;
    }

    .form_include_file{
        margin-top: 10px;
    }
    

    .form_files{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #002B5C;
    }
    .form_files__file{
        display: flex;
        align-items: center;
        align-content: center;
    }
    .form_files__file span{
        width: 10px;
        height: 10px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/local/templates/wptt_2020/./images/eva_close-fill.svg);
        background-size: contain;
        margin-left: 12px;
    }
    .common__documents__element.big .common__documents__title{
        font-size: 26px;
    }

    @media(max-width: 475px){
        .common__documents__element.big .common__documents__title{
            font-size: 18px;
        }
    }
    .send_back.block{
        display: block;
    }
    .send_back__title.small{
        display: block;
        font-size: 20px;
    }

    .send_back__title.small{
        text-transform: none;
        font-family: "HelveticaNeueCyr",sans-serif;
        font-size: 16px;
    }

    .send_back__title.mar_top{
        margin-top: 10px;

    }

    .send_back__title:not(:last-child){margin-bottom: -15px;}

    .send_back.block .main_container{
        justify-content: flex-start;
    }

    .send_back.block .send_back__title{
        width: max-content;
    }
    .table_usual blockquote{
        margin: 0;
    }
    .table_usual p{
        margin: 0;
        color: #212121;;
    }	
    .top_block__video video{
		background-size: contain;
		object-fit: cover;
    }
    
    .for_dowload{
        max-width: 892px;
        padding-bottom: 72px;
        margin-top: 40px;
    }
    
    .for_dowload__title{
        font-family: "Din Pro",sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 33px;
        display: flex;
        align-items: center;
        color: #212121;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .for_dowload__element{
        width: 100%;
        margin-top: -1px;
        padding-top: 12px;
        padding-bottom: 0;
        border-top: 1px solid #D1D3D4;
        border-bottom: 1px solid #D1D3D4;
    }
    .for_dowload__subtitle{
        padding-bottom: 12px;
        display: flex;
        position: relative;
        align-items: center;
        align-content: center;
        width: 100%;
        font-family: "Din Pro",sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #212121;
    }
    .for_dowload__subtitle:before{
        content: '';
        width: 18px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/local/templates/wptt_2020/./images/dec_caed__docs__back.svg);
        margin-right: 12px;
    }
    .for_dowload__subtitle:after{
        content: '';
        position: absolute;
        right: 0;
        left: auto;
        display: block;
        transition: all .3s;
        width: 12px;
        height: 12px;
        background-image: url(/local/templates/wptt_2020/./images/arrow-point-to-right-b.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .for_dowload__subelement{
        padding-top: 12px;
        border-top: 1px solid #D1D3D4;
        padding-bottom: 8px;
    }
    .for_dowload__folder{
        padding-top: 2px;
        padding-bottom: 6px;
        font-style: normal;
        font-weight: 550;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.02em;
        color: #002B5C;
        display: flex;
        align-items: center;
        align-content: center;
    }
    .for_dowload__folder:before{
        content: '';
        background-image: url(/local/templates/wptt_2020/./images/download_fill.svg);
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-right: 8px;
    }
    .for_dowload__subelement{
        display: flex;
        align-items: flex-start;  
        align-content: flex-start;
    }
    .for_dowload__left{
        width: 28%;
        margin-right: 10%;
        flex-shrink: 0;
    }
    .for_dowload__name{
        font-style: normal;
        font-weight: 550;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.02em;
        color: #002B5C;
        margin-bottom: 4px;
    }
    .for_dowload__weight{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #0E1010;
        opacity: 0.4;
    }
    .for_dowload__container{
        max-height: 0; 
        overflow: hidden;
        opacity: 0;
        transition: all .3s;
    }
    .for_dowload__middle{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        width: 15%;
        flex-shrink: 0;
        margin-right: 1%;
        line-height: 18px;
        color: #212121;
        opacity: 0.6;
    }
    .for_dowload__open{
        width: fit-content;
        cursor: pointer;
        margin-bottom: 4px;
    }
    .for_dowload__right{
        flex: 1;
    }
    .for_dowload__open:after{
        content: 'Подробнее';
        margin-bottom: 5px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
        color: #002B5C;
        border-bottom: 1px dashed #002B5C;
    }
    .for_dowload__text{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #212121;
        opacity: 0.8;
        transition: all .3s;
        overflow: hidden;
        max-height: 20px;
    }
    .for_dowload__right.active .for_dowload__open:after{
        content: 'Скрыть';
    }  
    .for_dowload__right.active .for_dowload__text{
        max-height: 150px;
        opacity: 1;
    }
    .for_dowload__element.active .for_dowload__subtitle:after{
        transform: rotate(180deg);
    }
    .for_dowload__element.active .for_dowload__container{
        max-height: 1000px;
        opacity: 1;
    }
    @media(max-width: 575px){
        .for_dowload__subelement{
            flex-wrap: wrap;
        }
        .for_dowload__left{
            width: 100%;
            margin-bottom: 6px;
            margin-right: 0;
        }
        .for_dowload__middle{
            width: 100%;
            margin-right: 0;
        }
        .for_dowload__right{
            width: 100%;
            flex: unset;
            margin-right: 0;
        }
        .for_dowload__element.active .for_dowload__container{
            max-width: 2000px;
        }
        .for_dowload__title{
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 14px;
        }
        .for_dowload__subtitle{
            font-size: 20px;
            line-height: 24px;
        }
        .for_dowload__subtitle:before{
            width: 16px;
            height: 20px
        }
        .for_dowload__name{
            margin-bottom: 4px;
        }
        .for_dowload__folder{
            padding-top: 0;
            padding-bottom: 4px;
        }
        .for_dowload{
            padding-bottom: 36px;
        }
    }
    .common__documents__title.small{
        font-size: 18px;
        text-transform: none;
        margin-bottom: 0;
    }

    .common__documents__title.small:not(:last-child){
        margin-bottom: 0;
    }
/* End */


/* Start:/local/templates/wptt_2020/components/bitrix/form/myform1/bitrix/form.result.new/.default/style.css?16293563352518*/
div.form-table{
    width:100%;
    background-color:white;
    border-collapse:collapse;
    font-size:100%;
    font-weight:normal;
    line-height:160%;
}
div.form-table th, div.form-table td{
    border:1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align:top;
}
div.form-table th{
    background-image:url(/local/templates/wptt_2020/components/bitrix/form/myform1/bitrix/form.result.new/.default/images/table_head.gif);
    background-repeat:repeat-x;
    text-align: left;
    color:#25639A;
}
div.form-table td{
    padding: 15px 5px;
}
div.form-table input{
    border: 1px solid #D1D3D4;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 6px;
    color: #212121;
    font-size: 16px;
    height: 30px;
    line-height: 22px;
    margin-bottom: 20px;
}
div.form-table textarea{
    resize: none;
    height: 76px;
    border: 1px solid #D1D3D4;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 18px;
    padding-top: 11px;
    padding-left: 6px;
}
div.form-table input[type="submit"] {
    background: #002B5C;
    border-radius: 2px;
    width: 168px;
    padding-left: 0;
    padding-right: 0;
    height: 48px;
    display: flex;
    justify-content: center;
    color: white;
    cursor: pointer;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}
div.form-table input[type="file"] {
    border: none;
    border-radius: 2px;
    /*width: 168px;*/
    padding-left: 0;
    padding-right: 0;
    height: 48px;
    display: flex;
    cursor: pointer;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}
div.form-table input[type="checkbox"] {
    border: none;
    border-radius: 2px;
    width: unset;
    padding-left: 0;
    padding-right: 0;
    height: unset;
    display: inline;
    cursor: pointer;
    transform: scale(2);
    margin: 14px;
    /*align-items: center;
    align-content: center;
    margin: 0 auto;*/
}
div.myspan2 {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}
.mycaptcha {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    color: white;
    cursor: pointer;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}
.form-required{
    color: red;
}
.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/wptt_2020/components/bitrix/form/myform1/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/templates/wptt_2020/slick-1.8.1/slick/slick.css?15894236001776 */
/* /local/templates/wptt_2020/slick-1.8.1/slick/slick-theme.css?15894236003145 */
/* /local/templates/wptt_2020/styles.css?1600146595124664 */
/* /local/templates/wptt_2020/components/bitrix/form/myform1/bitrix/form.result.new/.default/style.css?16293563352518 */
