/* *** CSS RESET *** */

@font-face {
	font-family: 'ElectroluxSans_1_Thin';
	src: url('../fonts/ElectroluxSans_1_Thin.eot');
	src: url('../fonts/ElectroluxSans_1_Thin.woff') format('woff'),
    url('../fonts/ElectroluxSans_1_Thin.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_1_Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ElectroluxSans_4_Semibold';
	src: url('../fonts/ElectroluxSans_4_Semibold.eot');
	src: url('../fonts/ElectroluxSans_4_Semibold.woff') format('woff'),
    url('../fonts/ElectroluxSans_4_Semibold.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_4_Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'ElectroluxSans_2_Light';
    src: url('../fonts/ElectroluxSans_2_Light.eot');
    src: url('../fonts/ElectroluxSans_2_Light.eot') format('embedded-opentype'),
         url('../fonts/ElectroluxSans_2_Light.woff2') format('woff2'),
         url('../fonts/ElectroluxSans_2_Light.woff') format('woff'),
         url('../fonts/ElectroluxSans_2_Light.ttf') format('truetype'),
         url('../fonts/ElectroluxSans_2_Light.svg#ElectroluxSans_2_Light') format('svg');
}

.xx-box-8 .xx-number {
	font-family: 'ElectroluxSans_1_Thin';
}

@font-face {
    font-family: 'ElectroluxSans_5_Bold';
    src: url('../fonts/ElectroluxSans_5_Bold.eot');
    src: url('../fonts/ElectroluxSans_5_Bold.eot') format('embedded-opentype'),
         url('../fonts/ElectroluxSans_5_Bold.woff2') format('woff2'),
         url('../fonts/ElectroluxSans_5_Bold.woff') format('woff'),
         url('../fonts/ElectroluxSans_5_Bold.ttf') format('truetype'),
         url('../fonts/ElectroluxSans_5_Bold.svg#ElectroluxSans_5_Bold') format('svg');
}

@font-face {
    font-family: 'ElectroluxSans_3_Regular';
    src: url('../fonts/ElectroluxSans_3_Regular.eot');
    src: url('../fonts/ElectroluxSans_3_Regular.eot') format('embedded-opentype'),
         url('../fonts/ElectroluxSans_3_Regular.woff2') format('woff2'),
         url('../fonts/ElectroluxSans_3_Regular.woff') format('woff'),
         url('../fonts/ElectroluxSans_3_Regular.ttf') format('truetype'),
         url('../fonts/ElectroluxSans_3_Regular.svg#ElectroluxSans_3_Regular') format('svg');
}

.ss-body :focus {outline: 0}
.ss-body a {outline: none; text-decoration: none;}
.ss-body a, .ss-body img {border: 0;}
.ss-body button {cursor: pointer;}

.ss-body h1, .ss-body h2, .ss-body h3, .ss-body h4, .ss-body h5, .ss-body h6, .ss-body .h1, .ss-body .h2, .ss-body .h3, .ss-body .h4, .ss-body .h5, .ss-body .h6 {
    margin: 0;
    margin-top: 0;
}

.ss-body p {
    margin-bottom: 25px;
    margin-top: 0;
}

.ss-body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

.ss-body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

.ss-body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

.ss-body figure {
    margin: 0;
}

.ss-body {
    margin: 0;
    padding: 0;

}

.ss-body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-body *:before, .ss-body *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-body .ss-container {
    max-width: 1180px;
    padding: 0 15px;
    margin: 0 auto;
}

body.ss-body .ss-container {
	width: 100%;
	max-width: 1360px;
}

/* *** GLOBAL *** */

.ss-body .bx-wrapper {
    z-index: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

.ss-body iframe {
    border: none;
}

.ss-body input, .ss-body textarea, .ss-body button {
    font-family: arial;
}

.ss-body figure {
    margin: 0;
}

.ss-body strong {
    font-family: 'ElectroluxSans_5_Bold';
    font-weight: normal;
}

body.ss-body {
    font-family: 'ElectroluxSans_3_Regular' !important;
    font-size: 16px !important;
    color: #000 !important;
    /* background: #deebea; */
    line-height: 1.4 !important;
    /* min-width: 302px; */
}

.ss-body img {
    max-width: 100%;
    max-height: 100%;
}

.ss-body a, .ss-body a:hover, .ss-body a:focus, .ss-body a:active {
    outline: none !important;
    text-decoration: none;
}

.ss-body .bx-wrapper .bx-controls-auto, .ss-body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.ss-body .clearer {
    clear: both;
    height: 0;
}

.ss-body .ss-logo, .ss-body img, .ss-body a, .ss-body button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.ss-body .bx-caption {
    display: none;
}

.ss-body .bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;
}

.ss-body .ss-content-box {
    float: left;
    width: 100%;
}

.ss-table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

/* *** HEADER *** */

.ss-header  {
    text-align: center;
    padding: 15px 0 15px 0;
}

.ss-header .ss-container img {

	display: inline-block;
	vertical-align: middle;
}

.ss-content-box-3 {
	background: #deebea;
}

/* *** HOME *** */


.ss-content-box-1-1 {
    text-align: center;
    padding: 25px 15px 20px 15px;
    color: #000;
}

.ss-content-box-1-1 .ss-txt {
    font-size: 18px;
    line-height: 1.2;
	color: #041e50;
}

.ss-content-box-1-1 p:last-child {
    margin-bottom: 0;
}

.ss-content-box-1 figure img {
    display: block;
	margin: 0 auto;
}

.ss-content-box-1-1 .ss-txt {
    margin-top: 22px;
    float: left;
    width: 100%;
}

body figure {
    margin: 0;
}

.ss-content-box-1-2 {
    background: #021643;
    text-align: center;
    padding: 55px 15px 15px 15px;
    line-height: 1.2;
    color: #fff;
    font-size: 40px;
}

.ss-content-box-1-2 small {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.ss-content-box-1-2 span {
    display: block;
    font-size: 15.91px;
    padding: 22px 0 27px 0;
}


.ss-body a:hover {
    text-decoration: none;
}

.ss-btn-1 {
    position: relative;
    height: 45px;
    background: #7a8a9c;
    border-radius: 30px;
    display: inline-block;
    width: 196px;
    color: #fff;
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';
    line-height: 48px;
    padding: 0 20px 0 20px;
}

.ss-btn-1:hover {
    opacity: 0.8;
    color: #fff;
}

.ss-body .ss-btn-2 {
    position: relative;
    height: 45px;
    border-radius: 30px;
    display: inline-block;
    width: 196px;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';
    line-height: 43px;
    padding: 0 20px 0 20px;
}

.ss-btn-2:hover {
    opacity: 0.8;
    color: #000;
}


.ss-body {
    overflow-x: hidden;
}


.dd-content-box-1-1 {
    background: #fff;
    color: #041e50;
    font-size: 16px;
}

.dd-content-box-1-1 .dd-boxes-1 {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.dd-content-box-3-1 {
    background: #041e50;
}

.dd-content-box-3-1 a {
    color: #fff;
}

.dd-content-box-3-1 a:hover {
    color: #fff;
    opacity: 0.9;
}

/* *** RWD *** */

@media only screen and (max-width: 1220px) {
    .ss-content-box-1-2 {
        font-size: 35px;
    }
    .ss-title h2 {
        font-size: 30px;
    }
    .ss-content-box-1-2 small {
        padding-top: 30px;
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .ss-content-box-1-2 {
        font-size: 25px;
    }
    .ss-content-box-1-2 {
        padding-top: 40px;
    }
    .ss-width-3 .zz-content-box-1 .txt-1 strong, .zz-content-box-1 .txt-1 strong {
        font-size: 25px !important;
    }

}

@media only screen and (max-width: 767px) {
    .ss-content-box-1-2, .ss-title h2 {
        font-size: 22px;
    }
    .ss-row > div {
        width: 100%;
    }
    .ss-buttons a {
        margin: 5px 3px;
    }
    .ss-buttons {
        padding: 35px 0 45px 0;
    }
    .ss-buttons a {
        margin: 5px 0 !important;
    }
}

.ss-footer {
    float: left;
    width: 100%;
    background: #041e41;
    padding: 30px 0 21px 0;
    text-align: center;
}

.ss-width-1 .ss-container {
    max-width: 1230px !important;
}

.ss-width-2 .ss-container {
    max-width: 1030px !important;
}

.ss-width-3 .ss-container {
    max-width: 1010px !important;
}

.ss-body .ss-btn-2 {
    position: relative;
    height: 45px;
    border-radius: 30px;
    display: inline-block;
    width: 196px;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';
    line-height: 43px;
    padding: 0 20px 0 20px;
}

.ss-buttons {
    text-align: center;
    padding: 40px 0;
}

.ss-buttons a {
    margin: 0 20px;
	min-width: 270px;
}

.xx-content-box-5 {
    padding: 20px 0;
    background: #041e50;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/* *** *** */


.az-content-box-1 {
    background: url('../img/img02.jpg') center no-repeat;
    background-size: cover;
    padding: 38px 0 50px 0;
    color: #fff;
}

.az-content-box-1 h2 {
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';
    font-size: 26px;
}

.az-box {
    margin-bottom: 55px;
    display: flex;
}

.az-box .txt a {
    color: #fff;
}

.az-box .txt a:hover {
    color: #fff;
    opacity: 0.9;
}

.az-box .az-number {
    flex-shrink: 0;
    width: 58px;
    margin-right: 27px;
    text-align: center;
    font-size: 28px;
    font-family: 'ElectroluxSans_5_Bold';
    height: 58px;
    border: 4px solid #fff;
    margin-top: -10px;
    line-height: 50px;
    border-radius: 50%;
}

.az-box .txt {
    font-size: 20px;
	font-family: 'ElectroluxSans_4_Semibold';
}

.az-box .txt strong {
    font-family: 'ElectroluxSans_5_Bold';
    display: block;
    font-size: 30px;
}

.az-boxes {
    padding: 0 80px;
    padding-bottom: 30px;
}

.az-content-box-2 {
    margin-top: -75px;
    position: relative;
    z-index: 2;
}

.az-content-box-2 .txt {
    font-size: 37px;
    height: 150px;
    align-items: center;
    display: flex;
	justify-content: center;
    background: #041e50;
    padding: 10px 15px 12px 15px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

.az-content-box-3 {
    margin-top: -75px;
    text-align: center;
    padding: 110px 0 35px 0;
    background: #7a8a9c;
}

.az-content-box-3 .txt {
    display: inline-block;
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding-left: 180px;
    background: url('../img/img03.png') left center no-repeat;
}

.az-content-box-3 .txt p{
    margin: 0;
    padding: 4px 0;
}

.az-content-box-4 {
    background: #deebea;
    padding: 32px 0 40px 0;
    color: #fff;
}

.az-content-box-4 h2 {
    color: #041e50;
    text-align: center;
    font-family: 'ElectroluxSans_5_Bold';
    font-size: 26px;
}

.az-menu-1 {
    padding: 0 !important;
    margin: 0 -3px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.az-menu-1 li {
    width: 20%;
}

.az-menu-1 li {
    padding: 0 3px;
    margin-top: 6px;
}

.az-menu-1 li a, .az-menu-1 li span {
    color: #041e50;
    border: 1px solid #041e50;
    text-align: center;
    justify-content: center;
    padding: 7px 10px 4px 10px;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.az-menu-1 li a:hover {
    background: #041e50;
    color: #fff;
}

.az-content-box-5 {
    background: #041e50;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 35px 0;
    text-align: center;
}

.az-content-box-5 p {
    margin: 0;
    padding: 10px 0;
}

.az-content-box-5 a {
    color: #fff;
}

.az-content-box-5 a:hover {
    color: #fff;
    opacity: 0.9;
}

@media only screen and (max-width: 1199px) {
    .az-boxes {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .az-box .txt {
        font-size: 16px;
    }
    .az-box .txt strong {
        font-size: 24px;
    }
    .az-content-box-2 .txt {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .az-content-box-1 h2 {
        font-size: 22px;
    }
    .az-box .az-number {
        margin-right: 15px;
    }
    .az-box .az-number {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        width: 40px;
        text-align: center;
        font-size: 19px;
        font-family: 'ElectroluxSans_5_Bold';
        height: 40px;
        border: 4px solid #fff;
        margin-top: -10px;
        line-height: 34px;
        border-radius: 50%;
    }
    .az-box .txt strong {
        font-size: 19px;
    }
    .az-content-box-3 .txt {
        background-position: center top;
        padding: 160px 0 0 0;
        font-size: 16px;
        text-align: center;
    }
    .az-content-box-2 .txt {
        font-size: 20px;
        text-align: center;
    }
    .az-menu-1 li {
        width: 100%;
    }
    .az-content-box-4 h2 {
        font-size: 22px;
    }
}

#lp_wrapper {
    background: #deebea;
}



#lp_wrapper img {
    max-width: 100%;
    height: auto;
}
#lp_wrapper {
    width: 1360px !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body {
  margin: auto;
}
#lp_wrapper .sg_sprawdz {
	position: relative;
	display: inline-block;
	text-decoration: none;
	/*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*/
	font: 14px "robotoregular","Arial";
	color: #fff !important;
	background: #ff6000;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	border: 0 none;
	border-radius: 2px;
	outline: 1px solid rgba(255,255,255,0);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: .15s;
	line-height: normal;
	padding: 14px 20px;
	width: 200px;
}
#lp_wrapper .sg_sprawdz:hover {
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
	-ms-box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
	-o-box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
	text-decoration:none;
	color: #fff;
	background:#f80
}
#lp_wrapper .sg_sprawdz:active {
	-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
	-moz-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
	-ms-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
	-o-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
	box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
	background:#ff6000;
	animation:btn_primary 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67)
}
#lp_wrapper .sg_sprawdz.auto,
#lp_wrapper .sg_sprawdz-red.auto,
#lp_wrapper .sg_sprawdz-blue.auto {
  width: auto;
  padding-left: 28px;
  padding-right: 28px;
}
#lp_wrapper .sg_sprawdz {
  /* width: 200px; */
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#lp_wrapper .sg_sprawdz.wider,
#lp_wrapper .sg_sprawdz-red.wider,
#lp_wrapper .sg_sprawdz-blue.wider {
  width: 285px;
}
#lp_wrapper .sg_sprawdz.disn {
    opacity: 0;
    pointer-events: none;
}
#lp_wrapper .btn-wrapper {
  /* margin-left: -5px;
  margin-right: -5px; */
  margin: 10px -5px;
  text-align: left;
}
#lp_wrapper .btn-wrapper .sg_sprawdz {
  margin: 5px;
}
/* @media (max-width: 959px) {
  #lp_wrapper .btn-wrapper {
    text-align: center;
  }
} */

#lp_wrapper .btn-center {
  text-align: center;
  margin: 30px auto 0;
  /* padding: 10px 0; */
  width: 100%;
}
#lp_wrapper .btn-center .sg_sprawdz {
    vertical-align: top;
    margin: 5px;
	width: 280px;
}
@media (max-width: 959px) {
  #lp_wrapper .sam_models .sg_sprawdz {
      margin: 0 auto 35px;
  }
}
#lp_wrapper .padding__right_84 .sg_sprawdz {
    margin: 40px 0;
}
#lp_wrapper .linkSG {
  word-wrap: break-word;
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.clear {
  clear: both;
  width: 100%;
}
#lp_wrapper .video-container {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
}
#lp_wrapper .video-container iframe, #lp_wrapper .video-container object, #lp_wrapper .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#lp_wrapper .box-video {
  width: 100%;
  margin: 40px auto;
}
#lp_wrapper .responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
#lp_wrapper .form {
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
  word-wrap: break-word;
  margin: 20px auto 0;
  display: block;
  text-align: center;
  padding: 0 20px;
  /* color: #fff; */
}


#lp_wrapper div.sg_ft_in{font:normal 400 16px/24px poppins !important;color:#000;max-width:1360px;margin:0 auto;box-sizing:border-box;padding:10px 0px;width:100%;text-align:left !important;background:#fff}#lp_wrapper div.sg_ft_in a{font:normal 400 16px/24px poppins;color:#0D4DE4;text-decoration:none}#lp_wrapper div.sg_ft_in .sg_ft_reg{display:inline-block}@media(max-width:1360px){#lp_wrapper div.sg_ft_in{padding:10px 5px}}@media(max-width:500px){#lp_wrapper div.sg_ft_in,#lp_wrapper div.sg_ft_in a{font:normal 400 14px/20px poppins !important}}
