a{
    color: #035589;
}
a:hover{
    color: #293d73;
}

section {
    overflow: hidden;
}
body {

}
body.layout-vps section {
    overflow: initial;
}
body.layout_aboutus {
    background-color: #ffffff;
}
body.layout-home .sections-wrapper section.section:nth-child(2) {
    background-color: #ffffff;
}
body.layout-quiz .sections-wrapper,
body.layout-quiz .before-page-elements {
    background-color: #fefefe;
}

.btn-sh-gray{
    background-color: #a4a4a4;
    border-color: #a4a4a4;
}
.btn-sh-gray-light{
    background-color: #ced4da;
    border-color: #ced4da;
}
.btn-sh-gray-light:hover{
    background-color: #a4a4a4;
    border-color: #a4a4a4;
}
.btn-sh-red{
    background-color: #e52c39;
    border-color: #e52c39;
}
.btn-sh-red:hover{
    background-color: #ba1e29;
    border-color: #ba1e29;
}
.btn-sh-red-light{
    background-color: #ed6b74;
    border-color: #ed6b74;
}
.btn-sh-red-light:hover{
    background-color: #e52c39;
    border-color: #e52c39;
}
.btn-sh-blue{
    background-color: #394d84;
    border-color: #394d84;
}
.btn-sh-blue:hover{
    background-color: #293d73;
    border-color: #293d73;
}
.btn-sh-blue-light{
    background-color: #7482a9;
    border-color: #7482a9;
}
.btn-sh-blue-light:hover{
    background-color: #394d84;
    border-color: #394d84;
}
.btn-sh-black{
    background-color: #0f0f0f;
    border-color: #0f0f0f;
}
.btn-sh-black i{
    color: #e52c39;
    font-size: 0.5rem;
    vertical-align: top;
    margin-top: 8px;
}
.btn-sh-white {
    background-color: #ffffff;
    border-color: #eeeeee;
    color: #777777;
}
.btn-sh-outline-blue{
    background-color: transparent;
    border-color: #394d84;
    color: #394d84;
}
.btn-sh-outline-blue:hover {
    background-color: #394d84;
    border-color: #394d84;
    color: #ffffff;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #394d84;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    color: #ffffff;
}
.btn-sh-outline-red{
    background-color: transparent;
    border-color: #e52c39;
    color: #e52c39;
}
.btn-sh-outline-red:hover {
    background-color: #e52c39;
    border-color: #e52c39;
    color: #ffffff;
}

.tooltip .tooltip-inner {
    padding-bottom: 0.5rem;
}

.form-sh .custom-checkbox.custom-black-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffffff;
    border-color: #2b2b2b;
}

.custom-checkbox.custom-black-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    filter: brightness(0);
}

section .full-width-strip {
    background-color: #f2f2f2;
}
section .full-width-strip:before {
    background-color: #f2f2f2;
    content: '';
    height: 100%;
    width: 4000px;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 2000px);
    z-index: 0;
}
section .full-width-strip > div {
    position: relative;
    z-index: 1;
}

.carousel.slide.carousel-fade .carousel-item{
    transition: transform 6s ease, opacity 1.5s ease-out;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.relative{
    position: relative;
}

.bg-light-green {
    background-color: #d9e700;
}

.gray-light{
    color: #ced4da;
}

.gray-medium{
    color: #a7abae;
}

.btn:not(:disabled):not(.disabled).cursor-default {
    cursor: default;
}

.btn-chat{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 0.75rem;
    color: #ffffff;
    border-radius: 0.15rem;
    padding: 8px 15px 9px;
}
.btn-chat img{
    margin-left: 10px;
}
.btn-left-rounded,
.btn-right-rounded{
    padding: 24px 0;
    width: 150px;
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.1875rem;
    text-transform: none;
}
.btn-left-rounded{
    border-radius: 30px 0 0 30px;
    margin-right: -3px;
}
.btn-right-rounded{
    border-radius: 0 30px 30px 0;
    margin-left: -3px;
}

.line-height-normal {
    line-height: normal;
}
.line-height-1 {
    line-height: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.align-super {
    vertical-align: super;
}

.text-transform-none,
.btn-sh.text-transform-none{
    text-transform: none;
}

.alert-sh{
    background: url('../images/info_icon_simple.png') no-repeat 40px center;
    padding: 1.25rem 2.25rem 1.25rem 6.125rem;
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
}
.alert-sh-grey{
    background-color: #f9f9f9;
    border-color: #ebebeb;
    color: #2b2b2b;
}
.alert-sh-white{
    background-color: #fff;
    border-color: #fff;
    color: #808080;
}
.alert-sh-shadow{
    box-shadow: 0 10px 20px #e0e0e0;
}

.download-link{
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 0.8125rem;
}

.default-font{
    font-family: DefaultFont, sans-serif;
}
.default-font-semibold{
    font-family: DefaultFont-Bold, sans-serif;
}
.default-font-bold{
    font-family: DefaultFont-Bold, sans-serif;
}

.modal-content {
    border-radius: .15rem;
}

#header .navbar-nav .dropdown-menu {
    border-radius: .15rem;
    min-width: 6rem;
}

.pdf-big{
    font-size: 3rem;
}

.order-header{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.875rem;
    color: #2b2b2b;
}
.table-sh{
    color: #2b2b2b;
}
.table-sh-headers{
    font-family: DefaultFont, sans-serif;
    font-size: 0.875rem;
}
.order-form .table-sh-headers{
    font-family: DefaultFont, sans-serif;
}
.table-sh-headers .row span{
    position: absolute;
    bottom: 0;
}

#langs-wrapper {
    display: block;
    width: 71px;
    height: 35px;
    overflow: visible;
    float: right;
    margin: 0 0 0 5px;
    z-index: 999;
    position: relative;
}
#langs {
    border: 1px solid #c2c2c2;
    border-radius: .15rem;
    text-align: left;
    background-color: #fff;
}
#langs a {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 0.75rem;
    display: block;
    height: 35px;
    width: 71px;
    padding: 9px 0;
    color: black;
}
#langs a:hover {
    text-decoration: none;
}
#langs .drop-dl ul {
    display: none;
    list-style: none;
}
#langs a img {
    margin: -2px 0 0 10px;
}
#langs ul, #langs li {
    margin: 0px;
    padding: 0px;
    padding-bottom: 0px;
}

#check-domains-form {
    display: inline-flex;
}

.domains-search-table.table-sh {
    border: 1px solid #eeeeee;
    border-radius: 0.25rem;
    background-color: #ffffff;
    box-shadow: 0 10px 20px #e0e0e0;
}
.table-sh-body{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 0.8125rem;
}
.domains-search-table .table-sh-body {
    font-size: 0.9375rem;
}
.table-sh-body .alert {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
}
.order-form .table-sh-body{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 0.9375rem;
}
.table-sh-body .row{
    border: 1px solid #eeeeee;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0.8rem 0;
    border-radius: .15rem;
}
.domains-search-table .table-sh-body .row{
    padding: 0.40rem 2rem;
    margin: 0;
    border: 0;
}
.table-sh-body .row:nth-child(2n+1){
    background-color: #f6f6f6;
}
.other-tld-table .tld-col {
    padding: 0.2rem 2rem;
}
.table-sh-body .row.no-bg{
    background-color: transparent;
    border-color: transparent;
}
.pricelist-tables-header{
    font-size: 0.8125rem;
}
.pricelist-table .suffix-row{
    overflow: hidden;
    transition: max-height 1s;
}
.pricelist-table.table-sh-body .row{
    margin-top: 2px;
    margin-bottom: 2px;
}
.pricelist-table.table-sh-body .suffix-row:nth-child(2n+0) .row{
    background-color: #ffffff;
}
.pricelist-table .suffix-row.active{
    max-height: 300px;
}
.pricelist-table .suffix-row.hidden{
    max-height: 0;
}
.pricelist-table .btn.hidden{
    display: none;
}
.order-buttons{
    margin: 0 -15px;
}

.order-summary{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1rem;
}
.order-summary-price{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.25rem;
}

.payment-frame {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 10px;
    cursor: pointer;
    background-color: #f9fafc;
}
.payment-frame.bluemedia-frame {
    /*border: 2px solid #0068b4;*/
}
.payment-frame #blik_code {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.5rem;
    background-color: transparent;
    border: 0 none;
    padding: 0;
    box-shadow: none;
    color: #000;
}
.payment-frame .info,
.payment-frame .fee {
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
    position: relative;
}
.payment-frame .info {
    color: #000 !important;
}
.payment-frame .fee {
    color: #6a6a6a !important;
}
.payment-frame .payment_methods:before {
    content: '';
    width: 1px;
    height: 50px;
    display: none;
    background-color: #ccc;
    margin-right: 1rem;
}
.payment-frame .btn-payment {
    min-width: 205px;
    position: relative;
    font-size: 1.125rem;
}

#P24FormContainer {
    margin: auto;
}
#P24FormContainer #przelewy24RPCCardForm {
    display: flex;
    flex-direction: column;
    width: 470px;
    text-align: right;
}
#P24FormContainer #przelewy24RPCCardForm p {
    display: flex;
    align-items: center;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(1) {
    order: 1;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(2) {
    order: 2;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(3) {
    order: 3;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(4) {
    order: 5;
    margin-left: auto;
    margin-right: 5px;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(5) {
    order: 4;
}
#P24FormContainer #przelewy24RPCCardForm button:nth-child(6) {
    order: 6;
    margin-right: 5px;
}
#P24FormContainer #przelewy24RPCCardForm label {
    text-align: right;
    font-weight: 700 !important;
    color: #414141;
    width: 150px;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 0;
}
#P24FormContainer #przelewy24RPCCardForm input {
    border: 1px solid #d4d4d4;
    color: #5a5a5a;
    padding: 0.65rem 0.875rem;
    height: auto;
    width: 300px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    text-align: left;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#P24FormContainer #przelewy24RPCCardForm input#P24_cardCVV {
    text-align: center;
    width: 142px;
}
#P24FormContainer #przelewy24RPCCardForm input#P24_expMonth,
#P24FormContainer #przelewy24RPCCardForm input#P24_expYear {
    width: 142px;
    text-align: center;
}
#P24FormContainer #przelewy24RPCCardForm input#P24_expMonth {
    margin-right: 5px;
}
#P24FormContainer #przelewy24RPCCardForm input#P24_expYear {
    margin-left: 5px;
}
#P24FormContainer > a,
#P24FormContainer #przelewy24RPCCardForm button {
    padding: 0.65rem 0.875rem;
    line-height: 1.25;
    font-size: 0.875rem;
    background-color: #967ADC;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #967ADC;
    border-radius: 0.25rem;
    width: auto;
    margin-left: auto;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#P24FormContainer > a:hover,
#P24FormContainer #przelewy24RPCCardForm button:hover {
    border-color: #704ACF;
    background-color: #8362D6;
    color: #FFF;
}

#blik_form {
    max-width: 380px;
}
#blik_form p {
    margin-bottom: 0.5rem;
}
#blik_form label:first-of-type {
    font-size: 1.25rem;
}

.promo-code{
    margin: 0 -15px;
}
.promo-code label{
    line-height: 2.6;
}


#order-wrapper .login-area-toggle-target {
    display: none;
}
.user-data {
    margin: 0 -15px;
}
.user-data .form-control,
#order-wrapper #login-area .form-control,
.order-cart #hosting-params-wrapper .param-container .form-control {
    height: 43px;
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
    padding-left: 1.5rem;
}
.order-cart #hosting-params-wrapper .param-container .form-control {
    padding-left: 1rem;
    width: calc(100% - 40px);
    font-size: 1.125rem;
}
.form-sh .user-data .form-control,
#order-wrapper .form-sh #login-area .form-control,
.order-cart #hosting-params-wrapper .param-container .form-control {
    border-radius: .25rem;
}
.form-sh.form-sh-shadow .user-data .form-control,
#order-wrapper .form-sh.form-sh-shadow #login-area .form-control,
.order-cart #hosting-params-wrapper .param-container .form-control {
    box-shadow: none;
    border-color: #b2b2b2;
}
.user-data .bootstrap-select {
    padding-left: 0;
}
.user-data .bootstrap-select > .dropdown-toggle {
    background-color: #e2e2e2;
    padding-top: .65rem !important;
    padding-bottom: .65rem !important;
    border-color: #b2b2b2;
    border-right: 0;
    border-radius: .25rem 0 0 .25rem;
}
.form-sh .user-data input[name=phone] {
    border-left: 0;
    border-radius: 0 .25rem .25rem 0;
}
.form-sh .user-data .form-text{
    font-size: 1rem;
    color: #848484;
}
.form-sh .user-data label.custom-control-label {
    font-size: 1rem;
}
.form-sh .user-data .tab-change label.custom-control-label {
    font-size: 1.25rem;
}
.user-data .custom-control {
    padding-left: 2.25rem;
}
.user-data .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.4rem;
    left: -2.25rem;
}
.user-data .custom-control-label::after {
    top: 0.125rem;
    left: -2.5rem;
    width: 2rem;
    height: 2rem;
}
.user-data .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}
.user-data #manual {
    display: inline-block;
}
.user-data #password-strength-wrapper {

}
.user-data #password-strength-bar {
    width: calc(100% - 150px);
    max-width: 290px;
    height: 3px;
    background-color: #cccccc;
}
.user-data #password-strength-bar-content {
    min-width: 5px;
    width: 5px;
    height: 100%;
}
.user-data .rule .password-rule-bar-wrapper,
.user-data .rule .password-rule-text {
    text-align: center;
}
.user-data .rule .password-rule-text {
    font-family: DefaultFont, sans-serif;
    font-size: 0.9375rem;
    line-height: normal;
}
.user-data .rule .password-rule-bar {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: #cccccc;
}

.domains-search-header {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.75rem;
    color: #000000;
    display: inline-block;
}
.domains-search-table .domain-name {
    font-size: 1.25rem;
}
.domains-search-table .domain-status {
    font-size: 1rem;
}
.domains-search-table .domain-price {
    font-size: 1.25rem;
}
.domains-search-table .domain-next {
    font-size: 0.875rem;
}
.domains-search-table .pl2y-promo {
    font-size: 1rem;
}
.domains-search-table .pl2y-promo .badge {
    font-size: 0.875rem;
}
.other-tld-header{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.25rem;
    color: #2b2b2b;
    display: inline-block;
    margin-top: 45px;
}
.other-tld-header::before{
    content: '';
    height: 5px;
    background-color: #e52c39;
    display: block;
    margin-bottom: 40px;
}

.entry-content blockquote {
    margin: 0 0 26px;
    padding: 15px 30px;
    position: relative;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

#error-banner #banner-text {
    margin-top: 0;
    top: 20%;
}
#error-banner #banner-text::before{
    margin-top: 100px;
}
#error-banner #banner-text .text1{
    font-size: 10rem;
    line-height: 1;
}
#error-banner #banner-text .text2{
    font-size: 1.5rem;
}

#compare-table .price-row{
    background-color: #F4511E;
    color: #ffffff;
    line-height: 1;
}
#compare-table .buttons-row{

}

#availability-table-wrapper{
    position: relative;
}
#availability-table-wrapper #availability-table i.fa-lock,
.table-sh i.fa-lock{
    color: #cccccc;
    display: inline-block;
    top: 0;
    left: 100%;
}

.no-scroll{
    height:100vh;
    overflow-y:hidden;
}
.loader-wrapper{
    display: none;
}
.loader-bg{
    height: 1000vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1200;
    display: block;
    position: absolute;
    top: 0;
}
.loader-dialog{
    position: fixed;
    left: calc(50% - 120px);
    top: calc(50% - 75px);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    width: 240px;
    height: 180px;
    padding: 20px;
    text-align: center;
    border-radius: 9px;
    z-index: 1300;
}
.loader-text{
    min-height: 20px;
    font-size: 1rem;
}
.loader {
    border: 8px solid #dddddd;
    border-top: 8px solid #293d73;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    display: block;
    box-shadow: 0 0 10px #e0e0e0;
    margin: 15px auto;
}
.loader-gif {
    width: 56px;
    height: auto;
    margin: 5px auto;
    display: block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.text_orange{
    color: #F4511E;
}
a.text_orange:hover{
    color: #ff3300;
}
.text-light-green{
    color: #74c946;
}
a.text-light-green:hover{
    color: #009900;
}
.text-blue{
    color: #394d83;
}
a.text-blue:hover{
    color: #333366;
}
.text-light-blue {
    color: #035589;
}
.text-light-blue:hover{
    color: #293d73;
}
.text-red{
    color: #e52c39;
}
a.text-red:hover{
    color: #ba1e29;
}
.text-black{
    color: #0f0f0f;
}
a.text-black:hover{
    color: #000000;
}
.text-muted-light{
    color: #999fa4;
}
.text-underline{
    display: inline-block;
    border-bottom: 2px solid;
    line-height: 1.3;
}
.text-two-columns{
    column-count: 2;
}

.font-size-06875{
    font-size: 0.6875rem;
}
.font-size-075 {
    font-size: 0.75rem;
}
.font-size-0875{
    font-size: 0.875rem;
}
.font-size-09375{
    font-size: 0.9375rem;
}
.font-size-0975{
    font-size: 0.975rem;
}
.font-size-1{
    font-size: 1rem;
}
.font-size-1125{
    font-size: 1.125rem;
}
.font-size-125{
    font-size: 1.25rem;
}
.font-size-175{
    font-size: 1.75rem;
}
.font-size-2{
    font-size: 2rem;
}

.card-header:first-child {
    border-radius: calc(.15rem - 1px) calc(.15rem - 1px) 0 0;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.15rem - 1px) calc(.15rem - 1px);
}

.compare-packages-duo .package-params table {
    color: #5b5b5b;
}
.compare-packages-duo .col-compare-tab a {
    text-decoration: none;
}
.compare-packages-duo .compare-tab {
    text-align: center;
    color: #fff;
    background-color: #e2e3e4;
    border-bottom: 7px solid #f9fafc;
    font-family: DefaultFont, sans-serif;
    font-size: 1.3125rem;

}
.compare-packages-duo .compare-tab.active {
    background-color: #e52d39;
    border-bottom: 7px solid #e52d39;
}
.compare-packages-duo .col-compare-tab:first-child .compare-tab {
    margin-right: 3px;
}
.compare-packages-duo .col-compare-tab:last-child .compare-tab {
    margin: 0 0 0 3px;
}
.compare-packages-duo .compare-tab b {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.94625rem;
}
.compare-packages-duo #compare-table {
    border: 4px solid #e52d39;
}
.compare-packages-duo #compare-table .bg-blue {
    background-color: #394d84;
    color: #fff;
    text-transform: uppercase;
    font-family: DefaultFont, sans-serif;
    font-size: 1.1875rem;
}
.compare-packages-duo .package-item:nth-child(1n) .package-price,
.compare-packages-duo .buttons-row td:nth-of-type(1n) .package-price,
.compare-packages-duo #compare-table thead th:nth-of-type(1n) a,
.compare-packages-duo #compare-table thead th:nth-of-type(1n) span.package-name {
    color: #000;
}
.compare-packages-duo .package-params table thead tr {
    background-color: transparent;
}
.compare-packages-duo .package-params table thead tr a,
.compare-packages-duo .package-params table thead tr span.package-name {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.97875rem;
}
.compare-packages-duo .package-params table thead tr span {
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
}
.compare-packages-duo .package-params table tbody tr th {
    font-weight: normal;
}
.compare-packages-duo .package-params table tbody tr:nth-of-type(2n+1),
.compare-packages-duo .package-params table tbody tr:nth-of-type(2n+2) {
    background-color: transparent;
}
.compare-packages-duo .package-params table tbody tr:nth-of-type(2n-1) {
    background-color: #f8f8f8;
}
.compare-packages-duo #compare-table tr td {
    color: #000000;
    font-family: DefaultFont, sans-serif;
    font-size: 1.1875rem;
}
.compare-packages-duo #compare-table tr#param-1 td {
    color: #e52d39;
    font-size: 1.625rem;
}

.packages-group-desc {
    border: 2px solid #e52c39;
    border-radius: 0 0.9rem 0.9rem 0;
}
.packages-group-desc .packages-group-desc-item {
    padding-left: 1rem;
    position: relative;
}
.packages-group-desc .packages-group-desc-item:before {
    content: '>';
    font-family: DefaultFont-Bold, sans-serif;
    color: #e52c39;
    position: absolute;
    top: 1px;
    left: 0;
}
.packages-group-desc .header {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.25rem;
    color: #000000;
    margin-top: .75rem;
    margin-bottom: .9rem;
    text-align: center;
}
.packages-group-desc .header:after {
    content: '';
    height: 2px;
    width: 210px;
    display: block;
    background-color: #e52c39;
    margin: .25rem auto 0;
}
.packages-group-desc .title {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.1875rem;
    color: #000000;
    margin-top: .35rem;
}
.packages-group-desc .title .check img {
    vertical-align: text-top;
}
.packages-group-desc .text {
    font-family: DefaultFont-Light, sans-serif;
    font-size: 1.0625rem;
    color: #000000;
    line-height: normal;
}
.list-packeges-view {
    bottom: 0;
}
.packages-container.boxes .package-item {
    border: 2px solid #e52c39;
    border-radius: 0.9rem 0 0 0.9rem;
    margin-bottom: 1rem;
}
.packages-container.boxes .package-item:last-child {
    margin-bottom: 0;
}
.packages-container.boxes .package-item img {
    border-radius: 0.85rem 0 0 0.85rem;
}
.packages-container.boxes .package-item .package-subtitle {
    font-family: DefaultFont-Light, sans-serif;
}
.packages-container.boxes .package-item .packages-param .line,
.packages-group-desc .title .line{
    flex-grow: 1;
    height: 3px;
    background-color: #fce9eb;
    margin: auto 1.25rem;
}

.last_package_info{
    font-family: DefaultFont, sans-serif;
    line-height: 2;
    /*font-size: 0.9375rem;*/
    color: #626262;
    text-align: center;
    margin: 20px 0;
}

.package-page .discount{
    position: relative;
    font-family: DefaultFont, sans-serif;
    line-height: normal;
    font-size: 0.9375rem;
    color: #626262;
    z-index: 1;
    margin: 18px 30px 15px;
    cursor: auto;
    text-align: center;
}
.package-page .discount .header{
    background-color: #ed6b74;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 7px 7px 0 0;
}
.package-page .discount .discount-text-wrapper{
    position: static;
    margin-top: 0;
}
.package-page .discount:hover .discount-text-wrapper{
    display: block;
}
.package-page .discount .discount-text{
    padding: 10px;
    background-color: #ffffff;
    color: #626262;
    border: 4px solid #ed6b74;
    border-top: 0;
    border-radius: 0 0 7px 7px;
}

.grid-icons{
    background: url('../images/server_room_blue.jpg') no-repeat top center #19284f;
    height: 623px;
    overflow: hidden;
}
.grid-icons .grid-icon{
    color: #ffffff;
}
.grid-icons .grid-icon .icon{
    margin: 0 auto 20px;
    width: 56px;
    height: 59px;
    display: block;
}
.grid-icons .grid-icon-col:nth-child(1) .icon {
    background: url('../images/grid_icon1.png') no-repeat center;
}
.grid-icons .grid-icon-col:nth-child(2) .icon {
    background: url('../images/grid_icon2.png') no-repeat center;
}
.grid-icons .grid-icon-col:nth-child(3) .icon {
    background: url('../images/grid_icon3.png') no-repeat center;
}
.grid-icons .grid-icon-col:nth-child(4) .icon {
    background: url('../images/grid_icon4.png') no-repeat center;
}
.grid-icons .grid-icon-col:nth-child(1):hover .icon {
    background: url('../images/grid_icon1_white.png') no-repeat center;
}
.grid-icons .grid-icon-col:nth-child(2):hover .icon {
    background: url('../images/grid_icon2_white.png') no-repeat center;
}
.grid-icons .grid-icon-col:nth-child(3):hover .icon {
    background: url('../images/grid_icon3_white.png') no-repeat center;
}
.grid-icons .grid-icon-col:nth-child(4):hover .icon {
    background: url('../images/grid_icon4_white.png') no-repeat center;
}
.grid-icons .grid-icon .title{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.3125rem;
    line-height: 1.4;
}
.grid-icons .grid-icon .title::after{
    content: '';
    background-color: #e52c39;
    height: 3px;
    width: 37px;
    display: block;
    margin: 20px auto;
}
.grid-icons .grid-icon .desc{
    font-family: DefaultFont-Light, sans-serif;
    font-size: 0.875rem;
    line-height: 1.7;
}

.advantages{
    background: url('../images/laptop.png') no-repeat top;
    background-position-x: calc(50% + 95px);
    height: 550px;
    padding-top: 36px;
    margin-top: 36px;
}
.advantages .chat-info{
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
    line-height: 1.76;
    color: #525252;
    margin-top: 160px;
}
.advantages .bold{
    font-family: DefaultFont-Bold, sans-serif;
}
.advantages .advantages-list{
    list-style: none;
    margin-top: 160px;
    padding: 0;
    text-align: right;
}
.advantages .advantages-list .advantages-item{
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
    line-height: 2.47;
    color: #525252;
}
.advantages .advantages-list .advantages-item i{
    color: #e52c39;
}

.bottom-news-item {
    background: url("../images/quiz/news-bg.png") no-repeat right top #ffffff;
    position: relative;
    height: 100%;
    padding: 8px;
}
.bottom-news-item h3 {
    color: #e52c39;
    margin-bottom: 15px;
}
.bottom-news-item .header-wrapper {
    display: flex;
}
.bottom-news-item .header-wrapper:before {
    content: '';
    height: 4px;
    width: 20px;
    display: block;
    background-color: #374b81;
    margin: 12px 5px 0 5px;
}
.bottom-news-item:hover h3 {
    text-decoration: none;
}
.bottom-news-item a {
    cursor: pointer;
    text-decoration: none;
}
.bottom-news-item img {
    position: absolute;
    top: 8px;
    right: 8px;
}
.bottom-news-item .texts-wrapper {
    padding-right: 70px;
}
.bottom-news-item .texts-wrapper p {
    margin-bottom: 20px;
    color: #374b81;
    font-family: DefaultFont-Medium, sans-serif;
    text-align: left;
}

.boxes .boxes-item{
    /*border: 1px solid;*/
    border-radius: .5rem;
    box-shadow: 0 10px 20px #e0e0e0;
    background-color: #ffffff;
    transition: all 400ms;
    display: block;
    text-decoration: none;
    height: calc(100% - 30px);
}
.boxes .boxes-item.hosting-boxes-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.boxes .boxes-item:hover{
    /*box-shadow: 0 0 10px #c2c2c2;*/
}
.boxes .boxes-col:nth-child(1) .boxes-item{ border-color: #e4e4e4; }
.boxes .boxes-col:nth-child(2) .boxes-item{ border-color: #d3ebfa; }
.boxes .boxes-col:nth-child(3) .boxes-item{ border-color: #ffdcef; }
.boxes .boxes-col:nth-child(4) .boxes-item{ border-color: #ddfac0; }
.boxes .boxes-col:nth-child(5) .boxes-item{ border-color: #ffe7ca; }
.boxes .boxes-col:nth-child(6) .boxes-item{ border-color: #dce2ff; }
.boxes .boxes-item h3{
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.5625rem;
    line-height: 1.33;
    color: #131313;
}
.boxes .boxes-item h3 a{
    color: #131313;
}
.boxes .boxes-item p{
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
    line-height: normal;
    color: #000000;
    text-align: left;
}

.customers-carousel{
    overflow: hidden;
}
.customers-carousel .slick-slide img{
    display: inline-block;
}

.radio-container{
    overflow: hidden;
    max-height: 0;
    transition: max-height 250ms;
}
.radio-container.active{
    max-height: 2000px;
}
#reseller-invoice{
    display: none;
}

.old-price{
    text-decoration: line-through;
    color: grey;
}

#footer .bottomnav .bottomnav-item,
#footer .header-panel .panelBtn{
    color: #b5b5b5;
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 0.8125rem;
    padding: 0 1em;
    text-transform: uppercase;
}
#footer .header-panel .panelBtn i{
    margin-right: 5px;
}
#footer img.traffic{
    border: 5px solid #aaaaaa;
    border-radius: 2px;
    padding: 5px;
    background-color: #ffffff;
}

/* skills diagram (shortcode) */
#skills_diagram {float:right; width:600px; position:relative;}
#skills_diagram .legend {position:absolute; right:0; top:40px; text-align: right;}
#skills_diagram #thediagram { width:600px; height:500px; margin-top:-50px; float:right; }
#skills_diagram .skills {margin:0; padding:0; list-style:none;}
#skills_diagram .skills li {float: right; clear: both; padding: 0 15px; height: 25px; line-height: 25px; color: white; margin-bottom: 1px; font-size: 14px;}

/* Skills diagram element */
.kl-skills-diagram {position: relative;}
.skills-responsive-diagram {padding-bottom: 100%; height:0; position:relative;}
.kl-diagram { position:absolute; left:0; top:0; width:100%; height: 100%;}
.kl-diagram svg { overflow: visible!important; width: 100%; height: 100%;}

.kl-skills-legend {position:absolute;}
.kl-skills-legend.legend-topright { left: 100%; top:40px; text-align: left;}
.kl-skills-legend.legend-bottomright { left: 100%; bottom:40px; text-align: left;}
.kl-skills-legend.legend-topleft { right: 100%; top:40px; text-align: right;}
.kl-skills-legend.legend-bottomleft { right: 100%; bottom:40px; text-align: right;}
.kl-skills-list {margin:0; padding:0; list-style:none; direction: ltr;}
.kl-skills-list li {padding: 0 13px; height: 25px; line-height: 25px; color: white; margin-bottom: 2px; font-size: 12px;font-weight: 300; display: inline-block;}
.kl-skills-legend > h4 {font-size: 14px; font-weight: 600; margin-top: 0;}

.skills-responsive-diagram text tspan + tspan{display:none;}
.kl-skills-list li{white-space:nowrap;}
.kl-skills-list li .variable{display:none;}
/* end Skills diagram element */

.discount-box{
    width: 328px;
    height: 389px;
    position: fixed;
    right: -302px;
    top: 45%;
    z-index: 99997;
    transition: right 1000ms;
}
.discount-box.show{
    right: 0;
}
.discount-box-header{
    font-family: DefaultFont-Medium, sans-serif;
    float: left;
    height: auto;
    width: auto;
    left: -159px;
    cursor: pointer;
    position: relative;
    z-index: 99998;
    transform: rotate(-90deg);
    white-space: nowrap;
    background-color: #e52c39;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px 7px 0 0;
}
.discount-box-text-wrapper{
    background-color: #fff;
    border: 4px solid #e52c39;
    border-left: 0;
    float: right;
    top: -40%;
    position: relative;
    z-index: 99999;
    height: 70%;
    padding: 0 20px;
    display: table;
    width: 290px;
}
.discount-box-text{
    font-family: DefaultFont-Light, sans-serif;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

form .hidden-label{
    display: none;
    font-size: 0.75rem;
    margin-top: 10px;
}
form .hidden-label.show{
    display: block;
}

#order-hosting-proposal {
    background-color: #f7f7f7;
}
#order-hosting-proposal .btn.btn-lg {
    font-family: DefaultFont-Black, sans-serif;
    font-size: 1.125rem;
}
#order-hosting-proposal .skip-link {
    font-family: DefaultFont, sans-serif;
    font-size: 1.375rem;
}
#order-domain-search {

}
#order-domain-search #domain-search-container {
    background-color: #f7f7f7;
    padding: 1.5rem 2rem 1rem;
}
#order-domain-search .order-domain-title,
#order-hosting-proposal .order-hosting-title {
    background: url('../images/cart/domain_blue.png') no-repeat 15px center;
    padding-left: 80px;
    margin-bottom: 2rem;
}
#order-hosting-proposal .order-hosting-title {
    background: url('../images/cart/hosting_blue.png') no-repeat 15px center;
}
#order-domain-search .order-domain-title .top,
#order-hosting-proposal .order-hosting-title .top {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.75rem;
}
#order-domain-search .order-domain-title .bottom,
#order-hosting-proposal .order-hosting-title .bottom {
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
}
#order-domain-search #domains,
.promo-code input#promo_code{
    font-family: DefaultFont, sans-serif;
    font-size: 1.375rem;
    color: #595959;
    margin: 0;
    box-shadow: none;
    height: 50px;
    border-radius: 5px 0 0 5px;
    /*padding-left: 2rem;*/
}
.promo-code input#promo_code{
    height: 46px;
}
#order-domain-search #check-domains {
    font-family: DefaultFont-Black, sans-serif;
    font-size: 1.125rem;
    height: 50px;
    border-radius: 0 5px 5px 0;
    line-height: normal;
}
#order-domain-search #choose-domains {
    font-family: DefaultFont, sans-serif;
    color: #000;
}
#order-domain-search #availability-table-wrapper {
    padding: 1.5rem 2rem;
}
#order-domain-search .popular-domains .domain-extension {
    font-size: 1.75rem;
}
#order-domain-search .popular-domains .domain-price .left {
    font-size: 1.5rem;
}
#order-domain-search .popular-domains .domain-price > div {
    line-height: 1;
}
.order-cart .service-name {
    background: url('../images/cart/hosting_blue.png') no-repeat left top;
    padding-left: 66px;
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
    line-height: normal;
}
.order-cart .service-name.domain-name {
    background-image: url('../images/cart/domain_blue.png');
}
.order-cart .service-name b {
    font-family: DefaultFont-Bold, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
}
.form-sh.order-cart .service-name label.custom-control-label {
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
}
.order-cart .price-wrapper .price,
#ordered-services .price-wrapper .price {
    line-height: 1;
}
.order-cart .price-wrapper .price .left,
#ordered-services .price-wrapper .price .left {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.875rem;
    color: #000;
    display: inline-block;
}
.order-cart .total-price-wrapper .price .left,
#ordered-services .total-price-wrapper .price .left {
    font-size: 2.3rem;
}
.order-cart .price-wrapper .price .right,
#ordered-services .price-wrapper .price .right {
    display: inline-block;
    text-align: left;
}
.order-cart .price-wrapper .price .right .top,
#ordered-services .price-wrapper .price .right .top {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 0.875rem;
    color: #000;
}
.order-cart .total-price-wrapper .price .right .top,
#ordered-services .total-price-wrapper .price .right .top {
    font-size: 1.25rem;
}
.order-cart .price-wrapper .price .right .bottom,
#ordered-services .price-wrapper .price .right .bottom {
    font-family: DefaultFont, sans-serif;
    font-size: 0.75rem;
    color: #6c757d;
}
.order-cart .total-price-wrapper .price .right .bottom,
#ordered-services .total-price-wrapper .price .right .bottom {
    font-size: 0.875rem;
}
.order-cart .price-wrapper .price .under,
#ordered-services .price-wrapper .price .under {
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
    color: #7f7f7f;
}
.order-cart #total-price-text,
#ordered-services #total-price-text {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.5rem;
}
.order-cart #hosting-params-wrapper {
    padding-left: 66px;
    padding-bottom: 1.5rem;
}
.order-cart #hosting-params-wrapper .param-container {

}
.order-cart #hosting-params-wrapper .param-container:not(.param-select-container)::after,
.order-cart #hosting-params-wrapper .param-container.border-after::after {
    content: '';
    width: calc(100% - 60px);
    height: 2px;
    display: block;
    margin-left: 10px;
    background-color: #c4c4c4;
}
.order-cart #hosting-params-wrapper .param-container.border-after::after {
    margin-top: 1rem;
}
.order-cart #hosting-params-wrapper .param-container .param-radio-group {
    padding: 0.75rem 0;
}
.order-cart #hosting-params-wrapper .param-container .param-wrapper {
    font-family: DefaultFont, sans-serif;
}
.order-cart #hosting-params-wrapper .param-container .param-wrapper.text-muted {
    color: #7f7f7f !important;
}
.order-cart #hosting-params-wrapper .param-name {
    font-size: 1.125rem;
}
.order-cart #hosting-params-wrapper .param-wrapper .param-price {
    font-size: 1rem;
}
.order-cart #hosting-params-wrapper .param-checkbox-wrapper input {
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0;
}
.order-cart #hosting-params-wrapper .param-checkbox-wrapper label {
    cursor: pointer;
}
.order-cart .promo-code .voucher-button {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.125rem;
    height: 46px;
    border-radius: 0 5px 5px 0;
    line-height: normal;
    padding-left: 1rem;
    padding-right: 1rem;
}
#order-summary .order-header {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
#order-subscriber .name,
#order-subscriber .value {
    font-family: DefaultFont, sans-serif;
    font-size: 1.25rem;
    color: #595959;
}
#order-subscriber #invoice .name,
#order-subscriber #invoice .value {
    color: #000;
}
#order-subscriber .value {
    font-family: DefaultFont-Bold, sans-serif;
}
#order-summary #thanks-text {
    font-family: DefaultFont-Black, sans-serif;
    font-size: 1.375rem;
    color: #e52d39;
}
#order-summary #paymants-text {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.25rem;
}
#ordered-services .service-name {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.375rem;
}
#ordered-services .service-info {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.125rem;
}
#ordered-services #params .param-name {
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
    color: #5b5b5b;
}

.set-row .set-item {
    cursor: pointer;
}
.set-row .set-item input {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

@keyframes show-tooltip {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.cs-tooltip-container{
    position: relative;
    display: block;
}
.cs-tooltip-container img{
    margin-bottom: 12px;
}
.cs-tooltip-container#easter img{
    margin-bottom: -2rem;
}
.cs-tooltip-container#easter img.easter-logo-res{
    margin-bottom: 0;
}
.cs-tooltip{
    display: none;
    position: absolute;
    z-index: 1;
}
.cs-tooltip-container:hover .cs-tooltip{
    display: block;
    animation: show-tooltip 300ms linear;
}
.cs-tooltip-cloud{
    background: #ffffff;
    border: 3px solid #e6e6e6;
    color: #1f2024;
    font-size: 12px;
    padding: 13px;
    z-index: 3000;
    opacity: 0.98;
    border-radius: 10px;
    text-align: center;
}
.cs-tooltip-cloud::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #e6e6e6;
    position: absolute;
    top: -12px;
    margin-left: 16px;
}
.circumstance{
    display: inline-block;
    color: #868686;
    font-family: Verdana;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
}
.circumstance p{
    margin: 0;
}
#christmas{
    display: inline-block;
}

.assistive-text {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.order-form .price {
   font-family: DefaultFont, sans-serif;
}
.order-form .rounded {
    border-radius: .15rem !important;
    border-color: #eeeeee;
}
.order-form .text-secondary {
    font-family: sans-serif !important;
}
.order-form .ha-top-text {
    margin-bottom: 15px;
    margin-top: 15px;
}
.order-form .fa-info-circle {
    color: #ef636c;
    font-size: 20px;
}
.hosting-params {
    background-color: white !important;
}
.hosting-update-button {
    margin: auto !important;
    color: #ffffff !important;
    padding: 20px !important;
    border-radius: 50px !important;
    letter-spacing: 2px;
    font-weight: bold;
}
.hosting-params-hide a, .hosting-params-show a {
    color: #000000;
    text-decoration: none;
    font-family: sans-serif !important;
    font-style: italic;

}
.bootstrap-select .dropdown-menu {
    z-index: 1100;
}
.bootstrap-select > .dropdown-toggle {
    padding: .375rem .75rem !important;
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 12px;
    color: #2b2b2b;
    opacity: 1;
}
.bootstrap-select > .dropdown-toggle.disabled {
    background-color: #e9ecef;
}

a.registry-lock-info {
    position: absolute;
    color: #0f0f0f;
    text-align: center;
    width: 200px;
    text-decoration: none;
    right: 15px;
}
.ua-support, .ua-support-mobile {
    display: none;
}

.cart-preview-wrapper #cart-preview {
    min-width: 320px;
    position: sticky;
    top: 160px;
}
.cart-preview-wrapper .cart-item {
    font-family: DefaultFont-Light, sans-serif;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.cart-preview-wrapper .cart-item:last-child {
    padding: 0;
    margin: 0;
}
.cart-preview-wrapper .cart-item .name {
    font-family: DefaultFont-Medium, sans-serif;
}
.cart-preview-wrapper .cart-item .price-row {
    color: #616161;
}
.cart-preview-wrapper .cart-item i {
    cursor: pointer;
}

.grids-element-img-bottom {
    padding: 3rem 0;
    text-align: center;
    color: #707070;
}
.grids-element-img-bottom .title {
    font-size: 1.25rem;
    font-family: DefaultFont-Medium, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-bottom .row > div:hover .title {
    color: #e52c39;
}
.grids-element-img-bottom .describe {
    font-size: 0.875rem;
    font-family: DefaultFont-Light, sans-serif;
    margin-bottom: 1rem;
}
.grids-element-img-bottom .row > div .img-wrapper {
    /*padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 1s ease;*/
}
.grids-element-img-bottom .row > div:hover .img-wrapper {
    /*background-color: #e52c39;*/
}
.grids-element-img-bottom .row > div .img-wrapper img {
    /*transition: all 0.5s ease;
    filter: brightness(0.5);*/
}
.grids-element-img-bottom .row > div:hover .img-wrapper img {
    /*filter: brightness(1);*/
}

.grids-element-progress .progress-wrapper {
    margin-bottom: 7px;
}
.grids-element-progress .progress-bar {
    border-radius: 0.25rem;
}
.grids-element-progress .text {
    margin-bottom: 4px;
}
.grids-element-progress .text .describe {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 0.875rem;
}
.grids-element-progress .text .count {
    float: right;
    font-size: 0.875rem;
    font-family: DefaultFont-Bold, sans-serif;
    color: #007bff;
}
.grids-element-progress .progress-wrapper:first-of-type .progress-bar {
    background-color: #1cbbb4;
}
.grids-element-progress .progress-wrapper:first-of-type .count {
    color: #1cbbb4;
}
.grids-element-progress .progress-wrapper:nth-of-type(2) .progress-bar {
    background-color: #8dc63f;
}
.grids-element-progress .progress-wrapper:nth-of-type(2) .count {
    color: #8dc63f;
}
.grids-element-progress .progress-wrapper:nth-of-type(3) .progress-bar {
    background-color: #f26d7d;
}
.grids-element-progress .progress-wrapper:nth-of-type(3) .count {
    color: #f26d7d;
}
.grids-element-progress .progress-wrapper:nth-of-type(4) .progress-bar {
    background-color: #8393ca;
}
.grids-element-progress .progress-wrapper:nth-of-type(4) .count {
    color: #8393ca;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .progress-bar {
    background-color: #ff9966;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .count {
    color: #ff9966;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .progress-bar {
    background-color: #66ccff;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .count {
    color: #66ccff;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .progress-bar {
    background-color: #ea5858;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .count {
    color: #ea5858;
}

.grids-tabs {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}
.grids-tabs .grids-tab {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.25rem;
    line-height: 36px;
    color: #444;
    text-transform: uppercase;
    margin: 0 1rem;
    cursor: pointer;
    transition: all 500ms ease;
}
.grids-tabs .grids-tab.active {
    font-size: 1.5rem;
    color: #000000;
}
.grid-fliters {
    font-family: DefaultFont-Medium, sans-serif;
    color: #000000;
}
.grid-expand {
    font-family: DefaultFont-Medium, sans-serif;
    color: #008aff;
    text-transform: uppercase;
    cursor: pointer;
}
.grid-more {
    font-family: DefaultFont-Medium, sans-serif;
    color: #e52c39;
}

.bg-red-wrapper {
    position: relative;
}
.bg-red-wrapper:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #444;
    top: calc(50% - 1px);
    z-index: 0;
}
.bg-red-padding {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 0.25rem;
    position: relative;
    z-index: 1;
}
.bg-red-link {
    background-color: #e52c39;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
}
.bg-red-link:hover {
    color: #ffffff;
    text-decoration: none;
}

#about-banner {
    background:url('../images/about/about_banner.png') no-repeat top center #ec424d;
}
#about-banner .title {
    font-size:2.5rem;
    line-height: 1.2;
}
#about-banner .describe {

}
#about-banner .icon {
    display: none;
}

.slick-track {
    display: flex !important;
    align-items: center;
}

#reseller-form .form-sh.form-sh-shadow {
    border-radius: 11px;
}
#reseller-form .title {
    font-family: DefaultFont-ExtraBold, sans-serif;
    font-size: 1.6875rem;
}
#reseller-form .description {
    font-family: DefaultFont, sans-serif;
    font-size: 1.25rem;
    max-width: 680px;
    margin-bottom: 1.125rem;
}
#reseller-form #period-radio-group {
    margin-top: 1.25rem;
}
#reseller-form #period-radio-group .form-group {
    display: inline-block;
    margin-bottom: 0;
}
#reseller-form #period-radio-group input {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
}
#reseller-form #period-radio-group label {
    font-family: DefaultFont-ExtraBold, sans-serif;
    font-size: 1.125rem;
    padding: 0.9rem 1.3rem;
    color: #222222;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    width: 100%;
    border-radius: 11px;
    margin-top: 0.5rem;
    margin-bottom: 0;
    transition: all 0.35s ease;
}
#reseller-form #period-radio-group input:checked ~ label {
    background-color: #007bff;
    color: #ffffff;
}
#reseller-form #settings {
    padding: 45px 70px;
}
#reseller-form #settings #server-radio-group input {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
}
#reseller-form #settings #server-radio-group label {
    font-family: DefaultFont-ExtraBold, sans-serif;
    font-size: 1.375rem;
    color: #222222;
    cursor: pointer;
    display: inline-block;
    padding: 11px 0;
    text-align: center;
    border: 5px solid #cccccc;
    width: 100%;
    max-width: 280px;
    border-radius: 11px;
    transition: all 0.35s ease;
}
#reseller-form #settings #server-radio-group input:checked ~ label {
    border-color: #007bff;
}
#reseller-form #summary {
    border: 2px solid #007bff;
    border-radius: 0 11px 11px 0;
}
#reseller-form #summary .header {
    font-family: DefaultFont-ExtraBold, sans-serif;
    font-size: 1.6875rem;
    text-align: center;
    background-color: #007bff;
    color: #ffffff;
    border-radius: 0 9px 9px 0;
    padding: 16px 10px;
}
#reseller-form #summary .body {
    padding-bottom: 40px;
}
#reseller-form #summary .title {
    padding: 55px 10px 20px;
}
#reseller-form #summary .params .param {
    font-family: DefaultFont, sans-serif;
    font-size: 1.6875rem;
    padding: 8px 0;
}
#reseller-form #summary .params .param .value {
    font-family: DefaultFont-ExtraBold, sans-serif;
}
#reseller-form #summary .price-area {
    font-family: DefaultFont-ExtraBold, sans-serif;
    font-size: 2.3125rem;
    color: #007bff;
    padding: 35px 0 20px;
}
#reseller-form #summary .gross-price,
#reseller-form #summary .gross-info {
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
}
#reseller-form .form-sh.form-sh-shadow .form-control {
    box-shadow: none;
    border-color: #b2b2b2;
    border-radius: .25rem;
}

/* Consents */
#toggleCornerPanel {
    background: #293d73;
    border-radius: 50%;
    margin: 0 0 0.6rem 0.6rem;
    padding: 0.5rem;
    border: 0 none;
    position: fixed;
    bottom: 0;
    z-index: 2000000001;
}
#cookiesCornerPanel {
    width: calc(100% - 1rem);
    max-width: 460px;
    position: fixed;
    right: 100%;
    top: 100%;
    z-index: 2000000002;
    transform: translate(0, 0);
    transition: 500ms transform ease;
}
#cookiesCornerPanel.show {
    transform: translate(calc(100% + 0.5rem), calc(-100% - 0.5rem));
}
#cookiesCornerPanel ul {
    list-style: none;
    padding: 0;
}
#cookiesCornerPanel ul li i {
    width: 20px;
    text-align: center;
}
#cookiesCornerPanel ul li i.fa-lock {
    color: #293d73;
}
#cookiesCornerPanel ul li i.fa-times {
    color: #e52c39;
}
#cookiesCornerPanel ul li i.fa-check {
    color: #74c946;
}
#cookiesCornerPanel #showConsentDetails {
    cursor: pointer;
}
#cookiesCornerPanel #consent-details {
    display: none;
    font-size: 0.875rem;
}
#cookiesCornerPanel p,
#cookiesCornerPanel .btn {
    font-size: 1rem;
}

#cookiesBottomPanel {
    position: fixed;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 0 30px 70px rgba(0,0,0,.3);
    width: 100%;
    z-index: 2000000003;
    opacity: 0;
    transform: translate(0, 0);
    transition: 500ms all ease;
}
#cookiesBottomPanel.show {
    opacity: 1;
    transform: translate(0, -100%);
}
#cookiesBottomPanel #openDialogBtn {
    cursor: pointer;
}
#cookiesBottomPanel p,
#cookiesBottomPanel .btn {
    font-size: 1rem;
}

#cookiesDialog {
    position: fixed;
    bottom: 100%;
    left: 50%;
    max-width: 900px;
    width: 100%;
    max-height: 100%;
    z-index: 2000000004;
    opacity: 0;
    transform: translate(-50%, -10px);
}
#cookiesDialog.show {
    bottom: 50%;
    opacity: 1;
    transform: translate(-50%, 50%);
    transition: 500ms all ease;
}
#cookiesDialog .card-header img {
    max-height: 30px;
    width: auto;
}
#cookiesDialog .card-body {
    overflow-y: auto;
}
#cookiesDialog .nav-pills .nav-link {
    background-color: transparent;
    border-bottom: 2px solid #eeeeee;
    border-radius: 0;
    text-transform: none;
}
#cookiesDialog .nav-pills .nav-link.active,
#cookiesDialog .nav-pills .show > .nav-link {
    background-color: transparent;
    border-bottom-color: #e52c39;
    color: #e52c39;
}
#cookiesDialog #consent > .row > .col:not(:last-of-type) {
    border-right: 1px solid #dddddd;
}
.consent-details-wrapper {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dddddd;
}
.consent-details-wrapper:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.consent-details-wrapper .top {
    line-height: 2rem;
}
.consent-details-wrapper .scripts {
    display: none;
}
.consent-details-wrapper .scripts .script {
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
    padding: 1rem;
}
.consent-details-wrapper .scripts .script .name {
    margin-bottom: 0.5rem;
}
.consent-details-wrapper .scripts .script p:last-of-type {
    margin-bottom: 0;
}
.consent-details-wrapper .consent-details-title {
    cursor: pointer;
}
#cookiesBottomPanel .custom-switch {
    padding-left: 4rem;
}
#consent .custom-switch {
    padding: 0 0 2.5rem;
    text-align: center;
}
#cookiesBottomPanel .custom-control-label {
    line-height: 2rem;
}
.consent-inputs-wrapper .custom-switch .custom-control-label::before {
    height: 1.85rem;
    width: 3.5rem;
    border-radius: 1rem;
    left: -4rem;
}
#consent .custom-switch .custom-control-label::before {
    top: 1.95rem;
    left: calc(50% - 28px);
}
.consent-inputs-wrapper .custom-switch .custom-control-label::after {
    width: calc(1.8rem - 4px);
    height: calc(1.8rem - 4px);
    border-radius: 50%;
    left: calc(-4rem + 2px);
}
#consent .custom-switch .custom-control-label::after {
    top: calc(2em + 2px);
    left: calc(50% - 26px);
}
.consent-inputs-wrapper .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.7rem);
}
#cookiesDialog p,
#cookiesDialog .btn {
    font-size: 1rem;
}

.competition {
    background: url('../images/competition/bg1.png') no-repeat center top;
    font-size: 1.125rem;
    min-height: 428px;
}
.competition h1 {
    font-size: 2rem;
    color: #000000;
}
.competition h2 {
    font-size: 1.5rem;
}
.competition ul {
    width: auto;
    text-align: left;
    list-style: inside decimal;
}
.competition ul li {
    font-size: 1.125rem;
}
#competition-form .control-label {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #fff;
}
#competition-form .control-label.bigger {
    font-size: 1.25rem;
    font-weight: bold;
}
#competition-form .form-control {
    height: 36px;
    width: 270px;
    background-color: #ececec;
    border-color: #ececec;
    border-radius: 2rem;
    margin: auto;
    text-align: center;
}
#competition-form .form-control#number {
    width: 235px;
}
#competition-form .invalid-feedback {
    color: #000;
    font-size: 1.125rem;
}
.registration-success {
    background: url('../images/competition/bg2.png') no-repeat center top;
    min-height: 368px;
}
.registration-success p {
    font-size: 1.25rem;
}
.registration-failed {
    background: url('../images/competition/bg3.png') no-repeat center top;
    min-height: 428px;
}

.quiz-wrapper {
    background: url("../images/quiz/quiz_bg.png") repeat-x bottom center;
    border-bottom: 5px solid #e52c39;
    padding-bottom: 50px;
}
.quiz {
    position: relative;
    overflow: hidden;
}
.quiz .quiz-title {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 2.5rem;
    color: #000000;
    padding: 0 1rem;
    border-bottom: 3px solid #e52c39;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.quiz .quiz-title span {
    color: #e52c39;
}
.result-info {
    line-height: 1.2;
    font-size: 1.5rem;
    font-family: DefaultFont-Medium, sans-serif;
    color: #959595;
}
.result-info span {
    color: #03a959;
}
.quiz-result,
.quiz .quiz-element {
    position: absolute;
    top: 0;
    left: 125%;
    right: -125%;
    padding: 15px 30px 25px;
    background: url("../images/quiz/questions_bg.png") repeat-y top right #ffffff;
    border-bottom: 3px solid #e52c39;
    transition: all 1s ease;
}
.quiz-result {
    background: #f9f9f9;
}
.quiz-answers .quiz-element {
    position: static;
}
.quiz .quiz-element.active {
    position: relative;
    left: 0;
    right: auto;
}
.quiz .quiz-element.answered {
    left: -125%;
    right: 125%;
}
.quiz .quiz-element .question {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-size: 2.25rem;
    font-weight: bold;
}
.quiz .quiz-element .answer {
    font-size: 1.2em;
    line-height: 1.1;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-left: 2px solid red;
    height: 100%;
    border-radius: 0 2px 2px 0;
    transition: background-color 500ms ease;
}
.quiz .quiz-element:not(.answered) .answer:hover {
    background-color: #baffde;
}
.quiz .quiz-element .correct-answer {
    border-left-color: #00773e;
    background-color: #03a959;
    color: #fff;
}
.quiz .quiz-element .incorrect-answer {
    border-left-color: #a00000;
    background-color: #e52c39;
    color: #fff;
}
.quiz .quiz-element .answer .answer-label {
    padding: 0.75rem 0.5rem 1rem 1rem;
    cursor: pointer;
    margin: 0;
    height: 100%;
    width: 100%;
}
.quiz .answer-input:disabled ~ .answer-label {
    cursor: default;
}
.quiz .custom-control-input:disabled ~ .custom-control-label,
.quiz .custom-control-input[disabled] ~ .custom-control-label {
    color: inherit;
}
.quiz .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #394d84;
    background-color: #394d84;
}
.quiz .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #394d84;
}
.quiz .custom-switch.incorrect-answer .custom-control-input:disabled:checked ~ .custom-control-label {
    color: #e52c39;
}
.quiz .custom-switch.correct-answer .custom-control-input:disabled:checked ~ .custom-control-label,
.quiz .correct-answer .custom-control-input:disabled ~ .custom-control-label,
.quiz .correct-answer .custom-control-input[disabled] ~ .custom-control-label{
    color: #03a959;
}
.quiz .custom-control-label::before,
.quiz .custom-control-input:disabled ~ .custom-control-label::before,
.quiz .custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #bcbcbc;
}
.quiz .incorrect-answer .custom-control-label::before,
.quiz .incorrect-answer .custom-control-input:disabled ~ .custom-control-label::before,
.quiz .incorrect-answer .custom-control-input[disabled] ~ .custom-control-label::before,
.quiz .custom-switch.incorrect-answer .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #e52c39;
    border-color: #e52c39;
}
.quiz .correct-answer .custom-control-label::before,
.quiz .correct-answer .custom-control-input:disabled ~ .custom-control-label::before,
.quiz .correct-answer .custom-control-input[disabled] ~ .custom-control-label::before,
.quiz .custom-switch.correct-answer .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #03a959;
    border-color: #03a959;
}
.quiz .custom-switch .custom-control-label::after {
    background-color: #ffffff;
}
.quiz .heading-1 {
    line-height: 1.2;
    font-size: 2rem;
    font-family: DefaultFont-Medium, sans-serif;
    color: #959595;
}
.quiz .heading-2 {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.5;
}

.quiz-result {
    position: static;
}
.quiz-result .result {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.5;
    color: #03a959;
}
.quiz-result .buttons {
    background-color: #e5e5e5;
}
.quiz-answers .arrow {
    font-size: 2rem;
    cursor: pointer;
}
.quiz-answers .arrow.slick-disabled {
    cursor: default;
    color: #b7b8ba;
}
.quiz-email > div {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}
.other-quizzes .title {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.other-quizzes .message {
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
}
.other-quizzes .news-item {
    background-color: #ffffff;
    border: 1px solid #eee;
}

.layout-partner {
    background: url('../images/partner/bg.jpg') no-repeat top center;
    background-size: cover;
    min-height: 100%;
    display: flex;
}
.layout-partner .page-bg {
    margin: auto;
}
.layout-partner .left-col .img-wrapper {
    position: relative;
    display: inline-block;
}
.layout-partner .left-col .img-wrapper img {
    position: relative;
    z-index: 1;
    border-radius: 18px;
}
.layout-partner .left-col .img-wrapper::before {
    content: '';
    position: absolute;
    top: -24px;
    right: -21px;
    width: 95%;
    height: 160px;
    background-color: #dc3545;
    border-radius: 18px;
}
.layout-partner .left-col .img-wrapper::after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: -31px;
    width: 44%;
    height: 245px;
    background-color: #007bff;
    border-radius: 18px;
}
.layout-partner .left-col .recommendation-wrapper {
    color: #ffffff;
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}
.layout-partner .left-col .recommendation-wrapper .recommendation {
    font-family: DefaultFont, sans-serif;
    font-size: 3rem;
}
.layout-partner .left-col .recommendation-wrapper .recommendation .text,
.layout-partner .left-col .recommendation-wrapper .recommendation img {
    font-size: 3rem;
}
.layout-partner .left-col .recommendation-wrapper .name {
    font-family: HandwritingFont, sans-serif;
    font-size: 2.75rem;
}
.layout-partner .right-col .logo {
    margin-bottom: 30px;
}
.layout-partner .right-col .name {
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.9375rem;
    line-height: 1;
    text-transform: uppercase;
}
.layout-partner .right-col .email {
    font-family: DefaultFont, sans-serif;
    font-size: 1.3125rem;
}
.layout-partner .right-col .description,
.layout-partner .right-col .description p  {
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
    margin: 22px 0;
}
.layout-partner .right-col .description {
    margin: 22px 0;
}
.layout-partner .right-col .packages .package {
    background-color: #ffffff;
    border-radius: 11px;
    padding: 15px 20px;
    margin-top: 14px;
    color: #222222;
    text-decoration: none;
}
.layout-partner .right-col .packages .package:first-child {
    margin-top: 8px;
}
.layout-partner .right-col .packages .package .package-title {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.375rem;
}
.layout-partner .right-col .packages .package .package-subtitle {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.layout-partner .right-col .packages .package .param {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.625rem;
}
.layout-partner .right-col .packages .package .price-wrapper {
    line-height: 1;
}
.layout-partner .right-col .packages .package .price {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.625rem;
}
.layout-partner .right-col .more-link-wrapper {
    margin: 12px 0 22px;
}
.layout-partner .right-col .more-link-wrapper a {
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1rem;
    color: #414141;
    text-decoration: none;
}
.layout-partner .right-col .features .title {
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.layout-partner .right-col .features li {
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
    padding: 11px 0;
}

.custom-tooltip {
    position: relative;
    z-index: 1;
    line-height: normal;
}
.custom-tooltip::after {
    content: '';
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 2px;
    border: 0 none;
    transition: 0.25s opacity ease;
}
.custom-tooltip:hover::after {
    opacity: 1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.95);
}
.custom-tooltip .custom-tooltip-content {
    position: absolute;
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    border-radius: 5px;
    width: 200px;
    left: -96px;
    font-size: 0.875rem;
    margin-top: 5px;
    transition: 0.25s opacity ease;
}
.custom-tooltip:hover .custom-tooltip-content {
    display: block;
    opacity: 1;
    height: auto;
    padding: 0.25rem 0.5rem;
}
.custom-tooltip .custom-tooltip-content a {
    color: #fff;
    font-weight: 700;
}

@keyframes append-animate {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.append-animation {
    animation: append-animate .3s linear;
}
