@charset "UTF-8";@font-face{font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Open Sans,sans-serif;font-style:normal;font-weight:400;font-display:swap}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:inherit}button{border:none;outline:none;box-shadow:none;padding:0;background-color:transparent}img{border-style:none}input:disabled{opacity:1}:root{--black-main: #000000;--black: #1d2023;--white: #ffffff;--bg: #f1f1f1;--bg-hover: #e6e6e6;--bg-light: #f8f8f8;--red: #cf1830;--yellow: #fc0;--grey: #a8a8a8;--border: #7777;--font-family: "Montserrat", sans-serif}.modal{position:fixed;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .5s;z-index:1}.modal_opened{pointer-events:auto;opacity:1}.modal_opened .modal__overflow{display:block}.modal__overflow{display:none;width:100%;height:100%;background:#000000b3;position:absolute;z-index:1}.modal__dialog{width:calc(100% - 16px);max-width:560px;min-height:200px;background:var(--white);z-index:2;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px;padding:24px}.popup{display:none;position:fixed;bottom:0;width:100%;background-color:var(--bg);z-index:9999;box-shadow:0 10px 20px #00000080}.popup_opened{display:block}.popup__body{display:flex;padding:16px;max-width:800px!important;font-size:.875rem;line-height:1.125rem}.form__text{font-size:.875rem;line-height:1rem;margin-bottom:16px}.form__success{display:none;text-align:center}.form__success .title-h2{margin-bottom:16px}.form.loading{position:relative}.form.loading:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:22;background:#ffffffb3}.form.success .form__body{display:none}.form.success .form__success,.form.error .form__error{display:block}.form__error{text-align:center;display:none;color:var(--red);font-size:1rem;line-height:1.25rem;margin-bottom:24px}.form .input-wrap{width:100%;height:67px;font-weight:500;font-size:18px;text-align:left;margin-bottom:16px}.form .input-wrap input{border-radius:34px;border:1px solid var(--border);width:100%;height:100%;padding:0 30px;font-size:1.5rem;line-height:1.5rem;color:var(--black-main);background:var(--white)}.form .input-wrap input::placeholder{color:var(--border)}@media screen and (max-width: 767.99px){.form .input-wrap{height:50px}.form .input-wrap input{font-size:1.125rem;line-height:1.125rem}}.button{font-size:1.125rem;cursor:pointer;transition:background-color .5s;border:none;background:var(--red);display:inline-flex;align-items:center;justify-content:center;padding:0 20px;height:66px;border-radius:40px;text-decoration:none;min-width:160px;font-weight:600;text-transform:uppercase;color:var(--white)}.button__small{font-size:.875rem;height:46px}@media screen and (max-width: 767.99px){.button{height:2.875rem;font-size:1rem}.button__small{font-size:.75rem;height:2.25rem}}.link{color:var(--red);text-transform:none}.text-big{max-width:1024px;font-size:1.5rem;line-height:2rem;font-family:Montserrat,sans-serif;font-optical-sizing:auto;margin-top:1.125rem}@media screen and (max-width: 767.99px){.text-big{font-size:1rem;line-height:1.375rem;margin-top:.75rem}}@media screen and (max-width: 427.99px){.text-big{font-size:.875rem;line-height:1.125rem;margin-top:.75rem}}.t-text{max-width:820px}.title-h3{font-size:2rem;line-height:2rem;margin-bottom:2.5rem;color:var(--black)}@media screen and (max-width: 767.99px){.title-h3{font-size:1.625rem;margin-bottom:1.625rem}}@media screen and (max-width: 427.99px){.title-h3{font-size:1.375rem;margin-bottom:1.125rem}}.title-h4{font-size:1.75rem;line-height:1.75rem;margin-bottom:1.75rem;color:var(--black)}@media screen and (max-width: 767.99px){.title-h4{font-size:1.125rem;margin-bottom:1rem}}.title-h2{font-size:3.75rem;margin-bottom:3.75rem;color:var(--black);font-family:Manrope,sans-serif;font-optical-sizing:auto}@media screen and (min-width: 1024px){.title-h2{font-size:3.125rem}}@media screen and (max-width: 767.99px){.title-h2{font-size:1.75rem;margin-bottom:1.75rem}}*{box-sizing:border-box}html{height:100%;width:100%;font-size:16px;line-height:1;overflow-x:hidden}body{font-family:Montserrat,sans-serif;font-optical-sizing:auto;display:flex;min-height:100vh;flex-direction:column;font-size:1rem;color:var(--black);-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%}main{flex-grow:1;overflow-x:hidden}a{text-decoration:none;color:var(--black)}header,footer{flex:0 0 0}.container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media screen and (max-width: 767.99px){.container{padding-left:1.25rem;padding-right:1.25rem}}@media screen and (min-width: 1024px){.container{padding-left:1.25rem;padding-right:1.25rem}}@media screen and (min-width: 1366px){.container{padding-left:2.75rem;padding-right:2.75rem}}.section-space{margin-bottom:84px}@media screen and (max-width: 767.99px){.section-space{margin-bottom:40px}}.header{padding:1.25rem 0;margin-bottom:32px}.header .header__wrap{height:3.625rem;display:flex;align-items:center}.header .header__logo{height:2.75rem;width:117px;border-right:1px solid var(--bg);padding-right:1rem}.header .header__logo img{height:100%}.header .header__contacts{display:flex;align-items:center;margin-left:3.75rem;gap:16px}.header .header__soc{display:flex;align-items:center;gap:.5rem}.header .header__soc img{display:block;filter:brightness(0);opacity:.3;transition:.3s}.header .header__phone{font-weight:600;font-size:1.125rem;line-height:115%;text-transform:uppercase;white-space:nowrap;font-family:Montserrat,sans-serif;font-optical-sizing:auto}.header .header__email{font-family:Montserrat,sans-serif;font-optical-sizing:auto;margin-left:auto;font-size:1.125rem;font-weight:600}.header .header__email *{color:var(--red)}@media screen and (max-width: 767.99px){.header{margin-bottom:22px}.header .header__phone{font-size:.75rem;line-height:1.25rem}.header .header__contacts{margin-left:auto}.header .header__email,.header__btn{display:none}}.footer{background:var(--yellow);padding:2.75rem 0}.footer__wr{display:flex;justify-content:space-between;margin-bottom:2rem}.footer__wr>*{width:calc(33% - 20px);flex-shrink:0}.footer__address{display:flex;flex-direction:column;align-items:center;margin-top:0}.footer__address p{padding-left:42px;position:relative}.footer__address p:before{content:".";width:1.5rem;height:1.5rem;border:2px solid var(--red);position:absolute;left:0;top:.5rem;border-radius:50%;line-height:0;text-align:center;font-size:2.5rem;color:var(--red)}.footer__logo{display:block;max-width:12.5rem}.footer__logo img{width:100%}.footer__contacts{display:flex;flex-direction:column;align-items:center}.footer__phone{margin:1rem 0 1.5rem;display:block}.footer__soc{display:flex;justify-content:center;gap:0 1.0625rem}.footer__copyright{margin-bottom:16px}@media screen and (max-width: 767.99px){.footer__wr{flex-wrap:wrap;justify-content:space-evenly}.footer__wr>*{width:calc(50% - 20px);margin-bottom:24px}}@media screen and (max-width: 767.99px){.footer__wr{flex-wrap:wrap}.footer__wr>*{width:100%}}.hero{background-color:var(--bg)}.hero__wr{padding-right:0;display:flex}.hero__img{width:50%;flex-shrink:0}.hero__img img{width:100%}.hero__left{width:50%;display:flex;flex-direction:column;justify-content:center;margin-right:24px}.hero__title{padding:0;margin-top:72px;font-family:Manrope,sans-serif;font-optical-sizing:auto;line-height:1;font-size:60px;font-size:3.75rem;line-height:3.75rem;font-weight:600}.hero__h1{font-weight:500;font-size:1.5rem;line-height:2rem;text-transform:uppercase}.hero__h1 span{border-radius:24px;background:var(--white);padding:10px 24px}@media screen and (max-width: 1100px){.hero__title{font-size:2.8125rem;line-height:2.8125rem}}@media screen and (max-width: 767.99px){.hero__h1{font-size:1rem;line-height:1.5rem}.hero__title{margin-bottom:1.5rem;font-size:2rem;line-height:2.125rem}}@media screen and (max-width: 427.99px){.hero__wr{flex-direction:column;position:relative;padding:0;justify-content:center}.hero__wr:before{content:"";position:absolute;width:100%;height:100%;background:#0009;left:0;top:0}.hero__left{position:absolute;padding:16px;width:100%}.hero__title{margin-top:52px;color:var(--white);margin-bottom:0;font-size:2rem;line-height:2.125rem}.hero__img{width:100%}}.c-button{display:flex;justify-content:center}.scheme__list{display:flex;flex-wrap:wrap;justify-content:space-between;background:var(--bg-light);padding:40px 24px;gap:3.125rem}.scheme__item{flex:1 1 calc(50% - 70px)}.scheme__num{font-weight:500;font-size:2rem;line-height:3.125rem;color:var(--red);margin-bottom:2rem;font-style:normal;font-family:Montserrat,sans-serif;font-optical-sizing:auto;letter-spacing:.8px}.scheme__title{font-weight:600;color:var(--black-main);font-size:22px;font-size:1.375rem;line-height:1.5rem;margin-bottom:.75rem;font-family:Montserrat,sans-serif;font-optical-sizing:auto;letter-spacing:.8px}.scheme__p{font-weight:500;font-size:1.1875rem;line-height:1.625rem;font-family:Montserrat,sans-serif;font-optical-sizing:auto;color:var(--grey)}@media screen and (max-width: 427.99px){.scheme__list{gap:20px}.scheme__p{font-size:1rem;line-height:1.125rem}}.video .video__frame{margin:32px auto 48px;display:flex;align-items:center;justify-content:center;flex-direction:column}.video .video__frame iframe{width:100%;max-width:853px;height:480px}@media screen and (max-width: 767.99px){.video .video__frame iframe{height:300px}}.video .title-h3{margin-bottom:24px;tab-index:left}.services__list{margin-top:42px}.services__item{font-weight:600;padding:22px 0;border-top:1px solid var(--red);display:flex;align-items:center}.services__item .title-h3{margin-bottom:0}.services__item span{flex-shrink:0;margin-bottom:0;color:var(--red);margin-right:32px;font-weight:400}.advantages__grid{margin-top:32px;display:flex;flex-wrap:wrap;justify-content:space-between}.advantages__item{width:calc(20% - 12px);border-radius:24px;background:var(--bg);padding:20px}.advantages__cap{font-size:1rem;line-height:1.25rem;font-weight:600;margin-bottom:18px;position:relative;padding-top:18px}.advantages__cap:before{content:"";width:32px;height:3px;background-color:var(--red);position:absolute;top:0;left:0}.advantages__text{font-size:1rem;line-height:1.375rem}@media screen and (max-width: 767.99px){.advantages__item{width:calc(50% - 12px);margin-bottom:16px}}@media screen and (max-width: 427.99px){.advantages__item{width:100%;margin-bottom:16px}}
