body,html{height:100%}
.page_wrapper{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}
footer{margin-top:auto}
.container{width:1330px;max-width:100%}
input,button,select,textarea,a{outline:none!important}
a{transition:.5s}
a,a:hover{color:#1B4D99}
a:focus,a:hover{text-decoration:none}
h1{margin-top:0;margin-bottom:0}
::-webkit-scrollbar-track{background-color:#F0F0F0}
::-webkit-scrollbar{width:10px;height:5px}
::-webkit-scrollbar-thumb{background-color:#1B4D99}
body{font-family:"proxima-nova",sans-serif;color:#333333}
.gray_back{background-color:#F0F0F0}
header{padding:25px 0;position:relative;left:0;top:0;width:100%;z-index:3;transition:.5s}
.header{display:flex;align-items:center;justify-content:space-between}
.top_phone{color:#333333;font-size:17px;font-weight:500;line-height:1}
.social{display:flex;gap:7px}
.social a{width:26px;height:26px;border:1px solid #333333;border-radius:50%;display:flex;align-items:center;justify-content:center}
.search_link{display:flex;padding-left:14px;border-left:1px solid #BCBCBC}
.home_banner{padding:60px 0 0;position:relative}
.maintitle{color:#333333;font-size:60px;letter-spacing:.1em;line-height:1.1;text-transform:uppercase;font-weight:400}
.maintext{margin-top:50px;color:#444444;font-size:21px;line-height:1.2;width:620px;max-width:100%}
.maintext :last-child{margin-bottom:0}
.st_link{color:#151515;font-size:18px;font-weight:600;line-height:1.1;text-transform:uppercase;letter-spacing:.2em;display:flex;align-items:flex-end;gap:10px;flex-direction:column;text-decoration:none;transition:color .3s ease}
.st_link span{transition:transform .3s ease}
.st_link svg{transition:transform .3s ease}
.st_link:hover span{transform:translateX(4px)}
.st_link:hover svg{transform:translateX(6px)}
.banner_flex{display:flex;align-items:flex-end;justify-content:space-between}
.banner_flex_left{width:72%}
.circle:before{position:absolute;content:"";border:1px solid #CBCBCB;--width:846px;width:var(--width);height:var(--width);border-radius:50%;z-index:-1}
.home_banner.circle:before{right:-150px;bottom:-150px}
.pt50{padding-top:50px}
.categories_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.categ_item__img img{width:100%;transition:transform .3s ease,filter .3s ease}
.categ_item__info{padding:30px 0 0;transition:color .3s ease}
.categ_item{position:relative;padding-right:15px;overflow:hidden;transition:transform .3s ease}
.categ_item:hover{transform:translateY(-5px);background-color:#f0f0f0}
.categ_item:hover .categ_item__img img{transform:scale(1.05);filter:brightness(90%)}
.categ_item:hover .categ_name{color:#1B4D99}
.categ_name{color:#333333;font-size:18px;text-transform:uppercase;letter-spacing:.1em;line-height:1.1;transition:color .3s ease}
.num_index{color:#333333;font-size:10px;line-height:1;writing-mode:vertical-lr;position:absolute;right:0;top:0;transform:rotate(180deg);transition:color .3s ease}
.prod_amount{color:#888888;font-size:13px;text-transform:uppercase;line-height:1.1;padding-bottom:15px;border-bottom:1px solid #333333;margin-bottom:15px}
.pt100{padding-top:100px}
.title{color:#333333;font-size:50px;line-height:1.1;text-transform:uppercase;letter-spacing:.1em}
.mb50{margin-bottom:50px}
.subtitle{font-size:22px;line-height:1.2}
.subtitle :last-child{margin-bottom:0}
.text18{font-size:18px}
.text_block_right{line-height:1.2}
.text_block_right .bt{margin-top:40px}
[class^="text"] :last-child{margin-bottom:0}
.bt{font-size:14px;line-height:1;text-transform:uppercase;padding:10px 30px;display:inline-block;border:1px solid;position:relative;overflow:hidden;transition:color .4s ease,border-color .4s ease;cursor:pointer;z-index:1}
.bt::after{content:"";position:absolute;left:0;top:0;height:100%;width:0;z-index:-1;transition:width .4s ease}
.bt.black_bt{background:#333;border-color:#333;color:#fff}
.bt.black_bt::after{background:#fff}
.bt.black_bt:hover::after{width:100%}
.bt.black_bt:hover{color:#333;border-color:#fff}
.bt.white_bt{background:#fff;border-color:#fff;color:#151515}
.bt.white_bt::after{background:#151515}
.bt.white_bt:hover::after{width:100%}
.bt.white_bt:hover{color:#fff;border-color:#151515}
.bt.blue_bt{background:#1B4D99;border-color:#1B4D99;color:#fff}
.bt.blue_bt::after{background:#F0F0F0}
.bt.blue_bt:hover::after{width:100%}
.bt.blue_bt:hover{color:#1B4D99;border-color:#F0F0F0}
.text_block{display:grid;grid-template-columns:41% 1fr;gap:50px}
.fon_block{background-size:cover;background-position:center;position:relative;padding:60px 0;min-height:700px;display:flex;flex-direction:column;justify-content:center}
.fon_block:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:#151515A6}
.fon_content{position:relative;z-index:1}
.title.white{color:#fff}
.mb45{margin-bottom:45px}
.form_text{color:#F0F0F0;font-size:21px;line-height:1.2}
.mb35{margin-bottom:35px}
.form_width{width:430px;max-width:100%}
.form_flex{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}
.form_flex .w50{width:calc(50% - 5px)}
.form_flex .w100{width:100%}
.white_input{background:#FFFFFF4D;backdrop-filter:blur(4px);color:#fff;padding:13px;border-radius:5px;font-size:18px;line-height:1;border:none}
.white_input::placeholder{color:#fff}
.form_flex + .bt{font-size:17px;font-weight:600;padding:13px 50px;border-radius:4px}
.feat_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.feat_item{border:1px solid #B3B3B3;padding:40px 24px}
.feat_item__icon{height:81px;margin-bottom:25px}
.feat_item__icon img{max-height:100%}
.feat_item__title{color:#151515;font-size:20px;letter-spacing:.02em;line-height:1.1;text-transform:uppercase}
.feat_item__text :last-child{margin-bottom:0}
.feat_item__text{margin-top:20px;color:#555555;font-size:17px;line-height:1.3}
.pt40{padding-top:40px}
.imgside{width:46%;max-width:597px}
.imgside img{width:100%;height:100%;object-fit:cover}
.textside{width:calc(54% - 90px);align-self:center;color:#555555;font-size:18px}
.textside .title{letter-spacing:.05em}
.infoblock{display:flex;justify-content:space-between;line-height:1.4}
.textside :last-child{margin-bottom:0}
.infoblock.reverse{flex-direction:row-reverse}
.circle{position:relative}
.circle.circle_center:before{top:70px;left:50%;transform:translateX(-50%)}
.title_flex{display:flex;justify-content:space-between;align-items:center}
.title_flex .st_link{font-size:14px;color:#333333}
.cert_item{border:2px solid #404040;position:relative;overflow:hidden;display:block;border-radius:8px;transition:border-color .3s ease}
.cert_item img{width:100%;height:auto;display:block;transition:transform .4s ease}
.cert_item::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.5);opacity:0;transition:opacity .3s ease;z-index:1}
.cert_item::after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;transform:translate(-50%,-50%) scale(0.8);opacity:0;z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23FFFFFF' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;transition:opacity .3s ease,transform .3s ease;pointer-events:none}
.cert_item:hover{border-color:#1B4D99}
.cert_item:hover img{transform:scale(1.03)}
.cert_item:hover::before{opacity:1}
.cert_item:hover::after{opacity:1;transform:translate(-50%,-50%) scale(1)}
.part_item{border:1px solid #B3B3B3;height:282px;display:flex;align-items:center;justify-content:center;padding:10px}
.part_item img{max-width:100%;max-height:100%;object-fit:contain}
.pb100{padding-bottom:100px}
.req_text{font-size:24px;text-transform:uppercase;line-height:1.1;margin-bottom:60px;text-align:center}
.big_btn{width:534px;max-width:100%;height:204px;font-size:31px;display:flex;align-items:center;justify-content:center;border-radius:150px;margin-right:auto;margin-left:auto}
footer{background:#1B1B1B;color:#ECECEC}
.footer{display:flex;flex-wrap:wrap;padding:40px 0;gap:50px;justify-content:space-between}
.fcol.fcol1{width:100%;display:flex;justify-content:center}
.scroll_top{background:#FFFFFF0D;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.fval{font-size:19px;line-height:1.3}
.fval a{display:block}
.fval,.fval a{color:#ECECEC}
.fcol.fcol2{display:flex;gap:30px}
.fval.fval1{max-width:250px}
.fcol .social a{border:2px solid #fff;width:54px;height:54px}
.footer_bottom{border-top:1px solid #333333;padding:35px 0;display:flex;justify-content:space-between;align-items:center}
.copy{color:#FFFFFF;font-size:20px;line-height:1.1}
.footer_links{font-size:20px;line-height:1.1;display:flex;flex-wrap:wrap;gap:10px 55px;justify-content:flex-end}
.footer_links a{color:#FFFFFF}
.proj_item{position:relative}
.proj_preview{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #B3B3B3;background:#f0f0f0;padding:40px 17px;color:#333333;transition:.5s}
.proj_img{width:100%;height:100%;transition:.5s;position:relative;top:0;left:0}
.proj_img img{width:100%;height:100%;object-fit:cover}
.post_title{font-size:24px;line-height:1.2;text-transform:uppercase;word-break:break-word}
.post_date{line-height:1;color:#999999;font-size:18px}
.proj_item:hover .proj_preview{background:#1B1B1B;border-color:#1B1B1B;color:#fff;transform:rotate(3deg);top:40px}
.proj_item:hover .proj_img{transform:rotate(-3deg);top:-170px;bottom:auto;left:-30px}
.proj_slider.swiper{overflow:visible;clip-path: inset(-100vw 0 -100vw 0);}
.numbers_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.num_item{border:1px solid #DBDBDB;padding:50px 45px}
.num_title{line-height:1;color:#151515;font-size:54px;font-weight:300}
.num_text :last-child{margin-bottom:0}
.num_text{margin-top:30px;font-size:20px;line-height:1.2}
.banner{width:100%}
.gal_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gal_thumb{position:relative;display:block;height:258px;overflow:hidden;border-radius:6px;transition:box-shadow .3s ease,transform .3s ease}
.gal_thumb:hover{box-shadow:0 8px 20px rgba(0,0,0,0.2);transform:scale(1.01)}
.gal_thumb::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.5);opacity:0;transition:opacity .3s ease;z-index:1}
.gal_thumb::after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;transform:translate(-50%,-50%) scale(0.8);opacity:0;z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23FFFFFF' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;transition:opacity .3s ease,transform .3s ease;pointer-events:none}
.gal_thumb:hover::before{opacity:1}
.gal_thumb:hover::after{opacity:1;transform:translate(-50%,-50%) scale(1)}
.news_blog{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.news_blog .proj_preview{background:#fff}
header.bor_bot{border-bottom:1px solid #DFDFDF}
.bread_wrapper{padding:30px 0 0}
.breadcrumbs{list-style:none;padding-left:0;margin-bottom:0;display:flex;flex-wrap:wrap;gap: 6px 0;}
.breadcrumbs li{color:#151515;position:relative;line-height: 1.1;}
.breadcrumbs li a{color:#CECECE}
.breadcrumbs li:not(:last-child){margin-right:14px;padding-right:25px}
.breadcrumbs li:not(:last-child):after{content:url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.60071 10.7329L5.99805 6.33545L1.60071 1.93811" stroke="%23CECECE" stroke-width="2" stroke-linecap="round"/></svg>');position:absolute;right:0;top:50%;transform:translateY(-50%)}
.history_dots{width:190px;padding-right:20px}
.history_content{width:calc(100% - 190px)}
.history_page{display:flex;justify-content:space-between;position:relative}
.hist_slide:not(:last-child){margin-bottom:20px}
.year_btn{min-height:40px;color:#151515;font-size:24px;line-height:1;display:flex;align-items:center;gap:20px;padding-left:50px;position:relative;cursor:pointer}
.dots_slider{position:sticky;top:0;left:0}
.history_content .title{font-size:34px;margin-bottom:25px}
.history_content .textside{font-size:17px}
.hist_dot{--width:22px;width:var(--width);height:var(--width);position:absolute;background:#B1B1B1;left:7px;top:50%;transform:translateY(-50%);transition:.5s}
.year_btn:focus .hist_dot{background:#151515;transform:translateY(-50%) scale(1.6);transform-origin:left center;left:0}
.year_btn:focus{color:#151515}
.hist_dot:before{position:absolute;content:"";left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#FFFFFF}
.history_dots{position:relative}
.history_dots:before{position:absolute;content:"";left:17px;width:2px;height:100%;background:#E7E7E7;z-index:-1;top:10px}
.partner_item{border:1px solid #DBDBDB;display:grid;grid-template-columns:42% 1fr;min-height:343px}
.part_logo{background:#F6F6F6;display:flex;align-items:center;justify-content:center;padding:10px}
.part_logo img{max-width:100%;max-height:100%;object-fit:contain}
.part_list{display:flex;flex-direction:column;gap:20px}
.part_info{padding:50px 80px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.part_name{color:#151515;font-size:23px;line-height:1.1;text-transform:uppercase}
.part_info_text{margin-top:25px;color:#151515;font-size:18px;line-height:1.2}
.part_info .blue_link{margin-top:25px}
.blue_link{color:#1B4D99;font-size:18px;text-decoration:underline}
.part_info_text a{display:block}
.cert_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.cert_grid .cert_item{border-width:7px}
.title.font34{font-size:34px}
.mb25{margin-bottom:25px}
.docs_list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.doc_item{border:1px solid #DBDBDB;padding:35px 25px}
.doc_icon{margin-bottom:25px}
.doc_name{color:#151515;font-size:19px;line-height:1.1;margin-bottom:18px}
.doc_link{color:#1B4D99;text-decoration:underline;font-size:18px;font-weight:600}
.ral_item{border:1px solid #DBDBDB;padding:30px;display:flex;gap:14px;align-items:center;min-height:200px}
.ral_icon{background:#C7C08C;--width:50px;width:var(--width);height:var(--width);min-width:var(--width);border-radius:50%}
.ral_name{color:#151515;font-size:19px;line-height:1.2}
.team_city{color:#555555;font-size:24px;text-transform:uppercase;padding-bottom:20px;border-bottom:1px solid #E5E5E5;line-height:1.1;margin-bottom:30px}
.team_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.team_group:not(:last-child){margin-bottom:50px}
.team_item{border:1px solid #E5E5E5;padding:50px 35px}
.team_name{color:#151515;font-size:21px;line-height:1.1;margin-bottom:20px}
.team_phones{font-size:18px;line-height:1.1}
.team_phones a{color:#555555;display:block}
.team_pos{color:#555555;font-size:18px;margin-bottom:10px}
.vac_page{display:grid;grid-template-columns:420px 1fr;gap:20px;align-items:flex-start}
.vac_form{border:1px solid #DBDBDB;padding:50px 30px}
.vac_form__title{color:#151515;font-size:18px;text-transform:uppercase;line-height:1.1;margin-bottom:25px;text-align:center}
.vac_item__body{border-top:1px solid #DBDBDB;padding:20px 0;display:none}
.vac_item{padding:0 35px;border:1px solid #DBDBDB}
.vac_item__head{padding:10px 0;min-height:70px;display:flex;align-items:center;position:relative;color:#151515;font-size:20px;line-height:1.1;padding-left:30px;cursor:pointer}
.vac_block{color:#555555;font-size:18px;line-height:1.4}
.vac_block :last-child{margin-bottom:0}
.vac_block:not(:last-child){padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #DBDBDB}
.mini_title{color:#151515;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:15px}
.vac_item__head:before{position:absolute;content:url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.90625 1.04688L6.23646 5.82715L11.5667 1.04688" stroke="%23666666" stroke-width="2"/></svg>');left:0;top:50%;transform:translateY(-50%);transition:.5s}
.vac_item__head.active:before{transform:translateY(-50%) rotate(180deg)}
.vac_item:not(:last-child){margin-bottom:20px}
.vac_form_flex{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}
.w100{width:100%}
.st_input{border:1px solid #BFBFBF;background:transparent;color:#151515;font-size:14px;font-weight:500;padding:20px;line-height:1.1}
.st_input::placeholder{color:#151515}
textarea.st_input{height:110px}
.vac_form_flex + .bt{font-weight:700;padding:15px}
.file_field{width:100%}
.file_field .responsiv-uploader-fileupload.style-file-single{padding:0;background:transparent;border:none;width:100%}
.file_field .responsiv-uploader-fileupload.style-file-single .upload-button{position:relative;top:0;margin:0;height:auto;width:100%;padding:15px;display:flex;align-items:center;justify-content:space-between}
.mb40{margin-bottom:40px}
.cont_page{display:grid;grid-template-columns:260px 1fr;gap:50px}
.cities_list_wrap{border:1px solid #E5E5E5}
.cities_head{border-bottom:1px solid #E5E5E5;padding:20px;color:#151515;font-size:14px;font-weight:300;line-height:1.1;text-transform:uppercase}
.cities_list{padding:24px 10px;display:flex;flex-direction:column}
.city_link.active{background:#1B4D99;color:#fff;border-color:#1B4D99}
.city_link{padding:12px;font-weight:600;line-height:1.1;color:#151515}
.city_link:not(:last-child){border-bottom:1px solid #E5E5E5}
.cont_content{border:1px solid #DADADA;padding:10px;display:grid;grid-template-columns:57% 1fr}
.cont_side{padding:50px 75px;display:flex;flex-direction:column;justify-content:center}
.cont_map{min-height:380px}
.cont_map>*{width:100%;height:100%;border:none!important}
.cont_val{font-size:22px;line-height:1.2}
.cont_val,.cont_val a{color:#151515}
.cont_val a{display:block}
.cont_val + .cont_val{margin-top:20px}
.prod_table{width:100%;overflow:auto}
.prod_table table{width:100%}
.prod_table table td{border:1px solid #C7C7C7;color:#151515;padding:20px;line-height:1.1}
.prod_table thead{background:#fff}
.td_price{display:flex;align-items:center;justify-content:space-between}
.cat_gallery .categ_item{padding-right:0}
.prod_form{background-size:cover;background-position:center;padding:100px;min-height:490px;display:flex;flex-direction:column;justify-content:center;position:relative}
.prod_form_content{position:relative;display:grid;grid-template-columns:35% 1fr;gap:85px;z-index:1}
.prod_form_info .title{margin-bottom:25px}
.prod_form:before{position:absolute;content:"";background:#1E1E1EB2;top:0;left:0;width:100%;height:100%}
.prod_form .white_input{border-radius:0;font-size:17px;padding:20px;line-height:1.1}
.prod_form textarea{height:140px}
.prod_form .white_input::placeholder{color:#DADADA}
.prod_form .bt{border-radius:0}
.alphabet-nav a{text-decoration:none}
.disabled{opacity:.4;pointer-events:none}
.letter_btn{border:1px solid #DBDBDB;color:#151515;font-size:34px;line-height:1;text-transform:uppercase;min-width:75px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.5s}
.alphabet-nav{display:flex;flex-wrap:wrap;gap:12px}
.letter_btn:hover{background:#1B4D99;border-color:#1B4D99;color:#fff}
.factory-list{display:grid;grid-template-columns:repeat(3,1fr);gap:50px 20px}
.letters_section ul{list-style:none;padding-left:0;margin-bottom:0}
.letters_section ul li{font-size:17px;line-height:1.2}
.letters_section ul li a{color:#555555}
.letters_section ul li + li{margin-top:10px}
.letters_section .title{margin-bottom:30px}
.year_btn:not(:last-child){margin-bottom:100px}
.mapsvg path.hovered-region{fill:#8BA6D4!important;transition:fill .3s ease;stroke:#1B4D99!important;cursor:pointer}
.map_wrapper{position:relative}
#project{position:absolute;left:0;top:50%;z-index:1;background:#F0F0F0;border:1px solid #B3B3B3;padding:70px;min-height:490px;flex-direction:column;justify-content:center;align-items:flex-start;display:none;width:490px;max-width:100%;transform:translateY(-50%)}
.mapsvg_rel{margin-left:auto;display:table;max-width:100%}
.mapsvg_rel svg{max-width:100%;height:auto}
#project.active{display:flex}
.project-address{color:#333333;font-size:32px;font-weight:500;line-height:1.1;margin-bottom:40px}
.project-phone,.project-phone a{color:#555555}
.project-phone{font-size:26px;line-height:1.2;margin-bottom:15px}
.note_bottom{color:#777777;font-size:19px;line-height:1.3;width:240px;max-width:100%;margin-top:75px}
#project:after{position:absolute;content:url('data:image/svg+xml,<svg width="112" height="62" viewBox="0 0 112 62" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.13281 50.0088C34.6611 62.5197 100.517 72.829 95.7123 13.9785" stroke="%231B4D99" stroke-width="3"/><path d="M83.2556 20.1321L93.9183 3.31988L110.73 13.9795" stroke="%231B4D99" stroke-width="3"/></svg>');right:-50px;bottom:150px}
.footer .social a svg{width:24px;height:24px}
.footer .social a svg [fill="#333333"]{fill:#fff}
.footer .social a svg [stroke="#333333"]{stroke:#fff}
.footer .social a svg [fill="white"]{fill:#333}
.ss-search-form__input{border:1px solid #909090;border-radius:60px;height:55px;display:flex;overflow:hidden;margin-bottom:40px}
.ss-search-form__input button{min-width:60px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent}
.ss-search-form__input input[type="text"]{width:100%;background:transparent;border:none;color:#151515;padding:5px 25px}
.ss-result__title{font-size:21px;font-weight:700;line-height:1.1;margin-bottom:10px}
.ss-result__aside{display:none}
.social a:hover{background:#1B4D99;border-color:#1B4D99}
header .social a:hover svg [fill="#333333"]{fill:#fff}
header .social a:hover svg [stroke="#333333"]{stroke:#fff}
header .social a:hover svg [fill="white"]{fill:#333}
svg,svg *{transition:.5s}
.gal_thumb img{width:100%;height:100%;object-fit:cover}
.alert{background:#1B4D99;color:#fff;font-size:18px;text-align:center;border-color:#1B4D99;position:fixed;top:50%;left:50%;max-width:95%;width:500px;padding:40px;transform:translate(-50%,-50%);z-index:1}
.alert>.close{position:absolute;opacity:1;text-shadow:none;top:10px;right:20px;color:#fff}
.mm-wrapper_opened .hamburger--spin .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}
.mm-wrapper_opened .hamburger--spin .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}
.mm-wrapper_opened .hamburger--spin .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}
.modal-header{background:#333;border-color:#333;padding:25px 30px;position:relative}
.btn-close{position:absolute;right:15px;top:15px;background:transparent;border:none;color:#fff;line-height:1}
.modal-body{color:#333;line-height:1.3;padding:30px 50px}
.modal-body .text18{text-align:center}
.modal-title{text-align:center}
.modal-content{border-radius:0;border:none}
.white_input.dark{background:#33333321;color:#151515}
.white_input.dark::placeholder{color:#333}
.modal-body .form_flex + .bt{margin-right:auto;margin-left:auto;display:table}
.post_content{line-height:1.3}
.bitrix_alert {
    display: none;
}
.fixed_form {
    opacity: 0;
    transform: translateY(50px);
    pointer-events: none; 
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    border-radius: 0 21px 0 0;
    background: #FFFFFF;
    width: 310px;
    padding: 78px 30px 40px;
}

.fixed_form.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.close_fixed_form {
    background: #555555;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.ff_title {
    color: #151515;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}

.ff_text {
    line-height: 1.2;
    font-size: 17px;
    color: #555;
    margin-bottom: 25px;
}



.rel_form {
    position: relative;
    height: 44px;
    width: 100%;
    background: #F0F0F0;
    display: flex;
}
.rel_form input {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 17px;
    padding: 5px 20px;
    color: #151515;
}

.rel_form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #1B4D99;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
