﻿@keyframes cta_gradient_animation{0%{transform:translateX(-100%)}to{transform:translateX(140%)}}body,h2,h3,h4,h5,html{margin:0}body,h1,h2,h3,h4,h5,html{padding:0;max-width:100%}.substrate{height:88px}@media (max-width:640px){.substrate{height:72px}}body.fixed{overflow:hidden}body.fixed .fixed_bg{opacity:1;pointer-events:visible}.fixed_bg{pointer-events:none;position:fixed;top:0;bottom:0;left:0;right:0;background:var(--black-07, rgba(0, 0, 0, 0.7));box-shadow:-2px 0 5px 0 rgba(255,255,255,.3) inset;backdrop-filter:blur(4px);transition:.3s ease;opacity:0;z-index:99}.no-transition *{transition:none!important}.header{height:88px;display:flex;align-items:center;padding:20px 0;background-color:#fff;border-bottom:1px solid #f0f0f0;position:fixed;box-sizing:border-box;left:0;top:0;width:100%;z-index:1000}.header .wrapper{padding:0 16px;width:1920px;padding-left:24px!important;padding-right:24px!important}@media (max-width:1255px){.header::before{content:"";position:absolute;pointer-events:none;left:0;right:0;bottom:0;top:0;background-color:#fff}.header .burger-menu,.header_logo{position:relative;z-index:2}.header .wrapper{padding:0 24px}}@media (max-width:640px){.header{height:72px}}.header-grid{display:flex;justify-content:space-between;align-items:center}@media (max-width:640px){.header-grid{justify-content:flex-start}}.header_logo{margin-right:40px;width:200px;overflow:hidden;transition:width .4s ease}.header_logo img{width:100%;height:auto;display:block}@media (max-width:640px){.header_logo{order:2;max-width:180px}}.header_menu ul{margin:0;padding:0;list-style:none}.header_menu a{text-decoration:none;color:#000;font-weight:600;transition:.3s ease;padding:16px;border-radius:12px;line-height:100%;letter-spacing:1.28px}@media (max-width:1255px){.header_menu .main-menu-container{position:fixed;display:flex;justify-content:center;background-color:#fff;top:88px;left:0;right:0;box-sizing:border-box;padding:40px 24px;overflow:auto;transform:translateY(-130%);z-index:-1;transition:.3s ease}.header_menu .main-menu-container.open{transform:translateY(0)}}@media (max-width:767px){.header_menu .main-menu-container{padding:16px 20px 48px;top:70px}}.header_menu .menu{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;transition:.3s ease}@media (max-width:1255px){.header_menu .menu{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:364px}}.header_menu .menu>.menu-item{position:relative}.header_menu .menu>.menu-item+.menu-item{margin-left:8px}@media (max-width:1255px){.header_menu .menu>.menu-item+.menu-item{margin-left:0}}.header_menu .menu>.menu-item>a{font-weight:700;text-transform:uppercase;white-space:nowrap;display:inline-flex;font-size:16px;height:48px;box-sizing:border-box;align-items:center;justify-content:center}.header_menu .menu>.menu-item>a.active,.header_menu .menu>.menu-item>a:hover{background-color:rgba(0,0,0,.06);color:#e30613}@media (max-width:1355px){.header_menu .menu>.menu-item>a{padding:16px 8px}}@media (max-width:1255px){.header_menu .menu>.menu-item>a{padding:14px;font-size:16px;line-height:125%;font-weight:600;width:100%;box-sizing:border-box;text-align:center;text-transform:uppercase}.header_menu .menu>.menu-item{margin-bottom:8px;width:100%;overflow:hidden;height:48px;position:relative;display:flex;align-items:center}}.header_menu .menu>.menu-item.btn-contact a{display:flex;align-items:center;justify-content:center;background-color:#e30613;min-width:164px;color:#fff;box-sizing:border-box;overflow:hidden;position:relative;box-shadow:0 2px 9px rgba(176,27,36,.35),inset 0 -1px 0 #c02105}.header_menu .menu>.menu-item.btn-contact a span{position:relative;z-index:10}.header_menu .menu>.menu-item.btn-contact a::before{position:absolute;content:"";background:linear-gradient(125deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 41%,rgba(255,255,255,.25) 48%,rgba(255,255,255,.25) 50%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);top:-1px;bottom:-1px;width:100%;pointer-events:none;animation:cta_gradient_animation 1.5s linear infinite;z-index:6}.header_menu .menu>.menu-item.btn-contact a .cta_state{left:-1px;top:-1px;bottom:-1px;right:-1px;position:absolute;transition:.7s ease;pointer-events:none}.header_menu .menu>.menu-item.btn-contact a .btn_state-1{background:linear-gradient(263.59deg,#fb3c00 6.33%,#e30613 99.09%);z-index:1}.header_menu .menu>.menu-item.btn-contact a .btn_state-2{background:linear-gradient(243.99deg,#fb6900 60.03%,#e30606 111.41%);opacity:0;z-index:2}.header_menu .menu>.menu-item.btn-contact a:hover .btn_state-1{opacity:0}.header_menu .menu>.menu-item.btn-contact a:hover .btn_state-2{opacity:1}.header .burger-menu{display:none}@media (max-width:1255px){.header .burger-menu{display:flex;color:#000;font-weight:700;transition:.3s ease;padding:13px 11px 10px;margin-left:auto;border-radius:8px;text-transform:uppercase;line-height:100%;width:116px;height:48px;font-size:14px;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer;background-color:#f0f0f0}.header .burger-menu>div{width:20px;min-width:20px;height:20px;margin-right:8px;padding:5px 2px;box-sizing:border-box;position:relative;top:-2px}.header .burger-menu>div span{width:15px;height:1.8px;border-radius:2px;background-color:#000;transform-origin:center;transition:.3s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.header .burger-menu>div span:first-child{top:25%}.header .burger-menu>div span:last-child{top:75%}}@media (max-width:1255px) and (min-width:1000px){.header .burger-menu:hover{color:#e30613}.header .burger-menu:hover span:nth-child(2){opacity:0}.header .burger-menu:hover span:first-child,.header .burger-menu:hover span:last-child{top:50%;background-color:#e30613}}@media (max-width:1255px){.header .burger-menu.active{color:#000;background-color:#f0f0f0}.header .burger-menu.active>div span{top:50%}.header .burger-menu.active>div span:nth-child(2){display:none}.header .burger-menu.active>div span:first-child{transform:translate(-50%,-50%) rotate(-45deg)}.header .burger-menu.active>div span:last-child{transform:translate(-50%,-50%) rotate(45deg)}}@media (max-width:640px){.header .burger-menu{width:40px;height:40px;font-size:0;text-indent:-9999px;background-color:#fff;border:1px solid #f0f0f0;order:1;margin-right:16px}.header .burger-menu>div{margin:0}}.hover-purple:hover .sub-menu_link-title{color:#8052ff}.hover-red-dark:hover .sub-menu_link-title{color:#91275d}.hover-green:hover .sub-menu_link-title{color:#14bc6c}@media (max-width:1255px){.custom-logo-link{max-width:100%;display:flex;align-items:center}.custom-logo-link img{max-width:100%}}.section-padding-40{padding:40px 0}@media (max-width:1000px){.section-padding-40{padding:20px 0}}.section-padding-60{padding:60px 0}@media (max-width:767px){.section-padding-60{padding:40px 0}}.section-padding-96{padding:96px 0}@media (max-width:1000px){.section-padding-96{padding:72px 0}}@media (max-width:640px){.section-padding-96{padding:48px 0}}.section-padding-120{padding:120px 0}@media (max-width:767px){.section-padding-120{padding:80px 0}}.section-padding-bottom-120{padding-bottom:120px}@media (max-width:767px){.section-padding-bottom-120{padding-bottom:80px}}.section-padding-bottom-90{padding-bottom:90px}@media (max-width:767px){.section-padding-bottom-90{padding-bottom:60px}}.section-padding-bottom-60{padding-bottom:60px}@media (max-width:992px){.section-padding-bottom-60{padding-bottom:40px}}.no_padding_top{padding-top:0!important}.no_padding_bottom{padding-bottom:0!important}.no_margin_top{margin-top:0!important}.no_margin_bottom{margin-bottom:0!important}.margin_top_20{margin-top:20px}.margin_bottom_20{margin-bottom:20px}.margin_bottom_25{margin-bottom:25px}.margin_bottom_50{margin-bottom:50px}@media (max-width:479px){.margin_bottom_50{margin-bottom:30px}}.margin_bottom_90{margin-bottom:90px}@media (max-width:479px){.margin_bottom_90{margin-bottom:60px}}html{overflow-x:hidden}*{font-family:"Sofia Pro";scrollbar-color:#e30613;scrollbar-width:thin;font-size:14px;line-height:148%}.wrapper{max-width:100%;box-sizing:border-box;width:1360px;margin:0 auto;padding-left:40px!important;padding-right:40px!important}@media (max-width:640px){.wrapper{padding-left:24px!important;padding-right:24px!important}}.wrapper-large{width:1520px}.wrapper-small{width:1200px}p{margin:16px 0}p:first-child{margin-top:0}h1,h2{font-weight:900}h1{font-size:64px;line-height:120%;margin:0 0 25px}h2,h2 *{font-size:48px;line-height:100%}h3,h3 *{font-size:28px;line-height:126%;font-weight:700}h4,h4 *{font-size:22px;line-height:125%;font-weight:600}h5{font-size:18px;line-height:168%;font-weight:500}@media (max-width:767px){h1,h2{font-size:38px;line-height:110%}h2{font-size:32px}h3{font-size:24px;line-height:130%}h5{font-size:16px}}.text_center{text-align:center}@media (max-width:1000px){.text_left_tablet{text-align:left}}@media (max-width:767px){.text_left_mobile{text-align:left}}.block_center{margin-left:auto;margin-right:auto}.p_descr,.p_descr p{max-width:100%;width:760px;font-size:18px;line-height:168%}@media (max-width:767px){.p_descr,.p_descr p{font-size:16px}}.no-link>a{pointer-events:none}.top-block-scrolled{transition:.2s linear}.bottom-block-scrolled{position:relative;transition:.1s linear;z-index:10}