@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/roboto/Roboto-Light.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/roboto/Roboto-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/roboto/Roboto-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/roboto/Roboto-Black.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Italic;
    src: url('../fonts/roboto/Roboto-Italic.ttf');
    font-display: swap;
}

a{
    color: #035589;
}
a:hover{
    color: #293d73;
}

section {
    overflow: hidden;
}
body {
    background-color: #f9fafc;
}
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;
}

.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;
}

.gray-light{
    color: #ced4da;
}

.gray-medium{
    color: #a7abae;
}

.btn-xs{
    padding: 0 .25rem;
    font-size: .75rem;
}

.btn-xl{
    padding: 1rem;
    font-size: 1rem;
}

.btn-sh{
    font-family: Roboto, sans-serif;
    font-size: 0.8125rem;
    text-transform: uppercase;
    border-radius: .15rem;
}
.packages-container.boxes .btn-sh {
    font-family: Roboto-Bold, sans-serif;
    font-size: 1.1875rem;
    border-radius: .35rem;
    display: flex;
    align-items: center;
}
.btn-sh.btn-sm{
    padding: 6px 10px;
    font-size: 0.8525rem;
}
.btn-sh.btn-md{
    padding: 6px 22px;
    font-size: 0.9375rem;
}
.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;
}
.btn-chat{
    font-family: Roboto-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: Roboto-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;
}

.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_grey.png') no-repeat 32px center;
    padding-left: 85px;
}
.alert-sh-grey{
    background-color: #f9f9f9;
    border-color: #ebebeb;
    color: #2b2b2b;
}

.download-link{
    font-family: Roboto-Bold;
    font-size: 0.8125rem;
}

.roboto{
    font-family: Roboto, sans-serif;
}
.roboto-semibold{
    font-family: Roboto-Bold, sans-serif;
}
.roboto-bold{
    font-family: Roboto-Bold, sans-serif;
}

.modal-content {
    border-radius: .15rem;
}

#header .navbar-nav .dropdown-menu {
    border-radius: .15rem;
    min-width: 6rem;
}

.form-sh.form-sh-shadow{
    box-shadow: 0 0 10px #e0e0e0;
    border-radius: .15rem;
}
.form-sh .form-control-wrapper, .form-element .form-control-wrapper{
    box-shadow: 0 0 5px #e0e0e0;
    border-radius: 9px;
}
.form-sh .form-control{
    border-radius: .15rem;
    margin: 5px 0;
    color: #2b2b2b;
    font-family: Roboto-Light, sans-serif;
    font-size: 1rem;
    /*padding: .75rem;*/
}
.form-sh.form-sh-shadow .form-control{
    box-shadow: 0 0 10px #e0e0e0;
    border-color: #dedede;
    margin-top: 8px;
}
.form-sh.form-sh-shadow .form-control.blue-border {
    border-color: #293d73;
}
.form-sh .form-control::placeholder{
    color: #b4b4b4;
}
.form-sh .btn-sh{

}
.form-sh .form-text{
    font-size: 0.78rem;
    color: #848484;
}
.form-sh label{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1rem;
    color: #2b2b2b;
    margin-bottom: 0;
}
.form-sh label.gray-light{
    color: #ced4da;
}
.form-sh .custom-checkbox{
    margin: 3px 0;
}
.form-sh label.custom-control-label{
    font-family: Roboto-Light, sans-serif;
    font-size: 0.8125rem;
    padding-top: 3px;
}
.form-element.form-sh label.custom-control-label{
    font-size: 1rem;
    padding-top: 0;
}
.form-sh .custom-radio.form-check-inline{
    display: inline-block;
}
.form-sh .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.form-sh .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #e52c39;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{
    background-color: rgba(229, 44, 57, .5);
}

.pdf-big{
    font-size: 3rem;
}

.order-header{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.875rem;
    color: #2b2b2b;
}
.table-sh{
    color: #2b2b2b;
}
.table-sh-headers{
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
}
.order-form .table-sh-headers{
    font-family: Roboto, sans-serif;
}
.table-sh-headers .row span{
    position: absolute;
    bottom: 0;
}

#domain-search,
#check-domains-form {
    max-width: 500px;
    width: 100%;
}
#domain-search input,
#check-domains-form input {
    height: 54px;
    border: 1px solid #e4e4e4;
    border-right: 0 none;
    border-radius: 5px 0 0 5px;
}
#domain-search button,
#check-domains-form button {
    border-radius: 0 5px 5px 0;
    padding-left: 3rem;
    padding-right: 3rem;
}
.popular-domains-group-header {
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.75rem;
}
.popular-domains {
    font-family: Roboto-Bold, sans-serif;
}
.popular-domains-group .popular-domains {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 10px 20px #e0e0e0;
}
.popular-domains .domain-extension {
    font-size: 2.5rem;
}
.popular-domains-group .popular-domains .domain-extension {
    font-size: 2rem;
}
.popular-domains .domain-price > div {
    display: inline-block;
    line-height: 1.8;
}
.popular-domains .domain-price .left {
    font-family: Roboto-Medium, sans-serif;
    font-size: 2rem;
}
.popular-domains .domain-price .right {
    text-align: left;
}
.popular-domains .domain-price .right .top {
    font-family: Roboto-Medium, sans-serif;
    font-size: 0.75rem;
}
.popular-domains .domain-price .right .top {
    line-height: 0.7;
}
.popular-domains .domain-price .right .top .old-price {
    font-family: Roboto-Light, sans-serif;
    color: #000000;
    text-decoration: line-through;
}
.popular-domains .domain-price .right .bottom {
    font-family: Roboto, sans-serif;
    font-size: 0.75rem;
    color: #9b9b9b;
}
.popular-domains-group .custom-control-input, .popular-domains-group .custom-control-label::before, .popular-domains-group .custom-control-label::after {
    top: calc(50% - 6px);
}
.popular-domains-group .custom-control-input, .popular-domains-group .custom-control-label::before, .popular-domains-group .custom-control-label::after {
    top: calc(50% - 6px);
}

#domain-search-boxes .box {
    background-color: #ffffff;
    text-align: center;
    padding: 1rem;
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
    color: #000;
    box-shadow: 0 10px 20px #e0e0e0;
}
#domain-search-boxes .box a {
    color: #000;
}

#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: Roboto-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;
}
.other-tld-table {
    background-color: #ffffff;
}
.other-tld-table .row {
    font-size: 1.75rem;
    font-family: Roboto-Bold, sans-serif;
}
.other-tld-table .row .suffix {
    font-size: 1.75rem;
    color: #394d84;
}
.other-tld-table .row .price {
    line-height: 0.75;
}
.other-tld-table .row small {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
}
.other-tld-table .row .old-price {
    color: #7d7d7d;
    text-decoration: line-through;
}
.other-tld-table .row .future-price {
    top: -3px;
    position: relative;
}
.other-tld-table .custom-control-input,
.other-tld-table .custom-control-label::before,
.other-tld-table .custom-control-label::after{
    top: calc(50% - 6px);
}
.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: Roboto-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: Roboto-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;
}
.other-tld-table .row > div:nth-child(4n+3),
.other-tld-table .row > div:nth-child(4n+4),
.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: Roboto-Medium, sans-serif;
    font-size: 1rem;
}
.order-summary-price{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
}

.payment-frame {
    border: 2px solid #dddddd;
    border-radius: 0.25rem;
    padding: 10px;
    cursor: pointer;
}
.payment-frame.bluemedia-frame {
    /*border: 2px solid #0068b4;*/
}
.payment-frame .fee {
    font-size: 0.8125rem;
    color: #aaa;
    position: relative;
    top: 7px;
}
.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;
    top: 7px;
}

#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;
}

.user-data{
    margin: 0 -30px;
}

.domains-search-header {
    font-family: Roboto-Bold, sans-serif;
    font-size: 1.75rem;
    color: #000000;
    display: inline-block;
}
.other-tld-header{
    font-family: Roboto-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;
}
.accordion-header{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.125rem;
}
.accordion-sh .acc-group-heading{
    background-color: #293d73;
    border: 1px solid #293d73;
    color: #ffffff;
    border-radius: 9px;
    margin: 3px 0;
    padding: 8px 15px;
}
.faq-category .accordion-sh .acc-group-heading{
    padding: 0;
}
#check-other-tld-form .accordion-sh .acc-group-heading{
    background-color: #efefef;
    border: 1px solid #dfdfdf;
    color: #2b2b2b;
}
#check-other-tld-form .accordion-sh .acc-group-heading a{
    display: block;
}
.accordion-sh .acc-group-heading > span{
    display: block;
    cursor: pointer;
}
.faq-category .accordion-sh .acc-group-heading > span{
    padding: 8px 15px;
}
.accordion-sh .content{
    padding: 3px 15px;
}

#top-strip{
    background-color: #f1f1f1;
    height: 66px;
}
#top-strip .header-panel .panelBtn{
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 37px;
    font-size: 0.75rem;
    color: #6b6b6b;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Roboto-Medium, sans-serif;
    top: -10px;
}
#top-strip .header-panel .panelBtn:hover{

}
#top-strip .header-panel .panelBtn i{
    margin: 0 5px;
    position: relative;
    top: -1px;
}
#top-strip .header-panel .panelBtn .text{
    display: none;
}

#top-strip .topnav.social-icons{
    list-style: none;
    margin: 0;
    padding: 0;
}
#top-strip .topnav.social-icons li{
    display: inline-block;
    margin: 0 0.4rem;
}
#top-strip .topnav.social-icons li a{
    color: #757575;
}
#top-strip .topnav{
    padding: 0 0.8rem;
    position: relative;
    top: -10px;
}
#top-strip .topnav .topnav-item{
    font-family: Roboto, sans-serif;
    font-size: 0.75rem;
    color: #616161;
    text-decoration: none;
}

#top-strip .cart-href{
    text-decoration: none;
    position: relative;
    top: -10px;
}
#top-strip .cart-href i{
    margin: 0 0.5rem;
}

#header{
    box-shadow: 2px 0 12px #aaaaaa;
    padding-top: 5px;
}

#header-content{
    position: relative;
}

#header .container::after{
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: calc(100% - 30px);
    background-color: transparent;
    bottom: -3px;
    transition: background-color 400ms;
}
#header.scrolled .container::after{
    background-color: #e52c39;
}

#header .header-panel .panelBtn{
    display: inline-block;
    background: #394d84;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 37px;
    font-family: Roboto-Medium, sans-serif;
    font-size: 0.75rem;
    border-radius: 0.15rem;
    color: #ffffff;
    padding: 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 5px;
}
#header .header-panel .panelBtn:hover{
    background: #293d73;
}
#header .header-panel .panelBtn i{
    margin: 0 5px;
}
#header .header-panel .panelBtn .text{
    display: none;
}

#header .topnav.social-icons{
    list-style: none;
    margin: 0;
    padding: 0;
}
#header .topnav.social-icons li{
    display: inline-block;
    margin: 0 0.4rem;
}
#header .topnav.social-icons li a{
    color: #757575;
}
#header .topnav{
    padding: 0 0.8rem;
}
#header .topnav .topnav-item{
    font-family: Roboto, sans-serif;
    font-size: 0.75rem;
    color: #616161;
    text-decoration: none;
}
#header .event {
    margin-left: 10px;
    font-size: 0.75rem;
    max-width: 90px;
}
#header .event img {
    max-height: 60px;
}
#header .event p {
    margin-bottom: 0;
}

#header .cart-wrapper {
    position: relative;
    z-index: 1100;
    display: none;
}
#header .cart-wrapper.show {
    display: block;
}
#header .cart-href {
    text-decoration: none;
    position: relative;
    top: 13px;
    transition: 0.5s opacity ease;
}
#header .cart-wrapper-mobile .cart-href {
    top: 0;
    margin-top: 12px;
}
#header .cart-wrapper-mobile .cart-href .count {
    right: -2px;
}
#header .cart-wrapper-mobile .cart-href i {
    margin: 0;
}
#header .cart-wrapper .cart-preview-wrapper {
    display: none;
    position: absolute;
    right: 10px;
    padding-top: 10px;
    margin-top: 5px;
    transition: all .5s ease;
}
#header .cart-wrapper-mobile .cart-preview-wrapper {
    right: 0;
    margin-top: 0;
}
#header .cart-wrapper:hover .cart-preview-wrapper {
    display: block;
}
#header .cart-wrapper .cart-preview-wrapper #cart-preview {
    background-color: #fff;
    display: block !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#header .cart-href i{
    margin: 0 0.8rem 0 0.5rem;
    font-size: 1.5rem;
}
#header .cart-href .count {
    font-family: Roboto-Bold, sans-serif;
    position: absolute;
    background-color: #ba1e29;
    border-radius: 50%;
    color: #ffffff;
    top: -13px;
    right: 9px;
    padding: 0 5px;
    font-size: 0.75rem;
}

#header .navbar-nav .nav-item > a{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.125rem;
    color: #111111;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
}
#header .navbar-nav .nav-item > a:hover{
    color: #e52c39;
}

#header .dropdown-item{
    font-family: Roboto-Light, sans-serif;
    font-size: 1.125rem;
    color: #474747;
}
#header a.dropdown-item span {
    background: url('../images/li_arrow.png') no-repeat left center;
    padding-left: 14px;
}
#header span.dropdown-item{
    font-family: Roboto-Medium, sans-serif;
}
#header span.dropdown-item:hover{
    background-color: transparent;
}
#header .dropdown-item.active, #header .dropdown-item:active{
    background-color: transparent;
}

#header #header-strip {
    position: relative;
}
#header #header-strip a,
#header #header-strip span {
    color:  #ffffff;
}
#header #header-strip .close-button {
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    cursor: pointer;
}

#topCarousel{
    position: relative;
}
.swiper-container{
    position: absolute;
    top: 20%;
    width: 100%;
}
.swiper-container .text1{
    font-family: Roboto-Light, sans-serif;
    font-size: 1.125rem;
    color: #101010;
}
.swiper-container .text2{
    font-family: Roboto-Medium, sans-serif;
    font-size: 2rem;
    color: #101010;
    line-height: 2;
}
.swiper-container .text3{
    font-family: Roboto-Medium, sans-serif;
    font-size: 3.75rem;
    color: #e52c39;
    line-height: 1;
}
.swiper-container .btn-sh-black{
    font-size: 0.875rem;
    box-shadow: 0 0 20px #0f0f0f;
}

#page-banner,
#package-banner,
#error-banner{
    position: relative;
    text-align: center;
}
/*#banner-text {
    position: absolute;
    top: 34%;
    width: 100%;
    text-align: center;
}
#package-banner #banner-text {
    top: 28%;
}
#banner-text .text1{
    font-family: Roboto-Light, sans-serif;
    font-size: 2rem;
    color: #101010;
    line-height: 2;
    text-transform: uppercase;
}
#package-banner #banner-text .text1{
    line-height: 1.2;
    margin-bottom: 15px;
}
#banner-text .text2{
    font-family: Roboto-Medium, sans-serif;
    font-size: 3.75rem;
    color: #e52c39;
    line-height: 1;
}*/

#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: 170px;
    padding: 20px;
    text-align: center;
    border-radius: 9px;
    z-index: 1300;
}
.loader-text{
    min-height: 20px;
}
.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: 56px;
    margin: 0 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-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-125{
    font-size: 1.25rem;
}
.font-size-175{
    font-size: 1.75rem;
}
.font-size-2{
    font-size: 2rem;
}

@keyframes color-blink{
    0% { color: #007bff; }
    68% { color: #007bff; }
    70% { color: #e52c39; }
    98% { color: #e52c39; }
    100% { color: #007bff; }
}
.page-title,
.page-title h2{
    font-family: Roboto-Medium;
    font-size: 2.25rem;
    color: #131313;
    line-height: 1.55;
    position: relative;
}
.page-title .free-migration {
    position: absolute;
    font-size: 2rem;
    top: 40%;
    right: 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-family: Roboto;
    line-height: normal;
    text-align: left;
    text-decoration: none;
}
.page-title .free-migration i {
    animation: color-blink 5s infinite;
}
.page-title .free-migration span {
    margin-left: 5px;
    font-size: 1rem;
}
.page-subtitle,
.page-subtitle h3{
    font-family: Roboto-Light;
    font-size: 1.0625rem;
    color: #525252;
    line-height: 2.2;
}
.page-subtext {
    margin-top: 10px;
    font-family: Roboto-Light;
    font-size: 1.0625rem;
    color: #525252;
    line-height: 1.5;
}
.page-subtext p {
    margin-bottom: 5px;
}
.page-title-wrapper::after{
    content: '';
    width: 90px;
    height: 4px;
    display: block;
    margin: 5px auto 0;
    background-color: #e52c39;
}
.package-title-wrapper::after{
    margin: 10px auto 20px;
}
.page-title-wrapper .page-title{
    font-size: 1.5rem;
    line-height: 1.5;
}
.page-title-wrapper .page-title p{
    margin: 0;
}
.package-title-wrapper .page-title p{
    font-family: Roboto-Light, sans-serif;
    font-size: 0.9375rem;
    color: #7b7b7b;
}
.page-title-wrapper .page-subtitle{
    line-height: 3.29;
}
.page-title-wrapper .page-subtitle p{
    margin: 0;
}
h4.page-title {
    font-size: 2rem;
    font-family: Roboto-Light, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
h4.page-title span:nth-child(even) {
    color: #e52c39;
}

.text-box{
    font-family: Roboto-Light, sans-serif;
    color: #444;
    font-size: 1rem;
    line-height: 1.5;
}
.sections-wrapper .text-box img {
    margin: 20px;
}
.text-box .text-header{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.5625rem;
    line-height: 2;
    color: #e52c39;
}
.text-box ul{
    /*list-style-image: url('../images/li_check.png');*/
    padding-left: 40px;
}
.text-box ul ul {
    padding-left: 30px;
}
.text-box ul li{
    /*font-size: 0.9375rem;
    color: #7b7b7b;*/
}
.text-box ul.no-style{
    list-style: none;
    padding-left: 28px;
}
.text-box ul.no-style li{
    margin: 10px;
}

.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);
}

.package-item .card{
    box-shadow: 0 0 10px #e0e0e0;
    transition: all 400ms;
    border-radius: .15rem;
}
.package-item .card-header{
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    transition: all 400ms;
    min-height: 162px;
    padding: 12px 16px;
}
.package-item .card-header.vps-header{
    background: url('../images/packages/vps.png') 15px center no-repeat  #dfdfdf;
}
.package-item .package-subtitle{
    font-family: Roboto-Italic, italic;
    font-size: 0.8125rem;
    color: #434343;
    transition: all 400ms;
    min-height: 20px;
    padding: 0 2px;
}
.package-item .package-title{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
    color: #131313;
}
.packages-container.boxes .package-item .package-title {
    font-family: Roboto-Light, sans-serif;
    font-size: 2rem;
    color: #131313;
    margin-bottom: 0;
}
.package-item:nth-child(1) .package-price, .buttons-row td:nth-of-type(1) .package-price, #compare-table thead th:nth-of-type(1) a{ color: #0daff9; }
.package-item:nth-child(2) .package-price, .buttons-row td:nth-of-type(2) .package-price, #compare-table thead th:nth-of-type(2) a{ color: #97dc2a; }
.package-item:nth-child(3) .package-price, .buttons-row td:nth-of-type(3) .package-price, #compare-table thead th:nth-of-type(3) a{ color: #f76b0e; }
.package-item:nth-child(4) .package-price, .buttons-row td:nth-of-type(4) .package-price, #compare-table thead th:nth-of-type(4) a{ color: #4963e6; }
.package-item:nth-child(5) .package-price, .buttons-row td:nth-of-type(5) .package-price, #compare-table thead th:nth-of-type(5) a{ color: #bf308b; }
.package-item:nth-child(6) .package-price, .buttons-row td:nth-of-type(6) .package-price, #compare-table thead th:nth-of-type(6) a{ color: #ff0c00; }
.package-item:nth-child(7) .package-price, .buttons-row td:nth-of-type(7) .package-price, #compare-table thead th:nth-of-type(7) a{ color: #131388; }
.package-item:nth-child(8) .package-price, .buttons-row td:nth-of-type(8) .package-price, #compare-table thead th:nth-of-type(8) a{ color: #2adc4c; }
.package-item:nth-child(9) .package-price, .buttons-row td:nth-of-type(9) .package-price, #compare-table thead th:nth-of-type(9) a{ color: #f7a20e; }
.package-item:nth-child(10) .package-price, .buttons-row td:nth-of-type(10) .package-price, #compare-table thead th:nth-of-type(10) a{ color: #9e49e6; }
.package-item:nth-child(11) .package-price, .buttons-row td:nth-of-type(11) .package-price, #compare-table thead th:nth-of-type(11) a{ color: #bf306d; }
.package-item:nth-child(12) .package-price, .buttons-row td:nth-of-type(12) .package-price, #compare-table thead th:nth-of-type(12) a{ color: #ff1e00; }
.package-item:nth-child(13) .package-price, .buttons-row td:nth-of-type(13) .package-price, #compare-table thead th:nth-of-type(13) a{ color: #9a00bb; }
.package-item:nth-child(14) .package-price, .buttons-row td:nth-of-type(14) .package-price, #compare-table thead th:nth-of-type(14) a{ color: #c3a23c; }
.package-item:nth-child(15) .package-price, .buttons-row td:nth-of-type(15) .package-price, #compare-table thead th:nth-of-type(15) a{ color: #a0163a; }
.package-item:nth-child(16) .package-price, .buttons-row td:nth-of-type(16) .package-price, #compare-table thead th:nth-of-type(16) a{ color: #2ad487; }
.package-item:nth-child(17) .package-price, .buttons-row td:nth-of-type(17) .package-price, #compare-table thead th:nth-of-type(17) a{ color: #2354d7; }
.package-item:nth-child(18) .package-price, .buttons-row td:nth-of-type(18) .package-price, #compare-table thead th:nth-of-type(18) a{ color: #549640; }
.package-item:nth-child(19) .package-price, .buttons-row td:nth-of-type(19) .package-price, #compare-table thead th:nth-of-type(19) a{ color: #c4237b; }
.package-item:nth-child(20) .package-price, .buttons-row td:nth-of-type(20) .package-price, #compare-table thead th:nth-of-type(20) a{ color: #c28366; }
.package-item:nth-child(21) .package-price, .buttons-row td:nth-of-type(21) .package-price, #compare-table thead th:nth-of-type(21) a{ color: #591ab7; }
.package-item:nth-child(22) .package-price, .buttons-row td:nth-of-type(22) .package-price, #compare-table thead th:nth-of-type(22) a{ color: #1b370d; }
.package-item:nth-child(23) .package-price, .buttons-row td:nth-of-type(23) .package-price, #compare-table thead th:nth-of-type(23) a{ color: #2aef50; }
.package-item .package-price > div,
.buttons-row .package-price > div{
    display: inline-block;
    line-height: 1.8;
}
.buttons-row .package-price > div{
    line-height: 1;
}
.package-item .package-price .left,
.buttons-row .package-price .left{
    font-family: Roboto-Medium, sans-serif;
    font-size: 3.75rem;
}
.package-item .package-price .from,
.buttons-row .package-price .from{
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    color: #9b9b9b;
    position: relative;
    bottom: 8px;
}
.buttons-row .package-price .left{
    font-size: 2rem;
}
.package-item .package-price .right,
.buttons-row .package-price .right{
    text-align: left;
}
.package-item .package-price .right .top,
.buttons-row .package-price .right .top{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
}
.package-item .package-price .right .top {
    line-height: 0.7;
}
.package-item .package-price .right .top .prolong-price {
    font-family: Roboto-Light, sans-serif;
    color: #000000;
    text-decoration: line-through;
}
.buttons-row .package-price .right .top{
    font-size: 1rem;
}
.package-item .package-price .right .bottom,
.buttons-row .package-price .right .bottom{
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    color: #9b9b9b;
}
.package-item .vps-header .package-price .right .bottom{
    color:  #777777;
}
.package-item .package-price .gross{
    margin-top: -25px;
    display: block;
    color: #a2a2a2;
    font-size: 0.75rem;
}
.package-item .vps-header .package-price .gross{
    color:  #9b9b9b;
}
.package-item .package-price .old{
    margin-top: -25px;
    display: block;
    color: #a2a2a2;
    font-size: 0.75rem;
}
.package-item .package-price .discount-info {
    font-size: 0.875rem;
}
#total-price {
    color: #e52c39;
    text-align: center;
}
#total-price > div {
    display: inline-block;
    line-height: 1.8;
}
#total-price .left {
    font-family: Roboto-Medium, sans-serif;
    font-size: 3.75rem;
}
#total-price .right {
    text-align: left;
    position: relative;
    top: -10px;
}
#total-price .right .top {
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
}
#total-price .right .top {
    line-height: 0.7;
}
#total-price .right .bottom {
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    color: #9b9b9b;
}
#total-price .gross{
    margin-top: -30px;
    display: block;
    color: #a2a2a2;
    font-size: 0.75rem;
}

.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: Roboto, 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: Roboto-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: Roboto, 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 {
    color: #000;
}
.compare-packages-duo .package-params table thead tr {
    background-color: transparent;
}
.compare-packages-duo .package-params table thead tr a {
    font-family: Roboto-Bold, sans-serif;
    font-size: 1.97875rem;
}
.compare-packages-duo .package-params table thead tr span {
    font-family: Roboto, 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: Roboto, sans-serif;
    font-size: 1.1875rem;
}
.compare-packages-duo #compare-table tr#param-1 td {
    color: #e52d39;
    font-size: 1.625rem;
}

.package-item .card-body{
    padding: 0 10px;
    transition: all 400ms;
}
.package-item .packages-params{
    list-style: none;
    padding: 0;
}
.packages-container.boxes .package-item .packages-params {
    margin-top: 1.5rem;
}
.package-item .packages-params .packages-param{
    line-height: 1.2;
    height: 50px;
    /*font-size: 0.8125rem;*/
    color: #464646;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #e3e3e3;
    font-family: Roboto, sans-serif;
}
.packages-container.boxes .package-item .packages-params .packages-param {
    line-height: normal;
    height: auto;
    font-size: 1.1875rem;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    font-family: Roboto, sans-serif;
    margin-bottom: .5rem;
}
.package-item .packages-params .packages-param .d-table{
    height: 100%;
    width: 100%;
}
.package-item .packages-params .packages-param .d-table-cell{
    vertical-align: middle;
}
.package-item .packages-params .packages-param .d-table-cell img {
    vertical-align: unset;
}
.package-item ul.packages-params li.packages-param .check {
    background: url('../images/check_red.png') no-repeat center left;
    padding-left: 20px;
}
.package-item .packages-params .packages-param i{
    color: #74c946;
}
.package-item .packages-column:first-child .packages-params .packages-param{
    border-right: 1px solid #e3e3e3;
}
.package-item .packages-column:first-child .packages-params .packages-param.half-width:nth-of-type(2n){
    border-right: none;
}
.package-item .card-footer{
    transition: all 400ms;
    padding: 0 0 12px;
}

.package-item .card-footer .discount{
    position: relative;
    margin-top: 8px;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    line-height: normal;
    font-size: 0.9375rem;
    color: #626262;
    z-index: 1;
}
.package-item .card-footer .discount .discount-text-wrapper{
    display: none;
    position: absolute;
    margin-top: 7px;
}
.package-item .card-footer .discount .discount-text-wrapper::before{
    content: '';
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #000000;
}
.package-item .card-footer .discount:hover .discount-text-wrapper{
    display: block;
}
.package-item .card-footer .discount .discount-text{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.packages-container.duo {
    margin-top: 1.5rem;
}
.packages-container.duo .package-item {
    margin-bottom: 4rem;
}
.packages-container.duo .package-item.hidden {
    display: none;
}
.packages-container.duo .package-item:last-child {
    margin-bottom: 1rem;
}
.packages-container.duo .package-item .package-subtitle {
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
    color: #c6c6c6;
    text-align: left;
    text-transform: uppercase;
    border-left: 4px solid #e52d39;
    margin-right: 7px;
    padding: 0;
    line-height: 1.2;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}
.packages-container.duo .package-bar-top {
    background: url("../images/packages/bar-top.png") no-repeat left center #fff;
    border-radius: 5px;
}
.packages-container.duo .package-bar-top .free-migration {
    font-family: Roboto, sans-serif;
    font-size: 0.75rem;
    color: #000;
    line-height: 1.2;
    padding: 8px 0;
    margin-right: 10px;
}
.packages-container.duo .package-bar-top .free-migration a {
    color: #000;
    text-decoration: none;
}
.packages-container.duo .image-bg {
    background-repeat: no-repeat;
    background-position: left bottom;
}
.packages-container.duo .package-extended .image-bg {
    background-position: left -30px bottom;
}
.packages-container.duo .package-item .package-bar-top .packages-params {
    margin: auto 0 0;
    padding: 10px 0;
}
.packages-container.duo .package-item .package-bar-top .packages-params .packages-param{
    height: auto;
    color: #000000;
    font-family: Roboto-Light, sans-serif;
    font-size: 1.25rem;
    text-transform: lowercase;
    border-bottom: 0 none;
    border-left: 3px solid #e52d39;
    padding-right: 0;
    padding-left: 1rem;
    margin-left: 1rem;
    align-items: baseline;
    line-height: 1;
}
.packages-container.duo .package-item .package-bar-top .packages-params .packages-param .value{
    font-family: Roboto-Black, sans-serif;
    font-size: 3rem;
    color: #0daff9;
    margin-left: 0.5rem;
    text-transform: uppercase;
}
.packages-container.duo .package-bar-bottom {
    background: url("../images/packages/bulb.png") no-repeat left 14px center, url("../images/packages/bar-bottom.png") no-repeat left 30px center #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 16px 10px 16px 63px;
    font-family: Roboto-Light, sans-serif;
    font-size: 1rem;
    color: #575757;
    margin-left: 35px;
}
.packages-container.duo .col-packages {
    margin-top: 12px;
    border-radius: 5px;
    overflow: hidden;
}
.packages-container.duo .col-package {
    width: 331px;
    overflow: hidden;
    transition: width 0.5s ease;
}
.packages-container.duo .col-package.active {
    width: 686px;
}
.packages-container.duo .col-package .package-header {
    font-family: Roboto-Black, sans-serif;
    font-size: 0.8125rem;
    background-color: #e4e4e4;
    border-radius: 5px;
    border: 0 none;
    margin-bottom: 11px;
}
.packages-container.duo .col-package .col-desc {
    width: 331px;
    min-width: 331px;
}
.packages-container.duo .col-package-base {
    margin: 0 12px 0 0;
}
.packages-container.duo .col-package-base.active:not(.expandable) {
    width: 100%;
    margin-right: 0;
}
.packages-container.duo .package-base {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 1px;
    width: 686px;
}
.packages-container.duo .package-base .padding-left {
    padding-left: 120px;
}
.packages-container.duo .package-base .col-desc.col-xl-6 {
    padding-right: 6px;
}
.packages-container.duo .col-package-extended {
    margin-left: auto;
    z-index: 1;
}
.packages-container.duo .package-extended {
    background-color: #e52d39;
    border-radius: 5px;
    text-align: center;
    max-height: 100%;
    padding-top: 20px;
    width: 686px;
}
.packages-container.duo .package-extended .padding-left {
    padding-left: 120px;
}
.packages-container.duo .package-extended .col-desc.col-xl-12 {
    padding-right: 20px;
}
.packages-container.duo .package-item .package-title{
    font-family: Roboto-Black, sans-serif;
    font-size: 3rem;
    color: #e52d39;
    text-transform: uppercase;
    margin: auto 0 4px 0;
}
.packages-container.duo .package-item .package-title small{
    font-family: Roboto-Light, sans-serif;
    font-size: 1.25rem;
    color: #000000;
    text-transform: lowercase;
}
.packages-container.duo .group-title {
    line-height: 1;
    white-space: nowrap;
}
.packages-container.duo .group-title div:first-child {
    font-family: Roboto-Black, sans-serif;
    font-size: 3rem;
    color: #000000;
    text-transform: uppercase;
}
.packages-container.duo .package-extended .group-title div:first-child {
    color: #ffffff;
}
.packages-container.duo .group-title .subtitle {
    font-family: Roboto-Light, sans-serif;
    font-size: 0.96875rem;
    color: #000000;
}
.packages-container.duo .package-extended .group-title div:last-child {
    color: #ffffff;
}
.packages-container.duo .package-item .package-price {
    margin: 1rem 0 0.25rem;
    white-space: nowrap;
}
.packages-container.duo .package-item .package-price .left {
    font-family: Roboto, sans-serif;
    font-size: 2.25rem;
    line-height: 1;
}
.packages-container.duo .package-item .package-price .right .top {
    font-size: 1rem;
}
.package-item .package-extended .package-price .right .bottom {
    color: rgba(255, 255, 255, 0.5);
}
.packages-container.duo .package-item .package-price .right .bottom {
    font-size: 0.75rem;
}
.packages-container.duo .package-base .package-price {
    color: #000000;
}
.packages-container.duo .package-extended .package-price {
    color: #ffffff;
}
.packages-container.duo .package-discount {
    margin-bottom: 1rem;
}
.packages-container.duo .package-discount .number {
    font-family: Roboto, sans-serif;
    font-size: 2.27rem;
    color: #e52d39;
}
.packages-container.duo .package-extended .package-discount .number {
    color: #ffffff;
}
.packages-container.duo .package-discount .text {
    font-family: Roboto, sans-serif;
    font-size: 0.695625rem;
    color: #9f9f9f;
    text-align: left;
    margin: 0 0.5rem;
    white-space: nowrap;
}
.packages-container.duo .package-extended .package-discount .text {
    color: rgba(255, 255, 255, 0.5);
}
.packages-container.duo .package-discount i {
    color: #1c97f3;
}
.packages-container.duo .buttons a.btn {
    line-height: 1;
}
.packages-container.duo .package-extended .buttons a.btn {
    color: #e52c39;
}
.packages-container.duo .buttons {
    margin-bottom: 40px;
}
.packages-container.duo .buttons a.btn span {
    font-family: Roboto-Black, sans-serif;
    font-size: 1.9375rem;
    text-transform: uppercase;
}
.packages-container.duo .buttons a.btn small {
    font-family: Roboto-Black, sans-serif;
    font-size: 0.98125rem;
    text-transform: lowercase;
}
.packages-container.duo .package-heading-1 {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #9b9b9b;
    white-space: nowrap;
}
.packages-container.duo .package-heading-2 {
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #9b9b9b;
}
.packages-container.duo .package-extended .package-heading-1,
.packages-container.duo .package-extended .package-heading-2 {
    color: rgba(255, 255, 255, 0.75);
}
.packages-container.duo .package-item .parameters .packages-params .packages-param {
    font-family: Roboto, sans-serif;
    font-size: 0.96875rem;
    color: #9b9b9b;
    height: auto;
    padding: 0;
    border: 0 none;
    margin: 14px 0;
    line-height: normal;
    white-space: nowrap;
}
.packages-container.duo .package-item .parameters .packages-params .packages-param .icon-wrapper {
    width: 30px;
    margin-right: 5px;
    text-align: center;
}
.packages-container.duo .package-item .parameters .packages-params .packages-param .value {
    font-family: Roboto-Bold, sans-serif;
    font-size: 1rem;
}
.packages-container.duo .package-item .package-extended .parameters .packages-params .packages-param {
    color: rgba(255, 255, 255, 0.75);
}
.packages-container.duo .technologies ul {
    list-style: none;
    padding: 0;
}
.packages-container.duo .package-extended .technologies ul {
    color: rgba(255, 255, 255, 0.75);
}
.packages-container.duo .technologies ul li {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    margin: 14px 0;
    line-height: normal
}
.packages-container.duo .includes::before {
    content: '';
    width: 43%;
    height: 2px;
    display: block;
    margin: 0 0 20px 20%;
    background-color: rgba(0, 0, 0, 0.5);
}
.packages-container.duo .package-extended .includes::before {
    background-color: rgba(255, 255, 255, 0.75);
}
.packages-container.duo .includes ul {
    list-style: none;
    padding: 0;
}
.packages-container.duo .includes ul li {
    font-family: Roboto, sans-serif;
    font-size: 0.765rem;
    margin: 5px 0;
    color: #9b9b9b;
    white-space: nowrap;
}
.packages-container.duo .package-extended .includes ul li {
    color: rgba(255, 255, 255, 0.75);
}
#more-packages {
    margin-top: -5rem;
}

.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: Roboto-Bold, sans-serif;
    color: #e52c39;
    position: absolute;
    top: 1px;
    left: 0;
}
.packages-group-desc .header {
    font-family: Roboto-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: Roboto-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: Roboto-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: Roboto-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;
}
.custom-switch.packages-view-switch .custom-control-label::before,
.custom-switch.packages-price-switch .custom-control-label::before {
    border-color: #e52c39;
}
.custom-switch.packages-view-switch .custom-control-label::before {
    top: 1rem;
}
.packages-view-switch .custom-control-input:checked ~ .custom-control-label::before,
.packages-price-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e52c39;
}
.custom-switch.packages-view-switch .custom-control-label::after,
.custom-switch.packages-price-switch .custom-control-label::after {
    background-color: #e52c39;
}
.custom-switch.packages-view-switch .custom-control-label::after {
    top: calc(1rem + 2px);
}

.last_package_info{
    font-family: Roboto, sans-serif;
    line-height: 2;
    /*font-size: 0.9375rem;*/
    color: #626262;
    text-align: center;
    margin: 20px 0;
}

.package-page .discount{
    position: relative;
    font-family: Roboto, 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;
}

.package-header {
    background-color: #e52c39;
    border: 1px solid #e52c39;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px #e0e0e0;
}
.package-params,
.domains-price-table{
    box-shadow: 0 0 10px #e0e0e0;
}
.tab-content .package-params{
    max-width: 760px;
    margin: auto;
}
.package-params table,
.domains-price-table table{
    font-family: Roboto, sans-serif;
    font-size: 0.9375rem;
    color: #464646;
    margin-bottom: 0;
}
.package-params table thead,
.domains-price-table table thead{
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-right: none;
}
.package-params table thead tr,
.domains-price-table table thead tr{
    background-color: #f3f3f3;
}
.package-params table thead tr th,
.domains-price-table table thead tr th{
    border-bottom: none;
}
.package-params table tbody tr:nth-of-type(2n+1),
.domains-price-table table tbody tr:nth-of-type(2n+1){
    background-color: #ffffff;
}
.package-params table tbody tr:nth-of-type(2n+2),
.domains-price-table table tbody tr:nth-of-type(2n+2){
    background-color: #f8f8f8;
}
.package-params table thead tr th,
.package-params table tr td,
.domains-price-table table thead tr th,
.domains-price-table table tr td{
    border-left: 1px solid #e0e0e0;
    min-width: 146px;
}
.package-params table tr td.w-66 {
    width: 66%;
}
.domains-price-table table thead tr th{
    font-weight: normal;
}
.package-params table tr td i{
    font-size: 1.4rem;
}
.domains-price-table table tr td i{
    font-size: 1rem;
    margin-left: 3px;
}

.form-sh .domains-price-table table tr td .custom-checkbox{
    display: inline-block;
}

.nav-pills .nav-link{
    background-color: #eeeeee;
    color: #7b7b7b;
    margin: 0 5px;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    text-transform: uppercase;
}
.nav-pills .nav-link.domain-group{
    background-color: transparent;
    color: #212529;
    border-radius: 0;
    padding: 0 0 5px 0;
    margin: 10px;
    border-bottom: 5px solid transparent;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #e52c39;
}
.nav-pills .nav-link.domain-group.active, .nav-pills .show > .nav-link.domain-group{
    background-color: transparent;
    border-bottom: 5px solid #e52c39;
}
.nav-tabs.other-tld-nav-tabs .nav-item {
    width: 100%;
    border-right: 0;
}
.nav-tabs.other-tld-nav-tabs .nav-link {
    border: 0;
    border-bottom: 1px solid #eeeeee;
    color: #676767;
    font-size: 1.5rem;
    padding: .81rem 1rem;
}
.nav-tabs .nav-link.domain-group.active,
.nav-tabs .nav-link.domain-group:hover {
    position: relative;
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
}
.nav-tabs.other-tld-nav-tabs .nav-link.domain-group.active,
.nav-tabs.other-tld-nav-tabs .nav-link.domain-group:hover {
    border-top-right-radius: 0;
    color: #e52c39;
    font-family: Roboto-Bold, sans-serif;
}
.nav-tabs .nav-link.domain-group.active::after,
.nav-tabs .show > .nav-link.domain-group::after{
    content: '';
    height: 5px;
    background-color: #e52c39;
    width: calc(100% + 2px);
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
}
.nav-tabs.other-tld-nav-tabs .nav-link.domain-group.active::after,
.nav-tabs.other-tld-nav-tabs .show > .nav-link.domain-group::after{
    display: none;
}

.price-area{
    font-family: Roboto, sans-serif;
    color: #7b7b7b;
}
.price-area a[data-toggle="tooltip"]{
    color: #7b7b7b;
    text-decoration: none;
}
.price-area .price-text{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.5625rem;
}
.price-area .price{
    font-family: Roboto-Medium, sans-serif;
    font-size: 3.8125rem;
    line-height: 1;
    color: #e52c39;
}
.price-area .price .left,
.price-area .price .right{
    display: inline-block;
}
.price-area .price .right{
    font-size: 1.25rem;
    vertical-align: top;
    line-height: 1.5;
    margin-left: -8px;
}
.price-area .price-gross{
    font-family: Roboto, sans-serif;
    font-size: 0.9375rem;
}
.price-area .price-info{
    font-size: 0.9375rem;
    line-height: 1.6;
}

.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: Roboto-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: Roboto-Light;
    font-size: 0.875rem;
    line-height: 1.7;
}

.testimonials .carousel-indicators{
    margin-left: 0;
    margin-bottom: 0;
    justify-content: left;
}
.testimonials .carousel-indicators li{
    background-color: #d7d7d7;
}
.testimonials .carousel-indicators .active{
    background-color: #394d84;
}
.testimonials .carousel-inner{
    height: 430px;
}
.testimonials .carousel-inner .carousel-item blockquote{
    font-family: Roboto-Italic;
    font-size: 1.0625rem;
    line-height: 1.76;
    color: #474747;
}
.testimonials .carousel-inner .carousel-item .author{
    font-family: Roboto;
    font-size: 0.9375rem;
    line-height: 2;
    color: #474747;
}

.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: Roboto;
    font-size: 1rem;
    line-height: 1.76;
    color: #525252;
    margin-top: 160px;
}
.advantages .bold{
    font-family: Roboto-Bold;
}
.advantages .advantages-list{
    list-style: none;
    margin-top: 160px;
    padding: 0;
    text-align: right;
}
.advantages .advantages-list .advantages-item{
    font-family: Roboto;
    font-size: 1rem;
    line-height: 2.47;
    color: #525252;
}
.advantages .advantages-list .advantages-item i{
    color: #e52c39;
}

.item-details img{
    float: left;
}
.cat-item .date,
.item-details .date{
    font-family: Roboto-Italic, italic;
    font-size: 0.8125rem;
    color: #9d9d9d;
}
.cat-item h3,
.item-details h1{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
    line-height: 1.33;
    color: #131313;
}
.cat-item a,
.item-details a{
    color: #131313;
}
.cat-item:hover h3{
    text-decoration: underline;
}
.cat-item p,
.item-details p{
    font-family: Roboto-Light, sans-serif;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #525252;
    text-align: justify;
}
.cat-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: Roboto-Medium, sans-serif;
    text-align: left;
}

.boxes .boxes-item{
    border: 1px solid;
    border-radius: .15rem;
    box-shadow: 0 0 10px #e0e0e0;
    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: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
    line-height: 1.33;
    color: #131313;
}
.boxes .boxes-item h3 a{
    color: #131313;
}
.boxes .boxes-item p{
    font-family: Roboto-Light, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #525252;
    text-align: left;
}

#footer{
    font-family: Roboto-Light, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.77;
}
#footer a{
    text-decoration: none;
}
#footer .main-footer{
    background-color: #131d26;
}
#footer .main-footer .row-wrapper::before{
    content: '';
    display: block;
    position: relative;
    border-top: 3px solid #e52c39;
    top: -3px;
    width: 100%;
}
#footer .main-footer .social-icons{
    list-style: none;
    padding: 0;
}
#footer .main-footer .social-icons li{
    display: inline-block;
    margin-right: 10px;
}
#footer .main-footer .social-icons li a{
    color: #ffffff;
    font-size: initial;
}
#footer .main-footer .social-icons li a i{
    font-size: large;
}
#footer .main-footer .bottom-links ul{
    list-style: none;
    padding: 0;
    line-height: 2;
    color: #ffffff;
}
#footer .main-footer .bottom-links ul li img {
    vertical-align: initial;
}
#footer .main-footer .bottom-links ul li a{
    color: #ffffff;
    transition: all 400ms;
    padding: 0;
}
#footer .main-footer .bottom-links ul li:hover a{
    color: #e52c39;
}
#footer .main-footer .bottom-links ul li i{
    color: #e52c39;
    font-size: 0.5rem;
    margin-top: 9px;
    vertical-align: top;
    transition: all 400ms;
}
#footer .main-footer .bottom-links ul li:hover i {
    color: #ffffff;
}
#footer .bottom-footer{
    background-color: #202f3c;
}

#steps-header{
    text-align: center;
}
#steps .step-wrapper{
    display: inline-block;
    position: relative;
}
#steps .step-wrapper#step2,
#steps .step-wrapper#step3{
    padding-left: 120px;
}
#steps .step-wrapper#step2::before,
#steps .step-wrapper#step3::before{
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #e0e0e0;
    position: absolute;
    left: 10px;
    top: 50%;
}
#steps .step{
    border-radius: 50%;
    padding: 1.25rem;
    box-shadow: 0 0 10px #e0e0e0;
}
#steps .step-wrapper .step-number{
    border-radius: 50%;
    height: 53px;
    width: 53px;
    line-height: 53px;
    border: 1px solid #ededed;
    font-family: Roboto, sans-serif;
    font-size: 1.875rem;
}
#steps .step-wrapper.active .step-number{
    background-color: #f8f8f8;
    color: #e52c39;
}
#steps-header-text{
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
}

.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: Roboto-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;
}

.layout-status #header {
    padding-top: 40px;
    color: #333;
    background-color: #efefef;
    text-align: center;
}
.layout-status .container .container {
    padding: 0;
}
.layout-status h1 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 3.75rem;
    font-weight: normal;
}
.layout-status #status-menu {
    margin-top: 20px;
    background-color: #e52c39;
}
.layout-status #status-menu ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.layout-status #status-menu li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.layout-status #status-menu a {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    padding: 15px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.4s;
}
.layout-status #status-menu li:last-child a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}
.layout-status #status-menu a:hover {
    background-color: #000;
}
.layout-status .page-title-wrapper {
    padding: 20px 0 !important;
}
.layout-status .page-title-wrapper::after {
    display: none;
}
.layout-status .page-title-wrapper .page-title {
    font-size: 2.25rem;
}
.layout-status .cat-item {
    background-color: #f9f9f9;
    padding: 0.25rem 1.5rem 1rem;
    margin-bottom: 1.25rem;
}
.layout-status .cat-item h3 {
    color: #e52c39;
    font-size: 1.875rem;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0.25rem;
}
.layout-status .cat-item p {
    font-size: 1.125rem;
    line-height: 1.5;
}
.layout-status .cat-item .date {
    margin-bottom: 20px;
    color: #999;
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: inherit;
}
.layout-status .news {
    padding: 0 !important;
}
.layout-status #right .section {
    background-color: #f9f9f9;
    padding: 1.5rem 3rem;
}
.layout-status .quick-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.layout-status .quick-links a {
    color: #111111;
    font-size: 1.25rem;
    font-weight: bold;
}
.layout-status #footer {
    background-color: #151515;
    font-size: 0.875rem;
}
.layout-status #footer .main-footer,
.layout-status #footer .bottom-footer {
    background-color: transparent;
}
.layout-status #footer .main-footer a {
    color: #e52c39;
}
.layout-status #footer .main-footer h4 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.pagination-tn a, .pagination a, .pagination span{
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    color: #7b7b7b;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
}
.pagination-tn a:hover,
.pagination-tn a.active,
.pagination :hover,
.pagination .active{
    color: #ffffff;
    background-color: #e62c39;
}

/* 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: Roboto-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: Roboto-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;
}

#hosting-form input[name="login"]{
    text-transform: lowercase;
}

.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: Roboto, 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;
}
#form_vps .vps-group-header {
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.375rem;
    color: #1b1b1b
}
#form_vps .group-border {
    border: 1px solid #cccccc;
    border-radius: 3px;
}
#form_vps .rectangles input {
    visibility: hidden;
    position: absolute;
}
#form_vps .rectangles .rectangle,
#form_vps .rectangles .rectangle-passive {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease;
}
#form_vps .rectangles .rectangle-passive,
#form_vps .rectangles .rectangle.disabled {
    cursor: auto;
}
#form_vps div.col-lg-12.blue .rectangles .rectangle {
    background-color: rgba(13, 175, 249, 0.1);
}
#form_vps div.col-lg-12.green .rectangles .rectangle {
    background-color: rgba(151, 220, 42, 0.1);
}
#form_vps div.col-lg-12.purple .rectangles .rectangle {
    background-color: rgba(191, 48, 139, 0.1);
}
#form_vps div.col-lg-12.light .rectangles .rectangle {
    background-color: #f9f9f9;
}
#form_vps .rectangles .rectangle.disabled {
    background: repeating-linear-gradient(
            45deg,
            #eeeeee,
            #eeeeee 10px,
            #dddddd 10px,
            #dddddd 20px
    );
}
#form_vps .square-wrapper:not(.disabled) .rectangles .rectangle:not(.disabled):hover,
#form_vps .rectangles .rectangle.selected {
    border-color: #e52c39;
}
#form_vps .square-wrapper:not(.disabled) .rectangles .rectangle:not(.disabled):hover {
    margin-top: -3px;
    margin-left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}
#form_vps .rectangles .rectangle > span,
#form_vps .rectangles .rectangle-passive > span {
    border: 3px solid transparent;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s ease;
    padding: 20px 5px;
}
#form_vps .square-wrapper:not(.disabled) .rectangles .rectangle:not(.disabled):hover > span {
    padding: 23px 8px 20px;
}
#form_vps .rectangles .rectangle.selected > span {
    border-color: #e52c39;
}
#form_vps .custom-checkbox.rectangle-checkbox {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: all 0.5s ease;
}
#form_vps .custom-checkbox.rectangle-checkbox:not(.disabled):hover {
    margin-top: -3px;
    margin-left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}
#form_vps .custom-checkbox.rectangle-checkbox:not(.disabled):hover,
#form_vps .custom-checkbox.rectangle-checkbox.selected {
    border-color: #e52c39;
}
#form_vps .custom-checkbox.rectangle-checkbox label {
    border: 3px solid transparent;
    border-radius: 2px;
    padding: 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
}
#form_vps .custom-checkbox.rectangle-checkbox:not(.disabled):hover label {
    padding: 23px 23px 20px;
}
#form_vps .custom-checkbox.rectangle-checkbox.selected label {
    border-color: #e52c39;
}
#form_vps .custom-checkbox.rectangle-checkbox label img,
#form_vps .custom-checkbox.rectangle-checkbox label span {
    transition: all 0.5s ease;
    margin-right: 15px;
}
#form_vps .custom-checkbox.rectangle-checkbox:hover label img,
#form_vps .custom-checkbox.rectangle-checkbox:hover label span {
    margin-top: -3px;
}
#form_vps .custom-control-label::before,
#form_vps .custom-control-label::after {
    top: calc(50% - 8px);
    left: 20px;
    transition: all 0.5s ease;
    display: none;
}
#form_vps .custom-checkbox.rectangle-checkbox:hover .custom-control-label::before,
#form_vps .custom-checkbox.rectangle-checkbox:hover .custom-control-label::after {
    top: calc(50% - 8px);
    left: 23px;
}
#form_vps .square-wrapper {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 20px 20px 0px;
}
#form_vps .square-label img {
    margin-right: 15px;
}
.form-sh #form_vps label small {
    font-family: Roboto, sans-serif !important;
}
#vps-form-summary .page-title-wrapper::after {
    width: 175px;
}
#vps-form-summary #additionals-empty {
    font-style: italic;
}
#vps-form-summary .turned-off {
    display: none;
}
#vps-form-summary .page-title-wrapper {
    text-align: center;
}
#vps-form-summary #total-price .left {
    font-size: 3.5rem;
}
#vps-form-summary .param-value {
    font-weight: bold;
}
#form_vps .disabled {
    /*opacity: 0.5;
    transition: opacity 0.5s ease;*/
}
#form_vps .group-additional {
    position: relative;
    margin-top: 15px;
}
#form_vps .group-additional .group-cover {
    position: absolute;
    z-index: 1000;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(238, 238, 238, 0.9);
}
#form_vps .group-additional .group-cover div {
    text-align: center;
    font-size: 2rem;
    padding-top: 25px;
}
#form_vps label .subtitle {
    font-family: Roboto-Light, sans-serif;
    font-size: 0.9375rem;
}

.cart-preview-wrapper #cart-preview {
    min-width: 320px;
    position: sticky;
    top: 160px;
}
.cart-preview-wrapper .cart-item {
    font-family: Roboto-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: Roboto-Medium, sans-serif;
}
.cart-preview-wrapper .cart-item .price-row {
    color: #616161;
}
.cart-preview-wrapper .cart-item i {
    cursor: pointer;
}

.grids-element-img-top {
    padding: 3rem 0;
    text-align: center;
    color: #707070;
}
.grids-element-img-top .grid-content {
    height: 100%;
    background-color: #fff;
    padding: 0.5rem 1rem;
}
.grids-element-img-top .title {
    font-size: 1.3125rem;
    font-family: Roboto-Bold, sans-serif;
    color: #000000;
    margin: 0 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-top .row > div:hover .title {
    color: #e52c39;
}
.grids-element-img-top .describe {
    font-size: 0.9375rem;
    font-family: Roboto-Light, sans-serif;
    color: #000000;
    line-height: normal;
    text-align: justify;
}
.grids-element-img-top .row > div .img-wrapper {
    /*padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 1s ease;*/
}
.grids-element-img-top .row > div:hover .img-wrapper {
    /*background-color: #e52c39;*/
}
.grids-element-img-top .row > div .img-wrapper img {
    /*transition: all 0.5s ease;
    filter: brightness(0.5);*/
}
.grids-element-img-top .row > div:hover .img-wrapper img {
    /*filter: brightness(1);*/
}

.grids-element-img-bottom {
    padding: 3rem 0;
    text-align: center;
    color: #707070;
}
.grids-element-img-bottom .title {
    font-size: 1.25rem;
    font-family: Roboto-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: Roboto-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-img-left {
    padding: 3rem 0;
    color: #707070;
}
.grids-element-img-left .title {
    font-size: 2rem;
    font-family: Roboto-Light, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.layout-quiz .grids-element-img-left .title {
    font-size: 1.5rem;
}
.grids-element-img-left .row > div:hover .title {
    color: #e52c39;
}
.grids-element-img-left .describe {
    font-size: 1rem;
    font-family: Roboto-Light, sans-serif;
    margin-bottom: 1rem;
    color: #363636;
}
.grids-element-img-left .row > div .img-wrapper {
    /*padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 1s ease;*/
}
.grids-element-img-left .row > div:hover .img-wrapper {
    /*background-color: #e52c39;*/
}
.grids-element-img-left .row > div .img-wrapper img {
    /*transition: all 0.5s ease;
    filter: brightness(0.5);*/
}
.grids-element-img-left .row > div:hover .img-wrapper img {
    /*filter: brightness(1);*/
}
.layout_aboutus .grids-element-img-left .row > div .img-wrapper img {
    margin-top: 30px;
}

.grids-element-img-right {
    padding: 3rem 0;
    color: #707070;
    text-align: right;
}
.grids-element-img-right .title {
    font-size: 2rem;
    font-family: Roboto-Medium, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-right .row > div:hover .title {
    color: #e52c39;
}
.grids-element-img-right .describe {
    font-size: 1rem;
    font-family: Roboto-Light, sans-serif;
    margin-bottom: 1rem;
    color: #363636;
}
.grids-element-img-right .row > div .img-wrapper {
    /*padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 1s ease;*/
}
.grids-element-img-right .row > div:hover .img-wrapper {
    /*background-color: #e52c39;*/
}
.grids-element-img-right .row > div .img-wrapper img {
    /*transition: all 0.5s ease;
    filter: brightness(0.5);*/
}
.grids-element-img-right .row > div:hover .img-wrapper img {
    /*filter: brightness(1);*/
}
.layout_aboutus .grids-element-img-right .row > div .img-wrapper img {
    margin-top: 30px;
}

.grids-element-alternately {
    padding: 2rem 0 3rem;
    color: #707070;
}
.grids-element-alternately .title {
    font-size: 1.25rem;
    font-family: Roboto-Medium, sans-serif;
    transition: color 0.5s ease;
}
.grids-element-alternately .row .row:hover .title {
    color: #e52c39;
}
.grids-element-alternately .describe {
    font-size: 0.875rem;
    font-family: Roboto, sans-serif;
}
.grids-element-alternately .row .row .img-wrapper {
    /*padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #191919;
    border: 2px solid #191919;
    transition: all 0.5s ease;*/
}
.grids-element-alternately .row .row:hover .img-wrapper {
    /*background-color: transparent;
    border: 2px solid #e52c39;*/
}
.grids-element-alternately .row .row .img-wrapper img {
    /*transition: all 0.5s ease;
    filter: grayscale(1);*/
}
.grids-element-alternately .row .row:hover .img-wrapper img {
    /*filter: grayscale(0);*/
}

.grids-element-title-top{
    text-align: center;
}
.grids-element-title-top > .row{
    padding-top: 35px;
    padding-bottom: 80px;
}
.grids-element-title-top > .row > div{

}
.grids-element-title-top .title{
    font-size: 1.3125rem;
    line-height: 1.14;
    color: #191919;
}
.grids-element-title-top .photo{
    text-align: center;
    padding-bottom: 15px;
}
.grids-element-title-top .title::after{
    content:"";
    height: 3px;
    width: 73px;
    background-color: #e52c39;
    display: block;
    margin: 10px auto 20px;
}
.grids-element-title-top .describe{
    font-size: 0.875rem;
    line-height: 1.5;
    color: #797979;
}

.grids-element-circles .photo {
    z-index: 1;
    position: relative;
}
.grids-element-circles .img-wrapper {
    /*padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: background-color 1s ease;*/
}
.grids-element-circles > .row > div:hover .img-wrapper {
    /*background-color: #e52c39;*/
}
.grids-element-circles .img-wrapper img {
    /*transition: all 1s ease;
    filter: brightness(0);*/
}
.grids-element-circles > .row > div:hover .img-wrapper img {
    /*filter: brightness(1);*/
}
.grids-element-circles .text {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 46px 20px;
    color: #707070;
    font-size: 0.875rem;
    border: 4px solid #ffffff;
    margin-top: -35px;
    transition: border-color 1s ease;
}
.grids-element-circles > .row > div:hover .text {
    border-color: #e52c39;
}
.grids-element-circles .text .title {
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
    color: #363636;
    transition: color 1s ease;
}
.grids-element-circles > .row > div:hover .title {
    color: #e52c39;
}

.grids-element-count {
    padding: 2.5rem 0;
    text-align: center;
}
.grids-element-count .title {
    font-size: 3rem;
    font-family: Roboto-Bold, sans-serif;
    margin-top: 10px;
    line-height: 1.1;
}
.grids-element-count .describe {
    font-size: 0.875rem;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}
.grids-element-count .describe:after {
    content: '';
    margin: 5px auto 0;
    width: 90px;
    height: 2px;
    background-color: #ffffff;
    display: block;
}

.grids-element-accordion {
    padding-top: 1rem;
}
.grids-element-accordion #accordion .card{
    border: 0 none;
    margin-bottom: 2px;
}
.grids-element-accordion #accordion .card-header {
    border: 0 none;
    background-color: transparent;
}
.grids-element-accordion #accordion .card-header button {
    font-family: Roboto-Bold, sans-serif;
    font-size: 0.875rem;
    background-color: #e52c39;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.grids-element-accordion #accordion .card-header button:hover,
.grids-element-accordion #accordion .card-header button:focus {
    text-decoration: none;
}
.grids-element-accordion #accordion .card-header button .fa-plus {
    display: none;
}
.grids-element-accordion #accordion .card-header button .fa-minus {
    display: inline-block;
    margin-right: 1rem;
}
.grids-element-accordion #accordion .card-header button.collapsed {
    background-color: #fafafa;
    color: #959595;
}
.grids-element-accordion #accordion .card-header button.collapsed .fa-plus {
    display: inline-block;
    margin-right: 1rem;
}
.grids-element-accordion #accordion .card-header button.collapsed .fa-minus {
    display: none;
}
.grids-element-accordion #accordion .card-body {
    color: #707070;
    font-size: 0.875rem;
    font-family: Roboto, sans-serif;
}

.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: Roboto-Medium, sans-serif;
    font-size: 0.875rem;
}
.grids-element-progress .text .count {
    float: right;
    font-size: 0.875rem;
    font-family: Roboto-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-element-random {
    padding: 0 0 2.5rem;
    text-align: center;
    color: #707070;
    position: relative;
}
.grids-element-random:before {
    background-color: #f3f3f3;
    content: '';
    display: block;
    width: 1920px;
    height: 1000px;
    position: absolute;
    top: -109px;
    left: calc(50% - 960px);
}
.grids-element-random .text {
    background-color: #ffffff;
    padding: 60px 20px 10px;
    margin-top: -50px;
    box-shadow: 0 20px 30px #bbbbbb;
    height: calc(100% - 118px);
}
.grids-element-random .title {
    font-size: 1.1875rem;
    font-family: Roboto-Medium, sans-serif;
    color: #363636;
    padding: 5px 0;
    transition: color 0.5s ease;
}
.grids-element-random .row > div:hover .title {
    color: #e52c39;
}
.grids-element-random .describe {
    font-size: 1.1875rem;
    font-family: Roboto-Light, sans-serif;
    color: #363636;
    line-height: normal;
    min-height: 70px;
}
.grids-element-random .row > div .img-wrapper {
    display: inline-block;
    border: 9px solid #fff;
    border-radius: 9px;
}
.grids-element-random .row > div:hover .img-wrapper {

}
.grids-element-random .row > div .img-wrapper img {

}
.grids-element-random .row > div:hover .img-wrapper img {

}
.grids-element-filter .grid-element > div {
    transition: all 500ms ease;
    opacity: 1;
    max-height: none;
    overflow: hidden;
}
.grids-element-filter .grid-element.hidden > div {
    opacity: 0;
    max-height: 0;
}
.grids-element-img-left.grids-element-filter .title {
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.75rem;
    color: #000000;
}
.grids-element-img-left.grids-element-filter .describe {
    position: relative;
    transition: all 500ms ease;
}
.grids-element-img-left.grids-element-filter .describe::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(transparent, #ffffff);
    position: absolute;
    bottom: 0;
}
.grids-element-img-left.grids-element-filter .full-width-strip .describe::after {
    background-image: linear-gradient(transparent, #f2f2f2);
}
.grids-element-img-left.grids-element-filter .photo::after {
    content: '';
    display: block;
    width: 3px;
    height: 50%;
    background-color: #d9d9d9;
    position: absolute;
    right: 0;
    top: 25%;
}
.grids-tabs {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}
.grids-tabs .grids-tab {
    font-family: Roboto-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: Roboto-Medium, sans-serif;
    color: #000000;
}
.grid-expand {
    font-family: Roboto-Medium, sans-serif;
    color: #008aff;
    text-transform: uppercase;
    cursor: pointer;
}
.grid-more {
    font-family: Roboto-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;
}

/* 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% - 0.5rem);
    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;
}

#cookiesBottomPanel {
    position: fixed;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 0 30px 70px rgba(0,0,0,.3);
    width: 100%;
    z-index: 2000000003;
    transform: translate(0, 0);
    transition: 500ms transform ease;
}
#cookiesBottomPanel.show {
    transform: translate(0, -100%);
}
#cookiesBottomPanel #openDialogBtn {
    cursor: pointer;
}

#cookiesDialog {
    position: fixed;
    bottom: 100%;
    left: 50%;
    max-width: 900px;
    width: 100%;
    max-height: 100%;
    z-index: 2000000004;
    transform: translate(-50%, -10px);
}
#cookiesDialog.show {
    bottom: 50%;
    transform: translate(-50%, 50%);
    transition: 500ms transform 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);
}

.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: Roboto-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: Roboto-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: Roboto-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: Roboto-Bold, sans-serif;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.other-quizzes .message {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
}
.other-quizzes .news-item {
    background-color: #ffffff;
    border: 1px solid #eee;
}

.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;
}
