/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

html, body {
    height: 100%;
    width: 100%
}
body {
    background: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    color: #323232;
}
a {
    color: #f05956;
    text-decoration: none;
    cursor: pointer
}
a:hover, a:focus, :focus {
    color: #f05956;
    outline: none !important;
    text-decoration: none
}
.clrfix::after {
    content: "";
    display: table;
    clear: both
}
strong{
    font-weight: bold!important;
}
hr {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #dadada;
}
hr.hr-top{
    position:relative;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-bottom:70px;
}

.no-gutters{
    padding:0;
}
.no-gutters > .row {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .row > .col,
.no-gutters > .row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* NAVBAR */
.navbar-custom {
    width:100%;
    font-family: 'Nunito Sans', sans-serif;
    padding:0;
    min-height: 60px;
}
.navbar-custom .navbar-brand{
    width:100%;
    max-width:200px;
    padding:0;
    color:#000;
    text-transform: uppercase;
    font-weight: 700;
    margin-left:40px;
    margin-top:9px;
    margin-bottom:9px;
}
.navbar-custom .navbar-brand:hover{
    color:#000;
}
.navbar-custom.sps--abv .navbar-brand{
    opacity: 1;
}
.navbar-custom.sps--blw .navbar-brand{
    opacity: 1;
}
.bg-light.navbar-custom.sps--abv{
    background-color: rgba(255,255,255,1)!important;
}
.bg-light.navbar-custom.sps--blw{
    background-color: rgba(255,255,255,.95)!important;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
}
.navbar-light.navbar-custom .navbar-nav .nav-link {
    position:relative;
    color: #000;
    font-weight: 400;
    text-align:center;
    text-transform: uppercase;
    font-size:16px;
}
.bg-light.navbar-custom.sps--abv .navbar-nav .nav-link,
.bg-light.navbar-custom.sps--blw .navbar-nav .nav-link{
    padding-top:15px;
    padding-bottom:15px;
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-light.navbar-custom .navbar-nav .nav-link.active {
    color: #31aa4f;
}
.navbar-light.navbar-custom .navbar-nav .nav-link::before {
    position:absolute;
    top:0px;
    left:0;
    right:0;
    margin:0 auto;
    content:" ";
    width:5px;
    height:0;
    background:#31aa4f;
}
.navbar-light.navbar-custom .navbar-nav .nav-link::after {
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
    margin:0 auto;
    content:" ";
    width:5px;
    height:0;
    background:#31aa4f;
}
.navbar-light.navbar-custom .navbar-nav .nav-link:hover {
    color: #31aa4f;
}
.navbar-light.navbar-custom .navbar-nav .nav-link.active::before,
.navbar-light.navbar-custom .navbar-nav .nav-link.active::after{
    height:10px;
}

.navbar-collapse {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
@media (min-width: 992px){
    .bg-light.navbar-custom.sps--abv .navbar-nav .nav-link{
        padding-top:33px;
        padding-bottom:33px;
    }
    .bg-light.navbar-custom.sps--blw .navbar-nav .nav-link{
        padding-top:18px;
        padding-bottom:18px;
    }
}

@media (min-width: 576px){
    .bg-light.navbar-custom.sps--abv{
        background-color: rgba(255,255,255,1)!important;
    }
}

@media (min-width: 1200px){
    .navbar-expand-lg.navbar-custom .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.navbar-toggler {
    margin-right: 40px;
}

/* MAIN BANNER */
.main-banner{
    padding-top:90px;
}

.main-banner .relative{
    position:relative;
}

.main-banner-wrapper {
    position: relative;
    width:100%;
    min-height:400px;
    margin-bottom:50px;
    padding-bottom:200px;
}

.main-banner-wrapper .banner-content{
    position:relative;
    top:60px;
    color:#fff;
    text-align: right;
    z-index: 10;
}
.main-banner-wrapper .banner-content .maintext{
    font-size:31px;
    font-weight: 700;
    line-height: 35px;
}
.main-banner-wrapper .banner-content .maintext span{
    text-transform: uppercase;
    font-weight: 900;
    font-size:32px;
}
.main-banner-wrapper .banner-content .subtext{
    margin-top:20px;
    margin-bottom:25px;
    font-size:19px;
    font-weight: 300;
    font-style: italic;
}
@media (min-width: 576px){
    .main-banner-wrapper .banner-content .maintext{
        font-size:62px;
        line-height: 70px;
    }
    .main-banner-wrapper .banner-content .maintext span{
        font-size:65px;
    }
}
@media (min-width: 768px){
    .main-banner-wrapper {
        min-height:600px;
        padding-bottom:200px;
    }
    .main-banner-wrapper .banner-content{
        top:120px;
    }
}

.main-banner-wrapper .shape{
    position: absolute;
    width:100%;
    height:280px;
    background:  transparent url("../../img/frontend/shape.svg") no-repeat center bottom;
    background-size: 101%;
    bottom:-2px;
    left:0;
    right:0;
    margin:0 auto;
}

.gradient-animated-v1 {
background-image: -o-linear-gradient(45deg, #123e6f, #31aa4f);
background-image: linear-gradient(45deg, #123e6f, #31aa4f);
background-size: 100% 100%;
}
.gradient-animated-v1-animation {
-webkit-animation: GradientBG 20s ease infinite;
animation: GradientBG 20s ease infinite;
}

/* banner images */
/* image-1 */
.main-banner-wrapper .image-wrapper-1{
    position:absolute;
    width:430px;
    height:430px;
    left:10%;
    bottom:50px;
}
.main-banner-wrapper .image-wrapper-1 .image-box{
    position:absolute;
    top:0;left:0;right:0;
    margin:0 auto;
    max-width: 430px;
    z-index: 1;
}
.main-banner-wrapper .image-wrapper-1 .image-box::after{
    position:absolute;
    top:-12px;left:-10px;right:-10px;
    margin:0 auto;
    border-radius: 50%;
    width:calc(100% + 10px);
    height:calc(100% + 10px);
    background:rgba(0,0,0,.1);
    content:" ";
    z-index: -1;
}
.main-banner-wrapper .image-wrapper-1 .image-box::before{
    position:absolute;
    top:-10px;left:-10px;
    border-radius: 50%;
    width:130px;
    height:130px;
    background: rgb(18,62,111);
    background: -o-linear-gradient(225deg, rgba(18,62,111,1) 20%, rgba(49,170,79,1) 100%);
    background: linear-gradient(225deg, rgba(18,62,111,1) 20%, rgba(49,170,79,1) 100%);
    content:" ";
    z-index: -1;
    -webkit-animation: float 10s ease-in-out infinite;
    animation: float 10s ease-in-out infinite;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.main-banner-wrapper .image-wrapper-1 .image-box img{
    width:100%;
    height:auto;
    border-radius: 50%;
    -webkit-animation: float 15s ease-in-out infinite;
    animation: float 15s ease-in-out infinite;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}
/* image-2 */
.main-banner-wrapper .image-wrapper-2{
    position:absolute;
    width:240px;
    height:240px;
    left:5%;
    bottom:60px;
}
@media (min-width: 992px){
    .main-banner-wrapper .image-wrapper-2{
        left:35%;
    }
}
.main-banner-wrapper .image-wrapper-2 .image-box{
    position:absolute;
    top:0;left:0;right:0;
    margin:0 auto;
    max-width: 430px;
    z-index: 1;
}
.main-banner-wrapper .image-wrapper-2 .image-box::after{
    position:absolute;
    top:-12px;left:-10px;right:-10px;
    margin:0 auto;
    border-radius: 50%;
    width:calc(100% + 10px);
    height:calc(100% + 10px);
    background:rgba(0,0,0,.1);
    content:" ";
    z-index: -1;
}
.main-banner-wrapper .image-wrapper-2 .image-box::before{
    position:absolute;
    bottom:-10px;right:-10px;
    border-radius: 50%;
    width:75px;
    height:75px;
    background: rgb(18,62,111);
    background: -o-linear-gradient(225deg, rgba(18,62,111,1) 20%, rgba(49,170,79,1) 100%);
    background: linear-gradient(225deg, rgba(18,62,111,1) 20%, rgba(49,170,79,1) 100%);
    content:" ";
    z-index: -1;
    -webkit-animation: float2 6s ease-in-out infinite;
    animation: float2 6s ease-in-out infinite;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.main-banner-wrapper .image-wrapper-2 .image-box img{
    width:100%;
    height:auto;
    border-radius: 50%;
    -webkit-animation: float2 8s ease-in-out infinite;
    animation: float2 8s ease-in-out infinite;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}

/* end banner images */

/* DEFAULT-CONTAINER */
.default-container .bg-wrapper{
    padding-top:10px;
    padding-bottom:40px;
}

.default-container{
    font-size:21px;
    font-weight: 300;
}
.default-container .title h2{
    text-align: left;
    font-weight: 700;
    font-size:40px;
    color:#31aa4f;
    margin-bottom:30px;
}
/* _description */
.default-container .description{
    padding-left:35px;
    text-align: justify;
}
/* _benefits */
.default-container .benefits-list{
   list-style: none;
}
.default-container .benefits-list li{
    margin-bottom:30px;
 }
.default-container .benefits-list i{
    color:#123e6f;
    text-align: center;
    width:25px;
    margin-right:15px;
}
/* _benefits-blue */
.default-container#_benefits-blue{
    color:#fff;
}
.default-container#_benefits-blue .bg-wrapper{
    padding-top:60px;
    background: rgb(15,51,92);
    background: -o-linear-gradient(45deg, rgba(15,51,92,1) 0%, rgba(18,62,111,1) 50%);
    background: linear-gradient(45deg, rgba(15,51,92,1) 0%, rgba(18,62,111,1) 50%);
}
.default-container#_benefits-blue .title h3{
    text-align: left;
    font-weight: 700;
    font-size:25px;
    margin-bottom:20px;
}
.default-container#_benefits-blue .benefits-blue-list{
    list-style: none;
 }
 .default-container#_benefits-blue .benefits-blue-list li{
    margin-bottom:30px;
  }
.default-container#_benefits-blue .benefits-blue-list span{
    position:relative;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
    font-size: 18px;
    width:30px;
    height:30px;
    border:#fff 1px solid;
    border-radius: 50%;
 }

 /* _informations */
.default-container#_informations .bg-wrapper{
    padding-top:60px;
}

.default-container#_informations .stars{
	font-size:13px;
	font-style: italic;
}
.default-container#_informations .stars span{
	font-size:16px;
	color:#31aa4f;
	font-style: normal;
}

.default-container#_informations .info-box{
    padding:30px;
    height: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 13px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 13px 0 rgba(0,0,0,.12);
    text-align: center;
}
.default-container#_informations .info-box .title{
    font-size:40px;
    color:#31aa4f;
}
.default-container#_informations .info-box .title .icon{
    position:relative;
    display:inline-block;
    color:#123e6f;
    font-size:68px;
    margin-right:10px;
    width:75px;
    height:75px;
    line-height: 70px;
}
.default-container#_informations .info-box .title .icon .icon-small{
    font-size:37px;
    position: relative;
    top:-4px;
}
.default-container#_informations .info-box .title .icon .icon-ban{
    position:absolute;
    top:0;right:0;bottom:0;left:0;
    margin:auto;
    width:70px;
    height: 70px;
    background:  url("../../img/frontend/icon-ban.svg") no-repeat center center;
}
.default-container#_informations .info-box .title span{
    font-weight: 700;
    font-size:50px;
}
.default-container#_informations .info-box .title span.only{
    position:relative;
    display:inline-block;
}
.default-container#_informations .info-box .title span.only div{
    position:absolute;
    top:-12px;
    font-size:21px;
    font-weight: 300;
    text-align: left;
}

.default-container#_informations .info-box .text{
    font-size:28px;
}
.default-container#_informations .info-box .text span{
    color:#31aa4f;
}

/* end.DEFAULT-CONTAINER */

/* BANNER-CONTAINER */
.banner-container .bg-wrapper{
    padding-top:80px;
    padding-bottom:90px;
    background-image: -o-linear-gradient(45deg, #123e6f, #31aa4f);
    background-image: linear-gradient(45deg, #123e6f, #31aa4f);
    color:#fff;
}
.banner-container .maintext{
    font-size:26px;
    font-weight: 700;
    text-align: center;
}
.banner-container .maintext span{
    text-transform: uppercase;
    font-weight: 900;
}
.banner-container .subtext{
    font-size:20px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin:10px 0;
}
@media (min-width: 576px){
    .banner-container .maintext{
        font-size:52px;
    }
}

.cta-button{
    display: inline-block;
    position:relative;
    padding-left:60px;
}

.cta-button div{
    position:relative;
    padding:14px 20px;
    font-size:19px;
    text-transform: uppercase;
    color:#fff;
    background:#f05956;
    border-radius: 15px;
}
.cta-button::before{
    position:absolute;
    top:0;
    right:1px;
    font-family: 'Font Awesome 5 Pro';
    content:"\f2f6";
    background:#fff;
    font-weight: 300;
    text-align: left;
    padding-left:12px;
    padding-top:3px;
    font-size: 35px;
    color:#f05956;
    height:100%;
    width:100%;
    border-radius: 15px;
}
.cta-button:hover div{
    color:#f05956;
    background:#fff;
}
.cta-button:hover::before{
    width:calc(100% - 60px);
}
.cta-button div,
.cta-button::before{
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* SLOGAN-CONTAINER */
.slogan-container .bg-wrapper{
    padding:20px 0 100px;
}

.slogan-container .maintext{
    text-align: center;
    color:#123e6f;
    font-size: 38px;
}
.slogan-container .maintext span{
    color:#2c9947;
}

.slogan-container .image-wrapper{
    position:relative;
}
.slogan-container .image-box{
    position:relative;
    top:0;left:0;right:0;
    margin:30px auto 10px;
    max-width: 430px;
    z-index: 1;
    -webkit-animation: float2 6s ease-in-out infinite;
    animation: float2 6s ease-in-out infinite;
}
@media (min-width: 768px){
    .slogan-container .maintext{
        text-align: left;
    }
}
@media (min-width: 992px){
    .slogan-container .image-box{
        position:absolute;
        top:0;left:0;right:0;
        margin:0 auto;
        max-width: 430px;
        z-index: 1;
        -webkit-animation: float2 6s ease-in-out infinite;
        animation: float2 6s ease-in-out infinite;
    }
}
.slogan-container .image-box::before{
    position:absolute;
    top:-12px;left:-10px;right:-10px;
    margin:0 auto;
    border-radius: 50%;
    width:calc(100% + 10px);
    height:calc(100% + 10px);
    background:rgba(0,0,0,.1);
    content:" ";
    z-index: -1;
}
.slogan-container .image-box::after{
    position:absolute;
    top:10px;left:0;right:0;
    margin:0 auto;
    border-radius: 50%;
    width:100%;
    height:100%;
    background:#2c9947;
    content:" ";
    z-index: -1;
}
.slogan-container .image-box img{
    width:100%;
    height:auto;
    border-radius: 50%;
}

/* --------------------- */

/* ---------- SUBPAGES ---------- */

.subpage .main-banner-wrapper {
    position: relative;
    width:100%;
    min-height:350px;
    margin-bottom:10px;
    padding-bottom:200px;
}

.subpage .main-banner-wrapper .subpage-title{
    position:relative;
    top:40px;
    color:#fff;
    text-align: center;
}
.subpage .main-banner-wrapper .subpage-title .maintext{
    font-size:40px;
    font-weight: 900;
    line-height: 35px;
    text-transform: uppercase;
}
.subpage .main-banner-wrapper .subpage-title .subtext{
    margin-top:10px;
    font-size:19px;
    font-weight: 300;
    font-style: italic;
}
@media (min-width: 576px){
    .subpage .main-banner-wrapper .subpage-title .maintext{
        font-size:65px;
        line-height: 70px;
    }
}
@media (min-width: 768px){
    .subpage .main-banner-wrapper {
        min-height:400px;
        padding-bottom:200px;
    }
}

/* kropki */
.kropek-1{
    position:absolute;
    color:#fff;
    font-weight: 300;
    font-size:65px;
    bottom:20%;right:0;left:0;margin:0 auto;
    border-radius: 50%;
    width:130px;
    height:130px;
    background: rgb(18,62,111);
    background: -o-linear-gradient(225deg, rgba(18,62,111,1) 20%, rgba(49,170,79,1) 100%);
    background: linear-gradient(225deg, rgba(18,62,111,1) 20%, rgba(49,170,79,1) 100%);
    content:" ";
    -webkit-animation: float2 6s ease-in-out infinite;
    animation: float2 6s ease-in-out infinite;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.kropek-2{
    position:absolute;
    bottom:-2%;right:15%;
    border-radius: 50%;
    width:75px;
    height:75px;
    background: transparent url("../../img/frontend/skladkomat-moneta.svg") no-repeat center center;
    content:" ";
    -webkit-animation: float2 5s ease-in-out infinite;
    animation: float2 6s ease-in-out infinite;
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
@media (min-width: 992px){
    .kropek-1{
        left:25%;right:initial;margin:initial;
    }
}
@media (min-width: 1200px){
    .kropek-1{
        bottom:30%;
    }
}

/* subpage baner images image-3 */
.main-banner-wrapper .image-wrapper-3{
    position:absolute;
    width:240px;
    height:240px;
    right:5%;
    bottom:-30px;
}
@media (min-width: 992px){
    .main-banner-wrapper .image-wrapper-3{
        right:30%;
    }
}
.main-banner-wrapper .image-wrapper-3 .image-box{
    position:absolute;
    top:0;left:0;right:0;
    margin:0 auto;
    max-width: 430px;
    z-index: 1;
}
.main-banner-wrapper .image-wrapper-3 .image-box::after{
    position:absolute;
    top:-12px;left:-10px;right:-10px;
    margin:0 auto;
    border-radius: 50%;
    width:calc(100% + 10px);
    height:calc(100% + 10px);
    background:rgba(0,0,0,.1);
    content:" ";
    z-index: -1;
}
.main-banner-wrapper .image-wrapper-3 .image-box::before{
    position:absolute;
    bottom:-10px;right:-10px;
    border-radius: 50%;
    width:75px;
    height:75px;
    background: rgb(18,62,111);
    background: -o-linear-gradient(225deg, rgba(18,62,111,1) 20%, rgba(49,170,79,1) 100%);
    background: linear-gradient(225deg, rgba(18,62,111,1) 20%, rgba(49,170,79,1) 100%);
    content:" ";
    z-index: -1;
    -webkit-animation: float2 6s ease-in-out infinite;
    animation: float2 6s ease-in-out infinite;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.main-banner-wrapper .image-wrapper-3 .image-box img{
    width:100%;
    height:auto;
    border-radius: 50%;
    -webkit-animation: float2 8s ease-in-out infinite;
    animation: float2 8s ease-in-out infinite;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}

/* DEFAULT TEXT */
.text-wrapper{

}

/* About Us */
.team-image-wrapper{
    position:relative;
}
.team-image-wrapper .image-box{
    position:relative;
    top:0;left:0;right:0;
    margin:30px auto 10px;
    max-width: 430px;
    z-index: 1;
}
.team-image-wrapper .image-box::before{
    position:absolute;
    top:-12px;left:-10px;right:-10px;
    margin:0 auto;
    border-radius: 50%;
    width:calc(100% + 10px);
    height:calc(100% + 10px);
    background:rgba(0,0,0,.1);
    content:" ";
    z-index: -1;
}
.team-image-wrapper .image-box::after{
    position:absolute;
    top:10px;left:0;right:0;
    margin:0 auto;
    border-radius: 50%;
    width:100%;
    height:100%;
    background:#2c9947;
    content:" ";
    z-index: -1;
}
.team-image-wrapper .image-box img{
    width:100%;
    height:auto;
    border-radius: 50%;
}
.team-image-wrapper .name-box{
	text-align: center;
	font-size:28px;
	font-weight: 700;
	margin-top:25px;
	line-height: 32px;
}
.team-image-wrapper .name-box span{
	font-size:18px;
	font-weight: 300;
}


/* FAQ */
.faq-wrapper{
    margin:40px 0;
}

.faq-wrapper .accordion .card{
    margin-bottom:20px;
}
.faq-wrapper .accordion .card .card-header {
    background-color: rgba(0,0,0,.0);
    border-bottom: 1px solid rgba(0,0,0,0);
}
.faq-wrapper .accordion .card .card-header .btn-link{
    color: #31aa4f;
    font-size: 26px;
    font-weight: 700;
}
.faq-wrapper .accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.faq-wrapper .accordion .card .card-header .btn-link.focus, .faq-wrapper .accordion .card .card-header .btn-link:focus {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.faq-wrapper .accordion .card .card-header .btn-link.collapsed{
    color: #123e6f;
}

.faq-wrapper .accordion .card .card-header .btn-link:hover {
    color: #31aa4f;
    text-decoration: none;
}

.faq-wrapper .accordion .card .card-body {
    padding: 2rem;
    padding-top:0;
}
.faq-wrapper .accordion .card .card-body a:hover{
    text-decoration: underline;
}

/* CONTACT */

.form-wrapper{
    padding:25px 0 70px;
}

.contact-form{
    padding:0 25px;
}
.contact-form .form-group label{
    font-size: 20px;
    color: #464646;
}
.contact-form .form-group .form-control{
    height: calc(2.5em + .75rem + 2px);
}
.contact-form .form-group textarea.form-control{
    height: auto;
}

.contact-form .form-group label span{
    color: #ef413d;
}
.contact-form .form-group .form-control{
    border-radius: 15px;
    background: #fcfcfc;
}
.contact-form .checkbox{
    font-size: 12px;
    margin-bottom:25px;
}

.contact-form span.field{
    font-size:20px;
}
.contact-form span.field span{
    color: #ef413db;
}

.send-button{
    display: inline-block;
    position:relative;
    padding:1px 1px 1px 61px;
    border:none;
    background:none;
}

.send-button div{
    position:relative;
    padding:14px 20px;
    font-size:19px;
    text-transform: uppercase;
    color:#fff;
    background:#f05956;
    border-radius: 13px;
}
.send-button::before{
    position:absolute;
    top:0px;
    right:0px;
    font-family: 'Font Awesome 5 Pro';
    content:"\f1d8";
    background:#fff;
    font-weight: 300;
    text-align: left;
    padding-left:12px;
    padding-top:3px;
    font-size: 35px;
    color:#f05956;
    height:100%;
    width:100%;
    border-radius: 15px;
    border:1px solid #f05956;
}
.send-button:hover div{
    color:#f05956;
    background:#fff;
}
.send-button:hover::before{
    width:calc(100% - 60px);
}
.send-button div,
.send-button::before{
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* PRICING */
.pricing-wrapper{
    margin-top: -120px;
}

.pricing-box{
	position:relative;
    -webkit-box-shadow: 0 3px 13px 0 rgba(67,65,79,.1);
    box-shadow: 0 3px 13px 0 rgba(67,65,79,.1);
    border: solid 2px #f5f5f5;
    border-radius: 15px;
    min-height: 100px;
    padding:20px 20px 85px;
    background: #ffffff;
}

.pricing-box .header i{
    color:#123e6f;
    font-size:40px;
}
.pricing-box .header h2{
    color:#31aa4f;
    font-size:55px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.pricing-box .header .price{
    font-size: 45px;
    font-weight: 700;
    color:#123e6f;
}
.pricing-box .header .price span{
    font-size: 21px;
    font-weight: 300;
    color:#123e6f;
}
.pricing-box .header .price-info{
	min-height:30px;
    color:#31aa4f;
    font-size: 16px;
}
.pricing-box .price-list{
    list-style: none;
    font-size: 17px;
    padding-left:25px;
    width: 100%;
    color:#000000;
    margin-top:25px;
}
.pricing-box .price-list li{
    margin-bottom:15px;
    position:relative;
}
.pricing-box .price-list li::before{
    position:absolute;
    top:-1px;
    left:-25px;
    font-family: 'Font Awesome 5 Pro';
    content:"\f00c";
    color:#31aa4f;
    font-weight: 300;
    text-align: center;
    font-size: 21px;
}
.pricing-box .price-list li.minus::before{
    position:absolute;
    top:-1px;
    left:-25px;
    font-family: 'Font Awesome 5 Pro';
    content:"\f068";
    color:#f05956;
    font-weight: 300;
    text-align: center;
    font-size: 21px;
}
.pricing-box .price-list li.minus{
    color:#a6a6a6;
}

.simple-button{
    display: block;
    position:relative;
    width:100%;
    max-width: 250px;
    margin:0 auto;
}
.pricing-box .simple-button{
	position:absolute;
	bottom:25px;
	left:0;right:0;
}

.simple-button div{
    position:relative;
    padding:14px 20px;
    font-size:19px;
    text-transform: uppercase;
    color:#fff;
    background:#f05956;
    border:1px solid #f05956;
    border-radius: 13px;
    text-align: center;
}
.simple-button:hover div{
    color:#f05956;
    background:#fff;
}
.simple-button div{
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1200px){
    .pricing-box{
        padding:20px 15px;
    }
    .pricing-box .price-list{
        list-style: none;
        font-size: 14px;
    }
}
/* PRICING 2 */

.pricing-wrapper-2{

}
.pricing-wrapper-2 .frame-wrapper{
    border:1px solid #dddddd;
    border-radius: 15px;
    padding:50px 80px;
}

.pricing-wrapper-2 h3{
    font-size: 28px;
    color:#123e6f;
    font-weight: 700;
}

#incomeSlider, #effectSlider {
    margin-top: 3em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 3em;
}

#incomeSlider .ui-slider-tip {
    width: 75px;
}

#incomeSlider .ui-slider-label {
    width: 100px;
}

#effectSlider .ui-slider-tip {
    visibility: visible;
}

/* SLIDER */

.ui-slider-horizontal {
    height: 0.5em;
}

.ui-widget.ui-widget-content {
    border: 0;
}
.ui-widget-content {
    border: 0;
    background: #123e6f;
    border-radius: 15px;
}
.ui-widget-header {
    border: 0;
    background: #217337;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #30a650;
    border-radius: 50%;
}
.ui-slider-pips [class*=ui-slider-pip-selected] {
    color: #30a650;
}
.ui-slider-pips [class*=ui-slider-pip-initial] {
    color: #123e6f;
}
.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
    background: #123e6f;
}
.ui-slider-pips .ui-slider-label {
    position: absolute;
    top: 15px;
    font-family: 'Nunito Sans', sans-serif;
}
#incomeSlider .ui-slider-label {
    margin-left: -2.75em;
}
.benefits-wrapper{
    background:#30a650;
    width: 100%;
    max-width: 250px;
    border-radius: 15px;
    margin: 0 auto;
    padding:5px;
    -webkit-box-shadow: 0 2px 0 1px rgba(18,62,111,1);
    box-shadow: 0 2px 0 1px rgba(18,62,111,1);
}
.benefits-wrapper h2#benefits{
    color:#ffffff;
    font-size: 40px;
    font-weight: 700;
    margin:0;
}

@media (max-width: 767px){
	.ui-slider-pips .ui-slider-label {
	    font-size: 0.6em;
	}
	#incomeSlider .ui-slider-label {
	    margin-left: -4.75em;
	}
}

/* ---------- end.SUBPAGES ---------- */


/* FOOTER */

footer .footer-wrapper{
    background: #f2f2f2;
    color:#a1a1a1;
    padding:40px 0;
    text-align: center;
}
footer .logo-wrapper{
    max-width:180px;
    margin:0 auto;
    -webkit-filter: grayscale(100%) contrast(40%) brightness(1.2);
            filter: grayscale(100%) contrast(40%) brightness(1.2);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
footer .logo-wrapper:hover{
    -webkit-filter: grayscale(0%) contrast(100%) brightness(1);
            filter: grayscale(0%) contrast(100%) brightness(1);
}
footer .logo-wrapper img{
    width:100%;
    height:auto;
}
footer .credits{
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

footer .social a{
    display: inline-block;
    text-align: center;
    width:30px;
    font-size: 21px;
}

footer a {
    color: #a1a1a1;
    text-decoration: none !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

footer .credits a {
    color: #a5a5a5;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
footer .footer-wrapper .social span {
    margin-left: 10px;
    display: block
}
footer a:hover,
footer .footer-wrapper .salon:hover h3{
    color: #31aa4f;
}

/* --- --- --- --- */
/* OTHER STYLES */
/* --- --- --- --- */

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #123e6f
}
::selection {
    color: #fff;
    text-shadow: none;
    background: #123e6f
}
img::-moz-selection {
    color: white;
    background: transparent
}
img::selection {
    color: white;
    background: transparent
}
#go-top {
    display: none;
    width: 50px;
    height: 50px;
    background: #f05956;
    text-align: center;
    font-size: 14px;
    opacity: .9;
    position: fixed;
    bottom: 0;
    right: 0;
    color: white;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    z-index: 999999;
    padding-top: 10px
}
#go-top:before {
    width: 50px;
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
}
#go-top:hover {
    opacity: 1
}
.scroll-indicator-wrapper {
    display: block;
    position: fixed;
    margin: auto;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    background: #f05956;
    cursor: pointer;
    z-index: 9
}
.scroll-indicator-wrapper span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 auto !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 2px 6px
}
.scroll-indicator-wrapper .unu {
    margin-top: 4px !important
}
.scroll-indicator-wrapper .unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite
}
.scroll-indicator-wrapper .unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate
}
.scroll-indicator-wrapper .doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate
}
.scroll-indicator-wrapper.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate
}
.scroll-indicator-wrapper .mouse {
    display: block;
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid white;
    margin: 0 auto;
    margin-top: 5px
}
.scroll-indicator-wrapper .wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite
}@-webkit-keyframes mouse-wheel{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}@-webkit-keyframes mouse-scroll{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@keyframes mouse-scroll{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}

/* --- Cookieinfo (zmienić klasy przy każdym projekcie) --- */
.cookie-img {
    width: 50%;
    margin: 0 auto !important;
    display: block
}
#cookieinfo-skladkomat * {
    margin: 0;
    padding: 0
}
#cookieinfo-skladkomat {
    position: fixed;
    color: #6f6f6f;
    font-size: 20px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    z-index: 1000;
    -webkit-animation: .8s ease slideInUp;
    animation: .8s ease slideInUp;
    border-top: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.1)
}
#cookieinfo-skladkomat h6 {
    font-size: 24px;
    font-variant: small-caps;
    color: #36030e;
    margin-bottom: 7px;
    margin-top: 10px
}
#cookieinfo-skladkomat p {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.5em
}
#cookieinfo-skladkomat > a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    background-color: #36030e;
    color: #fff;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
a.cookie-link {
    color: #36030e;
    font-weight: bold
}
#cookieinfo-skladkomat a:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
@media (max-width: 770px) {
    .cookie-img {
        width: 30%
    }
}

/* ## ANIMATION ## */
.navbar-light.navbar-custom .navbar-nav .nav-link, .navbar-light.navbar-custom .navbar-nav .nav-link::before, .navbar-light.navbar-custom .navbar-nav .nav-link::after{
    -webkit-transition: height .5s ease-in-out, color .5s ease-in-out;
    -o-transition: height .5s ease-in-out, color .5s ease-in-out;
    transition: height .5s ease-in-out, color .5s ease-in-out;
}
.sps,
.sps .navbar-brand,
.bg-light.navbar-custom.sps--abv .navbar-nav .nav-link,
.bg-light.navbar-custom.sps--blw .navbar-nav .nav-link{
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* Gradient animation */
@-webkit-keyframes GradientBG {
    0% {
        background-size: 100% 100%;
    }
    50% {
        background-size: 200% 200%;
    }
    100% {
        background-size: 100% 100%;
    }
}

@keyframes GradientBG {
    0% {
        background-size: 100% 100%;
    }
    50% {
        background-size: 200% 200%;
    }
    100% {
        background-size: 100% 100%;
    }
}

/* Floating */

@-webkit-keyframes float {
    0% {
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
    }
    50% {
      -webkit-transform: translatey(-20px);
              transform: translatey(-20px);
    }
    100% {
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
    }
  }

@keyframes float {
0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
}
50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
}
100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
}
}

@-webkit-keyframes float2 {
0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
}
50% {
    -webkit-transform: translatey(-5px);
            transform: translatey(-5px);
}
100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
}
}

@keyframes float2 {
0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
}
50% {
    -webkit-transform: translatey(-5px);
            transform: translatey(-5px);
}
100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
}
}

  .ui-tooltip, .arrow:after {
    background: #163e6f;
    border: 0px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    font-weight:300 !important;
    text-align:justify !important;
    text-transform: none;
    box-shadow: 0 0 3px #163e6f;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }


.slick-prev:before,
.slick-next:before
{

    color: #f05956;
}

.product {
    border-radius: 25px;
    padding: 0px;
    border: 2px solid #123e6f;
}
