@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;600&display=swap");
@-webkit-keyframes fade_in_show { 0% { opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes fade_in_show { 0% { opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

body { font-family: "Rajdhani", sans-serif; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.5; max-width: 100vw; font-weight: 400; font-size: 20px; color: #454E53; }

a, a:hover, a:focus, a:active { text-decoration: none; color: inherit; }

.gasapage-header { width: 100%; position: fixed; top: 0; left: 0; height: 5.5rem; z-index: 999; }

.gasapage-header__top-line { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: white; height: 3rem; }

.gasapage-header__bottom-line { background-color: #FAB9B9; text-align: center; height: 2.5rem; width: 100%; font-size: 25px; }

@media (max-width: 430px) { .gasapage-header .gasapage-header__bottom-line { height: 2rem; font-size: 20px; } }

.gasapage-header .top-line__logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 2rem; width: 2rem; margin: 0.5rem 2rem; }

.gasapage-header .top-line .logo__img-logo { height: 2rem; }

.gasapage-header .top-line__contact { margin: 0.5rem 2rem; display: block; font-size: 18px; width: calc(100% - 8rem); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: right; line-height: 2rem; }

.gasapage-container { width: 85%; max-width: 900px; margin: 5.75rem auto 3.75rem; display: -webkit-box; display: -ms-flexbox; display: flex; -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; }

.gasapage-container__more-and-png { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 2rem 0; }

.gasapage-container__line-pink { width: 100%; padding: 1rem 0; border-bottom: 4px solid #FAB9B9; }

.gasapage-container__line-yellow { width: 100%; padding: 1rem 0; border-bottom: 4px solid #FBEF53; }

.title-paragraph__title { width: 100%; text-align: center; }

.img-full-width { width: 100%; text-align: center; padding-top: 1rem; }

.more-and-png__description { width: 95%; max-width: 350px; font-size: 24px; padding: 0 2rem 2rem; background-color: rgba(193, 213, 219, 0.3); }

.more-and-png__image { width: 95%; max-width: 350px; padding: 2rem 0; }

.more-about { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-top: 2rem; }

.more-about__description { width: 95%; max-width: 400px; background-color: white; }

.more-about__image { width: 95%; max-width: 450px; padding: 1rem 0; }

.description--bigger-font { font-size: 22px; }

.gasapage-footer { width: 100%; height: 3rem; font-size: 12px; 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-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: white; }

.gasapage-footer__top-line, .gasapage-footer__middle-line { width: 95%; text-align: center; margin-left: auto; margin-right: auto; }

.gasapage-footer__middle-line { margin-bottom: 6rem; }

.gasapage-footer__bottom-line { width: 100%; text-align: center; background-color: #FBEF53; height: 2rem; line-height: 2rem; font-size: 16px; position: fixed; bottom: 0; right: 0; }

.bold-text { font-weight: 600; }

.uppercase-text { text-transform: uppercase; }

.hover-link:hover { background-color: #FBEF53; }

.underline-link { text-decoration: underline; }

.underline-link-color { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 0 auto; border-bottom: 4px solid #C1D5DB; }

.small-font-size { font-size: 12px; }

.sign-up-button { position: relative; height: 8rem; width: 95%; max-width: 450px; }

.sign-up-button__link-wrapper { position: absolute; width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.sign-up-button .link-wrapper__button-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 80%; max-width: 400px; height: 80px; font-size: 32px; font-family: "Rajdhani", sans-serif; text-decoration: none; color: #454E53; border: 4px solid #FAB9B9; letter-spacing: 2px; text-align: center; position: relative; -webkit-transition: all .35s; transition: all .35s; font-weight: 600; margin: 0 auto; }

@media (max-width: 430px) { .sign-up-button .link-wrapper .link-wrapper__button-link { font-size: 22px; } }

.sign-up-button .link-wrapper .button-link--smaller-font { font-size: 18px; }

@media (max-width: 430px) { .sign-up-button .link-wrapper .button-link--smaller-font { font-size: 14px; } }

.sign-up-button .link-wrapper .button-link span { position: relative; z-index: 2; }

.sign-up-button .link-wrapper .button-link:after { position: absolute; content: ""; top: 0; left: 0; width: 0; height: 100%; background: #FAB9B9; -webkit-transition: all .35s; transition: all .35s; }

.sign-up-button .link-wrapper .button-link:hover:after { width: 100%; }

.sign-up-button--yellow .link-wrapper__button-link { border: 4px solid #FBEF53; }

.sign-up-button--yellow .button-link:after, .sign-up-button--yellow .button-link:hover:after { background: #FBEF53; }

.cookies-message { z-index: 10000; display: none; position: fixed; padding: 8px 21px; border-radius: 5px; text-align: center; bottom: 50px; right: 30px; margin-left: 5%; color: #000000; background-color: rgba(193, 213, 219, 0.75); font-family: "Rajdhani", sans-serif; font-size: 11px; font-weight: 600; line-height: 2; }

.cookies-message__more-cookies-link { border-bottom: 1px dotted; }

.cookies-message__accept-cookies-button { -webkit-transition: all 0.5s; transition: all 0.5s; padding: 2px 6px; display: inline-block; cursor: pointer; background: #454E53; border: 1px solid #454E53; border-radius: 5px; color: #C1D5DB; line-height: 1.5; text-align: center; width: 100px; margin-left: 20px; font-family: "Rajdhani", sans-serif; font-size: 12px; font-weight: 600; }

.cookies-message__accept-cookies-button:hover { background-color: transparent; }

.gasapage-header .bottom-line--free-pdf { height: 2rem; font-size: 20px; position: relative; }

.gasapage-header .bottom-line__fixed-round-info { width: 160px; height: 160px; background-color: #FBEF53; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transform: rotate(15deg); transform: rotate(15deg); position: absolute; top: -50%; right: calc((100vw - 1000px) / 2); }

.gasapage-header .bottom-line__fixed-round-info:hover { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: ease-in-out .5s; transition: ease-in-out .5s; }

@media (max-width: 1100px) { .gasapage-header .bottom-line .bottom-line__fixed-round-info { display: none; } }

.gasapage-container .more-about--left { -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; }

.gasapage-container .more-about__description--free-page { max-width: 500px; }

.gasapage-container .more-about--pdf-screen { width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 26px; }

.gasapage-container .more-about--dog-says, .gasapage-container .more-about--cat-says { position: relative; }

.gasapage-container .more-about--bulb-important { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.gasapage-container .more-about .dog-says-about-gasa, .gasapage-container .more-about .cat-says-about-gasa { display: none; background-color: #FBEF53; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; padding: .5rem; }

.gasapage-container .more-about .cat-says-about-gasa { font-size: 12px; }

.gasapage-container .more-about--dog-says:hover .dog-says-about-gasa { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: 1rem; right: .5rem; -webkit-animation: fade_in_show 0.5s; animation: fade_in_show 0.5s; }

.gasapage-container .more-about--cat-says:hover .cat-says-about-gasa { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: 1rem; left: .5rem; -webkit-animation: fade_in_show 0.5s; animation: fade_in_show 0.5s; }

.gasapage-container .more-about__image--smaller { max-width: 250px; -ms-flex-item-align: end; align-self: flex-end; }

.gasapage-container .more-about__image--pdf { max-width: 200px; }

.gasapage-container .more-about__description-full-width { width: 95%; background-color: rgba(193, 213, 219, 0.5); padding: 0 1rem 1rem; }

.gasapage-container .more-about__pdf-with-button { width: 450px; max-width: 85%; display: -webkit-box; display: -ms-flexbox; display: flex; -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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.gasapage-container__about-author { width: 95%; background-color: rgba(193, 213, 219, 0.5); padding: 0 1rem 1rem; }

.gasapage-container__about-author .more-about__description { background-color: transparent; }

.gasapage-container .image--part { height: 100px; }

.gasapage-container .image--me { width: 95%; max-width: 260px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -ms-flex-item-align: end; align-self: flex-end; }

.gasapage-container .image--me .img-me { max-width: 250px; border-radius: 50%; }

.gasapage-container .image--me .say-hi-on-hover { display: none; background-color: #FBEF53; width: 100%; max-width: 255px; height: 100%; max-height: 255px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem; }

.gasapage-container .image--me:hover .say-hi-on-hover { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: 0; -webkit-animation: fade_in_show 0.5s; animation: fade_in_show 0.5s; }

.gasapage-container .image--bulb { display: block; }

.gasapage-container .description__image-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-left: auto; }

.gasapage-container .description__image-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.title-paragraph .title__show-signs { width: 200px; display: -webkit-box; display: -ms-flexbox; display: flex; height: 50px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: auto; margin-right: auto; }

.title-paragraph .title__show-signs .image-sign { width: 100px; }

.title-paragraph .title--signs-massage:hover .title__show-signs { width: 90%; -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; }

.opinion-gallery { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 1.5rem; }

.opinion-gallery .opinion-img { max-width: 80vw; display: block; margin-bottom: 0.2rem; }

.opinion-gallery__more-images-column { 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-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.more-about-last-paragraph__adblock-info { text-align: center; }

.sign-up-button-all-free { position: relative; height: 10rem; width: 100%; margin-left: auto; margin-right: auto; }

.sign-up-button-all-free__link-wrapper { position: absolute; width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.sign-up-button-all-free .link-wrapper__mailerlite-link { max-width: 80%; height: 80px; font-size: 32px; font-family: "Rajdhani", sans-serif; text-decoration: none; color: #454E53; border: 4px solid #FBEF53; letter-spacing: 2px; text-align: center; position: relative; -webkit-transition: all .35s; transition: all .35s; font-weight: 600; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 550px) { .sign-up-button-all-free .link-wrapper .link-wrapper__mailerlite-link { font-size: 22px; } }

@media (max-width: 430px) { .sign-up-button-all-free .link-wrapper .link-wrapper__mailerlite-link { font-size: 16px; } }

.sign-up-button-all-free .link-wrapper .mailerlite-link span { position: relative; z-index: 2; }

.sign-up-button-all-free .link-wrapper .mailerlite-link:after { position: absolute; content: ""; top: 0; left: 0; width: 0; height: 100%; background: #FBEF53; -webkit-transition: all .35s; transition: all .35s; }

.sign-up-button-all-free .link-wrapper .mailerlite-link:hover:after { width: 100%; }
/*# sourceMappingURL=main.css.map */