@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.bg-black {
    background: #000000;
}

.session-logo {
    background: black;
    padding: 15px 0;
}

.session-logo img {
    max-height: 60px;
    /*filter: brightness(0) invert(1);*/
}

.session-1 {
    background: url(https://cdn4563.cdn4s1.com/media/template/web-hosting-bg-dektop.svg) no-repeat center 0;
    background-size: cover;
    padding: 30px 0;
}

.page-header__title {
    color: white;
    font-weight: 700;
    font-size: 30px;
    padding-top: 0;
    line-height: 1.2;
}

.page-header__text {
    color: white;
    max-width: none;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

.page-header__banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    border: 1px solid white;
    padding: 30px;
    background: rgba(255,255,255,.2);
    border-radius: 10px;
    color: white;
    text-align: center;
}

.page-header__banner .header-banner__item-title {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #cacccd;
    text-align: center;
    white-space: nowrap;
}

.page-header__banner .header-banner__cta {
    background: #f31b4f;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: white;
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.page-header__banner .header-banner__item-value {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: white;
    text-align: center;
}

    .main-list__provider__picture {
        height: 100px;
        max-width: 100px;
    }

.main-list__provider {
    display: grid;
    align-items: center;
    grid-template:
        "list-item-logo list-item-title"
        "list-item-description list-item-description"
        "list-item-feat list-item-feat"
        "list-score-cta-block list-score-cta-block";
    grid-template-rows: auto;
    grid-template-columns: auto;
    border: 1px solid #cacccd;
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto 25px;
    color: black !important;
}

.main-list__provider__picture-wrapper {
    grid-area: list-item-logo;
}

.main-list__provider__title {
    grid-area: list-item-title;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.23;
}

.main-list__provider__description {
    grid-area: list-item-description;
    padding-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.main-list__provider__features {
    grid-area: list-item-feat;
}

.main-list__provider__features-list-ul {
    padding: 0;
}

.main-list__provider__features-list-li {
    display: flex;
    break-inside: avoid;
    align-items: center;
    line-height: 22px;    
    color: #818289;
    word-break: break-word;
}

.main-list__provider__features-list-li::before {
    align-self: start;
    content: "";
    display: inline-block;
    background: url(https://cdn4563.cdn4s1.com/media/template/tick-green-v4.svg) 0 0 no-repeat;
    position: relative;
    top: 5px;
    height: 16px;
    min-width: 16px;
    margin-right: 6px;
}

.main-list__provider__score-cta-block {
    grid-area: list-score-cta-block;
}

.main-list__provider__scoring {
    margin-bottom: 10px;
    text-align: center;
}

.main-list__provider__scoring-text {
    font-size: 14px;
    line-height: 18px;
    color: gray;
}

.main-list__provider__scoring-value {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    padding: 0 7px;
}

.main-list__provider__scoring-out-of {
    font-size: 14px;
    line-height: 26px;
    color: gray;
}

.main-list__provider__sec-one-action {
    display: inline-block;
    background: #17a35f;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: white;
    width: 100%;
    text-align: center;
}

footer {
    /*margin-bottom: 260px;*/
}
.form_whois_modal .title {
     font-family: "Roboto", sans-serif;
    font-size: 38px;
    
    line-height: 44px;
    font-weight: 900;
}
.form_whois_modal .info {
    text-align: center;
}

.slogan1 {
    font-size: 18px;
    margin: 10px 0;
}

.slogan1 span {
     font-family: "Roboto", sans-serif;
     font-weight: 900;
    font-size: 28px;
    color: #f31b4f;
}
.form_whois_modal .form-search-domain-validate .error_info {
    position: relative;
    bottom: -10px;
}
.modal-header {
    border: 0;
    position: absolute;
    right: 0;
    z-index: 999999;
}
button#check_whois_modal {
    background: #f31b4f;
    padding: 13px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: white;
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.form_whois_modal .form-group.search_domain input {
    border-color: #dedede;
    border-radius: 0;
    
}

.form_whois_modal .form-group.search_domain {
    margin-bottom: 20px;
}
.footer__bottom-navigation {
    min-height: 24px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.footer__bottom-navigation button {
    appearance: none;
    border: 0;
    background: transparent;
    color: white;
    padding: 0;
}

.footer__bottom-navigation li a {
    color: white;
}

.footer__copyright {
    color: white;
    margin: 0;
}

.session-ad {
    background: url(https://cdn4563.cdn4s1.com/media/template/saily-sticky.png) no-repeat center 0;
    background-size: cover;
    bottom: -500px;
    box-shadow: 0 -1px 12px 0 rgba(255, 255, 255, .05);
    transition: bottom .25s ease-in-out, opacity .25s linear;
}

.sticky-footer__link {
    color: white !important;
    padding: 30px;
    display: block;
}

.sticky-footer__container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sticky-footer__logo {
    min-width: 100%;
    margin-bottom: 20px;
}

.sticky-footer__logo-img {
    width: auto;
    height: 42px;
}

.sticky-footer__slogan {
    font-size: 20px;
}

.sticky-footer__offer {
    font-size: 32px;
}

.sticky-footer__cta {
    color: white;
    background: #17a35f;
    text-align: center;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    line-height: 60px;
    padding: 0 50px;
}

.absolute-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1039;
}
.content-banner-modal {
    display: flex;
    align-items: center;
}

.title-logo-2 {
    flex-grow: 1;
    width: 50%;
}

.title-logo-2 img {
    width: 300px;
}

.form_whois_modal .info {
    flex-grow: 1;
    width: 90%;
}

.form_whois_modal {
    padding: 20px;
}

.modal-header {
    border: 0;
}

.modal-header .close {
    font-size: 25px;
    opacity: 1;
    color: red;
}

div#whoisModal {
    top: calc(50% - 200px);
}
@media (min-width: 992px) {
    .main-list__provider {
        grid-template-columns: min-content 250px 250px auto;
        grid-column-gap: 28px;
        grid-template-areas:
            "list-item-logo list-item-title list-item-feat list-score-cta-block"
            "list-item-logo list-item-description list-item-feat list-score-cta-block";
    }

    .main-list__provider__title {
        margin-left: 0;
        align-self: end;
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .main-list__provider__description {
        padding-top: 0;
        align-self: end;
    }
}

@media (min-width: 1200px) {
    .main-list__provider {
        grid-template-columns: min-content 360px 264px auto;
        grid-column-gap: 40px;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 768px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 991px){
    footer .head-logo img {
        max-width: 160px;
    }
    .page-header__banner {
	    gap: 10px;
	}
	.page-header__banner-logo {
	    margin-bottom: 15px;
	    flex: 0 0 100%;
	}

	.page-header__banner {
	    gap: 10px;
	}

	.header-banner__cta-wrapper {
        width: 100%;
        margin-top: 10px;
    }

	.main-list__provider__title {
	    font-size: 22px;
	}
	.main-list__provider__picture{
		max-width: 90px;
	}
    .form_whois_modal .title-logo-2 {
        display: none;
    }
    
    .form_whois_modal .info {
        width: 100%;
    }
    
    .form_whois_modal {
        padding: 10px;
    }
    
    .form_whois_modal .form-search-domain form.form-contact {
        flex-wrap: wrap;
    }
    
    .form_whois_modal .form-group.search_domain {
        width: 100%;
        margin-bottom: 10px !important;
    }
    
    button#check_whois_modal {
        margin-top: 0;
    }
    
    .form_whois_modal .title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    
    .slogan1 {
        margin: 5px 0;
    }
    
    div#whoisModal {
        top: calc(40% - 200px);
    }
}









