@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro-SemiBold.otf') format('opentype');
}
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #00214A;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
.logo {
    width: 100%;
    max-width: 242px;
}
a {
    color: #C80047;
}
a:hover  {
   text-decoration: none;
   color: #C80047;
}
.space {
    padding-top: 100px;
    padding-bottom: 100px;
}
.space-top {
    padding-top: 100px;
}
.space-bottom {
    padding-bottom: 100px;
}
.title-content {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 36px;
    font-weight: 600;
}
.fs-20 {
    font-size: 20px;
}
.list li {
    font-size: 20px;
    line-height: 40px;
}
li::marker {
  color: #C80047;
  font-size: 1em;
}

.title {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 46px;
    max-width: 565px;
}
.sub-title {
    font-size: 20px;
    line-height: 30px;
    max-width: 600px;
}

.img-start {
    position: absolute;
    top: -100px;
    right: 0;
    width: 100%;
    height: auto;
}


.header {
    position: absolute;
    width: 100%;
    padding: 32px 20px;
}
#start {
    background: rgb(251,254,255);
background: -moz-linear-gradient(138deg, rgba(251,254,255,1) 40%, rgba(241,241,241,1) 100%);
background: -webkit-linear-gradient(138deg, rgba(251,254,255,1) 40%, rgba(241,241,241,1) 100%);
background: linear-gradient(138deg, rgba(251,254,255,1) 40%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfeff",endColorstr="#f1f1f1",GradientType=1);
}
.start_full-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.seperator {
    margin-top: 70px;
    margin-bottom: 70px;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}
.magento {
    color: #C80047;
}
.magento-b {
    color: #C80047;
    text-transform: uppercase;
    display: block;
}
.dark {
    color: #00214A;
}
.center {
    text-align: center;
}


.btn {
    min-height: 60px;
    width: 100%;
    max-width: 280px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    transition-property: background-color, color;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.btn-magento {
    color: #fff;
    background-color: #C80047;
}
.btn-magento:hover {
    color: #fff;
    background-color: #db0c56;
}


.bg-gray {
    background-color: #F8F8F8;
}
.content-box {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 860px;
}

.content-tools {
    display: block;
    min-height: 75px
}
.icon-hourglass {
    width: 18px;
    margin-right: 10px;
}
.icon-tools {
    width: 63px;
    margin-bottom: 15px;
}
.fs-13 {
    display: block;
    font-size: 13px;
    line-height: 18px;
}
.fs-14 {
    font-size: 14px;
    line-height: 22px;
}
.title-tools {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}


.footer {
    padding-top: 34px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #F8F8F8;
    margin-top: 60px;
}
.d-none-d {
    display: none;
}

/*Back To TOP*/
 #back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #E5E5E5;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 10px;
    z-index: 1000;
  }
  #back-to-top:hover {
    background-color: #d9d9d9;
  }
  #back-to-top-icon {
    font-size: 20px;
  }
/*Back To TOP - END*/

.arrow-down {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

/*Decoracji*/
.background-container {
    position: relative;

}

.dec {
    position: absolute;
    z-index: -1;
    top: -470px;
    max-width: 100%;
}

/*Height*/
@media screen and (max-height: 500px) {
    .responsive-height {
        padding-top: 100px;
    }
}

/*Laptop*/
@media screen and (max-width: 1199.98px) {
    .space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .space-top {
        padding-top: 80px;
    }
    .space-bottom {
        padding-bottom: 80px;
    }
    body {
        font-size: 14px;
        line-height: 23px;
    }
    .list li {
        font-size: 16px;
        line-height: 30px;
    }
    .title {
        font-size: 40px;
        max-width: 485px;
    }
    .sub-title {
        font-size: 18px;
        line-height: 28px;
        max-width: 570px;
    }
    .img-start {
        top: -30px;
        right: 0;
    }
}

/*Tablet*/
@media screen and (max-width: 991.98px) {
    .box-tools {
        margin-bottom: 30px;
    }
    .title-content {
        font-size: 32px;
    }
    .seperator {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .responsive-height {
        padding-top: 140px;
    }
    .img-start {
        position: relative;
        width: 70%;
        top: 10px;
        left: 0px;
    }
    .arrow-down {
        display: none;
    }
    .dec {
        top: -390px;
    }
}
/*Mobile - tablet */
@media screen and (max-width: 767.98px) {
    .d-none-m {
        display: none;
    }
    .title-content {
        font-size: 28px;
    }
    .fs-14 {
        font-size: 12px;
        line-height: 20px;
    }
    .fs-20 {
        font-size: 18px;
    }
    .list li {
        font-size: 14px;
        line-height: 28px;
    }
    .space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .space-top {
        padding-top: 60px;
    }
    .space-bottom {
        padding-bottom: 60px;
    }
    .seperator {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .footer {
        margin-top: 40px;
    }
    .btn {
        min-height: 52px;
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }
    .center-m {
        text-align: center;
    }
    .img-awards-m {
        max-width: 180px;
    }
    .d-none-d {
        display: block;
    }
    .mb-30-m {
        margin-bottom: 30px;
    }
    .title {
        font-size: 36px;
        max-width: 465px;
    }
    .sub-title {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }
    .img-start {
        position: relative;
        width: 100%;
        top: 10px;
        left: 0px;
    }

    .header {
        padding: 32px 0px;
    }
    .logo {
        max-width: 200px;
    }
    .dec {
        display: none;
    }

}

/*Mobile*/
@media screen and (max-width: 575.98px) {
    .img-awards-m {
        max-width: 150px;
    }
    .logo {
        max-width: 180px;
    }
    .title-content {
        font-size: 24px;
    }
    .title {
        font-size: 30px;
        max-width: 460px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .start_full-height {
        height: 100vh;
    }
}


.bottom-banner {
    position: fixed;
    bottom: 0;
    z-index: 9;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    background-color: #eee;
}
.bottom-banner .container {
    display: flex;
    align-items: center;
}
.bottom-banner-content {
    width: 95%;
    font-size: 12px;
}
.bottom-banner--btn {
    border: none;
    height: 20px;
    width: 20px;
    position: relative;
    transition: all .2s cubic-bezier(.68,.01,.58,.75) !important;
}
.bottom-banner--btn img {
    height: 12px;
    transform: rotate(90deg) translate(-50%);
    position: absolute;
    top: calc(50% - 1.5px);
    left: 7px;
}
.bottom-banner.short .long {
    display: none;
}
.bottom-banner.short .bottom-banner--btn {
    transform: rotate(180deg);
}