:root{--color-primary-dark: #2B7FFF;--color-primary-light: #FFFFFF;--color-brand: #011C44;--color-coment-button: #4A4A4A;--color-article-text: #000000;--color-secondary-dark: #747272;--header-background-color: #ffffff40}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}body{color:var(--color-brand);background-color:var(--color-primary-light);font-family:"Roboto",sans-serif;font-size:18px;line-height:1.5;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}ul{margin:0;padding:0;list-style-type:none}.text-brand{color:var(--color-primary-dark)}.text-bold{font-weight:700;text-transform:capitalize}.hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.button{padding:16px 32px;color:var(--color-primary-light);font-size:18px;font-weight:600;background-color:var(--color-primary-dark);border-radius:32px;border:2px solid var(--color-primary-dark);margin-bottom:14px;-webkit-transition:background-color .2s;transition:background-color .2s}.button:hover{color:var(--color-brand);background-color:rgba(0,0,0,0)}.button__description{font-size:11px;width:186px;text-align:center;margin-bottom:0}@media screen and (min-width: 1280px){.button__description{width:238px;font-size:12px}}.form-button{margin:0 auto 8px;display:block;padding:16px 32px;color:var(--color-primary-light);font-size:18px;font-weight:600;background-color:var(--color-primary-dark);border-radius:32px;border:2px solid var(--color-primary-dark);margin-bottom:8px;-webkit-transition:background-color .2s;transition:background-color .2s}@media screen and (min-width: 768px){.form-button{padding:16px 32px;font-size:18px}}.form-button:hover{background-color:rgba(0,0,0,0)}.form-button__description{margin:0 auto;color:var(--color-secondary-dark);max-width:220px;font-size:12px;font-weight:400;text-align:center}.form-button__description-link{color:var(--color-secondary-dark);text-underline-offset:2px}.gradient-background{background-image:url(../images/gradient-background.png);background-position:center top;background-repeat:no-repeat}.social{display:none}@media screen and (min-width: 768px){.social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.social_icon{fill:var(--color-brand-dark);width:32px;height:32px;-webkit-transition:fill .2s;transition:fill .2s}.social_icon:hover{fill:var(--color-brand)}.procedure-icon{width:44px;height:44px;fill:var(--color-brand-dark);border-radius:50%;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;background-color:rgba(0,0,0,0);border:2px solid var(--color-brand-dark);-webkit-transition:background-color .2s;transition:background-color .2s}.procedure-icon:hover{fill:var(--color-brand-light);background-color:var(--color-brand);border:2px solid var(--color-brand-light)}.procedure-icon__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.procedure-icon.next,.procedure-icon.prev{-webkit-transform:scale(0.8);transform:scale(0.8)}@media screen and (min-width: 1280px){.procedure-icon{-webkit-transform:scale(1);transform:scale(1)}}.footer-logo{width:83px;height:42px}.footer-social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.footer-social__icon{fill:var(--color-brand-light);-webkit-transition:fill .2s;transition:fill .2s;width:32px;height:32px}@media screen and (min-width: 1280px){.footer-social__icon{width:42px;height:42px}}.footer-social__icon:hover{fill:var(--color-brand)}.images{position:relative;display:none;gap:20px}@media screen and (min-width: 768px){.images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:45%;flex-basis:45%}}@media screen and (min-width: 1280px){.images{gap:40px}}.images__before,.images__after{width:250px;height:250px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 1280px){.images__before,.images__after{width:328px;height:328px}}.images__before{position:relative;top:160px;left:20px}@media screen and (min-width: 1280px){.images__before{top:-40px;left:0}}.images__after{position:absolute;right:-20px;bottom:35px}@media screen and (min-width: 1280px){.images__after{right:0;bottom:0}}.images__star1{position:absolute;fill:#011f4a;left:90px;bottom:270px;-webkit-animation:stars 3s infinite;animation:stars 3s infinite}@media screen and (min-width: 1280px){.images__star1{left:140px;bottom:220px}}@-webkit-keyframes stars{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(100deg);transform:rotate(100deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes stars{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(100deg);transform:rotate(100deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.images__star2{position:absolute;fill:var(--color-brand);top:170px;right:0;-webkit-animation:stars 3s infinite;animation:stars 3s infinite}@media screen and (min-width: 1280px){.images__star2{top:10px;right:0}}.images__star3{position:absolute;fill:var(--color-secondary-dark);top:400px;right:30px;-webkit-animation:stars 3s infinite;animation:stars 3s infinite}@media screen and (min-width: 1280px){.images__star3{top:200px;right:30px}}.input__control{padding:14px 24px;width:260px;border-radius:32px;font-size:13px;line-height:1.17;border:2px solid var(--color-secondary-dark);background-color:rgba(0,0,0,0)}@media screen and (min-width: 768px){.input__control{padding:16px 42px;width:100%}}.input__control:focus{color:var(--color-brand-light);background-color:var(--color-secondary-dark);outline:none}.input__control:not(:focus){color:var(--color-primary-light)}.input__control::-webkit-input-placeholder{color:var(--color-primary-light);font-size:13px;line-height:1.17}.input__control::-moz-placeholder{color:var(--color-primary-light);font-size:13px;line-height:1.17}.input__control:-ms-input-placeholder{color:var(--color-primary-light);font-size:13px;line-height:1.17}.input__control::-ms-input-placeholder{color:var(--color-primary-light);font-size:13px;line-height:1.17}.input__control::placeholder{color:var(--color-primary-light);font-size:13px;line-height:1.17}.input__label{position:absolute;left:42px;top:16px}.header-link{color:var(--color-brand);text-decoration:none;-webkit-transition:color .2s;transition:color .2s}.header-link:hover{color:var(--color-primary-dark)}.footer-link{color:var(--color-primary-light);text-decoration:none;-webkit-transition:color .2s;transition:color .2s}.footer-link:hover{color:var(--color-primary-dark)}.address-link{color:var(--color-primary-light);text-decoration:none;font-style:normal;margin-bottom:16px;-webkit-transition:color .2s;transition:color .2s}.address-link:hover{color:var(--color-primary-dark)}.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{padding:0;width:12px;height:12px;background-color:var(--color-secondary-dark);border-radius:50%;border:none}.pagination__button--active{background-color:var(--color-primary-dark)}.procedures-card-1{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;max-width:344px;height:446px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(47.4%, rgba(1, 28, 68, 0)), color-stop(82.66%, rgba(1, 28, 68, 0.7294117647)), color-stop(99.06%, #011c44)),url(../images/procedure-mask.jpg);background-image:linear-gradient(180deg, rgba(1, 28, 68, 0) 47.4%, rgba(1, 28, 68, 0.7294117647) 82.66%, #011c44 99.06%),url(../images/procedure-mask.jpg);border-radius:4px 120px}.procedures-card-1__title{color:var(--color-primary-light);font-size:20px;font-weight:400;line-height:1.2;position:absolute;text-align:center;left:40%;bottom:3%}@media screen and (min-width: 1280px){.procedures-card-1__title{font-size:22px}}.procedures-card-2{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;max-width:344px;height:446px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(47.4%, rgba(1, 28, 68, 0)), color-stop(82.66%, rgba(1, 28, 68, 0.7294117647)), color-stop(99.06%, #011c44)),url(../images/procedure-injection.jpg);background-image:linear-gradient(180deg, rgba(1, 28, 68, 0) 47.4%, rgba(1, 28, 68, 0.7294117647) 82.66%, #011c44 99.06%),url(../images/procedure-injection.jpg);border-radius:4px 120px}.procedures-card-2__title{color:var(--color-primary-light);font-size:20px;font-weight:400;line-height:1.2;position:absolute;text-align:center;left:40%;bottom:3%}@media screen and (min-width: 1280px){.procedures-card-2__title{font-size:22px}}.procedures-card-3{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;max-width:344px;height:446px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(47.4%, rgba(1, 28, 68, 0)), color-stop(82.66%, rgba(1, 28, 68, 0.7294117647)), color-stop(99.06%, #011c44)),url(../images/procedure-clean.jpg);background-image:linear-gradient(180deg, rgba(1, 28, 68, 0) 47.4%, rgba(1, 28, 68, 0.7294117647) 82.66%, #011c44 99.06%),url(../images/procedure-clean.jpg);border-radius:4px 120px}.procedures-card-3__title{color:var(--color-primary-light);font-size:20px;font-weight:400;line-height:1.2;position:absolute;text-align:center;left:40%;bottom:3%}@media screen and (min-width: 1280px){.procedures-card-3__title{font-size:22px}}.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;margin:0 auto;text-align:center;padding:24px 32px;width:316px;height:181px;border-radius:32px;background-color:var(--color-primary-light);-webkit-box-shadow:0px 4px 4px 0px rgba(168,198,245,.38);box-shadow:0px 4px 4px 0px rgba(168,198,245,.38)}@media screen and (min-width: 768px){.why-us-card{padding:16px 20px;width:235px;height:152px}}@media screen and (min-width: 1280px){.why-us-card{padding:24px 32px;width:316px;height:181px}}.why-us-card__text{width:252px;font-size:18px;font-weight:400;margin-bottom:0}@media screen and (min-width: 768px){.why-us-card__text{font-size:14px;width:100%}}@media screen and (min-width: 1280px){.why-us-card__text{font-size:18px;width:252px}}.why-us-card__icon{fill:var(--color-brand);width:48px;height:48px}.section-about-us{padding:0}.section-about-us__container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:72px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-about-us__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding-top:0px;max-width:320px}@media screen and (min-width: 768px){.section-about-us__text{padding-bottom:30px;-ms-flex-preferred-size:93%;flex-basis:93%}}@media screen and (min-width: 1280px){.section-about-us__text{padding-top:40px;max-width:700px;-ms-flex-preferred-size:55%;flex-basis:55%}}.section-about-us__title{width:264px;font-size:32px;font-family:Play;font-weight:500;line-height:1.2;margin-bottom:24px}@media screen and (min-width: 768px){.section-about-us__title{font-weight:700;font-size:64px;width:529px;margin-bottom:40px}}.section-about-us__description{margin-bottom:16px}@media screen and (min-width: 768px){.section-about-us__description{font-size:22px;line-height:1.7;margin-bottom:40px}}.section-about-us__description:last-child{margin-bottom:0}.section-about-us__star1{position:absolute;fill:#011f4a;width:40px;height:40px;left:250px;bottom:-30px;-webkit-animation:stars 3s infinite;animation:stars 3s infinite}@media screen and (min-width: 768px){.section-about-us__star1{display:none}}.contacts-section{padding:20px 0 0}@media screen and (min-width: 1280px){.contacts-section{padding:48px 0 94px}}.contacts-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;gap:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -20px}@media screen and (min-width: 1280px){.contacts-section__container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:32px}}.contacts-section__map{-ms-flex-negative:0;flex-shrink:0;width:100%;height:232px;border:none}@media screen and (min-width: 768px){.contacts-section__map{width:100%;height:356px}}@media screen and (min-width: 1280px){.contacts-section__map{border-radius:32px;width:605px;height:481px}}.contacts-section__form{padding:48px 57px;color:var(--color-primary-light);width:423px;height:481px;background-color:var(--color-brand);border-radius:32px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 768px){.contacts-section__form{padding:48px 57px;width:423px;height:481px;border-radius:32px}}.contacts-section__title{font-size:22px;font-weight:600;margin-bottom:32px;line-height:1.2}@media screen and (min-width: 768px){.contacts-section__title{margin-bottom:32px}}.container{padding:0 20px;width:100%;max-width:1288px;margin:0 auto}.footer-section{background-color:var(--color-brand);background-image:url(../images/footer-decor.png);background-position:center;background-repeat:no-repeat;background-size:cover;max-width:1440px;margin:0 auto}.footer-section__container{padding:32px 90px 66px;background-image:none;background-repeat:no-repeat;background-position:right bottom;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 768px){.footer-section__container{padding:32px 50px}}@media screen and (min-width: 1280px){.footer-section__container{padding:56px 100px;background-image:url(../images/cosmetic-bottles.svg)}}.footer-section__flex{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-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;text-align:center}@media screen and (min-width: 768px){.footer-section__flex{gap:20px;-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;text-align:left}}.footer-section__nav,.footer-section__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;font-size:14px}@media screen and (min-width: 768px){.footer-section__nav,.footer-section__menu{gap:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-preferred-size:50%;flex-basis:50%;font-size:14px}}@media screen and (min-width: 1280px){.footer-section__nav,.footer-section__menu{font-size:16px}}.footer-section__logo,.footer-section__nav-menu{-ms-flex-preferred-size:50%;flex-basis:50%}.footer-section__list:not(:last-child){margin-bottom:16px}.footer-section__address{display:none}@media screen and (min-width: 768px){.footer-section__address{display:block;-ms-flex-preferred-size:50%;flex-basis:50%}}.footer-section__info{-ms-flex-preferred-size:50%;flex-basis:50%}.footer-section__info-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;margin-bottom:8px}@media screen and (min-width: 768px){.footer-section__info-social{display:none}}.footer-section__copyright{color:var(--color-secondary-dark);font-size:13px;margin-bottom:0;font-style:normal}.contact-form{padding:0 8px}@media screen and (min-width: 768px){.contact-form{padding:0}}.contact-form__field{position:relative;margin-bottom:16px}.modal-form{padding:0 10px}@media screen and (min-width: 768px){.modal-form{padding:0 63px}}.modal-form__field{position:relative;margin-bottom:16px}@media screen and (min-width: 768px){.modal-form__field{margin-bottom:24px}}.header{position:absolute;width:100%}@media screen and (min-width: 768px){.header{padding:0;background-color:var(--header-background-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.header__container{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media screen and (min-width: 768px){.header__container{padding:32px 0}}.header__logo{-ms-flex-negative:0;flex-shrink:0}.header__nav{width:1239px;height:42px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.header__menu{display:none}@media screen and (min-width: 768px){.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:18px;font-family:Roboto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}}@media screen and (min-width: 1280px){.header__menu{gap:56px}}.header__burger{fill:var(--color-primary-light);background-color:rgba(0,0,0,0);width:24px;height:24px;border:none}@media screen and (min-width: 768px){.header__burger{display:none}}.hero-section{padding:100px 20px;overflow:hidden;background-image:url(../images/background.png);background-position:center;background-repeat:no-repeat;background-size:cover;max-width:1440px;margin:0 auto}@media screen and (min-width: 768px){.hero-section{padding:123px 0 127px 106px}}.hero-section__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}@media screen and (min-width: 768px){.hero-section__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.hero-section__text{margin:0;font-size:12px}@media screen and (min-width: 768px){.hero-section__text{margin-bottom:16px;font-size:18px}}.hero-section__title{width:330px;padding:0;color:var(--color-primary-dark);font-family:Play;font-weight:700;font-size:54px;line-height:.8;text-transform:capitalize;margin-bottom:32px}@media screen and (min-width: 768px){.hero-section__title{width:529px;font-size:140px;margin-bottom:40px}}.mobile-menu{position:fixed;top:0;left:0;z-index:2;width:100%;height:100%;padding:16px 24px;background-color:var(--color-primary-light);-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}@media screen and (min-width: 768px){.mobile-menu{display:none}}.mobile-menu.is-open{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu__close{width:24px;height:24px;position:absolute;top:16px;right:20px;fill:var(--color-brand);border:none;background-color:rgba(0,0,0,0)}.mobile-menu__logo{margin-bottom:32px}.mobile-menu__menu{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);font-size:14px;line-height:1.5;text-decoration:none}.mobile-menu__link:hover{color:var(--color-primary-dark)}.mobile-menu__social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin:0}.mobile-menu__social-icon{fill:var(--color-brand);width:32px;height:32px;-webkit-transition:fill .2s;transition:fill .2s}.mobile-menu__social-icon:hover{fill:var(--color-primary-dark)}.backdrop{position:fixed;top:0;left:0;bottom:0;right: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;background-color:rgba(0,0,0,.5);padding:20px;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s}.backdrop.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.modal{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;position:relative;width:100%;max-width:720px;max-height:700px;padding:40px 20px;background-image:url(../images/modal-decor.png);background-position:center;background-repeat:no-repeat;background-size:cover;background-color:var(--color-brand);border-radius:32px;overflow-y:auto;text-align:center}@media screen and (min-width: 768px){.modal{padding:42px 144px;height:100%}}.modal__close{fill:var(--color-primary-light);border:none;background-color:rgba(0,0,0,0);width:32px;height:32px;position:absolute;top:20px;right:20px}@media screen and (min-width: 768px){.modal__close{top:40px;right:40px}}.modal__title{font-family:Play;color:var(--color-primary-light);font-size:48px;width:415px;font-weight:700;line-height:1;text-align:center;margin-bottom:20px}@media screen and (min-width: 768px){.modal__title{font-size:64px;line-height:1.2;margin-bottom:40px}}.modal__text{color:var(--color-primary-light);font-size:20px;font-weight:600;text-align:center;line-height:1.2;margin-bottom:32px}@media screen and (min-width: 768px){.modal__text{font-size:22px}}.our-procedures-section__slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:29px}.our-procedures-section__container{overflow:hidden}.our-procedures-section__list{display:-webkit-box;margin-bottom:16px;margin-top:0}@media screen and (min-width: 768px){.our-procedures-section__list{margin-bottom:32px}}.our-procedures-section__button{display:none}@media screen and (min-width: 768px){.our-procedures-section__button{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}}.section{padding:20px 0}@media screen and (min-width: 768px){.section{padding:48px 0}}.section__title{font-size:32px;font-family:Play;font-weight:500;margin-bottom:24px;line-height:1.2}@media screen and (min-width: 768px){.section__title{font-size:64px;font-weight:700;margin-bottom:48px}}.section__title--centered{text-align:center}.section__title--accent{color:var(--color-primary-dark)}.why-us-section{padding-top:176px}.why-us-section__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:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 768px){.why-us-section__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 1280px){.why-us-section__list{gap:56px}}/*# sourceMappingURL=main.min.css.map */