
.container
{
    __width: 1060px !important;
}
.h2 {font-size: 32px !important;  font-weight: 700 !important; margin: 10px 0 !important;}
p {margin: 10px 0 !important;}

.blockaction {
    padding-top: 50px;
    color: #fff;
    height: 435px;
    overflow: hidden;
    position: relative;
    text-align: left;
    background-position: center center;
    background-size: cover;
    width: 100%;
    background-image: url("/images/competition/bgr1.png");
}
.blockaction h2 {color: white; font-size: 32px !important;  font-weight: 700 !important; margin: 10px 0 !important;}


.blockaction .textblock {
    margin-top: 40px;
    text-align: center;
}


.blockaction .ratingsblocks {
    margin-top: 65px;
}

.blockaction .ratingsblocks .block {
    background-color: rgba(0, 0, 0, 0.48);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    height: 215px;
}

@media screen and (max-width: 992px) {
    .blockaction 
    {
        height: auto;
    }
    .blockaction .ratingsblocks .block {
        width: 300px;
        margin: 10px auto;
        border-radius: 5px;
    }
}

.blockaction .ratingsblocks .block .img 
{
    height: 120px;
}
.blockaction .ratingsblocks .block .img img {

    margin-top: 40px;
}

.blockaction .ratingsblocks .block .caption {
    color: #fff;
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    top: 50px;
}

.blockpresents .text {
    margin-top: 65px;
    text-align: center;
}

.blockpresents .text p span {
    color: #37a51c;
    text-decoration: underline;
}

.blockpresents  .relisetext {
    background-image: url("/images/competition/backpres.png");
    height: 381px;
    margin-bottom: 70px;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.blockpresents  .relisetext .img img {
    margin-top: 105px;
}


.blockpresents  .relisetext .text {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
}
.blockpresents  .relisetext .link {
    margin-top: 25px;
}

@media screen and (max-width: 992px) {
    .relisetext 
    {
        max-width: 400px;
        margin: 0 auto;
    }
}

.blockpresentsinfo {
    height: 370px;
    background-image: url("/images/competition/bgr2.png");
    padding: 40px 0;
}

.blockpresentsinfo .text {
    margin-top: 20px;
    text-align: center;
    color: white;
}
.blockpresentsinfo h2 {color: white; margin: 10px 0 !important;}

.blockpresentsinfo .text p {margin: 30px 0 !important; color: #c6c5c5; font-size: 1.3em;}
.blockpresentsinfo .text b {color: #fff}


@media screen and (max-width: 992px) {
    .blockpresentsinfo 
    {
        height: auto; 
    }
    p {margin: 10px 0;}
}

.blocksertificate
{
    margin-top: 30px;
}

.blocksertificate .sertificate {
    margin-bottom: 75px;
    margin-top: 40px;
    text-align: center;
}
.blocksertificate .sertificate img {
    width: 100%;
    max-width: 400px;
}

.blocksertificatepresents {
    height: 680px;
    background-image: url("/images/competition/bgr2.png");
}

.blockpresentsinfo h2 a {color: white;}
.blockpresentsinfo h2 a:hover {color: white;}

.blockpartner{
    background-color: #f8fbf1;
    padding-top: 30px;
}

.blockpartner .brands
{
    text-align: center;
}
.blockpartner .brand {
    display: inline-block;
    margin:25px 10px;
    text-align: center;

}
.blockpartner .brand img {
    text-align: center;
    border-radius: 10px;
    width: 300px;
    height: auto;
}
