

/* Start:/local/templates/1bitcloud/css/new.css?17278709498469*/
*
{
    box-sizing:border-box;
}

html
{

}

body,
html
{
    width:100%;
    min-height:100%;
    margin:0;
    padding:0;
    position:relative;
    overflow-x: hidden;
}

body
{
    background: #fff;
    min-width:320px;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
}

.clr
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.clears:after
{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul
{
    list-style:none;
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5, h6
{
    font-size:26px;
    color: #3C4249;
    line-height:normal;
    font-weight: 700;
}

h2{font-size:26px;}
h3{font-size:24px;}
h4{font-size:22px;}
h5{font-size:18px;}
h6{font-size:16px;}

strong
{
    font-weight: 700;
}

img
{
    border:0;
    max-width: 100%;
}

a
{
    text-decoration:none;
    transition-duration: .2s;
    font-size: 1rem;
    line-height: 1.5;
    color: #3C4249;
}

a:hover
{
    text-decoration:underline;
}

a:focus
{
    outline: none;
}

.header__wrapper,
.footer__wrapper,
.section__wrapper
{
    max-width:1278px;
    margin:0 auto;
    position:relative;
    padding-left: 15px;
    padding-right: 15px;
}

.center
{
    text-align: center;
}

.section__caption
{
    padding-top: 54px;
    padding-bottom: 47px;
    margin: 0;
    font-weight: 700;
    color: #3C4249;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
}

.section__caption span {
    color: #f24582;
}

.section__caption h2
{
    font-size: 26px;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

.section__text
{
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}

.caption-nonpadding .section__caption
{
    padding-bottom: 7px;
}

@media  (max-width: 1279px){

}

@media  (max-width: 959px){

}

@media  (max-width: 768px){

}

/*top-banner*/

.top-banner
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff !important;
    height: 400px;
    padding-top: 78px;
    margin-bottom: 0 !important;
    font-size: 20px;
    line-height: 120%;
    position: relative;
    margin-top: 0 !important;
}

.top-banner .section__wrapper
{
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
}

.top-banner__gradient
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(77deg, rgba(20, 27, 31, 0.84) 39.97%, rgba(24, 33, 38, 0) 90.18%);
    z-index: 1;
}

.top-banner__rent
{
    background-image: url("/local/templates/1bitcloud/css/../images/rent.jpg");
}

.top-banner__hosting
{
    background-image: url("/local/templates/1bitcloud/css/../images/hosting.jpg");
}

.top-banner__about
{
    background-image: url("/local/templates/1bitcloud/css/../images/about.jpg");
}

.top-banner__vps
{
    background-image: url("/local/templates/1bitcloud/css/../images/vps.jpg");
}

.top-banner__online
{
    background-image: url("/local/templates/1bitcloud/css/../images/online.jpg");
    margin-bottom: 0;
}

.top-banner__wrapper
{
    display: flex;
    justify-content: space-between;
}

.top-banner__title
{
    color: #fff;
    padding: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
}

.top-banner__title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    padding: 0;
    margin: 0;
}

.top-banner .top-banner-text
{

}

.top-banner__list
{
    list-style: none;
    text-align: left;
    margin-left: 20px;
}

.top-banner__list-item::before
{
    content: "\2022";
    color: #E50071;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.top-banner__item
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
    margin-right: 1%;
}

.top-banner__item:last-child
{
    margin-right: 0;
}

.top-banner__button
{
    margin-top: 40px;
    position: relative;
}

.top-banner__button-text
{
    margin-top: 10px;
    font-size: 14px;
    position: absolute;
    width: 245px;
    text-align: center;
}

.top-banner__item-ico
{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
}

.top-banner__item-ico-image
{
    margin-right: 20px;
}

@media all and (max-width: 1307px)
{
    .top-banner .section__wrapper
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 1100px)
{
    .top-banner__button{margin-top: 20px;}
}

@media all and (max-width: 991px) {
    .top-banner{height: auto;padding-top: 52px;text-align: center;}
    .top-banner__info{text-align: center;margin-bottom: 40px;}
    .top-banner__title{text-align: center;font-size: 26px;}
    .top-banner__title h1{font-size: 26px;}
    .top-banner__text{text-align: center;margin-bottom: 15px;}
    .top-banner__button{text-align: center;margin-top: 0px;}
    .top-banner__button-text {position: static;margin-bottom: -15px;width: 100%;}
    .top-banner__item{text-align: left;display: flex;width: 100%;align-items: center;margin-right: 0;}
    .top-banner__item-flex{display: flex;flex-direction: column;justify-content: space-between; -ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
    .top-banner__wrapper{flex-wrap: wrap;}
    .top-banner__item-ico{margin-bottom: 40px;}
    .top-banner__online {padding-bottom: 20px;}
}

@media all and (max-width: 575px) {
    .top-banner__item-flex{align-items: center;width: 100%;max-width: 100%;display: block;-ms-flex:100%;flex: 100%;}
    .top-banner {height: auto;padding-bottom: 20px;}
    .top-banner__item{margin-bottom: 15px;width: 100%;margin-bottom: 0;}
    .top-banner__item-ico-image {width: 52px;height: 52px;}
    .top-banner__item-ico {margin-bottom: 20px;}
}
/*top-banner*/


/*element*/

select
{
    outline: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    background-image: url(/local/templates/1bitcloud/css/../images/ico/arrow-pink-up.svg);
    background-repeat: no-repeat;
    background-position: right .5em top 50%;
    background-size: .65em auto;
    font-size: 18px;
    outline: none;
}

select:not(.bx-calendar-form-input )
{
    color: #3C4249;
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 11.5px 20px 11.5px 20px;
    box-sizing: content-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 0;
}

input[type="text"],
input[type="password"],
input[type="reset"],
input[type="email"],
textarea
{
    color: #3C4249;
    font-size: 18px;
    background: #fff;
    padding: 11.5px 20px 11.5px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    outline: none;
}

textarea
{
    min-height: 120px;
    resize: none;
}

input.error
{
    box-shadow: inset 0 0px 3px rgba(255, 0, 0, 1) !important;
    -webkit-box-shadow: inset 0 0px 3px rgba(255, 0, 0, 1) !important;
}

.button
{
    text-align: center;
    min-width: 162px;
    height: 38px;
    display: inline-block;
    padding: 0 0 0 0;
    font-size: 15px;
    line-height: 28px;
    cursor: pointer;
    color: #fff;
    background: #E50071;
    border: 3px solid #E50071;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    transition-duration: 0.2s;
    font-weight: bold;
    outline: none;
}

.button:hover
{
    background: #C80063;
    border: 3px solid #C80063;
    color: #fff;
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);*/
    text-decoration: none;
}

.button-big
{
    padding: 0 55px;
    height: 51px;
}

.button-big-h
{
    padding: 0 55px;
    height: 51px;
    padding-top: 7px;
}

.button-big2
{
    padding: 0 55px;
    height: 47px;
}

.button-line
{
    min-width: 236px;
    padding: 8px 25px !important;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    height: 62px;
}

.button small
{
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    display: block;
}

ul.list-yes-pink {
    margin-left: 30px;
}

.easyuse .easyuse-text ul {
    margin-left: 40px;
}

/*element*/

/* End */


/* Start:/local/components/firstbit/contain.banner/templates/.default/style.css?175706311322*/
.grm-custom {
    
}
/* End */
/* /local/templates/1bitcloud/css/new.css?17278709498469 */
/* /local/components/firstbit/contain.banner/templates/.default/style.css?175706311322 */
