section h2{
    border-bottom: solid 2px #1A2236;
    color: #1A2236;
    clear: both;
    display: table;
    font-size: 40px;
    font-weight: 700;
    float: left;
    line-height: 60px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-bottom: 25px;
}

.products{
    position: relative;
}

.innerBlock{
    background: #fff;
    border: solid 1px #EDF1F6;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    height: 550px;
    margin-bottom: 40px;
}

.allBlock header{
    border-radius: 7px 7px 0px 0px;
    padding: 0;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -ms-border-radius: 7px 7px 0px 0px;
    -o-border-radius: 7px 7px 0px 0px;
}

.allBlock:nth-child(1n+1) header{
    border-top: solid 5px #FAC842;
}

.allBlock:nth-child(2n+1) header{
    border-top: solid 5px #FE8C35;
}

.allBlock:nth-child(3n+1) header{
    border-top: solid 5px #F14A85;
}

.allBlock:nth-child(4n+1) header{
    border-top: solid 5px #89BC37;
}
.allBlock:nth-child(5n+1) header{
    border-top: solid 5px #B538E7;
}
.allBlock:nth-child(6n+1) header{
    border-top: solid 5px #F31B1B;
}
.allBlock:nth-child(7n+1) header{
    border-top: solid 5px #FF3F3F;
}
.allBlock:nth-child(8n+1) header{
    border-top: solid 5px #31F7ED;
}

.allBlock .blockImage{
    clear: both;
    height: 300px;
    width: 100%;
}

.allBlock a .nameBlock{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    height: 120px;
}

.allBlock a{
    color: #1A2236 !important;
    display: block;
    text-decoration: none !important;
    outline: none !important;
    opacity: 0.8;
    padding:10px 20px 0px 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.allBlock a .annotation{
    color: #009ee0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.allBlock a:hover{
    opacity: 1 !important;
}

.allBlock .pricesandby{
    box-shadow: 0px 2px 6px #000;
    border-radius: 20px;
    text-align: center;
    margin: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.allBlock .prices{
    background: #FE8C35;
    border-radius: 20px 0 0 20px;
    float: left;
    padding: 5px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    width: 50%;
}

.allBlock .prices input{
    background: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    text-align: center;
    line-height: 40px;
    width: 80%;
}

.allBlock .newPrice{
    color: #c60707;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.allBlock .oldPrice{
    color: #9b4300;
    font-size: 14px;
    text-decoration: line-through;
}

.allBlock .onePrice{
    color: #fff;
    line-height: 40px;
}

.allBlock .byme{
    background: #89BC37;
    border-radius: 0 20px 20px 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    float: right;
    padding: 5px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    line-height: 40px;
    text-decoration: none;
    outline: none;
    width: 50%;
}

.allBlock .byme img{
    height: 34px;
    padding-right: 10px;
}

.popupOpen{
    background: #89BC37;
    border-radius: 20px;
    box-shadow:0px 2px 6px #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 10px;
    padding: 10px;
    text-align: center;
    line-height: 34px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}