body{
    font-family: Roboto,sans-serif;
    font-size: 16px;
    color: #222;
}
h1,h2,h3,h4{
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
}
.content{
    padding-top: 50px;
}
.content h1{
    font-size: 45px;
    font-weight: 800;
}
a{
    color: #0089CF;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.btn-outline-primary{
     border-color: #0089CF;
 }
.relative{
    position: relative;
}
.btn:hover {
    color: #fff;
    background-color: #0089CF;
    border-color: #0089CF;
}
.color-blue{
    color: #0089CF !important;	transition: color 0.3s ease;
}.color-blue:hover {    color: #00669E !important; }
.gray{
    background-color: #F1F3F4;
    margin: 50px auto;
    padding: 50px 25px;
}
.gray h3{
    font-size: 30px;
}
.white{
    background-color: #fff;
    border-radius: 5px;
}
.blue{
    background-color: #0089CF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.blue .btn:hover {
    color: #0089CF;
    background-color: #fff;
    border-color: #fff;
}
.blue .row{
    margin: 0;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    color: #0089CF;
    background-color: #fff;
}
.card .btn-check:checked+.btn,.card .btn.active, .card .btn.show, .card .btn:first-child:active,.card :not(.btn-check)+.btn:active{
    color: #fff;
    background-color: #6c757d;
}
.btn.btn-secondary.text-primary{
    color: #0089CF !important;
    background: none;
    border-color: #0089CF;
}
.btn.btn-secondary.text-primary:hover{
    color: #fff !important;
    background: #0089CF;
}
.table-responsive-md{
    margin-top: 25px;
}
footer{
    padding: 50px 50px 20px;
    border-top: 1px solid #0089CF;
    background-color: #fff;
}
footer h3{
    color: #0089CF;
    font-weight: bold;
    text-align: center;
	/* padding-right: 40%; */
    font-size: 32px;
    margin-bottom: 0;
}
footer ul,footer p{
    list-style: none;
    font-size: 18px;
    padding: 0 50px;
    color: #808080;
    margin-top: 15px;
}
footer li a{
    color: #808080;
    text-decoration: none;
}
footer li a:hover{
    color: #222;
}
footer .content-footer{
    display: flex;
    justify-content: center;
}
.footer{
    border-right: 1px solid #0089CF;
}
.copyright{
    font-size: 14px;
    color: #0089CF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
}
.dotpay{
    height: 70px;
}

/*navbar*/
.bg-body-tertiary {
    background-color: #fff !important;
}
.logo{
    height: 50px;
}
.navbar-brand{
    padding: 0px 50px;
}
.nav-link{
    color: #1c9ccf;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #0089CF;
    font-weight: 500;
}
.nav-link:focus, .nav-link:hover {
    color: #0089CF;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav {
    justify-content: space-around;
}
.language a, .language span{
    color: #0089CF;
}
.language{
    display: flex;
    justify-content: end;
    align-items: center;
}
.lang{
    margin: 0 5px;
    text-decoration: none;
}
.lang.active{
    border-bottom: 3px solid #F7032C;
}
.breadcrumb{
    padding: 0 50px;
    margin-top: auto;
    margin-bottom: 0;
}
.nav-bread{
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
}
.breadcrumb-item a{
    color: #fff;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.breadcrumb-item.active{
    color: #ffffff91;
}
.search button{
    color: #fff;
    border: 1px solid #fff;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler:focus{
    background-color: #0089CF;
}
.search{
    padding-right: 0;
}
.search-index{
    padding-left: 50px;
}
.search .nav-link{
    color:#fff;
}
/*login*/
.main-content{
    padding-bottom: 50px;
    padding-top: 50px;
}
.card{
    margin-bottom: 25px;
}
.card .form-inline{
    display: flex;
}
.card .form-inline .form-control.col-8{
    width: 66.66%;
}
.card .form-inline .form-control.col-3{
    width: 25%;
}
.mai-wrapper{
    background: #f1f1f1;
}
.btn.btn-secondary.btn-space, .btn.btn-primary.btn-space{
    width:auto;
    margin-top: 25px;
}
.btn.btn-secondary.btn-space{
    margin-right: 15px;
    background: #a5a5a5;
    border-color: #a5a5a5;
    color:#fff;
}
.btn.btn-secondary.btn-space:hover{
    background: #fff;
    color: #0089CF;
    border-color: #0089CF;
}
.btn.btn-primary.btn-space{
    background:#0089CF;
    color:#fff;
}
.btn.btn-primary.btn-space:hover{
    background:#fff;
    color:#0089CF;
    border-color:#0089CF;
}
.form-group{
    margin-bottom: 15px;
}
.card-header:first-child{
    border-top:5px solid #0089CF;
    background-color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.form-control:focus{
    box-shadow: 0 0 0 0.25rem rgba(0, 136, 207, 0.34);
    border-color: #ffffff;
}
.text-primary{
    color:#0089CF !important;
}
.message .close{
    position: absolute;
    right: 10px;
    top: 5px;
    background: none;
    border: none;
    padding: 0;
}
.alert.alert-dismissible{
    display: flex;
}
.alert.alert-dismissible .icon{
    padding-right: 10px;
}
    /*cabinet*/
.border-bottom-cabinet{
    border-bottom: 1px solid #0089CF;
}
.cabinet{
    justify-content: end;
}
.cabinet li{
    display: flex;
}
.cabinet li a{
    margin-top: auto;
    margin-bottom: auto;
}
.cabinet .dropdown-menu{
    top: 50px;
    right: 0;
}
.dropdown-item.active, .dropdown-item:active,.dropdown-item:active span{
    background-color: #0089CF;
    color:#fff;
}
.cabinet .user-menu-top, .cabinet .user-menu{
    color:#0089CF !important;
}
.s7-angle-down:before, .s7-sort-desc:before {
    content: none;
}
.cabinet .user-menu.dropdown-toggle::after{
    padding-bottom: 10px;
}
.language-cabinet{
    display: flex;
    justify-content: end;
}
.language-cabinet div{
    margin-bottom: auto;
    margin-top: auto;
}
.active>.page-link, .page-link.active {
    background-color: #0089CF;
    border-color: #0089CF;
}
@media screen and (max-width: 992px) {
    .navbar-collapse {
        width: 250px;
        position: absolute;
        top: 55px;
        left: auto;
        padding: 17px 15px 25px 15px;
        right: 10px;
        background: rgb(255, 255, 255);
        z-index: 9999;
        border-radius: 5px;
        border: 1px solid rgb(204, 204, 204);
    }
    .language {
        padding-top: 25px;
        border-top: 1px solid #ccc;
    }
    .navbar-expand-lg .navbar-nav{
        padding-bottom: 25px;
    }
    .search, .search-index{
        padding: 0;
    }
    .breadcrumb{
        padding: 0;
    }
    .navbar-brand{
        padding: 0px ;
    }
    .cabinet{
        text-align: left;
    }
    .cabinet .dropdown-menu {
        top: auto;
        display: block;
        position: relative;
    }
    .language-cabinet{
        display: block;
    }
    .cabinet li {
        display: block;
    }
    .cabinet .user-menu{
        margin-left: -3px;
    }
    .language div{
        margin-bottom: auto;
        margin-top: auto;
    }
}
@media screen and (max-width: 768px) {
    .search{
        padding: 15px 0px 5px 0px;
    }
    .search-index{
        padding: 0;
    }
}
/*navbar*/

/*index*/
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
     filter: none;
}
.carousel-dark h1, .carousel-dark h2{
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}
.carousel-dark p{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.head-hosting{
    margin: 50px auto;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
}
.border-table{
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: auto;
}
.table{
    margin: 0;
}
.hosting{
    font-size: 30px;
}
.rectangle{
    width: 80%;
    height: 5px;
    background-color: #0089CF;
    display: block;
}
.tariffs img{
    width: 30px;
    margin-right: 10px;
}
.packets{
    font-size: 20px;
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.top-radius{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.bottom-radius{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.slogan{
    font-size: 14px;
    color:#0089CF;
    display: block;
    margin: 10px 0 20px ;
}
.rectangle2{
    width: 50%;
    height: 2px;
    background-color: #222;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
thead th{
    padding-bottom: 25px !important;
}

.head-price{
    font-size: 30px;
    display: block;
    text-align: center;
    color:#0089CF;
}
.price-mouth{
    font-size: 14px;
    display: block;
    text-align: center;
    color:#0089CF;
}
.price{
    font-size: 25px;
    color: #0089CF;
   /* font-weight: 800; */
    vertical-align: middle;
}
.more{
    width: 80%;
    display: block;
    padding: 8px 20px 10px;
    border-radius: 5px;
    background: #F7032C;
    text-decoration: none;
    color: #fff;
    box-shadow: inset 0px -1px 12px 0px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
}
.bye{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 8px 20px 10px;
    border-radius: 5px;
    background: #0089CF;
    text-decoration: none;
    color: #fff;
    box-shadow: inset 0px -1px 12px 0px rgba(0, 0, 0, 0.2);
}
.bye:hover, .more:hover{
    box-shadow: inset 0px -2px 20px 2px rgba(0, 0, 0, 0.25);
}
.bye:active, .more:active{
    box-shadow: inset -1px 14px 16px 0px rgba(163, 156, 156, 0.25);
}
.price-row{
    /*--bs-table-accent-bg: #fff !important;*/
    /*border-bottom-width: 0 !important;*/
    padding: 25px 0 !important;
}
.first-plan, .second-plan, .third-plan, .fourth-plan{
    border-left: 2px solid #ffffff00;
    border-right: 2px solid #ffffff00;
    min-width: 180px;
}
.first-plan.hover,.second-plan.hover, .third-plan.hover, .fourth-plan.hover {
    background: #0089CF !important;
    --bs-table-accent-bg: #0089CF !important;
    box-shadow: 5px 4px 10px 0px  rgba(0, 0, 0, 0.3);
    color: #fff !important;
}
.hover .slogan{
    color: #fff;
}
.hover .bye, .hover .rectangle2{
    background-color: #fff;
    color: #0089CF!important;
}
.name-attr{
    position: relative;
}
.name-attr .hint{
    position: absolute;
    width: 200px;
    display: none;
    top: 25px;
    left: 10px;
    background: #fff;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    color: #7d7c7c;
    font-weight: 300;
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 99;
}
.name-attr:hover .hint{
    display: block;
}
.head-news{
    text-indent: unset;
    color:#0089CF;
    padding: 25px 25px 15px 25px;
    margin: 0;
}
.head-sale{
    text-indent: unset;
    color:#222;
    padding: 25px 25px 15px 25px;
    margin: 0;
}
.head-news img, .head-sale img {
    width: 45px;
    padding-left: 15px;
}
.rectangle3{
    height: 2px;
    margin-left: 25px;
    width: 40%;
    background-color: #ddd;
}
.rectangle33{
    height: 2px;
    width: 40%;
    background-color: #ddd;
    margin-bottom: 15px;
}
.rectangle4{
    height: 2px;
    margin-left: 25px;
    width: 40%;
    background-color: #0089CF;
}
.rectangle44{
    height: 2px;
    width: 40%;
    background-color: #0089CF;
    margin-bottom: 15px;
}
.all-news{
    padding: 25px;
}
.news-all{
    border: 3px solid #dddddd;
    border-radius: 5px;
}
.news{
    color: #787878;
}
.date{
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}
.description a{
    color: #787878;
    text-decoration: none;
}
.description a:hover {
    color: #0089CF;
}
.description{
    margin-bottom: 25px;
    height: 48px;
    overflow: hidden;
}
.news h4 a{
    color: #0089CF;
    font-weight: bold;
    text-decoration: none;
}
.news h4 a:hover{
    color: #222;
}
.news h4 i{
    color: #787878;
    font-size: 30px;
}
.all-news-link{
    text-decoration: none;
    color: #787878;
    padding: 5px 0;
    border-bottom: 2px solid #0089CF;
}
.all-news-link:hover{
    color: #0089CF;
}
.faq h4{
    margin-bottom: 15px;
    font-size: 18px;
}
.faq .head-news{
    color: #222;
}
.faq{
    border: 3px solid #0089cf6e;
    border-radius: 5px;
}
.height-news{
    overflow: hidden;
}
.faq, .news-all{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#carouselExampleIndicators .carousel-inner{
    text-align:center;
}
#carouselExampleIndicators .carousel-inner p{
    height: 46px;
    overflow: hidden;
    padding: 0 25px;
    margin-bottom: 0;
    margin-top: 15px;
}
#carouselExampleIndicators .carousel-inner img{
    height: 200px;
}
#carouselExampleIndicators a{
    color: #222;
    text-decoration: none;
}
#carouselExampleIndicators a:hover{
    color: #0089CF;
}
.height-sale{
    min-height: 341px;
    padding-top: 50px;
}
#carouselExampleIndicators .carousel-indicators{
    top: -110px;
    bottom: auto;
    left: auto;
    right: 5px;
    margin: 0;
}
#carouselExampleIndicators .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0089CF;
}
.white .all-news-link{
    margin-left: 25px;
}

/*hosting*/
.host{
    background: #f0f0f0;
}
.host h1{
   margin-bottom: 25px;
}
.host h2{
    font-style: italic;
    font-size: 24px;
    padding-bottom: 25px;
}
.change-period{
    margin: 50px auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
   /* font-weight: bold; */
}
.change {
    display: flex;
    justify-content: center;
}
.period{
    background: #ddd;
    padding: 8px 20px 10px;
    box-shadow: inset 0px -1px 12px 0px rgba(0, 0, 0, 0.2);
    color: #222;
}
.period.one-month{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #ddd;
}
.period.one-year{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #ddd;
}
.period a{
    text-decoration: none;
    color: #222;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #0089CF;
}
.period.active a, .period:hover a{
    color: #fff;
}
/*domains*/
.domains form{
    margin-bottom: 25px;
}
.domains form input{
    background: #ddd;
}
.domains form button{
    background-color: #0089CF;
}
.domains a{
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
}
.domain{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 25px;
}
.domain span{
    color: #F7032C;
}
.domain-price{
    color: #8b8b8b;
    font-size: 20px;
    margin-bottom: 0;
}
.domain-price span{
    font-size: 32px;
    font-weight: 600;
    color: #222;
}
.domain-hosting{
    position: absolute;
    top: 0;
    right: 0;
    background: #F7032C;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
}
.domain-continue{
    color: #8b8b8b;
}
.all-domains{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    margin-right: -15px;
    text-decoration: none;
    font-weight: bold;
}
.domains h2{
    text-align: center;
    margin: 50px auto;
    font-weight: bold;
}
.domains .rectangle {
    width: 50%;
    height: 3px;
}
.table-domains .tr:hover{
    background-color: #0c88b4;
}
.table-domains .tr:hover .color-blue, .table-domains .tr:hover td{
    color: #fff!important;
}
#myTabContent .border-table{
    border-top: 0px;
}
#myTab.nav-tabs{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: space-between;
}
#myTab .nav-item{
    width: 33.3%;
}
#myTab .nav-item button{
    width: 100%;
    background: #f2f2f2;
    border-top-width: 5px;
    border-top-color: #ddd;
    color: #8b8b8b;
}
#myTab .nav-item button.active{
    background: #fff;
    border-top-color: #0089CF;
    border-top-width: 5px;
    color: #0089CF;
}
#myTabContent  .max-width{
    width: 300px;
}
.subscription{
    margin: 25px auto;
    font-weight: bold;
}
.all-faq .all-faq-head{
    text-align: center;
    margin: 50px auto;
    font-weight: bold;
}
.all-faq{
    margin-bottom: 50px;
}
.accordion-button{
    border-top: 5px solid #ddd;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}
.accordion-button:focus{
    box-shadow: none!important;
    border-color: #dddddd;
}
.accordion-button{
    font-weight: bold;
    font-size: 24px;
}
.accordion-button:not(.collapsed) {
    color: #0089cf;
    background-color: #fff;
    border-top: 5px solid #0089cf;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}
@media screen and (max-width: 1400px) {
    .gray h3{
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    footer ul, footer p {
        padding: 0 30px;
    }
    .gray h3,.gray h4{
        font-size: 18px;
    }
}
@media screen and (max-width: 992px) {
    footer ul, footer p {
        padding: 0;
    }
    footer .logo{
        height: 40px;
    }
    .white {
        margin: 25px auto;
        padding-bottom: 25px;
    }
    .gray h3,.gray h4{
        font-size: 24px;
    }
    #carouselExampleIndicators .carousel-indicators {
        top: -55px;
    }
    .height-sale {
        height: auto;
        margin-bottom: 25px;
    }
    .height-news {
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    #carouselExampleDark{
        display: none;
    }
    .footer {
         border-right: none;
        margin-bottom: 25px;
    }
    .fixed-bottom {
        position: relative;
    }
    .mobile-domain{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-table{
        margin-bottom: 25px;
    }
    .all-domains{
        margin-right: 5px;
    }
}
