@charset "utf-8";
@font-face {
    font-family: 'NHaasGrotesk';
    src: url('/media/NHaasGroteskDSPro.eot');
    src: url('/media/NHaasGroteskDSPro.eot?#iefix') format('embedded-opentype'),
        url('/media/NHaasGroteskDSPro.woff2') format('woff2'),
        url('/media/NHaasGroteskDSPro.woff') format('woff'),
        url('/media/NHaasGroteskDSPro.ttf') format('truetype');
    font-display: swap;
}

div.mod-languages ul{margin:0;padding:0;list-style:none}div.mod-languages li{margin-left:5px;margin-right:5px}div.mod-languages ul.lang-inline li{display:inline}div.mod-languages ul.lang-block li{display:block}div.mod-languages img{border:none}div.mod-languages a{text-decoration:none}
* {
    max-width: 100%;
    box-sizing: border-box;
    outline: 0;
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
a,
a:hover,
a:active,
a:link
a:visited {
    text-decoration: none;
    color: inherit;
}
sup{
    vertical-align: super;
    line-height: 0.5;
}
html {
    background: #ffffff;
    font-size: 100.01%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f3f5f6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    width: 100%;
    line-height: 1.2em;
    display: flex;
    font-family: 'Roboto', sans-serif;
    animation: bodyfade 0.5s ease-out forwards;
    opacity: 0;
}
body.body-visible{
    opacity: 1;
}
@keyframes bodyfade {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

input[type=text],
input[type=email],
input[type=number],
select,
input[type=tel]{
    margin: 0;
    padding: 0 30px 0 20px;
    font-family: 'Roboto', sans-serif;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea{
    margin-bottom: 10px;
}
input, textarea{
    font-size: 14px;
    border-radius: 0;
}
input, button, textarea{
    outline: none;
}
::-webkit-input-placeholder {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px;
    color: #535353;
    letter-spacing: 1px;
    font-family: 'Roboto',sans-serif;

}
::-moz-placeholder {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px;
    color: #535353;
    letter-spacing: 1px;
    font-family: 'Roboto',sans-serif;
}
:-ms-input-placeholder {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px;
    color: #535353;
    letter-spacing: 1px;
    font-family: 'Roboto',sans-serif;
}
:-moz-placeholder {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px;
    color: #535353;
    letter-spacing: 1px;
    font-family: 'Roboto',sans-serif;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
}

.scroll-icon {
    position: absolute;
    height: 50px;
    z-index: 999999;
    color: #fff;
    display: flex;
    align-items: center;
    left: calc(50% + 130px);
    top: calc(100vh - 100px);
    font-size: 14px;
    text-transform: uppercase;

}
.scroll-icon-img{
    margin-left: 10px;
    animation: 1s scrollicon linear infinite;
}
@keyframes scrollicon{
    0% {
        opacity: 0;
        transform: translateY(-25px);
    }
    40%{
        opacity: 1;
    }
    50%{
        transform: translateY(0);
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translateY(25px);
    }
}
.scroll-icon.show{
    visibility: visible;
}
.loader{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}
.loader:before{
    content: '';
    display: block;
    position: absolute;
    background-image: url(/images/svg/rotator_grey.svg);
    animation: rotator 1s linear 0s infinite;
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}
.loader.active{
    opacity: 1;
    pointer-events: all;
}

.moduletable p {
    font-size: 15px;
    color: #535353;
    line-height: 23px;
}

.display-none{
    display: none !important;
}
.part--inner > .moduletable{
    position: relative;
}
input[type=radio]{
    display: none;
}
.radio-trick{
    display: inline-block;
    border:1px solid #5a2a82;
    width:17px;
    height:17px;
    border-radius:50%;
    margin-right: 7px;
}
.radio-trick:after{
    content: '';
    display: block;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    margin: 3px;
    border-radius: 50%;
    background-color: #00acc8;
    opacity: 0;
    transition: opacity 0.3s linear;
}
label:hover .radio-trick:after{
    opacity: 0.5;
}
input[type=radio]:checked ~ .radio-trick:after{
    opacity: 1;
}
.buttonAnimation{
    overflow: hidden;
    position: relative;
    display: block;
    transition: opacity 0.5s linear;
}
.buttonAnimation:not(.HTMLPart--list--contentURL){
    padding: 4px 10px;
}
.buttonAnimation:hover:not(:active):not(.HTMLPart--list--contentURL){
    opacity: 0.5;
} 
.buttonAnimation > *{
    pointer-events: none;
}
.buttonAnimation > .animationEffect{
    position: absolute;
    overflow: hidden;
    transform: scale(0);
    border-radius: 50%;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #5a2a82;
}


/*.part--inner .Search--placeInputWrapper .isAnimated .animationEffect, XYZ BLUE SEARCH*/
.HTMLPart--bottom .buttonAnimation.HTMLPart--button > .animationEffect,
.item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .buttonAnimation.HTMLPart--button > .animationEffect{
    background: #fff;
}
/*.part--inner .Search--placeInputWrapper .isAnimated .HTMLPart--button--icon, XYZ BLUE SEARCH*/
.item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .buttonAnimation.HTMLPart--button.isAnimated .HTMLPart--button--icon{
    margin-top: 0;
}
.item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .buttonAnimation.HTMLPart--button .HTMLPart--button--icon{
    margin-top: -30px;
}
.buttonAnimation > .animationEffectStart{
    animation: buttonAnimation 1.5s ease forwards;
}
.buttonAnimation .HTMLPart--button--txt{
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.HTMLPart--button--icon,
.HTMLPart--button--txt img{
    margin-top: 0;
    position: relative;
    z-index: 10;
}

/*.part--inner .Search--placeInputWrapper .HTMLPart--button--icon, XYZ BLUE SEARCH*/
.part--inner.HTMLPart--bottom .HTMLPart--button--icon,
.isAnimated .HTMLPart--button--icon,
.isAnimated .HTMLPart--button--txt img{
    margin-top: -30px;
}
.part--inner.HTMLPart--bottom .isAnimated .HTMLPart--button--icon{
    margin-top: 0;
}
@keyframes buttonAnimation{
    0% {
        opacity: 0.7;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(4);
    }
}

.HTMLPart--itemsBorders .HTMLPart--imageWrapper:before,
.HTMLPart--node--backgroundImage:before,
.HTMLPart--table--cell--img:before{
    content: '';
    position: absolute;
    background-image: url(/images/svg/rotator_grey.svg);
    animation: rotator 1s linear 0s infinite;
    height: 30px;
    width: 30px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.HTMLPart--node--backgroundVideo:before{
    display: none;
}
body.mobile .HTMLPart--node--backgroundVideo{
    display: none;
}
.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate:before{
    display: none;
}
.HTMLPart--imageWrapper img,
.HTMLPart--node--backgroundImage img,
.HTMLPart--table--cell--img img{
    position: relative;
}
.HTMLPart--table--cell--img img{
    transition: transform 1s linear;
}
.HTMLPart--table--cell--img:hover img{
    transform: scale(1.1);
}
/*MENU*/
.main-menu{
    width: 350px;
    min-width: 350px;
    height: 100vh;
    color: #5a2a82;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    border-right: 1px solid #d0d0d0;
    align-items: stretch;
    overflow-y: auto;
    overflow-x: hidden;
}
.main-menu--logo{
    flex-basis: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/*MENU RESP*/
.menu-responsive{
    display: none;
    height: 65px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
    z-index: 300;
    position: fixed;
    top: 0;
    background-color: #fff;
}
.menu-responsive--trigger{
    cursor: pointer;
    height: 25px;
    width: 32px;
    position: absolute;
    margin-left: 25px;
    left: 0;
    top: 20px;
    overflow: hidden;
}
.menu-responsive--trigger > div{
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%;
    background: #5a2a82;
    border-radius: 2px;
    opacity: 1;
    transform: rotate(0deg);
    transition: .5s ease;
}
.menu-responsive--trigger div{
    top: calc(50% - 1px);
}
.menu-responsive--trigger div:first-of-type{
    top: 0px;
}
.menu-responsive--trigger div:last-of-type{
    top: calc(100% - 2px);
}

body.menu-active .menu-responsive--trigger div:nth-of-type(2){
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
body.menu-active .menu-responsive--trigger div:nth-of-type(3){
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}
body.menu-active .menu-responsive--trigger div:first-of-type,
body.menu-active .menu-responsive--trigger div:last-of-type{
    width: 0%;
    left: 50%;
    top: calc(50% - 1px);
}
body.menu-active .main-menu{
    opacity: 1;
    pointer-events: all;
}
body.tabs-top .menu-responsive{
    background: none;
    pointer-events: none;
}
body.tabs-top .menu-responsive .menu-responsive--trigger{
    pointer-events: all;
}
body.tabs-top .menu-responsive .main-menu--logo{
    display: none;
}
/*MENU ELEMENTS START*/

.main-menu--menu{
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end;
    flex-direction: column;
}
.main-menu--menu > .nav.menu{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 100%;
    justify-content: space-around;
}
.main-menu--menu > .nav.menu > div {
    flex-grow: 7;
    min-height: 30px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.main-menu--menu .nav.menu .li-menu-mainItem {
    flex-grow: 10;
    min-height: 45px;
    border-top: 1px solid #d0d0d0;
    justify-content: flex-end;
}
.main-menu--menu > .nav.menu > div > a{
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 0 20px 0 70px;
}
.main-menu--menu > .nav.menu > div.li-menu-mainItem > a{
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.1px;
}
.main-menu--menu > .nav.menu img,
.contact--phones img{
    width: 40px;
    height: 60px;
    margin-right: 10px;
}
.main-menu--menu > .nav.menu .parent.li-menu-mainItem + div:not(.li-menu-mainItem){
    margin-top: -1vh;
}
.main-menu--menu > .nav.menu .last-child{
    margin-bottom: 1vh;
}

.menu-imageWrapper{
    overflow: hidden;
    height: 30px;
}

.menu-phone-a:hover .menu-phone {
    max-width: 130px;
}
.menu-phone {
    max-width: 0;
    transition: max-width 0.5s ease-out;
    overflow: hidden;
    white-space: nowrap;
}
.main-menu--menu div > a:hover,
.main-menu--menu div.active > a.menu-phone-a:hover,
.main-menu--menu div.active a:not(.menu-phone-a),
.main-menu--menu div.current > a,
.main-menu--menu li > a:hover,
.main-menu--menu li.lang-active > a,
.contact--phones a:hover {
    color: #00acc8;
}
.main-menu--menu div.current > a.menu-phone-a{
    color: inherit;
}
.main-menu--menu > .nav.menu > div > a:hover img,
.main-menu--menu > .nav.menu > div > a.menu-phone-a:hover img,
.main-menu--menu > .nav.menu .active img,
.contact--phones a:hover img{
    transform: translateY(-50%);
}
.main-menu--menu > .nav.menu .active .menu-phone-a img{
    transform: translateY(0);
}
.main-menu--menu > .nav.menu > div.li-menu-mainItem > .menu-phone-a{
    justify-content: flex-end;
    flex-grow: 0;
    padding-left: 0;
}
.main-menu--menu > .nav.menu .menu-phone-a .phone-icon{
    width: 20px;
    margin-right: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.main-menu--menu > .nav.menu .menu-phone-a .phone-icon img{
    min-width: 40px;
    margin-right: 0;
    margin-left: -10px;
}
/*MENU ELEMENTS END*/
/*WYBÓR JĘZYKÓW I SZUKAJKA*/
.main-menu .main-menu--lang{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    min-height: 50px;
    border-top: 1px solid #d0d0d0;
}
.mod-languages{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #d0d0d0;
}
.main-menu--lang .mod-languages ul{
    padding-left: 70px;
    text-align: center;
    font-weight: 600;
}
div.mod-languages ul.lang-inline li{
    margin: 0;
}
.main-menu .main-menu--lang > div{
    flex-grow: 1;
    flex-basis: 0;
}
.main-menu .main-menu--search{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: stretch;
}
.main-menu--search-input-over{
    position: relative;
    height: 50px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-image: url(/images/svg/wyszukiwanie-blue.svg);
    background-size: 25px;
    background-color: #fff;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.25s linear 0.25s;
}
.main-menu--search-input:focus ~ .main-menu--search-input-over{
    opacity: 0;
}
.main-menu--search-input{
    position: absolute;
    right: -1px;
    top: -1px;
    height: calc(100% + 2px);
    border-width: 0px;
    border-color: #979797;
    width: calc(200% + 1px);
    transition: all 0.5s ease-out, opacity 0.01s linear 0.5s, border-width 0.01s linear 0.5s;
    color: transparent;
    opacity: 0;
}
.main-menu--search-input:focus{
    transition: all 0.5s ease-out, opacity 0.01s linear, border-width 0.01s linear;
    border: 1px solid #5a2a82;
    border-right-width: 2px;
    color: #5a2a82;
    max-width: 200%;
    z-index: 2;
    opacity: 1;
}
.searchBox--close {
    z-index: 3;
    position: absolute;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s linear;
}
.main-menu--search-input:focus ~ .searchBox--close{
    opacity: 1;
    pointer-events: all;
}
.main-menu .lang-inline li:nth-of-type(2):before{
    content: '/';
    margin: 0 5px;
}
/*end: WYBÓR JĘZYKÓW I SZUKAJKA*/
/*STREFA KLIENTA/DYSTRYBUTORA*/
.main-menu .main-menu--panel{
    background: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    min-height: 50px;
    font-weight: 700;
}
.main-menu--panel .nav.menu > div > a{
    font-weight: 700;
}
.main-menu--panel .nav.menu {
    display: flex;
}
.main-menu--panel .nav.menu div > a:before{
    display: none;
}
/*end: STREFA KLIENTA/DYSTRYBUTORA*/
/*end: MENU*/

/*start: BASIC ELEMS*/
.main-container {
    position: relative;
    width: 100%;
    max-width: calc(100% - 350px);
    margin-left: 350px;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}
.main-container > * {
    min-width: 100%;
}
.main-container ~ img{
    display: none;
}
.main-header{
    min-width: calc(100% - 350px);
    max-width: calc(100% - 350px);
    align-self: flex-start;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fff;
}
.main-content{
    flex-grow: 1;
}
.main-footer {
    align-self: flex-end;
    z-index: 3;
}
div#system-debug{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    min-width: 100%;
    box-sizing: border-box;
    margin: 5px 0 !important;
}
.HTMLPart--node{
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
    margin-top: -1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.HTMLPart--node.HTMLPart--contact{
    overflow: visible;
    z-index: 3;
}
.HTMLPart--node.HTMLPart--contact .g-recaptcha{
    position: relative;
    opacity: 0;
}
.HTMLPart--node.HTMLPart--contact .g-recaptcha.shown{
    opacity: 1;
}
.HTMLPart--node.HTMLPart--contact .g-recaptcha .grecaptcha-badge{
    will-change: top;
}
.item-page > .HTMLPart--node.HTMLPart--contact:first-of-type{
    overflow: hidden;
    z-index: 0;
}
.HTMLPart--node:first-of-type,
.HTMLPart--node:nth-of-type(2){
    margin-top: 0;
}
.item-page > .HTMLPart--node.type--module:first-of-type,
.item-page > .HTMLPart--node.HTMLPart--slider:first-of-type,
.item-page > .HTMLPart--node.HTMLPart--contact:first-of-type{
    min-height: 100vh;
}
.item-page > .HTMLPart--node.first--short.type--module,
.item-page > .HTMLPart--node.first--short.HTMLPart--slider,
.item-page > .HTMLPart--node.first--short.HTMLPart--contact{
    min-height: 66vh;
}
.item-page > .HTMLPart--node.type--module:first-of-type{
    flex-direction: column;
    padding-bottom: 110px;
}
.item-page > .HTMLPart--node.type--module:last-of-type {
    padding-bottom: 50px;
}
.item-page > .HTMLPart--node:first-of-type > .part--inner > .HTMLPart--node--background{
    position: fixed;
    width: calc(100% - 350px);
    left: 350px;
    animation: scaleBackgroundOnce 7s linear;
}
.item-page > .HTMLPart--node.first--short:first-of-type > .part--inner>.HTMLPart--node--background{
    height: 66vh;
}
@keyframes scaleBackgroundOnce{
    0%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
.item-page > .HTMLPart--node:first-of-type > .part--inner > .HTMLPart--node--background .HTMLPart--node--backgroundImage:before{
    z-index: -1;
}
.item-page > .HTMLPart--node > div{
    padding: 0 50px;
}
/*.part--inner .Search--placeInputWrapper .HTMLPart--button, XYZ BLUE SEARCH*/
.HTMLPart--contactTwosteps .HTMLPart--contactRadio--submit,
.HTMLPart--bottom .HTMLPart--button{
    background-color: #5a2a82;
    color: #FFF;
    mix-blend-mode: multiply;
}
body.mobile .HTMLPart--bottom .HTMLPart--button{
    mix-blend-mode: unset;
}
.item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom{
    align-self: flex-end;
    padding-bottom: 50px;
    margin-bottom: -50px;
    margin-right: 0;
    background-color: #5a2a82;
    mix-blend-mode: multiply;
}
body.mobile .item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom{
    mix-blend-mode: unset;
}
.item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .HTMLPart--button{
    border-width: 1px;
    background-color: transparent;
    mix-blend-mode: normal;
}
.item-page > .HTMLPart--node:last-of-type .GoogleMapContainer{
    margin-bottom: 0;
}
.item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .HTMLPart--buttonWrapper{
    padding-top: 20px;
    color: #FFF;
}
.HTMLPart--contactTwosteps .HTMLPart--contactRadio--submit,
.item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .HTMLPart--button{
    color: #FFF;
    border-color: #FFF;
}
.buttonAnimation.isAnimated,
.buttonAnimation.isAnimated .HTMLPart--button--txt{
    color: #fff;
}
.HTMLPart--contactTwosteps .HTMLPart--contactRadio--submit.isAnimated,
.HTMLPart--bottom .HTMLPart--button.isAnimated,
.HTMLPart--bottom .HTMLPart--button.isAnimated .HTMLPart--button--txt,
.item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .buttonAnimation.HTMLPart--button.isAnimated,
.item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .buttonAnimation.HTMLPart--button.isAnimated .HTMLPart--button--txt{
    color: #5a2a82;
}
.HTMLPart--bottom{
    order: 3;
}
.AmerigasContactInfo,
.HTMLPart--node--content,
.HTMLPart--node--content--item,
.HTMLPart--bottom {
    z-index: 2;
    position: relative;
    font-size:15px;
    line-height:23px;
    letter-spacing:0;
    color:#535353;
}
.HTMLPart--node--content{
    margin-right: 0;
    z-index: 3;
}
.HTMLPart--darkbackground .HTMLPart--node--content--item{
    color: #fff;
}
h2.HTMLPart--headlines{
    max-width: 590px;
}
.HTMLPart--content {
    max-width: 420px;
}

.content-wide .HTMLPart--headlines,
.content-wide .HTMLPart--content{
    max-width: 100%;
}

.HTMLPart--darkbackground,
.HTMLPart--node.HTMLPart--darkbackground p,
.HTMLPart--node.HTMLPart--darkbackground .HTMLPart--content,
.HTMLPart--node.HTMLPart--darkbackground .HTMLPart--headlines{
    color: #fff;
}
.HTMLPart--node--background,
.HTMLPart--node--backgroundImage,
.HTMLPart--node--backgroundColor{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.HTMLPart--node--backgroundImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.HTMLPart--headlines{
    color:#5a2a82;
    letter-spacing:0;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.1;
    word-wrap: break-word;
    transform: translateY(20px);
    opacity: 0;
}

.HTMLPart--headlines.headlineFade{
    animation: headlineFade 1s forwards;
}

.main-header .HTMLPart--headlines,
.HTMLPart--table .HTMLPart--headlines,
.HTMLPart--children .HTMLPart--headlines{
    animation: none;
    transform: none;
    opacity: 1;
}
@keyframes headlineFade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}



.HTMLPart--headlines.headline-white{
    color: #fff;
}
.HTMLPart--node .HTMLPart--node .HTMLPart--headlines{
    margin-bottom: 15px;
}
h1.HTMLPart--headlines{
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size:65px;
    margin-bottom: 40px;
}

h2.HTMLPart--headlines{
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
}
h2.HTMLPart--subheadline{
    font-family:'Roboto';
    font-weight: 500;
    font-size:21px;
    line-height:1.2;
}
h3.HTMLPart--headlines{
    font-family:'Roboto';
    font-weight: 500;
    font-size:21px;
    line-height:27px;
}
.HTMLPart--slide .HTMLPart--headlines,
h1.HTMLPart--headlines {
    max-width: 66%
}

.HTMLPart--slide .HTMLPart--leftBottom{
    max-width: 500px;
}
.HTMLPart--children .HTMLPart--slide .HTMLPart--buttonWrapper{
    align-items: flex-start;
    justify-content: flex-start;
}
.HTMLPart--slide .HTMLPart--button{
    color: #fff;
    border-color: #fff;
}
.HTMLPart--slide .buttonAnimation > .animationEffect{
    background-color: #fff;
}
.HTMLPart--slide .buttonAnimation.isAnimated .HTMLPart--button--txt{
    color: #5a2a82;
}
@media screen and (min-width: 1333px){
    .HTMLPart--slide .HTMLPart--headlines,
    h1.HTMLPart--headlines {
        max-width: 880px;
    }
}

.HTMLPart--subheadline{
    margin-bottom: 30px;
}
.HTMLPart--buttonWrapper{
    color: #5a2a82;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 100%;
}
.HTMLPart--children .HTMLPart--buttonWrapper{
    align-items: flex-end;
    justify-content: center;
    min-width: 100%;
}
.HTMLPart--buttonWrapper > a {
    max-width: 100%;
    flex-basis: 300px;
}
.AmerigasFooter--column:nth-child(1){
	margin-right: 180px;
}
.HTMLPart--buttonWrapper .HTMLPart--buttonWrapper--txt {
    max-width: 200px;
    margin-right: 20px;
    text-align: right;
}
.HTMLPart--button{
    color: #5a2a82;
    border:1px solid #5a2a82;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 10px;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 22px;
}
.HTMLPart--buttonWrapperDouble .HTMLPart--button{
    max-width: 250px;
}
.HTMLPart--button--iconWrapper{
    height: 30px;
    min-width: 48px;
    overflow: hidden;
    margin-right: 5px;
}
.HTMLPart--button--icon{
    height: 60px;
}

.HTMLPart--bottom{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 3;
}

.HTMLPart--children .HTMLPart--item{
    margin-top: 50px;
    padding: 0;
}
.HTMLPart--children .HTMLPart--item.HTMLPart--item-mover{
    display: none;
}
.type--items .HTMLPart--children .HTMLPart--item{
    order: 1;
}
.type--items .HTMLPart--children .HTMLPart--item.HTMLPart--item-mover{
    display: block;
    max-height: 0px;
    min-height: 0px;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    box-shadow: initial;
    order: 2;
}
.HTMLPart--children{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}
.HTMLPart--slider .HTMLPart--children{
    justify-content: space-between;
}
.HTMLPart--slider{
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}
.HTMLPart--node.type--module:first-of-type > .part--inner:first-of-type{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.HTMLPart--slider > .HTMLPart--children{
    flex-wrap: nowrap;
}
.part--inner{
    width: 100%;
    box-sizing: border-box;
}
.HTMLPart--node:not(.HTMLPart--itemsNumbers) > .HTMLPart--children > .HTMLPart--item.HTMLPart--withButton > .part--inner{
    display: flex;
    flex-wrap: wrap;
}
.HTMLPart--node--content--item{
    flex-grow: 1;
}
.childrenBackgrounds{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
}
.childrenBackground {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100%;
    transition: transform 0.5s linear;
}
.HTMLPart--node--paddedContent{
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.HTMLPart--articleLike .HTMLPart--children .HTMLPart--node--paddedContent{
    padding-left: 0;
    padding-right: 0;
}
.HTMLPart--articleLike .HTMLPart--node.type--item.HTMLPart--item{
    max-width: 100%;
    width: 100%;
}
.HTMLPart--articleLike .HTMLPart--node.type--item.HTMLPart--item .HTMLPart--headlines,
.HTMLPart--articleLike .HTMLPart--node.type--item.HTMLPart--item .HTMLPart--content{
    max-width: 100%;
}
/*Animacja - opacity*/
.slideAnimation{
    transition: opacity 0.5s linear;
    opacity: 0;
}
.slide1 .slideAnimation:nth-of-type(1){
    transform: translateX(0%);
}
.slide2 .slideAnimation:nth-of-type(2){
    transform: translateX(-100%);
}
.slide3 .slideAnimation:nth-of-type(3){
    transform: translateX(-200%);
}
.slide4 .slideAnimation:nth-of-type(4){
    transform: translateX(-300%);
}
.slide5 .slideAnimation:nth-of-type(5){
    transform: translateX(-400%);
}
.slide6 .slideAnimation:nth-of-type(6){
    transform: translateX(-500%);
}
.slide7 .slideAnimation:nth-of-type(7){
    transform: translateX(-600%);
}
.slide8 .slideAnimation:nth-of-type(8){
    transform: translateX(-700%);
}
.slide9 .slideAnimation:nth-of-type(9){
    transform: translateX(-800%);
}
.slide10 .slideAnimation:nth-of-type(10){
    transform: translateX(-900%);
}
.slide1 .slideAnimation:nth-of-type(1),
.slide2 .slideAnimation:nth-of-type(2),
.slide3 .slideAnimation:nth-of-type(3),
.slide4 .slideAnimation:nth-of-type(4),
.slide5 .slideAnimation:nth-of-type(5),
.slide6 .slideAnimation:nth-of-type(6),
.slide7 .slideAnimation:nth-of-type(7),
.slide8 .slideAnimation:nth-of-type(8),
.slide9 .slideAnimation:nth-of-type(9),
.slide10 .slideAnimation:nth-of-type(10){
    opacity: 1;
}
.slideAnimation .HTMLPart--node--background{
    transform: scale(1.1);
    transition: transform 7s linear;
}
.slide1 .slideAnimation:nth-of-type(1) .HTMLPart--node--background,
.slide2 .slideAnimation:nth-of-type(2) .HTMLPart--node--background,
.slide3 .slideAnimation:nth-of-type(3) .HTMLPart--node--background,
.slide4 .slideAnimation:nth-of-type(4) .HTMLPart--node--background,
.slide5 .slideAnimation:nth-of-type(5) .HTMLPart--node--background,
.slide6 .slideAnimation:nth-of-type(6) .HTMLPart--node--background,
.slide7 .slideAnimation:nth-of-type(7) .HTMLPart--node--background,
.slide8 .slideAnimation:nth-of-type(8) .HTMLPart--node--background,
.slide9 .slideAnimation:nth-of-type(9) .HTMLPart--node--background,
.slide10 .slideAnimation:nth-of-type(10) .HTMLPart--node--background{
    transform: scale(1);
}
.slide1 .HTMLPart--sliderDot:nth-of-type(1),
.slide2 .HTMLPart--sliderDot:nth-of-type(2),
.slide3 .HTMLPart--sliderDot:nth-of-type(3),
.slide4 .HTMLPart--sliderDot:nth-of-type(4),
.slide5 .HTMLPart--sliderDot:nth-of-type(5),
.slide6 .HTMLPart--sliderDot:nth-of-type(6),
.slide7 .HTMLPart--sliderDot:nth-of-type(7),
.slide8 .HTMLPart--sliderDot:nth-of-type(8),
.slide9 .HTMLPart--sliderDot:nth-of-type(9),
.slide10 .HTMLPart--sliderDot:nth-of-type(10){
    border-color: #00acc8;
    pointer-events: none;
}
/*Animacje - koniec*/
/*SLIDER END*/
.HTMLPart--sliderDots{
    position: relative;
    display: none;
    height: 0;
    z-index: 5;
    padding-top: 25px;
    padding-left: 25px;
    margin-bottom: -25px;
}
.HTMLPart--sliderDot{
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid rgba(151, 151, 151, 0.5);
    margin-right: 7px;
    cursor: pointer;
    transition: all 1s linear;
}
.HTMLPart--sliderDot:first-of-type{
    margin-left: 10px;
}
.HTMLPart--slide{
    min-width: calc(100% + 100px);
    padding: 0;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.HTMLPart--slide > .part--inner{
    overflow: hidden;
}
.HTMLPart--slide .HTMLPart--node--paddedContent{
    padding: 0;
}
.slideAnimation--timer{
    display: none;
    height: 3px;
    background-color: #00acc8;
    width: 1%;
    transition: transform 0s linear;
}
.slide1 .slideAnimation:nth-of-type(1) .slideAnimation--timer,
.slide2 .slideAnimation:nth-of-type(2) .slideAnimation--timer,
.slide3 .slideAnimation:nth-of-type(3) .slideAnimation--timer,
.slide4 .slideAnimation:nth-of-type(4) .slideAnimation--timer,
.slide5 .slideAnimation:nth-of-type(5) .slideAnimation--timer,
.slide6 .slideAnimation:nth-of-type(6) .slideAnimation--timer,
.slide7 .slideAnimation:nth-of-type(7) .slideAnimation--timer,
.slide8 .slideAnimation:nth-of-type(8) .slideAnimation--timer,
.slide9 .slideAnimation:nth-of-type(9) .slideAnimation--timer,
.slide10 .slideAnimation:nth-of-type(10) .slideAnimation--timer{
    transform: scaleX(250);
    -webkit-transform: scaleX(200);
    transition-duration: 7s;
}
.slide1.slides-count1 .slideAnimation:nth-of-type(1) .slideAnimation--timer{
    transition-duration: 0s;
}
.slide1.sliderStart .slideAnimation:nth-of-type(1) .slideAnimation--timer{
    transform: scaleX(0);
}
.HTMLPart--slide .HTMLPart--headlines{
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #fff;
}
.HTMLPart--slide .HTMLPart--content{
    max-width: 500px;
}
.HTMLPart--slide .part--inner{
    padding-top: 35px;
}
.HTMLPart--slide .HTMLPart--node--content--item{
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}
/*SLIDER END*/
/*end: BASIC ELEMS*/

/*TABS START*/
.HTMLPart--node.type--tabs{
    padding: 0;
    margin-top: -50px;
    z-index: 2;
    overflow: visible;
}
.HTMLPart--node.tabs--scroll{
    position: fixed;
    display: none;
    top: 0;
    margin-top: 0;
    z-index: 99;
}
.HTMLPart--node.tabs--visible{
    margin-top: 0;
    display: block;
}
.item-page > .HTMLPart--node.type--tabs > .HTMLPart--children{
    padding: 0;
    flex-wrap: wrap;
    background-color: #fff;
    max-width: calc(100vw - 350px);
}
.item-page > .HTMLPart--node.type--tabs.tabs--scroll > .HTMLPart--children{
    background-color: initial;
}
.tabs--scroll .HTMLPart--children{
    margin-bottom: 5px;
}
.HTMLPart--node.type--tabs .type--tab{
    position: relative;
    padding: 0;
    margin-top: 0;
    width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 0;
    flex-grow: 1;
    height: 50px;
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #5a2a82;
    letter-spacing: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s linear;
}
.HTMLPart--node.type--tabs .type--tab:hover{
    color: #00acc8;
    box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
    z-index: 2
}
.HTMLPart--node.type--tabs .type--tab a{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.HTMLPart--node.type--tabs .type--tab.tab-current,
.HTMLPart--node.type--tabs .type--tab.tab-current a{
    font-weight: 500;
    color: #00acc8;
}
.HTMLPart--tabItem{
    text-align: center;
    display: block;
    margin: 0 10px;
}
body.tabs-top .tabs--scroll{
    background-color: #fff;
}
body.tabs-top .tabs--scroll .type--tab{
    min-width: 100%;
    order: 1;
    min-height: 65px;
    height: 65px;
    padding: 10px 60px;
}
body.tabs-top .tabs--scroll .type--tab.tab-current{
    order: 0;
}
/*TABS END*/

/*NANO ANIMATION START*/
.HTMLPart--nodeNano{
    max-height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.HTMLPart--nodeNano > .part--inner{
    max-height: calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.HTMLPart--node.type--module.HTMLPart--nodeNano .moduletable{
    z-index: 2;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    display: flex;
}
.AmerigasNanoContainer{
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nano-video{
    position: relative;
    max-height: 100%;
    opacity: 1;
    transition: opacity 0.25s ease-out;
}
.nano-video.fade{
    opacity: 0;
}
body.nanoStart .main-footer,
body.nanoStart .main-content .item-page > .HTMLPart--nodeNano ~ .HTMLPart--node{
    display: none;
}
body.nanoStart .main-content .item-page > .HTMLPart--node.HTMLPart--nodeNano
{
    display: flex;
}
body.nanoStop .main-content .item-page > .HTMLPart--node{
    display: none;
}
body.nanoStop .main-content .item-page > .HTMLPart--node.HTMLPart--nodeNano,
body.nanoStop .main-content .item-page > .HTMLPart--nodeNano ~ .HTMLPart--node{
    display: flex;
}
body.nanoProgress .main-footer,
body.nanoProgress .main-content .item-page > .HTMLPart--node{
    display: none;
}
body.nanoProgress .main-content .item-page > .HTMLPart--nodeNano{
    display: flex;
}
.nano-frame {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.nano-frame.active{
    pointer-events: all;
    opacity: 1;
}
.nano-dots{
    position: absolute;
    top: calc(50% - 80px);
    right: 50px;
}
.nano-dot{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    margin-bottom: 10px;
}
.moduletable p.nano-dot-title{
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translateX(calc(100% + 30px));
    transition: transform 0.5s ease-out;
    cursor: pointer;
    order: 1;
}
.nano-dot-img:hover + .nano-dot-title,
.nano-dot-title:hover{
    transform: translateX(0);
}
.nano-dot-img{
    position: relative;
    overflow: hidden;
    background-image: url(/images/svg/nano-kolka.svg);
    background-size: cover;
    background-position: 0 0;
    height: 16px;
    width: 16px;
    cursor: pointer;
    order: 2;
    z-index: 2;
}
.nano-dot.active .nano-dot-img,
.nano-dot:hover .nano-dot-img{
    background-position: 0 100%;
}
.frame-desc{
    position: absolute;
    width: 300px;
    right: 10vw;
    bottom: 50px;
    transform: translateY(50px);
    transition: all 0.5s ease-in;
}
.nano-border{
    position: absolute;
}
.nano-border-left,
.nano-border-right{
    border-color: #fff;
    height: 50px;
    width: 50px;
    border-style: solid;
    position: absolute;
}
.nano-border-left{
    border-width: 0 0 5px 5px;
    left: 0;
    bottom: 0;
}
.nano-border-right{
    border-width: 5px 5px 0 0;
    right: 0;
    top: 0;
}
.nano-img{
    width: 150px;
    margin-bottom: 30px;
}
.nano-point{
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.25s ease-in 0.5s;
}
.nano-frame.active .nano-point{
    opacity: 1;
}
.nano-line{
    height: 15px;
    top: 0;
    left: 7px;
    max-width: initial;
    position: absolute;
    display: flex;
    align-items: center;
    transform-origin: 0;
}
.nano-line-deco{
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: 0;
    transition: transform 0.5s ease-in 0.75s;
}
.nano-frame.active .nano-line-deco{
    transform: scaleX(1);
}
.nano-p{
    padding: 5px;
    opacity: 0;
    transition: opacity 0.25s ease-in 1.25s;
}
.nano-frame.active .nano-p{
    opacity: 1;
}
.nano-line-left{
    transform: rotate(180deg);
}
.nano-line-left .nano-p{
    transform: rotate(-180deg);
}
.nano-line-above{
    transform: rotate(270deg);
}
.nano-line-above .nano-p{
    transform: rotate(-270deg);
}
.nano-line-below{
    transform: rotate(90deg);
}
.nano-line-below .nano-p{
    transform: rotate(-90deg);
}
.nano-frame.active .frame-desc{
    transform: translateY(0);
}
.moduletable p.frame-title{
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 20px;
}
.moduletable p.frame-description{
    font-family: 'Roboto';
    font-size: 12px;
}
.moduletable p.frame-point-description{
    font-family: 'Roboto';
    font-size: 14px;
}
.nano-button.HTMLPart--buttonWrapper{
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    z-index: 20;
    left: 50px;
    flex-direction: row;
}
.nano-button .HTMLPart--button{
    color: #fff;
    border-color: #fff;
    cursor: pointer;
}
.nano-button .buttonAnimation.isAnimated,
.nano-button .buttonAnimation.isAnimated .HTMLPart--button--txt{
    color: #131730;
    border-color: #131730;
}
.nano-button .buttonAnimation > .animationEffect{
    background-color: #fff;
}
.nanoStop .nano-button > div{
    opacity: 0;
}
.nano-button-navigation{
    opacity: 0;
    pointer-events: none;
}
/*NANO ANIMATION END*/
/*COOKIE START*/
.cookieBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 20px;
    -moz-box-shadow: 2px 0 2px 0 rgba(56,69,84,0.2);
    -webkit-box-shadow: 2px 0 2px 0 rgba(56,69,84,0.2);
    box-shadow: 2px 0 2px 0 rgba(56,69,84,0.2);
    transition: opacity ;
}
.cookie-fixed{
    display: none !important;
}
.cookieBox--close{
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}
.cookieBox--inner{
    display: flex;
    flex-wrap: wrap;
}
.cookieBox--title{
    font-size:16px;
    color:#5a2a82;
    line-height:23px;
    font-weight: 500;
    max-width: 165px;
}
.cookieBox--logo {
    display: flex;
}
.cookieBox--logo img{
    max-width: 60px;
    margin-left: 20px;
    margin-right: 80px;
}
.cookieBox--desc{
    max-width: 250px;
    font-size:13px;
    color: #5a2a82;
    letter-spacing:0;
    line-height:19px;
    margin-bottom: 0;
}
.cookieBox--desc a{
    text-decoration: underline;
}
.cookieBox--button{
    background: #FFF;
    border:1px solid #5a2a82;
    min-height: 50px;
    min-width: 150px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    color:#5a2a82;
    letter-spacing: 1.5px;
    line-height:22px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookieBox--button:hover{
    color:#5a2a82;
}
.cookieBox-closeIcon{
    height: 13px;
    width: 13px;
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.cookieBox-closeIcon img{
    position: absolute;
    height: 26px;
    width: 13px;
    transform: translateY(-13px);
}
a:hover .cookieBox-closeIcon img{
    transform: translateY(0);
}
/*COOKIE END*/
/*NEWS START*/
.topnews-title{
    max-width: 325px;
    width: 325px;
    padding-right: 50px;
}
.topnews-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 80px;
}
.newsBox--close{
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}
/*NEWS END*/
.HTMLPart--node.type--module .moduletable{
    width: 100%;
    position: relative;
    z-index: 3;
}
.HTMLPart--node.type--module .part--inner{
    padding: 0;
}

.HTMLPart--node--contentwrapper{
    display: flex;
}
.HTMLPart--node--content--left{
    width: 100%;
}

.twomaps-holder{
    min-height: calc(100vh - 150px);
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: stretch;
}
.twomaps--loaded-modules{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}
.twomaps-storage .twomaps--loaded-modules{
    opacity: 1;
    pointer-events: all;
    align-self: center;
}

.twomaps-storage .GoogleMap,
.twomaps-storage .GoogleMap--placeInputWrapper{
    opacity: 0;
    pointer-events: none;
}

.HTML--part--specialBg{
    position: relative;
    background-color: rgba(255,255,255,0.9);
    padding: 25px;
}

@media screen and (max-height: 900px) {
    body .main-menu--logo{
        flex-basis: 65px;
    }
    body .main-menu--logo img{
        height: 27px;
    }
}


@media screen and (max-width: 1420px) {
    body .HTMLPart--itemsCount4 .HTMLPart--item{
        max-width: calc(33% - 20px);
        width: calc(33% - 20px);
    }
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount4 .HTMLPart--item:nth-of-type(3n + 1):before{
        display: none;
    }
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount4 .HTMLPart--item:nth-of-type(3n):after{
        display: none;
    }
    body .HTMLPart--table{
        border-spacing: 15px 0;
    }
    body .AmerigasContactFormLeft+.AmerigasContactForm .HTMLPart--contactCheckbox--p--full {
        max-width: calc(100vw - 350px - 350px - 90px);
    }
}
@media screen and (max-width: 1199px) {
    body .HTMLPart--table--cell{
        max-width: calc((100vw - 300px - 50px) / 4);
    }
    body .HTMLPart--node--paddedContent .HTMLPart--button{
        min-width: initial;
    }
    body .main-menu{
        width: 300px;
        min-width: initial;
    }
    body .main-header{
        min-width: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
    body .main-container{
        max-width: calc(100% - 300px);
        margin-left: 300px;
    }
    body .item-page > .HTMLPart--node:first-of-type > .part--inner > .HTMLPart--node--background{
        width: calc(100% - 300px);
        left: 300px;
    }
    body .HTMLPart--node{
        padding: 25px 0;
    }
    body .HTMLPart--node.tabs--visible.type--tabs {
        padding: 0;
    }
    body .item-page > .HTMLPart--node.type--tabs > .HTMLPart--children{
        max-width: calc(100vw - 300px);
    }
    body .HTMLPart--slide{
        margin-bottom: 0;
        min-width: 100%;
    }
    body .HTMLPart--sliderDots{
        padding-top: 50px;
        margin-bottom: -50px;
    }
    body .item-page > .HTMLPart--node > div{
        padding: 0 25px;
    }
    body h1.HTMLPart--headlines{
        margin-top: 40px;
    }
    body .AmerigasTableContainer{
        padding: 0 25px;
    }
    body .type--module > .part--inner > *:not(.moduletable):not(.HTMLPart--node--background){
        padding: 0 25px;
    }
    body .padded-module{
        padding: 0 25px 50px;
    }
    body .GoogleMapContainer{
        margin-bottom: -25px;
    }
    body .GoogleMap--head .GoogleMap--title{
        margin-left: 25px;
    }
    body .GoogleMap--head .GoogleMap--placeInputWrapper{
        margin-left: 25px;
    }
    body .HTMLPart--itemsCount3 .HTMLPart--item {
        max-width: calc(33% - 10px);
        width: calc(33% - 10px);
    }
    body .HTMLPart--itemsCount4 .HTMLPart--item {
        max-width: calc(33% - 10px);
        width: calc(33% - 10px);
    }
    body .HTMLPart--table{
        border-spacing: 10px 0;
    }
    body .AmerigasSearchContainer{
        max-width: calc(100% - 110px);
    }
    body .main-menu--menu > .nav.menu > div.li-menu-mainItem > .menu-phone-a{
        padding-right: 10px;
    }
    body .AmerigasFooter--content{
        padding: 15px 25px;
    }
    body .item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom{
        margin-bottom: -25px;
    }
    body .AmerigasContactFormLeft + .AmerigasContactForm .HTMLPart--contactCheckbox--p--full{
        max-width: calc(100vw - 300px - 350px - 25px - 40px);
    }
    body .HTMLPart--node--content--right>img{
        width: calc(100% + 25px);
        max-width: calc(100% + 25px);
        margin-top: -25px;
        margin-right: -25px;
    }
    body .HTMLPart--node:last-of-type .HTMLPart--node--content--right>img{
        height: calc(100% + 25px);
    }
}

@media screen and (max-width: 1060px){
    body .HTMLPart--list--content,
    body .HTMLPart--node--content,
    body .HTMLPart--node--content--item,
    body .HTMLPart--bottom{
        font-size: 14px;
    }
    body .main-menu{   
        transition: opacity 0.5s linear;
        z-index: 2000000001;
    }
    body .GoogleMap--placeInput{
        width: 270px;
    }
    body h2.HTMLPart--headlines{
        font-size: 36px;
    }
    body h3.HTMLPart--headlines{
        font-size: 18px;
    }
}
@media screen and (max-width: 959px){
    body .scroll-icon{
        left: calc(50% - 15px);
    }
    body .HTMLPart--table--cell{
        max-width: calc((100vw - 50px) / 4);
    }
    body h1.HTMLPart--headlines{
        margin-top: 0;
    }
    body .HTMLPart--slide .HTMLPart--headlines,
    body h1.HTMLPart--headlines {
        max-width: 100%
    }
    body .main-menu{
        height: calc(100vh - 65px);
        width: calc(100vw + 30px);
        max-width: initial;
        margin-top: 65px;
        padding-right: 30px;
        opacity: 0;
        pointer-events: none;
    }
    body .main-menu .main-menu--logo{
        display: none;
    }
    body .menu-responsive{
        display: flex;
    }
    body .main-menu--logo{
        flex-basis: 170px;
    }
    body .main-header{
        min-width: 100%;
        max-width: 100%;
        top: 65px;
    }
    body .main-container{
        max-width: 100%;
        margin-left: 0;
        margin-top: 65px;
    }
    body .item-page > .HTMLPart--node:first-of-type > .part--inner > .HTMLPart--node--background{
        width: 100%;
        left: 0;
    }
    body .HTMLPart--table{
        border-spacing: 10px 0;
    }
    body .item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom{
        padding-bottom: 30px;
    }
    body .item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .HTMLPart--buttonWrapper .HTMLPart--buttonWrapper--txt:first-of-type{
        margin-top: 0;
    }
    body .HTMLPart--contactBottom:last-of-type{
        margin-top: 35px;
    }
    body .item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .HTMLPart--buttonWrapper{
        padding-top: 0;
        align-items: center;
    }
    body .HTMLPart--slider{
        min-height: calc(100vh - 65px);
    }
    body .item-page > .HTMLPart--node > .part--inner .HTMLPart--headlines{
        max-width: initial;
    }
    body .HTMLPart--node.tabs--visible.tabs--scroll{
        width: 100%;
        top: 65px;
    }
    body .item-page > .HTMLPart--node.type--tabs > .HTMLPart--children{
        max-width: 100vw;
    }
    body .GoogleMapContainer {
        min-height: 100vh;
    }
    body .HTMLPart--contactCheckbox--p--full {
        width: calc(100vw - 100px);
    }
    body .AmerigasContactFormLeft + .AmerigasContactForm .HTMLPart--contactCheckbox--p--full{
        max-width: calc(100vw - 350px - 25px - 40px);
    }
}
@media screen and (max-width: 750px){
	body .HTMLPart--node--content--right.content--right-img{display: none!important;} 
    body .HTMLPart--table--cell{
        max-width: calc((100vw - 50px) / 4);
        min-width: 300px;
    }
    body .HTMLPart--itemsCount3 .HTMLPart--item {
        max-width: calc(50% - 10px);
        width: calc(50% - 10px);
    }
    body .HTMLPart--itemsCount4 .HTMLPart--item {
        max-width: calc(50% - 10px);
        width: calc(50% - 10px);
    }
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount3 .HTMLPart--item:nth-of-type(2n + 1):before{
        display: none;
    }
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount4 .HTMLPart--item:nth-of-type(2n + 1):before{
        display: none;
    }
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount3 .HTMLPart--item:nth-of-type(2n):after{
        display: none;
    }
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount4 .HTMLPart--item:nth-of-type(2n):after{
        display: none;
    }
    body .HTMLPart--table--label{
        display: none;
    }
    body .AmerigasTableContainer{
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0;
    }
    body .HTMLPart--table--cell--label{
        display: block;
        color:#535353;
        text-align:left;
    }
    body .HTMLPart--table--cell--flex > *{
        flex-basis: 0;
        flex-grow: 1;
    }
    body .HTMLPart--table--cell--flex > img{
        max-height: 16px;
        align-self: center;
    }
    body .HTMLPart--table{
        border-spacing: calc((100vw - 280px) / 2) 0;
        margin-top: 10px;
    }
    body .HTMLPart--table--cell.table-saf{
        min-width: 0px;
        max-width: 0px;
        width: 0px;
        padding: 0;
        border: 0;
    }
    body .HTMLPart--table--cell.table-saf.show{
        display: block;
    }
    body .AmerigasTimelineContainer.timeline-wide{
        padding: 0 100px;
    }
    body .GoogleMap--head{
        flex-wrap: wrap;
    }
    body .GoogleMap--placeInputWrapper{
        margin-top: 20px;
    }
    body .cookieBox--inner .cookieBox--logo img{
        display: none;
    }
    body .cookieBox--desc{
        font-size: 0;
    }
    body .cookieBox--desc a{
        font-size: 13px;
    }
    body .topnews-title{
        max-width: 165px;
        padding-right: 15px;
    }
    body .AmerigasSearchContainer{
        max-width: 100%;
        margin: 0;
    }
    body .HTMLPart--tableDots{
        display: flex;
    }
    body .AmerigasContactInfo{
        flex-wrap: wrap;
    }
    body .AmerigasContactForm{
        max-width: 100%;
        margin-bottom: 0;
    }
    body .AmerigasContactFormLeft{
        max-width: 100%;
        margin: 0;
        margin-bottom: 30px;
        width: 75%;
    }
    body .AmerigasContactFormLeft ~ .AmerigasContactForm{
        max-width: 100%;
        width: 90%;
        margin-bottom: 35px;
    }
    body .AmerigasContactFormLeft + .AmerigasContactForm .HTMLPart--contactCheckbox--p--full{
        max-width: calc(100vw - 100px);
    }
    body .HTMLPart--node--content--right.content--right-img.HTMLPart--halfsies{
        display: none;
    }
    body .type--tab{
        margin-bottom: 2px;
    }
    body .region-hover-box{
        margin-top: 20px;
        position: static;
        width: 100%
    }
    body .region-hover-box .GoogleMap--infoWindow.region-popup{
        position: relative;
        max-width: 100%;
    }
    body .AmerigasRegionsWrapper{
        margin: 50px 0;
        transition: transform 0.5s linear;
    }
    body .AmerigasRegionsWrapper--info{
        transform: translateY(-50px);
    }
    body .AmerigasRegionsMapContainer .GoogleMap--responsive--infoWindow{
        bottom: 0;
    }
    body .AmerigasRegionsMapContainer .GoogleMap--infoWindow--right .buttonAnimation{
        padding: 4px 10px;
    }
    body .footer-right{
        margin-right: 0;
    }
    body .footerPP{
        display: none;
    }
    body .AmerigasFooter--content > div:not(.footer-right) a:after{
        content: '';
    }
    body .HTMLPart--contactCheckbox--close{
        display: block;
    }
    body .expandable--content-wrapper{
        max-width: 100%;
    }
    body .HTMLPart--node.tabs--visible.tabs--scroll{
        top: 0;
        z-index: 301;
        pointer-events: none;
        flex-direction: column;
    }
    body .item-page > .HTMLPart--node.type--tabs.tabs--scroll > .HTMLPart--children{
        max-height: 60px;
        transition: max-height 0.5s ease-out;
    }
    body .item-page > .HTMLPart--node.type--tabs.tabs--scroll.mobActive > .HTMLPart--children{
        max-height: 350px;
    }
    body .HTMLPart--node.type--tabs.tabs--scroll .type--tab{
        order: 1;
        min-width: 100%;
        margin-bottom: 0;
        transition: margin 0.5s ease-out, transform 0.5s ease-out, opacity 0s linear 0.5s;
        height: 65px;
        min-height: 65px;
        pointer-events: all;
    }
    body .HTMLPart--node.type--tabs.tabs--scroll.mobActive .type--tab{
        transition: margin 0.5s ease-out, transform 0.5s ease-out, opacity 0s linear 0s;
    }
    body .HTMLPart--node.type--tabs.tabs--scroll .type--tab.tab-current{
        order: 0;
        left: 75px;
        min-width: calc(100% - 150px);
        max-width: calc(100% - 150px);
        box-shadow: none;
        overflow: visible;
        z-index: 2;
        position: relative;
    }
    body .HTMLPart--node.type--tabs.tabs--scroll .type--tab.tab-current:before,
    body .HTMLPart--node.type--tabs.tabs--scroll .type--tab.tab-current:after{
        content: '';
        position: absolute;
        top: 12px;
        display: block;
        width: 1px;
        height: 40px;
        background-color: #d0d0d0;
    }
    body .HTMLPart--node.type--tabs.tabs--scroll .type--tab.tab-current:before{
        left: 0;
    }
    body .HTMLPart--node.type--tabs.tabs--scroll .type--tab.tab-current:after{
        right: 0;
    }
    .tabs--scroll--icon{
        order: 0;
        width: 75px;
        height: 65px;
        cursor: pointer;
        pointer-events: all;
        background: url(/images/svg/arrow_red.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }
    .tabs--scroll .type--tab{
        transform: translateY(-520px);
        opacity: 0;
    }
    .tabs--scroll .type--tab.tab-current{
        transform: translateY(0);
        opacity: 1;
    }
    .tabs--scroll.mobActive .type--tab{
        transform: translateY(0);
        opacity: 1;
    }
    body .AmerigasFooter--content{
        flex-direction: column;
        align-items: flex-start;
    }
    body .frame-desc{
        top: 0;
        bottom: initial;
        left: initial;
        right: initial;
        width: 100%;
        padding: 0 25px;
    }
    body .nano-dots{
        opacity: 0;
        pointer-events: none;
    }
    body .nano-point{
        height: 7px;
        width: 7px;
    }
    body .nano-line{
        height: 7px;
        left: 4px;
    }
    body .nano-img{
        display: none;
    }
    body .HTMLPart--button.buttonAnimation.nano-button-navigation{
        width: initial;
        min-width: 50px;
    }
    body.nanoStop .HTMLPart--button.buttonAnimation{
        opacity: 0;
        pointer-events: none;
    }
    body.nanoStop .nano-button-navigation.HTMLPart--button[data-action="prev"],
    body.nanoProgress .nano-button-navigation.HTMLPart--button,
    body.nanoStart .nano-button-navigation.HTMLPart--button[data-action="next"]{
        opacity: 1;
        pointer-events: all;
    }
    body .nano-button.HTMLPart--buttonWrapper{
        left: 0;
        padding: 0 80px 0 25px;
        align-items: stretch;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 599px){
	body .HTMLPart--node--content--right .content--right-img{display: none;} 
    body #initGoogleMapAmerigas{
        min-height: 450px;
        max-height: 100vh;
    }
    body .GoogleMap--zoomWrapper{
        display: none;
    }
    body h1.HTMLPart--headlines{
        font-size: 46px;
        margin-bottom: 20px;
        opacity:1;
    }
    body h2.HTMLPart--headlines{
        font-size: 36px;
    }
    body .GoogleMap--head .GoogleMap--title{
        margin-bottom: 30px;
    }
    body .GoogleMap--infoWindow{
        margin-left: 25px;
        margin-right: 25px;
    }
    body .GoogleMap--responsive--infoWindow .GoogleMap--infoWindow{
        min-width: calc(100% - 50px);
    }
    body .GoogleMap--placeInputWrapper{
        margin: 25px;
        margin-bottom: 0;
        width: calc(100% - 50px);
    }
    body .GoogleMap--placeInput{
        width: 100%;
    }
    body .AmerigasContactFormLeft{
        margin-top: 0;
    }
    body .item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .HTMLPart--buttonWrapper{
        align-items: flex-start;
    }
    body .item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom .HTMLPart--buttonWrapper .HTMLPart--buttonWrapper--txt{
        max-width: 100%;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    body .AmerigasContactFormLeft,
    body .AmerigasContactFormLeft ~ .AmerigasContactForm{
        width: 100%;
    }
    body .HTMLPart--inputRow{
        flex-wrap: wrap;
    }
    body .HTMLPart--contactRadio--submit{
        width: 100%;
    }
    body .expandable--buttons{
        margin: 0 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: calc(100% - 20px);
    }
    body .type2 .expandable--title{
        flex-basis: calc(100vw - 135px);
        max-width: calc(100vw - 135px);
        min-width: initial;
    }
    body .type--items .HTMLPart--node--paddedContent .HTMLPart--button{
        min-width: 100%;
    }
    body .cookieBox{
        flex-wrap: wrap;
    }
    body .cookieBox > .cookieBox--inner:nth-of-type(n + 2),
    body .topnews-button{
        margin-left: auto;
        margin-right: auto;
    }
    body .HTMLPart--buttonWrapper{
        flex-direction: column;
    }
    body .HTMLPart--buttonWrapper > a{
        min-width: 100%;
        flex-basis: initial;
    }
    body .HTMLPart--buttonWrapper--txt{
        margin-bottom: 20px;
    }
    body .HTMLPart--itemsCount2 .HTMLPart--item,
    body .HTMLPart--itemsCount3 .HTMLPart--item,
    body .HTMLPart--itemsCount4 .HTMLPart--item {
        max-width: 100%;
        width: 100%;
    }
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount2 .HTMLPart--item:nth-of-type(n + 2):before,
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount3 .HTMLPart--item:nth-of-type(n + 2):before,
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount4 .HTMLPart--item:nth-of-type(n + 2):before{
        display: block;
        left: 27px;
        width: 3px;
        height: 70%;
        top: -70%;
    }
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount2 .HTMLPart--item:nth-of-type(n):after,
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount3 .HTMLPart--item:nth-of-type(n):after,
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount4 .HTMLPart--item:nth-of-type(n):after{
        display: block;
        left: 27px;
        width: 3px;
        height: 70%;
        top: 52px;
    }
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount2 .HTMLPart--item:last-of-type:after,
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount3 .HTMLPart--item:last-of-type:after,
    body .HTMLPart--itemsNumbers.HTMLPart--itemsCount4 .HTMLPart--item:last-of-type:after{
        display: none;
    }
    body .HTMLPart--node--contentwrapper{
        flex-direction: column;
    }
    body .wrapper--double > .HTMLPart--node--content--left,
    body .HTMLPart--node--content--right{
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        order: 2;
    }
    body .HTMLPart--node--content--right.content--right-img{
        order: 1;
    }
    body .HTMLPart--node--content--right > p {
        min-width: 100%;
    }
    body .HTMLPart--node--content--right > p > a{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    body .HTMLPart--node--content--right>img{
        height: 100%;
        width: 100%;
        margin: 0;
    }
    body .HTMLPart--node--content--left .HTMLPart--content{
        max-width: 100%;
    }
    body .HTMLPart--leftBottom{
        justify-content: center;
    }
    body .HTMLPart--children .HTMLPart--buttonWrapper{
        align-items: center;
    }
    body .HTMLPart--buttonWrapperDouble{
        flex-direction: column;
    }
    body .HTMLPart--buttonWrapperDouble .HTMLPart--button{
        max-width: 100%;
        width: 300px;
        margin-right: 0;
    }
    body .part--inner.HTMLPart--bottom{
        margin-right: 0;
    }
    body .HTMLPart--buttonWrapperDouble > a{
        flex-basis: initial;
        margin-bottom: 10px;
    }
    body .AmerigasRegionsWrapper{
        width: 75%;
        min-width: initial;
    }
    body .expandable--content{
        flex-wrap: wrap;
    }
    body .HTMLPart--contactInputs{
        flex-direction: column;
    }
    body .HTMLPart--contactInputs .HTMLPart--contactInput{
        max-width: 100%;
        min-height: 50px;
    }
    body .HTMLPart--contactRadio--submit.buttonAnimation{
        align-self: center;
    }
    body .HTMLPart--contactRadio{
        flex-direction: column;
    }
    body .HTMLPart--contactRadio > *{
        margin-bottom: 10px;
    }
    body .HTMLPart--contactBottomWrapper{
        flex-direction: column;
    }
    body .HTMLPart--contactButtonWrapper{
        flex-basis: initial;
    }
    body .HTMLPart--contactsBottom{
        max-width: 100%;
    }
    body .twoColumns{
        display: block;
    }
    body .HTMLPart--itemsNumbers > .HTMLPart--children > .HTMLPart--item > .part--inner {
        display: flex;
    }
    body .AmerigasContactFormShort .HTMLPart--inputRow.HTMLPart--inputRowForcedDouble {
        display: block;
    }
    body .AmerigasContactFormShort .HTMLPart--inputRow.HTMLPart--inputRowForcedDouble .HTMLPart--contactInput{
        max-width: 100%;
    }
    body .HTMLPart--inputRowForcedDouble .HTMLPart--inputHolder {
        max-width: 100%;
    }
    body .AmerigasFooter--contacts{
        flex-direction: column;
    }
    body .AmerigasFooter--column{
        margin-bottom: 20px;
    }
    body .AmerigasContactFormShort .HTMLPart--contactsBottom{
        flex-direction: column;
    }
	.AmerigasFooter--column:nth-child(1){
		margin-right:0px;
	}
	.AmerigasFooter--contacts{
		margin-right:0px!important;
	}
}
@media screen and (max-width: 399px){
    body .HTMLPart--buttonWrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    body .HTMLPart--buttonWrapper .HTMLPart--button{
        max-width: 100%;
        width: 300px;
        margin-right: 0;
    }
    body .HTMLPart--buttonWrapper .HTMLPart--buttonWrapper--txt{
        margin-bottom: 20px;
        margin-right: 0;
        text-align: left;
    }
    body .HTMLPart--buttonWrapper > a{
        flex-basis: initial;
        margin-bottom: 10px;
    }
    body .type--tab{
        min-width: 100%;
        min-height: 50px;
    }
    body .HTMLPart--node.type--tabs:not(.tabs--scroll) .HTMLPart--children{
        flex-direction: column;
    }
}
/*XYZ MENU -> TEST*/
.main-menu--menu>.nav.menu>div{
    min-height: 20px;
}
.main-menu{
    box-shadow: 0.5px 0 10px 0 rgba(56, 69, 84, 0.17);
    border-width: 0;
}
.main-menu--menu .nav.menu .li-menu-mainItem{
    border-top-width: 0;
}
.main-menu .main-menu--lang{
    border-top-width: 0;
}
.mod-languages{
    border-right-width: 0;
}
/*Target user inputed content START*/
p:not([class]){
    min-height: 23px;
}
.item-page a:not([class]){
    color: #5a2a82;
}
.item-page a:not([class]):hover{
    color: #00acc8;
}
.item-page > p{
    min-height: 0;
}
ul:not([class]){
    list-style: none;
}
ul:not([class])>li {
    padding-left: 20px;
}
ul:not([class]) > li:before {
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    background-color: #00acc8;
    min-width: 5px;
    margin-bottom: 2px;
    margin-right: 15px;
    margin-top: 8px;
    margin-left: -20px;
    position: absolute;
}
/*Target user inputed content END*/
.wrapper--double > .HTMLPart--node--content--left{
    max-width: 50%;
    width: 50%;
    margin-right: 30px;
    box-sizing: border-box;
}
.left--justified{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left--bottom{
    padding-top: 20px;
}
.left--bottom p {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.left--bottom p:first-of-type{
    margin-top: 0;
}
.left--bottom p img{
    margin-right: 10px;
    height: 30px;
    width: 30px;
}
.HTMLPart--node--content--right{
    width: 50%;
}
.HTMLPart--node--content--right > a {
    max-width: 400px;
}
.HTMLPart--node--content--right > img{
    height: calc(100% + 100px);
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-top: -50px;
    margin-right: -50px;
    object-fit: cover;
}
.HTMLPart--node--content--right.content--right-download .HTMLPart--button{
    margin-bottom: 5px;
}
.wrapper--swapRightLeft .HTMLPart--node--content--left{
    order: 2;
}
.wrapper--swapRightLeft .HTMLPart--node--content--right{
    order: 1;
}
.wrapper--swapRightLeft .HTMLPart--node--content--right.content--right-download p{
    max-width: 100%;
}
.wrapper--swapRightLeft .HTMLPart--node--content--right.content--right-download .HTMLPart--button{
    border-width: 0;
}
.wrapper--swapRightLeft .HTMLPart--node--content--right.content--right-download .HTMLPart--button--txt{
    justify-content: flex-start;
}

.HTMLPart--list,
.HTMLPart--content,
.HTMLPart--leftBottom{
    margin-top: 10px;
    margin-bottom: 10px;
}
.HTMLPart--list{
    list-style: none;
}
.HTMLPart--list--element{
    display: flex;
    position: relative;
}
.HTMLPart--listTypeordered .HTMLPart--list--element:not(:last-child){
    padding-bottom: 35px;
}
.HTMLPart--listTypeordered .HTMLPart--list--element:not(:last-child):after {
    content: "";
    position: absolute;
    background-color: #5a2a82;
    width: 2px;
    height: calc(100% - 50px);
    top: 50px;
    left: 24px;
}

.HTMLPart--listTypeboxed * {
    max-width: initial;
}
.HTMLPart--listTypeboxed li{
    width: calc(100% + 50px);
    margin-left: -25px;
}
.HTMLPart--listTypeboxed .HTMLPart--list--contentURL{
    width: 100%;
    color: #5a2a82;
}

.HTMLPart--slider .HTMLPart--list--contentURL{
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2222;
}

.HTMLPart--list--contentURL:hover{
    color: #00acc8;
}
.HTMLPart--listTypeboxed .HTMLPart--list--content{
    box-sizing: border-box;
    padding: 0 25px 10px;
    width: 100%;
    display: block;
}
.HTMLPart--listTypesimple .HTMLPart--list--content{
    margin-bottom: 10px;
}
.HTMLPart--listTypesimple .HTMLPart--list--content:before{
    content: '';
    height: 5px;
    width: 5px;
    background-color: #00acc8;
    min-width: 5px;
    margin-top: 8px;
    margin-right: 15px;
}
.HTMLPart--list--order {
    height: 50px;
    width: 50px;
    min-width: 50px;
    font-size: 30px;
    font-weight: 900;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #5a2a82;
    border: 2px solid #5a2a82;
    border-radius: 50%;
}
.HTMLPart--list--content{
    font-size: 15px;
    line-height:19px;
    display: flex;
}
.HTMLPart--listTypeordered .HTMLPart--list--content{
    margin-left: 20px;
    margin-top: 15px;
}
.HTMLPart--leftBottom{
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

.HTMLPart--node--content--right p{
    color: #5a2a82;
    line-height: 21px;
    max-width: 250px;
    margin-bottom: 20px;
}
.HTMLPart--node--content--right .HTMLPart--button--txt{
    flex-grow: 1;
}
.HTMLPart--node--content--right a {
    margin-bottom: 15px;
    display: block;
}
.HTMLPart--itemsBorders .HTMLPart--children .HTMLPart--item{
    margin-top: 30px;
}
.HTMLPart--itemsBorders:not(.HTMLPart--itemsRemoveBorders) > .HTMLPart--children > .HTMLPart--item{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s linear;
}
.HTMLPart--itemsBorders > .HTMLPart--children > .HTMLPart--item .HTMLPart--imageWrapper {
    overflow: hidden;
}
@media screen and (min-width: 960px){
    .HTMLPart--itemsBorders > .HTMLPart--children > .HTMLPart--item:hover .HTMLPart--image{
        transform: scale(1.1);
    }
}
.HTMLPart--item.HTMLPart--withButton {
    cursor: pointer;
}
.HTMLPart--itemsBorders:not(.HTMLPart--itemsRemoveBorders) > .HTMLPart--children > .HTMLPart--item.HTMLPart--withButton:hover {
    box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
}
.HTMLPart--node:not(.HTMLPart--itemsBorders) .HTMLPart--children .HTMLPart--item .HTMLPart--content{
    max-width: 100%;
}
.HTMLPart--itemsNumbers .HTMLPart--children .HTMLPart--content {
    align-self: center;
}
.HTMLPart--itemsNumbers .HTMLPart--children{
    counter-reset: item;
}
.HTMLPart--itemsNumbers .HTMLPart--item{
    counter-increment: item;
    overflow: visible;
}
.HTMLPart--itemsNumbers .HTMLPart--item--num:before {
    content: counter(item);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 900;
    width: 56px;
    height: 56px;
    border: 3px solid #5a2a82;
    border-radius: 50%;
    color: #5a2a82;
    margin: 0 auto 30px;
    box-sizing: border-box;
}
/*.HTMLPart--itemsNumbers .HTMLPart--item:before,
.HTMLPart--itemsNumbers .HTMLPart--item:after{
        content: '';
        height: 3px;
        width: 75%;
        background: #5a2a82;
        position: absolute;
        top: 26px;
        left: calc(50% + 25px);
}
.HTMLPart--itemsNumbers .HTMLPart--item:before{
        left: -25px;
        width: 50%;
}
.HTMLPart--itemsNumbers.HTMLPart--itemsCount1 .HTMLPart--item:nth-of-type(n + 1):before{
        display: none;
}
.HTMLPart--itemsNumbers.HTMLPart--itemsCount2 .HTMLPart--item:nth-of-type(2n + 1):before{
        display: none;
}
.HTMLPart--itemsNumbers.HTMLPart--itemsCount3 .HTMLPart--item:nth-of-type(3n + 1):before{
        display: none;
}
.HTMLPart--itemsNumbers.HTMLPart--itemsCount4 .HTMLPart--item:nth-of-type(4n + 1):before{
        display: none;
}

.HTMLPart--itemsNumbers.HTMLPart--itemsCount1 .HTMLPart--item:nth-of-type(n):after{
        display: none;
}
.HTMLPart--itemsNumbers.HTMLPart--itemsCount2 .HTMLPart--item:nth-of-type(2n):after{
        display: none;
}
.HTMLPart--itemsNumbers.HTMLPart--itemsCount3 .HTMLPart--item:nth-of-type(3n):after{
        display: none;
}
.HTMLPart--itemsNumbers.HTMLPart--itemsCount4 .HTMLPart--item:nth-of-type(4n):after{
        display: none;
}
.HTMLPart--itemsNumbers.type--items .HTMLPart--item:last-of-type:after{
        display: none;
}*/


.HTMLPart--item--num{
    display: none;
}
.HTMLPart--itemsNumbers .HTMLPart--item--num{
    display: block;
}

.type--items > .HTMLPart--children{
    margin-top: -15px;
}
.HTMLPart--itemsCount2 .HTMLPart--item{
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
}
.HTMLPart--itemsCount3 .HTMLPart--item{
    max-width: calc(33% - 20px);
    width: calc(33% - 20px);
}
.HTMLPart--itemsCount4  .HTMLPart--item{
    max-width: calc(25% - 22.5px);
    width: calc(25% - 22.5px);
}

.HTMLPart--node--content--item{
    margin-right: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.HTMLPart--imagePlaceHolder{
    width: 100%;
    height: 50px;
    min-height: 50px;
}
.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate{
    background-color: #5a2a82;
}
.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
    border-top: 2px solid #5a2a82;
    z-index: 1;
}
.HTMLPart--imgAnimate ~ .HTMLPart--node--paddedContent .HTMLPart--headlines{
    position: absolute;
    top: 25px;
    z-index: 50;
    color: #fff;
}
.HTMLPart--imgAnimate ~ .HTMLPart--node--paddedContent .HTMLPart--list{
    margin: 0;
}

.type--items:not(.HTMLPart--itemsBorders) .HTMLPart--node--content--item .HTMLPart--headlines{
    text-align: center;
}
.HTMLPart--itemsBorders .HTMLPart--imageWrapper .HTMLPart--image{
    object-fit: cover;
    object-position: bottom;
}
.HTMLPart--imageWrapper{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 2px;
    left: 0px;
    background-color: transparent;
}
.HTMLPart--image{
    width: 100%;
    height: 100%;
    transition: transform 1s linear;
}
.HTMLPart--node--paddedContent .HTMLPart--leftBottom{
    justify-content: center;
}
.HTMLPart--node--paddedContent .HTMLPart--button{
    margin-right: 0;
    width: 300px;
}

.HTMLPart--node--paddedContent div:last-child{
    margin-bottom: 0;
}
.HTMLPart--imgAnimate.HTMLPart--imageWrapper{
    transition: all 1s;
    z-index: 50;
    max-height: 100%;
}

.HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
    object-fit: contain;
    transition: all 1s;
    object-position: center;
}
.HTMLPart--filler{
    visibility: hidden;
}
.HTMLPart--item .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
    padding: 0px 30%;
    overflow: hidden;
}
.HTMLPart--item.HTMLPart--withButton .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
    padding: 0px 25%;
    overflow: hidden;
}

/*MODULES START*/
.type--module > .part--inner > *:not(.moduletable):not(.HTMLPart--node--background){
    padding: 0 50px;
}
.padded-module{
    padding: 0 50px 50px;
}
/*MODULES END*/

/*CONTACT FORM END*/
.AmerigasContactForm{
    max-width: 650px;
    margin-bottom: 25px;
    position: relative;
}
.AmerigasContactInfo{
    position: relative;
    /*display: flex;*/
    justify-content: space-between;
    z-index: 3;
}
.AmerigasContactFormLeft{
    max-width: 350px;
    margin-right: 20px;
}
.AmerigasContactFormLeft ~ .AmerigasContactForm {
    max-width: calc(100% - 350px);
    width: 650px;
}
.AmerigasContactFormLeft + .AmerigasContactForm .HTMLPart--contactCheckbox--p--full{
    max-width: 650px;
}
.AmerigasContactInfo .HTMLPart--node--content--right{
    width: initial;
}
.AmerigasContactInfo .HTMLPart--node--content--right > img{
    height: 100%;
    margin-top: 0;
}
.HTMLPart--node:last-of-type .HTMLPart--node--content--right>img{
    height: calc(100% + 50px);
}
.HTMLPart--contactRightImg > .part--inner{
    display: flex;
}
.HTMLPart--halfsies{
    flex-basis: 0;
    flex-grow: 1;
    position: relative;
}
.contact--phones{
    color: #5a2a82;
    font-size: 15px;
    line-height: 23px;
    display: flex;
    margin: 20px 0;
}
.contact--phones.contact-rows{
    display: block;
    margin-top: 0;
}
.contact--phones.contact-rows .twoColumns{
    min-width: 250px;
    justify-content: flex-start;
}
.contact--phones-bottle{
    max-width: 30px;
    justify-content: center;
    display: inline-flex;
}
.contact--phones a{
    display: flex;
    flex-grow: 0;
    align-items: center;
    min-width: 15px;
    justify-content: center;
}
.contact--phones a img{
    margin-right: 0;
    min-width: 40px;
}
.contact--phones-icons {
    margin-right: 5px;
    max-height: 30px;
    overflow: hidden;
}
.AmerigasContactFormLeft .contact--phones a img{
    margin-right: 10px;
}
.HTMLPart--contactError{
    display: none;
    font-size: 14px;
    color: #00acc8;
    margin-bottom: 10px;
}
.notSubmitted > .HTMLPart--contactError{
    display: block;
}
.HTMLPart--contactSuccess{
    display: none;
    font-size: 14px;
    color: #5a2a82;
    margin-bottom: 10px;
}
.HTMLPart--contactInput{
    min-height: 50px;
}
.HTMLPart--contactProductSeparator{
    margin-right: 10px;
    background-color: #5a2a82;
    height: 1px;
    border: none;
}
.HTMLPart--contactInput::-webkit-input-placeholder {
    text-align: right;
}	
.HTMLPart--contactInput::-moz-placeholder {
    text-align: right;
}	
.HTMLPart--contactInput:-ms-input-placeholder {
    text-align: right;
}	
.HTMLPart--contactInput:-moz-placeholder {
    text-align: right;
}	
.HTMLPart--contactInputs{
    display: flex;
    flex-direction: column;
    min-height: 50px;
    width: 100%;
}
.HTMLPart--inputRow{
    min-height: 50px;
    display: flex;
}
.HTMLPart--inputHolder{
    position: relative;
    display: flex;
    width: 100%;
}
.HTMLPart--contact--floating{
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 14px;
    transition: 0.2s ease all;
    opacity: 0.7;
}
.HTMLPart--contactInput.success ~ .HTMLPart--contact--floating,
.HTMLPart--contactInput.notEmpty ~ .HTMLPart--contact--floating,
.HTMLPart--contactText.success ~ .HTMLPart--contact--floating,
.HTMLPart--contactText.notEmpty ~ .HTMLPart--contact--floating,
textarea:focus ~ .HTMLPart--contact--floating,
input:focus ~ .HTMLPart--contact--floating{
    font-size: 11px;
    top: 6px;
    opacity: 1;
}
.HTMLPart--inputHolder input.HTMLPart--contactInput{
    padding-top: 17px;
}
.HTMLPart--contactInputs .HTMLPart--contactInput{
    margin-right: 10px;
    margin-bottom: 10px;
    flex-grow: 10;
    background: rgba(0,0,0,0);
    border:1px solid #a29e9e;
    box-sizing: border-box;
}
.HTMLPart--contactInputs .HTMLPart--contactInput.short{
    flex-grow: 1;
}
.HTMLPart--contactInputs .HTMLPart--contactInput.success{
    background-image: url(/images/svg/tick.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    border-color: #5a2a82;
    color: #5a2a82;
}
.HTMLPart--contactText{
    background: rgba(0,0,0,0);
    border:1px solid #a29e9e;
    width: calc(100% - 10px);
    box-sizing: border-box;
    min-height: 150px;
    padding-left: 20px;
    padding-top: 20px;
}
.HTMLPart--contactBottomWrapper{
    display: flex;
    justify-content: space-between;
}
.HTMLPart--contactsBottom{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: calc(100% - 170px);
}
.HTMLPart--contactBottom{
    display: flex;
    padding-top: 20px;
    position: relative;
}
.HTMLPart--contactBottom:first-of-type{
    max-width: 360px;
}
.HTMLPart--contactButtonWrapper{
    margin: 0 10px;
    flex-basis: 150px;
    flex-shrink: 0;
    flex-grow: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.HTMLPart--contactRadio--p{
    display: flex;
    align-items: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
    color: #535353;
    letter-spacing: 1px;
    margin-right: 30px;
}
.HTMLPart--contactRadio-labels{
    display: flex;
}
.HTMLPart--contactRadio{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.HTMLPart--contactRadio--label {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px;
    color: #5a2a82;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.HTMLPart--contactRadio--label .radio-trick:after{
    background-color: #5a2a82;
}
.HTMLPart--contactRadio--submit{
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #5a2a82;
    width: 150px;
    height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 22px;
    text-align: center;
    background-color: #5a2a82;
    color: #FFF;
    mix-blend-mode: multiply;
}
body.mobile .HTMLPart--contactRadio--submit{
    mix-blend-mode: unset;
    margin-bottom: 60px;
}
.HTMLPart--contactRadio--submit.isAnimated{
    color: #5a2a82;
}
.HTMLPart--contactRadio--submit.buttonAnimation.isAnimated .HTMLPart--button--txt{
    color: #5a2a82;
}
.HTMLPart--contactRadio--submit.buttonAnimation > .animationEffect{
    background-color: #fff;
}

.HTMLPart--contactText, 
.HTMLPart--contactInputs .HTMLPart--contactInput{
    transition: border-color 0.3s linear;
}
.HTMLPart--contactInputs .HTMLPart--contactInput.error {
    border-color: #00acc8;
    color: #00acc8;
}
.HTMLPart--contactInputs .HTMLPart--contactInput.error::-webkit-input-placeholder {
    color: #00acc8;
}
.HTMLPart--contactInputs .HTMLPart--contactInput.error::-moz-placeholder {
    color: #00acc8;
}
.HTMLPart--contactInputs .HTMLPart--contactInput.error:-ms-input-placeholder {
    color: #00acc8;
}
.HTMLPart--contactInputs .HTMLPart--contactInput.error:-moz-placeholder{
    color: #00acc8;
}

.HTMLPart--contactText.error {
    border-color: #00acc8;
    color: #00acc8;
}
.HTMLPart--contactText.error::-webkit-input-placeholder {
    color: #00acc8;
}
.HTMLPart--contactText.error::-moz-placeholder {
    color: #00acc8;
}
.HTMLPart--contactText.error:-ms-input-placeholder {
    color: #00acc8;
}
.HTMLPart--contactText.error:-moz-placeholder{
    color: #00acc8;
}

.main-content .HTMLPart--contactText:focus, 
.main-content .HTMLPart--contactInputs .HTMLPart--contactInput:focus{
    border-color: #5a2a82;
}

input[type=radio].error ~ .radio-trick {
    border-color: #00acc8;
}
input[type=radio].error ~ .radio-txt {
    color: #00acc8;
}

.HTMLPart--contactCheckbox--label{
    display: flex;
    max-width: calc(100% - 36px);
    float: left;
}
.HTMLPart--checkbox {
    position: relative;
    min-width: 18px;
    min-height: 18px;
}
.HTMLPart--checkbox label {
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: 1px solid #a29e9e;
    transition: border-color 0.5s linear;
}
.HTMLPart--checkbox.error > label{
    border-color: #00acc8;
}
.HTMLPart--checkbox label:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2px;
    left: 2px;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    background-image: url(/images/svg/tick.svg);
    background-repeat: no-repeat;
    transition: opacity 0.3s linear;
}
.HTMLPart--checkbox label:hover::after {
    opacity: 0.5;
}
.HTMLPart--checkbox input[type=checkbox] {
    visibility: hidden;
}
.HTMLPart--checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.HTMLPart--checkbox input[type=checkbox]:checked + label{
    border-color: #5a2a82;
}
.HTMLPart--contactCheckbox{
    background-color: transparent;
}
.HTMLPart--contactCheckbox--p{
    margin-left: 9px;
    font-size: 14px;
    color: #535353;
    overflow: hidden;
    /*transition: max-height 0.5s linear, height 0.5s linear;*/
}
.HTMLPart--contactBottom .HTMLPart--contactCheckbox--p{
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    max-height: 20px;
    height: 20px;
    display: inline-block;
    max-width: calc(100% - 20px);
    width: 206px;
}
.HTMLPart--contactCheckbox--switch{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #979797;
    height: 18px;
    width: 18px;
    margin-left: 10px;
    flex-basis: 18px;
    flex-shrink: 0;
    float: left;
}
.HTMLPart--contactCheckbox-info{
    display: flex;
}
.HTMLPart--contactCheckbox-info > .HTMLPart--checkbox{
    margin-right: 10px; 
}
.HTMLPart--contactCheckbox--close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}
.HTMLPart--contactCheckbox--wrapper{
    height: 13px;
    overflow: hidden;
}
.HTMLPart--contactCheckbox--switch img{
    transform: translateY(-13px);
    width: 13px;
    height: 26px;
}
.HTMLPart--contactCheckbox--switch:hover{
    border-color: #5a2a82;
}
.HTMLPart--contactCheckbox--switch:hover img{
    transform: translateY(0);
}
.HTMLPart--contactCheckbox--p--full {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    bottom: 22px;
    padding: 20px;
    transition: opacity 0.5s linear;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(168,182,191,0.6);    
    width: calc(100vw - 500px);
    min-width: 260px;
    right: initial;
    left: 0;
    max-width: initial;
    font-size: 12px;
}
.HTMLPart--contactCheckbox--switch:hover .HTMLPart--contactCheckbox--p--full{
    pointer-events: all;
    opacity: 1;
    z-index: 3;
}
.HTMLPart--contactBottom.deactivate .HTMLPart--contactCheckbox--switch .HTMLPart--contactCheckbox--p--full{
    pointer-events: none;
    opacity: 0;
}
.HTMLPart--itemsNumbers > .HTMLPart--children > .HTMLPart--item{
    transform: translateY(20px);
    opacity: 0;
}
.HTMLPart--itemsNumbers > .HTMLPart--children > .HTMLPart--item.headlineFade{
    animation: headlineFade 1s forwards;
}
.HTMLPart--itemsNumbers > .HTMLPart--children > .HTMLPart--item.headlineFade:nth-of-type(2){
    animation-delay: 0.25s;
}
.HTMLPart--itemsNumbers > .HTMLPart--children > .HTMLPart--item.headlineFade:nth-of-type(3){
    animation-delay: 0.5s;
}
.HTMLPart--itemsNumbers > .HTMLPart--children > .HTMLPart--item.headlineFade:nth-of-type(4){
    animation-delay: 0.75s;
}
/*.HTMLPart--contactBottom.active .HTMLPart--contactCheckbox--switch{
        align-items: flex-end;
}
.HTMLPart--contactCheckbox--switch img{
        transition-property: opacity;
        transition-timing-function: linear; 
        transition-delay: 0.4s;
        transition-duration: 0.1s;
        position: absolute;
        left: 0;
        opacity: 1;
        min-width: 16px;
}
.HTMLPart--contactCheckbox--switch img:last-of-type{
        transform: rotate(180deg);
        opacity: 0;
        transition-delay: 0s;
        transition-duration: 0s;
}
.HTMLPart--contactBottom.active .HTMLPart--contactCheckbox--switch img:first-of-type{
        opacity: 0;
        transition-delay: 0s;
        transition-duration: 0.05s;
}
.HTMLPart--contactBottom.active .HTMLPart--contactCheckbox--switch img:last-of-type{
        opacity: 1;
        transition-delay: 0.4s;
        transition-duration: 0.1s;
}*/
.AmerigasContactFormShort .HTMLPart--contactInputs{
    display: block;
}
.AmerigasContactFormShort .HTMLPart--contactsBottom{
    max-width: 100%;
    flex-direction: initial;
    flex-grow: 1;
    justify-content: space-between;
}
.AmerigasContactFormShort .HTMLPart--inputRow{
    display: block;
}
.AmerigasContactFormShort .HTMLPart--contactInput{
    max-width: 100%;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
}
.AmerigasContactFormShort .HTMLPart--contactButtonWrapper{
    margin-right: 0;
}
.AmerigasContactFormShort .HTMLPart--inputRow.HTMLPart--inputRowForcedDouble {
    display: flex;
    justify-content: space-between;
}
.HTMLPart--inputRowForcedDouble .HTMLPart--inputHolder {
    max-width: 49%;
}
.contact--sent,
.contact--notsent,
.contact--processing{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact--actions img{
    max-width: 20px;
    max-height: 20px;
}
.processSubmit .HTMLPart--button--txt{
    opacity: 0;
}
.contact--processing--white{
    display: block;
}
.contact--processing--blue{
    display: none;
}
.processSubmit .contact--processing > img{
    animation: rotator 1s linear 0s infinite;
}
@keyframes rotator{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.isAnimated .contact--processing--white{
    display: none;
}
.isAnimated .contact--processing--blue{
    display: block;
}
.contact--error{
    color: #00acc8;
    font-weight: 700;
}
.completeSubmit .HTMLPart--contactSuccess{
    display: block;
}

.HTMLPart--contact .HTML--part--specialBg{
    max-width: 650px;
    padding-bottom: 10px;
}
.HTMLPart--contact .HTML--part--specialBg .HTMLPart--content{
    max-width: 100%;
}
.twoColumns{
    display: flex;
    justify-content: space-between;
}
.twoColumns div{
    min-width: 200px;
    max-width: 350px;
}
.HTMLPart--contact .AmerigasContactInfo.HTML--part--specialBg .AmerigasContactForm{
    margin-bottom: 0;
}
.HTMLPart--contact.HTMLPart--contactTwosteps .AmerigasContactForm{
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 50px;
    background-color: #F6F6F6;
}
.HTMLPart--contactBox{
    visibility: hidden;
    height: 0;
}
.HTMLPart--contactBox.active{
    visibility:visible;
    height: auto;
}
.HTMLPart--contactSteps{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.HTMLPart--stepLine{
    display: inline-block;
    width: 50px;
    height: 2px;
    margin: 0 5px;
    background-color: #535353;
}
.HTMLPart--stepLine.active{
    background-color: #5a2a82;
}
.HTMLPart--contactStep{
    cursor: pointer;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    height: 0;
    width: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
}
.HTMLPart--contactStep.active{
    color:#5a2a82;
    font-weight: bold;
}
.HTMLPart--contactBox--title{
    color:#5a2a82;
    font-size: 14px;
    margin-bottom: 20px;
}
.HTMLPart--contact.HTMLPart--contactTwosteps .HTMLPart--contactRadio{
    display: block;
}
.HTMLPart--contact.HTMLPart--contactTwosteps .HTMLPart--contactRadio--p{
    margin: 20px 0;
}
.HTMLPart--contact.HTMLPart--contactTwosteps .HTMLPart--contactButtonWrapper{
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.HTMLPart--contactAlreadyCustomer,
.HTMLPart--contactProduct,
.HTMLPart--contactAlternativeAddress{
    display: none;
}
.HTMLPart--contactAlreadyCustomer.active,
.HTMLPart--contactProductCylinder.active,
.HTMLPart--contactProductBulk.active,
.HTMLPart--contactProductAuto.active,
.HTMLPart--contactAlternativeAddress.active{
    display: block;
}
.HTMLPart--contactTwosteps .HTMLPart--contactRadio--submit{
    margin-right: 10px;
}
/*CONTACT FORM END*/

/*TABLE MODULE*/
.AmerigasTableContainer{
    padding: 0 50px;
}
.HTMLPart--table{
    display: table;
    text-align: center;
    border-spacing: 25px 0;
    font-size: 15px;
    line-height: 21px;
    color: #535353;
    margin: 30px 0;
}
.HTMLPart--table--column{
    display: table-column;
}
.HTMLPart--table--row{
    display: table-row;
}
.HTMLPart--table--cell{
    max-width: calc((100vw - 350px - 50px) / 4);
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.table-saf{
    display: none;
}
.HTMLPart--table--row:nth-of-type(n + 4) .HTMLPart--table--cell--simple{
    border-top: 1px solid #d0d0d0;
}
.HTMLPart--table--cell.HTMLPart--table--label{
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
}
.HTMLPart--table--cell--flex{
    width: 100%;
    display: flex;
    justify-content: center;
}
.HTMLPart--table--cell--img .HTMLPart--table--cell--flex{
    max-width: initial;
}
.HTMLPart--table--cell--flex > img{
    width: 14px;
    height: 30px;
}
.HTMLPart--table--cell.HTMLPart--headlines{
    vertical-align: top;
}
.HTMLPart--table--cell.HTMLPart--headlines .HTMLPart--table--cell--flex{
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}
.HTMLPart--table--cell.HTMLPart--table--label .HTMLPart--table--cell--flex{
    justify-content: flex-end;
    text-align: right;
    color: #535353;
}
.HTMLPart--table--cell--label{
    display: none;
}
.HTMLPart--table--cell--img{
    height: 140px;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-width: 0;
    border-top: 2px solid #5a2a82;
}
.HTMLPart--table--cell--img > img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    margin-top: -1px;
}
.HTMLPart--table--row:last-of-type .HTMLPart--table--cell--simple{
    border-bottom-width: 1px;
}
.dot-active{
    border-color: #00acc8;
}
.HTMLPart--tableDots{
    display: none;
    justify-content: center;
}
/*TABLE MODULE END*/

/*TIMELINE MODULE START*/
.AmerigasTimelineContainer{
    min-width: 100%;
    max-width: initial;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 100px;
}
.timelineWrapper{
    max-width: initial;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    position: relative;
}
.timelineWrapper:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, rgba(0,87,168,0.7) 0%, rgba(12,158,217,0.7) 100%);
}
.timeline--element{
    pointer-events: none;
    align-items: flex-end;
    min-width: 130px;
}
.timeline--dot{
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #0c9ed9;
    margin-top: -4px;
    margin-right: 30px;
    z-index: 2;
    pointer-events: all;
}
.timeline--dot:before{
    content: "";
    opacity: 0;
    transition: opacity 0.5s linear;
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: calc(-50% - 4px);
    margin-left: calc(-50% - 4px);
    background: -moz-radial-gradient(ellipse at center,
        rgba(12,158,217,0) 0%,
        rgba(12,158,217,0) 33%,
        rgba(12,158,217,0.85) 38%,
        rgba(12,158,217,0.85) 53%,
        rgba(12,158,217,0) 58%,
        rgba(12,158,217,0) 63%,
        rgba(12,158,217,0.7) 68%,
        rgba(12,158,217,0.7) 100%);
    background: -webkit-radial-gradient(ellipse at center,
        rgba(12,158,217,0) 0%,
        rgba(12,158,217,0) 33%,
        rgba(12,158,217,0.85) 38%,
        rgba(12,158,217,0.85) 53%,
        rgba(12,158,217,0) 58%,
        rgba(12,158,217,0) 63%,
        rgba(12,158,217,0.7) 68%,
        rgba(12,158,217,0.7) 100%);
    background: radial-gradient(ellipse at center,
        rgba(12,158,217,0) 0%,
        rgba(12,158,217,0) 33%,
        rgba(12,158,217,0.85) 38%,
        rgba(12,158,217,0.85) 53%,
        rgba(12,158,217,0) 58%,
        rgba(12,158,217,0) 63%,
        rgba(12,158,217,0.7) 68%,
        rgba(12,158,217,0.7) 100%);
}
.timeline--dot:hover:before{
    opacity: 1;
}
.timeline--year{
    padding-top: 27px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: center;
}
.timeline--arrow{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 7px solid rgba(12,158,217,1);
    border-bottom: 0;
    border-left: 0;
    right: 0;
    bottom: -6px;
    transform: rotate(45deg);
}
.timeline--hover{
    position: relative;
    margin-left: calc(-50% - 16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s linear;
}
.timeline--element.active .timeline--hover,
.timeline--element:hover .timeline--hover{
    opacity: 1;
    pointer-events: all;
}
.timeline--hover-wrapper{
    max-width: calc(100% + 50px);
    width: calc(100% + 50px);
    background-color: #fff;
    margin-bottom: 20px;
}
.timeline--hover-wrapper:after {
    content: "";
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    transform: scaleX(0.5) rotate(45deg);
    left: calc(50% + 15px);
    margin-top: -10px;
}
.timeline--hover img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.timelineWrapper .timeline--element .timeline--hover p{
    color: #5a2a82;
    font-weight: 600;
    padding: 10px;
}
.timeline-width{
    position: absolute;
    max-width: initial;
    width: 100%;
}
.AmerigasTimelineContainer.timeline-wide{
    padding: 0 12vw;
}
/*.AmerigasTimelineContainer.timeline-wide .timeline--hover{
        margin-left: calc(-100% - 16px);
}
.AmerigasTimelineContainer.timeline-wide .timeline--hover-wrapper{
        max-width: calc(200% + 50px);
        width: calc(200% + 50px);
}
.AmerigasTimelineContainer.timeline-wide .timeline--hover-wrapper:after{
        left: calc(100% + 15px);
}*/
.AmerigasTimelineContainer.timeline-wide .timeline--hover img{
    height: 200px;
    position: relative;
    z-index: 4;
}

/*TIMELINE MODULE END*/

/*EXPANDABLE START*/
.HTMLPart--list--expandable{
    position: relative;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
    color:#535353;
    font-size: 15px;
    line-height: 23px;
}

.expandable-action{
    cursor: pointer;
}
.expandable--button:not(.HTMLPart--button) {
    min-width: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #5a2a82;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5px;
    transition: all 0.5s linear;
    margin-right: 30px;
}
.expandable--button:not(.HTMLPart--button) span {
    display: block;
    width: 18px;
    height: 1px;
    background-color: #5a2a82;
    transition: all 0.5s linear;
}
.expandable--main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
.expandable--content-line{
    width: 100%;
}
.expandable--content-wrapper{
    max-height: 0px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-out;
    max-width: 65%;
}
.HTMLPart--list--expandable.active .expandable--button:not(.HTMLPart--button),
.HTMLPart--list--expandable:hover .expandable--button:not(.HTMLPart--button){
    border-color: #00acc8;
}
.HTMLPart--list--expandable.active .expandable--button:not(.HTMLPart--button) span,
.HTMLPart--list--expandable:hover .expandable--button:not(.HTMLPart--button) span{
    background-color: #00acc8;
}
.expandable--plus{
    left: 5px;
    top: 14px;
    transform: rotate(90deg) scale(1);
    position: absolute;
}
.HTMLPart--list--expandable.active .expandable--plus{
    transform: rotate(90deg) scale(0);
}
.expandable--title{
    min-height: 30px;
    font-weight: 700;
    margin-right: 20px;
    max-width: calc(100% - 272px);
    min-width: 210px;
    color: #5a2a82;
}
.HTMLPart--list--expandable.active .expandable--title,
.HTMLPart--list--expandable:hover .expandable--title{
    color: #00acc8;
}
.type2 .expandable--content{
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
.expandable--number{
    border: 1px solid #5a2a82;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #5a2a82;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 30px;
    min-width: 30px;
    margin-right: 20px; 
}
.expandable--title .expandables--place{
    font-weight: 300;
    color: inherit;
}
.type2 .expandable--title{
    flex-basis: 480px;
    color: #5a2a82;
}
.type2 .expandable--content-wrapper{
    flex-basis: 600px;
    margin-right: 20px;
    overflow: visible;
}
.type2 .expandable--button{
    width: auto;
    height: auto;
    position: relative;
    transition: opacity 0.5s linear;
    border: 1px solid #5a2a82;
}
.expandable--up,
.expandable--down{
    overflow: hidden;
}
.expandable--contact{
    margin-top: 20px;
    max-height: 200px;
    transition: max-height 0.5s linear 0.5s;
    overflow-y: hidden;
}
.expandable-action:not(.active) .expandable--contact{
    max-height: 0;
    transition: none;
}
.expandable-action.active .expandable--down{
    max-height: 0;
}
.expandable-action:not(.active) .expandable--up{
    max-height: 0;
}
/*EXPANDABLE END*/
/*MAP REGIONS START*/
.AmerigasRegionsMapContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.AmerigasRegionsWrapper{
    position: relative;
    min-width: 400px;
    width: 33%;
}
.map-region {
    fill: transparent;
    stroke: #ddd;
    stroke-width: 2px;
    stroke-linejoin: round;
}
.region-active{
    stroke: #5a2a82;
    z-index: 2;
    position: relative;
}
.region-center-fix{
    margin: -10px 0 0 -10px;
}
.region-hover{
    position: absolute;
}
.region-hover--logo{
    height: 20px;
    min-height: 20px;
    width: 20px;
    min-width: 20px;
}
.GoogleMap--infoWindow.region-popup{
    position:absolute;
    bottom:0;
    left:0;
    margin-left: 0;
    margin-bottom: 0;
}
.GoogleMap--infoWindow.region-popup .GoogleMap--infoWindow--body{
    margin-bottom: 20px;
}
/*MAP REGIONS END*/

/*MAP DISTRIBUTION START*/
.AmerigasDistributionWrapper{
    position: relative;
}
.map-distribution--elem{
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-right: -15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.map-distribution--elem .GoogleMap--infoWindow {
    margin-left: 0;
    bottom: 24px;
    position: absolute;
    opacity: 0;
    z-index: 2;
    animation: none;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
.map-distribution--elem.hover .GoogleMap--infoWindow {
    opacity: 0.5;
    pointer-events: all;
}
.map-distribution--elem.active .GoogleMap--infoWindow {
    opacity: 1;
    pointer-events: all;
}
.map-distribution--elem .GoogleMap--infoWindow a{
    display: inline;
}

/*MAP DISTRIBUTION END*/

/*GOOGLE MAP START*/
.GoogleMap--responsive--infoWindow{
    width: 100%;
    position: absolute;
    bottom: 18px;
    display: flex;
}
.GoogleMap--responsive--infoWindow .GoogleMap--infoWindow{
    display: flex;
    justify-content: space-between;
}
.GoogleMap--responsive--infoWindow .GoogleMap--infoWindow{
    min-width: calc(100% - 10px);
    box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
    transition: transform 1s linear;
    position: absolute;
    left: 0;
    bottom: 0;
}
.GoogleMap--responsive--infoWindow .GoogleMap--infoWindow:first-of-type{
    transform: translateX(-100vw);
}
.GoogleMap--responsive--infoWindow .GoogleMap--infoWindow:nth-of-type(2){
    transform: translateX(0);
}
.GoogleMap--responsive--infoWindow .GoogleMap--infoWindow:nth-of-type(n + 3){
    transform: translateX(100vw);
}
.GoogleMap--infoWindow--right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.GoogleMap--infoWindow--right .GoogleMap--infoWindow--type{
    margin: 0;
}
.GoogleMap--infoWindow--right .buttonAnimation{
    border: 1px solid #5a2a82;
    align-self: flex-end;
    padding: 2px;
}
.GoogleMap--infoWindow--right .HTMLPart--button--iconWrapper{
    margin: 0;
}
.GoogleMap--infoWindow--right .HTMLPart--button--icon{
    min-width: 50px;
    margin-right: 0;
}
.GoogleMap--responsive--infoWindow .HTMLPart--button--icon{
    min-width: 30px;
}
.GoogleMapContainer .GoogleMap--infoWindow--right .buttonAnimation .HTMLPart--button--txt{
    max-width: 30px;
}
.GoogleMap--responsive--infoWindow .GoogleMap--infoWindow--type img{
    height: 22px;
}
.moduletable .GoogleMap--infoWindow p,
.moduletable .AmerigasRegionsWrapper p{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
/*GOOGLE MAP END*/

/*ARTICLES LIST START*/
.nonexpandable--main{
    margin-left: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.mod-articles-category-date{
    font-weight: 300;
}
.mod-articles-category-readmore{
    margin-top: 20px;
}
.mod-articles-category-readmore .HTMLPart--button{
    max-width: 250px;
}
/*ARTICLES LIST END*/

/*SEARCH START*/
.AmerigasSearchContainer{
    display: flex;
    background-color: rgba(255,255,255,1);
    opacity: 0.9;
    padding: 30px;
    margin-bottom: 30px;
    margin-left: 50px;
    max-width: 730px;
}
.searchWrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    width: 100%;
    position: relative;
}
.Search--placeInputWrapper{
    width: 100%;
    padding-bottom: 30px;
    z-index: 2;
    display: flex;
}
.Search--placeInputWrapper .HTMLPart--button{
    cursor: pointer;
    border-color: #a29e9e;
    border-left: 0px;
    transition: opacity 0.5s linear, border-color 0.3s linear;
}
.Search--placeInput{
    border: 1px solid #a29e9e;
    border-right: 0;
    color: #5a2a82;
    height: 50px;
    width: 100%;
    transition: border-color 0.3s linear;
}
.Search--placeInput:focus,
.Search--placeInput:focus + .HTMLPart--button{
    border-color: #5a2a82;
}
.Search--popular{
    color: #535353;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 19px;
}
.Search--popular--title{
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    margin: 12px 0;
}
.Search--popular--content{
    display: flex;
    flex-wrap: wrap;
}
.Search--popular--column{
    margin-right: 40px;
}
.Search--popular--column:last-of-type{
    margin-right: 0;
}
.Search--popular--element{
    color: #5a2a82;
    cursor: pointer;
}
.Search--popular--element:hover{
    color: #00acc8;
}
.Search--popular--element-first{
    font-weight: 700;
}
.Search--results--wrapper{
    width: 100%;
    color: #535353;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 50px;
}
.Search--scroll{
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
}
.Search--results{
    flex-grow: 1;
    overflow: hidden;
}
.Search--result{
    border-bottom: 1px solid #d0d0d0;
    padding-top: 12px;
    padding-bottom: 6px;
}
.Search--result > a:hover{
    color:#5a2a82;
}
.Search--result--title{
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
}
.Search--result--content{
    margin-top: 19px;
}
.Search--results--top{
    margin-bottom: 20px;
}
.moduletable .AmerigasSearchContainer p{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.HTMLPart--node.type--module:first-of-type > .part--inner:first-of-type .AmerigasSearchContainer{
    margin-bottom: 0;
}
/*SEARCH END*/
/*FOOTER STAND*/
.AmerigasFooter{
    border-top:1px solid #0c9ed9;
    background-color: #5a2a82;
    font-size:13px;
    color:#fff;
    letter-spacing:0;
    line-height:1.5;
    position: relative;
}
.AmerigasFooter--content{
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.AmerigasFooter--content img{
    min-height: 35px;
    min-width: 35px;
    max-height: 35px;
    max-width: 35px;
    margin-right: 15px;
}
.AmerigasFooter--content a:last-of-type img{
    margin-right: 0;
}
.AmerigasFooter--background{
    background-image: url(/images/svg/pattern.svg);
    background-size: auto 100%;
    width: 100%;
    height: 70px;
}
.AmerigasFooter--content div{
    order: 2;
    margin-right: 15px;
}

.AmerigasFooter--content .footer-right{
    order: 1;
    margin-right: 0;
}
.footer-right a{
    transition: opacity 0.5s linear;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-right a:hover{
    opacity: 0.5;
}
.footerPP{
    text-decoration: underline;
}
.AmerigasFooter--content > div:not(.footer-right) a:after{
    content: ' | ';
}
.AmerigasFooter--content > div:not(.footer-right) a:last-of-type:after{
    content: '';
}
.AmerigasFooter--contacts {
    display: flex;
}
.AmerigasFooter--title{
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.AmerigasFooter--columnContent{
    display: flex;
    align-items: center;
}
.AmerigasFooter--content .AmerigasFooter--contacts img{
    min-width: 32px;
    min-height: 18px;
    max-height: 18px;
}
/*FOOTER END*/
/*GOOGLE MAP START*/
.GoogleMapContainer {
    min-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    margin-bottom: -50px;
}
.GoogleMap--head{
    display: flex;
    justify-content: space-between;
}
.GoogleMap--title{
    margin-left: 60px;
}
.GoogleMap--title.HTMLPart--headlines{
    max-width: 100%;
}
#GoogleMap--placeInput {
    padding-right: 50px;
}
.GoogleMap--placeInputWrapper{
    position: relative;
    margin: 0 50px;
    transition: opacity 0.5s;
}
.GoogleMap--placeInput{
    border: 1px solid #a29e9e;
    color: #5a2a82;
    width: 350px;
    height: 50px;
    transition: border-color 0.3s linear;
}
.GoogleMap--placeInput:focus{
    border-color: #5a2a82;
}
.GoogleMap--placeInputIcon{
    position: absolute;
    background-image: url(/images/svg/mapa-lokalizacja.svg);
    background-size: 22px 40px;
    background-position-x: center;
    height: 20px;
    width: 20px;
    right: 20px;
    top: 15px;
    pointer-events: none;
}
.GoogleMap--placeInput:focus ~ .GoogleMap--placeInputIcon{
    background-position-y: bottom;
}
.GoogleMap--select{
    margin-left: 60px;
    margin-top: 30px;
    display: flex;
}
.GoogleMap--label{
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px;
    color: #5a2a82;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.GoogleMap *{
    max-width: initial;
}
.GoogleMap{
    margin-top: 20px;
    flex-grow: 1;
    transition: opacity 0.5s;
}
.GoogleMap--zoomWrapper{
    padding: 10px;
}
.GoogleMap--zoomElement{
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #979797;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #979797;
    font-size: 32px;
    font-weight: 100;
    position: relative;
    padding: 5px;
}
.GoogleMap--zoomIn > div,
.GoogleMap--zoomOut > div{
    background-size: 100%;
    background-position-y: 100%;
    height: 100%;
    width: 100%;
}
.GoogleMap--zoomIn{
    margin-bottom: 10px;
}
.GoogleMap--zoomIn > div{
    background-image: url(/images/svg/plus.svg);
}
.GoogleMap--zoomOut > div {
    background-image: url(/images/svg/minus.svg);
}
.GoogleMap--zoomElement:hover > div{
    background-position-y: 0;
}

.GoogleMap--infoWindowContainer{
    margin-left: 110px;
    margin-top: 40px;
    opacity: 0;
    visibility: visible !important;
    transition: opacity 0.2s linear;
    pointer-events: none;
}
.GoogleMap--infoWindowContainer--hover{
    opacity: 0.8;
    z-index: 99999 !important;
    pointer-events: all;
}
.GoogleMap--infoWindowContainer.GoogleMap--infoWindowContainer--display{
    opacity: 1;
    pointer-events: all;
}
.GoogleMap--infoWindowContainer > div{
    display: none;
}
.GoogleMap--infoWindowContainer .gm-style-iw{
    display: block;
}
.GoogleMap--infoWindow{
    max-width: 400px;
    background-color: #fff;
    position: relative;
    margin: 5px;
    margin-left: 11px;
    box-shadow: 0 0 2px 0 rgba(56,69,84,0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(56,69,84,0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(56,69,84,0.2);
    min-width: 200px;
    padding: 20px;
    padding-right: 40px;
    color: #5a2a82;
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    animation: googleModal 0.5s ease forwards;
}
@keyframes googleModal{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.GoogleMap--infoWindow--close{
    position: absolute;
    top: 20px;
    right: 20px;
    height: 15px;
    width: 15px;
    background-image: url(/images/svg/x.svg);
    background-position: 0 15px;
    background-size: 15px 30px;
    cursor: pointer;
}
.GoogleMap--infoWindow--close:hover{
    background-position: 0 0px;
}
.GoogleMap--infoWindow--title{
    font-weight: 700;
}
.GoogleMap--infoWindow--body a{
    text-decoration: underline;
}
.GoogleMap--infoWindow--type{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.GoogleMap--infoWindow--type img{
    margin-right: 10px;
    max-height: 30px;
}
.GoogleMap--infoWindow > a.buttonAnimation{
    border: 1px solid #5a2a82;
}
.GoogleMap--infoWindow--button{
    font-weight: 700;
    text-transform: uppercase;
    font-size:12px;
    letter-spacing: 1.5px;
    line-height:22px;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/*removes blink before classes are added*/
.GoogleMap div[style*="z-index: 107"] > div {
    visibility: hidden;
}
/*GOOGLE MAP END*/

.HTMLPart--imgAnimate{
    height: 100%;
}
.HTMLPart--withButton .HTMLPart--imgAnimate{
    height: calc(100% - 110px);
}

/*Stałe proporcje kafelki START*/
.HTMLPart--node--content--item > *{
    order: 2;
}
.HTMLPart--node--content--item > .HTMLPart--imagePlaceHolder{
    order: 1;
}
.HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
    height: calc(((100vw - 350px - 100px) / 2 - 15px) / 1.9);
    max-height: calc(((100vw - 350px - 100px) / 2 - 15px) / 1.9);
}
.HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
    height: calc(((100vw - 350px - 100px) / 2 - 15px) / 1.9);
    max-height: calc(((100vw - 350px - 100px) / 2 - 15px) / 1.9);
}
.HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
    height: calc(((100vw - 350px - 100px) / 2 - 15px) / 1.2);
    max-height: calc(((100vw - 350px - 100px) / 2 - 15px) / 1.2);
}
.HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
    transform: translateY(calc(100% - (((100vw - 350px - 100px) / 2 - 15px) / 1.2)));
}
.HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
    transform: translateY(calc(-100% + (((100vw - 350px - 100px) / 2 - 15px) / 1.2)));
}

.HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
    height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.9);
    max-height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.9);
}
.HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
    height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.9);
    max-height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.9);
}
.HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
    height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.2);
    max-height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.2);
}
.HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
    transform: translateY(calc(100% - (((100vw - 350px - 100px) / 3 - 20px) / 1.2)));
}
.HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
    transform: translateY(calc(-100% + (((100vw - 350px - 100px) / 3 - 20px) / 1.2)));
}

.HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
    height: calc(((100vw - 350px - 100px) / 4 - 22.5px) / 1.9);
    max-height: calc(((100vw - 350px - 100px) / 4 - 22.5px) / 1.9);
}
.HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
    height: calc(((100vw - 350px - 100px) / 4 - 22.5px) / 1.9);
    max-height: calc(((100vw - 350px - 100px) / 4 - 22.5px) / 1.9);
}
.HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
    height: calc(((100vw - 350px - 100px) / 4 - 22.5px) / 1.2);
    max-height: calc(((100vw - 350px - 100px) / 4 - 22.5px) / 1.2);
}
.HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
    transform: translateY(calc(100% - (((100vw - 350px - 100px) / 4 - 22.5px) / 1.2)));
}
.HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
    transform: translateY(calc(-100% + (((100vw - 350px - 100px) / 4 - 22.5px) / 1.2)));
}
@media screen and (max-width: 1399px) {
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.2);
        max-height: calc(((100vw - 350px - 100px) / 3 - 20px) / 1.2);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - (((100vw - 350px - 100px) / 3 - 20px) / 1.2)));
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + (((100vw - 350px - 100px) / 3 - 20px) / 1.2)));
    }
    .HTMLPart--filler{
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 300px - 50px) / 2 - 15px) / 1.9);
        max-height: calc(((100vw - 300px - 50px) / 2 - 15px) / 1.9);
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc(((100vw - 300px - 50px) / 2 - 15px) / 1.9);
        max-height: calc(((100vw - 300px - 50px) / 2 - 15px) / 1.9);
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 300px - 50px) / 2 - 15px) / 1.2);
        max-height: calc(((100vw - 300px - 50px) / 2 - 15px) / 1.2);
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - (((100vw - 300px - 50px) / 2 - 15px) / 1.2)));
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + (((100vw - 300px - 50px) / 2 - 15px) / 1.2)));
    }

    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.2);
        max-height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.2);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - (((100vw - 300px - 50px) / 3 - 20px) / 1.2)));
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + (((100vw - 300px - 50px) / 3 - 20px) / 1.2)));
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.2);
        max-height: calc(((100vw - 300px - 50px) / 3 - 20px) / 1.2);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - (((100vw - 300px - 50px) / 3 - 20px) / 1.2)));
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + (((100vw - 300px - 50px) / 3 - 20px) / 1.2)));
    }
}
@media screen and (max-width: 959px) {
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
        max-height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
        max-height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 2 - 15px) / 1.2);
        max-height: calc(((100vw - 50px) / 2 - 15px) / 1.2);
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - (((100vw - 50px) / 2 - 15px) / 1.2)));
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + (((100vw - 50px) / 2 - 15px) / 1.2)));
    }

    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 50px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc(((100vw - 50px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 50px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 3 - 20px) / 1.2);
        max-height: calc(((100vw - 50px) / 3 - 20px) / 1.2);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - (((100vw - 50px) / 3 - 20px) / 1.2)));
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + (((100vw - 50px) / 3 - 20px) / 1.2)));
    }

    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 50px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc(((100vw - 50px) / 3 - 20px) / 1.9);
        max-height: calc(((100vw - 50px) / 3 - 20px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 3 - 20px) / 1.2);
        max-height: calc(((100vw - 50px) / 3 - 20px) / 1.2);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - (((100vw - 50px) / 3 - 20px) / 1.2)));
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + (((100vw - 50px) / 3 - 20px) / 1.2)));
    }
}

@media screen and (max-width: 750px){
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
        max-height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
        max-height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 2 - 15px) / 1.2);
        max-height: calc(((100vw - 50px) / 2 - 15px) / 1.2);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - (((100vw - 50px) / 2 - 15px) / 1.2)));
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + (((100vw - 50px) / 2 - 15px) / 1.2)));
    }

    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
        max-height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
        max-height: calc(((100vw - 50px) / 2 - 15px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc(((100vw - 50px) / 2 - 15px) / 1.2);
        max-height: calc(((100vw - 50px) / 2 - 15px) / 1.2);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - (((100vw - 50px) / 2 - 15px) / 1.2)));
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + (((100vw - 50px) / 2 - 15px) / 1.2)));
    }
}
@media screen and (max-width: 599px){
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc((100vw - 50px) / 1.9);
        max-height: calc((100vw - 50px) / 1.9);
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc((100vw - 50px) / 1.9);
        max-height: calc((100vw - 50px) / 1.9);
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc((100vw - 50px) / 1.2);
        max-height: calc((100vw - 50px) / 1.2);
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - ((100vw - 50px) / 1.2)));
    }
    .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + ((100vw - 50px) / 1.2)));
    }

    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc((100vw - 50px) / 1.9);
        max-height: calc((100vw - 50px) / 1.9);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc((100vw - 50px) / 1.9);
        max-height: calc((100vw - 50px) / 1.9);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc((100vw - 50px) / 1.2);
        max-height: calc((100vw - 50px) / 1.2);
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - ((100vw - 50px) / 1.2)));
    }
    .HTMLPart--itemsCount3.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + ((100vw - 50px) / 1.2)));
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imagePlaceHolder{
        height: calc((100vw - 50px) / 1.9);
        max-height: calc((100vw - 50px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        height: calc((100vw - 50px) / 1.9);
        max-height: calc((100vw - 50px) / 1.9);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate ~ .HTMLPart--imagePlaceHolder{
        height: calc((100vw - 50px) / 1.2);
        max-height: calc((100vw - 50px) / 1.2);
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(calc(100% - ((100vw - 50px) / 1.2)));
    }
    .HTMLPart--itemsCount4.HTMLPart--itemsBorders .HTMLPart--imgAnimate.HTMLPart--imageWrapper{
        transform: translateY(calc(-100% + ((100vw - 50px) / 1.2)));
    }
}
/*Stałe proporcje kafelki END*/
@media screen and (min-width: 960px){
    .HTMLPart--itemsBorders .HTMLPart--item:hover .HTMLPart--imgAnimate{
        transform: translateY(0);
    }
    .HTMLPart--itemsBorders .HTMLPart--item:hover  .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
        transform: translateY(0);
    }
}
.HTMLPart--itemsBorders .HTMLPart--item.active .HTMLPart--imgAnimate{
    transform: translateY(0);
}
.HTMLPart--itemsBorders .HTMLPart--item.active .HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
    transform: translateY(0);
}

/*IE 9+ support*/
.HTMLPart--node--backgroundImg{
    font-family: 'object-fit: cover;';
}
.HTMLPart--node--content--right > img{
    font-family: 'object-fit: cover;';
}
.HTMLPart--itemsBorders .HTMLPart--imageWrapper .HTMLPart--image{
    font-family: 'object-fit: cover; object-position: bottom;';
}
.HTMLPart--imageWrapper.HTMLPart--imgAnimate .HTMLPart--image{
    font-family: 'object-fit: contain; object-position: center;';
}
.HTMLPart--table--cell--img > img{
    font-family: 'object-fit: cover;';
}
.timeline--hover img{
    font-family: 'object-fit: cover;';
}
.HTMLPart--table--cell.HTMLPart--headlines.HTMLPart--subheadline.headlineFade{
    border-top:1px solid rgba(0,0,0,0.1);
    padding-top:30px !important;
    padding-bottom:0px !important;
}
.HTMLPart--table--cell.HTMLPart--headlines.HTMLPart--subheadline.headlineFade .HTMLPart--table--cell--text{
    margin:0 auto;
    text-align:center;
}

.Butla .HTMLPart--table--cell.HTMLPart--table--cell--simple{
    padding:30px 15px;
}
.Butla .HTMLPart--table--cell--text p span.left{
    float:left;
}

.Butla .HTMLPart--table--cell.HTMLPart--headlines.HTMLPart--subheadline.headlineFade{
    border-top:1px solid rgba(0,0,0,0.1);
    padding-top:15px !important;
    padding-bottom:15px !important;
}


.Butla .HTMLPart--table--cell--text p span.right{
    display:block;
    padding:0px 0px 0px 15px;
}
.Butla .HTMLPart--table--row:first-child .HTMLPart--table--cell.HTMLPart--table--label{
    border-left:none;
}
.Butla .HTMLPart--table--row:first-child .HTMLPart--table--cell.HTMLPart--headlines.HTMLPart--subheadline.headlineFade{
    border-top:none;
    border-left:none;
    border-right:none;
}
.Butla .HTMLPart--table--row:nth-child(2) > div:nth-child(1) > div:nth-child(1), .Butla .HTMLPart--table--row:nth-child(2) .HTMLPart--table--cell--text{
    font-weight: bold;
    color: #666666;
}
.Butla .HTMLPart--table--cell.HTMLPart--table--label{
    border-left:1px solid #d0d0d0;
    border-bottom:1px solid #d0d0d0;
    padding-left:30px;
    padding-right:30px;
    position:relative;
}
.Butla .HTMLPart--table--cell.HTMLPart--table--cell--simple{
    border-top:1px solid rgba(0,0,0,0.1) !important;
}
.Butla .HTMLPart--table--cell.HTMLPart--table--label .HTMLPart--table--cell--flex{
    justify-content:baseline;
}
.Butla{
    border-top:1px solid #5a2a82 !important;
}
.Butla .HTMLPart--table--row .HTMLPart--table--cell.HTMLPart--table--label,.Butla .HTMLPart--table--row .HTMLPart--table--cell.HTMLPart--table--cell--simple{
    padding-top:10px;
    padding-bottom:10px;
}
.Butla .HTMLPart--table--row .HTMLPart--table--cell.HTMLPart--table--label{
    width:20%;
}
.Butla .HTMLPart--table--row .HTMLPart--table--cell.HTMLPart--table--cell--simple{
    width:20%;
}
.Butla .HTMLPart--table--row:first-child .HTMLPart--table--cell.HTMLPart--headlines.HTMLPart--subheadline.headlineFade .HTMLPart--table--cell--text{
    text-align:right;
    margin-right:0px;
}

.Butla .HTMLPart--table--cell.HTMLPart--table--cell--simple{
    padding:30px 15px;
}
.Butla .HTMLPart--table--cell--text p span.left{
    float:left;
}
.Butla .HTMLPart--table--cell--text p span.right{
    display:block;
    padding:0px 0px 0px 15px;
}
.Butla .HTMLPart--table--row:first-child .HTMLPart--table--cell.HTMLPart--table--label{
    border-left:none;
}
.Butla .HTMLPart--table--row:first-child .HTMLPart--table--cell.HTMLPart--headlines.HTMLPart--subheadline.headlineFade{
    border-top:none;
    border-left:none;
    border-right:none;
}
.Butla .HTMLPart--table--row:nth-child(2) .HTMLPart--table--cell--text{
    font-weight: bold;
}
.Butla .HTMLPart--table--cell.HTMLPart--table--label{
    border-left:1px solid #d0d0d0;
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding-left:30px;
    padding-right:30px;
    position:relative;
}
.Butla .HTMLPart--table--cell.HTMLPart--table--cell--simple{
    border-top:1px solid rgba(0,0,0,0.1) !important;
}
.Butla .HTMLPart--table--cell.HTMLPart--table--label .HTMLPart--table--cell--flex{
    justify-content:baseline;
}

.datapiceker_css .ui-datepicker .ui-datepicker-prev, .datapiceker_css .ui-datepicker .ui-datepicker-next{
    width: 20px;
}

.AmerigasTableContainerGas{
    margin-top: 60px;
    width: 90%;
}

.datapiceker_css .ui-datepicker .ui-datepicker-prev-hover, .datapiceker_css .ui-datepicker .ui-datepicker-next-hover{
    background: transparent;
    border: none;
    top: 2px;
}

.Butla.HTMLPart--table{
    margin: 0px;
    border-spacing: 0px;
}

.Butla .HTMLPart--table--row .HTMLPart--table--cell.HTMLPart--table--label,.Butla .HTMLPart--table--row .HTMLPart--table--cell.HTMLPart--table--cell--simple{
    padding-top:10px;
    padding-bottom:10px;
}
.Butla .HTMLPart--table--row .HTMLPart--table--cell.HTMLPart--table--label{
    width:20%;
}
.Butla .HTMLPart--table--row .HTMLPart--table--cell.HTMLPart--table--cell--simple{
    width:20%;
}
.Butla .HTMLPart--table--row:first-child .HTMLPart--table--cell.HTMLPart--headlines.HTMLPart--subheadline.headlineFade .HTMLPart--table--cell--text{
    text-align:right;
    margin-right:0px;
}
.datapiceker_css .hasDatepicker table{
    display:none;
}
.datapiceker_css .hasDatepicker .ui-widget.ui-widget-content{
    border:none;
}
.datapiceker_css .hasDatepicker .ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
    border:none;
    background:transparent;
}
.datapiceker_css .hasDatepicker .ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-title{
    color:red;
    font-weight:normal;
}
.contact-article .contact--phones.contact-rows{
    margin-bottom:0px;
}
.contact-article .AmerigasContactInfo{
    padding-top:0px;
}
@media screen and (max-width: 750px){
    .Butla .HTMLPart--table--cell{
        min-width: 100%;
    }
    .AmerigasTableContainerGas {
        margin-top: 0px;
        width: 100%;
    }
    .contact--phones.contact-rows .twoColumns{
        float:left;
        width:100%;
    }
    body .HTMLPart--contactBottom:last-of-type{
        margin-top:0px;
    }
    .HTMLPart--contactRadio{
        padding-bottom:0px;
    }
    .AmerigasContactInfo.HTML--part--specialBg{
        padding-top:0px;
    }
    .contact--phones.contact-rows .HTMLPart--button.buttonAnimation{
        margin-bottom:20px;
    }
    .HTMLPart--contactsBottom .HTMLPart--contactRadio-labels{
        margin-bottom:0px;
    }
    .contact--phones a{
        align-items:unset;
    }
    .contact--phones a:nth-child(2){
        margin-left:10px;
    }
    .contact--phones a{
        justify-content:left;
    }
    .contact--phones a:first-child{
        float:left;
    }
    .contact--phones a:nth-child(2){
        float:left;
    }
    .kontakt-button a{
        width:100%;
    }
    .kontakt-button a span{
        width:95%;
        margin-right:0px;
    }
    .biuro-obslugi p{
        margin-bottom:3px;
    }
    .HTMLPart--contactBottomWrapper .HTMLPart--contactRadio--p{
        text-transform: unset;
    }
    .contact-article .HTML--part--specialBg{
        padding-top:15px !important;
        padding-bottom:5px;
    }
    .contact-article .HTML--part--specialBg .HTMLPart--content{
        margin-top:0px;
        margin-bottom:0px;
    }
    .contact-article .HTML--part--specialBg .image-title{
        line-height:29px;
    }
    .contact-article form .HTMLPart--contactInput{
        margin-right:0px;
    }
    .contact-article .HTMLPart--button.buttonAnimation{
        width:100%;
    }
    .contact-article .HTMLPart--contactBottom{
        padding-top:10px;
    }
    .contact-article .HTMLPart--contactBottom .HTMLPart--contactCheckbox--label{
        margin-top:10px;
    }
    .contact-article .HTMLPart--contactBottom .HTMLPart--contactCheckbox--switch{
        margin-top:10px;
    }
    .contact-article .HTMLPart--contactRadio--submit{
        margin-bottom:20px;
    }
    body.mobile.contact-article .HTMLPart--contactRadio--submit{
        margin-bottom:20px;
    }
    .contact-article .scroll-icon.show{
        display:none !important;
    }
    .contact-article .contact--phones-icons{
        max-width:unset;
        width:40px;
    }
    .contact-article .HTMLPart--contactText{
        width:100%;
    }
    .contact-article .HTMLPart--contactButtonWrapper{
        margin-left:0px;
        margin-right:0px;
    }
    .contact-article .contact--phones.contact-rows{
        margin-top:17px;
    }
}
/*@media (min-width: 972px){
  .landing.body-visible .HTMLPart--node--backgroundImage img{
    width: calc(100% - 350px);
  }
}*/
.datapiceker_css .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 8px !important;
}

.datapiceker_css .ui-datepicker-prev, .ui-datepicker-prev-hover{
    width: 35px !important;
    height: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: pointer;
    background-image: url('/templates/amerigas/images/left.png') !important;
}

.datapiceker_css .ui-datepicker-next, .ui-datepicker-next-hover{
    width: 35px !important;
    height: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: pointer;
    background-image: url('/templates/amerigas/images/right.png') !important;
}

.datapiceker_css .ui-icon.ui-icon-circle-triangle-w, .ui-icon.ui-icon-circle-triangle-e{
    display: none!important;
}

.datapiceker_css .ui-datepicker{
    width: 220px;
}
.clean-air p{
  font-size:17px !important;
}
.clean-air ul li{
  font-size:17px !important;
}
.clean-air-banner span{
  /*color:#5a2a82 !important;*/
}
.HTMLPart--contactRadio--submit span{
  color:#fff !important;
}
.AmerigasFooter a,.AmerigasFooter a:hover{
  color:#fff;
}
.AmerigasContactFormSafeCylinder .radio-trick{
  position:absolute !important;
}
.AmerigasContactFormSafeCylinder .radio-txt{
  display:block !important;
  margin-left:25px;
  line-height:15px;
}
/*.image-size-100vh .HTMLPart--node--background{
  max-height:100vh !important;
}*/
.AmerigasContactFormSafeCylinder  .HTMLPart--contactBottom .HTMLPart--contactCheckbox--p{
  width:248px;
}
.AmerigasContactFormSafeCylinder .HTMLPart--contactRadio--submit.buttonAnimation{
  top:125px !important;
}
@media (min-width: 972px){
  .landing.body-visible .HTMLPart--node--backgroundImage img{
    width: calc(100% - 350px);
  }
}
.image-size-100vh .HTMLPart--node--background{
  max-height:100vh !important;
}
h1#wazna-zmiana-dotyczaca-dostaw-butli-amerigas-w-twoim-regionie{
    color: #fff;
    font-family: 'Work Sans',sans-serif;
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 40px;
  	line-height:1.1;
}
.AmerigasContactForm.AmerigasContactCallCenter{
    background:#fff;
    padding:15px;
}
.AmerigasContactForm.AmerigasContactCallCenter h2{
	color: #5a2a82
}
.call-center .part--inner.HTMLPart--bottom{
  display:none;
}
.call-center .HTMLPart--checkbox{
  margin-top:5px;
  margin-right:10px;
}
.call-center .HTMLPart--contactCheckbox--p{
  margin-left:0px;
}
.call-center .HTMLPart--inputRowForcedDouble .HTMLPart--inputHolder{
  max-width:unset;
}
.call-center .HTMLPart--inputRowForcedDouble .HTMLPart--inputHolder select{
  width:100%;
}
.login .form-horizontal .control-label{
  text-align:left;
}
#system-message-container{
  padding:19px;
}
.login input[type="text"]{
  padding:0px 15px !important;
}
.login input[type="password"]{
  padding:0px 10px !important;
}
.nav.nav-tabs.nav-stacked{
  display:none;
}
.login .remember-container .control-label{
  margin-right:10px;
  float:left;
}
.login .remember-container .controls{
  padding-top:7px;
}
.login .submit-container{
  margin-top:20px;
}
body.landing h3.landing-subheadline{
    color: #5a2a82 !important;
    opacity:1 !important;
}
body.landing h3.landing-subheadline a{
    color: #5a2a82 !important;
    opacity:1 !important;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .AmerigasContactForm.AmerigasContactCallCenter select{
     padding-right:0px;
      width:100%;
   }
}
/***** pracownicyPage ****/
.workers main .HTMLPart--upper .HTMLPart--content{
    max-width:62%;
}
.workers main .HTMLPart--children{
    width:62%;
}
.worker .HTMLPart--children{
    margin-top:0px;
}
.workers main .HTMLPart--children .HTMLPart--imagePlaceHolder{
    border-top:0px;
    height:155px;
}
.workers main .HTMLPart--children img{
    border-radius: 100%;
    height: 198px;
    width: 198px;
    margin: auto;
    display: block;
}
.workers main .HTMLPart--children h3{
    font-family: "Work Sans";
}
.workers main .HTMLPart--children .HTMLPart--content{
    margin-top:0px;
}
.workers main .HTMLPart--children .modal_link{
    border: 1px solid #5a2a82;
    color:#5a2a82;
    padding: 15px 80px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: "Lato";
    font-size: 12px;
}
/*.worker #system-message-container{
    display:none;
}*/
.worker .HTMLPart--itemsCount2, .worker .HTMLPart--children{
    padding:0px !important;
}
.worker .HTMLPart--node.type--item.HTMLPart--item{
    margin-top:0px !important;
    width:100%;
    max-width:100%;
    display:block;
}
.worker .HTMLPart--item.HTMLPart--item-mover{
    display:none !important;
}
/*.worker .HTMLPart--node.type--item.HTMLPart--item{
    width:50% !important;
    max-width:50% !important;
}*/
body.workers #rl_modals{
    /*max-width:370px !important;*/
    margin:auto;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
}
body.workers #rl_modals_overlay{
    background:transparent;
}
body.workers .no_title #rl_modals_loaded_content{
    padding:0px;
}
.worker .HTMLPart--children .HTMLPart--node--content--item{
    display:block;
}
.worker .HTMLPart--children .HTMLPart--imagePlaceHolder{
    display:none;
}
.worker .HTMLPart--children .part--inner.HTMLPart--bottom{
    display:none;
}
.worker .HTMLPart--children .HTMLPart--node--paddedContent{
   width:60%;
   display:block;
   float:right;
}
.worker .item-page p{
    margin-bottom:0px;
}
.worker .item-pag HTMLPart--content p{
    margin-bottom:40px;
}
.workers main .HTMLPart--children .HTMLPart--imagePlaceHolder{
    min-height:180px;
}
.worker .HTMLPart--children .HTMLPart--node--paddedContent h3{
    color:#5a2a82;
    font-family:"Work Sans";
    font-weight:600;
    line-height:27px;
    font-size:21px;
  	margin-top:10px;
}
.worker .HTMLPart--children .HTMLPart--node--paddedContent h4{
    color:#535353;
    font-family:"PT Sans";
    font-weight:700;
    line-height:23px;
    font-size:15px;
}
.worker .HTMLPart--children .HTMLPart--node--paddedContent HTMLPart--content{
    color:#535353;
    font-family:"PT Sans";
    font-weight:400;
    line-height:23px;
    font-size:15px;
}
.workers #rl_modals_close{
    z-index:9;
    background: url(/images/svg/x.svg) !important;
    background-position:0 15px !important;
    background-size:15px 30px !important;
    top:22px;
    right:22px;
    opacity:1 !important;
}
.workers h3.HTMLPart--headlines{
    font-family:"Work Sans";
    font-weight:600;
    line-height:27px;
    font-size:21px;
}
.workers .item-page .HTMLPart--imageWrapper{
    padding-top:10px;
}
.workers .worker .item-page .HTMLPart--imageWrapper{
    padding-top:0px;
}
.workers .type--items .HTMLPart--children .HTMLPart--item{
    box-shadow:unset;
    max-width:280px;
    margin-right:74px;
}
.workers main .HTMLPart--children{
    width:80%;
}
.workers .worker .type--items .HTMLPart--children .HTMLPart--item{
    box-shadow:unset;
    max-width:100%;
    margin-right:0px;
}
.workers .worker main .HTMLPart--children{
    width:100%;
}
.workers .item-page .HTMLPart--node--paddedContent{
    padding-left:0px;
    padding-right:0px;
}
.workers .worker .HTMLPart--content img{
    width: 61px;
    margin-top:-3px;
    margin-left:3px;
}
.workers .main-container .HTMLPart--content{
    margin-bottom:40px
}
.workers .main-container .HTMLPart--children .HTMLPart--imageWrapper{
   padding-top:0px;
}
.workers .worker .item-page .HTMLPart--node--paddedContent{
        padding-left:40px;
        padding-right:40px;
}
@media all and (min-width:769px){
    .workers #rl_modals{
        max-width:875px;
        width:100% !important;
        margin: auto !important;
      	left: 0 !important;
        right: 0 !important;
    }
    .workers #rl_modals_wrapper{
        max-width:875px;
        width:100% !important;
    }
    .workers #rl_modals_content{
        max-width:875px;
        width:100% !important;
    }
    .workers #rl_modals_loaded_content{
        max-width:875px;
        width:100% !important;
        max-height:436px;
        /*height:100%;*/
      	height:436px;
    }
/*    .workers #rl_modals_overlay{
        z-index:-1;
    }*/
    .worker .HTMLPart--children, .worker .HTMLPart--node.type--items.HTMLPart--itemsCount2.HTMLPart--itemsBorders.HTMLPart--itemsRemoveBorders,
    .worker .item-page, .worker{
        max-height:436px;
        height:100%;    
    }
    .worker HTMLPart--node.type--item.HTMLPart--item{
        max-width:875px;
        width:100%;
    }
    .worker HTMLPart--node--content--item{
        max-width:875px;
        width:100%;
    }
    .worker .HTMLPart--children .HTMLPart--imageWrapper{
       width:100%;
       max-width:360px;
       display:block;
    }
    .workers .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper:not(.HTMLPart--imgAnimate){
        min-height:436px !important;
        top:0px !important;

    }
    .workers #rl_modals .HTMLPart--itemsBorders > .HTMLPart--children > .HTMLPart--item .HTMLPart--image{
        transform: scale(1.1);
    }
    .workers .worker .part--inner.HTMLPart--bottom{
        display:none;
    }
    .workers .main-container .HTMLPart--children .HTMLPart--imageWrapper{
       height:198px !important;
       width:198px !important;
       margin:auto;
       display:block;
       position:relative;
       border-radius:100%;
       min-height:198px;
       padding-top:0px;
    }
    .workers main .HTMLPart--children .HTMLPart--imagePlaceHolder{
        height:0px;
        max-height:0px;
        min-height:0px;
    }
    .workers .HTMLPart--node.type--item HTMLPart--item .part--inner .HTMLPart--node--content--item{
        display:block;
    }
    .workers .HTMLPart--node .HTMLPart--node.type--item.HTMLPart--item .HTMLPart--content a:first-child{
        margin-top:30px;
        display:block;
    }
  	.worker .HTMLPart--node .HTMLPart--node.type--item.HTMLPart--item .HTMLPart--content a:first-child{
        margin-top:20px;
        display:inline-block;
      	margin-bottom:20px;
    }
    .workers .worker .item-page .HTMLPart--node--paddedContent{
        max-height:436px;
        overflow:auto;
    }
    .workers main .HTMLPart--children p:first-child{
        margin-bottom:20px;
        height:114px;
        overflow:hidden;
    }
  	.workers .worker .HTMLPart--content img{
        width: 61px;
        /*margin-top:5px;*/
        margin-left:0px;
        /*margin-bottom:40px;
      	display:block;*/
    }
}
@media all and (max-width:1865px){
    .workers .HTMLPart--children{
        width:100% !important;
    }
/*    .workers .HTMLPart--imageWrapper{
        overflow: visible !important;
    }*/
    .workers main .HTMLPart--children .HTMLPart--imagePlaceHolder{
        max-height:180px !important;
    }
}
@media all and (max-width:1520px){
    .workers .type--items .HTMLPart--children .HTMLPart--item{
        margin-right:35px;
        max-width:235px;
    }
}
@media all and (max-width:1260px){
    .workers .type--items .HTMLPart--children .HTMLPart--item{
        margin-right:20px;
    }
}
@media all and (max-width:1114px){
    .workers .type--items .HTMLPart--children .HTMLPart--item{
        margin-right:20px;
        max-width:210px;
    }
}
@media (min-width:960px) and (max-width:1039px){
    .workers .type--items .HTMLPart--children .HTMLPart--item{
        max-width:280px;
        width:280px;
    }
}
@media all and (max-width:768px){
    .workers #rl_modals, .workers #rl_modals_overlay, .workers #rl_modals_wrapper{
        z-index:2000000001;
    }
    .workers #rl_modals, .workers #rl_modals_wrapper{
        left:0px !important;
        right:0px !important;
        width: auto !important;
    }
    .workers #rl_modals_loaded_content, .workers #rl_modals_content{
        width:100% !important;
    }
    .workers main .HTMLPart--imageWrapper{
        max-height:250px !important;
        height:250px !important;
    }
    .workers main .HTMLPart--children img{
        border-radius: 100%;
        max-height:250px;
        height:250px;
        max-width:250px;
        width:100%;
    }
    .workers .HTMLPart--content{
        max-width:100% !important;
    }
    .workers .HTMLPart--node--paddedContent, .workers .HTMLPart--imageWrapper{
        width: 100% !important;
    }
    .workers .HTMLPart--children .HTMLPart--imageWrapper{
        position:relative;
        min-height:180px;
    }
    .workers .HTMLPart--imagePlaceHolder{
        display:none;
    }
    .workers main .HTMLPart--children .modal_link{
        padding:15px 0px;
    }
    .workers .type--items .HTMLPart--children .HTMLPart--item{
        margin-top:0px;
        margin-right:0px;
        max-width: unset;
    }
    .workers .HTMLPart--itemsCount2.HTMLPart--itemsBorders .HTMLPart--imageWrapper{
        max-height:250px;
        height:100%;
        overflow:hidden !important;
    }
    .workers #rl_modals, .workers rl_modals_overlay{
        overflow-y:hidden !important;
        height:100vh !important;
        position: fixed !important;
        width: 100%;
        /*height: 100%;*/
        top:0px !important;
    }
    .workers #rl_modals_close{
        z-index:9;
        background: url(/images/svg/x_white.svg) !important;
        background-position:0 15px !important;
        background-size:15px 30px !important;
        top:12px;
        right:22px;
        opacity:1 !important;
        transform:scale(1.5);
    }
    .workers .worker .item-page .HTMLPart--node--paddedContent{
        max-height:420px;
        height:100%;
        overflow:auto;
    }
    .workers .worker .item-page > .HTMLPart--node:last-of-type > .HTMLPart--bottom{
        display:none;
    }
    .workers main .HTMLPart--children p:first-child{
        margin-bottom:15px;
    }
}
@media all and (max-width:767px){
    .workers #rl_modals_wrapper, .workers #rl_modals_content, .workers #rl_modals_loaded_content{
        height:100% !important;
    }
}
@media all and (max-width:599px){
    .workers .HTMLPart--node .HTMLPart--node.type--item.HTMLPart--item:last-child .HTMLPart--content{
        margin-bottom:0px;
    }
    .workers .HTMLPart--node .HTMLPart--node.type--item.HTMLPart--item:last-child .HTMLPart--node--paddedContent{
        padding-bottom:0px;
    }
}
/*** end pracownicyPage ***/
/*** ***/
.scroll-icon.show{
  display:none !important;
}
#GoogleMap{
  height:423px;
}
a:hover,a:focus{
    text-decoration:none !important;
}
.baza-wiedzy .HTMLPart--node--content--right .buttonAnimation{
    text-align:left;
}
.image-size-100vh .news .HTMLPart--node--background{
  max-height:100% !important;
}
/*.childrenBackground:nth-child(2) div.HTMLPart--node--backgroundImage:nth-child(2){
  display:none;
}*/
#system-message-container{
  display:none;
}
.footer-socials img.safe-cylinder{
    max-width:103px;
}
.HTMLPart--invoiceCheckbox--p{
  margin-left:6px;
}
.AmerigasContactFormAgreeInvoice .form-topic-invoice h2{
    color: #5a2a82;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Work Sans";
}
.HTMLPart--node .HTMLPart--node h1.HTMLPart--headlines{
    color: #fff;
    font-family: 'Work Sans',sans-serif;
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 40px;
    line-height: 1.1;
    word-wrap: break-word;
}
.HTMLPart--node .HTMLPart--node h2.HTMLPart--headlines{
    font-weight: bold;
    font-size: 28px;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Work Sans',sans-serif;
}

.HTMLPart--itemsRemoveBorders .HTMLPart--node h2.HTMLPart--headlines{
	color: #5a2a82 !important;
}

.HTMLPart--darkbackground .HTMLPart--node h2.HTMLPart--headlines{
	color: #5a2a82 !important;
}

.HTMLPart--darkbackground h2.HTMLPart--headlines{
	color: #5a2a82 !important;
}



h1.HTMLPart--headlines{
    color: #fff !important;
}

.HTMLPart--darkbackground h1, .HTMLPart--darkbackground h2, .HTMLPart--darkbackground .HTMLPart--content p, .HTMLPart--darkbackground .HTMLPart--leftBottom .HTMLPart--buttonWrapper a .HTMLPart--button{
	color: #5a2a82 !important;
	border-color: #5a2a82!important;
}