
.info {background-color: #f6f5fe;}

.cards > div {height: 612px;}  

:root {
    --yel: rgb(255, 202, 40);
    --of100: -100px;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    margin: 0;
    width: 100%;
} 
.section-exxpo {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}
.container-exxpo {
    width: 1180px;
    margin: 0 auto;
}
.section-exxpo h1 {
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    color: rgb(19, 23, 52);
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;    
}
.section-background {
    background: url('../images/section-1-bg.png') no-repeat center center;
    background-size: cover;
    color: white;
}
.flex-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section-1-left {
    position: relative;
    left: var(--of100);
    opacity: 0;
    width: 63.5%;
    padding-left: 72px;
    padding-top: 87px;
    padding-bottom: 120px;
}
.section-1-left p {
    width: 50%;
    font-size: 30px;
    font-family: "OpenSans", sans-serif;
    line-height: 1.2;  
    -webkit-margin-before: 0;  
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;   
}
.section-1-left ul {
    list-style: none;
    -webkit-padding-start: 18px;
            padding-inline-start: 18px;  
    -webkit-margin-before: 9px;  
            margin-block-start: 9px;
}
.section-1-left li:before {
    content: '';
    position: absolute;
    background-color: rgb(245, 124, 0);;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 11px;
    left: -20px;
      
}
.section-1-left li {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    line-height: 1.5; 
    position: relative;   
}
.section-1-right {
    position: relative;
    right: var(--of100);
    opacity: 0;
    width: 36.5%;
    padding-left: 56px;
    padding-right: 50px;
}
.right-price {
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    color: var(--yel);
}
.right-price-val {
    font-size: 30px;
    font-family: "OpenSans", sans-serif;
    margin-bottom: 45px;
}
.right-date {
    color: var(--yel);
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    text-transform: uppercase;     
}
.section-1-right-text {
    margin-top: 5px;
    font-size: 20px;
    font-family: "Raleway", sans-serif;   
}
.button {
    width: 255px;
    height: 38px;
    display: block;
    background-color: #e27d2a;
    background: url(../images/btn3.png);
    background-size: 100% 100%;
    border-radius: 50px;
    font-size: 16px;
    font-family: "Raleway", sans-serif;    
    text-transform: uppercase;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    color: white;
}
.button:hover {
    background: url(../images/btn3.png);
    color: #fff;
    opacity: 0.9;
    background-size: 100% 100%;
    text-decoration: none;
}
.section-1-right .button {
    margin-top: 39px;
}
/** Banner **/
.banner {
    width: 560px;
    margin: 30px auto;
    -webkit-box-shadow: 5px 5px 15px rgb(155, 155, 155);
            box-shadow: 5px 5px 15px rgb(155, 155, 155);
    position: relative;
    top: 50px;
    opacity: 0;
}
.top {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: rgb(255, 249, 196);
    
}
.banner-left {
    width: 50%;
    font-size: 22px;
    font-family: "OpenSans", sans-serif;
    color: rgb(38, 50, 56);
    font-weight: bold;
    text-transform: uppercase;
      
}
.banner-right {
    width: 50%;
    font-size: 22px;
    font-family: "OpenSans", sans-serif;
    color: rgb(38, 50, 56);
    padding-left: 22%;
    padding-right: 10px; 
}
.banner-price {
    padding-left: 28px;
    padding-top: 7px;
    padding-bottom: 28px;
}
.banner-price span:first-child {
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    color: rgb(245, 124, 0);
      
}
.banner-price span:last-child {
    font-size: 22px;
    font-family: "OpenSans", sans-serif;
    color: rgb(38, 50, 56);
    font-weight: bold;
    text-transform: uppercase;
      
}
.banner-2 {
    margin-top: 57px;
    position: relative;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    
}
.banner-2-left {
    font-size: 30px;
    line-height: 1.3;
    font-family: "OpenSans", sans-serif;
    color: rgb(0, 0, 0);
    width: 58.5%;
    padding-top: 42px;
    padding-left: 61px;
    padding-right: 51px;
    padding-bottom: 58px;
    position: relative;
    left: var(--of100);
    opacity: 0;
}
.banner-2-right {
    width: 40%;
    position: relative;
    right: var(--of100);
    opacity: 0;
}
.border {
    border: 2px solid blue;
    width: 100%;
    height: 222px;
    position: absolute;
    top: 0;
    opacity: 0;

}
.button-wrapper {
    width: 285px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid gray;
}
.right .button {
    color: white;
    margin: 0 auto;
    -webkit-box-shadow: 5px 5px 15px rgb(167, 167, 167);
            box-shadow: 5px 5px 15px rgb(167, 167, 167);
}
.section-1 {
    padding-bottom: 30px;
}


.section-2 {
    background-color: white;
    padding-top: 10px;
}
.cards {
    margin-top: 30px;
    width: 100%;
}
.card {
      width: 47.3%;
    background-color: white;  
    -webkit-box-shadow: 5px 5px 15px rgb(167, 167, 167);  
            box-shadow: 5px 5px 15px rgb(167, 167, 167);
    margin-left: 15px;
}
.left-card {
    position: relative;
    left: var(--of100);
    opacity: 0;
}
.left-card .image-jumb {
    width: 100%;
    height: 238px;
    background: url('../images/section-2-left-card.png') no-repeat center center;
    background-size: cover;   
}
.right-card {
    margin-left: 30px;
    position: relative;
    right: var(--of100);
    opacity: 0;
}
.right-card .image-jumb {
    width: 100%;
    height: 238px;
    background: url('../images/section-2-right-card.png') no-repeat center center;
    background-size: cover; 
}
.card-header h4 {
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    color: rgb(19, 23, 52);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 0;  
}
.card-header p {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    color: rgb(120, 144, 156);
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;    
}
.card-body {
    padding-left: 30px;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    color: rgb(38, 50, 56);
    line-height: 1.333;  
    height: 200px;
     
}
.right-card .card-body {
    height: 200px;
}
.card-footer {
    border-top: 1px solid rgb(192, 192, 192);
    padding-top: 15px;
    padding-left: 28px;
    padding-bottom: 31px;
}
.card-footer .price {
        font-size: 20px;
        font-family: "OpenSans", sans-serif;
        color: rgb(245, 124, 0);     
}
.card-footer .price-num {
    font-size: 22px;
    font-family: "OpenSans", sans-serif;
    color: rgb(38, 50, 56);
    font-weight: bold;
    text-transform: uppercase;        
}
.section-2 .button {
    width: 53%;
    margin: 32px auto;
    background-color: #e27d2a;
    background: url(../images/button-large.png) no-repeat center center;
    background-size: cover;
    height: 82px;
    padding-top: 19px;
}
.info {
    border: 1px solid rgb(180, 180, 180);
    width: 97%;
    margin: 82px auto 0;
    padding-top: 30px;
    padding-left: 35px;
    position: relative;
    top: 0;
    opacity: 0;
}
.info-wrap {
    position: relative;
}
.info-left {
    width: 58%;
    position: relative;
    left: var(--of100);
    opacity: 0;
}
.info-right {
    width: 33%;
    background: url(../images/info.png) no-repeat center center;
    background-size: 100% auto;
    height: 113px;

    position: relative;
    right: var(--of100);
    opacity: 0;
}
.money-icon {
    width: 22%;    
}
.vznos {
    width: 78%;
    font-size: 30px;
    font-family: "OpenSans", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.333; 
    padding-top: 25px;
    padding-left: 10px;     
}
.vznos span {
    font-weight: bold;
}
.icon-cur {
    background: url('../images/money-icon.png') no-repeat center center;
    background-size: cover;
    width: 125px;
    height: 125px;
}
.info-text p:first-child {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    color: rgb(38, 50, 56);
    margin-top: 41px;    
}
.info-text p:last-child {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    color: rgb(144, 164, 174);
      
}
.fade-left {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;
    opacity: 1!important;
}
.fade-right {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: 0;
    opacity: 1!important;
}
.fade-up {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 0;
    opacity: 1;
}

@media screen and (max-width: 1179px) {
    .container-exxpo {
        width: 100%;
    }
    
    .section-background {
        background: url(../images/section-1-mob.png) no-repeat center center;
        background-size: cover;
    }
    .section-1-right .button {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 830px) {
    .section-1-left {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-1-right {
        width: 100%;
    }
    .section-1-left p {
        width: 100%;
    }
    .card {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .section-2 .button {
        width: 60%;
    }
    .button-wrapper, .button-wrapper .button {
        width: 100%;
    }
    .border {
        display: none;
    }
    .banner-2 {
        border: 2px solid blue;
    }
    
}
@media screen and (max-width: 560px) {
    
.banner-2-left {width: 100%;}
.banner-2-right {width: 100%;}
    
    .banner {
        width: 100%;
    }
    .left {
        width: 100%;
    }
    .right {
        width: 100%;
    }
    .button-wrapper {
        margin-bottom: 30px;
    }
    .section-2 .button {
        width: 95%;
        height: 50px;
        background: url(../images/btn3.png) no-repeat center center;
       padding-top: 13px;
       background-size: cover;    
    }
    .info-left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .info-right {
        width: 98%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .icon-cur {
        width: 70px;
        height: 70px;
    }
    .vznos {
        font-size: 22px;
    }
    .info {
        padding-right: 30px;
    }
}

