*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}body{color:var(--color-brand-dark);font-family:"Roboto",sans-serif;font-size:18px;line-height:1.17;font-weight:400;margin:0}h1,h2,h3,h4,h5,h6,p{margin-top:0}img{display:block;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}a{display:inline-block}address{font-style:normal}ul{margin:0;padding:0;list-style-type:none}@font-face{font-display:swap;font-family:"Play";font-style:normal;font-weight:400;src:url("../fonts/play-v19-cyrillic_latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Play";font-style:normal;font-weight:700;src:url("../fonts/play-v19-cyrillic_latin-700.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;src:url("../fonts/roboto-v47-cyrillic_latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;src:url("../fonts/roboto-v49-cyrillic_latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;src:url("../fonts/roboto-v47-cyrillic_latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;src:url("../fonts/roboto-v47-cyrillic_latin-700.woff2") format("woff2")}@-webkit-keyframes spin{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}25%{-webkit-transform:scale(0.75) rotate(90deg);transform:scale(0.75) rotate(90deg);background-color:rgba(0,0,0,0)}50%{-webkit-transform:scale(1) rotate(180deg);transform:scale(1) rotate(180deg)}75%{-webkit-transform:scale(0.5) rotate(270deg);transform:scale(0.5) rotate(270deg);background-color:rgba(0,0,0,0)}100%{-webkit-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}}@keyframes spin{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}25%{-webkit-transform:scale(0.75) rotate(90deg);transform:scale(0.75) rotate(90deg);background-color:rgba(0,0,0,0)}50%{-webkit-transform:scale(1) rotate(180deg);transform:scale(1) rotate(180deg)}75%{-webkit-transform:scale(0.5) rotate(270deg);transform:scale(0.5) rotate(270deg);background-color:rgba(0,0,0,0)}100%{-webkit-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}}@-webkit-keyframes increase{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}25%{-webkit-transform:scale(1.5) rotate(90deg);transform:scale(1.5) rotate(90deg);background-color:rgba(0,0,0,0)}50%{-webkit-transform:scale(1) rotate(180deg);transform:scale(1) rotate(180deg)}75%{-webkit-transform:scale(2) rotate(270deg);transform:scale(2) rotate(270deg);background-color:rgba(0,0,0,0)}100%{-webkit-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}}@keyframes increase{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}25%{-webkit-transform:scale(1.5) rotate(90deg);transform:scale(1.5) rotate(90deg);background-color:rgba(0,0,0,0)}50%{-webkit-transform:scale(1) rotate(180deg);transform:scale(1) rotate(180deg)}75%{-webkit-transform:scale(2) rotate(270deg);transform:scale(2) rotate(270deg);background-color:rgba(0,0,0,0)}100%{-webkit-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}}@-webkit-keyframes shimmer{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}25%{fill:var(--color-brand-light);-webkit-transform:scale(0.75) rotate(90deg);transform:scale(0.75) rotate(90deg);background-color:rgba(0,0,0,0)}50%{-webkit-transform:scale(1) rotate(180deg);transform:scale(1) rotate(180deg)}75%{fill:var(--color-sec-gray-light);-webkit-transform:scale(0.5) rotate(270deg);transform:scale(0.5) rotate(270deg);background-color:rgba(0,0,0,0)}100%{-webkit-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}}@keyframes shimmer{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}25%{fill:var(--color-brand-light);-webkit-transform:scale(0.75) rotate(90deg);transform:scale(0.75) rotate(90deg);background-color:rgba(0,0,0,0)}50%{-webkit-transform:scale(1) rotate(180deg);transform:scale(1) rotate(180deg)}75%{fill:var(--color-sec-gray-light);-webkit-transform:scale(0.5) rotate(270deg);transform:scale(0.5) rotate(270deg);background-color:rgba(0,0,0,0)}100%{-webkit-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}}.text-brand__bold{font-weight:600;text-transform:capitalize}.text-brand__color{color:var(--color-brand-light)}.text-brand__capitalize{text-transform:capitalize}.text-brand__centered{text-align:center}.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}:root{scroll-behavior:smooth;--color-brand-white: #ffffff;--color-brand-light: #2b7fff;--color-brand-dark: #011c44;--color-sec-gray-dark: #4a4a4a;--color-sec-gray-light: #747272;--color-sec-black: #000000;--color-sec-yellow: #ffd02b;--color-sec-blue-dark: #011f4a}.button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 24px;height:44px;font-family:"Roboto",sans-serif;font-size:16px;line-height:1.19;font-weight:600;color:var(--color-brand-white);background-color:var(--color-brand-light);border:2px solid var(--color-brand-light);border-radius:24px;cursor:pointer;-webkit-transition:color .2s,background-color .2s;transition:color .2s,background-color .2s}@media screen and (min-width: 768px){.button{padding:16px 32px;height:100%;font-size:18px;line-height:1.17;border-radius:32px}}.button:hover{color:var(--color-brand-dark);background-color:rgba(0,0,0,0)}.carousel-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:44px;height:44px;padding:0;fill:var(--color-brand-dark);background-color:rgba(0,0,0,0);border-radius:50%;border:1px solid var(--color-brand-dark);cursor:pointer;-webkit-transition:.2s;transition:.2s}.carousel-button:hover{background-color:var(--color-brand-light);fill:var(--color-brand-white);border-color:var(--color-brand-light)}.carousel-button.next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bg-gradient{position:relative;overflow:hidden;margin-top:-25px}.bg-gradient::after{content:"";position:absolute;top:-25px;left:0;right:0;height:1507px;background-image:url("../images/bg-grad-main-sect.png");background-repeat:no-repeat;background-position:45% 100%;background-size:300% 1507px;z-index:-1}@media screen and (min-width: 768px){.bg-gradient::after{top:0;height:1507px;background-position:center top;background-size:175% 1507px}}@media screen and (min-width: 930px){.bg-gradient::after{background-size:125% 1507px}}@media screen and (min-width: 1280px){.bg-gradient::after{background-size:100% 1507px}}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.bg-gradient::after{background-image:url("../images/bg-grad-main-sect@2x.png")}}.input__control{margin:0 auto;padding:16px 24px;width:100%;max-width:241px;height:46px;font-family:"Roboto",sans-serif;font-size:13px;line-height:1.2;color:var(--color-brand-white);border:1.5px solid var(--color-sec-gray-light);border-radius:24px;background-color:rgba(0,0,0,0)}@media screen and (min-width: 768px){.input__control{padding:18px 33px;max-width:310px;height:52px;border:2px solid var(--color-sec-gray-light);border-radius:32px}}.input__control:focus{background-color:var(--color-sec-gray-light);outline:none}.input__control::-webkit-input-placeholder{color:var(--color-brand-white);font-size:13px;line-height:1.2}.input__control::-moz-placeholder{color:var(--color-brand-white);font-size:13px;line-height:1.2}.input__control:-ms-input-placeholder{color:var(--color-brand-white);font-size:13px;line-height:1.2}.input__control::-ms-input-placeholder{color:var(--color-brand-white);font-size:13px;line-height:1.2}.input__control::placeholder{color:var(--color-brand-white);font-size:13px;line-height:1.2}.link{text-decoration:none;-webkit-transition:color .2s;transition:color .2s}.link:hover{color:var(--color-brand-light)}.link__icon{-webkit-transition:.2s;transition:.2s}.link__icon:hover{fill:var(--color-brand-light)}.our-proc-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:320px;height:416px;padding:0 72px 24px 0;border-radius:3.66422px 109.927px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}@media screen and (min-width: 768px){.our-proc-card{width:344px;height:456px;padding:0 77px 32px 0;border-radius:4px 120px 4px 120px}}.our-proc-card:hover{-webkit-transform:scale(0.95);transform:scale(0.95)}.our-proc-card__image-1{background-image:linear-gradient(180.05deg, rgba(1, 28, 68, 0) 48.53%, rgba(1, 28, 68, 0.725825) 84.61%, #011c44 101.39%),url("../images/proc-1.jpg");background-size:cover;background-position:center}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.our-proc-card__image-1{background-image:linear-gradient(180.05deg, rgba(1, 28, 68, 0) 48.53%, rgba(1, 28, 68, 0.725825) 84.61%, #011c44 101.39%),url("../images/proc-1@2x.jpg")}}.our-proc-card__image-2{background-image:linear-gradient(180.05deg, rgba(1, 28, 68, 0) 48.53%, rgba(1, 28, 68, 0.725825) 84.61%, #011c44 101.39%),url("../images/proc-2.jpg");background-size:cover;background-position:center}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.our-proc-card__image-2{background-image:linear-gradient(180.05deg, rgba(1, 28, 68, 0) 48.53%, rgba(1, 28, 68, 0.725825) 84.61%, #011c44 101.39%),url("../images/proc-2@2x.jpg")}}.our-proc-card__image-3{background-image:linear-gradient(180.05deg, rgba(1, 28, 68, 0) 48.53%, rgba(1, 28, 68, 0.725825) 84.61%, #011c44 101.39%),url("../images/proc-3.jpg");background-size:cover;background-position:center}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.our-proc-card__image-3{background-image:linear-gradient(180.05deg, rgba(1, 28, 68, 0) 48.53%, rgba(1, 28, 68, 0.725825) 84.61%, #011c44 101.39%),url("../images/proc-3@2x.jpg")}}.our-proc-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:end;align-self:flex-end;max-width:152px;margin-bottom:0;color:var(--color-brand-white);font-size:20px;font-weight:400;line-height:1.2;text-align:center}@media screen and (min-width: 768px){.our-proc-card__title{font-size:22px;line-height:1.18}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}.pagination__button{width:11px;height:11px;padding:0;background-color:var(--color-sec-gray-light);border-radius:50%}.pagination__button--active{background-color:var(--color-brand-light)}.star{position:absolute;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.star:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.star__one{display:inline;top:6px;right:22px;width:40px;height:40px;fill:var(--color-sec-blue-dark);-webkit-animation-name:shimmer;animation-name:shimmer;-webkit-animation-duration:1.25s;animation-duration:1.25s}@media screen and (min-width: 930px){.star__one{display:none}}.star__large{display:none}@media screen and (min-width: 930px){.star__large{display:inline;right:295px;bottom:287px;width:64px;height:64px;fill:var(--color-sec-blue-dark);-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1.25s;animation-duration:1.25s}}.star__medium{display:none}@media screen and (min-width: 930px){.star__medium{display:inline;top:32px;right:-27px;width:40px;height:40px;fill:var(--color-brand-light);-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s}}.star__small{display:none}@media screen and (min-width: 930px){.star__small{display:inline;top:270px;right:6px;width:16px;height:16px;fill:var(--color-sec-gray-light);-webkit-animation-name:increase;animation-name:increase;-webkit-animation-duration:.75s;animation-duration:.75s}}.why-us-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:316px;height:181px;padding:24px 32px;border-radius:32px;background-color:var(--color-brand-white);-webkit-box-shadow:0px 4px 4px rgba(168,198,245,.38);box-shadow:0px 4px 4px rgba(168,198,245,.38);text-align:center}.why-us-card__tag{fill:var(--color-brand-light)}.why-us-card__text{color:var(--color-sec-black);text-align:center;line-height:1.3;margin-bottom:0}.about-us-section{position:relative;overflow:hidden;padding-bottom:0}.about-us-section__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}.about-us-section__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:709px;padding-top:13px;gap:24px}@media screen and (min-width: 768px){.about-us-section__content{padding-top:40px;gap:40px}}.about-us-section__title{margin-bottom:0}.about-us-section__description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media screen and (min-width: 768px){.about-us-section__description{gap:40px}}.about-us-section__text{margin-bottom:0;font-size:18px;line-height:1.17}@media screen and (min-width: 768px){.about-us-section__text{font-size:22px;line-height:1.7}}.about-us-section__photo{display:none}@media screen and (min-width: 930px){.about-us-section__photo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:.09;flex-shrink:.09;gap:40px}}.about-us-section__before{-ms-flex-item-align:start;align-self:flex-start;border-radius:50%}.about-us-section__after{-ms-flex-item-align:end;align-self:flex-end;border-radius:50%}.contact-section{padding-bottom:0}@media screen and (min-width: 768px){.contact-section{padding-bottom:96px}}.contact-section__title{margin-bottom:24px}@media screen and (min-width: 768px){.contact-section__title{margin-bottom:48px}}.contact-section__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;padding:0;margin:0 -20px}@media screen and (min-width: 768px){.contact-section__container{margin:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media screen and (min-width: 930px){.contact-section__container{gap:32px;padding:0 105px 0 76px}}.contact-section__map-container{width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex}.contact-section__map{width:100%;height:232px;border-radius:0;border:none}@media screen and (min-width: 768px){.contact-section__map{-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;min-width:275px;height:100%;flex-grow:1;border-radius:32px}}@media screen and (min-width: 930px){.contact-section__map{width:100%;max-width:605px}}.contact-section__form{-ms-flex-negative:0;flex-shrink:0;background-color:var(--color-brand-dark);background-image:url("../images/contact-sect-mobile-bg.png");background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:32px;text-align:center;padding:42px 24px;border-radius:32px}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.contact-section__form{background-image:url("../images/contact-sect-mobile-bg@2x.png")}}@media screen and (min-width: 768px){.contact-section__form{background-image:url("../images/contact-sect-background.png");padding:48px 57px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:422px;flex-basis:422px;min-width:422px}}@media screen and (min-width: 768px)and (min-device-pixel-ratio: 2),screen and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 768px)and (min-resolution: 192dpi),screen and (min-width: 768px)and (min-resolution: 2dppx){.contact-section__form{background-image:url("../images/contact-sect-background@2x.png")}}.contact-section__field{position:relative;margin-bottom:16px}.container{width:100%;max-width:1288px;margin:0 auto;padding:0 20px}@media screen and (min-width: 768px){.container{padding:0 24px}}.footer{position:relative;background-color:var(--color-brand-dark);background-image:url("../images/footer-mobile-bg.png");background-repeat:no-repeat;background-size:cover;background-position:center;padding:32px 0 66px}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.footer{background-image:url("../images/footer-mobile-bg@2x.png")}}@media screen and (min-width: 1280px){.footer{background-image:url("../images/footer-background.png");padding:56px 0}}@media screen and (min-width: 1280px)and (min-device-pixel-ratio: 2),screen and (min-width: 1280px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 1280px)and (min-resolution: 192dpi),screen and (min-width: 1280px)and (min-resolution: 2dppx){.footer{background-image:url("../images/footer-background@2x.png")}}@media screen and (min-width: 1280px){.footer::after{position:absolute;bottom:0;right:0;width:246px;height:152px;background-image:url("../images/pinosol.png");background-repeat:no-repeat;background-size:contain;content:""}}@media screen and (min-width: 1280px)and (min-device-pixel-ratio: 2),screen and (min-width: 1280px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 1280px)and (min-resolution: 192dpi),screen and (min-width: 1280px)and (min-resolution: 2dppx){.footer::after{width:246px;height:152px;background-image:url("../images/pinosol@2x.png");content:""}}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}@media screen and (min-width: 1280px){.footer__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0}}.footer__logo-container{margin-bottom:42px}.footer__logo{width:57px}@media screen and (min-width: 1280px){.footer__logo{width:83px}}.footer__nav{margin-bottom:16px}.footer__link{color:var(--color-brand-white);font-size:14px;line-height:1.14}@media screen and (min-width: 1280px){.footer__link{font-size:16px;line-height:1.19}}.footer__icon{width:32px;height:32px;fill:var(--color-brand-white)}@media screen and (min-width: 1280px){.footer__icon{width:42px;height:42px}}.footer__menu,.footer__address-section,.footer__address-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}@media screen and (min-width: 1280px){.footer__menu,.footer__address-section,.footer__address-list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.footer__address{display:none}@media screen and (min-width: 1280px){.footer__address{display:block}}.footer__address-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}@media screen and (min-width: 1280px){.footer__address-info{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}}.footer__address-social{display:none}@media screen and (min-width: 1280px){.footer__address-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px}}.footer__policy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px}@media screen and (min-width: 1280px){.footer__social{display:none}}.footer__address-copyright{color:var(--color-sec-gray-light);font-size:12px;line-height:1.5;margin-bottom:0}@media screen and (min-width: 768px){.footer__address-copyright{font-size:13px;line-height:1.15}}.form{margin-top:24px}@media screen and (min-width: 768px){.form{margin-top:32px}}.form__title{color:var(--color-brand-white);font-weight:600;font-size:22px;line-height:1.18;text-align:center;margin-bottom:0}.form__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 8px;padding:16px 0;width:241px;max-width:281px}@media screen and (min-width: 768px){.form__button{width:100%;height:53px}}.form__button:hover{color:var(--color-brand-white)}.form__terms{margin:0 auto;max-width:213px;font-size:12px;line-height:1.5;text-align:center;color:var(--color-sec-gray-light)}.form__terms-link{color:var(--color-sec-gray-light);text-underline-offset:2px}.header{position:absolute;width:100%;padding:16px 0;overflow:visible;z-index:1}@media screen and (min-width: 1280px){.header{padding:32px 0;background:hsla(0,0%,100%,.25);backdrop-filter:blur(5px)}}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:20px}.header__logo{width:50px}@media screen and (min-width: 1280px){.header__logo{width:74px}}.header__menu{display:none}@media screen and (min-width: 1280px){.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:56px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header__link{color:var(--color-brand-dark);line-height:1.17}.header__social{display:none}@media screen and (min-width: 1280px){.header__social{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:32px}.header__icon{fill:var(--color-brand-dark)}.header__burger{background-color:rgba(0,0,0,0);border:none;width:24px;height:24px;padding:0;fill:var(--color-brand-white)}@media screen and (min-width: 1280px){.header__burger{display:none}}.hero-section{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}@media screen and (min-width: 1280px){.hero-section{height:calc(670px + max(0px,(100vw - 1920px)*.3))}}.hero-section::after{content:"";position:absolute;bottom:-40px;left:0;width:100%;height:158px;background-image:url("../images/bottom-wave.png");background-repeat:no-repeat;background-position:60% 100%;background-size:250% 140px;z-index:-1}@media screen and (min-width: 768px){.hero-section::after{background-position:60% 100%;background-size:150% 140px}}@media screen and (min-width: 1280px){.hero-section::after{bottom:0;height:calc(158px + max(0px,(100vw - 1920px)*.025));background-position:100%;background-size:cover}}.hero-section__container{padding:71px 0px 69px}@media screen and (min-width: 1280px){.hero-section__container{padding:123px 106px 126px}}.hero-section__image{position:absolute;overflow:hidden;top:-48px;left:-87px;right:-153px;bottom:0;background:url(../images/bg-hero.jpg);background-repeat:no-repeat;background-position:50% 33%;background-size:cover;z-index:-1}@media screen and (min-width: 768px){.hero-section__image{background-position:50% 35%;background-size:90% auto}}@media screen and (min-width: 1280px){.hero-section__image{top:0;left:clamp(0px,20vw,311px);right:-24px;bottom:-30px;background:url(../images/bg-hero.jpg);background-repeat:no-repeat;--shift: clamp( 0px, calc(50px * ((100vw - 1380px) / (1920px - 1380px))), 50px );background-position:50% calc(50% + var(--shift));background-size:cover}}.hero-section__image::before{content:"";position:absolute;top:0;left:-49px;right:-82px;bottom:-26px;background:linear-gradient(56.68deg, #ffffff 20.92%, rgba(255, 255, 255, 0.78) 44.46%, rgba(255, 255, 255, 0.2) 58.9%, rgba(255, 255, 255, 0) 72.45%);background-repeat:no-repeat;background-position:center bottom;background-size:cover;z-index:-1}@media screen and (min-width: 1280px){.hero-section__image::before{left:clamp(-349px,-20vw,0px);right:0;bottom:0;background:linear-gradient(89.38deg, #ffffff 30.62%, rgba(255, 255, 255, 0.850898) 41.31%, rgba(255, 255, 255, 0.193204) 58.65%, rgba(255, 255, 255, 0) 72.78%);background-repeat:no-repeat;background-position:center bottom;background-size:cover}}.hero-section__content{margin:0 auto}@media screen and (min-width: 1280px){.hero-section__content{max-width:529px;margin:0}}.hero-section__description{margin-bottom:0;font-size:12px;line-height:1.5;text-align:center}@media screen and (min-width: 768px){.hero-section__description{margin-bottom:16px;font-size:18px;line-height:1.17;text-align:center}}@media screen and (min-width: 1280px){.hero-section__description{text-align:left}}.hero-section__title{margin-bottom:32px;color:var(--color-brand-light);font-family:"Play",sans-serif;font-size:54px;line-height:46px;font-weight:700;text-transform:capitalize;text-align:center}@media screen and (min-width: 768px){.hero-section__title{margin-bottom:48px;font-size:108px;line-height:83px}}@media screen and (min-width: 1280px){.hero-section__title{margin-bottom:48px;font-size:140px;line-height:114px;text-align:left}}.hero-section__button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:238px;margin:0 auto}@media screen and (min-width: 1280px){.hero-section__button-container{margin:0}}.hero-section__button{-ms-flex-item-align:center;align-self:center}@media screen and (min-width: 1280px){.hero-section__button{-ms-flex-item-align:start;align-self:flex-start}}.hero-section__text{color:var(--color-sec-gray-dark);font-size:11px;line-height:1.6;text-align:center;margin:8px 0 0}@media screen and (min-width: 768px){.hero-section__text{font-size:12px;line-height:1.5;margin:14px 0 0}}.mobile-menu{position:fixed;top:0;left:0;z-index:2;width:100%;height:100%;padding:16px 24px;background-color:var(--color-brand-white);-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.mobile-menu.is-open{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu__btn-close{position:absolute;top:22px;right:23px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;fill:rgba(0,0,0,0);stroke:var(--color-brand-dark);background-color:rgba(0,0,0,0);border:none;cursor:pointer}.mobile-menu__logo{width:50px;margin-bottom:32px}.mobile-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:16px}.mobile-menu__link{color:var(--color-brand-dark);font-size:14px;line-height:1.14}.mobile-menu__social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.mobile-menu__icon{fill:var(--color-brand-dark)}.backdrop{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 20px;background-color:rgba(1,31,74,.4);z-index:1;-webkit-transition:opacity .2s,visibility .2s;transition:opacity .2s,visibility .2s}.backdrop.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.modal{position:relative;width:100%;max-width:723px;max-height:687px;padding:42px 0;background-color:var(--color-brand-dark);background-image:url("../images/modal-background.png");background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:48px;overflow-y:auto}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.modal{background-image:url("../images/modal-background@2x.png")}}.modal__title{margin-bottom:40px;color:var(--color-brand-white);font-family:"Play",sans-serif;font-weight:700;font-size:64px;line-height:1.2;text-align:center}.modal__field{position:relative;margin-bottom:16px;text-align:center}@media screen and (min-width: 768px){.modal__field{margin-bottom:24px}}.modal__btn-close{position:absolute;top:42px;right:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;fill:rgba(0,0,0,0);stroke:var(--color-brand-white);background-color:rgba(0,0,0,0);border:none;cursor:pointer}.our-proc-section{padding-bottom:40px}@media screen and (min-width: 768px){.our-proc-section{padding-bottom:96px}}.our-proc-section__title{margin-bottom:24px}@media screen and (min-width: 768px){.our-proc-section__title{margin-bottom:48px}}.our-proc-section__slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;padding:0}@media screen and (min-width: 768px){.our-proc-section__slider{padding:0 12px}}.our-proc-section__container{position:relative;overflow:hidden}.our-proc-section__list{position:absolute;margin-bottom:16px}@media screen and (min-width: 768px){.our-proc-section__list{margin-bottom:32px}}.our-proc-section__item{justify-items:center}.our-proc-section__button{display:none}@media screen and (min-width: 930px){.our-proc-section__button{display:-webkit-box;display:-ms-flexbox;display:flex}}.section__title{font-family:"Roboto",sans-serif;font-weight:500;font-size:32px;line-height:1.19}@media screen and (min-width: 768px){.section__title{font-family:"Play",sans-serif;font-weight:700;font-size:64px;line-height:1.16}}.why-us-section{position:relative;margin-top:25px;padding-top:104px;padding-bottom:40px}@media screen and (min-width: 768px){.why-us-section{padding-top:176px;padding-bottom:96px}}.why-us-section__title{margin:0 auto 24px}@media screen and (min-width: 768px){.why-us-section__title{margin-bottom:48px}}.why-us-section__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media screen and (min-width: 768px){.why-us-section__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:56px}}/*# sourceMappingURL=main.min.css.map */