@font-face {
    font-family: "coolnet";
    src: url('../fonts/coolnet.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "coolnet";
}
html {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}
body {
    /* background-image: url("../image/bg.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    min-height: 100%;
    background: #fff;
    height: auto;
    background-attachment: fixd;
}



header {
    background: linear-gradient(to bottom right, #2ab2da, #604cbd);
    text-align: center;
    height: 89px;
}
img.logoImage {
    padding-top: 15px;
}
.textLogo {
    text-align: center;
    margin: 50px 0;
}
.blockContainer {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 13%;
}

.twoDiv{
    width: calc(48% - 30px);
    text-align: center;
    padding: 0px 15px;
}

.leftDiv {
    float: left;
}
.rightDiv {
    float: right;
}
.imageItem {
    width: 100%;
}

.linkItem {
    text-decoration: none;
    color: #fff;
    padding: 1px 24px 11px 20px;
    font-size: 42px;
    border-radius: 100px;
    top: -30px;
    position: relative;
    letter-spacing: 0.04em;
}

.cool_pal {
    background: #5673cf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #b7004c, #7d0034); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #b7004c, #7d0034); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #b7004c, #7d0034); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #b7004c, #7d0034); /* Standard syntax */
}
.cool_solutions {
    background: #604cbd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #2ab2da, #0045c3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #2ab2da, #0045c3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #2ab2da, #0045c3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #2ab2da, #0045c3); /* Standard syntax */
    letter-spacing: inherit;
}
.clear {
    clear: both;
}


/*************************/
div#particles-js {
    background: transparent;
    top: 0;
    position: absolute;
}
.content_Site {
    position: relative;
    z-index: 9;
}
.text_logo {
	width: 457px;
	max-width: 100%;
}

@media (max-width: 780px) {
    
	.linkItem {
		font-size: 1.5em;
	}
}

@media (max-width: 700px) {
    .twoDiv {
        width: calc(100% - 30px);
    }
	.linkItem {
		font-size: 1.2em;
	}
}
.bgHi {
    height: 140px;
    background-color: #fff;
    margin-top: -50px;
    z-index: 100;
    position: relative;
}
.speedDiv {
	height: 600px;
}

.zHri {}

.zHri iframe {
	margin-top: -61px;
}

.zHri {
	margin-top: 40px;
	overflow: hidden;
	min-height: 599px;
}

h3.TitlePage {
    width: 100%;
    font-size: 60px;
    color: #009fff;
    text-align: center;
    padding-top: 30px;
}

@media (max-width: 696px) {
    
	.zHri iframe {
		margin-top: -38px;
	}
}

