@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}ol,ul{list-style:none;padding:0}a{text-decoration:none}button{background:#0000;border:none;padding:0}.container{margin:0 auto;max-width:1180px;padding:0 15px}.wrapper{margin:0 auto;padding:0 40px}.loading{animation:rotation 1s linear infinite;border-right:4px solid #0000;border-top:4px solid #008d0e;display:inline-block;margin-top:20px}.loading,.loading:after{border-radius:50%;box-sizing:border-box;height:48px;width:48px}.loading:after{animation:rotation .5s linear infinite reverse;border-bottom:4px solid #0000;border-left:4px solid #cf3336;content:"";left:0;position:absolute;top:0}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:550px){.wrapper{padding:0 20px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Services_headText__1jAAx{margin-bottom:20px;margin-top:60px;text-align:center}.Services_headText__1jAAx h1{font-family:Roboto,sans-serif;font-size:32px;font-weight:400;line-height:38px;margin-bottom:12px;text-transform:uppercase}.Services_headTextPolis__Mey6F{margin-bottom:60px}.Services_headTextPolis__Mey6F h1{margin-bottom:0}.Services_headText__1jAAx div{display:flex;justify-content:center}.Services_headText__1jAAx h3{font-family:Roboto,sans-serif;font-size:24px;font-weight:400;line-height:28px;margin-bottom:45px;width:50%}.Services_headText__1jAAx p{font-family:Roboto,sans-serif;font-size:20px;font-weight:300;line-height:23px}.Services_services__YjeUl{margin-bottom:20px}.Services_serviceBox__jR1-e{grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:50px}.Services_serviceBox__jR1-e div{cursor:pointer;padding:18px 11px 24px;text-align:center}.Services_serviceBox__jR1-e div:hover{background:#fff;border-radius:8px;box-shadow:0 0 8px #00000026}.Services_serviceBox__jR1-e p{font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:300;line-height:19px;margin-top:10px;text-transform:uppercase}.Services_serviceText__XgTXc{align-items:center;display:flex;flex-direction:column;justify-content:center}.Services_serviceText__XgTXc div{align-items:baseline;display:flex;margin-bottom:15px;width:550px}.Services_serviceText__XgTXc h1{font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23px;text-transform:uppercase}.Services_serviceText__XgTXc img{margin-right:28px}.Services_serviceText__XgTXc div:last-child{margin-bottom:0}.Services_formBlock__PzU6D{align-items:center;column-gap:40px;display:flex;justify-content:center}.Services_formBlock__PzU6D input{margin-left:0;margin-right:16px;margin-top:0}.Services_background__1IjYs{background-image:url(/static/media/Star_of_life.632eb3cf43e322a07698.png);background-repeat:no-repeat;background-size:inherit;height:883px;left:0;position:absolute;top:155%;width:100%;z-index:-1}.Services_apps__TOumI{align-items:center;justify-content:center}.Services_appMarket__EVJNA div,.Services_apps__TOumI{column-gap:20px;display:flex}.Services_appMarket__EVJNA h1{font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23px;margin-bottom:60px;text-transform:uppercase;width:500px}.Services_mobileImg__4DVgZ{position:relative}.Services_mobileImg__4DVgZ img:first-child{max-width:100%;width:90%}.Services_mobileImg__4DVgZ img:last-child{left:30%;max-width:100%;position:absolute;top:-5%;width:100%}@media screen and (max-width:1180px){.Services_serviceBox__jR1-e{grid-template-columns:repeat(3,1fr);row-gap:20px}.Services_apps__TOumI{flex-direction:column-reverse;row-gap:30px}.Services_serviceText__XgTXc{margin-bottom:50px}}@media screen and (max-width:950px){.Services_serviceBox__jR1-e{grid-template-columns:repeat(2,1fr)}.Services_serviceBox__jR1-e div{background:#fff;border-radius:8px;box-shadow:0 0 8px #00000026}}@media screen and (max-width:850px){.Services_background__1IjYs{display:none}}@media screen and (max-width:750px){.Services_headText__1jAAx{margin-bottom:45px;margin-top:40px}.Services_headText__1jAAx h1{font-size:24px;line-height:28px}.Services_headText__1jAAx div{margin-bottom:12px}.Services_headText__1jAAx h3{font-size:16px;line-height:19px;margin-bottom:0;width:100%}.Services_serviceBox__jR1-e div{padding:14px 8px 18px}.Services_appMarket__EVJNA h1{font-size:16px;line-height:19px;margin-bottom:25px;text-align:center}.Services_appMarket__EVJNA div{justify-content:center}.Services_formBlock__PzU6D{column-gap:20px;justify-content:space-around}}@media screen and (max-width:580px){.Services_serviceText__XgTXc div{align-items:center;width:100%}.Services_appMarket__EVJNA h1{width:100%}.Services_appMarket__EVJNA div{justify-content:center}}@media screen and (max-width:420px){.Services_formBlock__PzU6D{grid-row-gap:20px;display:grid;row-gap:20px}.Services_serviceBox__jR1-e{grid-template-columns:repeat(1,1fr)}.Services_serviceBox__jR1-e div{background:#0000;border-radius:0;box-shadow:none;padding:0;text-align:left}.Services_serviceBox__jR1-e p{margin-top:0}.Services_serviceBox__jR1-e p:before{content:"\2022";display:inline-block;width:20px}.Services_serviceBox__jR1-e br,.Services_serviceBox__jR1-e img{display:none}.Services_serviceText__XgTXc h1{font-size:16px}.Services_appMarket__EVJNA img{width:100%}.Services_mobileImg__4DVgZ img:first-child{width:70%}.Services_mobileImg__4DVgZ img:last-child{left:25%;width:80%}}.saveBtn{background:#0cf;border-radius:8px;box-shadow:0 4px 4px #00000026;color:#fff;cursor:pointer;font-size:20px;font-weight:400;padding:20px 60px;text-transform:uppercase}.cancelBtn{color:red;cursor:pointer;font-size:16px}.formBtn{column-gap:30px;display:flex;justify-content:center}.resultStep{margin-top:40px;text-align:center}.resultStep h1{color:#008d0e;font-size:60px;font-weight:400}.resultStep h2{color:grey;font-size:50px;letter-spacing:.1em;margin-top:10px}@media screen and (max-width:500px){.saveBtn{padding:20px 30px}.resultStep h1{font-size:30px}.resultStep h2{font-size:16px}}.PersonForm_person__75Nz1{margin:30px 0}.PersonForm_headText__hqBQ1{margin-bottom:20px}.PersonForm_headText__hqBQ1 h1{font-size:16px;font-weight:700}.PersonForm_inputBlock__Qo52s{grid-column-gap:20px;grid-row-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);row-gap:20px}.PersonForm_box__BqCCn{display:flex;flex-direction:column}.PersonForm_inputBlock__Qo52s label{white-space:nowrap}.PersonForm_inputBlock__Qo52s input{background:#fff;border:0;border-radius:8px;box-shadow:0 4px 8px #00000026;margin-top:10px;padding:15px 20px}.PersonForm_inputBlock__Qo52s div:first-child{width:80%}.PersonForm_box__BqCCn input::placeholder{color:#d9d9d9}@media screen and (max-width:950px){.PersonForm_inputBlock__Qo52s div:first-child{width:100%}}@media screen and (max-width:500px){.PersonForm_inputBlock__Qo52s{grid-template-columns:repeat(1,1fr)}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.TechCertificate_certificate__9C4hA{margin:30px 0}.TechCertificate_headText__tlY8y{margin-bottom:20px}.TechCertificate_headText__tlY8y h1{font-size:16px;font-weight:700}.TechCertificate_inputBlock__xBAYk{grid-column-gap:100px;grid-row-gap:20px;column-gap:100px;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:30px;row-gap:20px}.TechCertificate_box__E2jBc{display:flex;flex-direction:column}.TechCertificate_box__E2jBc input{background:#fff;border:0;border-radius:8px;box-shadow:0 4px 8px #00000026;margin-top:10px;padding:15px 20px}.TechCertificate_box__E2jBc input::placeholder{color:#d9d9d9}.TechCertificate_box__E2jBc input[type=date]::-webkit-calendar-picker-indicator{display:block}.TechCertificate_radioContent__uNDIX{display:flex;justify-content:center}.TechCertificate_radioBlock__xTjt5{align-items:center;column-gap:10px;display:flex}.TechCertificate_radioBlock__xTjt5 h1{font-size:16px;font-weight:400}.TechCertificate_radioBox__Yb45f{column-gap:20px;display:flex}.TechCertificate_radioBox__Yb45f div{align-items:center;column-gap:5px;display:flex}.TechCertificate_radioBlock__xTjt5 input{margin:0}@media screen and (max-width:950px){.TechCertificate_inputBlock__xBAYk{column-gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.TechCertificate_inputBlock__xBAYk{grid-template-columns:repeat(1,1fr)}}.DriversForm_driversForm__W1hj0{margin-bottom:50px}.DriversForm_drivers__d14n9{margin:30px 0}.DriversForm_headText__oInVr{margin-bottom:20px}.DriversForm_headText__oInVr h1{font-size:16px}.DriversForm_input__37aq8{border-radius:8px;box-shadow:0 0 8px #00000026}.DriversForm_labelInput__Br6-I{grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:10px;padding:0 20px}.DriversForm_labelInput__Br6-I h1{font-size:16px;font-weight:400}.DriversForm_labelInput__Br6-I div:first-child{width:450px}.DriversForm_inputBlock__YSyx8{grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr)}.DriversForm_item__jhCtH input{background:#0000;border:0;padding:15px 0;width:100%}.DriversForm_item__jhCtH input::placeholder{color:#d9d9d9;font-size:16px}.DriversForm_box__KTcmE h1{display:none}.DriversForm_driverInput__veg2Q{padding:0 20px}.DriversForm_driverInputSecond__RGfBq{background:#f9f9f9;padding:0 20px}.DriversForm_driverInputSecond__RGfBq input{background:#f9f9f9}.DriversForm_firstForm__-SWWp{width:450px}.DriversForm_radioContent__0SSQ2{display:flex;justify-content:center}.DriversForm_radioBlock__qRoxM{align-items:center;column-gap:10px;display:flex}.DriversForm_radioBlock__qRoxM h1{font-size:16px;font-weight:400}.DriversForm_radioBox__Zogrl{column-gap:20px;display:flex}.DriversForm_radioBox__Zogrl div{align-items:center;column-gap:5px;display:flex}.DriversForm_radioBlock__qRoxM input{margin:0}@media screen and (max-width:900px){.DriversForm_firstForm__-SWWp,.DriversForm_labelInput__Br6-I div:first-child{width:300px}}@media screen and (max-width:800px){.DriversForm_firstForm__-SWWp{width:200px}.DriversForm_inputBlock__YSyx8{grid-template-columns:repeat(1,1fr)}.DriversForm_box__KTcmE{align-items:center;column-gap:30px;display:flex}.DriversForm_box__KTcmE h1{display:block;font-size:14px;font-weight:400;width:110px}.DriversForm_labelInput__Br6-I{display:none}}@media screen and (max-width:500px){.DriversForm_inputBlock__YSyx8{margin-bottom:20px}.DriversForm_input__37aq8{height:auto;overflow-y:auto}.DriversForm_firstForm__-SWWp{width:auto}}@media screen and (max-width:350px){.DriversForm_box__KTcmE h1{width:60px}}.DriversForm_checkbox-container__8I\+uM{align-items:center;display:flex;gap:10px;padding-top:30px}.DriversForm_checkbox-container__8I\+uM input[type=checkbox]{height:20px;margin:0;width:20px}.DriversForm_checkbox-container__8I\+uM label{color:#333;cursor:pointer;font-size:16px}.DriversForm_checkbox-container__8I\+uM input[type=checkbox]:checked+label{font-weight:700}.DriversForm_checkbox-container__8I\+uM input[type=checkbox]:focus{outline:none}.TypeTransport_transport__gKhM7{margin:30px 0}.TypeTransport_radioBlock__xMIic{grid-column-gap:40px;grid-row-gap:20px;align-items:center;column-gap:40px;display:grid;grid-template-columns:repeat(7,1fr);row-gap:20px}.TypeTransport_radioBlock__xMIic input{margin-right:16px}.TypeTransport_headText__e98Xv{margin-bottom:20px}.TypeTransport_headText__e98Xv h1{font-size:16px;font-weight:700}.TypeTransport_radioBlock__xMIic div{display:flex}.TypeTransport_inputBlock__UZWJG{grid-column-gap:20px;grid-row-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;row-gap:20px}.TypeTransport_box__U0p6w{display:flex;flex-direction:column}.TypeTransport_inputBlock__UZWJG input{background:#fff;border:0;border-radius:8px;box-shadow:0 4px 8px #00000026;margin-top:10px;padding:15px 20px}.TypeTransport_box__U0p6w input::placeholder{color:#d9d9d9}@media screen and (max-width:1100px){.TypeTransport_radioBlock__xMIic{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:800px){.TypeTransport_inputBlock__UZWJG{grid-template-columns:repeat(2,1fr)}.TypeTransport_radioBlock__xMIic{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:500px){.TypeTransport_radioBlock__xMIic{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:400px){.TypeTransport_inputBlock__UZWJG,.TypeTransport_radioBlock__xMIic{grid-template-columns:repeat(1,1fr)}}.ResultForm_resultBlock__imCri{margin:30px}.ResultForm_result__uqewn{margin-bottom:20px}.ResultForm_number__0yqRx,.ResultForm_result__uqewn{align-items:center;column-gap:20px;display:flex}.ResultForm_result__uqewn h1{font-size:16px}.ResultForm_result__uqewn h2{color:#008d0e;font-size:40px;font-weight:700}.ResultForm_result__uqewn span{color:#000;font-size:30px;font-weight:400}.ResultForm_number__0yqRx h1{font-size:16px;font-weight:400}.ResultForm_number__0yqRx h2{color:grey;font-size:40px;font-weight:400}@media screen and (max-width:750px){.ResultForm_number__0yqRx,.ResultForm_result__uqewn{align-items:center;flex-direction:column;row-gap:5px}}.SearchPolisies_window__Gz3uS{background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000040;left:50%;margin:0 -50% 0 0;padding-bottom:40px;padding-top:40px;position:fixed;top:50%;transform:translate(-50%,-50%);width:550px;z-index:999}.SearchPolisies_windowHead__9eRQ0{align-items:flex-start;display:flex;justify-content:flex-end;margin-bottom:20px}.SearchPolisies_windowHead__9eRQ0 img{cursor:pointer}.SearchPolisies_headText__t9wNo{margin-bottom:20px;text-align:center}.SearchPolisies_headText__t9wNo h1{color:#414141;font-size:32px;font-weight:400;text-transform:uppercase}.SearchPolisies_polisBlock__1379c{align-items:center;display:flex;flex-direction:column;row-gap:10px}.SearchPolisies_polisBlock__1379c button{background:#fff;border-radius:8px;box-shadow:0 4px 4px #00000026;color:#008d0e;cursor:default;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;height:70px;line-height:23px;opacity:.5;text-transform:uppercase;width:250px}.SearchPolisies_polisBlock__1379c input{background:#fff;border:none;border-radius:8px;box-shadow:0 4px 8px #00000026;padding:15px 20px;width:430px}.SearchPolisies_polisBlock__1379c::placeholder{color:#d9d9d9;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}@media screen and (max-width:550px){.SearchPolisies_window__Gz3uS{width:90%}.SearchPolisies_polisBlock__1379c input{width:80%}.SearchPolisies_headText__t9wNo h1{font-size:25px}.SearchPolisies_polisBlock__1379c button{font-size:16px;height:60px;width:200px}}.DataPolisies_window__kc5rI{background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000040;left:50%;margin:0 -50% 0 0;padding-bottom:40px;padding-top:40px;position:fixed;top:50%;transform:translate(-50%,-50%);width:800px;z-index:999}.DataPolisies_polis__4qN9L{height:550px;overflow:auto;padding:5px}.DataPolisies_windowHead__XRLb4{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.DataPolisies_windowHead__XRLb4 img{cursor:pointer}.DataPolisies_windowHead__XRLb4 h1{color:#414141;font-size:32px;font-weight:400;text-transform:uppercase}.DataPolisies_windowHead__XRLb4 span{color:grey;font-weight:700}.DataPolisies_headText__zoZ7v{border-bottom:2px solid #ccc;margin-bottom:30px;padding-bottom:20px}.DataPolisies_headText__zoZ7v h1{font-size:20px;font-weight:400}.DataPolisies_data__HPzcA{margin-bottom:20px}.DataPolisies_dataBlock__6DyPE{margin-bottom:30px}.DataPolisies_dataBlock_2__2tpji,.DataPolisies_dataBlock__6DyPE,.DataPolisies_user__A-dfo{grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr)}.DataPolisies_user__A-dfo{margin-bottom:30px}.DataPolisies_polisNum__fnhPJ{align-items:baseline;background:#fff;border-radius:8px;display:flex;padding:15px 0 15px 20px;width:90%}.DataPolisies_polisNum__fnhPJ p{font-size:14px;font-weight:400}.DataPolisies_polisNum__fnhPJ input{border-radius:0!important;padding:0 0 0 5px!important;width:80%!important}.DataPolisies_dataItem__j\+9wo{background:#e9e9e9;border-radius:8px;display:flex;flex-direction:column;margin-bottom:30px;padding:20px;row-gap:10px}.DataPolisies_data__HPzcA input::placeholder{color:#d9d9d9;font-size:14px}.DataPolisies_dataItemCarType__8gy2N,.DataPolisies_dataItem__j\+9wo:last-child{margin-bottom:0}.DataPolisies_radioBlock__i7PSS{grid-column-gap:20px;grid-row-gap:30px;column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:30px;padding-top:15px;row-gap:30px}.DataPolisies_radioBox__eieKg{background:#e9e9e9;border-radius:8px;padding:20px}.DataPolisies_radioBox__eieKg h1{font-size:16px;font-weight:400}.DataPolisies_radioItem__\+yGVL{column-gap:20px;display:flex;margin-top:10px}.DataPolisies_radioItem__\+yGVL div{align-items:center;column-gap:5px;display:flex}.DataPolisies_radioItem__\+yGVL input{margin:0;padding:0}.DataPolisies_data__HPzcA label{font-size:14px}.DataPolisies_data__HPzcA input{background:#fff;border:none;border-radius:8px;padding:15px 0 15px 20px}.DataPolisies_dataContent__Gcd52{margin-bottom:30px}.DataPolisies_radio__14rii input{margin:0 10px 0 0;padding:0;width:auto}.DataPolisies_result__kfKAd{align-items:baseline;column-gap:20px;display:flex;margin-bottom:20px}.DataPolisies_result__kfKAd h1{font-size:40px;font-weight:400}.DataPolisies_result__kfKAd h2{color:#008d0e;font-size:35px}.DataPolisies_result__kfKAd span{color:#000;font-weight:400}.DataPolisies_numDriver__hcjgq{margin-bottom:10px}.DataPolisies_numDriver__hcjgq h1{font-size:18px;font-weight:500}.DataPolisies_driversBlock__n9UBM{grid-column-gap:20px;grid-row-gap:30px;column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:30px;row-gap:30px}.DataPolisies_driversBox__HOWJ5{background:#e9e9e9;border-radius:8px;padding:15px}.DataPolisies_driversItem__5yKeW{display:flex;flex-direction:column;margin-bottom:20px;row-gap:10px}.DataPolisies_driversItem__5yKeW:last-child{margin-bottom:0}.DataPolisies_btn__RkYLE{text-align:center}.DataPolisies_btn__RkYLE button{background:#fff;border-radius:8px;box-shadow:0 4px 4px #00000026;color:#008d0e;cursor:pointer;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23px;padding:20px 25px;text-transform:uppercase}@media screen and (max-width:850px){.DataPolisies_window__kc5rI{width:550px}.DataPolisies_data__HPzcA input[type=text i]{padding:12px 0 12px 15px}}@media screen and (max-width:700px){.DataPolisies_windowHead__XRLb4{flex-direction:column;row-gap:20px}}@media screen and (max-width:600px){.DataPolisies_window__kc5rI{width:400px}.DataPolisies_dataBlock_2__2tpji,.DataPolisies_dataBlock__6DyPE,.DataPolisies_radioBlock__i7PSS{grid-template-columns:repeat(1,1fr)}.DataPolisies_dataItemCarType__8gy2N,.DataPolisies_dataItem__j\+9wo:last-child{margin-bottom:30px}.DataPolisies_driversBlock__n9UBM,.DataPolisies_user__A-dfo{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:500px){.DataPolisies_btn__RkYLE button{font-size:16px}.DataPolisies_windowHead__XRLb4 h1{font-size:25px}}@media screen and (max-width:450px){.DataPolisies_window__kc5rI{width:300px}}.LastResult_window__Sips4{background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000040;left:50%;margin:0 -50% 0 0;padding-bottom:40px;padding-top:40px;position:fixed;top:50%;transform:translate(-50%,-50%);width:550px;z-index:999}.LastResult_windowHead__doACK{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.LastResult_windowHead__doACK img{cursor:pointer;padding-right:25px}.LastResult_windowHead__doACK h1{color:#414141;font-size:32px;font-weight:400;text-transform:uppercase}.LastResult_resultContent__JQ5mB{align-items:center;display:flex;flex-direction:column;row-gap:30px}.LastResult_resultContent__JQ5mB button{background:#fff;border-radius:8px;box-shadow:0 4px 4px #00000026;color:#008d0e;cursor:pointer;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;height:70px;line-height:23px;text-transform:uppercase;width:250px}.LastResult_result__r11\+E h2{color:#008d0e;font-size:45px}.LastResult_result__r11\+E span{color:#000;font-weight:400}@media screen and (max-width:600px){.LastResult_window__Sips4{width:90%}}@media screen and (max-width:400px){.LastResult_headText__c5txH h1{font-size:25px}.LastResult_resultContent__JQ5mB button{font-size:16px;height:60px;width:200px}}.IssuedForm_window__2uhUU{background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000040;left:50%;margin:0 -50% 0 0;padding-bottom:40px;padding-top:40px;position:fixed;top:50%;transform:translate(-50%,-50%);width:550px;z-index:999}.IssuedForm_windowHead__HVpsa{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:40px}.IssuedForm_windowHead__HVpsa img{cursor:pointer}.IssuedForm_headText__HuqJh h1{font-size:32px;font-weight:400;text-transform:uppercase}.IssuedForm_polisBlock__iN83Z{align-items:center;display:flex;flex-direction:column;row-gap:20px}.IssuedForm_polisItem__xUf32{display:flex;flex-direction:column;width:100%}.IssuedForm_polisBlock__iN83Z button{background:#fff;border-radius:8px;box-shadow:0 4px 4px #00000026;color:#008d0e;cursor:pointer;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23px;padding:20px 25px;text-transform:uppercase}.IssuedForm_polisBlock__iN83Z input{background:#fff;border:none;border-radius:8px;box-shadow:0 4px 8px #00000026;margin-top:10px;padding:15px 20px}.IssuedForm_polisBlock__iN83Z::placeholder{color:#d9d9d9;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}@media screen and (max-width:600px){.IssuedForm_window__2uhUU{width:90%}}@media screen and (max-width:550px){.IssuedForm_headText__HuqJh h1{font-size:25px}.IssuedForm_polisBlock__iN83Z button{font-size:16px}}@media screen and (max-width:420px){.IssuedForm_windowHead__HVpsa{flex-direction:column;row-gap:20px}}.IssuedPolicies_window__rGSAJ{background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000040;height:500px;left:50%;margin:0 -50% 0 0;padding-bottom:40px;padding-top:40px;position:fixed;top:50%;transform:translate(-50%,-50%);width:800px;z-index:999}.IssuedPolicies_windowHead__3i7z6{align-items:flex-start;border-bottom:1px solid #000;display:flex;justify-content:space-between;left:0;margin-bottom:20px;padding:0 0 15px;position:-webkit-sticky;position:sticky}.IssuedPolicies_windowHead__3i7z6 img{cursor:pointer}.IssuedPolicies_windowText__7JB0r h1{font-size:32px;font-weight:400;line-height:normal;margin-bottom:0;text-align:left;text-transform:uppercase}.IssuedPolicies_policies__vdpAG{overflow:auto}.IssuedPolicies_table__45QdA{height:450px;overflow:auto}.IssuedPolicies_table__45QdA button{color:#00b;cursor:pointer;font-size:15px}@media screen and (max-width:850px){.IssuedPolicies_window__rGSAJ{width:550px}}@media screen and (max-width:550px){.IssuedPolicies_window__rGSAJ{width:100%}.IssuedPolicies_windowHead__3i7z6{flex-direction:column;row-gap:20px}.IssuedPolicies_windowHead__3i7z6 h1{font-size:20px}}.Form_form__ELFuR{margin-bottom:130px;margin-top:50px}.Form_form__ELFuR h1{font-family:Roboto,sans-serif;font-size:32px;font-weight:400;line-height:38px;margin-bottom:65px;text-align:center}.Form_box2__X37Fz,.Form_box__zI7ON{display:flex;flex-direction:column}.Form_formBlocks__h254X label{font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;white-space:nowrap}.Form_formBlocks__h254X input{background:#fff;border:none;border-radius:8px;box-shadow:0 4px 8px #00000026;height:20px;margin-top:10px;padding:15px 20px}.Form_formBlocks__h254X::placeholder{color:#d9d9d9;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}.Form_language__s1Rog{background:#0000!important;box-shadow:none!important;height:auto!important;margin-right:15px;padding:0!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}input:focus{outline:none}input[type=date]::-webkit-calendar-picker-indicator{display:none}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.Form_checkBox__abXjI{column-gap:50px;display:flex;margin-top:25px}.Form_radioBlock__vRkOb{align-items:center;column-gap:50px;display:flex;height:50px;margin-top:10px}.Form_resBox__6\+3ME{align-items:baseline;display:flex;margin-bottom:0;margin-top:7px}.Form_resBox__6\+3ME h5{color:#008d0e;font-family:Roboto;font-size:20px;font-weight:400;line-height:23px;margin-left:10px}.Form_result__cAcSN h2{color:#008d0e;font-family:Roboto;font-size:48px;font-style:normal;font-weight:700;line-height:56px}.Form_formButton__Rht9H{column-gap:20px;display:flex;justify-content:center}.Form_formButton1__MDuys{color:#008d0e}.Form_formButton1__MDuys,.Form_formButton2__2-48E{background:#fff;border-radius:8px;box-shadow:0 4px 4px #00000026;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23px;padding:20px 25px;text-transform:uppercase}.Form_formButton2__2-48E{color:#cf3336}.Form_formBlocks__h254X{margin-bottom:40px}.Form_block__lle5d{margin-bottom:30px}.Form_block__lle5d,.Form_formBox_1__mSvaF,.Form_formDate__kVAmR{grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr)}.Form_formDate__kVAmR{margin-bottom:30px}.Form_formBox_2__IWIab,.Form_formUserName__rysdh{grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:850px){.Form_result__cAcSN h5{line-height:47px}.Form_result__cAcSN h2{font-size:40px;line-height:47px}.Form_formBlocks__h254X label{font-size:14px}.Form_formBlocks__h254X input{height:auto}.Form_form__ELFuR h1{margin-bottom:40px}}@media screen and (max-width:750px){.Form_box2__X37Fz,.Form_box__zI7ON{width:100%}.Form_form__ELFuR h1{font-size:24px;line-height:28px}.Form_form__ELFuR{margin-top:93px}.Form_block__lle5d{justify-items:center}.Form_block__lle5d,.Form_formBox_1__mSvaF{grid-template-columns:repeat(1,1fr);margin-bottom:20px;row-gap:20px}.Form_formDate__kVAmR{justify-items:center;margin-bottom:0}.Form_formBox_2__IWIab,.Form_formDate__kVAmR,.Form_formUserName__rysdh{grid-template-columns:repeat(1,1fr);row-gap:20px}.Form_formUserName__rysdh{justify-items:center}}@media screen and (max-width:580px){.Form_formButton__Rht9H{align-items:center;flex-direction:column;row-gap:20px}.Form_formButton__Rht9H button{width:290px}.Form_form__ELFuR{margin-bottom:32px}}@media screen and (max-width:420px){.Form_formButton__Rht9H button{font-size:16px;width:100%}.Form_result__cAcSN{margin-top:20px}}.Polisies_window__HRq54{background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000040;height:500px;left:50%;margin:0 -50% 0 0;padding-bottom:40px;padding-top:40px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:999}.Polisies_windowHead__2fJP3{align-items:flex-start;border-bottom:1px solid #000;display:flex;justify-content:space-between;left:0;margin-bottom:20px;padding:0 0 15px;position:-webkit-sticky;position:sticky}.Polisies_windowHead__2fJP3 img{cursor:pointer}.Polisies_windowText__cEtd3 h1{font-size:32px;font-weight:400;line-height:normal;margin-bottom:0;text-align:left;text-transform:uppercase}.Polisies_table__jSK\+y{height:450px;overflow:auto}.Polisies_table__jSK\+y button{color:#00b;cursor:pointer;font-size:15px}@media screen and (max-width:900px){.Polisies_window__HRq54{width:550px}}@media screen and (max-width:550px){.Polisies_window__HRq54{width:90%}.Polisies_windowHead__2fJP3{flex-direction:column;row-gap:20px}.Polisies_windowHead__2fJP3 h1{font-size:20px}}.Insurance_insurance__3NjLp{position:relative}.Insurance_background__yp1fp{background-image:url(/static/media/Star_of_life2.06ba1edaba80e3fdce55.svg);background-repeat:no-repeat;background-size:contain;height:1180px;max-width:50%;position:absolute;right:0;top:-5%;width:100%;z-index:-1}.Insurance_mobileImg__si53l{position:relative}.Insurance_mobileImg__si53l img:first-child{max-width:100%;width:90%}.Insurance_mobileImg__si53l img:last-child{left:40%;max-width:100%;position:absolute;top:-5%;width:100%}.Insurance_insurance__3NjLp h1{font-family:Roboto,sans-serif;font-size:32px;font-weight:400;line-height:38px;margin-bottom:50px;text-align:center;text-transform:uppercase}.Insurance_insuranceBlock__Wkvci{display:flex;justify-content:space-around;margin-bottom:145px}.Insurance_insuranceText__s0j\+2 p{font-family:Roboto,sans-serif;font-size:20px;font-weight:300;line-height:23px;margin-bottom:25px;width:400px}.Insurance_appMarket__qyHVm{column-gap:20px;display:flex}.Insurance_polisBlock__TyfC7{align-items:center;display:flex;flex-direction:column;margin-bottom:140px}.Insurance_polisBlock__TyfC7 input{background:#fff;border:none;border-radius:8px;box-shadow:0 4px 8px #00000026;height:20px;margin-bottom:25px;padding:15px 20px;width:480px}.Insurance_polisBlock__TyfC7::placeholder{color:#d9d9d9;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:19px}.Insurance_polisBlock__TyfC7 button{background:#fff;border-radius:8px;box-shadow:0 4px 4px #00000026;color:#008d0e;cursor:default;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;line-height:23px;margin-top:20px;opacity:.5;padding:20px 45px;text-transform:uppercase}.Insurance_pdf__-gVzV div:last-child{margin-bottom:0}.Insurance_pdf__-gVzV h2{font-family:Roboto,sans-serif;font-size:20px;font-weight:400;line-height:23px;margin-right:70px;text-transform:uppercase;width:65%}.Insurance_pdf__-gVzV a{color:#000}.Insurance_pdf__-gVzV a:hover{color:#0f0f8e}.Insurance_pdf__-gVzV div:nth-child(2),.Insurance_pdf__-gVzV div:nth-child(4),.Insurance_pdf__-gVzV div:nth-child(6){border-bottom:2px solid #000;padding-bottom:35px}.Insurance_pdf__-gVzV div{align-items:center;display:flex;justify-content:center;margin-bottom:40px}.Insurance_marketBlock__MS-AH{display:none}@media screen and (max-width:1140px){.Insurance_insuranceBlock__Wkvci{align-items:center;flex-direction:column;margin-bottom:50px;row-gap:50px}.Insurance_insuranceText__s0j\+2 p{width:100%}.Insurance_appMarket__qyHVm{display:none}.Insurance_marketBlock__MS-AH{display:flex;flex-direction:column;justify-content:center;row-gap:20px}.Insurance_marketBlock__MS-AH img{max-width:100%;width:80%}.Insurance_mobiMarket__46iUu{display:flex}}@media screen and (max-width:850px){.Insurance_background__yp1fp{display:none}}@media screen and (max-width:750px){.Insurance_insurance__3NjLp h1{font-size:24px;line-height:28px;margin-bottom:30px}.Insurance_polisBlock__TyfC7{margin-bottom:50px}.Insurance_insuranceText__s0j\+2 p{font-size:16px;line-height:19px;margin-bottom:20px}.Insurance_insuranceBlock__Wkvci{row-gap:35px}.Insurance_pdf__-gVzV h2{font-size:16px;line-height:19px;margin-right:30px;width:100%}.Insurance_pdf__-gVzV img{width:80%}.Insurance_mobileImg__si53l img:first-child{width:50%}.Insurance_mobileImg__si53l img:last-child{left:20%;max-width:100%;position:absolute;top:-5%;width:55%}}@media screen and (max-width:600px){.Insurance_polisBlock__TyfC7 input{width:80%}}@media screen and (max-width:420px){.Insurance_polisBlock__TyfC7 button{font-size:16px;padding:20px}.Insurance_background__yp1fp{top:750%}}.Modal_window__BqBD2{background:#fff;border-radius:8px;box-shadow:0 4px 15px #00000040;left:50%;margin:0 -50% 0 0;padding-bottom:40px;padding-top:40px;position:fixed;top:50%;transform:translate(-50%,-50%);width:813px;z-index:999}.Modal_windowHead__rOlPY{align-items:flex-start;border-bottom:1px solid #000;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.Modal_windowHead__rOlPY img{cursor:pointer}.Modal_button__wnV2s{text-align:center}.Modal_windowHead__rOlPY span{font-weight:700}.Modal_windowHead__rOlPY h2,.Modal_windowHead__rOlPY span{font-family:Roboto,sans-serif;font-size:16px;font-style:normal;line-height:148.69%}.Modal_windowHead__rOlPY h2{font-weight:400;margin-bottom:5px;text-align:left}.Modal_formBox__LkZkv{grid-column-gap:20px;grid-row-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:30px;row-gap:20px}.Modal_formBox__LkZkv div,.Modal_windowForm__Dgsq6{display:flex;flex-direction:column}.Modal_windowForm__Dgsq6 label{font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}.Modal_windowForm__Dgsq6 input{background:#fff;border:none;border-radius:8px;box-shadow:0 4px 8px #00000026;height:20px;margin-top:10px;padding:15px 20px}.Modal_windowForm__Dgsq6::placeholder{color:#d9d9d9;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}.Modal_formButton1__Pns6Z{background:#fff;border-radius:8px;box-shadow:0 4px 4px #00000026;color:#008d0e;cursor:default;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23px;opacity:.5;padding:20px 25px;text-transform:uppercase}@media screen and (max-width:850px){.Modal_window__BqBD2{width:90%}}@media screen and (max-width:550px){.Modal_wrapperWindow__yhXb-{height:480px;overflow:auto;padding:5px}.Modal_formBox__LkZkv{grid-template-columns:repeat(1,1fr)}.Modal_windowHead__rOlPY{flex-direction:column;row-gap:20px}.Modal_formButton1__Pns6Z{font-size:16px}}.Footer_footer__rVQKD{background:#102437;margin-top:150px;text-align:center}.Footer_footer__rVQKD h3{color:#fff;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:23px;padding:20px 0}@media screen and (max-width:750px){.Footer_footer__rVQKD h3{font-size:14px;padding:20px}.Footer_footer__rVQKD{margin-top:20px}}.slide1{background:url(/static/media/slide1.c52ffd0b8a55f91f8a14.png);background-position-x:center;background-repeat:no-repeat;background-size:cover}.slide1,.slide2{height:100vh;width:100%}.slide2{background:url(/static/media/slide2.2fd087a71f9abfa9904f.jpg);background-position-x:center;background-repeat:no-repeat;background-size:cover}.slide3{background:url(/static/media/slide3.0664b3cd3be1a1c1dff6.jpg);background-position-x:center;background-repeat:no-repeat;background-size:cover;height:100vh}.logo img,.slide3{width:100%}.slide{position:relative}.slideText{left:50%;margin-right:-50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.slideText h1{font-size:40px;line-height:47px;margin-bottom:40px;text-transform:uppercase}.slideText h1,.slideText p{color:#fff;font-family:Roboto,sans-serif;font-weight:400}.slideText p{font-size:20px}.logo{column-gap:40px;display:flex;padding-left:40px;padding-top:40px}.social{display:flex;flex-direction:column;left:85%;margin-right:-50%;position:absolute;row-gap:12px;text-align:center;top:50%;transform:translate(-50%,-50%)}.slick-prev{left:90px!important}.slick-next,.slick-prev{height:auto!important;width:auto!important;z-index:2}.slick-next{right:90px!important}.slick-next:before{content:url(/static/media/arrowRight.d8954ff4a2323b655adf.svg)!important}.slick-prev:before{content:url(/static/media/arrowLeft.60ed4af0019ad05d9c35.svg)!important}.slick-dots{bottom:25px!important}.slick-dots li button:before{color:#fff!important}.slick-dots li.slick-active button:before{background:#fff;border:2px solid #fff;border-radius:50%;color:#0000;height:12px;width:12px}@media screen and (max-width:1100px){.slick-next,.slick-prev{display:none!important}.social{column-gap:20px;flex-direction:row;left:50%;top:20%}}@media screen and (max-width:750px){.logo{justify-content:center;padding-left:20px;padding-right:20px}.slideText h1{font-size:36px;line-height:42px}.slideText p{font-size:18px;line-height:21px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.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{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}
/*# sourceMappingURL=main.244e22fc.css.map*/