@font-face {
    font-family: 'PlumbCondensed-Regular';
    src: url('../fonts/PlumbCondensed-Regular.eot');
    src: url('../fonts/PlumbCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlumbCondensed-Regular.woff2') format('woff2'),
        url('../fonts/PlumbCondensed-Regular.woff') format('woff'),
        url('../fonts/PlumbCondensed-Regular.ttf') format('truetype'),
        url('../fonts/PlumbCondensed-Regular.svg#ProximaNova-Regular') format('svg');
}

@font-face {
    font-family: 'plumbcondensedregular_0';
    src: url('../fonts/plumbcondensedregular_0.eot');
    src: url('../fonts/plumbcondensedregular_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/plumbcondensedregular_0.woff2') format('woff2'),
        url('../fonts/plumbcondensedregular_0.woff') format('woff'),
        url('../fonts/plumbcondensedregular_0.ttf') format('truetype'),
        url('../fonts/plumbcondensedregular_0.svg#plumbcondensedregular_0') format('svg');
}

@font-face {
    font-family: 'RotondaC';
    src: url('../fonts/RotondaCBold.eot');
    src: url('../fonts/RotondaCBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RotondaCBold.woff2') format('woff2'),
        url('../fonts/RotondaCBold.woff') format('woff'),
        url('../fonts/RotondaCBold.ttf') format('truetype'),
        url('../fonts/RotondaCBold.svg#RotondaCBold') format('svg');
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoMedium.woff2') format('woff2'),
        url('../fonts/RobotoMedium.woff') format('woff'),
        url('../fonts/RobotoMedium.ttf') format('truetype'),
        url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

/**************************************************************************************/
body{
	
}
.wrapper{max-width: 1200px; min-width: 320px;margin: 0 auto; text-align: center;}
#clear{clear: both;}

h1{
	font-family: RotondaC;
	font-style: normal;
	font-weight: bold;
	font-size: 44px;
	line-height: 51px;
	text-align: center;
	color: #EF4046;
	width: 50%;
	margin: 30px auto;
}


.partner-block,.awards-block{
	background: #F4F7F8;
	border-radius: 20px;
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}
.partner-block>table, .awards-block>table{
	margin: 0 auto;
}
.partner-block>table td{
	padding: 10px 5px;
	width: 20%;
    display: inline-block;
}
#award  tr > td{
	padding: 0 0 0px;
	width: 33%;
	vertical-align: top;
}
.partner-block>table{
	width:100%;
}
.awards-block>table{
	width:95%;
	margin-bottom: 20px;
}

h2,h2>a{
	font-family: plumbcondensedregular_0;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 30px;
}

h3, h3 a{
	font-family: plumbcondensedregular_0;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;
	/*letter-spacing: 1px;*/
	color: #000000;
	text-decoration: none;
}
h3 a:hover{cursor: pointer; text-decoration: underline;}
h4{
	font-family: RotondaC;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #EF4046;
}
h4>img{
	width: 20px;
	margin-bottom: -2px;
}
#award tr > td > table tr > td:nth-child(1) img{
	width: 250px;
}
#award h3, #award h4{
	text-align: center;
	margin-bottom: 20px;
}
#award tr > td > table tr > td:nth-child(2){
	padding: 0 0px 0px 20px;
}

.partner-block button, .awards-block button{
	background: #EF4046;
	border-radius: 8px;
	padding: 15px 40px;
    cursor: pointer;
    
	font-family: RotondaC;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;	
}
.partner-block table{
	margin-bottom: 20px;
}
.partner-block:after{
content: '';
    height: 200px;
    width: 200px;
    background: url(../img/pattern.png) no-repeat;
    position: absolute;
    right: -110px;
    bottom: -100px;
    background-size: 200px;
    z-index: 3;
}




@media screen and (max-width: 1024px) {
	.wrapper{
		overflow: hidden;
	}
    h1{
    	width: 70%;
    }
    .partner-block>table {
	    width: 75%;
	}
	#award tr > td > table tr > td:nth-child(2) {
	    padding: 0 10px 0px 10px;
	}
}

@media screen and (max-width: 855px) {
    h1{
    	width: 80%;
    }
    .partner-block>table {
	    width: 90%;
	}
	.awards-block>table {
	    width: 100%;
	}
		#award tr > td > table tr > td:nth-child(1) img {
	    width: 100%;
	}
	
}
@media screen and (max-width: 768px) {
    h1{
    	width: 90%;
    }
    .partner-block>table {
	    width: 100%;
	}
	.partner-block table img {
	    width: 90%;
	}
	h4 {
	    font-size: 25px;
	}	
}
@media screen and (max-width: 700px) {
    h1{
    	width: 90%;
    }
    .partner-block>table {
	    width: 100%;
	}
	.partner-block>table td {
	    padding: 18px 15px;
	    width: 35%;
	    display: inline-block;
	}
	.partner-block table img {
	    width: 100%;
	}
	h4 {
	    font-size: 25px;
	}
	#award tr > td {
	    padding: 0 0 0px;
	    display: inline-table;
	    width: 100%;
	}
	#award tr > td > table {
		width: 100%;
	}
	#award tr > td > table td {
		width: 60%;
	}
	.awards-block>table {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	h1 {
	    font-size: 35px;
	    line-height: 40px;
	}
	.partner-block, .awards-block {
	    padding: 40px 20px;
	}
	.partner-block>table td {
	    width: 37%;
	}
	#award tr > td > table tr > td:nth-child(2) {
	    padding: 0 0px 0px 20px;
	}
	.partner-block:after {
		display: none;
	}
}
/************************************************************************************/
/*width: 500px;
    margin: 0 auto;
    height: 720px;
    border: 0;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(1.50);
    transform: scale(1.90);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;"


/*************************************snow**********************************/

.imgConteiner {
    position: relative;
}
.imgConteiner img.imgElem {
    position: relative;
    z-index: 2;
}
img.imgPreloader {
    width: 100%!important;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
}
