:root{--color-brand-dark: #011C44;--color-brand-light: #2B7FFF;--color-primary-light: #FFFFFF;--color-primary-dark: #000000;--color-secondary-dark: #4A4A4A;--color-secondary-light: #747272}*,*::before,*::after{box-sizing:border-box}body{color:var(--color-brand-dark);font-family:"Roboto",sans-serif;font-size:18px;font-weight:400;line-height:1.17;margin:0;background-color:var(--color-primary-light);background-image:url("../images/background-blue.png");background-repeat:no-repeat;background-position:center 480px;background-size:cover;position:relative}@media screen and (min-width: 768px){body{background-position:center 1240px;background-size:contain}}@media screen and (min-width: 1280px){body{background-position:center 1420px;background-size:contain}}@media screen and (min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){body{background-image:url("../images/background-blue@2x.png")}}h1,h2,h3,h4,h5,h6,p{margin-top:0}img{display:block;max-width:100%;height:auto;object-fit:cover}a{display:inline-block}address{font-style:normal}ul{margin:0;padding:0;list-style-type:none}.accent{color:var(--color-brand-light)}@keyframes twinkle{0%{opacity:1;transform:scale(1.5)}50%{opacity:.5;transform:scale(1)}100%{opacity:0;transform:scale(0.5)}}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;src:url("../fonts/roboto-v30-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;src:url("../fonts/roboto-v30-latin-700.woff2") format("woff2")}@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")}.text-bold{font-weight:700}.text-brand{color:var(--color-brand-light)}:root{--color-brand-dark: #011C44;--color-brand-light: #2B7FFF;--color-primary-light: #FFFFFF;--color-primary-dark: #000000;--color-secondary-dark: #4A4A4A;--color-secondary-light: #747272}.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.advantages-card{text-align:center;display:flex;flex-direction:column;justify-content:center;padding:24px 32px;max-width:316px;border:1px solid var(--color-primary-light);border-radius:32px;box-shadow:0px 4px 4px 0px rgba(168,198,245,.3803921569);background-color:var(--color-primary-light)}.advantages-card__text{color:var(--color-primary-dark);line-height:1.3;margin-bottom:0}.advantages-card__text:not(:last-child){margin-bottom:14px}.advantages-card__icon{width:48px;height:48px;margin:0 102px 8px 102px}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:rgba(1,31,74,.4);transition:opacity .2s,visibility .2s}.backdrop.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.button{padding:12px 24px;color:var(--color-primary-light);font-family:"Roboto",sans-serif;font-size:16px;font-weight:600;line-height:1.17;background-color:var(--color-brand-light);border:2px solid var(--color-brand-light);border-radius:32px;cursor:pointer;transition:color .2s,background-color .2s}@media screen and (min-width: 1280px){.button{padding:16px 32px;font-size:18px}}.button:hover{color:var(--color-brand-dark);background-color:rgba(0,0,0,0)}.form-button{display:block;margin:0 auto 8px}.form-button:hover{color:var(--color-brand-light)}.carousel-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;flex-shrink: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;transition:background-color .2s,fill .2s,border .2s}.carousel-button:hover{background-color:var(--color-brand-light);border:1px solid var(--color-primary-light);fill:var(--color-primary-light)}.carousel-button.next{transform:rotate(180deg)}.form-advice{color:var(--color-primary-light);margin:0 auto 32px;max-width:280px;font-weight:600;font-size:22px;text-align:center}.input__label{display:block}.input__control{color:var(--color-primary-light);font-size:18px;padding:16px 24px;width:100%;border:2px solid var(--color-secondary-light);border-radius:32px;background-color:rgba(0,0,0,0);transition:background-color .2s}@media screen and (min-width: 768px){.input__control{padding:18px 32px}}.input__control:focus{background-color:var(--color-secondary-light);outline:none}.input__control::placeholder{color:var(--color-primary-light);font-size:13px}.modal{position:relative;width:100%;max-width:725px;height:100%;max-height:680px;padding:20px 40px;background-color:var(--color-brand-dark);background-image:url("../images/background-modal.png");background-repeat:no-repeat;border-radius:48px;overflow-y:auto}@media screen and (min-width: 768px){.modal{padding:42px 100px}}@media screen and (min-width: 1280px){.modal{padding:42px 144px}}.modal__btn-close{position:absolute;top:20px;right:24px;width:20px;height:20px;background-color:rgba(0,0,0,0);border:none}@media screen and (min-width: 1280px){.modal__btn-close{top:50px;right:50px}}.modal__btn-close::after{position:absolute;width:20px;height:20px;top:0;right:0;background-image:url("../images/button-close.png");background-repeat:no-repeat;content:"";cursor:pointer}.modal__form-title{max-width:432px;color:var(--color-primary-light);margin:0 auto 40px;font-family:"Play",sans-serif;font-weight:700;font-size:54px;text-align:center}.modal__form-field{margin:0 auto 24px}@media screen and (min-width: 768px){.modal__form-field{margin:0 100px 24px}}@media screen and (min-width: 1280px){.modal__form-field{margin:0 62px 24px}}.link{text-decoration:none;transition:color .2s}.link:hover{color:var(--color-brand-light)}.offers-card{display:flex;flex-direction:column;justify-content:flex-end;position:relative;height:416px;margin:0 6px;border-radius:4px 120px 4px 120px;background:linear-gradient(180.05deg, rgba(1, 28, 68, 0) 48.53%, rgba(1, 28, 68, 0.725825) 84.61%, #011C44 101.39%);overflow:hidden}@media screen and (min-width: 480px){.offers-card{height:456px}}.offers-card__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.offers-card__title{color:var(--color-primary-light);font-size:22px;font-weight:400;line-height:1.18;text-align:center;max-width:152px;height:52px;position:absolute;bottom:10px;left:30%;z-index:1}.pagination{display:flex;align-items:center;justify-content:center;gap:16px}@media screen and (min-width: 768px){.pagination{gap:24px}}.pagination__button{width:8px;height:8px;padding:0;background-color:var(--color-secondary-light);border-radius:50%}@media screen and (min-width: 768px){.pagination__button{width:12px;height:12px}}.pagination__button--active{background-color:var(--color-brand-light)}.advantages-section{padding:60px 0 20px}@media screen and (min-width: 1280px){.advantages-section{padding:88px 0 48px}}.advantages-section__container{display:flex;flex-direction:column;align-items:center;position:relative}.advantages-section__list{display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 1280px){.advantages-section__list{flex-direction:row;gap:56px}}.contacts-section{padding-top:20px}@media screen and (min-width: 768px){.contacts-section{padding-bottom:94px}}.contacts-section__container{display:flex;flex-direction:column-reverse;gap:24px}@media screen and (min-width: 768px){.contacts-section__container{flex-direction:row;align-items:center;justify-content:center;gap:32px}}.contacts-section__map{flex-shrink:0;margin:0 -24px;padding:0;height:232px;border:none}@media screen and (min-width: 768px){.contacts-section__map{margin:0;width:320px;height:434px;border-radius:32px}}@media screen and (min-width: 1280px){.contacts-section__map{margin:0;width:600px;height:500px;border-radius:32px}}.contacts-section__form{display:flex;flex-direction:column;align-items:center;background-color:var(--color-brand-dark);background-image:url("../images/background-contact.png");background-repeat:no-repeat;max-width:430px;height:434px;margin:0 auto;border:1px solid var(--color-brand-dark);border-radius:32px;padding:30px 24px;overflow-y:auto}@media screen and (min-width: 768px){.contacts-section__form{margin:0;padding:48px 56px}}@media screen and (min-width: 1280px){.contacts-section__form{height:500px}}.contacts-section__form-field{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}}.form-terms{color:var(--color-secondary-light);margin:0 auto;max-width:220px;font-size:12px;line-height:1.5;text-align:center}.form-terms__link{color:var(--color-secondary-light);text-underline-offset:2px}.footer{margin-bottom:0;background-color:var(--color-brand-dark);background-image:url("../images/footer-background.png");background-repeat:no-repeat;background-position:center;background-size:cover;padding:32px 90px 66px}@media screen and (min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.footer{background-image:url("../images/footer-background@2x.png")}}@media screen and (min-width: 1280px){.footer{padding:56px 0}}.footer::after{display:none}@media screen and (min-width: 1280px){.footer::after{display:block;position:absolute;width:200px;height:150px;bottom:0;right:0;background-image:url("../images/photo-medicines.png");background-repeat:no-repeat;content:""}}.footer__container{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;position:relative}@media screen and (min-width: 1280px){.footer__container{flex-direction:row;align-items:flex-start;text-align:left}}.footer__list{display:none}@media screen and (min-width: 1280px){.footer__list{max-width:192px;display:flex;flex-direction:column;gap:16px}}.footer__nav,.footer__address{display:flex;flex-direction:column}@media screen and (min-width: 1280px){.footer__nav,.footer__address{flex-direction:row;flex-basis:50%}}.footer__nav{gap:42px}@media screen and (min-width: 1280px){.footer__nav{gap:20px}}.footer__address{gap:16px}@media screen and (min-width: 1280px){.footer__address{gap:50px}}.footer__menu,.footer__logo{flex-grow:1;gap:16px 20px}.footer__menu{display:flex;flex-direction:column}.footer__address-list,.footer__address-info{display:flex;flex-direction:column;flex-grow:1;gap:8px}@media screen and (min-width: 1280px){.footer__address-list,.footer__address-info{gap:16px}}.footer__logo{flex-shrink:0}.footer__link{color:var(--color-primary-light);font-size:14px}@media screen and (min-width: 768px){.footer__link{font-size:16px}}.footer__icons{display:flex;height:42px;justify-content:center;gap:20px}@media screen and (min-width: 1280px){.footer__icons{justify-content:flex-start;gap:24px}}.footer__list{display:none}@media screen and (min-width: 1280px){.footer__list{display:flex}}.footer__icon{fill:var(--color-primary-light);transition:fill .2s}.footer__icon:hover{fill:var(--color-brand-light)}.footer__copyright{color:var(--color-secondary-light);font-size:13px;text-align:center;margin-bottom:0}@media screen and (min-width: 1280px){.footer__copyright{text-align:start}}.header{position:absolute;top:0;left:0;width:100%;padding:16px 20px}@media screen and (min-width: 1280px){.header{padding:32px 0;background-color:rgba(255,255,255,.25)}}.header__container{display:flex;gap:40px}.header__nav{display:flex;align-items:center;flex-grow:1;gap:40px}.header__menu{display:none}@media screen and (min-width: 1280px){.header__menu{display:flex;gap:56px;flex-grow:1;justify-content:center}}.header__icons{display:none}@media screen and (min-width: 1280px){.header__icons{display:flex;height:32px;gap:32px}}.header__icon{fill:var(--color-brand-dark);justify-content:center;transition:fill .2s}.header__icon:hover{fill:var(--color-brand-light)}.header__link{color:var(--color-brand-dark)}.header__burger{width:24px;height:24px;padding:0;background-color:rgba(0,0,0,0);border:none;fill:var(--color-primary-light)}.header__burger:hover{fill:var(--color-primary-dark)}.header__burger__icon{width:24px;height:14px}@media screen and (min-width: 1280px){.header__burger{display:none}}.hero-section{height:380px;padding:70px 20px 20px;background-image:url("../images/background-hero.png");background-repeat:no-repeat;background-position:center top;background-size:cover}@media screen and (min-width: 768px){.hero-section{height:750px;padding:122.52px 0 126.48px 106px;background-size:cover}}@media screen and (min-width: 1280px){.hero-section{padding-bottom:150px}}@media screen and (min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.hero-section{background-image:url("../images/background-hero@2x.png")}}.hero-section__container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0}@media screen and (min-width: 768px){.hero-section__container{display:block;padding-top:16px;padding-left:56px}}.hero-section__title{margin-bottom:32px;color:var(--color-brand-light);font-family:Play;font-size:54px;font-weight:700;line-height:.8}@media screen and (min-width: 768px){.hero-section__title{max-width:529px;margin-bottom:40px;font-size:140px}}.hero-section__text{font-size:12px;margin-bottom:0}@media screen and (min-width: 768px){.hero-section__text{font-size:18px;margin-bottom:16px}}.hero-section__button{margin-bottom:8px}@media screen and (min-width: 768px){.hero-section__button{margin-bottom:14px}}.hero-section__advice{margin-bottom:0;color:var(--color-secondary-dark);font-size:11px;line-height:1.6;max-width:186px}@media screen and (min-width: 768px){.hero-section__advice{font-size:12px;line-height:1.5;max-width:238px;padding-left:24px}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-primary-light);transform:translateX(100%);transition:transform .3s;z-index:4}.mobile-menu.is-open{transform:translateX(0)}.mobile-menu__nav{padding:16px 20px}.mobile-menu__btn-close{position:absolute;top:10px;right:10px;width:24px;height:24px;background-color:rgba(0,0,0,0);border:none}.mobile-menu__btn-close::after{position:absolute;width:14px;height:14px;top:10px;right:10px;width:24px;background-image:url("../images/btn-close-mobile.png");background-repeat:no-repeat;content:"";cursor:pointer}.mobile-menu__logo{margin-bottom:32px}.mobile-menu__menu{display:flex;flex-direction:column;gap:16px}.mobile-menu__link{color:var(--color-primary-dark);font-size:14px;line-height:1.17;transition:color .3s}.mobile-menu__link:hover{color:var(--color-brand-light)}.mobile-menu__icons{padding-left:20px;display:flex;gap:16px}.mobile-menu__icon{transition:fill .3s}.mobile-menu__icon:hover{fill:var(--color-brand-light)}.offers-section{padding:20px 0}.offers-section__slider{display:flex;gap:32px;align-items:center}.offers-section__content{overflow:hidden}.offers-section__list{display:flex;margin-bottom:16px}@media screen and (min-width: 768px){.offers-section__list{margin-bottom:32px}}.offers-section__button{display:none}@media screen and (min-width: 768px){.offers-section__button{display:flex}}.representation-section{padding-top:0;padding-bottom:44px}@media screen and (min-width: 1280px){.representation-section{padding-bottom:88px}}.representation-section__container{display:flex;gap:40px}.representation-section__content{display:flex;max-width:709px;flex-direction:column;padding-top:0;gap:24px;position:relative}@media screen and (min-width: 768px){.representation-section__content{padding-top:40px;gap:40px}}.representation-section__content::after{position:absolute;width:40px;height:40px;bottom:-15%;right:5%;background-image:url("../images/Star-large-tablet.png");background-repeat:no-repeat;content:"";animation:twinkle .5s infinite,transform 1s infinite;animation-delay:1s}@media screen and (min-width: 1280px){.representation-section__content::after{display:none}}.representation-section__title{max-width:529px;color:var(--color-brand-dark);font-family:Play,sans-serif;font-size:32px;font-weight:500;margin-bottom:0}@media screen and (min-width: 768px){.representation-section__title{font-size:64px;font-weight:700}}.representation-section__text{margin:0;font-size:18px;line-height:1.17}@media screen and (min-width: 768px){.representation-section__text{font-size:22px;line-height:1.7}}.representation-section__images{display:flex;max-width:500px;height:300px;align-items:flex-start;row-gap:40px;position:relative}@media screen and (min-width: 1280px){.representation-section__images{height:695px}}.representation-section__images::before{display:none}@media screen and (min-width: 1280px){.representation-section__images::before{display:block;position:absolute;width:40px;height:40px;top:36px;right:-60%;background-image:url("../images/Star-medium.png");background-repeat:no-repeat;content:"";animation:twinkle 2s infinite,transform 2s infinite;animation-delay:1s}}.representation-section__images::after{display:none}@media screen and (min-width: 1280px){.representation-section__images::after{display:block;position:absolute;width:64px;height:64px;bottom:40%;left:35%;background-image:url("../images/Star-lardge.png");background-repeat:no-repeat;content:"";animation:twinkle 1s infinite,transform 2s infinite;animation-delay:1s}}.representation-section__image{max-width:327px;height:327px;border-radius:50%;box-shadow:0px 4px 4px 0px rgba(168,198,245,.2)}.image-before{display:none}@media screen and (min-width: 1280px){.image-before{display:block;position:relative}}.image-before::after{position:absolute;width:16px;height:16px;bottom:40px;right:-50%;background-image:url("../images/Star-small.png");background-repeat:no-repeat;content:"";animation:twinkle 2s infinite,transform 2s infinite;animation-delay:.5s}.image-after{display:none}@media screen and (min-width: 1280px){.image-after{display:block;position:absolute;align-self:flex-end;left:60%}}@media screen and (min-width: 768px){.section{padding:48px 0}}.section__title{max-width:530px;margin:0 auto 24px auto;color:var(--color-brand-dark);font-family:"Play",sans-serif;font-size:32px;font-weight:500;text-align:center}@media screen and (min-width: 768px){.section__title{margin:0 auto 48px auto;font-size:64px;font-weight:700}}/*# sourceMappingURL=main.min.css.map */