/*COLORS*/
.color-primary {
    color: #EF4638;
}
.color-secondary {
    color: #47494C;
}

/*SIZES*/
.small {
    font-size: 25px;
}

.medium {
    font-size: 35px;
}

.large {
    font-size: 65px;
}

/*STEPS*/

.steps {
    display: table-row;
    vertical-align: middle;
    width: 100%;
}

.steps .step {
    width: 20%;
    padding: 10px;
    height: 400px;
    font-size: 1.05882rem;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    display: table-cell;
    border: rgba(0, 0, 0, .03) 0.1px solid;
    box-shadow: 0 10px 20px 1px rgba(0, 0, 0, .02);
    background-color: #EEF1F3;
    margin: 0 2%;
}

.steps > :first-child {
    margin-left: 0;
}

.steps > :last-child {
    margin-right: 0;
}

.steps .step:hover {
    box-shadow: 0 10px 20px 1px rgba(0, 0, 0, .1);
    cursor: default;
}

.step-icon {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    align-content: center;
    width: 2% !important;
}

.step-line {
    content: '';
    width: 95%;
    height: 2px;
    background: #ef4638;
    margin: 15px 0 10px 0;
    display: inline-block;
}

.step-title {
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 1;
    margin: 10px 0;
}

.step-title .wcag {
    color: #fff600;
}

.step-descr {
    text-align: center;
    margin: 20px 0px 0 0px;
}

@media screen and (max-width: 74.9375em) {
    .steps .step {
        width: 100%;
        margin-top: 60px;
    }
}

@media screen and (max-width: 37.4375em) {
    .steps {
        display: table;
        padding: 0 10px;
    }

    .steps .step {
        width: 100%;
        margin-top: 60px;
        height: 300px;
        display: table-row;
        text-align: center;

    }

    .steps .step-icon {
        display: table-row;
        text-align: center;
        -webkit-transform: rotate(90deg);
    }
}

/*TILES*/

.tile-title {
    font-weight: 400;
    font-size: 1em;
    color: #43536c;
    text-transform: uppercase;
    line-height: 1;
    margin: auto 0;
    padding: 20px 30px;
    height: 70px;
    text-align: center;
}

.tile-title .wcag {
    color: #fff600;
}

.tile-descr {
    margin: 0 10px;
}

/*DESCRIPTION*/

.icon-descr {
    color: #EF4638;
    font-style: normal;
    display: table-cell;
    font-size: 5em;
    vertical-align: middle;
    width: 200px;
}

.centre-align {
    width: 200px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.descr-descr {
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.descr-container {
    display: table;
    margin: 25px auto;
    padding: 20px 0 20px 0;
    width: 100%;
    height: 190px;
    border: rgba(0, 0, 0, .03) 0.1px solid;
    box-shadow: 0 10px 20px 1px rgba(0, 0, 0, .02);
    background-color: rgba(238, 241, 243, .3);
}

.descr-descr p {
    width: 80%;
}

@media screen and (max-width: 560px) {
    .descr-container {
        display: table;
        width: 100%;
        height: 450px;
        padding: 0;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
    }

    .centre-align {
        display: table-row;
    }

    .icon-descr {
        display: table-cell;
        text-align: center;
        padding: 10px 0;
    }

    .descr-descr {
        display: table-row;
        text-align: center;
        padding: 0 30px;

    }

    .descr-descr p {
        width: 100%;
    }
}

/*CONTACT-SITE*/

.contact-site-title {
    color: #08090d;
    font-weight: 400;
    font-size: 2.05882rem;
    position: relative;
}

.contact-site-title:before {
    content: "";
    width: 74px;
    height: 4px;
    background: #ef4638;
    position: absolute;
    bottom: -55px;
    left: 0;
}

.pageSection.contact .left {
    padding-left: 0;
}

@media screen and (max-width: 63.9375em) {
    .contact-site-title:before {
        content: "";
        width: 74px;
        height: 4px;
        background: #ef4638;
        position: absolute;
        bottom: -65px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*TEXT-IMAGE*/
.text-image {
    background: linear-gradient(90deg, #fff 0, #fff 50%, #fff 0, #fff);
}

.text-image-inverted {
    background: linear-gradient(90deg, #fff 0, #fff 50%, #fff 0, #fff);
}

.text-image-container {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.text-image-text {
    display: inline-block;
    width: 45%;
    margin: auto 0;
    padding-right: 20px;
}

.text-image-image {
    display: inline-block;
    padding: 0 2%;
}

@media screen and (max-width: 560px) {
    .text-image-container {
        display: block;
        padding: 20px 0;
        text-align: center;
    }

    .text-image-text {
        display: block;
        width: 100%;
    }

    .text-image-image {
        display: block;
    }
}

/*PRICES TABLE*/

.prices-table {
    margin: 0 auto 30px auto;
    border-collapse: collapse;
    border: medium none;
    height: 492px;
    width: 791px;
}

.prices-table .header-cell {
    width: 629.65pt;
    border: solid #D9D9D9 1.0pt;
    border-left: solid #ef4638 2.25pt;
    mso-border-alt: solid #D9D9D9 .5pt;
    mso-border-left-alt: solid #ef4638 2.25pt;
    background: #EEF1F3;
    padding: 0 5.4pt 0 5.4pt;
    height: 42.55pt;
}

/*PRODUCTS-ICONS*/
.products-icons {
    text-align: center;
    margin: 4em 0 0 0;
}

.products-icons .product-icon {
    margin: 1em auto;
}

.product-icon .product {
    vertical-align: middle;
    margin: auto 0;
    display: inline-block;
}

.product-icon .icon {
    display: inline-block;
}
/*
<div class="product-icon">
<p class="product">Telefon, Fax</p>
<div class="icon">
<i class="material-icons large color-primary">phone_iphone</i>
</div>
</div>
<div class="product-icon">
<div class="icon">
<i class="material-icons large color-primary">sms</i>
</div>
<p class="product">SMS</p>
</div>
<div class="product-icon">
<p class="product">Live Chat<br>Strona internetowa</p>
<div class="icon">
<i class="material-icons large color-primary">laptop_mac</i>
</div>
</div>
<div class="product-icon">
<div class="icon">
<i class="material-icons large color-primary">email</i>
</div>
<p class="product">Email</p>
</div>
 */

/*MISC*/

.headerHelper {
    min-height: 108px;
    height: 108px;
}

.headerHelper .logoHelper {
    height: 108px;
}

.headerList {
    padding-top: 14px;
}

@media screen and (max-width: 44.9375em) {
    .headerHelper {
        min-height: 30px;
        height: 128px;
    }

    .headerHelper .logoHelper {
        height: 30px;
    }
}

.single-product:hover {
    cursor: default;
}

@media screen and (max-width: 400px) {
    .pageSection.contact .right .form-wrap {
        padding-top: 180px;
    }
}

.section-title {
    text-align: center;
    margin: 0 0 2em 0;
}

.section-title span {
    font-size: xx-large;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;

}

.section-subtitle {
    text-align: center;
    margin: 0 0 2em 0;
}

.section-subtitle span {
    font-size: x-large;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;

}

.my-no-border {
    border: none !important;
}