@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}
body {  
}
/*------------------*/ 
.l-page {
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    min-width: 300px;
    position: relative; 
}
.l-page .page__fon {
    margin: 0 -2000px;
    padding: 0 2000px;
    background: rgba(224,224,224,1);
    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,224,224,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#fefefe', GradientType=0 );
    min-height: 100%;   
}
/*------------------*/ 
.b-header {
    height: 495px;
    margin: 0 -2000px;
    padding: 0 2000px;
    position: relative;
}
.b-header .header__wrap {
    position: relative;    
}
.b-header .header__logo   {
    position: absolute;
    left: 20px;
    right: 20px;
    width: 364px;
    height: 58px;
    margin: 0 auto;
    top: 297px;  
    z-index: 3;   
}
.b-header .header__contact {
    position: absolute;
    left: 494px;
    top: 65px;
}
.b-header .header__cloud {
    position: absolute;
    top: 0;
    left: -81px;
}
.b-header .header__cloud1 {
    position: absolute;
    top: 0;
    right: -81px;
}
.b-header .header__cloud2 {
    position: absolute;
    top: 119px;
    margin: 0 auto;
    right: 109px;
    left: 20px;
    width: 839px
}
/*------------------*/
.b-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
    z-index:3;
}
.b-footer a:link,
.b-footer a:active,
.b-footer a:visited {
    color: #27e1bb; 
    text-decoration: none;
}
.b-footer a:hover { 
    text-decoration: underline;
}
.b-footer .footer__contener {
    margin: 0 auto;
    max-width: 1240px;
    min-width: 980px;
}
.b-footer .footer__left {
    width: 100%;
    position: absolute; 
    top: 0;
    bottom: 0;
    left: -100%; 
}
.b-footer .footer__right {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%; 
}
/*------------------*/
.b-colum {
    position: relative; */
    z-index: 11;
    padding: 40px 20px;
}
.b-colum:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
}
/*------------------*/
.b-text {}
.b-text .text__title {
    margin-bottom: 40px;
}
.b-text .text__title p {
    font-size: 43px;
    color: #404041;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.b-text .text__info {
    text-align: center;
    margin-bottom: 40px;
}
.b-text .text__info p {
    font-size: 20px;
    color: #404041;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0;
}
.b-text .text__info a:link,
.b-text .text__info a:active,
.b-text .text__info a:visited,
.b-text .text__info a:hover {
    color: #d22a30;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    text-decoration: none;
    padding: 0;
}
.b-text .text__info a:hover {
    color: #000;
}
.b-text {}
.b-text {}

/*------------------*/
.b-hr {
    margin: 0 -2000px;
    padding: 0 2000px;
    border-top: 1px solid #dee1e4;
}
/*------------------*/
.b-butcenter {
    text-align: center;
}
.b-butcenter a:link, 
.b-butcenter a:visited, 
.b-butcenter a:active { 
    color: #262626;
    background: #ffd156;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 13px;
    padding: 13px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 248px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    z-index: 6;
    position: relative;
}
.b-butcenter a:hover {
    background: #929292;
    color: #262626;
}
/*------------------*/
#bigcloud {
    animation: bobble 3s infinite;
    margin-left: 100px;
    margin-top: 15px;
}
#bigcloud1 {
    animation: bobble 3s infinite;
}
@keyframes bobble {
    0% {
        transform: translate3d(50px, 40px, 0px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translate3d(50px, 50px, 0px);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translate3d(50px, 40px, 0px);
    }
}