/* Cascade Style Sheets - www.pbsolution.cz */

*,
*:before,
*:after {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}

* {
 margin:0;
 padding:0;
}


.new-eu-cookies {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  font-size: 14px;
  background:#fff;
  padding:25px;
  z-index:888;
}

.new-eu-cookies a {
  color:#c03;  
}

.new-eu-cookies p {
  margin:10px 0;
}


#user {
  position:fixed;
  left:0;
  bottom:50px;
  background:#c03;
  color:#fff;
  padding:30px;
  border-right:10px solid #191919;
}

#user a {
  color:#fff;
}

body {  
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size:1.6em;
    color:#000;
    line-height:1.5;  
}

p {
    font-size:16px;
}

.btn {
    position:relative;
    top:4px;
    display:inline-block;
    padding:16px 30px;
    text-decoration:none;
    font-size:16px;    
    border-radius:6px;
    -webkit-border-radius:6px;
    font-weight:400;
    text-transform:uppercase;     
    color:#fff;
    background:#c03;
    border:0;   
    box-shadow: 0 0 0 0 #a20029;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.btn:hover {    
    position: relative;
    top: -4px;    
    color: #fff;
    background-color: #c03;
    box-shadow: 0 4px 0 0 #a20029;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.btn:focus {
    color:#fff;
    top:4px;
    border:0;   
    box-shadow: 0 0 0 0 #a20029;
}



.page-wrapper {
  width:1940px;
  max-width:100%;
  margin:0 auto;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.text-nowrap {
    white-space:nowrap;
}


h2 {
    text-transform:uppercase;
    font-weight:600;
    color:#202942;
    line-height:1.3;
}

.blue {
    color:#3518EC;
}

#header {        
    width:1940px;
    max-width:100%;
    background:#fff;
    padding:25px 0;        
}


#main {
    background:#c03 url('/img/web/ecommerce/main-bg.jpg') no-repeat center center;
    background-size:cover;
    padding:100px 0 235px 0;      
    position:relative;   
}

#main .container {            
    position:relative;    
}

#main h1 {
    margin-top:0;
    font-size:4em;
    font-weight:800;
    line-height:1;
    color:#fff;
    text-align:center;
}

#main h1 strong {
    font-size:2em;
}

#main p {
    margin:25px 0;
    font-size:18px;
}

#main .float-box {    
    position:absolute;
    left:0;
    margin-top:60px;    
    width:100%;        
}

#main .float-box p {
    font-size:1.3em;
    color:#000;
}

#main .white-box {
    background:#fff;
    padding:50px 100px;
}

#main .float-box .white-box .bigger p {
    font-size:1.8em;
    padding-right:70px;
}

#main .white-box .col-md-5 {
    position:relative;
}

#main .white-box .col-md-5:before {
    position:absolute;
    right:15px;
    top:0;
    width:44px;
    height:100%;
    content:'';
    background:url('/img/web/ecommerce/red-arrow.svg') no-repeat center center;
    background-size:44px auto;    
}

.row.row-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}


#main .btn {
    margin:5px;
}


.lifted-shadow {
    width: 100%;
    height: 20px;
    position: relative;
    bottom: 0px;
    left: 0;
    overflow: hidden;
}

.lifted-shadow:after, .lifted-shadow:before {
    width: calc(50% - 10px);
    height: 20px;
    position: absolute;
    bottom: 16px;
    content: "";
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

.lifted-shadow:before {
    left: 10px;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,rgba(0,0,0,.65));
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);    
}

.lifted-shadow:after {
    right: 10px;
    background: linear-gradient(270deg,hsla(0,0%,100%,0) 0,rgba(0,0,0,.65));
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}



#next {
    background:#ececec;
    padding:150px 0 20px;
    text-align:center;    
}

#next h2 {
    font-size:2.4em;
}

#next .container {
    width:800px;
    margin:0 auto;
    max-width:100%;
    padding:15px;
}

#next p {
    margin:30px 0;
}

.bordered-box {
    display:inline-block;
    padding:30px 60px 20px 60px;
    border:1px solid #ccc;
    margin:50px 0 10px 0;
    position:relative;    
}

.bordered-box:before {
    content:'';
    width:70px;
    height:60px;    
    top:-30px;
    left:calc(50% - 30px);    
    background:#ececec url('/img/web/ecommerce/ico-check.svg') no-repeat center center;
    background-size:40px auto;    
    position:absolute;
    z-index:100;
}

.bordered-box p {
    font-size:1.2em;
}

.bordered-box p strong {
    font-size:1.4em;
    color:#c03;
}

#program {
    background:#c03;
    padding:50px 0;
    color:#fff;
}


#program .container {
    width:800px;
    max-width:100%;
    margin:0 auto;            
}


#program h2 {
    color:#fff;
    font-size:3.3em;
    margin:10px 0 20px 25px;
}

#program .breaker {
    font-weight:800;
    font-size:1.6em;
    padding:30px;
    background:#c03;
}

#program .row {
    display: flex;
    align-items: center;    
}

#program .row .time {
    float:left;
    width:200px;
    text-align:center;
    padding:20px 0;
    position:relative;    
}

#program .row .time:before {
    width:1px;
    height:100% !important;
    content:'';
    border-left:1px dashed #fff;
    position:absolute;
    left:50%;
    top:0;
}

#program .row .text {
    float:left;
    width:calc(100% - 200px);    
    padding:20px 0;
    font-size:1.2em;
}

#program .row .time strong {
    height:100px;
    width:100px;    
    background:#fff;
    color:#c03;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;    
    z-index:666;
    position:relative;
}



#bottom {
    background:#ececec;
    padding:80px 0 80px;
    text-align:center;    
}



#footer {
    background:#202942;
    color:#ADB5BD;
    padding:60px 0;    
}

#footer .container {
    position:relative;
}

#footer img {
    position:absolute;
    left:0;
    top:0;
    width:60px;
}

#footer a {
    display:inline-block;
    color:#ADB5BD;
    text-decoration:underline;
    margin:0 10px;
}

#footer a:hover {
    text-decoration:none;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
} 
.spinner-border{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm{
    height: 1rem;
    border-width: .2em;
}

@media (max-width:991px) {

    #main h1 {
        font-size:3em;
    }
    
    #main .white-box {
        padding:50px 50px 20px 50px;
        text-align:center;
    }
    
    #main .white-box .row-flex {
        flex:none;
        display:block;        
    }
    
    #main .float-box .white-box .col-md-5 p {
        padding-right:0px;
        padding-bottom:0px;
        margin:0;
        font-size:1.6em;
    }
    
    #main .white-box .col-md-5:before {
        display:none;
    }
    
}

@media (max-width:768px) {

    
    #main {
        padding:80px 0 40px 0;
    }
    
    #main h1 {
        font-size:1.4em;        
    }
    
    #main .float-box {
        position:relative;
        font-size:1em;
    }
    
    #main .white-box {
        padding:30px 25px 15px 25px;
    }
    
    #main .white-box .col-md-5 {
        padding-bottom:60px;
    }
    
    #main .white-box .col-md-5:before {
        display:block;
        transform:rotate(90deg);
        width:22px;
        height:60px;    
        background-size:22px auto;   
        left:calc(50% - 11px);
        top:auto;
        bottom:0;
    }
    
    .btn {
        padding:10px 10px;
    }
    
    #next {
        padding:10px 15px;
    }
    
    #program h2 {
        font-size:2.4em;
    }
    
    #program .row .time {
        width:120px;
    }
    
    #program .row .time strong {
        width:80px;
        height:80px;
    }
    
    #program .row .text {
        font-size:1em;
        width:calc(100% - 120px);
        padding-right:20px;
    }
    
    #program .breaker {
        font-size:1.4em;
        line-height:1.1em;
        padding:30px 10px;
    }
    
}