@font-face {
    font-family: ProReg;
    src: url(../fonts/ProductSans-Regular.ttf);
}

@font-face {
    font-family: ProMed;
    src: url(../fonts/ProductSans-Medium.ttf);
}

@font-face {
    font-family: ProBold;
    src: url(../fonts/ProductSans-Bold.ttf);
}

@font-face {
    font-family: ProLight;
    src: url(../fonts/ProductSans-Light.ttf);
}

@font-face {
    font-family: ProBlack;
    src: url(../fonts/ProductSans-Black.ttf);
}
html
{
    overflow-x: hidden;
}

body
{
    padding: 0;
    box-sizing: border-box;
    font-family: ProReg, sans-serif;
    color: #000;
    overflow-x: hidden;
}
.cont {
    max-width: 1200px;
    margin: 0 auto 120px auto;
}
/* --- Header Block Components --- */
.h1 {
    font-size: 42px;
    font-family: ProMed, sans-serif;
    margin-bottom: 42px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    z-index: 2;
}

.button {
    padding: 17px 40px;
    background-color: #6600FF;
    border: 2px solid #BE93FE;
    font-size: 18px;
    color: white;
    font-family: ProMed, sans-serif;
    border-radius: 99px;
    white-space: nowrap;
    max-height: 60px;
}

.button a {
    color: #fff;
}

.button--blue {
    padding: 8px 39px 8px 8px;
    background-color: #1965FD;
    border: 2px solid #5396FF;
    font-size: 18px;
    color: white;
    font-family: ProReg, sans-serif;
    border-radius: 99px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    transition: 0.2s ease-out;
    max-height: 60px;
}

.button--blue:hover {
    color: #fff;
}

.button--blue svg {
    margin-right: 10px;
}

.red-button svg, .button--blue svg {
    margin-right: 10px;
}

.button:hover {
    transform: scale(1.02);
    filter: brightness(110%);
    color: white;
    text-decoration: none;
}

.button.button--empty:hover {
    color: #7E37E8;
}

.cont-apricot {
    background-color: #FFD0C0;
    margin: 0 auto;
    padding: 30px 40px 30px 40px;
    border-radius: 12px;
}

.cont-apricot .h1 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}

.mini-header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
}

.mini-header__more {
    display: flex;
    align-items: center;
}

.mini-header__more a {
    font-size: 14px;
    font-family: ProReg, sans-serif;
    color: #000;
    margin-right: 12px;
}

.mini-header__more .header__logo-pc img {
    display: block;
    height: 28px;
    margin-right: 12px;
}

.mini-header__city {
    font-size: 14px;
    font-family: ProReg, sans-serif;
    display: flex;
    align-items: center;
}

.mini-header__city span {
    color: #7D90A6;
    margin-right: 24px;
}

.mini-header__city a {
    color: #000;
}

.mini-header__city img {
    margin-right: 6px;
}

.header-cont {
    background-color: white;
}

.header-cont .header__logo-pc {
    display: none;
}

.header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.header__menu-phone {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}

.header__nav {
    display: flex;
    justify-content: space-between;
}

.header__nav a {
    color: #000;
    margin-right: 48px;
    font-size: 18px;
}

.header__nav a:hover {
    text-decoration: none;
    color: #6600FF;
}

.header__phone {
    color: #7D90A6;
    font-size: 14px;
    text-align: right;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.header__phone a {
    font-size: 18px;
    font-family: ProBold, sans-serif;
    margin-left: 16px;
}

.header__phone a:hover {
    color: #1965FD;
}

.header__phone .button--blue:hover {
    color: #fff;
}

.button--blue:hover svg {
    animation: pulseAnim 0.8s linear 0s infinite normal both;
}

.footer-city .button {
    margin-top: 10px;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__column {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.footer__column-title {
    font-size: 26px;
    margin-bottom: 18px;
    color: #7d90a6;
}

.footer__column-links a {
    color: #000;
}

.footer__column-links {
    display: flex;
    flex-direction: column;
    line-height: 40px;
}

.tarifs {
    max-width: 1200px;
    margin: 0 auto;
}

.tarifs-searching-cont .h1 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.reviews-title .h1 {
    margin: 0;
    max-width: 600px;
}

.button img {
    margin-right: 8px;
}

.cont-toplug .button {
    width: 100%;
}

.header__logo-mob {
    display: none;
}

.header__menu-mob {
    display: none;
}

.header__call-back-mob {
    display: none;
}

.back-call-form .button {
    margin-right: 4px;
    margin-bottom: 8px;
}

.mobile-menu-button {
    display: none;
}

.header__call-back-mob-mini {
    display: none;
}

.search-number-house .button {
    width: auto;
}

.mobile-menu {
    display: none;
}

.choose-tarif .h1 {
    color: white;
}

.check-adress .h1 {
    color: #000;
}

.entry
{
    border-radius: 99px;
    background-color: #fff;
    border: 1px solid #E6EDF5;
    font-size: 16px;
    padding: 17px 30px;
    font-family: ProReg, sans-serif;
}

.entry:focus
{
    border: 2px solid #7E37E8;
}
.district-list-cont
{
    margin-bottom: 120px;
    box-sizing: content-box;
}

.district-list
{
    column-count: 4;
    column-width: auto;
    /*max-height: 200px;*/
    line-height: 25px;
    margin-bottom: 20px;
}

.district-list a
{
    color: #000;
    display: block;
}

.district-list a:hover
{
    color: #7E37E8;
}
.main-reviews
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont-white
{
    padding: 30px 40px 30px 40px;
    border-radius: 12px;
    border-color: white;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    max-width: 1120px;
    margin: 0 auto;
    background-color: white;
}
.pages-buttons
{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.pagination-with-loadmore-wrapper.pages-buttons {
    margin-bottom: 120px;
    margin-top: 30px;
}
.pages-buttons-numbers
{
    position: absolute;
    right: 0;
    margin-top: -35px;
    display: flex;
}

.pages-button-grey
{
    padding-left: 70px;
    padding-right: 70px;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
}

.pages-button-grey
{
    box-shadow: none;
}

.pages-buttons-noactive
{
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.08);
    -moz-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.08);
    box-shadow: 0 15px 25px 0 rgba(28,71,158,0.08);
    color: #000;
    border: none;
    margin-left: 10px;
}

.pages-buttons-active
{
    width: 50px;
    height: 50px;
    color: white!important;
    background-color: #7D90A6;
    border-radius: 12px;
    border: none;
    margin-left: 10px;
}

.pages-buttons-noactive:hover
{
    box-shadow: none;
}

.pages-dots
{
    box-shadow: none;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 10px;
    font-family: ProMed, sans-serif;
    margin-top: 13px;

}
@media screen and (max-width: 1200px) {
    .tarifs {
        margin-left: 20px;
        margin-right: 20px;
    }
    .main-reviews
    {
        flex-direction: column;
    }
    .cont-white
    {
        margin-left: 20px;
        margin-right: 20px;
    }
    .pages-buttons
    {
        margin-left:20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .header {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .footer__row {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .mini-header {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1100px) {
    .header__phone .header__back-call {
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    .header__phone span {
        font-size: 12px;
    }
}

@media screen and (max-width: 1100px) {
    .header__nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .header__logo {
        width: 100px;
        margin-right: 40px;
    }
    .pages-buttons-numbers
    {
        position: relative;
        margin-top: 20px;
    }

    .pages-buttons
    {
        display: flex;
        flex-direction: column;
        width: auto;
        align-items: center;
    }

}

@media screen and (max-width: 940px) {
    .header__phone .header__back-call {
        font-size: 14px;
    }
}

@media screen and (max-width: 940px) {
    .header__nav-link {
        font-size: 13px;
    }
}

@media screen and (max-width: 940px) {
    .header__logo {
        margin-right: 20px;
    }
}

@media screen and (max-width: 910px) {
    .header__logo {
        width: auto;
    }
}

@media screen and (max-width: 910px) {
    .header__nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 844px) {
    .footer__column .button {
        align-self: flex-end;
    }
}

@media screen and (max-width: 768px) {
    .header-cont .header__logo-pc {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .h1 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .cont {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 768px) {
    .modal-content .button--blue {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .tarifs {
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .mini-header__city {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .back-call-form .button {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .main-providers-cont .button {
        width: 100%;
        padding: 12px 0;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding: 0;
        margin: 8px 0;
    }
}

@media screen and (max-width: 768px) {
    #header-phone .button--blue {
        padding: 0;
        background-color: transparent;
        border: none;
        font-size: 16px;
        color: #1965FD;
        border-radius: 0;
    }
}

@media screen and (max-width: 768px) {
    #header-phone .button--blue svg {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header__menu-mob {
        display: block;
        margin-right: 8px;
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif .h1 {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu {
        background-color: white;
        position: fixed;
        overflow: auto;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
    }
}

@media screen and (max-width: 768px) {
    #mob-menu-modal .mobile-menu__city {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    #mob-menu-modal .mobile-menu__city img {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    #mob-menu-modal .mini-header__city a {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__nav {
        display: flex;
        flex-direction: column;
        line-height: 34px;
        margin: 24px 30px;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__nav .footer__row {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__nav .footer__column {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__nav .header__phone button {
        margin-bottom: 12px;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__nav a {
        color: #000;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__nav .header__phone {
        text-align: center;
        margin-top: 20px;


        margin: 0 0 20px 0;
        display: flex;
        justify-content: left;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__nav .header__phone span {
        display: block;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__nav .header__phone a {
        font-size: 28px;
        margin-top: 12px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__title {
        margin: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__title .h1 {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__title img {
        height: 23px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__city {
        color: #000;
        font-size: 16px;
        display: flex;
        margin: 0 30px 10px 30px;
        font-family: ProMed, sans-serif;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__city img {
        margin-right: 12px;
        height: 30px;
        margin-top: 3px;
    }
}

@media screen and (max-width: 768px) {
    .provider-header-buttons button, .provider-header-buttons a.button.button-border {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .provider-header-buttons a.button.button-border:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu-button {
        width: 100%;
        position: fixed;
        z-index: 999;
        bottom: 0;
        display: block;
        transition: 0.16s ease-in-out;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu-button.mobile-menu-button--out {
        margin-bottom: -100px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu-button__inside {
        width: 80px;
        padding: 18px 35px 18px 35px;
        border-radius: 40px;
        background-color: #7E37E8;
        color: white;
        font-size: 16px;
        font-family: ProMed, sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 26px;
        -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.35);
        -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.35);
        box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.35);
        box-sizing: content-box;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu-button__inside img {
        margin-right: 6px;
        height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .header__nav-link {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header__phone span {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mini-header__more {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header__logo {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .header__logo-mob {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header__logo-pc {
        display: block;
        width: 130px;
    }
}

@media screen and (max-width: 768px) {
    .header__menu-mob img {
        height: 40px;
        min-height: 40px;
        min-width: 40px;
    }
}

@media screen and (max-width: 768px) {
    .h1 {
        font-size: 32px;
        margin-bottom: 28px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu__close {
        background-color: #000;
    }
}

@media screen and (max-width: 768px) {
    .cont-toplug .h1 {
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 630px) {
    .cont-white
    {
        padding: 20px;
    }
}
@media screen and (max-width: 590px) {
    .footer__column {
        margin-right: 20px;
    }
}

@media screen and (max-width: 590px) {
    .footer-city-phone .button--blue {
        width: 100%;
        justify-content: center;
    }
    .cont, .district-list-cont {
        margin-bottom: 90px;
    }
    .cont-blue {
        margin-bottom: 80px;
    }
    .pagination-with-loadmore-wrapper.pages-buttons, .pages-buttons {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-searching-item-form .button {
        margin-top: 8px;
        width: 100%;
    }
    .pages-buttons-numbers
    {
        width: 100%;
        justify-content: space-between;
    }

    .pages-buttons-active, .pages-buttons-noactive, .pages-dots
    {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .header__call-back-mob {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .header__call-back-mob-mini {
        padding: 0;
        height: 50px;
        width: 50px;
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .header__call-back-mob-mini img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .modal-custom .button {
        width: 100%;
    }
    .search-providers-cont .cont-white
    {
        margin-left: 0;
        margin-right: 0;
    }

}

@media screen and (max-width: 480px) {
    .header__logo-pc {
        width: 100px;
    }
}

@media screen and (max-width: 480px) {
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-logoname, .links-line {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .cont-white
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-logoname, .links-line {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .modal-content .tarifs-searching-cont .h1 {
        margin: 0;
    }
}

@media screen and (max-width: 340px) {
    .header__phone a {
        margin-left: 0;
    }
}


/* --- Footer Block Components --- */
.seo-text {
    color: #000;
    background-color: #F6F9FC;
    padding: 30px;
    border-radius: 12px;
}

.check-adress-form .seo-text {
    margin: 0;
}

.footer__container {
    width: 100%;
    background-color: #fff;
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid #C7D8E9;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer__city-phone {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 36px;
}

.footer__phone-number a {
    font-size: 35px;
    font-family: ProBold, sans-serif;
    color: #000;
    margin-bottom: 10px;
}

.footer__phone-number {
    display: flex;
    flex-direction: column;
    margin-right: 52px;
}

.footer__phone {
    display: flex;
    color: #000;
    font-size: 14px;
}

.footer__city img {
    margin-right: 8px;
}

.footer__city {
    color: #000;
    font-family: ProMed, sans-serif;
    display: flex;
    align-items: baseline;
}

.footer__city .button-main {
    margin-top: 10px;
}

.footer__city a {
    color: #000;
    font-family: ProReg, sans-serif;
}

.footer__container hr {
    border: 1px solid #3B4B65;
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer__seo-text {
    font-size: 14px;
    color: #000;
    margin: 20px auto 0;
    line-height: 20px;
    background-color: #ECEDED;
    padding: 20px;
}

.footer__seo-text a {
    color: #1965FD;
}

.footer__city .footer__logo-pc img {
    height: 50px;
    margin-bottom: 20px;
}

.choose-tarif .seo-text {
    margin-left: 0;
    margin-bottom: 20px;
}

.oborud-cont .seo-text {
    margin-bottom: 40px;
    font-family: ProReg, sans-serif;
    font-size: 14px;
    padding: 0;
    background-color: transparent;
}

.oborud-cont .seo-text div {
    font-size: 16px;
    margin-bottom: 15px;
}

.oborud-cont .seo-text img {
    margin-right: 12px;
    height: 16px;
    margin-bottom: 2px;
}

@media screen and (max-width: 1200px) {
    .seo-text {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .footer__city-phone {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .main-block-info .seo-text, .seo-partner {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .about-company-cont .seo-text {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer__container .seo-text {
        margin: 20px 0 0 0;
        border-radius: 0px;
    }
}

@media screen and (max-width: 768px) {
    .seo-text {
        padding: 20px;
    }
}

@media screen and (max-width: 590px) {
    .footer__phone {
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

@media screen and (max-width: 590px) {
    .footer__city-phone {
        margin-left: 10px;
        margin-right: 10px;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 590px) {
    .footer__phone-number span {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 590px) {
    .footer__city-phone .button-blue {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .footer__phone-number a {
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    .footer__phone-number {
        margin-right: 0;
    }
}


/* --- Modal Block Components --- */
.modal-body .provider-modal-form__bottom-text--smaller {
    margin-top: 16px;
}

.provider-modal-form input {

}

.back-call-form-with_time .provider-modal-form__label {
    font-size: 18px;
    font-family: ProMed;
    margin-bottom: 20px;
}

.back-call-form-with_time .provider-modal-form__row {
    justify-content: left;
}

@media screen and (max-width: 768px) {
    .provider-modal-form__row {
        flex-wrap: wrap;
    }
}

.podbor_tarifs_modal .call-modal__checkbox {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.podbor_tarifs_modal .call-modal__checkbox label {
    font-size: 12px;
    text-align: left
}

.podbor_tarifs_modal .call-modal__checkbox input {
    margin-left: -48px;
    margin-right: 4px;
    width: 12px !important;
    height: 14px !important;
}

@media screen and (max-width: 767px) {
    .modal-footer-right.last-step .call-modal__checkbox {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .podbor_tarifs_modal .call-modal__checkbox input {
        margin-left: auto
    }
}

@media screen and (max-width: 767px) {
    .podbor_tarifs_modal .call-modal__checkbox label {
        font-size: 10px
    }
}
.modal.podbor_tarifs_modal .modal-dialog {
    background-color: #ffffff;
    border-radius: 10px;
    min-width: 760px;
    min-height: 630px;
    overflow: hidden;
}
.podbor_tarifs_modal .modal-body {min-height: 432px;}
.podbor_tarifs_modal .container {padding: 30px 40px}
.podbor_tarifs_modal .modal-header {padding-bottom: 0;border: none}
.podbor_tarifs_modal .modal-title {font-size: 22px;font-weight: 600;color: #000;margin-bottom: 10px}
.podbor_tarifs_modal .modal-subtitle {font-size: 14px;font-weight: 500;color: #757575;margin-bottom: 10px;padding: 0 16px}
.podbor_tarifs_modal .modal-footer {display: flex;justify-content: space-between;align-items: center;border: none}
.podbor_tarifs_modal .modal-footer-left {visibility: hidden;font-weight: 600;color: #0175eb;font-size: 14px;flex:1;text-align: left;white-space: nowrap}
.podbor_tarifs_modal .modal-footer-left > img {margin-right: 10px}
.podbor_tarifs_modal .modal-footer-center {font-weight: 600;font-size: 14px;color: #000;flex:1;text-align: center}
.podbor_tarifs_modal .modal-footer-right {flex:1;text-align: right;position: relative}
.podbor_tarifs_modal .modal-footer-right .skip-text {position: absolute; right: 5px;top: -36px;display: none;font-size: 12px;font-weight: 500;font-style: italic;color: #757575;}
.podbor_tarifs_modal .modal-submit {
    background: #0175eb;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 500;
    color: #ffffff;
    padding: 16px 32px;
    font-size: 14px;
}
.podbor_tarifs_modal .modal-submit.skip {
    display: none;
    background: #fff;
    color: #0175eb;
    border: 1px solid #0175eb;
    font-weight: 500;
}
.podbor_tarifs_modal .order-call_checkbox {
    display: flex;
    align-items: center;
    margin-top: 3px;
}
.podbor_tarifs_modal .modal-footer-right.last-step {display: none;justify-content: space-between}
.podbor_tarifs_modal .order-call_checkbox label {font-size: 12px;text-align: left}
.podbor_tarifs_modal .order-call_checkbox input {margin-left: -48px;margin-right: 4px; width: 12px!important; height: 14px!important;}
.step1-modal-list {display: flex;justify-content: flex-start}
.step1-modal-list__item {
    border-radius: 9px;
    width: 150px;
    height: 174px;
    overflow: hidden;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    position: relative;
}
.step1-modal-list__item:nth-child(1) {border: 1px solid #0175eb;}
.step1-modal-list__item:nth-child(2) {border: 1px solid #f41b92;}
.step1-modal-list__item:nth-child(3) {border: 1px solid #fea733;}
.step1-modal-list__item .title {font-size: 16px;font-weight: 700;text-transform: uppercase;display: flex;flex-direction: column;justify-content: space-around; align-items: center;}
.step1-modal-list__item .label {font-size: 12px;font-weight: 500;opacity: 0.7;text-transform: capitalize; margin-bottom: 8px}
.step1-modal-list__item .price {margin-top: 8px;margin-bottom: 16px}
.step1-modal-list__item > svg {margin-top: 16px}
.step1-modal-list__item .radio-box > svg {display: none}
.step1-modal-list__item .radio-box.active > svg {display: block}
.step1-modal-list__item .radio-box {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step1-modal-list__item:nth-child(1) .radio-box {border: 1px solid #0175eb;}
.step1-modal-list__item:nth-child(2) .radio-box {border: 1px solid #f41b92;}
.step1-modal-list__item:nth-child(3) .radio-box {border: 1px solid #fea733;}
.step1-modal-list__item:nth-child(1) .radio-box.active {background: #0175eb;}
.step1-modal-list__item:nth-child(2) .radio-box.active {background: #f41b92;}
.step1-modal-list__item:nth-child(3) .radio-box.active {background: #fea733;}
.step2-modal-list {display: flex;justify-content: space-between}
.step2-modal-list__item {display: flex;justify-content: flex-start;flex-direction: column; flex: 1 0 50%}
.podbor_tarifs_modal .checkbox label {font-weight: 600;font-size: 14px; color: #000;vertical-align: middle;vertical-align: middle;max-width: 90%}
.podbor_tarifs_modal .checkbox {margin: 10px 0;display: flex}
.podbor_tarifs_modal .checkbox input {
    border-radius: 1.5px;
    border: 1px solid #707070;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
}
.podbor_tarifs_modal .text-input {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    background: #ffffff;
    border-radius: 7.5px;
    border: 1px solid #cbcbcb;
    width: 100%;
    overflow: hidden;
    padding: 16px 25px;
}
.podbor_tarifs_modal .text-input::placeholder {
    color: #a1a1a1;
}
.podbor_tarifs_modal textarea.text-input {
    min-height: 156px;
}
.podbor_tarifs_modal .required {position: relative}
.podbor_tarifs_modal .required::after {
    content: '*';
    font-size: 16px;
    font-weight: 600;
    color: #ff6464;
    position: absolute;
    top: 16px;
    right: 24px;
}
.podbor_tarifs_modal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(/assets/images/arrow_select.svg) top 20px right 20px no-repeat!important;
}
.steps-page.step3 .steps-page__content {
    display: flex;flex-direction: row; justify-content: space-between;flex-wrap: wrap;
}
.steps-page.step3 .steps-page__content select {width: 284px}
.steps-page.step3 .steps-page__content input[type="text"] {width: 348px;}
.steps-page.step5 .price-month, .steps-page.step5 .speed_bytes {
    max-width: 332px;
}
.steps-page.step5 .price-month label, .steps-page.step5 .speed_bytes label {
    font-weight: 600;font-size: 14px;color: #000;padding: 0;margin-bottom: 0!important;
}
.steps-page.step5 .col-form-label {padding: 0;margin-bottom: 24px;margin-top: -8px}
.steps-page.step5 .irs-single {font-size: 12px;font-weight: 500;color: #757575;background: none;margin-top: 6px;display: block!important;}
.steps-page.step5 .irs-line {
    background-color: #d4d4d4;
    border-radius: 3px;
    height: 6px;
}
.steps-page.step6 .steps-page__content {
    display: flex;flex-direction: row; justify-content: flex-start;flex-wrap: wrap;
}
.steps-page.step6 .steps-page__content input[type="text"] {margin-right: 8px;width: 184px;}
.steps-page.step6 .steps-page__content input[type="text"]:first-of-type {width: 328px}
.steps-page__title.second {margin-top: 20px}
.steps-page__content__flex-hor {display: flex;flex-direction: row; justify-content: flex-start;flex-wrap: wrap;}
.steps-page__content__flex-hor input.text-input {margin-right: 8px;width: 267px;}
.steps-page__content__flex-hor input.text-input:first-of-type {width: 225px;}
.steps-page__content__title {font-weight: 600;color:#000;font-size: 14px;margin-top: 16px;margin-bottom: 8px}
.podbor_tarifs_modal .radio label {font-weight: 600;color:#000;font-size: 14px;margin-top: 8px;vertical-align: middle}
.podbor_tarifs_modal .radio input {margin-right: 8px;margin-top: 8px;vertical-align: middle}
.steps-page__content__flex-hor.--consultation-inputs {display: none;margin-top: 16px}
.steps-page__content__flex-hor.--consultation-inputs input.text-input {margin-right: 8px;width: 120px;}
.steps-page__content__flex-hor.--consultation-inputs input.text-input:first-of-type {width: 120px;}
.steps-page__content__title.--round-border {border-radius: 4.5px;border: 1px solid #fea733;padding: 4px 6px;display: inline-block}
.steps-page__content__text {font-size: 12px;font-weight: 500;color: #757575;line-height: 14px}
.podbor_tarifs_modal .text-input.--date {
    padding-left: 42px;
    background: url(/assets/images/date.svg) top 16px left 14px no-repeat
}
.podbor_tarifs_modal .text-input.--time {
    padding-left: 42px;
    background: url(/assets/images/times.svg) top 16px left 14px no-repeat
}
.podbor_tarifs_modal .mobile-only {display: none}
@media screen and (max-width: 767px) {
    .podbor_tarifs_modal .modal-dialog {min-width: auto; max-width: 100%}
    .podbor_tarifs_modal .container {padding: 10px 5px;}
    .step1-modal-list {flex-direction: column}
    .step1-modal-list__item {margin-right: 0;margin-left: 0; margin-bottom: 16px;width: 100%;height: 134px}
    .podbor_tarifs_modal .modal-footer-center {display: none!important;}
    .step2-modal-list {flex-direction: column}
    .step2-modal-list__item {margin-right: 0; width: 100%}
    .podbor_tarifs_modal .text-input {width: 100%; margin-bottom: 16px}
    .steps-page.step3 .steps-page__content select {width: 100%}
    .steps-page.step6 .steps-page__content input[type="text"] {width: 100%}
    .steps-page__content__flex-hor input.text-input {width: 100%;}
    #steps-page__yandex_map {max-width: 100%}
    .podbor_tarifs_modal .mobile-only {display: flex;margin-top: 16px}
    .modal-footer-right.last-step .order-call_checkbox {display: none!important;}
    .podbor_tarifs_modal .order-call_checkbox input {margin-left: auto}
    .podbor_tarifs_modal .modal-footer-right.last-step {justify-content: flex-end}
    .podbor_tarifs_modal .modal-submit {font-size: 12px; padding: 8px 16px}
    .steps-page__title {font-size: 14px}
    .podbor_tarifs_modal .modal-title {font-size: 20px}
    .podbor_tarifs_modal .modal-subtitle {font-size: 12px}
    .podbor_tarifs_modal .modal-footer-left {font-size: 12px}
    .podbor_tarifs_modal .modal-footer-center {font-size: 12px}
    .podbor_tarifs_modal .modal-footer-right .skip-text {font-size: 10px; top: -26px}
    .step1-modal-list__item .title {font-size: 14px}
    .step1-modal-list__item .label {font-size: 10px}
    .podbor_tarifs_modal .checkbox label {font-size: 12px}
    .podbor_tarifs_modal .text-input {font-size: 12px}
    .steps-page__content__title {font-size: 12px}
    .podbor_tarifs_modal .radio label {font-size: 12px}
    .steps-page__content__text {font-size: 10px;line-height: 12px}
    .steps-page__subtitle {font-size: 12px}
    .podbor_tarifs_modal .order-call_checkbox label {font-size: 10px}
    .steps-page.step5 .price-month, .steps-page.step5 .speed_bytes {max-width: 260px}
    .steps-page.step5 .irs-single {margin-left: 10px}
    .steps-page.step5 .irs-single:after {content: none}
}
@media screen and (max-width: 340px) {
    .steps-page__content__flex-hor.--consultation-inputs input.text-input {width: 100%!important;}
    .header-phone a
    {
        margin-left: 0;
    }
}


.switch {
    border-radius: 99px;
    width: 30px;
    height: 16px;
    background-color: #7D90A6;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
}
.switch:hover .slider-btn:before
{
    left: 4px;
    transition: 0.2s;
}
.switch:hover input:checked + .slider-btn:before {
    left: 0;
    transition: 0.2s;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider-btn {
    float: right;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7D90A6;
    -webkit-transition: .2s;
    transition: .2s;
}
.slider-btn:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 99px;
}
input:checked + .slider-btn {
    background-color: #7E37E8;
}
input:checked + .slider-btn:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
.slider-btn.round {
    border-radius: 99px;
}
.slider-btn.round:before {
    border-radius: 50%;
}
.tarif-row {width: 100%;box-sizing: border-box}
.tarif-row.hide {
    display: none;
}
.tarif-row.show {
    display: flex;
}
.provider-warning-card {padding: 20px 0 10px}
.provider-warning-card__item {display: flex;background-color: #ffffff;border-radius: 10px;width: 100%;padding: 20px}
.provider-warning-card__icon {margin-right: 16px}
.provider-warning-card__body {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start}
.provider-warning-card__title {color: #182026;font-size: 14px;font-weight: 700}
.provider-warning-card__text {color: #182026;font-size: 12px;font-weight: 500;line-height: 17px}
.loading-info {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}
.modal--any-width .modal-dialog {
    max-width: 90vw;
}
.modal-header, .modal-footer {
    border: none;
}
.modal-title {
    font-family: ProMed, sans-serif;
    font-size: 32px;
    width: 100%;
    margin-right: 20px;
    display: inline-block;
    line-height: normal!important;
}
.provider-modal-form__label, .provider-modal-form, .provider-modal-form__bottom-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.provider-modal-form {
    margin-top: 30px;
    margin-bottom: 20px;
}

.provider-modal-form__row {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.provider-modal-form__row input {
    width: auto;
    margin-bottom: 8px;
}

.provider-modal-form__row button {
    margin-bottom: 8px;
    width: 100%;
}

.provider-modal-form__row .radio-list {
    margin-right: 24px;
}

.provider-modal-form__row .radio-list .radio {
    white-space: nowrap;
    margin-bottom: 12px;
}

.provider-modal-form__bottom-text--smaller {
    font-size: 14px;
}

.provider-modal-form input:not([type=radio]):not([type=checkbox]), .provider-modal-form textarea {
    border-radius: 99px;
    background-color: #fff;
    border: 1px solid #E6EDF5;
    font-size: 16px;
    padding: 17px 30px;
    font-family: ProReg, sans-serif;
    width: 100%;
    margin-bottom: 8px;
}

.provider-modal-form textarea {
    height: auto;
}

.provider-modal-form input:not([type=radio]):focus, .provider-modal-form textarea:focus {
    border: 2px solid #7E37E8;
}

.provider-modal-form__row > input[name="phone"] {
    margin-right: 8px;
    margin-bottom: 0;
}

.provider-modal-form input[type="radio"] {
    margin-top: 4px;
    margin-right: 4px;
}

.provider-modal-form__row .steps-page__content__flex-hor.--consultation-inputs {
    margin-top: 0;
}

.provider-modal-form__button:hover, .provider-modal-form button:hover {
    transform: scale(1.02);
    filter: brightness(110%);
}

.provider-modal-form input {
    margin-right: 4px;
    margin-bottom: 8px;
}

.call-modal__form.provider-modal-form button {
    margin-top: 20px;
}

.provider-modal-form__button + .provider-modal-form__bottom-text--smaller {
    margin-top: 10px;
}

.provider-modal .--choice2 {
    display: none;
    text-align: center
}

.provider-modal .modal-dialog {
    max-width: 807px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden
}

.provider-modal .modal-content {
    padding: 40px
}

.provider-modal .modal-header {
    padding: 0;
    border: none
}

.provider-modal .modal-body {
    padding: 12px 0 0 0
}

.provider-modal .modal-title {
    font-size: 32px;
    font-weight: 600;
    color: #182026;
    margin-top: -4px
}

.provider-modal .modal-title--smaller {
    font-size: 26px;
    font-weight: 600;
    color: #182026;
    margin-top: -4px
}

.provider-modal .modal-title--smaller .highlight {
    color: var(--actions-color)
}

.provider-modal-form__label {
    font-weight: 600;
    font-size: 14px;
    color: #182026;
    margin-bottom: 12px;
    margin-top: 12px;
}

.provider-modal-form__label .underline {
    text-decoration: underline
}

.provider-modal-form__row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between
}

.provider-modal-form input:not([type=radio]) {
    background-color: #ffffff;
    font-weight: 500;
    color: #9c9c94;
    font-size: 14px;
    border-radius: 9.5px;
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 16px 24px;
    margin-bottom: 20px
}

.provider-modal-form__row .steps-page__content__flex-hor.--consultation-inputs {
    margin-top: 0
}

.provider-modal-form__row .radio-list .radio {
    margin-bottom: 8px
}

.provider-modal-form__row input {
    max-width: 518px
}

.provider-order-accepted__header {
    font-size: 32px;
    font-weight: 600;
    color: #182026
}

.provider-order-accepted__text {
    font-weight: 600;
    font-size: 14px;
    color: #182026;
    margin-bottom: 12px;
    margin-top: 12px;
}

.provider-modal-form__bottom {
    text-align: center;
}

.provider-modal-form__bottom-text--smaller {
    font-size: 12px;
    color: #9e9e9e;
}

.provider-modal-form__bottom-text--smaller > a {
    font-size: 12px;
    text-decoration: underline;
    color: #000000;
}

.provider-modal-form__bottom-text--smaller > a:hover {
    color: var(--prov-main-color)
}

.provider-modal-form__bottom .provider-modal-form__button {
    margin: 14px auto
}

.provider-modal .--choice2 {
    display: none
}

.provider-modal-form__row.--smaller {
    padding-left: 48px;
    padding-right: 36px;
}

.provider-modal-form__row.--smaller input {
    max-width: 440px
}

@media screen and (max-width: 768px) {
    .provider-notfound-callorder-form .provider-modal-form__row {
        flex-direction: column;
        text-align: left;
        align-items: center;
    }
}

.modal-body .call-modal {
    padding: 0
}

.call-modal {
    display: flex;
    padding-top: 37px;
    background: #ffffff;
    border-radius: 10px;
    flex: 3.3;
    padding-bottom: 40px;
}

.homepage section.started .call-modal > img {
    margin-top: 13px;
    margin-left: 48px;
    margin-right: 19px;
}

@media screen and (max-width: 1250px) {
    .homepage section.started .call-modal > img {
        margin-left: 16px;
        flex: 1
    }
}

@media screen and (max-width: 1250px) {
    .homepage section.started .call-modal > .call-modal__content {
        flex: 4
    }
}

@media screen and (max-width: 991px) {
    .call-modal {
        flex: auto;
    }
}

@media screen and (max-width: 767px) {
    .call-modal {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .call-modal.call-modal--visible {
        display: flex;
    }
}

.call-modal__content {
    padding-left: 10px;
    padding-right: 55px;
}

.call-modal__header {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 4px;
}

.call-modal__text {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    max-width: 710px;
}

.call-modal__form {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.modal-body .call-modal__content {
    padding: 0
}

.call-modal__form input:not([type=radio]) {
    width: 271px;
    height: 41px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #5396ff;
    padding-left: 18px;
    padding-right: 18px;
}

.call-modal__form textarea {
    width: 271px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #5396ff;
    padding: 18px;
}

.call-modal__form select {
    border: 1px solid #5396ff;
    border-radius: 10px;
}

.call-modal__checkbox {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.call-modal__checkbox input {
    width: auto;
    height: 13px;
    margin-bottom: 0;
    margin-right: 5px;
}

.call-modal__checkbox label {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
}

.call-modal__form button {
    font-size: 16px;
    line-height: 8px;
    font-weight: 500;
    color: #fff;
    border: 0;
    border-radius: 10px;
    height: 40px;
    width: 240px;
    margin-top: 20px;
    background: #5396ff;
    transition: .1s;
}

.call-modal__form button:hover {
    color: #000;
    background: #ffffff;
    transition: .1s;
    border: 1px solid #000000;
}

.homepage section.started .call-modal .call-modal__form {
    display: flex;
    flex-direction: column;
    margin-top: 19px;
}

.modal-body .call-modal__form button {
    margin-top: 20px !important
}

.homepage section.started .call-modal .call-modal__form input:not([type=radio]) {
    background-color: #ffffff;
    border-radius: 7.5px;
    border: 1px solid #cbcbcb;
    color: #a1a1a1;
    width: 258px;
    height: 49px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 27px;
    padding-right: 27px;
    margin-right: 8px;
}

.modal-body section.started .call-modal .call-modal__form input {
    margin-bottom: 0
}

.modal-body section.started .call-modal .orderOrder .call-modal__form input:not([type=checkbox]) {
    margin-bottom: 10px;
}

.modal-body section.started .call-modal .connectOrder .call-modal__form input:not([type=checkbox]) {
    margin-bottom: 10px;
}

.modal-body section.started .call-modal .askQuestion .call-modal__form input:not([type=checkbox]) {
    margin-bottom: 10px;
}

.modal-body section.started .call-modal .modalReview .call-modal__form input:not([type=checkbox]) {
    margin-bottom: 10px;
}

.modal-body section.started .call-modal .orderCall .call-modal__form input:not([type=checkbox]) {
    margin-bottom: 10px;
}

.homepage section.started .call-modal .call-modal__form button {
    background: #0175eb;
    border-radius: 8px;
    width: 233px;
    height: 50px;
    overflow: hidden;
    font-weight: 500;
    color: #ffffff;
    border: none;
    margin-top: 0;
}

.homepage section.started .call-modal .call-modal__form button:hover {
    transform: scale(1.05);
    transition: .05s;
}

.homepage section.started .call-modal .call-modal__checkbox label {
    font-size: 12px;
    color: #a1a1a1;
    margin-left: 2px;
}

.homepage section.started .call-modal .call-modal__checkbox label a {
    font-size: 12px;
    color: #0682ff;
}

.homepage section.started .call-modal .call-modal__checkbox {
    margin-top: 9px
}

.homepage section.special-form .call-modal {
    background: #370F66;
    padding-bottom: 37px
}

.homepage section.special-form .call-modal > img {
    margin-top: 6px;
    margin-left: 15px;
    margin-right: 9px;
}

.homepage section.special-form .call-modal__header {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
}

.homepage section.special-form .call-modal__text {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.7;
}

.homepage section.special-form .call-modal__text > span {
    color: #fea733;
}

.homepage section.special-form .call-modal .call-modal__form {
    display: flex;
    flex-direction: column;
    margin-top: 23px;
}

.homepage section.special-form .call-modal .call-modal__form input {
    background-color: #ffffff;
    border-radius: 7.5px;
    border: 1px solid #cbcbcb;
    color: #a1a1a1;
    width: 307px;
    height: 49px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 27px;
    padding-right: 27px;
    margin-right: 8px;
}

.homepage section.special-form .call-modal .call-modal__form button {
    background: #0175eb;
    border-radius: 8px;
    width: 233px;
    height: 50px;
    overflow: hidden;
    font-weight: 500;
    color: #ffffff;
    border: none;
    margin-top: 0;
}

.homepage section.special-form .call-modal .call-modal__form button:hover {
    transform: scale(1.05);
    transition: .05s;
}

.homepage section.special-form .call-modal .call-modal__form button > img {
    margin-right: 4px
}

.homepage section.special-form .call-modal .call-modal__checkbox label {
    font-size: 12px;
    color: #a1a1a1;
    margin-left: 2px;
}

.homepage section.special-form .call-modal .call-modal__checkbox label a {
    font-size: 12px;
    color: #0682ff;
}

.homepage section.special-form .call-modal .call-modal__checkbox {
    margin-top: 9px
}

@media screen and (max-width: 1110px) {
    .homepage section.started .call-modal .call-modal__form button {
        width: 258px
    }
}

@media screen and (max-width: 1110px) {
    .call-modal__form .provider-modal-form__row {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .homepage section.started .call-modal {
        display: block;
        padding: 16px;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .homepage section.started .call-modal > img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 767px) {
    .homepage section.started .call-modal > .call-modal__content {
        padding-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .homepage section.started .call-modal > .call-modal__content .call-modal__header {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .homepage section.started .call-modal > .call-modal__content .call-modal__text {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .homepage section.started .call-modal .call-modal__form input:not([type=radio]), .homepage section.started .call-modal .call-modal__form button {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .homepage section.special-form .call-modal {
        display: block;
        padding: 16px;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .homepage section.special-form .call-modal > img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 767px) {
    .homepage section.special-form .call-modal > .call-modal__content {
        padding-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .homepage section.special-form .call-modal .call-modal__form input, .homepage section.special-form .call-modal .call-modal__form button {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .homepage section.special-form .call-modal__header {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .homepage section.special-form .call-modal__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .homepage section.special-form .call-modal .call-modal__form button {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .call-modal__header {
        font-size: 18px
    }
}

@media screen and (max-width: 575px) {
    .call-modal__text {
        font-size: 14px
    }
}

@media screen and (max-width: 575px) {
    .homepage section.started .call-modal .call-modal__checkbox label {
        text-align: left
    }
}

@media screen and (max-width: 575px) {
    .homepage section.started .call-modal > img {
        max-width: 47vw
    }
}

@media screen and (max-width: 375px) {
    .homepage section.special-form .call-modal {
        padding: 16px 5px;
    }
}

.tarif_form_orderOrder .call-modal__header, .tarif_form_orderOrder .call-modal__text {
    color: #ffffff;
}

.podbor_tarifs_modal .call-modal__checkbox label {
    font-size: 12px;
    text-align: left
}

.podbor_tarifs_modal .call-modal__checkbox input {
    margin-left: -48px;
}

@media screen and (max-width: 767px) {
    .modal-footer-right.last-step .call-modal__checkbox {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .podbor_tarifs_modal .call-modal__checkbox input {
        margin-left: auto
    }
}

@media screen and (max-width: 767px) {
    .podbor_tarifs_modal .call-modal__checkbox label {
        font-size: 10px
    }
}

.top-tarifs {
    max-width: 1200px;
    margin: 30px auto 0;
}

/* --- City Modal Block Components --- */
.top-tarifs .tarifs-tags {
    margin-top: 0;
    margin-bottom: 15px;
}

.tarifs-tags {
    margin: 20px auto 0;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.home-search-tags a, .letters-sort__letter {
    font-size: 18px;
    font-family: ProMed, sans-serif;
}

.home-search-tags {
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    .tarifs-tags {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .city-modal__title-search {
        margin-right: 20px !important;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    #selectCity .tarifs-tags {
        margin-left: 0;
    }
}

@media screen and (max-width: 425px) {
    .tarifs-tags {
        overflow-x: scroll;
        flex-wrap: nowrap;
        margin-left: 10px;
        margin-right: 0;
    }
}

#selectCity .modal-title .city-modal__current-city {
    color: #7E37E8;
    white-space: nowrap
}

.city-modal__title-search {
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
}

.city-modal__state-list > li > .city-modal__state-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.city-modal__state-list > li > .city-modal__state-link::before {
    content: '+';
    color: #7E37E8;
    margin-right: 8px;
    font-size: 18px;
}

.city-modal__state-list > li > .city-modal__state-link:hover {
    color: #7E37E8;
    cursor: pointer;
}

.city-modal__state-link {
    color: #4a8cff;
    cursor: pointer;
}

#selectCity .modal-title .city-modal__current-city {
    color: #FE8A33;
    white-space: nowrap
}

.city-modal__state-list > li > .city-modal__state-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.city-modal__state-list > li > .city-modal__state-link:hover {
    color: #5396ff;
    cursor: pointer;
}

.city-modal__state-list > li > .city-modal__state-link:after {
    content: " ";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) translateY(-4px);
    -webkit-transform: rotate(45deg) translateY(-4px);
    margin-left: 10px;
    margin-top: 1px;
    cursor: pointer;
}

.more-address .infoblock a:hover {
    text-decoration: underline;
}.more-address .infoblock.--columns a {width: 100%}
.more-address .infoblock.--columns {columns: 5}
.warning{color:#000;background:#fff4d4;position:relative;padding: 20px 30px 20px 70px;margin:16px 0;}.warning:before{font-family:FontAwesome;content:"\f06a";color:#f58128;font-size:30px;position:absolute;top:50%;left:20px;margin-top:-15px;}
.check{color:#000;background:#def9e5;position:relative;padding: 20px 30px 20px 70px;margin:16px 0;}.check:before{font-family:FontAwesome;content:"\f058";color:#34bc58;font-size:30px;position:absolute;top:50%;left:20px;margin-top:-15px;}
#selectCity {position: absolute;overflow: auto}
#selectCity .modal-dialog {max-width: 100%;min-height: 100vh;margin: 124px auto 0}
#selectCity .modal-content {min-height: 100vh}
#selectCity .modal-header {border: none;display: block;
    position: relative;}
#selectCity .modal-content .container {padding-left: 0; padding-right: 0;}
#selectCity .modal-title {font-size: 32px; font-weight: 300;color: #000; display: inline}
#selectCity .modal-title .city-label {color: #7E37E8;white-space: nowrap}
#selectCity .close {
    padding: 0;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 12px;
}


.modal-city-title-search
{
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
}

.city-modal__search {
    width: 520px;
    position: relative;
}
.city-modal__search input {
    border: 2px solid #E6EDF5;
    border-radius: 99px;
    color: #000;
    padding: 16px 25px;
    width: 100%;
}

.city-modal__search input::placeholder {
    color: #7D90A6;
}
.city-modal__search-icon
{
    position: absolute;
    top: 16px;
    right: 22px;
}

.city-modal__radio {
    margin: 8px 2px;
    display: inline-block;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
}
.city-modal__radio:nth-of-type(2) {
    margin-left: 46px;
}
.city-modal__radio-label {font-size: 18px;font-weight: 500;cursor: pointer;
    padding: 4px;}
.city-modal__radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.city-modal__radio input[type="radio"] + .city-modal__radio-label {
    color: #000;
}
.city-modal__radio input[type="radio"] + .city-modal__radio-label:before {

    content: "";
    background: #fff;
    border-radius: 100%;
    border: 2px solid #7D90A6;
    display: none;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.city-modal__radio input[type="radio"]:checked + .city-modal__radio-label {
    color: #7E37E8;
    width: 100%;
    border: 1px solid #7E37E8;
}

.city-modal__radio
{
    background-color: #F6F9FC;
}

.city-modal__radio input[type="radio"]:disabled
{
    border: 1px solid #c50c15;
}

.city-modal__radio input[type="radio"]:checked + .city-modal__radio-label:before {
    display: none;
    background-color: #000;
    border-color: #000;
    box-shadow: inset 0 0 0 2.5px #fff;
}
.city-modal__radio input[type="radio"]:focus + .city-modal__radio-label:before {
    outline: none;
    border-color: #000;
}
.city-modal__radio input[type="radio"]:disabled + .city-modal__radio-label:before {
    box-shadow: inset 0 0 0 2.5px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.city-modal__radio input[type="radio"] + .city-modal__radio-label:empty:before {
    margin-right: 0;
}
.city-modal__filter {
    margin-top: 22px;
    display: flex;
}
.city-modal__letters {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 2px solid #E6EDF5;
    border-radius: 12px;
}
.city-modal__letters.--type2 {
    display: none;
}
.city-modal__letter {
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    padding: 12px;
    border-right: 2px solid #E6EDF5;
    min-width: 40px;
}
.city-modal__letter:hover {
    color: #7E37E8;
}
.city-modal__letter:last-of-type {

    border-right: none;
}
.city-modal__letter.--active {
    color: #7E37E8;
}
.city-modal__columns {
    display: flex;
    margin-top: 12px;
    padding-left: 2px;
}
.city-modal__columns.--type2 {
    display: none;
}
.city-modal__column {
    width: 33%;
}
.city-modal__column-block {
    margin-bottom: 30px;
}
.city-modal__city-list > li > .city-modal__city-link {
    font-size: 16px;
    font-family: ProReg;
}
.city-modal__city-list > li.--bold > .city-modal__city-link {
    font-weight: 300;
    font-size: 18px;
    font-family: 'ProMed';
}
.city-modal__city-list > li > .city-modal__city-link:hover {
    color: #7E37E8
}
.city-modal__columns.--type2 .city-modal__city-list > li > .city-modal__city-link {
    color: #000;
}
.city-modal__columns.--type2 .city-modal__city-list > li > .city-modal__city-link:hover {
    color: #7E37E8
}

.city-modal__city-list.--popular > li > .city-modal__city-link:hover {
    color: #7E37E8!important
}
.city-modal__city-list > li {
    margin-bottom: 9px;
    display: block;
}
.city-modal__state-list > li > .ahref {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.city-modal__state-list > li > .ahref::before
{
    content: '+';
    color: #7E37E8;
    margin-right: 8px;
    font-size: 18px;
}

.city-modal__state-list > li > .ahref:hover {
    color: #7E37E8;
    cursor: pointer;
}
.city-modal__column-block-title {
    margin-bottom: 16px;
    font-size: 32px;
}
.city-modal__state-list li {
    margin-bottom: 12px;
    display: block;
    border-bottom: 1px solid #C7D8E9;
    padding-bottom: 12px;
    margin-right: 30px;
}

.city-modal__city-list > li
{
    border: none;
    margin-bottom: 12px;
    padding: 0;
    margin-left: 0px;
    border-bottom: 1px solid #C7D8E9;
    padding-bottom: 12px;
    margin-right: 42px;
}

/* .city-modal__state-list > li > .ahref:after {
	content: " ";
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg) translateY(-4px);
	-webkit-transform: rotate(45deg) translateY(-4px);
	margin-left: 10px;
	margin-top: 1px;
	cursor: pointer;
}  */

.city-modal__state-list > li > .city-modal__city-link:hover:after {
    border-color: #5396ff;
}
.city-modal__state-list li > ul.city-modal__city-list {
    display: none;
}
.city-modal__state-list li.--expand > ul.city-modal__city-list {
    display: block;
    margin-left: 12px;
    margin-top: 12px;
}

/* .city-modal__state-list li.--expand + .city-modal__state-list .ahref::before
{
	content: '-';
} */

.city-modal__state-list li.--expand > .city-modal__city-link {
    color: #5396ff
}
.city-modal__state-list li.--expand > .city-modal__city-link:after {
    border-color: #5396ff;
    transform: rotate(-135deg) translateY(-2px);
    -webkit-transform: rotate(-135deg) translateY(-2px);
}
.city-modal__city-link {cursor: pointer}
#city-modal__search-suggestions {margin-top: -10px}
#city-modal__search-suggestions .autocomplete-suggestions {
    border-radius: 12px;
    padding: 0;
    box-shadow: none;
    background-color: #e8f1f9;
}
#city-modal__search-suggestions .autocomplete-suggestion {padding-left: 56px;padding-bottom: 6px;padding-top: 6px;font-size: 14px;cursor: pointer}
#city-modal__search-suggestions .autocomplete-no-suggestion {padding-left: 56px;padding-bottom: 10px;padding-top: 10px;font-size: 14px}
#city-modal__search-suggestions .autocomplete-selected { background: #c7d8e9; color: #000;}
.autocomplete-bold {font-weight: 700}
.autocomplete-state {font-size: 12px;padding-top: 4px}
@media screen and (max-width: 768px) {
    .more-address .infoblock.--columns {columns: 3}
}
@media screen and (max-width: 575px) {
    /* #selectCity .modal-content .container {padding-left: 16px; padding-right: 16px} */
    #selectCity .modal-dialog {margin-top: 0.5rem}
    .city-modal__columns {flex-direction: column}
    .city-modal__column {width: 100%}
    /* #selectCity .modal-header {padding-left: 4px} */
    /* #selectCity .close {

        position: absolute;
        right: -30px;
        top: -30px;
        padding: 1rem;
    } */

    .city-modal__search.--float input {
        box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
    }
    .city-modal__search.--float {
        position: fixed;
        top: 16px;
        right: 16px;
        left: 16px;
        width: calc(100% - 32px);
        z-index: 1000;
    }
    .city-modal__filter.--float {margin-top: 82px}
    .more-address .infoblock.--columns {columns: 2}
}
@media screen and (max-width: 395px) {
    .city-modal__radio {display: block}
    .city-modal__radio:nth-of-type(2) {
        margin-left: 2px;
    }
}
@media screen and (max-width: 375px) {
    #selectCity .modal-content .container {padding-left: 8px; padding-right: 8px}
    .more-address .infoblock.--columns {columns: 1}
}

/* --- Misc Modals Components --- */
.tarifs-compare-btn {
    position: fixed;
    display: none;
    left: 12px;
    bottom: 20px;
    z-index: 120;
    border-radius: 99px;
    font-size: 18px;
}

.tarifs-compare-btn.--show {
    display: flex;
}

@media screen and (max-width: 500px) {
    .tarifs-compare-btn {
        border-radius: 12px;
    }
}

.tarifs-compare-table {
    width: calc(100% - 200px);
    border: none;
    margin-top: -16px;
    border-collapse: separate !important;
    border-spacing: 4px 10px;
    margin-left: 208px;
}

.tarifs-compare-table::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}

.tarifs-compare-table::-webkit-scrollbar-track {
    background-color: #fff;
}

.tarifs-compare-table::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    outline: 1px solid #c5c5c5;
}

.tarifs-compare-table.--noscroll::-webkit-scrollbar {
    height: 3px;
}

.tarifs-compare-table.--noscroll::-webkit-scrollbar-track {
    background-color: #fff;
}

.tarifs-compare-table.--noscroll::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}

.tarifs-compare-table td, .tarifs-compare-table tr {
    border: none
}

.tarifs-compare-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 220px;
    max-width: 220px;
    padding-left: 29px;
    line-height: 12px;
}

.tarifs-compare-table td:first-child {
    min-width: 200px;
    max-width: 200px;
    padding-left: 17px
}

.tarifs-compare-table tr.tarif-card-card-data td {
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
    letter-spacing: -.35px;
    font-size: 14px;
    line-height: 16px
}

.tarifs-compare-table tr.caption td {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.4px;
    padding-top: 18px;
    padding-bottom: 22px;
}

.tarifs-compare-table tr.caption.--topmargin td {
    padding-top: 38px;
}

.tarifs-compare-table tr.--gray td {
    background-color: #f9f9f9 !important;
}

.tarifs-compare-table .headcol {
    position: absolute;
    width: 200px;
    left: 19px;
    top: auto;
}

.tarifs-compare-dots {
    display: none
}

@media screen and (max-width: 768px) {
    .tarifs-compare-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -16px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-dots__dot {
        border-radius: 50%;
        border: 1px solid #000;
        height: 6px;
        width: 6px;
        margin: 2px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-dots__dot.active {
        background: #000
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-btn {
        bottom: 0px;
        left: 0;
        font-size: 14px;
        height: 16px;
        width: 100%;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0;
        padding: 12px 0;
        border-radius: 0;
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.tarif-card-card-data td {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: -.25px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table .headcol {
        width: auto;
        right: 19px;
        left: 19px;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: -.25px;
        color: #9c9c94;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table {
        margin-left: 0;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table.--noscroll .headcol {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table.--noscroll {
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table.--noscroll td {
        line-height: 10px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.caption td.headcol {
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -.3px;
        color: #000
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.--gray td {
        background-color: #fff !important;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table td {
        min-width: 30vw;
        max-width: 30vw;
        padding: 4px
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.tarif-card-card-data:not(.caption) td:not(.headcol) {
        padding-top: 36px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.tarif-card-card-data td.headcol {
        padding: 9px 4px;
        min-height: 36px !important;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.caption td {
        padding-top: 32px;
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table::-webkit-scrollbar {
        height: 3px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table::-webkit-scrollbar-track {
        background-color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table::-webkit-scrollbar-thumb {
        background-color: #fff;
        outline: 1px solid #fff;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table td:first-child {
        min-width: 80vw
    }
}

@media screen and (max-width: 575px) {
    .tarifs-compare-table td {
        min-width: 27vw;
        max-width: 27vw
    }
}

.loading-info {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.modal--responsive-width .modal-dialog {
    max-width: 90vw;
}

.provider-primary-btn.floated-mobile-bottom {
    position: fixed;
    width: 300px;
    left: 50%;
    transform: translateX(-50%) translateY(300%);
    bottom: 30px;
    z-index: 9990;
    transition: transform .5s ease;
}

@media screen and (max-width: 575px) {
    .provider-primary-btn.floated-mobile-bottom.--show {
        transform: translateX(-50%) translateY(-100%);
        transition: transform .5s ease;
    }
}

@media screen and (max-width: 575px) {
    .provider-primary-btn.floated-mobile-bottom.--show.--show-over-compare {
        transform: translateX(-50%) translateY(-220%);
        transition: transform .5s ease;
    }
}

.tarifs-compare-btn {
    position: fixed;
    display: none;
    right: 32px;
    bottom: 32px;
}

.tarifs-compare-btn.--show {
    display: block;
}

.spinner-center__text {
    color: #007bff !important;
}

.spinner-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tarifs-compare-table {
    width: calc(100% - 200px);
    border: none;
    margin-top: -16px;
    border-collapse: separate !important;
    border-spacing: 4px 10px;
    margin-left: 208px;
}

.tarifs-compare-table::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}

.tarifs-compare-table::-webkit-scrollbar-track {
    background-color: #fff;
}

.tarifs-compare-table::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    outline: 1px solid #c5c5c5;
}

.tarifs-compare-table.--noscroll::-webkit-scrollbar {
    height: 3px;
}

.tarifs-compare-table.--noscroll::-webkit-scrollbar-track {
    background-color: #fff;
}

.tarifs-compare-table.--noscroll::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}

.tarifs-compare-table td, .tarifs-compare-table tr {
    border: none
}

.tarifs-compare-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 220px;
    max-width: 220px;
    padding-left: 29px;
    line-height: 12px;
}

.tarifs-compare-table td:first-child {
    min-width: 200px;
    max-width: 200px;
    padding-left: 17px
}

.tarifs-compare-table tr.tarif-card-card-data td {
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
    letter-spacing: -.35px;
    font-size: 14px;
    line-height: 16px
}

.tarifs-compare-table tr.caption td {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.4px;
    padding-top: 18px;
    padding-bottom: 22px;
}

.tarifs-compare-table tr.caption.--topmargin td {
    padding-top: 38px;
}

.tarifs-compare-table tr.--gray td {
    background-color: #f9f9f9 !important;
}

.tarifs-compare-table .headcol {
    position: absolute;
    width: 200px;
    left: 19px;
    top: auto;
}

.tarifs-compare-dots {
    display: none
}

@media screen and (max-width: 768px) {
    .tarifs-compare-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -16px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-dots__dot {
        border-radius: 50%;
        border: 1px solid #000;
        height: 6px;
        width: 6px;
        margin: 2px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-dots__dot.active {
        background: #000
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-btn {
        bottom: 108px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.tarif-card-card-data td {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: -.25px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table .headcol {
        width: auto;
        right: 19px;
        left: 19px;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: -.25px;
        color: #9c9c94;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table {
        margin-left: 0;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table.--noscroll .headcol {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table.--noscroll {
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table.--noscroll td {
        line-height: 10px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.caption td.headcol {
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -.3px;
        color: #000
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.--gray td {
        background-color: #fff !important;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table td {
        min-width: 30vw;
        max-width: 30vw;
        padding: 4px
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.tarif-card-card-data:not(.caption) td:not(.headcol) {
        padding-top: 36px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.tarif-card-card-data td.headcol {
        padding: 9px 4px;
        min-height: 36px !important;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table tr.caption td {
        padding-top: 32px;
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table::-webkit-scrollbar {
        height: 3px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table::-webkit-scrollbar-track {
        background-color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table::-webkit-scrollbar-thumb {
        background-color: #fff;
        outline: 1px solid #fff;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-compare-table td:first-child {
        min-width: 80vw
    }
}

@media screen and (max-width: 575px) {
    .tarifs-compare-table td {
        min-width: 27vw;
        max-width: 27vw
    }
}

@media screen and (max-width: 375px) {
    .tarifs-compare-btn {
        bottom: 80px;
        right: 24px
    }
}


/* --- Layout Modals Components --- */
.modal-content .close, .tarif-card-card-modal .close {
    outline: none;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.tarif-card-card-modal__city-search {
    display: flex;
    width: calc(100% - 12px);
    margin: 0 auto;
    align-items: center;
}

.tarif-card-card-modal__city-search a {
    text-decoration: underline;
    color: #000;
    margin-right: 12px;
}

.tarif-card-card-modal__city-search img {
    margin-right: 8px;
}

.tarif-card-card-modal .tarif-card-card-modal__city-search {
    margin-top: 16px;
}

.tarif-card-card-modal__search {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.tarif-card-card-modal__search.tarif-card-card-modal__search--block {
    display: block;
}

.tarif-card-card-modal__search-item span {
    display: flex;
    justify-content: space-between;
}

.tarif-card-card-modal__search-item a {
    margin-right: 20px;
}

.tarif-card-card-modal__search-item img {
    height: 18px;
    margin-right: 6px;
    margin-bottom: 5px;
}

.tarif-card-card-modal__search-item--first {
    width: 40%;
    margin-right: 20px;
}

.tarif-card-card-modal__form input {
    margin-top: 10px;
}

.tarif-card-card-modal__form {
    display: flex;
    position: relative;
    width: 100%;
}

.tarif-card-card-modal__form .entry-tarif {
    margin-right: 8px;
}

.tarif-card-card-modal__form img {
    position: absolute;
    margin-bottom: 18px;
    margin-left: 20px;
}

.tarif-card-card-modal-container {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9900;
}

.tarif-card-card-modal {
    background-color: white;
    min-width: min(580px, 100vw);
    max-width: min(650px, 100vw);
    padding: 30px 40px;
    margin: 0 auto;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.tarif-card-card-modal-container__bg {
    background-color: #293148;
    opacity: 0.9;
    width: 100%;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    height: 100%;
}

.tarif-card-card-modal__map-wrapper {
    display: none;
    border: 1px solid #fea733;
    width: 100%;
    height: 401px;
    border-radius: 4px;
    background: #fff;
    margin-top: 16px;
}

.tarif-card-card-modal__map-wrapper.opened {
    display: block;
}

.main-block.main-block--wide-map .tarif-card-card-modal__map-wrapper {
    width: calc(153.85% - 60px);
    position: relative;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-modal__search {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-modal__search-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 910px) {
    .tarif-card-card-modal__city-search {
        font-size: 14px;
    }
}

@media screen and (max-width: 910px) {
    .tarif-card-card-modal .tarif-card-card-modal__city-search {
        font-size: 16px;
    }
}

@media screen and (max-width: 910px) {
    .main-block.main-block--wide-map .tarif-card-card-modal__map-wrapper {
        width: calc(133.34% - 60px);
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-modal__map-wrapper {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .modal-content .close, .tarif-card-card-modal .close {
        right: 16px;
        top: 16px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-modal {
        padding: 20px;
        width: calc(100% - 20px);
        min-width: 240px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-modal__city-search {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .main-block.main-block--wide-map .tarif-card-card-modal__map-wrapper {
        width: 100%;;
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-modal__search-item--first {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-modal__search-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-modal__search-wrapper span {
        margin-left: calc(50% - 70px);
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .search-providers-adress .tarif-card-card-modal__search {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-modal__form {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-modal__form img {
        top: 25px;
        left: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-modal__form .entry {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-modal__form .button-main {
        margin-top: 8px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-modal .button-main {
        width: 100%;
    }
}

.tarif-card-card-modal__map-opener {
    border-radius: 10px;
    width: 265px;
    height: 54px;
    overflow: hidden;
    font-weight: 500;
    color: #ffffff;
    background: #fea733 url(/assets/images/arrow-map-btn.svg) top 22px right 18px no-repeat;
    margin-left: 10px;
    display: inline-block;
    padding: 18px 20px;
    vertical-align: middle;
    font-size: 14px;
}

.tarif-card-card-modal__map-opener:hover {
    color: #ffffff;
    transform: scale(1.02);
    transition: .1s;
}

.tarif-card-card-modal__map-opener.opened {
    background: #fea733 url(/assets/images/close-map-btn.svg) top 20px right 16px no-repeat;
}

.tarif-card-card-modal__map-opener > img {
    margin-right: 8px;
    margin-left: 14px;
    vertical-align: middle;
}

.tarif-card-card-modal__map-wrapper {
    display: none;
    border: 1px solid #fea733;
    width: 100%;
    height: 401px;
    border-radius: 4px;
    background: #fff;
}

.tarif-card-card-modal__map-opener.opened + .tarif-card-card-modal__map-wrapper {
    display: block;
    margin-top: 16px;
}

@media screen and (max-width: 1250px) {
    .tarif-card-card-modal__map-opener {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .btn-map-opener-mobile.opened + .tarif-card-card-modal__map-wrapper {
        display: block;
        margin-top: 16px;
    }
}


/* --- Index Page Components --- */
.container--apricot {
    background-color: #FFD0C0;
    margin: 0 auto;
    padding: 30px 40px 30px 40px;
    border-radius: 12px;
}

.container--apricot .h1 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}

.banner-purple {
    display: flex;
    margin: 0 auto;
    box-sizing: content-box;
    background-color: #DABCFF;
    max-width: 1200px;
    border-radius: 12px;
    padding: 0;
}

.banner-purple__content {
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
}

.banner-purple__img {
    width: 250px;
    height: auto;
    display: flex;
    align-items: end;
    justify-content: center;
}

.banner-purple__img img {
    width: auto;
    height: 90%;
}

.purple-provider-notfound .banner-purple__img img {
    height: auto;
}

.purple-provider-notfound .banner-purple__content {
    margin: 40px 0px 20px;
}

.banner-purple__title {
    font-size: 32px;
    font-family: ProMed, sans-serif;
    margin-bottom: 10px;
    max-width: 700px;
}

.banner-purple__text {
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.banner-purple__subtitle {
    max-width: 700px;
    font-size: 14px;
    color: #000;
}

.main-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #DABCFF;
    padding: 40px 0 35px 60px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.main-block__title {
    font-size: 45px;
    font-family: ProMed, sans-serif;
}

.main-block__info {
    width: 65%;
}

.fast-menu {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.fast-menu a {
    text-decoration: none;
}

.fast-menu__item {
    border-radius: 25px;
    border: 1px solid #E6EDF5;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    font-family: ProMed, sans-serif;
    color: #000;
    position: relative;
    transition: 0.15s ease-out;
    align-items: center;
    box-sizing: content-box;
    font-size: 16px;
    height: 80px;
}

.fast-menu__item img {
    margin-bottom: 12px;
}

.fast-menu__arrow {
    position: absolute;
    right: 0;
    height: 15px;
    padding-right: 15px;
    opacity: 0;
}

.fast-menu__item:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.fast-menu__item:hover .fast-menu__arrow {
    padding-right: 0;
    opacity: 1;
    transition: 0.2s;
}

.type-menu__container {
    margin-bottom: 30px;
}

.type-menu__arrow {
    display: none;
}

.type-menu {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.type-menu__item {
    box-sizing: content-box;
    width: 312px;
    border-radius: 12px;
    padding: 28px 39px 28px 39px;
    color: #000;
}

.type-menu__item:hover {
    transform: scale(1.02);
    cursor: pointer;
    transition: 0.15s;
    text-decoration: none;
}

.type-menu__item svg {
    padding-right: 0;
    min-width: none;
    max-width: none;
}

.type-menu__img-text {
    display: flex;
}

.type-menu__subtitle {
    font-size: 18px;
    margin-bottom: 5px;
}

.type-menu__title {
    font-size: 26px;
    font-family: ProBold, sans-serif;
}

.type-menu__text {
    margin-left: 15px;
}

.type-menu__item p {
    font-size: 18px;
    margin-top: 8px;
}

.type1 {
    background-color: #DABCFF;
}

.type2 {
    background-color: #9FF5CE;
}

.type3 {
    background-color: #A4E2FB;
}

.request-top_providers
{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.request
{
    max-width: 1200px;
    margin: 0 auto;
}

.request-column
{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.request-top_providers .cont-blue
{
    margin-bottom: 0;
}

.request-item
{
    padding: 0 0 16px 0;
    border: 1px solid #E6EDF5;
    background-color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: 0.1s;
    width: 590px;
}

.request-item:hover
{
    box-shadow: none;
}

.request-item-buttons
{
    display: flex;
}

.request-item-buttons .compare-button
{
    margin-left: 12px;
    height: 100%;
}

.top-providers-request__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.top-providers-request__container .cont-blue {
    margin-bottom: 0;
}

.top-providers__title-link {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.top-providers__title-link img {
    height: 12px;
    margin-left: 10px;
    transition: 0.1s;
}

.top-providers__title-link a {
    font-family: ProMed, sans-serif;
    margin-top: 7px;
    margin-right: 7px;
    white-space: nowrap;
}

.top-providers__title-link a:hover {
    transition: 0.1s;
}

.top-providers__title-link a:hover img {
    transform: translateX(8px);
    transition: 0.1s;
}

.top-providers__item {
    display: flex;
    position: relative;
    padding: 20px 30px;
    width: calc(100% - 60px);
    border-radius: 12px;
    border: 1px solid #E6EDF5;
    box-sizing: content-box;
    margin-bottom: 20px;
}

.provider-card__logo {
    height: 110px;
    width: 110px;
    border: 1px solid #ECF4FC;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: 0.15s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-sizing: content-box;
}

.provider-card__logo:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
}

.provider-card__logo img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-providers__info, .provider-card__info, .provider-card__info {
    margin-left: 20px;
    width: 100%;
    position: relative;
}

.top-providers__name-block {
    display: flex;
    justify-content: space-between;
}

.top-providers__name-column {
    display: flex;
    flex-direction: column;
}

.top-providers__name-link {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}

.top-providers__name-more {
    font-size: 14px;
    color: #7E37E8;
}

.provider-card__stats {
    display: flex;
}

.top-providers__info, .provider-card__info, .provider-card__info-block {
    justify-content: space-between;
    align-items: center;
}

.provider-card__stats-info {
    display: flex;
}

.provider-card__stats hr {
    margin-top: 12px;
}

.tarif-card-card-opisanie-cont .provider-card__stats {
    flex-wrap: wrap;
}

.provider-card__price-item {
    font-size: 16px;
    font-family: ProMed, sans-serif;
    margin-left: 30px;
    display: flex;
    align-items: flex-end
}

.provider-card__price-item svg {
    margin-right: 8px;
    margin-bottom: 4px;
}

.provider-card__pricing {
    display: flex;
    justify-content: flex-start;
}

.provider-card__pricing-sub, .provider-card__price-label {
    font-size: 12px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
    margin-bottom: 3px;
}

.provider-card__counts {
    display: flex;
    margin-top: 10px;
}

.provider-card__counts-item, .provider-card__count-item {
    font-size: 14px;
    font-family: ProMed, sans-serif;
    padding: 14px 25px 14px 50px;
    border-radius: 99px;
    border: 1px solid #E6EDF5;
    margin-right: 8px;
    color: #000;
    text-align: center;
    position: relative;
}

.provider-card__counts-item, .provider-card__count-item span {
    position: absolute;
    height: 32px;
    width: auto;
    min-width: 32px;
    background-color: #E6EDF5;
    left: 8px;
    top: 6px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-card__counts-item, .provider-card__count-item svg {
    margin-left: 6px;
    fill: #7d90a6;
    position: absolute;
    top: 8px;
    right: 10px;
}

.provider-card__counts-item, .provider-card__count-item:hover {
    background-color: #7E37E8;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.provider-card__counts-item, .provider-card__count-item:hover span {
    color: #000;
}

.provider-card__counts-item, .provider-card__count-item:hover svg {
    fill: #ffffff;
}

.top-providers {
    margin: 0;
    width: 100%;
}

.top-providers__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.provider-card__rating-stars, .provider-card__stars svg {
    margin-right: 8px;
}

.provider-card__price-item .provider-card__pricing-sub, .provider-card__price-label {
    font-size: 14px;
}

.sales-block__container {
    background-color: #293148;
    color: white;
}

.sales-block__container a {
    color: #FFD037;
}

.sales-block__featured {
    display: flex;
    margin-bottom: 20px;
}

.sales-block__featured-img {
    min-width: 408px;
    height: 230px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    border-radius: 12px;
    margin-right: 20px;
}

.sales-block__featured-title {
    font-size: 18px;
    font-family: ProMed, sans-serif;
    margin-bottom: 4px;
}

.sales-block__featured-provider {
    font-size: 14px;
    margin-bottom: 8px;
}

.sales-block__featured-provider a {
    color: #5396FF;
}

.sales-block__item-provider a {
    color: #5396FF;
    font-size: 14px;
    font-family: ProReg, sans-serif;
}

.sales-block__featured-description {
    color: #C1CBD6;
    text-overflow: ellipsis;
    line-height: 20px;
    overflow: hidden;
    max-height: 153px;
    margin-bottom: 16px;
}

.sales-block__featured-footer {
    display: flex;
    justify-content: space-between;
}

.sales-block__featured-footer {
    font-size: 14px;
}

.sales-block__featured-date {
    display: flex;
    color: #7D90A6;
    font-size: 12px;
    font-family: ProMed, sans-serif;
}

.sales-block__featured-viewers {
    margin-left: 20px;
}

.sales-block__featured-viewers img {
    margin-right: 5px;
    margin-bottom: 2px;
}

.sales-block__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sales-block__item-img {
    width: 269px;
    height: 152px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.2s;
    margin-right: 0;
}

.sales-block__item-img:hover {
    transform: scale(1.02);
    transition: 0.2s;
    filter: brightness(105%);
}

.sales-block__item {
    flex-basis: 23%;
    max-width: none;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.sales-block__item-more {
    font-size: 14px;
    position: absolute;
    bottom: 0;
}

.sales-block__item-title {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.sales-block__item-title a {
    color: white;
}

.sales-block__item-date {
    display: flex;
    justify-content: space-between;
    color: #7D90A6;
    font-size: 12px;
    font-family: ProMed, sans-serif;
    margin-bottom: 3px;
}

.sales-block__item-date img {
    margin-right: 5px;
    margin-bottom: 2px;
}

.banner-purple__form {
    display: flex;
}

.banner-purple__form input {
    width: 260px;
    margin-right: 8px;
    box-sizing: content-box;
}

.reviews-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.provider-card__rating {
    display: flex;
    align-items: center;
    font-family: ProMed, sans-serif;
    font-size: 16px;
}

.provider-card__rating.--show-mobile {
    display: none;
}

.providers-list__container {
    margin: 0 auto;
    max-width: 1220px;
    text-align: center;
}

.providers-list__sub {
    max-width: 800px;
    margin: 0 auto;
}

.providers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
}

.provider-card--list {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    font-family: ProMed, sans-serif;
    max-width: 101px;
}

.providers-list__logo {
    height: 101px;
    width: 101px;
    margin-bottom: 10px;
}

.search-providers__container-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-left: 150px;
    padding-right: 150px;
    max-width: 900px;
    margin-bottom: 40px;
    box-sizing: content-box;
}

.main-block .search-providers-steps-sub {
    text-align: left;
}

.container--apricot .search-providers-form {
    justify-content: center;
}

.tarifs-filter .top-providers__title-link {
    flex-wrap: wrap;
}

.provider-header .provider-card__rating {
    position: absolute;
    right: 0;
    top: 40px;
}

.provider-header-info-title-rating .provider-card__logo {
    margin-right: 20px;
}

.provider-header-min-max .provider-card__pricing-sub, .provider-card__price-label {
    font-size: 14px;
}

.provider-content-sales-item .sales-block__item-more {
    margin-bottom: 12px;
}

.about-company__guarantee-item {
    text-align: center;
    max-width: 320px;
    padding: 20px 30px;
    box-sizing: content-box;
}

.about-company__guarantee {
    margin-bottom: 30px;
}

.about-company__guarantee-title {
    font-size: 26px;
    font-family: ProBold, sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.about-company__guarantee-description {
    font-size: 16px;
    font-family: ProReg, sans-serif;
    color: #fff;
}

.provider-rating .top-providers__info, .provider-card__info, .provider-card__info .provider-card__rating-stars, .provider-card__stars {
    margin-left: 6px;
}

.provider-card__logo--more {
    display: flex;
    align-items: center;
    background-color: #7E37E8;
}

.provider-card__logo--more a {
    color: #ffffff;
}

.search-providers__main-block {
    padding: 0;
    margin-top: 18px;
}

.main-block__img {
    position: absolute;
    right: -4px;
    top: 0;
}

.quest-banner {
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.provider-card--list a {
    color: #000;
    margin: auto;
}

.provider-card__logo--more a {
    color: #ffffff;
}

.provider-card--list:hover .provider-card__logo {
    transform: scale(1.05);
    transition: 0.1s;

    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
}

.provider-card--list:hover img {
    filter: brightness(110%);
}

.providers-name-rating .provider-card__stats {
    margin-top: 0;
    margin-left: 20px;
}

.providers-name-rating .provider-card__pricing-sub, .provider-card__price-label {
    margin-bottom: 0;
}

.providers-name-rating .top-providers__name-block {
    display: flex;
    flex-wrap: wrap;
}

.banner-purple__form form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.banner-purple__form .entry {
    margin-right: 4px;
    margin-bottom: 8px;
}

.banner-purple__form .button-main {
    margin-right: 4px;
    margin-bottom: 8px;
}

.type-menu__img-text img {
    width: 50px;
}

.tarif-card-card-opisanie-type .type-menu__subtitle {
    font-size: 16px;
}

.tarif-card-card-opisanie-type .type-menu__title {
    font-size: 22px;
}

.about-company {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.about-company__item {
    border: none;
    border-radius: 12px;
    background-color: #7E37E8;
    color: #fff;
}

.about-company__item .about-company__guarantee-img {
    height: auto;
    margin-bottom: 20px;
    max-height: 175px;
}

.about-company__container {
    margin-bottom: 100px;
}

.oborud-cont .sales-block__featured {
    margin-bottom: 0;
}

.oborud-cont .sales-block__featured-title {
    margin: 20px;
}

.oborud-cont .sales-block__featured-img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
}

@media screen and (max-width: 1200px) {
    .providers-list__sub {
        margin-left: 20px;
        margin-right: 20px;
    }
    .request-top_providers
    {
        flex-wrap: wrap;
    }

    .request
    {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .top-providers__columns {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .about-company__guarantee-item {
        width: 25%;
    }
}

@media screen and (max-width: 1200px) {
    .about-company__guarantee, .top-providers {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .sales-block__item {
        flex-basis: 23%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .sales-block__row {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .reviews-block {
        flex-direction: column;
    }
}

@media screen and (max-width: 1200px) {
    .providers-list {
        margin-left: 20px;
        margin-right: 20px;
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    .provider-card--list {
        max-width: 95px;
    }
}

@media screen and (max-width: 1200px) {
    .sales-block__row {
        display: flex;
    }
}

@media screen and (max-width: 1200px) {
    .sales-block__item-img {
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .type-menu__item {
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 30px;
    }
}

@media screen and (max-width: 1200px) {
    .top-providers-request__container {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1200px) {
    .top-providers {
        width: 100%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .top-providers__name-block {
        max-width: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1200px) {
    .fast-menu__item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1200px) {
    .fast-menu {
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .fast-menu__item {
        flex-direction: column;
        min-height: 80px;
        text-align: center;
        padding: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .fast-menu__item img {
        margin-right: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .fast-menu__item span {
        margin-top: 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .fast-menu a {
        width: 20%;
        display: flex;
    }
}

@media screen and (max-width: 1200px) {
    .main-block {
        margin: 0 8px;
    }
}

@media screen and (max-width: 1100px) {
    .main-block__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1100px) {
    .main-block__info {
        width: 65%;
    }
}

@media screen and (max-width: 1100px) {
    .main-block__img {
        width: 35%;
    }
}

@media screen and (max-width: 1100px) {
    .main-block__info .seo-text, .seo-partner {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1057px) {
    .sales-block__item {
        flex-basis: 31%;
    }

    .request-item .a-all
    {
        font-size: 14px;
    }

    .request-column-sub
    {
        font-size: 12px;
    }

    .request-column-info
    {
        font-size: 14px;
    }

    .main-sales-item
    {
        flex-basis: 31%;
    }
}
@media screen and (max-width: 1000px) {
    .tarif-card-card-opisanie-type .type-menu__img-text {
        margin: auto 0;
    }
}

@media screen and (max-width: 1000px) {
    .banner-purple__form input {
        max-width: 260px;
        width: auto;
    }
}

@media screen and (max-width: 1000px) {
    .banner-purple__form {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1000px) {
    .banner-purple__form .blue-button {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .top-providers__title-link .a-all {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .search-providers__main-block .search-provider-home {
        min-width: 100px;
    }
}

@media screen and (max-width: 1000px) {
    .search-providers__main-block .search-provider-street {
        min-width: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .search-providers__main-block .search-providers-steps-item img {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .about-company__guarantee-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1000px) {
    .about-company__guarantee-description {
        color: #fff;
    }
}

@media screen and (max-width: 1000px) {
    .about-company__item .about-company__guarantee-img img {
        height: 120px;
        width: auto;
    }
}

@media screen and (max-width: 910px) {
    .type-menu__subtitle {
        font-size: 16px;
    }
    .request-item-column
    {
        width: 20%;
    }
}

@media screen and (max-width: 910px) {
    .type-menu__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 910px) {
    .type-menu__item p {
        display: none;
    }
}

@media screen and (max-width: 910px) {
    .type-menu__item {
        padding: 20px;
    }
}

@media screen and (max-width: 910px) {
    .type-menu__img-text img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 910px) {
    .type-menu__img-text {
        align-items: center;
    }
}

@media screen and (max-width: 910px) {
    .fast-menu__item img {
        width: 25px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 910px) {
    .fast-menu__item {
        min-height: 80px;
    }
}

@media screen and (max-width: 910px) {
    .main-block__info {
        width: 75%;
    }
}

@media screen and (max-width: 910px) {
    .main-block__img {
        width: auto;
    }
}

@media screen and (max-width: 910px) {
    .search-providers__container-block {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0;
    }
}

@media screen and (max-width: 910px) {
    .search-providers__container {
        padding: 0;
        margin: 0 20px;
    }
}

@media screen and (max-width: 910px) {
    .search-providers__main-block {
        margin: 20px 0 10px 0;
    }
}

@media screen and (max-width: 910px) {
    .sales-block__item {
        flex-basis: 45%;
    }
}

@media screen and (max-width: 874px) {
    .sales-block__featured {
        flex-direction: column;
    }
}

@media screen and (max-width: 874px) {
    .sales-block__featured-img {
        margin-right: 0;
        margin-bottom: 20px;
        height: 340px;
    }
}

@media screen and (max-width: 874px) {
    .oborud-cont .sales-block__featured-img {
        max-width: none;
    }
}

@media screen and (max-width: 844px) {
    .about-company__guarantee-item {
        width: 23%;
    }
}

@media screen and (max-width: 800px) {
    .provider-header-info .provider-card__rating {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .about-company__container .seo-text {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__price-item {
        margin-left: 0;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .banner-purple__form input {
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .banner-purple__form .button-main {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .type-menu__item svg {
        padding-right: 20px;
        min-width: 70px;
        max-width: 70px;
    }
}

@media screen and (max-width: 768px) {
    .banner-purple {
        flex-direction: column;
        align-items: center;
        padding: 20px 12px 0;
        border-radius: 0;
    }
}

@media screen and (max-width: 768px) {
    .banner-purple__text {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .banner-purple__content {
        margin: 12px 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .banner-purple__img {
        width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .banner-purple__title {
        font-size: 28px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .main-block .search-providers-steps-sub {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .top-providers__item {
        padding: 20px 16px;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .top-providers__item .button-main {
        width: 100%;
        padding: 12px 0;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__pricing {
        justify-content: space-between;
        margin: 16px 12px 0px 12px;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__counts-item, .provider-card__count-item {
        width: 46%;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__counts {
        margin: 12px 12px 0px 12px;
    }
}

@media screen and (max-width: 768px) {
    .top-providers__item {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__stats {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__stats-info {
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: 12px;
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    .top-providers__name-block .provider-card__rating {
        position: absolute;
        right: 0;
        top: -65px;
    }
}

@media screen and (max-width: 768px) {
    .top-providers__name-block {
        flex-direction: column;


        width: auto;

        max-height: none;
        justify-content: center;
        text-align: center;

        margin-top: 8px;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__logo {
        height: 65px;
        width: 65px;
    }
}

@media screen and (max-width: 768px) {
    .fast-menu__item {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .main-block {
        padding: 30px 10px;
        text-align: center;
        border-radius: 24px;
    }
}

@media screen and (max-width: 768px) {
    .main-block__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .main-block__img {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .main-block__info {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .search-providers__main-block .search-providers-steps-item img {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .search-providers__main-block .search-providers-steps-item {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .search-providers__main-block {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .type-menu__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .type-menu__subtitle {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .type-menu__img-text img {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 768px) {
    .type-menu__item {
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .top-providers__title-link .h1 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .sales-block__item-title a {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .sales-block__item-date {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .sales-block__featured-description {
        font-size: 14px;
        max-height: 100px;
    }
}

@media screen and (max-width: 768px) {
    .sales-block__row {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .sales-block__item {
        margin-bottom: 20px;
        flex-basis: 43%;
    }
}

@media screen and (max-width: 768px) {
    .sales-block__item-img {
        height: 165px;
    }
}

@media screen and (max-width: 768px) {
    .about-company__guarantee {
        flex-direction: column;
        align-items: center;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .about-company__guarantee-item {
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: row;
        text-align: left;
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .about-company__item .about-company__guarantee-img {
        height: 100px;
        min-width: 100px;
    }
}

@media screen and (max-width: 768px) {
    .about-company__item .about-company__guarantee-img img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 700px) {
    .top-providers-item, .provider-card__main .provider-card__logo {
        width: 80px;
        height: 80px;
    }
    .request-column
    {
        justify-content: center;
    }
}

@media screen and (max-width: 700px) {
    .top-providers__info, .provider-card__info, .provider-card__info {
        margin-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .top-providers__name-block a {
        word-wrap: break-word;
    }
}

@media screen and (max-width: 700px) {
    .provider-card__price-item {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .provider-card__counts {
        flex-wrap: wrap;
        margin-top: 10px;
    }
}

@media screen and (max-width: 700px) {
    .provider-card__counts-item, .provider-card__count-item {
        margin-top: 10px;
    }
}

@media screen and (max-width: 700px) {
    .fast-menu {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .fast-menu a {
        width: 48%;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 700px) {
    .fast-menu__item {
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        min-height: inherit;
        padding: 16px;
        height: auto;
    }
}

@media screen and (max-width: 700px) {
    .fast-menu__item span {
        font-size: 18px;
        text-align: left;
        margin-top: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 700px) {
    .fast-menu__item img {
        width: 30px;
        margin-right: 12px;
        margin-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .type-menu {
        justify-content: center;
        width: auto;
    }
}

@media screen and (max-width: 700px) {
    .type-menu__item {
        width: 26%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 700px) {
    .type-menu__img-text {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .tarif-card-card-opisanie-type .type-menu__img-text {
        flex-direction: row;
    }
}

@media screen and (max-width: 700px) {
    .type-menu__text {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 700px) {
    .tarif-card-card-opisanie-type .type-menu__text {
        margin-top: 0;
        margin-left: 10px;
        text-align: left;
    }
}

@media screen and (max-width: 700px) {
    .type-menu__subtitle {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .toplug-tarif-scroll-right .provider-card__pricing-sub, .provider-card__price-label {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .provider-card__price-item {
        font-size: 14px !important;
    }
    .provider-card__price-item span {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 630px) {
    .sales-block__item {
        max-width: none;
    }
}

@media screen and (max-width: 630px) {
    .sales-block__item-img {
        height: 130px;
    }
}

@media screen and (max-width: 590px) {
    .cont-important-opisanie .provider-card__stats {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 590px) {
    .provider-card__price-item {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 590px) {
    .provider-card__stats {
        justify-content: space-between;
    }
}

@media screen and (max-width: 590px) {
    .provider-card__counts {
        justify-content: space-between;
    }
}

@media screen and (max-width: 590px) {
    .sales-block__featured-img {
        height: auto;
        min-height: 250px;
        max-height: 400px;
        min-width: 100px;
    }
}

@media screen and (max-width: 590px) {
    .banner-purple__form {
        margin-left: 0;
        max-height: none;
    }
}

@media screen and (max-width: 590px) {
    .banner-purple__form form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 590px) {
    .provider-card__price-item {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .provider-card__rating.--show-mobile {
        display: flex;
    }
}

@media screen and (max-width: 500px) {
    .provider-card__rating.--hide-mobile {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .search-providers__container-block .cont-white {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .sales-block__item {
        flex-basis: 70%;
    }
}

@media screen and (max-width: 500px) {
    .sales-block__item-img {
        height: 170px;
    }
}

@media screen and (max-width: 500px) {
    .fast-menu__container {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 500px) {
    .fast-menu a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .fast-menu__arrow {
        opacity: 1;
        padding-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .fast-menu__item {
        padding: 20px;
        padding-right: 50px;
        min-height: 32px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 500px) {
    .type-menu__container {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 500px) {
    .type-menu {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .type-menu__item {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    .type-menu__img-text {
        flex-direction: row;
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .type-menu__img-text img {
        margin-right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .type-menu__arrow {
        display: block;
        position: absolute;
        right: 25px;
        top: 35px;
        margin: auto 0;
    }
}

@media screen and (max-width: 500px) {
    .about-company__guarantee-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-opisanie-type .type-menu__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .about-company__item .about-company__guarantee-img {
        margin-bottom: 0;
        width: 130px;
    }
}

@media screen and (max-width: 500px) {
    .about-company__item .about-company__guarantee-img img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .providers-list {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .provider-card--list {
        width: calc(33vw - 30px);
        max-width: initial;
    }
}

@media screen and (max-width: 480px) {
    .providers-list__logo {
        height: 80px;
        width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .provider-card--list a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .sales-block__featured-img {
        width: 100%;
        min-height: 150px;
        height: 150px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .sales-block__row {
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .sales-block__item {
        width: 100%;

        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .sales-block__item-img {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 480px) {
    .sales-block__item-date {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .sales-block__item-title {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .sales-block__item {
        flex-basis: 87%;
    }
}

@media screen and (max-width: 480px) {
    .cont-white, .cont, .fast-menu__container, .top-providers, .header, .mini-header, .tarif-card-card-logoname, .links-line {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .provider-card__price-item {
        width: 100%;
        padding: 12px 16px;
    }
    .request
    {
        margin: 0 10px;
    }
}

@media screen and (max-width: 425px) {
    .cont-white, .cont, .fast-menu__container, .top-providers, .header, .mini-header, .tarif-card-card-logoname, .links-line {
        margin-left: 10px;
        margin-right: 10px;
    }
}

li::marker
{
    color: #6600FF;
}
li[itemprop="itemListElement"] {
    width: 100%;
    list-style: none;
}
/* --- Providers List Page Components --- */
.breadcrumbs__container {
    background-color: white;
}

.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

.breadcrumbs img {
    margin-left: 20px;
    margin-right: 20px;
    height: 8px;
}

.breadcrumbs a {
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}
.breadcrumbs > li {
    width: auto !important;
}
ol.breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ol.breadcrumbs > li {
    white-space: nowrap;
    margin: 0 0 4px 0;
}
ol.breadcrumbs > li > a {
    position: relative;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}
ol.breadcrumbs > li > a > span {
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}
ol.breadcrumbs > li > a:after { content: ''; margin: 0 24px; height: 8px; width: 4px; display: inline-block; background: url('/assets/icons/arrow_b.svg'); background-size: cover}
ol.breadcrumbs > li:last-child { color: #000 !important; }
@media screen and (max-width: 1200px) {
    .breadcrumbs {
        margin: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs img {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        font-size: 12px;
    }
}
@media screen and (max-width: 590px) {
    ol.breadcrumbs > li > a:after {
        margin-right: 8px;
        margin-left: 8px
    }
}
@media screen and (max-width: 480px) {
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-logoname, .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-logoname, .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.providers-page__more-address .infoblock a:hover {
    text-decoration: underline;
}

.providers-page__more-address .infoblock.--columns a {
    width: 100%
}

.providers-page__more-address .infoblock.--columns {
    columns: 5
}

@media screen and (max-width: 768px) {
    .providers-page__more-address .infoblock.--columns {
        columns: 3
    }
}

@media screen and (max-width: 575px) {
    .providers-page__more-address .infoblock.--columns {
        columns: 2
    }
}

@media screen and (max-width: 375px) {
    .providers-page__more-address .infoblock.--columns {
        columns: 1
    }
}

.podbor_tarifs_modal .visible--mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .podbor_tarifs_modal .visible--mobile {
        display: flex;
        margin-top: 16px
    }
}

.providers-list__tarif-row {
    width: 100%;
    box-sizing: border-box
}

.providers-list__tarif-row.hide {
    display: none;
}

.providers-list__tarif-row.show {
    display: flex;
}

.provider-banner.--reviews .providers-list__rating {
    margin-top: 8px
}

.provider-banner.--reviews .providers-list__rating-number {
    font-size: 31px;
    font-weight: 700;
    width: 50px;
    margin-left: 24px;
    color: #182026;
    line-height: 26px
}

.provider-banner.--reviews .providers-list__rating svg {
    margin-left: 12px
}

@media screen and (max-width: 768px) {
    .provider-banner.--reviews .providers-list__rating-number {
        font-size: 25px;
        margin-top: -1px;
        margin-left: 20px
    }
}

@media screen and (max-width: 768px) {
    .provider-banner.--reviews .providers-list__rating svg {
        height: 22px;
        margin-left: 6px
    }
}

@media screen and (max-width: 670px) {
    .provider-banner.--reviews .providers-list__rating-number {
        font-size: 22px;
        margin-top: -2px;
        margin-left: 16px;
        width: 30px
    }
}

@media screen and (max-width: 670px) {
    .provider-banner.--reviews .providers-list__rating svg {
        height: 18px;
        margin-left: 0
    }
}

@media screen and (max-width: 670px) {
    .provider-banner.--reviews .providers-list__rating {
        margin-top: 16px;
        margin-bottom: 32px
    }
}

@media screen and (max-width: 575px) {
    .popular-tariff_item__top-right--compare.visible--mobile {
        height: 36px
    }
}

.providers-search-form {
    margin-top: 8px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .providers-search-form {
        margin-top: 20px
    }
}

.providers-search-form input {
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 25px;
    border: 0;
    border-radius: 8px;
    margin-right: 4px;
}

.providers-search-form input:first-of-type {
    width: 68%;
}

.providers-search-form .search-form__inputs-group input:first-of-type {
    width: 82%;
}

@media screen and (max-width: 991px) {
    .providers-search-form input:first-of-type {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .providers-search-form .search-form__inputs-group input, .search-form__inputs-group {
        width: 100% !important;
        min-width: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .providers-search-form .search-form__inputs-group input:first-of-type {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    .providers-search-form input:first-of-type {
        width: 100%;
    }
}

.providers-search-form input:last-of-type {
    width: 15%;
    margin-right: 0;
}

.providers-search-form .search-form__inputs-group input:last-of-type {
    width: 16.8%;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .providers-search-form input:last-of-type {
        margin-top: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .providers-search-form input {
        padding: 16px 25px;
    }
}

.providers-search-form button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 0;
    border-radius: 8px;
    width: 153px;
    padding: 17.5px 0;
    background: #f0238a;
    transition: .1s;
    height: 54px;
    line-height: 20px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
}

.providers-search-form button:hover {
    transform: scale(1.05);
    transition: .1s;
}

@media screen and (max-width: 991px) {
    .providers-search-form button {
        margin-top: 20px;
        width: 20%;
    }
}

@media screen and (max-width: 991px) {
    .providers-search-form button {
        width: 100%;
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .providers-search-form button {
        margin-top: 10px;
        width: 100%;
    }
}

.sidebar__orders-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 14px;
    max-width: initial;
}

.sidebar__order-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    flex: 1;
    padding-left: 13px;
}

.sidebar__order-text div:first-child {
    margin-bottom: 4px;
}

.sidebar__order-text a {
    color: #ffffff;
}

.sidebar__order-time {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.sidebar__order-time img {
    margin-right: 8px;
}

.sidebar__order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background: #372676;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar__order-item:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar__order-icon {
    max-width: 60px;
    min-width: 50px;
    margin-right: 30px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
}

.sidebar__order-icon img {
    border-radius: 5px;
}

.sidebar__order-icon a {
    display: block;
    width: 100%;
    height: 100%
}

.sidebar__orders-list {
    position: relative;
    margin-top: 28px;
}

@media screen and (max-width: 991px) {
    .sidebar__orders-list:after {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .sidebar__order-item {
        flex-wrap: wrap;
        text-align: left;
        flex-direction: row;
        align-items: center
    }
}

@media screen and (max-width: 991px) {
    .sidebar__order-icon, .last-app_item__labeltext {
        flex: 1 0 15%
    }
}

@media screen and (max-width: 767px) {
    .sidebar__order-item {
        flex-wrap: wrap;
        text-align: left;
        flex-direction: row;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .sidebar__order-item {
        position: relative
    }
}

@media screen and (max-width: 767px) {
    .sidebar__order-icon, .last-app_item__labeltext {
        flex: 1 0 50%
    }
}

@media screen and (max-width: 767px) {
    .sidebar__order-icon {
        margin-right: 8px
    }
}

@media screen and (max-width: 767px) {
    .sidebar__orders-title {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .last-popular .sidebar__orders-title {
        margin-top: 0
    }
}

@media screen and (max-width: 375px) {
    .sidebar__order-item {
        padding: 15px
    }
}

.popular-providers_item .providers-list__rating-number {
    font-weight: 600;
    margin-left: 7px
}

.popular-providers_item .providers-list__rating svg {
    margin-left: 4px
}

@media screen and (max-width: 768px) {
    .popular-providers_item .providers-list__rating {
        margin: 0
    }
}

@media screen and (max-width: 565px) {
    .last-popular_header__right, .sidebar__orders-title {
        padding: 0 10px;
    }
}

.homepage section.search-form .providers-search-form, .homepage section.search-form .steps {
    margin-left: 138px;
}

@media screen and (max-width: 1250px) {
    .homepage section.search-form .providers-search-form, .homepage section.search-form .steps {
        margin-left: 48px;
    }
}

@media screen and (max-width: 1070px) {
    .homepage section.search-form .providers-search-form, .homepage section.search-form .steps {
        margin-left: 28px;
    }
}

@media screen and (max-width: 991px) {
    .homepage section.search-form .providers-search-form, .homepage section.search-form .steps {
        margin-left: 8px;
    }
}

@media screen and (max-width: 767px) {
    .homepage section.search-form .providers-search-form, .homepage section.search-form .steps {
        margin-left: 2px;
    }
}

@media screen and (max-width: 767px) {
    .reviews-short_wrap__item .providers-list__rating {
        margin: 0
    }
}

.visible--mobile {
    display: none !important;
}

@media screen and (max-width: 575px) {
    .visible--mobile {
        display: block !important;
    }
}

@media screen and (max-width: 575px) {
    .reviews-short_wrap__item .providers-list__rating {
        margin-top: 8px
    }
}

@media screen and (max-width: 575px) {
    .reviews-short_wrap__item .points.visible--mobile {
        display: flex !important;
        margin-bottom: 8px
    }
}

.popular-tariff_item.visible--desktop {
    display: flex
}

.popular-tariff_item__top-right--compare.visible--mobile {
    display: none
}

@media screen and (max-width: 575px) {
    .popular-tariff_item.visible--desktop {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .popular-tariff_item__top-right--compare.visible--mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        margin: 0 8px;
        background: #f1f1f1;
        border-radius: 8px;
        width: 46px;
        height: 40px
    }
}

.providers-list__tarifs .popular-tariff_item__desc {
    margin-top: 0
}

.providers-list__tarif-row.tarif-card-card-row__tarif-card .popular-tariff_item__desc__text p {
    padding: 10px;
}

.popular-tariff_img.visible--mobile {
    display: none
}

@media screen and (max-width: 575px) {
    .popular-tariff_img.visible--mobile {
        display: block;
        position: absolute;
        right: 0;
        top: -60px;
    }
}

@media screen and (max-width: 425px) {
    .popular-tariff_img.visible--mobile {
        top: -8px;
    }
}

@media screen and (max-width: 320px) {
    .popular-tariff_img.visible--mobile {
        top: -60px;
    }
}

.search.bottom-search .providers-search-form {
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .search.bottom-search .providers-search-form input:first-of-type {
        width: 355px;
    }
}

@media screen and (max-width: 767px) {
    .search.bottom-search .providers-search-form input:first-of-type {
        width: 100%;
    }
}

div.providers-page {
    padding-bottom: 0;
}

.providers-page__top.reviews-all {
    margin-bottom: 34px;
}

.alphabet-sort__right.only_tariffs {
    margin-bottom: 18px;
    float: right;
}

.visible--mobile {
    display: none;
}

.search-form__inputs-group {
    display: inline-block;
    border-radius: 8px;
    background-color: rgb(83, 150, 255);
    padding: 7px;
    min-width: 756px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    nav ul li.visible--desktop {
        display: none;
    }
}

@media screen and (max-width: 565px) {
    .city.visible--desktop {
        display: none;
    }
}

@media screen and (max-width: 565px) {
    .visible--desktop {
        display: none !important;
    }
}

@media screen and (max-width: 565px) {
    .visible--mobile {
        display: block;
    }
}

@media screen and (max-width: 565px) {
    .city.visible--mobile span {
        opacity: 1;
        color: #fff;
    }
}

@media screen and (max-width: 565px) {
    .city.visible--mobile .selectcitylink {
        color: #f53da1;
    }
}

@media screen and (max-width: 565px) {
    .city.visible--mobile img {
        width: 24px;
    }
}

@media screen and (max-width: 565px) {
    .city.visible--mobile {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 14px;
        display: none
    }
}

@media screen and (max-width: 565px) {
    .content.no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 565px) {
    .providers-search-form input:nth-of-type(1) {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .no-padding-mobile {
        padding: 0;
    }
}

@media screen and (max-width: 425px) {
    .no-padding-mobile--sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 425px) {
    .providers-page__top-title.tarif-card-card-page {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.providers-page__more-address {
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    font-size: 14px;
    margin-top: 16px;
    color: #ffffff;
}

.providers-page__more-address .title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
}

.providers-page__more-address .title.top-pad {
    margin-top: 16px;
}

.providers-page__more-address .infoblock a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
}

.providers-page__more-address a.providers-page__more-address-showmore {
    display: flex;
    align-items: center;
    transition: 0.2s;
    text-decoration: none;
    max-width: 190px;
    margin-top: 16px;
}

.providers-page__more-address a {
    color: #ffffff;
}

.providers-page__more-address a.providers-page__more-address-showmore:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.providers-page__more-address .infoblock a:hover {
    text-decoration: underline;
}

.providers-page__more-address .infoblock.--columns a {
    width: 100%
}

.providers-page__more-address .infoblock.--columns {
    columns: 5
}

@media screen and (max-width: 768px) {
    .providers-page__more-address .infoblock.--columns {
        columns: 3
    }
}

@media screen and (max-width: 575px) {
    .providers-page__more-address .infoblock.--columns {
        columns: 2
    }
}

@media screen and (max-width: 375px) {
    .providers-page__more-address .infoblock.--columns {
        columns: 1
    }
}

.access-providers a.button.providers-page__ask-link {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: 0;
    border-radius: 8px;
    padding: 16px 32px 16px 32px;
    margin-top: 20px;
    background: #007BFF;
    transition: .1s;
    text-align: center;
}

.access-providers a.button.providers-page__ask-link:hover {
    transform: scale(1.05);
    transition: .1s;
}

.best-tarifs .best-tarifs__left .providers-page__sidebar.providers-list {
    width: 100%;
    margin-top: 16px
}

.best-tarifs .providers-sort__item {
    border-radius: 4.5px;
    border: 1px solid #ffffff;
    height: 41px;
    padding: 4px 15px;
}

.best-tarifs .providers-sort__item a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
}

.best-tarifs .providers-sort__item.active {
    border: 1px solid #fea733;
    background: none
}

.best-tarifs .providers-sort__item.active a {
    color: #fea733;
}

.best-tarifs .providers-sort__item:hover {
    border: 1px solid #fea733
}

.best-tarifs .providers-sort__item:hover a {
    color: #fea733;
}

.best-tarifs .providers-sort__list {
    margin-left: 16px;
    margin-top: 6px
}

.best-tarifs .providers-page__sidebar.providers-list .providers-page__sidebar-item .title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-left: 11px;
    margin-top: 6px;
    line-height: 27px;
}

.best-tarifs .providers-page__sidebar.providers-list .providers-page__sidebar-item .button {
    font-size: 16px;
    font-weight: 600;
    color: #fea733;
    background: none;
    padding: 0;
    margin-left: 11px;
    margin-top: 5px;
}

.best-tarifs .providers-page__sidebar.providers-list .providers-page__sidebar-item {
    justify-content: flex-start;
    position: relative
}

@media (max-width: 768px) {
    .best-tarifs .providers-page__sidebar.providers-list .providers-page__sidebar-item .title {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .best-tarifs .providers-sort__list {
        overflow: scroll
    }
}

@media (max-width: 575px) {
    .providers-page__sidebar.providers-list {
        padding: 24px 24px 20px
    }
}

@media (max-width: 575px) {
    .best-tarifs .best-tarifs__left .providers-page__sidebar.providers-list {
        margin-top: 4px
    }
}

.show-tarifs.providers-list__hide-tarifs {
    width: 100%;
    text-align: right
}

@media (max-width: 575px) {
    .filters-block, .providers-page__more-address {
        padding: 12px
    }
}

.homepage .providers-page__top-item {
    min-height: 160px;
    position: relative;
}

.homepage .providers-page__top-item:first-child {
    border-radius: 9px;
    border: 1px solid #0175eb;
    background: transparent;
}

.homepage .providers-page__top-item:nth-child(2) {
    border-radius: 9px;
    border: 1px solid #f41b92;
    background: transparent;
}

.homepage .providers-page__top-item:nth-child(3) {
    border-radius: 9px;
    border: 1px solid #fea733;
    background: transparent;
}

.homepage .providers-page__top-item .title .label {
    opacity: 0.7;
}

.homepage .providers-page__top-item .title {
    font-weight: 700
}

.homepage .providers-page__top-item .icon {
    margin-right: 16px
}

.homepage .providers-page__top-item .arrow {
    position: absolute;
    right: 38px;
    top: 64px;
    height: 17px
}

@media screen and (max-width: 1030px) {
    .homepage .providers-page__top-item {
        min-height: 180px;
    }
}

@media screen and (max-width: 991px) {
    .homepage .providers-page__top-item {
        min-height: 176px
    }
}

@media screen and (max-width: 768px) {
    .homepage .providers-page__top-item {
        min-height: auto
    }
}

@media screen and (max-width: 768px) {
    .page-service__list .providers-page__top-item {
        margin-right: 0;
        flex: 1 0 100%;
        padding: 15px
    }
}

.podbor_tarifs_modal .visible--mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .podbor_tarifs_modal .visible--mobile {
        display: flex;
        margin-top: 16px
    }
}

.visible--mobile {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .providers-page__top-title {
        text-align: center
    }
}

@media screen and (max-width: 575px) {
    .d-block.visible--desktop {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    .visible--desktop {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    .visible--mobile {
        display: block !important;
    }
}


/* --- Missing Embed Component Styles --- */
.reviews-logo, .review-card__logo, .review-card__logo-name, .review-card__provider-meta {
    display: flex;
}

@media screen and (max-width: 590px) {
    .main-reviews-item-first .reviews-logo, .review-card__logo, .review-card__logo-name, .review-card__provider-meta {
        margin-bottom: 10px;
    }
}

.reviews-logo, .review-card__logo, .review-card__logo {
    height: 40px;
    min-width: 40px;
    width: 40px;
    margin-right: 10px;
}

@media screen and (max-width: 700px) {
    .toplug-tarif-scroll-left .reviews-logo, .review-card__logo, .review-card__logo {
        position: absolute;
        min-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 425px) {
    .toplug-tarif-scroll-left .reviews-logo, .review-card__logo, .review-card__logo {
        display: none;
    }
}

.reviews-item-full, .review-card--full, .review-card--full {
    max-width: 1200px !important;
}

.reviews-appraisals-full, .review-card__ratings--full, .review-card__ratings--full {
    justify-content: flex-start;
}

.reviews-appraisals-item-full, .review-card__rating-item--full, .review-card__rating-item--full {
    margin-right: 50px;
}

@media screen and (max-width: 630px) {
    .reviews-appraisals-item-full, .review-card__rating-item--full, .review-card__rating-item--full {
        margin-right: 30px;
        margin-bottom: 15px;
    }
}

.tarif-card-card-logo, .tarif-card-card-card__logo {
    height: 59px;
    width: 59px;
    min-width: 59px;
    border: 1px solid #DFE8F2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    box-sizing: content-box;
}

.tarif-card-card-logo, .tarif-card-card-card__logo img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 59px;
    max-width: 59px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-logo, .tarif-card-card-card__logo {
        height: 32px;
        width: 32px;
        min-width: 32px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-logoname .tarif-card-card-logo, .tarif-card-card-card__logo {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-width: inherit;
        min-height: 50px;
    }
}

.tarif-card-card-logo, .tarif-card-card-card__logo-title, .tarif-card-card-card__header {
    display: flex;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-logo, .tarif-card-card-card__logo-title, .tarif-card-card-card__header {
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .tarif-card-card-logo, .tarif-card-card-card__logo-title, .tarif-card-card-card__header {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-logo, .tarif-card-card-card__logo-title, .tarif-card-card-card__header {
        flex-direction: row;
    }
}

@media screen and (max-width: 700px) {
    .tarif-card-card-logo, .tarif-card-card-card__logo-title, .tarif-card-card-card__header {
        width: 100%;
    }
}

.tarif-card-card-logo, .tarif-card-card-card__logo-subtitle, .tarif-card-card-card__provider-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-logo, .tarif-card-card-card__logo-subtitle, .tarif-card-card-card__provider-logo-wrapper {
        flex-direction: row;
    }
}

.tarif-card-card-logo, .tarif-card-card-card__logo-subtitle, .tarif-card-card-card__provider-logo-wrapper .tarif-card-card-subtitle, .tarif-card-card-card__provider-name {
    margin-top: 4px;
    max-width: 80px;
    text-align: center;
    font-size: 12px;
    margin-right: 15px;
}

.tarif-card-card-name, .tarif-card-card-card__title {
    font-size: 18px;
    font-family: ProMed, sans-serif;
    margin-bottom: 4px;
    color: #000;
}

.tarif-card-card-name, .tarif-card-card-card__title:hover {
    color: #7E37E8;
}

.tarif-card-card-title, .tarif-card-card-card__content {
    margin-right: 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-title, .tarif-card-card-card__content {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
}

.tarif-card-card-subtitle, .tarif-card-card-card__provider-name {
    font-size: 12px;
    color: #7D90A6;
    margin-bottom: 4px;
}

.tarif-card-card-speed, .tarif-card-card-card__service-value--speed, .tarif-card-card-price, .tarif-card-card-card__price {
    font-size: 22px;
    font-family: ProMed, sans-serif;
}

.tarif-card-card-price, .tarif-card-card-card__price {
    font-size: 26px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-price, .tarif-card-card-card__price {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-price, .tarif-card-card-card__price {
        margin-bottom: 50px;
    }
}

.tarif-card-card-price__label {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
    margin-left: 4px;
}

.tarif-card-card-old-price, .tarif-card-card-card__price--old {
    margin-right: 6px;
    position: relative;
}

.tarif-card-card-old-price, .tarif-card-card-card__price--old:before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 19px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-card-card-old-price, .tarif-card-card-card__price--old.tarif-card-card-old-price, .tarif-card-card-card__price--old--providers:before {
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 10px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-card-card-opisanie .tarif-card-card-old-price, .tarif-card-card-card__price--old:before {
    margin-top: 10px;
}

.tarif-card-card-important, .tarif-card-card-card__main-info-info .tarif-card-card-old-price, .tarif-card-card-card__price--old {
    margin-right: 10px;
}

.tarif-card-card-page-price .tarif-card-card-old-price, .tarif-card-card-card__price--old {
    font-size: 20px;
}

.toplug-tarif-scroll-right .tarif-card-card-old-price, .tarif-card-card-card__price--old {
    font-size: 14px;
}

.toplug-tarif-scroll-right .tarif-card-card-old-price, .tarif-card-card-card__price--old hr {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .tarif-card-card-old-price, .tarif-card-card-card__price--old {
        margin-right: 12px;
    }
}

.tarif-card-card-speed, .tarif-card-card-card__service-value--speed .tarif-card-card-speed__label {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}

.tarif-card-card-speed, .tarif-card-card-card__service-value--speed {
    margin-bottom: 5px;
}

.tarif-card-card-internet, .tarif-card-card-card__service-item--internet, .tarif-card-card-tv, .tarif-card-card-card__service-item--tv, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile {
    width: 180px;
    margin-right: 40px;
    display: flex;
    align-items: start;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-internet, .tarif-card-card-card__service-item--internet, .tarif-card-card-tv, .tarif-card-card-card__service-item--tv, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile {
        width: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .tarif-card-card-internet, .tarif-card-card-card__service-item--internet, .tarif-card-card-tv, .tarif-card-card-card__service-item--tv, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile {
        width: 45%;
    }
}

@media screen and (max-width: 480px) {
    .tarif-card-card-internet, .tarif-card-card-card__service-item--internet, .tarif-card-card-tv, .tarif-card-card-card__service-item--tv, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile {
        width: 100%;
        margin-right: 0;
    }
}

.tarif-card-card-tv, .tarif-card-card-card__service-item--tv {
    font-size: 14px;
}

.tarif-card-card-channels, .tarif-card-card-card__service-value--channels, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile-info {
    font-family: ProMed, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-quest-cont, .tarif-card-card-channels, .tarif-card-card-card__service-value--channels, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile-info {
        font-size: 14px;
    }
}

.tarif-card-card-info, .tarif-card-card-card__service-info {
    font-size: 14px;
    margin-bottom: 5px;
}

.tarif-card-card-details, .tarif-card-card-card__details {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F6F9FC;
    border: 1px solid #E6EDF5;
    padding: 0 30px 85px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-details, .tarif-card-card-card__details {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-details, .tarif-card-card-card__details {
        padding: 0 20px;
        margin-bottom: 12px;
    }
}

.tarif-card-card-details, .tarif-card-card-card__details-title {
    margin-bottom: 8px;
    font-family: ProMed, sans-serif;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #7E37E8;
}

.tarif-card-card-details, .tarif-card-card-card__details-title img {
    display: none;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-details, .tarif-card-card-card__details-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-details, .tarif-card-card-card__details-services--action .tarif-card-card-details, .tarif-card-card-card__details-title {
        color: #FB3874;
    }
}

.tarif-card-card-details, .tarif-card-card-card__details-column {
    display: flex;
    flex-direction: column;
    width: 46%;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-details, .tarif-card-card-card__details-column {
        width: 100%;
    }
}

.tarif-card-card-details, .tarif-card-card-card__details-item {
    border-bottom: 1px solid #E8F1F9;
    margin-bottom: 12px;
}

.cont-toplug .tarif-card-card-details, .tarif-card-card-card__details-item {
    padding: 0;
    border: none;
}

@media screen and (max-width: 500px) {
    .tarif-card-card-details, .tarif-card-card-card__details-services--action .tarif-card-card-details, .tarif-card-card-card__details-item {
        border-color: #FB3874;
    }
}

.tarif-card-card-details, .tarif-card-card-card__details-item-title {
    display: flex;
    justify-content: space-between;
    font-family: ProReg, sans-serif;
    margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-details, .tarif-card-card-card__details-item-title {
        font-size: 14px;
    }
}

.tarif-card-card-details, .tarif-card-card-card__details-item-description {
    color: #7D90A6;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.toplug-tarif-scroll-title .tarif-card-card-details, .tarif-card-card-card__details-item-description {
    margin-top: 3px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-details, .tarif-card-card-card__details-item-description {
        font-size: 12px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 700px) {
    .toplug-tarif-scroll-title .tarif-card-card-details, .tarif-card-card-card__details-item-description {
        display: none;
    }
}

.tarif-card-card-details, .tarif-card-card-card__details-services {
    margin-right: 0;
    margin-bottom: 24px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-details, .tarif-card-card-card__details-services {
        margin-top: 10px;
    }
}

.tarif-card-card-details, .tarif-card-card-card__details-services--action {
    display: none;
}

@media screen and (max-width: 500px) {
    .tarif-card-card-details, .tarif-card-card-card__details-services--action {
        display: block;
    }
}

.tarif-card-card-important, .tarif-card-card-card__main-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-important, .tarif-card-card-card__main-info {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-important, .tarif-card-card-card__main-info {
        width: auto;
        margin: 20px 16px 0;
        display: flex;
        flex-wrap: wrap;
    }
}

.tarif-card-card-important, .tarif-card-card-card__main-info-services, .tarif-card-card-card__services {
    display: flex;
    margin-top: 16px;
    margin-left: 30px;
    margin-bottom: 12px;
}

.tarif-card-card-important, .tarif-card-card-card__main-info-services, .tarif-card-card-card__services svg {
    min-width: 28px;
    height: auto;
    margin-right: 12px;
}

@media screen and (max-width: 768px) {
    .tarif-card-card-important, .tarif-card-card-card__main-info-services, .tarif-card-card-card__services {
        flex-direction: column;
        margin-left: 16px;
        margin-right: 16px;
    }
}

.tarif-card-card-more-description {
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    color: #7D90A6;
    right: 50%;
    transform: translateX(50%);
}

.tarif-card-card-button-more, .tarif-card-card-card__expand-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-button-more, .tarif-card-card-card__expand-button {
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-button-more, .tarif-card-card-card__expand-button {
        right: 16px;
        bottom: 20px;
    }
}

.tarif-card-card-button-more, .tarif-card-card-card__expand-button-after {
    display: none
}

.tarif-card-card-sale-tag {
    margin-bottom: 5px;
}

.tarif-card-card-price, .tarif-card-card-card__price-compare, .tarif-card-card-card__pricing {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-price, .tarif-card-card-card__price-compare, .tarif-card-card-card__pricing {
        justify-content: space-between;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-price, .tarif-card-card-card__price-button-compare-more, .tarif-card-card-card__pricing-actions {
        width: auto;
        position: absolute;
        bottom: 40px;
        left: 16px;
    }
}

.tarif-card-card-without {
    font-family: ProMed, sans-serif;
    font-size: 18px;
}

.tarif-card-card-opisanie .tarif-card-card-without {
    font-size: 16px;
    font-family: ProReg;
    position: relative;
}

.tarif-card-card-about_head__text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 4px;
}

.tarif-card-card-minisearching {
    display: flex;
}

.tarif-card-card-minisearching form {
    position: relative;
}

.tarif-card-card-minisearching .tarif-card-card-searching-button {
    border: none;
    background-color: transparent;
    padding: 4px;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 768px) {
    .tarif-card-card-minisearching {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-minisearching form {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
}

.tarif-card-card-search-form {
    background-color: transparent;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    padding: 16px;
    margin-bottom: 12px;
    margin-top: 12px;
    border: 1px solid #ffffff;
    border-radius: 7.5px;
}

.tarif-card-card-search-form > input {
    color: #fff;
    font-weight: 500;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-color: transparent !important;
    border: none;
}

.tarif-card-card-search-form > input::placeholder {
    color: #fff;
    background-color: transparent !important;
}

.tarif-card-card-search-form > button {
    position: absolute;
    right: 16px;
    top: 14px;
    border: none;
    background: none;
    padding: 0;
}

.mob-filter-content .tarif-card-card-search-form {
    border: 1px solid #000;
}

.mob-filter-content .tarif-card-card-search-form > input {
    color: #000
}

.mob-filter-content .tarif-card-card-search-form > input::placeholder {
    color: #000;
}

.tarif-card-card-order-call {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.tarif-card-card-order-call label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.tarif-card-card-order-call input {
    width: 500px;
    height: 41px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #5396ff;
    padding-left: 18px;
    padding-right: 18px;
}

.tarif-card-card-order-call input[name="phone"] {
    width: 300px;
}

.tarif-card-card-order-call textarea {
    width: 500px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #5396ff;
    padding: 18px;
}

.tarif-card-card-order-call select {
    border: 1px solid #5396ff;
    border-radius: 10px;
}

.tarif-card-card-order-call button {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0;
    border-radius: 10px;
    height: 40px;
    width: 200px;
    margin-top: 10px;
    background: #5396ff;
    transition: .1s;
}

.tarif-card-card-order-call button:hover {
    color: #000;
    background: #ffffff;
    transition: .1s;
    border: 1px solid #000000;
}

.tarif-card-card-order-call .form-group {
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 425px) {
    .tarif-card-card-order-call label {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .tarif-card-card-order-call input {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .tarif-card-card-order-call input[name="phone"] {
        width: 100%;
    }
}

.tarif-card-card-order-call_checkbox {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.tarif-card-card-order-call_checkbox input {
    width: auto;
    height: 13px;
    margin-bottom: 0;
    margin-right: 5px;
}

.tarif-card-card-order-call_checkbox label {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
}

@media screen and (max-width: 425px) {
    .tarif-card-card-order-call_checkbox label {
        display: block;
    }
}

.tarif_form_bottom_text {
    margin-top: 24px;
    font-size: 10px;
    font-weight: 400;
    max-width: 800px;
}

.sale-tag, .tarif-card-card__badge, .tarif-card-card-card__badge {
    text-align: center;
    font-family: ProMed, sans-serif;
    background-color: #FFD037;
    font-size: 11px;
    color: #000;
}

.sale-tag, .tarif-card-card__badge, .tarif-card-card-card__badge.--show-mobile {
    display: none
}

@media screen and (max-width: 1000px) {
    .sale-tag, .tarif-card-card__badge, .tarif-card-card-card__badge.--show-mobile {
        display: block !important;
        margin-left: auto
    }
}

@media screen and (max-width: 1000px) {
    .sale-tag, .tarif-card-card__badge, .tarif-card-card-card__badge.--hide-mobile {
        display: none !important;
    }
}

.tag-hit {
    border-color: #CF47FF;
    color: #CF47FF;
    font-family: ProMed, sans-serif;
}

.tag-hit:hover {
    background-color: #CF47FF;
    color: white;
}

.tag-sale {
    border-color: #FB3874;
    color: #FB3874;
    font-family: ProMed, sans-serif;
}

.tag-sale:hover {
    background-color: #FB3874;
    color: white;
}

.popular-sale-tag, .tarif-card-card__badge--popular, .tarif-card-card-card__badge--popular {
    max-height: 22px;
    min-width: 74px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    position: absolute;
    left: -20px;
    top: 10px;
}

.popular-tariff {
    margin-bottom: 10px;
}

.popular-tariff .content, .reviews .content {
    padding: 20px;
}

.popular-tariff_cmpbtn {
    cursor: pointer;
    margin-left: 6px;
}

.popular-tariff_header, .reviews_header, #reviews-providers .reviews_header {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.popular-tariff_header {
    padding-top: 14px;
    margin-bottom: 18px;
}

.tarif-card-card-opisanie .popular-tarif-row {
    border: 1px solid #E6EDF5;
    border-radius: 12px;
    padding: 12px 24px 12px 12px;
    margin-right: 12px;
    width: auto;

    font-family: ProMed;
    display: flex;
    align-items: center;
}

.tarif-card-card-opisanie .popular-tarif-row svg {
    height: 40px;
    width: 40px;
    margin-top: 0px;
}

.popular-tarif-row {
    width: 23%;
    display: flex;
    position: relative;
}

.popular-tarif-row svg {
    margin-right: 10px;
    margin-top: 3px;
}

.popular-tarif-row .tarif-card-card-row-details {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.popular-tarif-row .old-price-hr {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .popular-tarif-row {
        width: 49%;
        display: flex;
        margin-left: 0;
        margin-bottom: 12px;
    }
}

.popular-tarif-row-name {
    width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-name {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 8px;
    }
}

.popular-tarif-row-options {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-options .button-border {
        max-width: none;
        width: 100%;
        justify-content: center;
        padding: 12px 0;
    }
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-options .button-border svg {
        position: relative;
        left: 0;
        margin-right: 8px;
    }
}

@media screen and (max-width: 700px) {
    .popular-tarif-row-options {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
}

.popular-tarif-row-quest-cont {
    display: flex;
    flex-wrap: wrap;
    font-family: ProMed, sans-serif;
    font-size: 16px;
}

.popular-tarif-row-quest-cont:hover .popular-tarif-row-quest {
    background-color: #293148;
    color: white;
    cursor: help;
}

.popular-tarif-row-quest-cont:hover {
    cursor: help;
}

.popular-tarif-row-quest-cont:hover + .popular-tarif-row-quest-text {
    display: block;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
}

.provider-card__tarifs-title {
    font-size: 16px;
    color: #7D90A6;
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    .provider-card__tarifs-title {
        margin-left: 12px;
    }
}

.popular-tarifs-tr {
    font-size: 14px;
    color: #7D90A6;
    padding: 0 20px;
    font-family: ProReg, sans-serif;
    margin-bottom: 10px;
    display: none;
}

@media screen and (max-width: 700px) {
    .popular-tarifs-tr {
        display: none;
    }
}

.popular-tarif-mobile-title {
    display: block;
    font-size: 12px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
    margin-bottom: 4px;
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .tarif-card-card-row-details .popular-tarif-mobile-title {
        margin-bottom: 0;
    }
}

.steps-page.step5 .price-month, .steps-page.step5 .speed_bytes {
    max-width: 332px;
}

.steps-page.step5 .price-month label, .steps-page.step5 .speed_bytes label {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .steps-page.step5 .price-month, .steps-page.step5 .speed_bytes {
        max-width: 260px
    }
}

.price-month, .speed_bytes, .sort_group {
    margin-top: 0;
    margin-bottom: 0;
}

.price-month_label, .speed_label, .sort_label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.price-month_label .value, .speed_label .value, .sort_label .value {
    font-size: 12px
}

@media (min-width: 1024px) and (max-height: 768px) {
    .price-month_label, .speed_label, .sort_label {
        font-size: 14px
    }
}

@media (min-width: 1024px) and (max-height: 768px) {
    .price-month_label .value, .speed_label .value, .sort_label .value {
        font-size: 10px
    }
}

@media (min-width: 1024px) and (max-height: 768px) {
    .speed_bytes {
        margin-top: -4px !important;
    }
}

.provider-card {
    padding: 30px 0 100px;
    background-color: white;
    border-radius: 12px;
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    box-sizing: content-box;
    border: 1px solid #E6EDF5;
}

.provider-rating .provider-card {
    width: 90%;
}

@media screen and (max-width: 1200px) {
    .provider-card {
        width: auto;
    }
}

@media screen and (max-width: 890px) {
    .provider-card {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .provider-card {
        padding: 16px 0 0;
    }
}

@media screen and (max-width: 700px) {
    .provider-rating .provider-card {
        width: calc(100% - 40px);
    }
}

.providers-cont-popular {
    margin-top: 16px;
}

.providers-cont-popular img {
    height: 12px;
    transform: rotate(90deg);
    margin-left: 10px;
    margin-bottom: 2px;
}

@media screen and (max-width: 500px) {
    .providers-cont-popular-more .providers-cont-popular {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 12px;
    }
}

.providers-cont-popular-more .button-border:hover svg {
    fill: #fff;
}

.providers-cont-popular-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 16px 30px 0 30px;
    margin-top: 16px;
    position: absolute;
    width: calc(100% - 60px);
    bottom: 20px;
}

.providers-cont-popular-more img {
    transform: rotate(0deg);
}

@media screen and (max-width: 1000px) {
    .providers-cont-popular-more a {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .providers-cont-popular-more {
        flex-direction: column;
        margin: 36px 10px 12px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 768px) {
    .providers-cont-popular-more a {
        width: 100%;
        max-width: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: #7e37e8;
        text-decoration: underline;
        padding: 0;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .providers-cont-popular-more .button-border:hover {
        background-color: transparent;
        color: #7e37e8;
    }
}

@media screen and (max-width: 768px) {
    .providers-cont-popular-more a svg {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .providers-cont-popular-more {
        position: relative;
    }
}

.providers-review-item, .review-card--provider, .review-card--provider {
    max-width: 530px;
}

.request-item {
    padding: 0 0 16px 0;
    border: 1px solid #E6EDF5;
    background-color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: 0.1s;
    width: 590px;
}

.request-item:hover {
    box-shadow: none;
}

.request-item .a-all img {
    height: 12px;
    margin-left: 8px;
    transition: 0.1s;
    margin-top: 3px;
}

.request-item .a-all:hover img {
    transform: translateX(8px);
}

.request-item .compare-button {
    margin-right: 10px;
}

.request-item .a-all {
    display: flex;
    align-items: center;
    width: 18%;
}

@media screen and (max-width: 1057px) {
    .request-item .a-all {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .request-item .compare-button {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .request-item .compare-button img {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .request-item {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .request-item .a-all {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 590px) {
    .request-item .a-all {
        position: absolute;
        bottom: 16px;
    }
}

.request-item-column {
    display: flex;
    flex-direction: column;

    font-size: 14px;
}

.request-item-column:not(:last-child) {
    margin-right: 70px;
}

@media screen and (max-width: 910px) {
    .request-item-column {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .request-item-column {
        width: auto;
        margin-bottom: 8px;
    }
}

.request-item-buttons {
    display: flex;
}

.request-item-buttons .compare-button {
    margin-left: 12px;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .request-item-buttons {
        margin-top: 12px;
    }
}

.request-item-price {
    font-size: 26px;
}

.request-item-price-after {
    font-size: 16px;
}

.request-item-price-buttons {
    display: flex;
    justify-content: space-between;
    margin: 12px 30px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .request-item-price-buttons {
        flex-wrap: wrap;
        align-items: start;
    }
}

@media screen and (max-width: 500px) {
    .request-item-price-buttons {
        flex-direction: column;
    }
}

.request-name {
    display: flex;
    flex-direction: column;
    word-break: keep-all;
    margin: 12px 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6EDF5;
}

.request-name a {
    color: #000;
    cursor: pointer;
}

.request-date {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.request-date-img {
    display: flex;
    background-color: #F6F9FC;
    border-bottom: 1px solid #E6EDF5;
    padding: 12px 30px;
    border-radius: 12px 12px 0 0;
    align-items: center;
}

.request-column-info {
    font-family: ProMed, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.request-column-info svg {
    margin-right: 8px;
}

@media screen and (max-width: 1057px) {
    .request-column-info {
        font-size: 14px;
    }
}

.request-column-sub {
    font-size: 14px;
    font-family: ProReg, sans-serif;
    color: #7D90A6;
    margin-bottom: 4px;
}

@media screen and (max-width: 1057px) {
    .request-column-sub {
        font-size: 12px;
    }
}

.request-cols {
    display: flex;
    margin: 12px 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6EDF5;
}

@media screen and (max-width: 768px) {
    .request-cols {
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 4px;
    }
}

.open-faq {
    font-size: 26px;
    color: #7E37E8;
    display: block;
    margin-left: 15px;
}

.faq-item.expanded .open-faq {
    display: none;
}

.search-providers-steps {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px auto;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .search-providers-steps {
        width: 100%;
    }
}

.search-providers-steps-arrow {
    width: 17%;
    display: flex;
}

.search-providers-steps-arrow img {
    margin: 0 auto;
    height: 20px;
}

.search-providers-form-cont {
    width: 100%;
    margin: 0 auto 12px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.search-providers-adress .search-providers-form-cont a {
    white-space: nowrap;
    margin-left: 20px;
    margin-right: 20px;
}

.sales-pic .search-providers-form-cont {
    z-index: 100;
    width: 60%;
    margin: 0;
}

@media screen and (max-width: 874px) {
    .sales-pic .search-providers-form-cont {
        width: auto;
    }
}

@media screen and (max-width: 425px) {
    .search-providers-adress .search-providers-form-cont a {
        margin-left: 0;
        margin-top: 10px;
        margin-right: 0;
    }
}

.best-tarifs .search-form__form > input {
    background: #ffffff;
    border-radius: 9.5px;
    border: 1px solid #bebebe;
    height: 49px;
    overflow: hidden;
    color: #858585;
    padding: 16px 25px;
    min-width: 165px;
    margin-bottom: 10px;
}

.best-tarifs .search-form__form > input:first-of-type {
    width: 460px;
    margin-right: 8px;
}

.best-tarifs .search-form__form > button {
    background: #0175eb;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    border: none;
    outline: none;
}

@media screen and (max-width: 1100px) {
    .best-tarifs .search-form__form > input {
        width: 100%
    }
}

@media screen and (max-width: 1100px) {
    .best-tarifs .search-form__form > input:first-of-type {
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width: 425px) {
    .best-tarifs .search-form__form > button {
        width: 100%
    }
}

.best-tarifs .search-form__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.best-tarifs .search-form__text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 450px;
}

.tag {
    padding: 12px 15px 10px;
    border: 1px solid #E6EDF5;
    border-radius: 99px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-family: ProReg, sans-serif;
    color: #000;
}

.tag:hover {
    text-decoration: none;
    border: 1px solid #7E37E8;
    color: #000;
}

.letters-sort__letter .tag {
    font-size: 18px;
    font-family: ProMed, sans-serif;
}

.tag.active, .tag.tag-active {
    border: 1px solid #7E37E8;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .tag {
        padding: 6px 15px;
    }
}

@media screen and (max-width: 425px) {
    .tag {
        white-space: nowrap;
    }
}

.all-button, .more-button {
    border: 2px solid #C7D8E9;
    padding: 16px 50px;
    font-size: 18px;
    text-decoration: underline;
    border-radius: 99px;
    color: #000;
    display: flex;
    justify-content: center;
    max-width: 270px;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-height: 60px;
}

.all-button::after {
    margin-left: 16px;
    content: url(/assets/icons/arrow_black.svg);
}

@media screen and (max-width: 768px) {
    .all-button a {
        margin-bottom: 8px;
    }
}

.score-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .score-cont {
        justify-content: space-between;
    }
}

.score-item {
    margin-top: 30px;
    display: flex;
    max-width: 290px;
    width: 290px;
    align-items: flex-start;
    margin-right: 80px;
}

@media screen and (max-width: 800px) {
    .score-item {
        margin-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .score-item {
        margin-right: 0;
        max-width: none;
        width: 100%;
    }
}

.score-icon {
    width: 35px;
    height: auto;
    margin-right: 15px;
}

.score-count {
    width: 100%;
}

.score-count-first {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: ProMed, sans-serif;
}

.score-count-line {
    height: 3px;
    background-color: #C7D8E9;
    border-radius: 10px;
    width: 100%;
    margin-top: 5px;
}

.score-count-numbers {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    color: #7D90A6;
    margin-left: 18px;
}

.score-count-numbers span:hover, .score-count-numbers span.active {
    color: #7E37E8;
    cursor: pointer;
    font-family: ProBold, sans-serif;
    transform: scale(1.3);
}

.provider-banner.--reviews .points-item {
    font-size: 17px;
    padding: 18px 25px;
    background: #ffffff
}

.provider-banner.--reviews .points-item img {
    margin-right: 14px;
    transform: scale(1.25);
}

.provider-banner.--reviews .points-item:not(:last-child) {
    margin-right: 16px
}

@media screen and (max-width: 768px) {
    .provider-banner.--reviews .points-item {
        font-size: 16px;
        padding: 16px 22px;
    }
}

@media screen and (max-width: 768px) {
    .provider-banner.--reviews .points-item img {
        margin-right: 10px;
        transform: none
    }
}

@media screen and (max-width: 768px) {
    .provider-banner.--reviews .points-item:not(:last-child) {
        margin-right: 10px
    }
}

@media screen and (max-width: 670px) {
    .provider-banner.--reviews .points-item {
        font-size: 14px;
        flex: 1 0 calc(50% - 8px);
        margin: 4px !important;
    }
}

@media screen and (max-width: 670px) {
    .provider-banner.--reviews .points-item span.points-item__number {
        font-size: 18px;
        margin-left: auto
    }
}

@media screen and (max-width: 425px) {
    .provider-banner.--reviews .points-item {
        padding: 12px 10px
    }
}

@media screen and (max-width: 375px) {
    .provider-banner.--reviews .points.--small-mobile .points-item {
        padding: 10px 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }
}

.reviews-short_wrap__item .points-item {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.reviews-short_wrap__item .points-item:not(:last-child) {
    margin-right: 32px;
}

.reviews-short_wrap__item .points-item img {
    margin-right: 5px;
}

.reviews-short_wrap__item .points-item span {
    margin-left: 0;
}

.points-item {
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 18px;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    align-items: center;
}

.points-item:not(:last-child) {
    margin-right: 10px;
}

.points-item img {
    margin-right: 10px;
}

.points-item span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

@media screen and (max-width: 325px) {
    .reviews-short_wrap__item .points-item:not(:last-child) {
        margin-right: 28px
    }
}

.mobile-menu__body .header_right .phone {
    margin-left: 0 !important;
}

.mobile-menu__body .header_right .phone a {
    font-size: 20px !important;
}

.header_right .phone {
    font-size: 20px;
    font-weight: 600;
    margin-top: -1px;
}

.header_right .phone:hover {
    text-decoration: underline;
}

.footer_content .phone {
    margin-bottom: 4px;
}

.footer_contact .phone a, .footer_contact .phone a span {
    color: #ffffff;
    font-size: 18px;
}

.footer_contact .phone .schedule {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 565px) {
    .phone {
        margin: 0 auto;
    }
}

@media screen and (max-width: 565px) {
    footer .phone {
        margin: 0
    }
}

@media screen and (max-width: 480px) {
    .phone a {
        font-size: 18px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 345px) {
    .phone a {
        font-size: 16px;
    }
}

@media screen and (max-width: 345px) {
    .phone .schedule {
        white-space: nowrap
    }
}

@media screen and (max-width: 320px) {
    .phone a span {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    .phone a {
        font-size: 15px;
    }
}

.havequestion-left .phone {
    font-size: 32px;
    font-weight: 600;
    color: #fea733;
}

@media screen and (max-width: 768px) {
    .havequestion-left .phone {
        font-size: 26px
    }
}

.mobile-menu__body .phone-button {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    display: block !important;
}

.phone-button {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 32px 15px 32px;
    max-height: 50px;
    margin-left: 26px;
    border-radius: 8px;
    background-color: #0682FF;
    color: #fff;
    transition: .1s;
    border: none;
    outline: none !important;
}

.phone-button img {
    max-height: 20px;
    margin-right: 10px;
}

.phone-button:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 991px) {
    .phone-button {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .phone-button {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .footer_content .phone-button {
        display: block;
    }
}

@media screen and (max-width: 565px) {
    .footer_content .phone-button {
        margin: 0
    }
}

.footer_contact .phone-button {
    color: #ffffff;
    margin-left: 0;
    margin-right: 0px;
    font-size: 12px;
    font-weight: 500;
}

.footer_contact .phone-button:hover {
    color: #000;
    background: #ffffff;
}

@media screen and (max-width: 991px) {
    .footer_contact .phone-button {
        margin-top: 10px;
    }
}

.havequestion-container .phone-button {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #0175eb;
    border-radius: 8px;
    width: 220px;
    height: 50px;
    overflow: hidden;
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    .havequestion-container .phone-button {
        display: block;
        margin: 16px auto 0
    }
}

.more-button::after {
    margin-left: 16px;
    content: url(/assets/icons/arrow_black.svg);
    transform: rotate(90deg);
}

.provider-news_slider__middle a.read-all {
    font-size: 12px;
    font-weight: 500;
    color: #007bff;
}

.read-all {
    color: #007BFF;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.best-news_slider__middle a.read-all {
    font-size: 12px;
    font-weight: 500;
    color: #1b93c2;
}

@media screen and (max-width: 1170px) {
    header .container a.see-all.--fill-pink {
        width: auto;
        margin-left: 8px !important;
        padding: 16px;
    }
}

@media screen and (max-width: 991px) {
    header.mobile-header a.see-all.--fill-pink {
        padding: 10px 16px 16px;
        height: 100%;
        width: 419px;
    }
}

@media screen and (max-width: 525px) {
    header.mobile-header a.see-all.--fill-pink {
        padding-top: 12px;
        font-size: 14px
    }
}

@media screen and (max-width: 480px) {
    header.mobile-header a.see-all.--fill-pink {
        padding-top: 14px;
        font-size: 12px
    }
}

@media screen and (max-width: 429px) {
    header.mobile-header a.see-all.--fill-pink {
        padding: 6px 32px;
        font-size: 12px
    }
}

@media screen and (max-width: 355px) {
    header.mobile-header a.see-all.--fill-pink {
        padding: 6px 8px;
        font-size: 12px
    }
}

a.see-all {
    display: inline-block;
    color: #ffffff;
    background-color: #007BFF;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 auto;
    transition: .1s;
}

a.see-all:hover {
    color: #ffffff;
    transform: scale(1.02);
    transition: .1s;
}

a.see-all.button {
    padding: 16px 32px;
    background-color: #007BFF;
    transition: .1s;
    font-size: 14px;
    font-weight: 600;
}

a.see-all.button:hover {
    transform: scale(1.02);
    color: #ffffff;
}

a.see-all.--border-only {
    border-radius: 7.5px;
    border: 1px solid #ffffff;
    font-weight: 600;
    color: #ffffff;
    background: none;
}

a.see-all.--fill-pink {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #f0238a;
    border-radius: 24px;
    width: 419px;
    height: 48px;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 1250px) {
    a.see-all.--fill-pink {
        width: auto;
    }
}

@media screen and (max-width: 460px) {
    a.see-all.--fill-pink {
        width: 100%;
    }
}

@media screen and (max-width: 365px) {
    a.see-all.--fill-pink {
        padding: 16px;
        height: auto
    }
}

@media screen and (max-width: 767px) {
    a.see-all {
        font-size: 14px;
    }
}

.see-all.cheap-tarifs-hidden, .see-all.fast-tarifs-hidden, .see-all.tv-tarifs-hidden, .see-all.tvonly-tarifs-hidden,
.see-all.mob-tarifs-hidden, .see-all.only-internet-tarifs-hidden, .see-all.router-tarifs-hidden {
    display: none
}

.tarif-card-card-opisanie .tarif-card-card-row-details {
    margin-top: 5px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .tarifs-tabs {
        width: calc(100% - 20px);
    }
}

.best-tarifs .tarifs-tabs {
    flex: 2.56
}

@media (max-width: 991px) {
    .best-tarifs .tarifs-tabs {
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .best-tarifs .tarifs-tabs {
        margin-top: 24px;
    }
}

.tarifs-tabs__tab {
    display: none
}

.tarifs-tabs__tab.active {
    display: block
}

.best-tarifs .tarifs-tabs__tab {
    display: none;
    margin-top: 13px;
    max-width: 851px;
}

.best-tarifs .tarifs-tabs__tab.active {
    display: block
}

@media (max-width: 1150px) {
    .best-tarifs .tarifs-tabs__tab {
        padding-right: 10px
    }
}

@media (max-width: 991px) {
    .best-tarifs .tarifs-tabs__tab {
        max-width: 100%;
        width: 100%;
        padding-right: 0
    }
}

.tarifs-filter-search {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto;
}

@media screen and (max-width: 768px) {
    .tarifs-filter-search {
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.seo-text--homepage {
    color: #000;
    font-family: ProMed, sans-serif;
    text-align: left;
}
#write-review {
    display: none;
}
.write-review {
    margin-top: 30px;
}

.write-review-form {
    margin-top: 40px;
}

@media screen and (max-width: 700px) {
    .write-review-form .entry {
        width: calc(100% - 40px);
    }
}

.write-review-area {
    width: calc(100% - 42px);
    margin-top: 10px;
    height: 150px;
    border-radius: 12px;
}

.write-review-select {
    display: flex;
    align-items: center;
}

.write-review-select .filter-dropdown {
    margin-right: 10px;
}

@media screen and (max-width: 800px) {
    .write-review-select {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {
    .write-review-select .filter-dropdown {
        width: calc(100% - 40px) !important;
    }
}

.review-select-raiting {
    font-size: 22px;
}

@media screen and (max-width: 800px) {
    .review-select-raiting {
        margin-top: 20px;
    }
}

@media screen and (max-width: 590px) {
    .review-select-raiting {
        width: 100%;
        justify-content: space-between;
    }
}

.review-select-stars {
    margin-left: 20px;
}

.review-select-stars img {
    height: 20px;
    width: auto;
    margin-right: 7px;
}

.reviews_add {
    margin-bottom: 15px;
    text-align: center;
}

.reviews_add button, .reviews_filters button {
    border-radius: 8px;
    background: #007BFF;
    padding: 16px 32px;
    transition: .05s;
    color: #ffffff;
    border: none;
}

.reviews_add button img {
    margin-right: 12px;
}

.reviews_add button:hover, .reviews_filters button:hover {
    transform: scale(1.05);
    transition: .05s;
}

.reviews_bottom {
    text-align: center;
}

.reviews_bottom button {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    background: #e6e6e6;
    padding: 8px 30px;
    border: 0;
    transition: .1s;
}

.reviews_bottom button:hover {
    color: #ffffff;
    transition: .1s;
}

@media screen and (max-width: 575px) {
    .provider-reviews-tab-section .reviews_filters {
        display: none
    }
}

.reviews_filters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.reviews_filters__left {
    display: flex;
    justify-content: flex-start
}

.reviews_filters__right {
    display: flex;
    justify-content: flex-end
}

.reviews_header {
    color: #000;
}

.reviews_inside.reviews__item {
    position: relative
}

.reviews_inside {
    padding: 30px 40px;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: white;
}

.reviews_inside.ask {
    margin-left: 50px;
}

@media screen and (max-width: 767px) {
    .reviews_inside.ask {
        margin-left: 16px;
    }
}

.reviews_inside__about {
    color: black;
    font-size: 12px;
    font-weight: 500;
    margin-right: 6px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .reviews_inside__about {
        margin-bottom: 6px;
    }
}

.reviews_inside__about a {
    color: #000000;
}

.reviews_inside__about a:hover {
    color: #007BFF;
    text-decoration: underline;
}

.reviews_inside__ask {
    display: flex;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #007BFF;
}

.reviews_inside__ask a {
    display: inline-block;
    color: #007BFF;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 375px) {
    .reviews_inside__ask {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .reviews_inside__ask > span:nth-child(2) {
        display: none;
    }
}

.reviews_inside__autor {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reviews_inside__autor img {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .reviews_inside__autor {
        margin-bottom: 6px;
    }
}

.reviews_inside__autor-ask {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (max-width: 991px) {
    .reviews_inside__autor-ask {
        flex-direction: column;
        align-items: flex-start;
    }
}

.reviews_inside__content {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.reviews_inside__logo-name {
    display: flex;
}

.reviews_inside__logo-name--img {
    border-radius: 8px;
    border: 1px solid #DBDBDB;
}

.reviews_inside__part {
    margin-bottom: 20px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
}

.reviews_inside__part-wrap {
    display: inline-block;
}

.reviews_inside__part-wrap.plus {
    margin-right: 10px;
    min-width: 20px;
}

.reviews_inside__part-wrap.minus {
    margin-right: 10px;
    min-width: 20px;
}

.reviews_inside__part-wrap.comment {
    margin-right: 10px;
    min-width: 20px;
}

.reviews_inside__provider-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    margin-top: 2px;
}

.ask .reviews_inside__time {
    margin-bottom: 15px;
}

.reviews_inside__time {
    color: #9C9C94;
    font-size: 12px;
    font-weight: 500;
}

.reviews_inside__time img {
    width: 13px;
    height: 13px;
}

.reviews_inside__top .rating {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .reviews_inside__top .rating {
        margin-top: 6px;
    }
}

.reviews_inside__top {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .reviews_inside__top {
        flex-direction: column;
        align-items: flex-start;
    }
}

.reviews_inside__top-left {
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .reviews_inside__top-left {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .reviews_inside_useful {
        margin-top: 10px
    }
}

@media screen and (max-width: 450px) {
    .reviews_inside_useful {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }
}

@media screen and (max-width: 450px) {
    .reviews_inside_useful > span, .reviews_inside_useful-yes-no {
        margin: 0 !important;
        min-width: 80px
    }
}

.reviews_inside_useful {
    display: flex;
    font-size: 14px;
    font-weight: 500;
}

.reviews_inside_useful > span {
    margin-right: 20px;
    color: #9C9C94;
}

.reviews_inside_useful-yes-no {
    display: flex;
    align-items: center;
    color: #007BFF;
    cursor: pointer;
}

.reviews_inside_useful-yes-no img {
    margin-right: 6px;
}

.reviews_inside_useful-yes-no:not(:last-child) {
    margin-right: 20px;
}

.review_inside__reviewall {
    position: absolute;
    bottom: 8px;
    right: 40px;
    font-size: 14px;
    color: #007BFF
}

.review_inside__reviewid {
    position: absolute;
    bottom: 8px;
    font-size: 10px;
    color: #9e9e9e
}

.internet-check_box label.internet-label,
.tele-check_box label.tele-label,
.sort_group label.internet-label {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    border-radius: 10px;
    background: #ffffff;
}

.sort_group input[type="radio"] {
    display: none;
}

.sort_group label.internet-label {
    position: relative;
}

.sort_group label.internet-label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 2px #25263d solid;
    transform: translateY(-50%);
}

.sort_group input[type="radio"]:checked + label.internet-label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 2px #f58c27 solid;
    transform: translateY(-50%);
    background: url("/assets/images/dot.png") center center no-repeat;
}

.sort_group__radio {
    margin-bottom: 5px;
}

@media (min-width: 1024px) and (max-height: 768px) {
    .tarif_tag_list .sort_label {
        margin: 8px 0 !important;
    }
}

.filter-sort .sort-active {
    color: #7E37E8;
}

.internet-check,
.tele-check {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.internet-check_box label:after,
.tele-check_box label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 2px #25263d solid;
    transform: translateY(-50%);
}

.internet-check_box input[type="checkbox"]:checked + label:after,
.tele-check_box input[type="checkbox"]:checked + label:after {
    content: url(/assets/images/check.png);
    position: absolute;
    top: 50%;
    right: 20px;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 2px #f58c27 solid;
    transform: translateY(-50%);
}

.internet-check_box input[type="checkbox"],
.tele-check_box input[type="checkbox"] {
    display: none;
}

.internet-check_box input[type="checkbox"] + label + .internet-check_radio label:after,
.tele-check_box input[type="checkbox"] + label + .tele-check_radio label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 2px #fff solid;
    transform: translateY(-50%);
}

.internet-check_box input[type="checkbox"]:checked + label + .internet-check_radio input[type='checkbox']:checked + label:after,
.tele-check_box input[type="checkbox"]:checked + label + .tele-check_radio input[type='checkbox']:checked + label:after {
    content: url(/assets/images/check.png);
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 2px #f58c27 solid;
    transform: translateY(-50%);
}

.internet-check_box input[type="checkbox"] + label + .internet-check_radio input[type='checkbox'] + label,
.tele-check_box input[type="checkbox"] + label + .tele-check_radio input[type='checkbox'] + label {
    color: #ffffff;
}

.internet-check_box input[type="checkbox"]:checked + label + .internet-check_radio input[type='checkbox']:checked + label,
.tele-check_box input[type="checkbox"]:checked + label + .tele-check_radio input[type='checkbox']:checked + label {
    color: #f58c27;
}

.left-park .internet-check_radio,
.left-park .tele-check_radio {
    padding: 20px;
}

.internet-check_radio,
.tele-check_radio {
    display: flex;
    padding: 15px 20px;
}

.internet-check_radio__item,
.tele-check_radio__item {
    position: relative;
    flex: 1;
}

.internet-check_radio__item input[type="checkbox"],
.tele-check_radio__item input[type="checkbox"] {
    display: none;
}

.internet-check_radio__item input[type="checkbox"]:checked + label,
.tele-check_radio__item input[type="checkbox"]:checked + label {
    color: #f58c27;
}

.internet-check_radio__item label,
.tele-check_radio__item label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    padding-left: 25px;
}

.internet-check_radio__item label:after,
.tele-check_radio__item label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 2px #25263d solid;
    transform: translateY(-50%);
}

.internet-check_radio__item input[type="checkbox"]:checked + label:after,
.tele-check_radio__item input[type="checkbox"]:checked + label:after {
    content: url(/assets/images/check.png);
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 2px #f58c27 solid;
    transform: translateY(-50%);
}

.pagination-text-counter {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.52;
    margin-left: 15%;
    display: block;
}

@media screen and (max-width: 768px) {
    .pagination-text-counter {
        order: -1;
        margin-left: auto;
        margin-bottom: 8px;
        margin-right: auto
    }
}

.pagination-with-loadmore-wrapper.pages-buttons {
    margin-bottom: 120px;
    margin-top: 30px;
}

@media screen and (max-width: 590px) {
    .pagination-with-loadmore-wrapper.pages-buttons, .pages-buttons {
        margin-bottom: 90px;
    }
}

.provider-reviews-tab-section .pagination-with-loadmore-wrapper {
    flex-direction: column;
    margin-top: 20px
}

.provider-reviews-tab-section .pagination-with-loadmore-wrapper .provider-white-btn {
    width: 180px
}

.pagination-with-loadmore-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .pagination-with-loadmore-wrapper {
        flex-direction: column
    }
}

@media screen and (max-width: 768px) {
    .pagination-with-loadmore-wrapper .pagination {
        margin-top: 8px
    }
}

.dropdown-el .value-block {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
    width: calc(100% - 3em);
    height: 50px;
    line-height: 47px;
    padding-left: 1.35em;
    margin-right: 3em;
    cursor: pointer;
    overflow: hidden;
}

.value-label {
    font-size: 12px;
}

.header_right .schedule {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.4;
    color: #ffffff;
    margin-top: 4px;
}

.havequestion-left .schedule {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .havequestion-left .schedule {
        font-size: 14px
    }
}

.top-cont {
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .top-cont {
        margin-bottom: 60px;
    }
}

.news__item {
    padding: 20px 30px;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 575px) {
    .news__item {
        padding: 20px 0;
    }
}

.news__item__text-top {
    color: #ffa500;
}

.news__item__text-top:hover {
    color: #dd8f00;
}

.news__item__text-bottom {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    align-items: center;
    font-size: 10px
}

.news__item__text-bottom img {
    width: 20px;
    margin-left: 16px
}


/* --- Review & Provider Card Renamed Classes --- */
.review-card {
    padding: 30px 30px 20px 30px;
    border-radius: 12px;
    background-color: white;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    max-width: 490px;
    margin-bottom: 20px;
    box-sizing: content-box;
}

@media screen and (max-width: 1200px) {
    .review-card {
        max-width: 1200px;
    }
}

@media screen and (max-width: 590px) {
    .review-card {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.review-card-first, .review-card__header {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 590px) {
    .review-card-first, .review-card__header {
        flex-direction: column;
    }
}

@media screen and (max-width: 590px) {
    .review-card-first, .review-card__header .reviews-logo, .review-card__logo, .review-card__logo-name, .review-card__provider-meta {
        margin-bottom: 10px;
    }
}

.review-card-name, .review-card__title {
    font-size: 18px;
    font-family: ProMed, sans-serif;
}

.review-card-name, .review-card__title a {
    color: #000;
}

.review-card-name, .review-card__title a:hover {
    color: #7E37E8;
}

.review-card-date, .review-card__date {
    font-size: 14px;
    color: #7D90A6;
    margin-top: 4px;
    display: flex;
}

.review-card-date, .review-card__date a {
    font-size: 14px;
    font-family: ProReg, sans-serif;
    margin-left: 6px;
}

.review-card-name, .review-card__title-date, .review-card__title-row {
    margin-right: 20px;
}

.reviews-logo, .review-card__logo, .review-card__logo-name, .review-card__provider-meta {
    display: flex;
}

.reviews-logo, .review-card__logo, .review-card__logo {
    height: 40px;
    min-width: 40px;
    width: 40px;
    margin-right: 10px;
}

@media screen and (max-width: 700px) {
    .toplug-tarif-scroll-left .reviews-logo, .review-card__logo, .review-card__logo {
        position: absolute;
        min-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 425px) {
    .toplug-tarif-scroll-left .reviews-logo, .review-card__logo, .review-card__logo {
        display: none;
    }
}

.popular-tariff {
    margin-bottom: 10px;
}

.popular-tariff .content, .reviews .content {
    padding: 20px;
}

.popular-tariff__header, .reviews_header, #reviews-providers .reviews_header {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.popular-tariff__header {
    padding-top: 14px;
    margin-bottom: 18px;
}

.popular-tariff__cmpbtn {
    cursor: pointer;
    margin-left: 6px;
}

.provider-card {
    padding: 30px 0 100px;
    background-color: white;
    border-radius: 12px;
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    box-sizing: content-box;
    border: 1px solid #E6EDF5;
}

.provider-rating .provider-card {
    width: 90%;
}

@media screen and (max-width: 1200px) {
    .provider-card {
        width: auto;
    }
}

@media screen and (max-width: 890px) {
    .provider-card {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .provider-card {
        padding: 16px 0 0;
    }
}

@media screen and (max-width: 700px) {
    .provider-rating .provider-card {
        width: calc(100% - 40px);
    }
}

.providers-cont-popular {
    margin-top: 16px;
}

.providers-cont-popular img {
    height: 12px;
    transform: rotate(90deg);
    margin-left: 10px;
    margin-bottom: 2px;
}

@media screen and (max-width: 500px) {
    .providers-cont-popular-more .providers-cont-popular {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 12px;
    }
}

.providers-cont-popular-more .button-border:hover svg {
    fill: #fff;
}

.providers-cont-popular-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 16px 30px 0 30px;
    margin-top: 16px;
    position: absolute;
    width: calc(100% - 60px);
    bottom: 20px;
}

.providers-cont-popular-more img {
    transform: rotate(0deg);
}

@media screen and (max-width: 1000px) {
    .providers-cont-popular-more a {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .providers-cont-popular-more {
        flex-direction: column;
        margin: 36px 10px 12px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 768px) {
    .providers-cont-popular-more a {
        width: 100%;
        max-width: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: #7e37e8;
        text-decoration: underline;
        padding: 0;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .providers-cont-popular-more .button-border:hover {
        background-color: transparent;
        color: #7e37e8;
    }
}

@media screen and (max-width: 768px) {
    .providers-cont-popular-more a svg {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .providers-cont-popular-more {
        position: relative;
    }
}

.request-item {
    padding: 0 0 16px 0;
    border: 1px solid #E6EDF5;
    background-color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: 0.1s;
    width: 590px;
}

.request-item:hover {
    box-shadow: none;
}

.request-item .a-all img {
    height: 12px;
    margin-left: 8px;
    transition: 0.1s;
    margin-top: 3px;
}

.request-item .a-all:hover img {
    transform: translateX(8px);
}

.request-item .compare-button {
    margin-right: 10px;
}

.request-item .a-all {
    display: flex;
    align-items: center;
    width: 18%;
}

@media screen and (max-width: 1057px) {
    .request-item .a-all {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .request-item .compare-button {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .request-item .compare-button img {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .request-item {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .request-item .a-all {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 590px) {
    .request-item .a-all {
        position: absolute;
        bottom: 16px;
    }
}

.request-cols {
    display: flex;
    margin: 12px 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6EDF5;
}

@media screen and (max-width: 768px) {
    .request-cols {
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 4px;
    }
}

.request-name {
    display: flex;
    flex-direction: column;
    word-break: keep-all;
    margin: 12px 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6EDF5;
}

.request-name a {
    color: #000;
    cursor: pointer;
}

.request-date {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}


/* --- Provider Card Missing Styles --- */
.provider-card__header {
    display: flex;
    justify-content: space-between;
}

.providers-name-rating .provider-card__header {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
    .provider-card__header {
        max-width: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__header .main-reviews-raiting {
        position: absolute;
        right: 0;
        top: -65px;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__header {
        flex-direction: column;


        width: auto;

        max-height: none;
        justify-content: center;
        text-align: center;

        margin-top: 8px;
    }
}

@media screen and (max-width: 700px) {
    .provider-card__header a {
        word-wrap: break-word;
    }
}

.provider-card__title-group {
    display: flex;
    flex-direction: column;
}

.provider-card__title {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}

.provider-card__more-link {
    font-size: 14px;
    color: #7E37E8;
}

.provider-card__tarifs-list {
    width: 100%;
    margin-top: 12px;
    font-family: ProMed, sans-serif;
    display: block;
}

@media screen and (max-width: 500px) {
    .provider-card__tarifs-list {
        margin-bottom: 0;
    }
}

.popular-providers-list__tarif-row-name {
    width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .popular-providers-list__tarif-row-name {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 8px;
    }
}

.popular-providers-list__tarif-row-options {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .popular-providers-list__tarif-row-options .button-border {
        max-width: none;
        width: 100%;
        justify-content: center;
        padding: 12px 0;
    }
}

@media screen and (max-width: 768px) {
    .popular-providers-list__tarif-row-options .button-border svg {
        position: relative;
        left: 0;
        margin-right: 8px;
    }
}

@media screen and (max-width: 700px) {
    .popular-providers-list__tarif-row-options {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
}

.tarif-card-card-opisanie .popular-providers-list__tarif-row {
    border: 1px solid #E6EDF5;
    border-radius: 12px;
    padding: 12px 24px 12px 12px;
    margin-right: 12px;
    width: auto;

    font-family: ProMed;
    display: flex;
    align-items: center;
}

.tarif-card-card-opisanie .popular-providers-list__tarif-row svg {
    height: 40px;
    width: 40px;
    margin-top: 0px;
}

.popular-providers-list__tarif-row {
    width: 23%;
    display: flex;
    position: relative;
}

.popular-providers-list__tarif-row svg {
    margin-right: 10px;
    margin-top: 3px;
}

.popular-providers-list__tarif-row .tarif-card-card-row-details {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.popular-providers-list__tarif-row .old-price-hr {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .popular-providers-list__tarif-row {
        width: 49%;
        display: flex;
        margin-left: 0;
        margin-bottom: 12px;
    }
}

.popular-providers-list__tarif-row-quest-cont {
    display: flex;
    flex-wrap: wrap;
    font-family: ProMed, sans-serif;
    font-size: 16px;
}

.popular-providers-list__tarif-row-quest-cont:hover .popular-tarif-row-quest {
    background-color: #293148;
    color: white;
    cursor: help;
}

.popular-providers-list__tarif-row-quest-cont:hover {
    cursor: help;
}

.popular-providers-list__tarif-row-quest-cont:hover + .popular-tarif-row-quest-text {
    display: block;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
}

@media screen and (max-width: 768px) {
    .popular-providers-list__tarif-row-quest-cont, .tarif-card-card-channels, .tarif-card-card-card__service-value--channels, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile-info {
        font-size: 14px;
    }
}


/* --- Final Embed Audit: Missing Styles Fix --- */
.popular-providers-list__tarif-row-button {
    width: 9%;
    min-width: 98px;
    margin-top: 18px;
}

@media screen and (max-width: 700px) {
    .popular-providers-list__tarif-row-button {
        width: 100%;
        text-align: center;
    }
}

.tarif-card-card-row {
    width: 100%;
    box-sizing: border-box
}

.tarif-card-card-row.hide {
    display: none;
}

.tarif-card-card-row.show {
    display: flex;
}

.tarif-card-card-row.tarif-card-card-row__tarif-card .popular-tariff_item__desc__text p {
    padding: 10px;
}


/* --- Provider Detail Page Components --- */
.breadcrumbs__container {
    background-color: white;
}

.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

.breadcrumbs img {
    margin-left: 20px;
    margin-right: 20px;
    height: 8px;
}

.breadcrumbs a {
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}

@media screen and (max-width: 1200px) {
    .breadcrumbs {
        margin: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs img {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-logoname, .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-logoname, .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.search-block {
    margin-bottom: 10px;
}

.provider-detail__rating {
    color: #7e7e7e;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.provider-detail {
    margin-bottom: 10px;
}

.provider-detail {
    padding: 40px 0px;
    background-color: #2B0850;
}

.provider-detail__logo-wrapper img {
    border-radius: 10px;
    background: #ffffff;
}

.provider-detail__title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-top: 14px;
    margin-left: 20px;
    margin-bottom: 27px;
}

@media screen and (max-width: 991px) {
    .provider-detail__title {
        margin-left: 0;
        margin-bottom: 16px;
    }
}

.provider-detail__title span {
    font-size: 16px;
    font-weight: 500;
}

.provider-detail__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    .provider-detail__header {
        flex-direction: column;
    }
}

.provider-detail__header .provider-detail__rating {
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .provider-detail__header .provider-detail__rating {
        position: absolute;
        right: 27px;
    }
}

.provider-detail__header-left {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    .provider-detail__header-left {
        flex-direction: column;
        order: 2;
    }
}

.provider-detail__tabs {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

@media screen and (max-width: 991px) {
    .provider-detail__tabs {
        margin-left: 0;
    }
}

.provider-detail__tabs .provider-detail__tab-item {
    border-radius: 8px;
    background-color: #473471;
    margin-right: 8px;
    margin-top: 8px;
    transition: .05s;
}

.provider-detail__tabs .provider-detail__tab-item.active {
    background: #007BFF;
}

.provider-detail__tabs .provider-detail__tab-item a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 25px;
}

.provider-detail__tabs .provider-detail__tab-item:hover {
    transform: scale(1.05);
    transition: .05s;
}

.provider-detail__content {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 30px;
    line-height: 1.2;
}

.provider-detail__content-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.reviews_inside__top .provider-detail__rating {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .reviews_inside__top .provider-detail__rating {
        margin-top: 6px;
    }
}

.search-block.search-block-block--bottom .content {
    padding: 20px 70px;
}

@media screen and (max-width: 991px) {
    .search-block.search-block-block--bottom .content {
        padding: 20px;
    }
}

.search-block.search-block-block--bottom .form_search {
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .search-block.search-block-block--bottom .form_search input:first-of-type {
        width: 355px;
    }
}

@media screen and (max-width: 767px) {
    .search-block.search-block-block--bottom .form_search input:first-of-type {
        width: 100%;
    }
}

.provider-detail__header-info .provider-detail__tab-item {
    position: relative;
}

.provider-detail__badge {
    background-color: #ff6000;
    color: #fff;
    position: absolute;
    top: -14px;
    right: 6px;
    padding: 4px 12px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 600;
}

.tarif-card-card-about_head .provider-detail__rating {
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .tarif-card-card-about_head .provider-detail__rating {
        position: absolute;
        right: 27px;
    }
}


/* --- Tariffs List Page Components --- */
.tarifs-page__footer-search--white {
    padding: 30px 40px 30px 40px;
    border-radius: 12px;
    border-color: white;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    max-width: 1120px;
    margin: 0 auto;
    background-color: white;
}

.top-tarifs .tarifs-page__tags {
    margin-top: 0;
    margin-bottom: 15px;
}

.tarifs-page__footer-search {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-left: 150px;
    padding-right: 150px;
    max-width: 900px;
    margin-bottom: 40px;
    box-sizing: content-box;
}

.tarifs-page__search-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.tarifs-page__search-subtitle {
    width: 100%;
}

.tarifs-page__search-form {
    display: flex;
    margin-top: 10px;
    width: 100%;
    z-index: 99;
}

.cont-apricot .tarifs-page__search-form {
    justify-content: center;
}

.tarifs-page__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tarifs-page__header {
    padding-top: 36px;
    padding-bottom: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.tarifs-page__header .h1 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.tarifs-page__search {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.tarifs-page__search.tarifs-page__search--d-block {
    display: block;
}

.tarifs-page__tags {
    margin: 20px auto 0;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.tarifs-page__pagination-buttons {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.tarifs-page__pagination.tarifs-page__pagination-buttons {
    margin-bottom: 120px;
    margin-top: 30px;
}

.tarifs-page__header-wrapper--alt {
    background-color: #F6F9FC;
    border-bottom: 1px solid #E6EDF5;
    border-top: 1px solid #E6EDF5;
}

.tarifs-page__filter-title {
    font-size: 16px;
    font-family: ProMed, sans-serif;
    margin-top: 20px;
    display: flex;
    max-width: 1200px;
    margin: 10px auto;
}

.tarifs-page__filter-title img {
    margin-right: 6px;
}

.tarifs-page__search-form input {
    box-sizing: content-box;
    margin: 0 4px 8px 4px;
}

.tarifs-page__search-form button {
    margin: 0 12px 8px 4px;
}

.tarifs-page__header .light-button {
    display: none;
}

.form_search_map_wrapper {
    display: none;
    border: 1px solid #fea733;
    width: 100%;
    height: 401px;
    border-radius: 4px;
    background: #fff;
    margin-top: 16px;
}

.form_search_map_wrapper.opened {
    display: block;
}

.main-block.main-block--wide-map .form_search_map_wrapper {
    width: calc(153.85% - 60px);
    position: relative;
}

@media screen and (max-width: 1200px) {
    .tarifs-page__header-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .tarifs-page__footer-search--white {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .tarifs-page__tags {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .tarifs-page__header {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .tarifs-page__pagination-buttons {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .tarifs-page__search {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1000px) {
    .tarifs-page__pagination-buttons {
        display: flex;
        flex-direction: column;
        width: auto;
        align-items: center;
    }
}

@media screen and (max-width: 1000px) {
    .choose-tarif .tarifs-page__search-form {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 910px) {
    .main-block.main-block--wide-map .form_search_map_wrapper {
        width: calc(133.34% - 60px);
        position: relative;
    }
}

@media screen and (max-width: 910px) {
    .tarifs-page__footer-search {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0;
    }
}

@media screen and (max-width: 768px) {
    .form_search_map_wrapper {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-page__search-container {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    #selectCity .tarifs-page__tags {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-page__filter-title {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-page__search-form button {
        margin: 0 4px 8px;
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif .tarifs-page__search-form {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif .tarifs-page__search-form input {
        max-width: none;
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif .tarifs-page__search-form button {
        max-width: none;
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .main-block.main-block--wide-map .form_search_map_wrapper {
        width: 100%;;
        position: relative;
    }
}

@media screen and (max-width: 700px) {
    .tarifs-page__items {
        justify-content: center;
    }
}

@media screen and (max-width: 630px) {
    .tarifs-page__footer-search--white {
        padding: 20px;
    }
}

@media screen and (max-width: 590px) {
    .tarifs-page__search-form {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 590px) {
    .tarifs-page__search-form input {
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    .tarifs-page__pagination.tarifs-page__pagination-buttons, .tarifs-page__pagination-buttons {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 500px) {
    .tarifs-page__footer-search .tarifs-page__footer-search--white {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .search-providers-adress .tarifs-page__search {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .tarifs-page__header .light-button {
        width: 100%;
        color: #7E37E8;
        display: none;
        align-items: center;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 500px) {
    .tarifs-page__filter-title--tags {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .tarifs-page__search-container .red-button {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .tarifs-page__footer-search--white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-logoname, .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .tarifs-page__footer-search--white {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .tarifs-page__footer-search--white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-logoname, .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .tarifs-page__tags {
        overflow-x: scroll;
        flex-wrap: nowrap;
        margin-left: 10px;
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .tarifs-page__header {
        margin: 0 20px;
    }
}

@media screen and (max-width: 425px) {
    .modal-content .tarifs-page__header .h1 {
        margin: 0;
    }
}

@media screen and (max-width: 425px) {
    .modal-content .tarifs-page__header {
        margin: 0;
    }
}

.provider-reviews-tab-section .tarifs-page__pagination {
    flex-direction: column;
    margin-top: 20px
}

.provider-reviews-tab-section .tarifs-page__pagination .provider-white-btn {
    width: 180px
}

.tarifs-page__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

@media screen and (max-width: 1250px) {
    .btn-map-opener {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .btn-map-opener-mobile.opened + .form_search_map_wrapper {
        display: block;
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-page__pagination {
        flex-direction: column
    }
}

@media screen and (max-width: 768px) {
    .tarifs-page__pagination .pagination {
        margin-top: 8px
    }
}


/* --- Providers Search Page Components --- */
.h1--no-top {
    margin-top: 40px !important;
}

.tarifs-page__footer-search--apricot {
    background-color: #FFD0C0;
    margin: 0 auto;
    padding: 30px 40px 30px 40px;
    border-radius: 12px;
}

.tarifs-page__footer-search--apricot .h1 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}

.tarifs-page__footer-search--apricot .tarifs-page__search-form {
    justify-content: center;
}

.tarifs-page__search-input--street {
    width: 50%;
    margin-right: 10px;
}

.tarifs-page__search-input--home {
    width: 20%;
    margin-right: 10px;
}

.seo-content__text {
    color: #000;
    background-color: #F6F9FC;
    padding: 30px;
    border-radius: 12px;
}

.check-adress-form .seo-content__text {
    margin: 0;
}

.search-results__info span {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.search-results__filters {
    justify-content: flex-start;
}

.search-results__filters .filter-dropdown {
    margin-right: 8px;
}

.choose-tarif .tarifs-page__search-input--home {
    min-width: 180px;
}

.choose-tarif .seo-content__text {
    margin-left: 0;
    margin-bottom: 20px;
}

.check-adress-form .tarifs-page__search-input--home {
    min-width: 250px;
}

.oborud-cont .seo-content__text {
    margin-bottom: 40px;
    font-family: ProReg, sans-serif;
    font-size: 14px;
    padding: 0;
    background-color: transparent;
}

.oborud-cont .seo-content__text div {
    font-size: 16px;
    margin-bottom: 15px;
}

.oborud-cont .seo-content__text img {
    margin-right: 12px;
    height: 16px;
    margin-bottom: 2px;
}

@media screen and (max-width: 1200px) {
    .seo-content__text {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1100px) {
    .main-block-info .seo-content__text, .seo-partner {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .choose-tarif .tarifs-page__search-input--street {
        max-width: 180px;
    }
}

@media screen and (max-width: 1000px) {
    .search-providers-main-block .tarifs-page__search-input--home {
        min-width: 100px;
    }
}

@media screen and (max-width: 1000px) {
    .search-providers-main-block .tarifs-page__search-input--street {
        min-width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .check-adress-form .tarifs-page__search-input--home {
        min-width: auto;
    }
}

@media screen and (max-width: 768px) {
    .about-company-cont .seo-content__text {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer-cont .seo-content__text {
        margin: 20px 0 0 0;
        border-radius: 0px;
    }
}

@media screen and (max-width: 768px) {
    .seo-content__text {
        padding: 20px;
    }
}


/* --- Reviews List Page Components --- */
.reviews-page__header {
    display: flex;
    justify-content: space-between;
}

.reviews-page__header .h1 {
    margin: 0;
    max-width: 600px;
}

.reviews-page__consultation {
    padding: 40px;
    background-color: #DEF5FF;
    display: flex;
    color: #000;
    border-radius: 12px;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1120px;
    box-sizing: content-box;
}

.reviews-page__filters {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.reviews-page__filters .button-special {
    margin-top: 10px;
}

.reviews-page__filter-dropdowns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.reviews-page__filter-dropdowns .filter-dropdown {
    margin-left: 8px;
    min-width: 210px;
    max-width: 210px;
}

.reviews-page__consultation-content--alt {
    display: flex;
}
.filter-sub-title {
    font-size: 16px;
    font-family: ProMed, sans-serif;
    margin-top: 20px;
    display: flex;
    max-width: 1200px;
    margin: 10px auto;
}

.filter-sub-title img {
    margin-right: 6px;
}
.reviews-page__filter-subtitle {
    display: none;
}
.reviews-page__consultation-form {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .reviews-page__consultation {
        max-height: 400px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation {
        flex-direction: column;
        align-items: center;
        padding: 20px 25px;
        min-width: 240px;
        width: 310px;
        height: 80%;
        text-align: center;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation--alt {
        margin-left: 0;
        margin-right: 0;
    }
    .reviews-page__consultation-form--alt .button-consultation
    {
        width: 20%;
    }

    .reviews-page__consultation-form--alt .entry
    {
        width: auto;
        margin-bottom: 0;
        margin-right: 8px;
        width: 20%;
    }
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation img {
        max-width: 70px;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation--alt {
        align-items: flex-start;
        text-align: left;
        width: auto;
    }
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation--alt .reviews-page__consultation-form {
        flex-direction: row;
    }
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation-content--alt img {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation-form--alt .button-consultation {
        width: 20%;
    }
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation-form--alt .entry {
        width: auto;
        margin-bottom: 0;
        margin-right: 8px;
        width: 20%;
    }
}

@media screen and (max-width: 874px) {
    .reviews-page__consultation--alt {
        align-items: flex-start;
        text-align: left;
        width: auto;
    }
}

@media screen and (max-width: 874px) {
    .reviews-page__consultation-form--alt .button-consultation {
        width: 30%;
    }
}

@media screen and (max-width: 874px) {
    .reviews-page__consultation-form--alt {
        width: 100%;
    }
}

@media screen and (max-width: 874px) {
    .reviews-page__consultation-form--alt .entry {
        width: auto;
        margin-right: 8px;
        width: 28%;
    }
}

@media screen and (max-width: 768px) {
    .reviews-page__consultation--alt {
        width: auto;
    }
}

@media screen and (max-width: 700px) {
    .reviews-page__filter-subtitle {
        display: block;
        margin-bottom: 15px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 700px) {
    .reviews-page__consultation--alt {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 700px) {
    .reviews-page__filter-dropdowns .filter-dropdown {
        margin-left: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 590px) {
    .reviews-page__consultation--alt {
        min-width: inherit;
    }
}

@media screen and (max-width: 590px) {
    .reviews-page__consultation-content--alt {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 590px) {
    .reviews-page__consultation-content--alt img {
        margin-right: 0;
    }
}

@media screen and (max-width: 590px) {
    .reviews-page__consultation-form--alt {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 590px) {
    .reviews-page__consultation-form--alt .entry {
        width: 100%;
        margin-bottom: 8px;
        margin-right: 0;
    }
}

@media screen and (max-width: 590px) {
    .reviews-page__consultation-form--alt .button-consultation {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .reviews-page__filters .button-special {
        width: 100%;
    }
}

.reviews-page__list.short {
    width: 100%;
    column-count: 2
}

@media screen and (max-width: 991px) {
    .reviews-page__list.short {
        column-count: 1
    }
}


/* --- Single Tariff Page Components --- */
.provider-logo {
    height: 110px;
    width: 110px;
    border: 1px solid #ECF4FC;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: 0.15s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-sizing: content-box;
}

.provider-logo:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
}

.provider-logo img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tarif-card-card-detail__info--alt .top-providers-min_max-item {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 40px;
}

.tarif-card-card-detail__info--alt .top_providers-min_max {
    flex-wrap: wrap;
}

.tarif-card-card-detail__logo-wrapper {
    height: 59px;
    width: 59px;
    min-width: 59px;
    border: 1px solid #DFE8F2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    box-sizing: content-box;
}

.tarif-card-card-detail__logo-wrapper img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 59px;
    max-width: 59px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-detail__logo-wrapper {
        height: 32px;
        width: 32px;
        min-width: 32px;
        margin-right: 8px;
    }
}

.tarif-card-card-detail__info {
    padding-top: 36px;
    padding-bottom: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.tarif-card-card-detail__info .h1 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.tarif-card-card-detail__header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tarif-card-card-detail__info--alt {
    margin: 0;
    padding: 0;
}

.tarif-card-card-detail__header--alt {
    margin-bottom: 10px;
}

.tarif-card-card-detail__h1 {
    margin-bottom: 5px;
}

.tarif-card-card-detail__logo-wrapper--alt {
    width: 66px;
    height: 66px;
}

.provider-header-info-title-rating .provider-logo {
    margin-right: 20px;
}

.mian-providers-list-item:hover .provider-logo {
    transform: scale(1.05);
    transition: 0.1s;

    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
}

.tarif-card-card-detail__info .light-button {
    display: none;
}

@media screen and (max-width: 1200px) {
    .tarif-card-card-detail__header {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .tarif-card-card-detail__header-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .tarif-card-card-detail__logo-wrapper--alt {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .tarif-card-card-detail__info {
        margin: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-detail__header {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .modal-content .tarif-card-card-detail__header {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .provider-logo {
        height: 65px;
        width: 65px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-detail__h1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .top_providers-item .provider-logo {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 630px) {
    .tarif-card-card-detail__header {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 630px) {
    .tarif-card-card-detail__header--alt {
        flex-direction: row;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-detail__info .light-button {
        width: 100%;
        color: #7E37E8;
        display: none;
        align-items: center;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-detail__header .tarif-card-card-detail__logo-wrapper {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-width: inherit;
        min-height: 50px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-detail__h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-detail__header, .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-card-detail__header, .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .tarif-card-card-detail__header--alt {
        flex-direction: column;
        text-align: left;
    }
}

@media screen and (max-width: 425px) {
    .tarif-card-card-detail__info {
        margin: 0 20px;
    }
}

@media screen and (max-width: 425px) {
    .modal-content .tarif-card-card-detail__info .h1 {
        margin: 0;
    }
}

@media screen and (max-width: 425px) {
    .modal-content .tarif-card-card-detail__info {
        margin: 0;
    }
}

@media screen and (max-width: 425px) {
    .tarif-card-card-detail__h1 {
        margin-bottom: 8px;
        margin-top: 10px;
    }
}

.tarif-card-card-detail {
    margin-bottom: 10px;
}

.tarif-card-card-detail .content {
    padding: 15px;
    padding-bottom: 36px;
}

.tarif-card-card-detail__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 4px;
}

.tarif-card-card-detail__provider-link {
    color: white;
    text-decoration: underline;
}

.tarif-card-card-detail__stats-table {
    min-width: 350px;
    color: white;
    margin-top: 16px;
}

.tarif-card-card-detail__stats-table.less_margin {
    margin-top: 10px;
}

@media screen and (max-width: 425px) {
    .tarif-card-card-detail__stats-table {
        min-width: 100%;
    }
}


/* --- Coverage Area Page Components --- */
.coverage-page__letters-sort-item .tag {
    font-size: 18px;
    font-family: ProMed, sans-serif;
}

.home-search-tags a, .coverage-page__letters-sort-item {
    font-size: 18px;
    font-family: ProMed, sans-serif;
}

.coverage-page__street-block-title {
    margin-bottom: 16px;
    font-size: 24px;
}

.coverage-page__street-block {
    margin-top: 32px;
}

.coverage-page__street-list a {
    color: #000;
}

.coverage-page__street-list li {
    font-size: 16px;
    margin-top: 12px;
    margin-right: 40px;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #C7D8E9;
    padding-bottom: 12px;
}

.provider-zona-ohvata .coverage-page__letters-sort-container {
    margin-top: 15px
}

.provider-zona-ohvata .coverage-page__letters-sort-item {
    background-color: #e8ecf2;
    border-radius: 8px;
    width: 59px;
    height: 53px;
    overflow: hidden;
    font-weight: 600;
    color: #182026;
}

.provider-zona-ohvata .coverage-page__letters-sort-item:hover {
    color: var(--prov-main-color);
}

.provider-zona-ohvata .coverage-page__letters-sort-item.active {
    background: var(--prov-main-color);
    color: #ffffff;
}

.provider-zona-ohvata .coverage-page__street-block-title {
    font-size: 26px;
    font-weight: 700;
    width: 45px
}

.provider-zona-ohvata .coverage-page__street-list > li > a:after {
    content: none !important;
}

.provider-zona-ohvata .coverage-page__street-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.provider-zona-ohvata .coverage-page__street-block {
    width: 33%;
    padding-right: 16px;
    display: flex
}

.provider-zona-ohvata .coverage-page__street-list > li > a {
    font-size: 14px;
    color: #182026;
    font-weight: 500;
    opacity: 0.7
}

.provider-zona-ohvata .coverage-page__street-list > li > a:hover {
    color: var(--prov-main-color);
}

@media screen and (max-width: 991px) {
    .provider-zona-ohvata .coverage-page__street-block {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .provider-zona-ohvata .coverage-page__street-block {
        width: 100%;
    }
}

.coverage-page__footer-info {
    margin-top: 42px;
    margin-bottom: 50px;
}

.coverage-page__footer-info .h1 {
    text-align: center;
}

.coverage-page__footer-info .h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    opacity: 0.7;
}

.coverage-page__footer-info .h4 p {
    margin-bottom: 8px
}

@media screen and (max-width: 767px) {
    .coverage-page__footer-info .h4 {
        margin-bottom: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .coverage-page__footer-info .h1 {
        font-size: 20px
    }
}

@media screen and (max-width: 375px) {
    .coverage-page__footer-info .h4 {
        padding-left: 6px
    }
}

.coverage-page__footer-info .img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.coverage-page__footer-info .img-wrap_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 86px;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px 10px;
    background: #ffffff;
}

.coverage-page__footer-info .see-all_wrap.--two-btns {
    margin-top: 18px
}

@media screen and (max-width: 360px) {
    .coverage-page__footer-info .img-wrap_item {
        width: 85px;
        height: 85px;
        margin: 0 5px 10px;
    }
}

.coverage-page__subtitle {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

.coverage-page__home-button {
    margin: 6.5px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff !important;
    transition: .15s;
    overflow: hidden;
    background: #502a8a;
    border-radius: 5px;
    width: 74px;
    height: 42px;
    font-weight: 500;
    font-size: 14px;
}

.coverage-page__home-button:hover {
    transform: scale(1.05);
    text-decoration: none !important;
}

.coverage-page__home-buttons {
    max-height: 142px;
    overflow: hidden;
    display: table;
    margin-left: -5px
}

.coverage-page__home-buttons.fullsize {
    max-height: none
}

.provider-home-block .coverage-page__home-button {
    background: #fff;
    color: #2780f2 !important;
    border: 1px solid #2780f2
}

.provider-home-block .coverage-page__home-button:hover {
    background: #2780f2;
    color: #fff !important;
}

.coverage-page__letters-sort-label {
    font-size: 14px;
    color: #ababab;
    margin-top: 39px;
    margin-bottom: 12px
}

.coverage-page__letters-sort-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center
}

.coverage-page__letters-sort-item {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    padding: 19px 0;
    margin: 0 8px 8px 0;
    width: 62px;
    justify-content: center
}

.coverage-page__letters-sort-item:hover {
    transform: scale(1.02);
    transition: .1s;
}

.coverage-page__letters-sort-item.active {
    background: #007bff;
    color: #fff
}

.coverage-page__street-list-wrapper {
    margin-top: 30px;
    padding-left: 2px
}

.coverage-page__street-block {
    margin-bottom: 30px;
}

.coverage-page__street-block-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.coverage-page__home-list {
    display: none
}

.coverage-page__street-list li {
    margin-bottom: 11px;
    display: block;
}

.coverage-page__street-list > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.coverage-page__street-list > li > a:hover {
    color: #5396ff;
    transform: scale(1.02);
    transition: .1s;
}

.coverage-page__street-list > li > a:after {
    content: " ";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) translateY(-4px);
    -webkit-transform: rotate(45deg) translateY(-4px);
    margin-left: 10px;
    margin-top: 1px;
}

.coverage-page__street-list li.--expand > a {
    color: #5396ff
}

.coverage-page__street-list li.--expand > a:after {
    border-color: #5396ff;
    transform: rotate(-135deg) translateY(-2px);
    -webkit-transform: rotate(-135deg) translateY(-2px);
    margin-left: 14px;
}

.coverage-page__street-list li.--expand > .coverage-page__home-list {
    display: block;
    margin-top: 10px;
    margin-left: 0;
}

.coverage-page__providers {
    margin-top: 12px
}

.coverage-page__providers-title {
    margin-bottom: 9px
}

.coverage-page__footer-info, .bold {
    font-weight: 700;
    color: #fea733;
}


/* --- Providers By Rating Page Components --- */
.rating-page__header-wrapper {
    background-color: #F4F7FD;
}

.rating-page__divider {
    border: 1px solid #E8F1F9;
    margin: 0;
    padding: 0;
}

.dropdown-sort {
    color: #000;
    font-family: ProReg, sans-serif;
}

.dropdown-sort.label {
    margin-left: 0;
}

.dropdown-sort.label:hover {
    text-decoration: underline;
    color: #7E37E8;
}

.sales-pic img {
    margin-top: -20px;
    z-index: 0;
}

.sales-pic .tarifs-page__search-form-container {
    z-index: 100;
    width: 60%;
    margin: 0;
}

.rating-page__header-pic--rating {
    padding-bottom: 0 !important;
}

.rating-page__item {
    display: flex;
    align-items: center;
}

.rating-page__item .top_providers-info .top_providers-raiting-stars {
    margin-left: 6px;
}

.rating-page__position-badge {
    width: 10%;
    min-width: 80px;
    color: #7D90A6;
    text-align: center;
}

.rating-page__item .provider-card {
    width: 90%;
}

.rating-page__score {
    font-size: 45px;
    color: #000;
}

.seo-content__text--bottom {
    margin-bottom: 40px;
}

.cont-toplug .rating-page__divider {
    margin-bottom: 24px;
}

.rating-page__header-pic {
    background-color: #F4F7FD !important;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.rating-page__header-wrapper-h1 {
    max-width: 600px;
    font-size: 40px;
    font-family: ProBold, sans-serif;
}

.rating-page__header-pic img {
    position: absolute;
    right: 0;
    z-index: 0;
}

.rating-page__header-pic span img {
    position: inherit;
    margin: 10px auto;
}

@media screen and (max-width: 874px) {
    .sales-pic .tarifs-page__search-form-container {
        width: auto;
    }
}

@media screen and (max-width: 874px) {
    .sales-pic img {
        opacity: 0.8;
        filter: blur(30px) brightness(120%);
    }
}

@media screen and (max-width: 700px) {
    .rating-page__header-pic {
        padding-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
    }
}

@media screen and (max-width: 700px) {
    .rating-page__header-wrapper-h1 {
        font-size: 32px;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .rating-page__status {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .rating-page__item {
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {
    .rating-page__position-badge {
        width: calc(100% - 20px);
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

@media screen and (max-width: 700px) {
    .rating-page__score {
        font-size: 40px;
    }
}

@media screen and (max-width: 700px) {
    .rating-page__position-badge span {
        font-size: 22px;
        color: #000;
    }
}

@media screen and (max-width: 700px) {
    .rating-page__item .provider-card {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 590px) {
    .sales-pic img {
        opacity: 0.5;
        filter: blur(30px) brightness(200%);
        transform: scale(3);
    }
}

@media screen and (max-width: 590px) {
    .rating-page__header-pic span img {
        opacity: 0.99;
        filter: none;
        transform: none;
    }
}

@media screen and (max-width: 590px) {
    .rating-page__header-pic span {
        opacity: 0.99;
    }
}


/* --- News Components --- */
.provider-news_slider__middle a.news-slider__read-more {
    font-size: 12px;
    font-weight: 500;
    color: #007bff;
}

.news-slider__item {
    padding: 5px 0;
    background: none !important;
    margin-right: 12px;
    margin-left: 12px;
}

.news-slider__read-more {
    color: #007BFF;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.news-card {
    padding: 20px 30px;
    border-bottom: 1px solid #fff;
}

.news-card__title {
    color: #ffa500;
}

.news-card__title:hover {
    color: #dd8f00;
}

.news-card__meta {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    align-items: center;
    font-size: 10px
}

.news-card__meta img {
    width: 20px;
    margin-left: 16px
}

@media screen and (max-width: 575px) {
    .news-card {
        padding: 20px 0;
    }
}

.news-slider__header {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-top: 4px;
    width: 100%;
}

.news-slider__header img {
    margin-right: 8px;
}

.news-slider__provider-logo {
    border-radius: 5px;
    border: 1px solid #cecece;
    width: 40px;
    height: 40px;
}

.news-slider__header .news-slider__header-right a {
    font-size: 12px;
    font-weight: 600;
}

.news-slider__header-right .news-slider__footer {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    flex-wrap: wrap;
}

.news-slider__item .news-slider__footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    opacity: 0.7;
}

.news-slider__header-right .news-slider__footer span {
    margin-bottom: 5px;
    margin-right: 5px;
}

.news-slider__views {
    display: flex;
    min-width: 30px;
    align-items: center;
    margin-right: 24px;
}

.news-slider__views > img {
    margin-right: 4px
}

.news-slider__header-right .news-slider__footer img {
    margin-right: 2px;
    opacity: 0.4;
    margin-bottom: 5px;
}

.news-slider__title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 18px;
    overflow: hidden;
    display: block;
}

.news-slider__divider {
    max-width: 370px;
    height: 1px;
    background: #1b93c2;
    margin-bottom: 14px;
    margin-top: 16px;
}

.news-slider__excerpt {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    height: 110px;
    overflow: hidden;
    line-height: 18px;
    opacity: 0.7;
}

.news-slider__body {
    max-height: 171px;
    min-height: 171px;
    overflow: hidden
}

.news-slider__body a.news-slider__read-more {
    font-size: 12px;
    font-weight: 500;
    color: #1b93c2;
}

@media screen and (max-width: 768px) {
    .news-slider__header {
        max-height: 40px
    }
}

@media screen and (max-width: 768px) {
    .news-slider__title {
        margin-bottom: 0
    }
}


/* --- Action Components --- */
.action-card__title--page a {
    color: #000;
    font-family: ProReg, sans-serif;
}

.action-card--provider {
    margin-bottom: 20px;
    max-width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    padding: 12px;
    border: 1px solid #C7D8E9;
    border-radius: 10px;
    box-sizing: content-box;
}

.action-card--provider .main-sales-more {
    margin-bottom: 12px;
}

.action-card__image--provider {
    width: 250px;
    height: 162px;
}

.old-sale:hover .action-card__image--provider {
    filter: brightness(40%);
    z-index: 0;
}

@media screen and (max-width: 910px) {
    .action-card__image--provider {
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .action-card__image--provider {
        height: 180px;
    }
}


/* --- Search Details Components --- */
.address-search__summary {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.address-search__summary a {
    text-decoration: none;
}

.address-search__summary-item {
    border-radius: 25px;
    border: 1px solid #E6EDF5;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    font-family: ProMed, sans-serif;
    color: #000;
    position: relative;
    transition: 0.15s ease-out;
    align-items: center;
    box-sizing: content-box;
    font-size: 16px;
    height: 80px;
}

.address-search__summary-item img {
    margin-bottom: 12px;
}

.address-search__summary-item:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.address-search__summary-item:hover .address-search__summary-arrow {
    padding-right: 0;
    opacity: 1;
    transition: 0.2s;
}

.last-orders {
    max-width: 1200px;
    margin: 0 auto;
}

.last-orders__list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.address-search__full-info {
    padding: 30px 0 100px;
    background-color: white;
    border-radius: 12px;
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    box-sizing: content-box;
    border: 1px solid #E6EDF5;
}

.address-search__provider-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
}

.address-search__provider-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    font-family: ProMed, sans-serif;
    max-width: 101px;
}

.address-search__provider-logo {
    height: 101px;
    width: 101px;
    margin-bottom: 10px;
}

.tarif-card-card-searching-item-form .address-search__mini-input {
    margin-right: 8px;
}

.address-search__mini-input {
    width: 215px;
    padding-right: 25px;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #7D90A6;
    position: relative;
}

.address-search__mini-input:focus + a {
    display: inline;
}

.address-search__houses {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 18px;
    margin-top: 30px;
}

.address-search__mini-form {
    display: flex;
}

.address-search__mini-form form {
    position: relative;
}

.address-search__mini-form .address-search__mini-button {
    border: none;
    background-color: transparent;
    padding: 4px;
    position: absolute;
    right: 0;
}

.address-search__tags a, .letters-sort__letter {
    font-size: 18px;
    font-family: ProMed, sans-serif;
}

.address-search__tags {
    margin-bottom: 30px;
}

.provider-rating .address-search__full-info {
    width: 90%;
}

.address-search__provider-item a {
    color: #000;
    margin: auto;
}

.address-search__provider-item:hover .top_providers-logo {
    transform: scale(1.05);
    transition: 0.1s;

    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
}

.address-search__provider-item:hover img {
    filter: brightness(110%);
}

@media screen and (max-width: 1200px) {
    .address-search__full-info {
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .address-search__provider-list {
        margin-left: 20px;
        margin-right: 20px;
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    .address-search__provider-item {
        max-width: 95px;
    }
}

@media screen and (max-width: 1200px) {
    .last-orders {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .address-search__summary-item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1200px) {
    .address-search__summary {
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .address-search__summary-item {
        flex-direction: column;
        min-height: 80px;
        text-align: center;
        padding: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .address-search__summary-item img {
        margin-right: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .address-search__summary-item span {
        margin-top: 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .address-search__summary a {
        width: 20%;
        display: flex;
    }
}

@media screen and (max-width: 910px) {
    .address-search__summary-item img {
        width: 25px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 910px) {
    .address-search__summary-item {
        min-height: 80px;
    }
}

@media screen and (max-width: 890px) {
    .address-search__full-info {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .address-search__mini-form {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .address-search__mini-form form {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .address-search__mini-input {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .address-search__full-info {
        padding: 16px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .address-search__summary-item {
        padding: 20px;
    }
}

@media screen and (max-width: 700px) {
    .provider-rating .address-search__full-info {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 700px) {
    .address-search__houses {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .address-search__summary {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .address-search__summary a {
        width: 48%;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 700px) {
    .address-search__summary-item {
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        min-height: inherit;
        padding: 16px;
        height: auto;
    }
}

@media screen and (max-width: 700px) {
    .address-search__summary-item span {
        font-size: 18px;
        text-align: left;
        margin-top: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 700px) {
    .address-search__summary-item img {
        width: 30px;
        margin-right: 12px;
        margin-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .last-orders__list {
        justify-content: center;
    }
}

@media screen and (max-width: 590px) {
    .address-search__houses {
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .address-search__summary a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .address-search__summary-item {
        padding: 20px;
        padding-right: 50px;
        min-height: 32px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 480px) {
    .address-search__provider-list {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .address-search__provider-item {
        width: calc(33vw - 30px);
        max-width: initial;
    }
}

@media screen and (max-width: 480px) {
    .address-search__provider-logo {
        height: 80px;
        width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .address-search__provider-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 425px) {
    .last-orders {
        margin: 0 10px;
    }
}

.address-search__more .infoblock a:hover {
    text-decoration: underline;
}

.address-search__more .infoblock.--columns a {
    width: 100%
}

.address-search__more .infoblock.--columns {
    columns: 5
}

@media screen and (max-width: 768px) {
    .address-search__more .infoblock.--columns {
        columns: 3
    }
}

@media screen and (max-width: 575px) {
    .address-search__more .infoblock.--columns {
        columns: 2
    }
}

@media screen and (max-width: 375px) {
    .address-search__more .infoblock.--columns {
        columns: 1
    }
}

.address-search__more {
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    font-size: 14px;
    margin-top: 16px;
    color: #ffffff;
}

.address-search__more .title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
}

.address-search__more .title.top-pad {
    margin-top: 16px;
}

.address-search__more .infoblock a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
}

.address-search__more a.address-search__more-showmore {
    display: flex;
    align-items: center;
    transition: 0.2s;
    text-decoration: none;
    max-width: 190px;
    margin-top: 16px;
}

.address-search__more a {
    color: #ffffff;
}

.address-search__more a.address-search__more-showmore:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.address-search__more .infoblock a:hover {
    text-decoration: underline;
}

.address-search__more .infoblock.--columns a {
    width: 100%
}

.address-search__more .infoblock.--columns {
    columns: 5
}

@media screen and (max-width: 768px) {
    .address-search__more .infoblock.--columns {
        columns: 3
    }
}

@media screen and (max-width: 575px) {
    .address-search__more .infoblock.--columns {
        columns: 2
    }
}

@media screen and (max-width: 375px) {
    .address-search__more .infoblock.--columns {
        columns: 1
    }
}

@media (max-width: 575px) {
    .filters-block, .address-search__more {
        padding: 12px
    }
}


/* --- Card Recovery Styles --- */
.provider-card {
    padding: 30px 0 100px;
    background-color: white;
    border-radius: 12px;
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    box-sizing: content-box;
    border: 1px solid #E6EDF5;
}

.tarif-card-card-important, .tarif-card-card-card__main-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

.tarif-card-card-details, .tarif-card-card-card__details {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F6F9FC;
    border: 1px solid #E6EDF5;
    padding: 0 30px 85px;
}

.tarif-card-card-details, .tarif-card-card-card__details-services {
    margin-right: 0;
    margin-bottom: 24px;
}

.tarif-card-card-details, .tarif-card-card-card__details-item {
    border-bottom: 1px solid #E8F1F9;
    margin-bottom: 12px;
}

.tarif-card-card-logo, .tarif-card-card-card__logo {
    height: 59px;
    width: 59px;
    min-width: 59px;
    border: 1px solid #DFE8F2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    box-sizing: content-box;
}

.tarif-card-card-logo, .tarif-card-card-card__logo img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 59px;
    max-width: 59px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-logo, .tarif-card-card-card__logo {
        height: 32px;
        width: 32px;
        min-width: 32px;
        margin-right: 8px;
    }
}

.tarif-card-card-name, .tarif-card-card-card__title {
    font-size: 18px;
    font-family: ProMed, sans-serif;
    margin-bottom: 4px;
    color: #000;
}

.tarif-card-card-name, .tarif-card-card-card__title:hover {
    color: #7E37E8;
}

.tarif-card-card-speed, .tarif-card-card-card__service-value--speed, .tarif-card-card-price, .tarif-card-card-card__price {
    font-size: 22px;
    font-family: ProMed, sans-serif;
}

.tarif-card-card-speed, .tarif-card-card-card__service-value--speed .tarif-card-card-speed__label {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}

.tarif-card-card-price, .tarif-card-card-card__price {
    font-size: 26px;
}

.tarif-card-card-old-price, .tarif-card-card-card__price--old {
    margin-right: 6px;
    position: relative;
}

.tarif-card-card-old-price, .tarif-card-card-card__price--old:before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 19px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-card-card-old-price, .tarif-card-card-card__price--old.tarif-card-card-old-price, .tarif-card-card-card__price--old--providers:before {
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 10px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-card-card-speed, .tarif-card-card-card__service-value--speed {
    margin-bottom: 5px;
}

.tarif-card-card-info, .tarif-card-card-card__service-info {
    font-size: 14px;
    margin-bottom: 5px;
}

.tarif-card-card-channels, .tarif-card-card-card__service-value--channels, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile-info {
    font-family: ProMed, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.tarif-card-card-tv, .tarif-card-card-card__service-item--tv {
    font-size: 14px;
}

.tarif-card-card-internet, .tarif-card-card-card__service-item--internet, .tarif-card-card-tv, .tarif-card-card-card__service-item--tv, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile {
    width: 180px;
    margin-right: 40px;
    display: flex;
    align-items: start;
}

.tarif-card-card-price, .tarif-card-card-card__price-compare, .tarif-card-card-card__pricing {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

.tarif-card-card-button-more, .tarif-card-card-card__expand-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.tarif-card-card-without {
    font-family: ProMed, sans-serif;
    font-size: 18px;
}

.review-card--full {
    max-width: 1200px !important;
}

.review-card--provider {
    max-width: 530px;
}

.review-card__ratings--full {
    justify-content: flex-start;
}

.review-card__rating-item--full {
    margin-right: 50px;
}

.tarif-card-card-opisanie .tarif-card-card-without {
    font-size: 16px;
    font-family: ProReg;
    position: relative;
}

.tarif-card-card-opisanie .tarif-card-card-old-price, .tarif-card-card-card__price--old:before {
    margin-top: 10px;
}

.provider-card__tarifs-title {
    font-size: 16px;
    color: #7D90A6;
    margin-left: 30px;
}

.provider-card__tarifs-list {
    width: 100%;
    margin-top: 12px;
    font-family: ProMed, sans-serif;
    display: block;
}

.provider-card__tarifs-list {
    display: block;
}

.provider-rating .provider-card {
    width: 90%;
}

.review-card__logo {
    height: 40px;
    min-width: 40px;
    width: 40px;
    margin-right: 10px;
}

.review-card__provider-meta {
    display: flex;
}

.cont-toplug .tarif-card-card-details, .tarif-card-card-card__details-item {
    padding: 0;
    border: none;
}

.tarif-card-card-important, .tarif-card-card-card__main-info-info .tarif-card-card-old-price, .tarif-card-card-card__price--old {
    margin-right: 10px;
}

.tarif-card-card-page-price .tarif-card-card-old-price, .tarif-card-card-card__price--old {
    font-size: 20px;
}

.toplug-tarif-scroll-right .tarif-card-card-old-price, .tarif-card-card-card__price--old {
    font-size: 14px;
}

.toplug-tarif-scroll-right .tarif-card-card-old-price, .tarif-card-card-card__price--old hr {
    margin-top: 5px;
}

@media screen and (max-width: 1200px) {
    .provider-card {
        width: auto;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-details, .tarif-card-card-card__details-services {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-important, .tarif-card-card-card__main-info {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-internet, .tarif-card-card-card__service-item--internet, .tarif-card-card-tv, .tarif-card-card-card__service-item--tv, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile {
        width: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-price, .tarif-card-card-card__price {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-price, .tarif-card-card-card__price-compare, .tarif-card-card-card__pricing {
        justify-content: space-between;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-button-more, .tarif-card-card-card__expand-button {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-details, .tarif-card-card-card__details {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-button-more, .tarif-card-card-card__expand-button {
        align-items: center;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-price, .tarif-card-card-card__price-compare, .tarif-card-card-card__pricing {
        margin-right: 0;
    }
}

@media screen and (max-width: 890px) {
    .provider-card {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .provider-card {
        padding: 16px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-details, .tarif-card-card-card__details {
        padding: 0 20px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-old-price, .tarif-card-card-card__price--old {
        margin-right: 12px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-price, .tarif-card-card-card__price {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-button-more, .tarif-card-card-card__expand-button {
        right: 16px;
        bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-important, .tarif-card-card-card__main-info {
        width: auto;
        margin: 20px 16px 0;
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__tarifs-title {
        margin-left: 12px;
    }
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-quest-cont, .tarif-card-card-channels, .tarif-card-card-card__service-value--channels, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile-info {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .provider-rating .provider-card {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 700px) {
    .tarif-card-card-internet, .tarif-card-card-card__service-item--internet, .tarif-card-card-tv, .tarif-card-card-card__service-item--tv, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile {
        width: 45%;
    }
}

@media screen and (max-width: 700px) {
    .toplug-tarif-scroll-left .review-card__logo {
        position: absolute;
        min-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 630px) {
    .review-card__rating-item--full {
        margin-right: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 590px) {
    .main-reviews-item-first .review-card__provider-meta {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-details, .tarif-card-card-card__details-services--action .tarif-card-card-details, .tarif-card-card-card__details-item {
        border-color: #FB3874;
    }
}

@media screen and (max-width: 500px) {
    .provider-card__tarifs-list {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card-logoname .tarif-card-card-logo, .tarif-card-card-card__logo {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-width: inherit;
        min-height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .tarif-card-card-internet, .tarif-card-card-card__service-item--internet, .tarif-card-card-tv, .tarif-card-card-card__service-item--tv, .tarif-card-card-mob, .tarif-card-card-card__service-item--mobile {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .toplug-tarif-scroll-left .review-card__logo {
        display: none;
    }
}

.tarif-card-card-row {
    width: 100%;
    box-sizing: border-box
}

.tarif-card-card-row.hide {
    display: none;
}

.tarif-card-card-row.show {
    display: flex;
}

.popular-tariff {
    margin-bottom: 10px;
}

.popular-tariff_cmpbtn {
    cursor: pointer;
    margin-left: 6px;
}

.popular-tariff .content, .reviews .content {
    padding: 20px;
}

.popular-tariff_header, .reviews_header, #reviews-providers .reviews_header {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.popular-tariff_header {
    padding-top: 14px;
    margin-bottom: 18px;
}

.tarif-card-card-row.tarif-card-card-row__tarif-card .popular-tariff_item__desc__text p {
    padding: 10px;
}

.popular-tariff_wrap.tariffs_page .popular-tariff_item {
    width: 100%;
}

.providers__tarif_section .tarif-card-card-row.hide {
    display: none;
}

.providers__tarif_section .tarif-card-card-row.show {
    display: block;
}

.providers__tarif_section .tarif-card-card-row.bottom-border {
    border-bottom: 1px solid #e9e9e9;
}

.providers__tarif_section .tarif-card-card-row .popular-tariff_item {
    width: auto;
}

@media (max-width: 425px) {
    .tarif-card-card-name, .tarif-card-card-card__title {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 50%;
        display: inline-block;
        white-space: nowrap;
    }
}


/* --- Comprehensive Card Recovery Styles --- */
.provider-card {
    padding: 30px 0 100px;
    background-color: white;
    border-radius: 12px;
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    box-sizing: content-box;
    border: 1px solid #E6EDF5;
}

.tarif-card-card-card-card__main-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

.tarif-card-card-card-card__details {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F6F9FC;
    border: 1px solid #E6EDF5;
    padding: 0 30px 85px;
}

.tarif-card-card-card-card__details-services {
    margin-right: 0;
    margin-bottom: 24px;
}

.tarif-card-card-card-card__details-item {
    border-bottom: 1px solid #E8F1F9;
    margin-bottom: 12px;
}

.tarif-card-card-card-card__logo {
    height: 59px;
    width: 59px;
    min-width: 59px;
    border: 1px solid #DFE8F2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    box-sizing: content-box;
}

.tarif-card-card-card-card__logo img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 59px;
    max-width: 59px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__logo {
        height: 32px;
        width: 32px;
        min-width: 32px;
        margin-right: 8px;
    }
}

.tarif-card-card-card-card__title {
    font-size: 18px;
    font-family: ProMed, sans-serif;
    margin-bottom: 4px;
    color: #000;
}

.tarif-card-card-card-card__title:hover {
    color: #7E37E8;
}

.tarif-card-card-card-card__service-value--speed, .tarif-card-card-card-card__price {
    font-size: 22px;
    font-family: ProMed, sans-serif;
}

.tarif-card-card-card-card__service-value--speed .tarif-card-card-card-speed__label {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}

.tarif-card-card-card-card__price {
    font-size: 26px;
}

.tarif-card-card-card-card__price--old {
    margin-right: 6px;
    position: relative;
}

.tarif-card-card-card-card__price--old:before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 19px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-card-card-card-card__price--old.tarif-card-card-card-card__price--old--providers:before {
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 10px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-card-card-card-card__service-value--speed {
    margin-bottom: 5px;
}

.tarif-card-card-card-card__service-info {
    font-size: 14px;
    margin-bottom: 5px;
}

.tarif-card-card-card-card__service-value--channels, .tarif-card-card-card-card__service-item--mobile-info {
    font-family: ProMed, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.tarif-card-card-card-card__service-item--tv {
    font-size: 14px;
}

.tarif-card-card-card-card__service-item--internet, .tarif-card-card-card-card__service-item--tv, .tarif-card-card-card-card__service-item--mobile {
    width: 180px;
    margin-right: 40px;
    display: flex;
    align-items: start;
}

.tarif-card-card-card-card__pricing {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

.tarif-card-card-card-card__expand-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.tarif-card-card-card-without {
    font-family: ProMed, sans-serif;
    font-size: 18px;
}

.review-card--full {
    max-width: 1200px !important;
}

.review-card--provider {
    max-width: 530px;
}

.review-card__ratings--full {
    justify-content: flex-start;
}

.review-card__rating-item--full {
    margin-right: 50px;
}

.tarif-card-card-card-opisanie .tarif-card-card-card-without {
    font-size: 16px;
    font-family: ProReg;
    position: relative;
}

.tarif-card-card-card-opisanie .tarif-card-card-card-card__price--old:before {
    margin-top: 10px;
}

.provider-card__tarifs-title {
    font-size: 16px;
    color: #7D90A6;
    margin-left: 30px;
}

.provider-card__tarifs-list {
    width: 100%;
    margin-top: 12px;
    font-family: ProMed, sans-serif;
    display: block;
}

.provider-card__tarifs-list {
    display: block;
}

.provider-rating .provider-card {
    width: 90%;
}

.review-card__logo {
    height: 40px;
    min-width: 40px;
    width: 40px;
    margin-right: 10px;
}

.review-card__provider-meta {
    display: flex;
}

.cont-toplug .tarif-card-card-card-card__details-item {
    padding: 0;
    border: none;
}

.tarif-card-card-card-card__main-info-info .tarif-card-card-card-card__price--old {
    margin-right: 10px;
}

.tarif-card-card-card-page-price .tarif-card-card-card-card__price--old {
    font-size: 20px;
}

.toplug-tarif-scroll-right .tarif-card-card-card-card__price--old {
    font-size: 14px;
}

.toplug-tarif-scroll-right .tarif-card-card-card-card__price--old hr {
    margin-top: 5px;
}

@media screen and (max-width: 1200px) {
    .provider-card {
        width: auto;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__details-services {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__main-info {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__service-item--internet, .tarif-card-card-card-card__service-item--tv, .tarif-card-card-card-card__service-item--mobile {
        width: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__price {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__pricing {
        justify-content: space-between;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__expand-button {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__details {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__expand-button {
        align-items: center;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card-card-card__pricing {
        margin-right: 0;
    }
}

@media screen and (max-width: 890px) {
    .provider-card {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .provider-card {
        padding: 16px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-card-card__details {
        padding: 0 20px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-card-card__price--old {
        margin-right: 12px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-card-card__price {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-card-card__expand-button {
        right: 16px;
        bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card-card-card__main-info {
        width: auto;
        margin: 20px 16px 0;
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .provider-card__tarifs-title {
        margin-left: 12px;
    }
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-quest-cont, .tarif-card-card-card-card__service-value--channels, .tarif-card-card-card-card__service-item--mobile-info {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .provider-rating .provider-card {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 700px) {
    .tarif-card-card__service-item--internet, .tarif-card-card__service-item--tv, .tarif-card-card__service-item--mobile {
        width: 45%;
    }
}

@media screen and (max-width: 700px) {
    .toplug-tarif-scroll-left .review-card__logo {
        position: absolute;
        min-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 630px) {
    .review-card__rating-item--full {
        margin-right: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 590px) {
    .main-reviews-item-first .review-card__provider-meta {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card__details-services--action .tarif-card-card__details-item {
        border-color: #FB3874;
    }
}

@media screen and (max-width: 500px) {
    .provider-card__tarifs-list {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-card__logo {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-width: inherit;
        min-height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .tarif-card-card__service-item--internet, .tarif-card-card__service-item--tv, .tarif-card-card__service-item--mobile {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .toplug-tarif-scroll-left .review-card__logo {
        display: none;
    }
}

.tarif-card-card-row {
    width: 100%;
    box-sizing: border-box
}

.tarif-card-card-row.hide {
    display: none;
}

.tarif-card-card-row.show {
    display: flex;
}

.popular-tariff {
    margin-bottom: 10px;
}

.popular-tariff_cmpbtn {
    cursor: pointer;
    margin-left: 6px;
}

.popular-tariff .content, .reviews .content {
    padding: 20px;
}

.popular-tariff_header, .reviews_header, #reviews-providers .reviews_header {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.popular-tariff_header {
    padding-top: 14px;
    margin-bottom: 18px;
}

.tarif-card-card-row.tarif-card .popular-tariff_item__desc__text p {
    padding: 10px;
}

.popular-tariff_wrap.tariffs_page .popular-tariff_item {
    width: 100%;
}

.providers__tarif_section .tarif-card-card-row.hide {
    display: none;
}

.providers__tarif_section .tarif-card-card-row.show {
    display: block;
}

.providers__tarif_section .tarif-card-card-row.bottom-border {
    border-bottom: 1px solid #e9e9e9;
}

.providers__tarif_section .tarif-card-card-row .popular-tariff_item {
    width: auto;
}

@media (max-width: 425px) {
    .tarif-card-card__title {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 50%;
        display: inline-block;
        white-space: nowrap;
    }
}

.h1-notop {
    margin-top: 40px !important;
}

.button-main {
    padding: 17px 40px;
    background-color: #6600FF;
    border: 2px solid #BE93FE;
    font-size: 18px;
    color: white;
    font-family: ProMed, sans-serif;
    border-radius: 99px;
    white-space: nowrap;
    max-height: 60px;
}

.button-main a {
    color: #fff;
}

.button-blue {
    padding: 8px 39px 8px 8px;
    background-color: #1965FD;
    border: 2px solid #5396FF;
    font-size: 18px;
    color: white;
    font-family: ProReg, sans-serif;
    border-radius: 99px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    transition: 0.2s ease-out;
    max-height: 60px;
}

.button-blue:hover {
    color: #fff;
}

.button-blue svg {
    margin-right: 10px;
}

.btn-primary {
    background-color: #1965FD;
    border: 2px solid #5396FF;
}

.red-button {
    padding: 17px 40px;
    background-color: #FE3232;
    font-size: 18px;
    color: white;
    font-family: ProMed, sans-serif;
    border-radius: 99px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    max-height: 60px;
}

.red-button svg, .button-blue svg {
    margin-right: 10px;
}

.red-button a {
    color: #fff;
}

.red-button:hover {
    color: #fff;
    text-decoration: underline;
}

.button-border {
    border: 2px solid #7E37E8;
    font-size: 16px;
    padding: 12px 30px 12px 50px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    max-width: 250px;
    color: #000;
    position: relative;
    white-space: nowrap;
    background-color: transparent;
}

.tarif .button-border {
    max-width: 180px;
    position: absolute;
    right: 148px;
    bottom: 30px;
}

.button-border:hover {
    background-color: #6600FF;
    color: #fff;
}

.providers-cont-popular-more .button-border:hover svg {
    fill: #fff;
}

.button-border svg {
    position: absolute;
    left: 16px;
}

.button-main:hover {
    transform: scale(1.02);
    filter: brightness(110%);
    color: white;
    text-decoration: none;
}

.button-main.button-empty:hover {
    color: #7E37E8;
}

.all-button, .more-button {
    border: 2px solid #C7D8E9;
    padding: 16px 50px;
    font-size: 18px;
    text-decoration: underline;
    border-radius: 99px;
    color: #000;
    display: flex;
    justify-content: center;
    max-width: 270px;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-height: 60px;
}

.more-button::after {
    margin-left: 16px;
    content: url(/assets/icons/arrow_black.svg);
    transform: rotate(90deg);
}

.header-phone .button-blue:hover {
    color: #fff;
}

.button-blue:hover svg {
    animation: pulseAnim 0.8s linear 0s infinite normal both;
}

.request-item-buttons .compare-button {
    margin-left: 12px;
    height: 100%;
}

.tarif .compare-button {
    position: absolute;
    right: 90px;
    bottom: 30px;
}

.request-item .compare-button {
    margin-right: 10px;
}

.compare-button:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.compare-button-mob {
    display: none;
}

.button-border.disabled {
    background-color: #C7D8E9;
    border: 2px solid #C7D8E9;
    color: #000;
    padding: 12px 30px;
}

.footer-city .button-main {
    margin-top: 10px;
}

.tarif-searching-item-form .entry-tarif {
    margin-right: 8px;
}

.entry-tarif {
    width: 215px;
    padding-right: 25px;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #7D90A6;
    position: relative;
}

.entry-tarif:focus + a {
    display: inline;
}

.button-main img {
    margin-right: 8px;
}

.tag {
    padding: 12px 15px 10px;
    border: 1px solid #E6EDF5;
    border-radius: 99px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-family: ProReg, sans-serif;
    color: #000;
}

.tag:hover {
    text-decoration: none;
    border: 1px solid #7E37E8;
    color: #000;
}

.letters-sort__letter .tag {
    font-size: 18px;
    font-family: ProMed, sans-serif;
}

.tag.active, .tag.tag-active {
    border: 1px solid #7E37E8;
    cursor: default;
}

.provider-header-buttons .button-border {
    max-width: none;
    padding: 17px 40px 15px;
    margin-left: 8px;
    font-size: 18px;
}

.tarif-minisearching {
    display: flex;
}

.tarif-minisearching form {
    position: relative;
}

.tarif-minisearching .tarif-searching-button {
    border: none;
    background-color: transparent;
    padding: 4px;
    position: absolute;
    right: 0;
}

.cont-toplug .button-main {
    width: 100%;
}

.compare-button {
    display: block;
}

.back-call-form .button-main {
    margin-right: 4px;
    margin-bottom: 8px;
}

.search-number-house .button-main {
    width: auto;
}

@media screen and (max-width: 1000px) {
    .back-call-form .blue-button {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .compare-button {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .request-item .compare-button {
        display: block;
    }
}

@media screen and (max-width: 844px) {
    .footer-row-column .button-main {
        align-self: flex-end;
    }
}

@media screen and (max-width: 768px) {
    .tarif-minisearching {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .tarif-minisearching form {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .entry-tarif {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .modal-content .button-blue {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .filter-sub-title {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .providers-cont-popular-more .button-border:hover {
        background-color: transparent;
        color: #7e37e8;
    }
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-options .button-border {
        max-width: none;
        width: 100%;
        justify-content: center;
        padding: 12px 0;
    }
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-options .button-border svg {
        position: relative;
        left: 0;
        margin-right: 8px;
    }
}

@media screen and (max-width: 768px) {
    .provider-header-buttons .button-border {
        justify-content: center;
        padding: 17px 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .provider-header-buttons .button-border {
        margin-left: 0;
        text-wrap: normal;
    }
}


@media screen and (max-width: 768px) {
    .back-call-form .button-main {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .tarif .button-border {
        max-width: none;
        position: absolute;
        margin: 0;
        width: 70%;
        right: 0;
        left: 16px;
        bottom: 20px;
        justify-content: center;
        padding: 8px 0;
        font-family: ProMed;
        font-size: 18px;
        min-height: 46px;
    }
}


@media screen and (max-width: 768px) {
    .compare-button-mob {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .tarif .compare-button {
        right: 16px;
        bottom: 90px;
    }
}

@media screen and (max-width: 768px) {
    .request-item .compare-button img {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .compare-button {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .tarif .compare-button-mob {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .main-providers-cont .button-main {
        width: 100%;
        padding: 12px 0;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #header-phone .button-blue {
        padding: 0;
        background-color: transparent;
        border: none;
        font-size: 16px;
        color: #1965FD;
        border-radius: 0;
    }
}

@media screen and (max-width: 768px) {
    #header-phone .button-blue svg {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .provider-header-buttons button, .provider-header-buttons a.button-main.button-border {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .provider-header-buttons a.button-main.button-border:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .tag {
        padding: 6px 15px;
    }
}

@media screen and (max-width: 590px) {
    .footer-city-phone .button-blue {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .tarif-searching-item-form .button-main {
        margin-top: 8px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .modal-custom .button-main {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .search-providers-form-container .red-button {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 425px) {
    .tag {
        white-space: nowrap;
    }
}

#compareTarifs .tarif-data .btn.btn-primary {
    border-radius: 10px;
    font-size: 14px;
    height: 45px;
    width: 180px
}
#compareTarifs {position: absolute;overflow: auto}
#compareTarifs .modal-dialog {max-width: 100%;min-height: 100vh;margin: 126px auto 0}
#compareTarifs .modal-content {min-height: 100vh}
#compareTarifs .modal-header {border: none;padding-right: 4px}
#compareTarifs .modal-content .container {padding-left: 30px; padding-right: 0; padding-top: 27px}
#compareTarifs .modal-title {font-size: 26px; font-weight: 700;color: #000;padding-left: 2px}
#compareTarifs .close {padding: 0; margin: 4px -12px;outline: none;}
.table-tarifs-compare{width: calc(100% - 200px);border: none;margin-top: -16px;border-collapse: separate!important;border-spacing: 4px 10px;margin-left: 208px;}
.table-tarifs-compare::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}
.table-tarifs-compare::-webkit-scrollbar-track {
    background-color: #fff;
}
.table-tarifs-compare::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    outline: 1px solid #c5c5c5;
}
.table-tarifs-compare.--noscroll::-webkit-scrollbar {
    height: 3px;
}
.table-tarifs-compare.--noscroll::-webkit-scrollbar-track {
    background-color: #fff;
}
.table-tarifs-compare.--noscroll::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}
.table-tarifs-compare td, .table-tarifs-compare tr{border: none}
.table-tarifs-compare td {padding-top: 5px;padding-bottom: 5px; min-width: 220px;max-width: 220px;padding-left: 29px;line-height: 12px;}
.table-tarifs-compare td:first-child{min-width: 200px;max-width: 200px;padding-left: 17px}
.table-tarifs-compare tr.tarif-data td {padding-top: 9px;padding-bottom: 9px;font-weight: 500;letter-spacing: -.35px;font-size: 14px;line-height: 16px}
.table-tarifs-compare tr.caption td {font-size: 16px;font-weight: 600;letter-spacing: -.4px;padding-top: 18px;padding-bottom: 22px;}
.table-tarifs-compare tr.caption.--topmargin td {padding-top: 38px;}
.table-tarifs-compare tr.--gray td {background-color: #f9f9f9!important;}
.table-tarifs-compare .headcol {
    position: absolute;
    width: 200px;
    left: 19px;
    top: auto;
}
.table-tarifs-compare_img img {
    width: auto;
    display: block;
    max-height: 100%;
    object-fit: contain;
    height: 63px; max-width: 63px;
    border: 1px solid #c5c5c5;
    border-radius: 9.5px;
    padding: 8px;
}
.table-tarifs-compare_img:hover img {
    border: 1px solid #007bff;
}
.table-tarifs-compare__provider {
    letter-spacing: -.35px;
    color: #007bff;
    font-size: 14px;
    font-weight: 400;
    margin-top: -8px;
}
.table-tarifs-compare__provider:hover {
    color: #003166;
}
.table-tarifs-compare__name {
    letter-spacing: -.35px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.table-tarifs-compare__price {
    letter-spacing: -.35px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}
.fa-arrow-circle-left, .fa-arrow-circle-right {
    color: #c5c5c5;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
}
.fa-arrow-circle-left:hover, .fa-arrow-circle-right:hover {
    color: #000;
}
.fa-arrow-circle-left {
    left: 121px;
    top: 34px;
}
.fa-arrow-circle-right {
    right: -6px;
    top: 34px;
}
.table-tarifs-compare__removeall {
    letter-spacing: -.35px;
    color: #007bff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    display: block;
}
.tarif-compare-btn-remove {
    font-weight: 500;
    letter-spacing: -.35px;
    color: #7a7a7a;
    font-size: 14px;
    margin: 16px auto;
    text-align: center;
    display: block;
}
.tarif-compare-btn-remove:hover {
    color: #000;
}
#compareTarifs .tarif-data .btn.btn-primary {
    border-radius: 10px;font-size: 14px;height: 45px;width: 180px
}
.tarifs-compare-dots {display: none}
@media screen and (max-width: 768px) {
    .tarifs-compare-dots {display: flex; justify-content: center; align-items: center;margin-top: -16px;margin-bottom: 24px;}
    .tarifs-compare-dots__dot {border-radius: 50%; border: 1px solid #000; height: 6px; width: 6px; margin: 2px;}
    .tarifs-compare-dots__dot.active {background: #000}
    .cmp-tarif-btn-float {
        bottom: 0px;
        left: 0;
        font-size: 14px;
        height: 16px;
        width: 100%;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0;
        padding: 12px 0;
        border-radius: 0;
        border: none;
    }
    #compareTarifs .modal-content .container {padding-left: 0}
    .table-tarifs-compare tr.tarif-data td {font-size: 10px;font-weight: 600;letter-spacing: -.25px;}
    .table-tarifs-compare .headcol {width: auto;right: 19px;left:19px;font-size: 10px;font-weight: 500;letter-spacing: -.25px;color: #9c9c94;}
    .table-tarifs-compare {margin-left: 0; width: 100%}
    .fa-arrow-circle-left,.fa-arrow-circle-right{display: none}
    .table-tarifs-compare.--noscroll .headcol{display: none}
    .table-tarifs-compare.--noscroll {text-align: center}
    .table-tarifs-compare.--noscroll td {line-height: 10px;}
    .table-tarifs-compare tr.caption td.headcol{text-align: center;font-size: 12px;font-weight: 600;letter-spacing: -.3px;color: #000}
    .table-tarifs-compare tr.--gray td {
        background-color: #fff!important;
    }
    .table-tarifs-compare td {min-width: 30vw;max-width: 30vw; padding: 4px}
    .table-tarifs-compare_img img {width: 48px;height: 48px;margin: 0 auto}
    .table-tarifs-compare__provider,.table-tarifs-compare__name,.table-tarifs-compare__price {font-size: 10px;letter-spacing: -.25px;}
    #compareTarifs .action-label {background: #fff; font-size: 10px;font-weight: 500;color: #f53da1}
    .table-tarifs-compare tr.tarif-data:not(.caption) td:not(.headcol) {padding-top: 36px;}
    .table-tarifs-compare tr.tarif-data td.headcol {padding: 9px 4px;min-height: 36px!important;}
    .table-tarifs-compare tr.caption td {padding-top: 32px; padding-bottom: 8px;}
    .table-tarifs-compare__removeall,.tarif-compare-btn-remove {font-size: 12px;letter-spacing: -.3px;}
    #compareTarifs .tarif-data .btn.btn-primary {
        font-size: 12px;
        width: auto;
        background: #fff;
        color: #007bff; height: auto; border: none;
    }
    #compareTarifs .tarif-data .btn.btn-primary:hover {
        background: #fff; color: #0069d9;
    }
    td.headcol.table-tarifs-compare__removeall-wrap {bottom: 16px;}
    .table-tarifs-compare::-webkit-scrollbar {
        height: 3px;
    }
    .table-tarifs-compare::-webkit-scrollbar-track {
        background-color: #fff;
    }
    .table-tarifs-compare::-webkit-scrollbar-thumb {
        background-color: #fff;
        outline: 1px solid #fff;
    }
    #compareTarifs .modal-title {font-size: 18px;}
    .table-tarifs-compare td:first-child {min-width: 80vw}
}
@media screen and (max-width: 575px) {
    #compareTarifs .modal-content .container {padding-left: 16px; padding-right: 16px}
    #compareTarifs .modal-dialog {margin-top: 1.5rem}
    #compareTarifs .modal-header {padding-left: 4px}
    #compareTarifs .close {    position: absolute;right: 16px;top: 10px}
    .table-tarifs-compare td {min-width: 27vw;max-width: 27vw}
}
@media screen and (max-width: 375px) {
    #compareTarifs .modal-content .container {padding-left: 8px; padding-right: 8px}

    .header-phone-number a
    {
        font-size: 16px;
    }
}
.steps-line {display: flex;width: 100%;justify-content: flex-start}
.steps-line__step {flex:1;display: flex;justify-content: flex-start;align-items: center}
.steps-line__step-line {background:#d4d4d4;height: 2px;width: calc(50% - 9px);}
.steps-line__step-num {
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    width: 18px;
    height: 18px;
    overflow: hidden;
    font-weight: 500;
    color: #757575;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
}
.steps-line__step.active .steps-line__step-line {background: #fea733}
.steps-line__step.active .steps-line__step-num {border: 1px solid #fea733;color:#000}
.steps-container {margin-top: 24px}
.steps-page {display: none;flex-direction: column; justify-content: flex-start}
.steps-page.active {display: flex}
.steps-page__title {font-size: 16px;font-weight: 700;color: #000;margin-bottom: 10px}
.steps-page__subtitle {font-weight: 500;color: #757575;margin-bottom: 12px;font-size: 14px}
.steps-page__content {margin-top: 8px}

@media screen and (max-width: 768px) {
    #compareTarifs .tarif-data .btn.btn-primary {
        font-size: 12px;
        width: auto;
        background: #fff;
        color: #007bff;
        height: auto;
        border: none;
    }
}

@media screen and (max-width: 768px) {
    #compareTarifs .tarif-data .btn.btn-primary:hover {
        background: #fff;
        color: #0069d9;
    }
}

@media screen and (max-width: 1170px) {
    header .container a.see-all.--fill-pink {
        width: auto;
        margin-left: 8px !important;
        padding: 16px;
    }
}


@media screen and (max-width: 991px) {
    header.mobile-header a.see-all.--fill-pink {
        padding: 10px 16px 16px;
        height: 100%;
        width: 419px;
    }
}

@media screen and (max-width: 525px) {
    header.mobile-header a.see-all.--fill-pink {
        padding-top: 12px;
        font-size: 14px
    }
}

@media screen and (max-width: 480px) {
    header.mobile-header a.see-all.--fill-pink {
        padding-top: 14px;
        font-size: 12px
    }
}

@media screen and (max-width: 429px) {
    header.mobile-header a.see-all.--fill-pink {
        padding: 6px 32px;
        font-size: 12px
    }
}

@media screen and (max-width: 355px) {
    header.mobile-header a.see-all.--fill-pink {
        padding: 6px 8px;
        font-size: 12px
    }
}

a.see-all {
    display: inline-block;
    color: #ffffff;
    background-color: #007BFF;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 auto;
    transition: .1s;
}

a.see-all:hover {
    color: #ffffff;
    transform: scale(1.02);
    transition: .1s;
}

a.see-all.button {
    padding: 16px 32px;
    background-color: #007BFF;
    transition: .1s;
    font-size: 14px;
    font-weight: 600;
}

a.see-all.button:hover {
    transform: scale(1.02);
    color: #ffffff;
}

a.see-all.--border-only {
    border-radius: 7.5px;
    border: 1px solid #ffffff;
    font-weight: 600;
    color: #ffffff;
    background: none;
}

a.see-all.--fill-pink {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #f0238a;
    border-radius: 24px;
    width: 419px;
    height: 48px;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 1250px) {
    a.see-all.--fill-pink {
        width: auto;
    }
}

@media screen and (max-width: 460px) {
    a.see-all.--fill-pink {
        width: 100%;
    }
}

@media screen and (max-width: 365px) {
    a.see-all.--fill-pink {
        padding: 16px;
        height: auto
    }
}

@media screen and (max-width: 767px) {
    a.see-all {
        font-size: 14px;
    }
}

.img-wrap.--prov-list.fullsize {
    max-height: initial;
}

.tarif-order-call .form-group {
    margin-bottom: 0.5rem;
}

.see-all.cheap-tarifs-hidden, .see-all.fast-tarifs-hidden, .see-all.tv-tarifs-hidden, .see-all.tvonly-tarifs-hidden,
.see-all.mob-tarifs-hidden, .see-all.only-internet-tarifs-hidden, .see-all.router-tarifs-hidden {
    display: none
}

.homebutton {
    margin: 6.5px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff !important;
    transition: .15s;
    overflow: hidden;
    background: #502a8a;
    border-radius: 5px;
    width: 74px;
    height: 42px;
    font-weight: 500;
    font-size: 14px;
}

.homebutton:hover {
    transform: scale(1.05);
    text-decoration: none !important;
}

.homebutton-block.fullsize {
    max-height: none
}

.homebutton-showmore {
    color: #fff !important;
    background: transparent;
    display: none;
    font-weight: 500;
    padding: 10px;
    font-size: 14px;
    border-radius: 4.5px;
    border: 1px solid #ffffff;
}

.homebutton-showmore:hover {
    background: #fff;
    color: #502a8a !important
}

.provider-home-block .homebutton {
    background: #fff;
    color: #2780f2 !important;
    border: 1px solid #2780f2
}

.provider-home-block .homebutton:hover {
    background: #2780f2;
    color: #fff !important;
}

.provider-home-block .homebutton-showmore {
    background: #2780f2;
    color: #fff !important;
}

.provider-home-block .homebutton-showmore:hover {
    background: #fff;
    color: #2780f2 !important;
}

#compareTarifs .tarif-data .btn.btn-primary {
    border-radius: 10px;
    font-size: 14px;
    height: 45px;
    width: 180px
}

@media screen and (max-width: 768px) {
    #compareTarifs .tarif-data .btn.btn-primary {
        font-size: 12px;
        width: auto;
        background: #fff;
        color: #007bff;
        height: auto;
        border: none;
    }
}

@media screen and (max-width: 768px) {
    #compareTarifs .tarif-data .btn.btn-primary:hover {
        background: #fff;
        color: #0069d9;
    }
}

.filters-block__checkbox-list .custom-control.custom-checkbox {
    float: none;
    margin-bottom: 12px
}

.filters-block__checkbox-list .custom-control-label {
    font-size: 14px;
    padding-top: 0.25em;
    padding-left: 4px;
    white-space: nowrap;
    width: 12px;
    height: 12px;
}

.filters-block__checkbox-list .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none
}

.tooltip.show {
    opacity: 1;
}

@media (max-width: 768px) {
    .mob-filter-content .custom-control-label::before {
        border-color: #000;
        color: #000
    }
}

@media (max-width: 768px) {
    .mob-filter-content .custom-control {
        color: #000
    }
}

@media (max-width: 768px) {
    .mob-filter-content .btn.btn-outline-light {
        background-color: #0175eb !important;
        border-color: #0175eb !important;
        color: #fff !important;
        font-weight: 500;
        border-radius: 8px;
        width: 240px !important;
        height: 50px;
        overflow: hidden;
    }
}

/* --- Automatically Recovered Missing BEM Styles --- */
@media screen and (max-width: 1000px) {
    .sale-tag.--visible--desktop {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .main-reviews-raiting.--visible--desktop {
        display: none;
    }
}

@media screen and (max-width: 670px) {
    .provider-banner.--reviews .provider-banner__btn.--visible--desktop {
        display: none
    }
}

.sale-tag.--visible--mobile {
    display: none
}

@media screen and (max-width: 1000px) {
    .sale-tag.--visible--mobile {
        display: block !important;
        margin-left: auto
    }
}

.main-reviews-raiting.--visible--mobile {
    display: none;
}

@media screen and (max-width: 500px) {
    .main-reviews-raiting.--visible--mobile {
        display: flex;
    }
}

.provider-banner.--reviews .provider-banner__btn.--visible--mobile {
    display: none
}

.provider-tarif-info__main-top__name-row .action-label.--visible--mobile {
    display: none
}

@media screen and (max-width: 670px) {
    .provider-banner.--reviews .provider-banner__btn.--visible--mobile {
        display: flex;
        margin-top: 8px;
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (max-width: 575px) {
    .provider-tarif-info__main-top__name-row .action-label.--visible--mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: auto
    }
}

@media screen and (max-width: 375px) {
    .provider-banner.--reviews .provider-banner__btn.--visible--mobile {
        margin-bottom: 10px
    }
}

@media (max-width: 768px) {
    .embed-filter-form > div.--visible--mobile {
        display: block !important;
        margin-top: 8px !important;
    }
}

.alphabet-providers-sort__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 20px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.alphabet-providers-sort__item.transparent-wrapper {
    padding: 0;
}

.alphabet-providers-sort__item a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.alphabet-providers-sort__item:first-child {
    width: 43px;
}

@media (max-width: 1200px) {
    .alphabet-providers-sort__item a,
    .left-part .title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .alphabet-providers-sort__item a, .left-part .title {

    }
}

@media (max-width: 575px) {
    .alphabet-providers-sort__item {
        margin-right: 3px;
    }
}

.alphabet-providers-sort__list {
    display: flex;
    flex-wrap: wrap;
}

.filter-results__info span {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.choose-tarif-card {
    background-color: #293148;
    display: flex;
    flex-direction: row;
    padding: 30px 40px;
    max-width: 1120px;
    text-align: left;
    border-radius: 10px !important;
}

.choose-tarif-card button {
    min-width: 200px;
}

.choose-tarif-card .search-provider-home {
    min-width: 180px;
}

.choose-tarif-card .seo-text {
    margin-left: 0;
    margin-bottom: 20px;
}

.choose-tarif-card img {
    margin-right: 20px;
    max-height: 180px;
}

.choose-tarif-card .h1 {
    color: white;
}

@media screen and (max-width: 1000px) {
    .choose-tarif-card .search-provider-street {
        max-width: 180px;
    }
}

@media screen and (max-width: 1000px) {
    .choose-tarif-card .search-providers-form {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif-card {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif-card img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif-card .h1 {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif-card .search-providers-form {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif-card .search-providers-form input {
        max-width: none;
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 768px) {
    .choose-tarif-card .search-providers-form button {
        max-width: none;
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 480px) {
    .choose-tarif-card img {
        height: 140px;
        margin-bottom: 10px;
    }
}

.choose-tarif-card {
    background-color: #f53da1;
    border-radius: 12px;
    width: 100%;
    min-height: 147px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-left: 178px;
    margin-bottom: 12px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .choose-tarif-card {
        flex-direction: column;
        align-items: center;
        padding: 0
    }
}

@media (max-width: 425px) {
    .choose-tarif-card {
        padding: 0 16px 32px
    }
}

.banner-purple-form {
    display: flex;
}

@media screen and (max-width: 768px) {
    .banner-purple-form {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .banner-purple-form input {
        width: auto;
        margin-right: 0px;
        margin-bottom: 8px;
    }
}

.sidebar-item.sidebar__help {
    text-align: center;
    background-image: linear-gradient(to bottom, #599df4 0%, #2780f2 100%);
}

.sidebar-item.sidebar__help .button {
    width: 100%;
    line-height: 35px;
    background: transparent;
    border: 1px solid #fff;
}

.sidebar-item.sidebar__help .button {
    transition: .5s;
}

.sidebar-item.sidebar__help .button:hover {
    color: #000;
    background: #ffffff;
    transition: .5s;
}

@media (max-width: 575px) {
    .sidebar-item.sidebar__help .button {
        max-width: 250px;
    }
}

.left-part.providers-list .providers-page__sidebar-links a {
    font-size: 11px;
    line-height: 17px;
    text-decoration: underline;
    color: #ff9633;
    font-weight: 400;
    display: block;
    text-align: left;
    margin-bottom: 4px;
}

.left-part.providers-list .providers-page__sidebar-links a:hover {
    text-decoration: underline;
}

.review-card__rating-score {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: ProMed, sans-serif;
    color: #000;
    margin-bottom: 4px;
}

.review-card__rating-score img {
    margin-right: 9px;
}

.review-card__comment {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
}

.review-card__author {
    color: #000;
    font-family: ProMed, sans-serif;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
}

.review-card__author img {
    width: 14px;
    margin-right: 6px;
}

.action-card__date {
    display: flex;
    justify-content: space-between;
    color: #7D90A6;
    font-size: 12px;
    font-family: ProMed, sans-serif;
    margin-bottom: 3px;
}

.action-card__date img {
    margin-right: 5px;
    margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
    .action-card__date {
        font-size: 10px;
    }
}

@media screen and (max-width: 480px) {
    .action-card__date {
        font-size: 12px;
    }
}

.action-card__provider a {
    color: #5396FF;
    font-size: 14px;
    font-family: ProReg, sans-serif;
}

.action-card__views {
    margin-left: 20px;
}

.action-card__views img {
    margin-right: 5px;
    margin-bottom: 2px;
}

.action-card__more {
    font-size: 14px;
    position: absolute;
    bottom: 0;
}

.provider-content-sales-item .action-card__more {
    margin-bottom: 12px;
}

.action-detail__related-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
    .action-detail__related-list {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .action-detail__related-list {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .action-detail__related-list {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media screen and (max-width: 480px) {
    .action-detail__related-list {
        align-items: center;
        flex-direction: column;
    }
}

.tarif-modal-container__bg {
    background-color: #293148;
    opacity: 0.9;
    width: 100%;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    height: 100%;
}

.tarif-modal-container--tarif-container {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9900;
}

.modal-content .close, .tarif-modal .close {
    outline: none;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.tarif-modal .search-providers-city {
    margin-top: 16px;
}

.tarif-modal {
    background-color: white;
    min-width: min(580px, 100vw);
    max-width: min(650px, 100vw);
    padding: 30px 40px;
    margin: 0 auto;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@media screen and (max-width: 910px) {
    .tarif-modal .search-providers-city {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .modal-content .close, .tarif-modal .close {
        right: 16px;
        top: 16px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-modal {
        padding: 20px;
        width: calc(100% - 20px);
        min-width: 240px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-modal .button-main {
        width: 100%;
    }
}

.action-detail {
    box-sizing: content-box;
    display: flex;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .action-detail {
        flex-direction: column;
    }
}

.action-detail__main-image {
    width: 409px;
    height: 231px;
}

.action-detail__main-image:hover {
    cursor: default;
    transform: none;
}

@media screen and (max-width: 1100px) {
    .action-detail__main-image {
        height: 180px;
    }
}

@media screen and (max-width: 940px) {
    .action-detail__main-image {
        height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .sale-first-column .action-detail__main-image {
        height: 280px;
    }
}

@media screen and (max-width: 590px) {
    .sale-first-column .action-detail__main-image {
        height: 220px;
    }
}

@media screen and (max-width: 500px) {
    .sale-first-column .action-detail__main-image {
        height: 180px;
    }
}

@media screen and (max-width: 425px) {
    .sale-first-column .action-detail__main-image {
        height: 120px;
    }
}

.action-detail__related {
    max-width: 1200px;
    margin: 40px auto 20px;
}

@media screen and (max-width: 1200px) {
    .action-detail__related {
        margin: 30px 20px 30px 20px;
    }
}

.providers-page__top-description {
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.providers-page__top-description a {
    color: #5396ff;
    font-size: 12px;
}

.providers-page__top-description a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .providers-page__top-description {
        font-size: 12px;
    }
}

.providers-page__top-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 16px 0 10px;
    padding: 29px 0 29px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 767px) {
    .providers-page__top-list {
        margin-top: 15px;
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .providers-page__top-list {
        flex-wrap: wrap;
    }
}

.tarifs-page__pagination-buttons-active {
    width: 50px;
    height: 50px;
    color: white !important;
    background-color: #7D90A6;
    border-radius: 12px;
    border: none;
    margin-left: 10px;
}

@media screen and (max-width: 500px) {
    .tarifs-page__pagination-buttons-active, .pages-buttons-noactive, .pages-dots {
        margin-left: 0;
        margin-right: 0;
    }
}

.tarifs-page__pagination-buttons-noactive {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.08);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.08);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.08);
    color: #000;
    border: none;
    margin-left: 10px;
}

.tarifs-page__pagination-buttons-noactive:hover {
    box-shadow: none;
}

@media screen and (max-width: 500px) {
    .pages-buttons-active, .tarifs-page__pagination-buttons-noactive, .pages-dots {
        margin-left: 0;
        margin-right: 0;
    }
}

.tarifs-page__pagination-buttons-numbers {
    position: absolute;
    right: 0;
    margin-top: -35px;
    display: flex;
}

@media screen and (max-width: 1000px) {
    .tarifs-page__pagination-buttons-numbers {
        position: relative;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .tarifs-page__pagination-buttons-numbers {
        width: 100%;
        justify-content: space-between;
    }
}

.popular-tarif-card-card__badge {
    max-height: 22px;
    min-width: 74px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    position: absolute;
    left: -20px;
    top: 10px;
}

.popular-tarif-card-mobile-title {
    display: block;
    font-size: 12px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
    margin-bottom: 4px;
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .tarif-row-details .popular-tarif-card-mobile-title {
        margin-bottom: 0;
    }
}

.tarif-opisanie .popular-tarif-card-row {
    border: 1px solid #E6EDF5;
    border-radius: 12px;
    padding: 12px 24px 12px 12px;
    margin-right: 12px;
    width: auto;

    font-family: ProMed;
    display: flex;
    align-items: center;
}

.tarif-opisanie .popular-tarif-card-row svg {
    height: 40px;
    width: 40px;
    margin-top: 0px;
}

.popular-tarif-card-row {
    width: 23%;
    display: flex;
    position: relative;
}

.popular-tarif-card-row svg {
    margin-right: 10px;
    margin-top: 3px;
}

.popular-tarif-card-row .tarif-row-details {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.popular-tarif-card-row .old-price-hr {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .popular-tarif-card-row {
        width: 49%;
        display: flex;
        margin-left: 0;
        margin-bottom: 12px;
    }
}

.popular-tarif-card-row-name {
    width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .popular-tarif-card-row-name {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 8px;
    }
}

.popular-tarif-card-row-options {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .popular-tarif-card-row-options .button-border {
        max-width: none;
        width: 100%;
        justify-content: center;
        padding: 12px 0;
    }
}

@media screen and (max-width: 768px) {
    .popular-tarif-card-row-options .button-border svg {
        position: relative;
        left: 0;
        margin-right: 8px;
    }
}

@media screen and (max-width: 700px) {
    .popular-tarif-card-row-options {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
}

.action-detail__content {
    line-height: 22px;
}

.action-detail__content a {
    word-break: break-all;
    word-wrap: break-word;
}

ul.action-detail__content li {
    color: inherit;
    margin-bottom: 20px;
    margin-left: 0
}

.providers-list__label {
    position: absolute;
    left: 15px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.providers-list__actions {
    margin-top: 33px;
}

.providers-list__actions .button, .providers-list__actions .button:not([href]) {
    display: inline-block;
    width: 116px;
    height: 35px;
    margin-right: 5px;
    border-radius: 9.5px;
    border: 1px solid #007bff;
    color: #007bff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
}

.providers-list__actions .button-with-badge {
    background-color: #EAEFF5;
    color: #000;
    border-radius: 8px;
    padding: 16px 20px;
    display: inline-block;
    margin-right: 8px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.providers-list__actions .button-with-badge .provider-badge {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    background-color: #FF6000;
    border-radius: 99px;
    padding: 6px 10px;
    overflow: hidden;
    line-height: initial;
    top: -14px;
    right: 3px;
}

.providers-list__actions .button {
    transition: .5s;
}

.providers-list__actions .button:hover {
    color: #ffffff;
    background: #007bff;
}

.providers-list__actions .button:not([href]):hover {
    background: #ffffff;
    color: #007bff;
}

.providers-list__actions .providers__buttons--icons {
    display: inline-block;
}

.providers-list__actions .providers__buttons--icons img {
    border: 2px solid #EAEFF5;
    padding: 16px;
    max-width: 53px;
    max-height: 48px;
    border-radius: 8px;
}

.providers-list__actions.show-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .providers-list__actions .button {
        width: 120px;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .providers-list__actions {
        flex: 4
    }
}

@media (max-width: 1200px) {
    .providers-list__actions .providers__buttons--icons {
        margin-top: 8px
    }
}

@media (max-width: 991px) {
    .providers-list__actions .button-with-badge {
        margin-bottom: 16px
    }
}

@media (max-width: 991px) {
    .providers-list__actions {
        flex: 4 0 100%
    }
}

@media (max-width: 767px) {
    .providers-list__actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .providers-list__actions .button-with-badge, .providers-list__actions .button:not([href]) {
        flex: 0 1 48%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .providers-list__actions .providers__buttons--icons {
        flex: 0 1 48%;
        padding-top: 0;
        margin-top: 0;
        white-space: nowrap
    }
}

@media (max-width: 575px) {
    .providers-list__actions .button {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

@media (max-width: 425px) {
    .providers-list__actions.show-pc {
        display: none;
    }
}

@media (max-width: 425px) {
    .providers-list__actions.show-mobile {
        display: block;
        margin-top: 8px;
    }
}

.providers-list__desc {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .providers-list__desc {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .providers-list__desc {
        width: 100%;
    }
}

.providers__description-top,
.providers-list__desc-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.providers-list__desc-bottom {
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 991px) {
    .providers-list__desc-bottom {
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .providers-list__desc-bottom {
        flex-direction: column
    }
}

.providers-list__desc-top,
.providers__description-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (max-width: 767px) {
    .providers-list__desc-top {
        flex-direction: column
    }
}

.providers-list__items {
    padding: 19px 0px;
}

.providers-list__main {

}

@media (max-width: 767px) {
    .providers-list__main {
        flex-direction: column
    }
}

.providers-list__name a {
    color: #000000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.providers-list__name a.providers__name__more {
    font-weight: 600;
    color: #007BFF;
    font-size: 14px;
}

.providers-list__name .label,
.providers__raiting .label,
.providers__services .label {
    opacity: 0.58;
    color: #000000;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .providers-list__name {
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .providers-list__name {
        text-align: center
    }
}

@media (max-width: 575px) {
    .providers-list__name a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .providers-list__name .label,
    .providers__raiting .label,
    .providers__services .label {
        font-size: 10px;
    }
}

.providers-list__rating-fill {
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
}

.providers-list__rating-base {
    padding: 0;
    display: flex;
    z-index: 0;
}

.providers__name .label,
.providers__raiting .label,
.providers-list__services .label {
    opacity: 0.58;
    color: #000000;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 575px) {
    .providers__name .label,
    .providers__raiting .label,
    .providers-list__services .label {
        font-size: 10px;
    }
}

.order-card__details {
    display: flex;
    margin: 12px 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6EDF5;
}

@media screen and (max-width: 768px) {
    .order-card__details {
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 4px;
    }
}

.last-orders__list-info {
    font-family: ProMed, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.last-orders__list-info svg {
    margin-right: 8px;
}

@media screen and (max-width: 1057px) {
    .last-orders__list-info {
        font-size: 14px;
    }
}

.last-orders__list-sub {
    font-size: 14px;
    font-family: ProReg, sans-serif;
    color: #7D90A6;
    margin-bottom: 4px;
}

@media screen and (max-width: 1057px) {
    .last-orders__list-sub {
        font-size: 12px;
    }
}

.order-card__date {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.order-card__date-wrapper {
    display: flex;
    background-color: #F6F9FC;
    border-bottom: 1px solid #E6EDF5;
    padding: 12px 30px;
    border-radius: 12px 12px 0 0;
    align-items: center;
}

.order-card {
    padding: 0 0 16px 0;
    border: 1px solid #E6EDF5;
    background-color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: 0.1s;
    width: 590px;
}

.order-card:hover {
    box-shadow: none;
}

.order-card .a-all img {
    height: 12px;
    margin-left: 8px;
    transition: 0.1s;
    margin-top: 3px;
}

.order-card .a-all:hover img {
    transform: translateX(8px);
}

.order-card .compare-button {
    margin-right: 10px;
}

.order-card .a-all {
    display: flex;
    align-items: center;
    width: 18%;
}

@media screen and (max-width: 1057px) {
    .order-card .a-all {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .order-card .compare-button {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .order-card .compare-button img {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .order-card {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .order-card .a-all {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .order-card {
        position: relative;
    }
}

@media screen and (max-width: 590px) {
    .order-card .a-all {
        position: absolute;
        bottom: 16px;
    }
}

.order-card__buttons {
    display: flex;
}

.order-card__buttons .compare-button {
    margin-left: 12px;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .order-card__buttons {
        margin-top: 12px;
    }
}

.order-card__column {
    display: flex;
    flex-direction: column;

    font-size: 14px;
}

.order-card__column:not(:last-child) {
    margin-right: 70px;
}

@media screen and (max-width: 910px) {
    .order-card__column {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .order-card__column {
        width: auto;
        margin-bottom: 8px;
    }
}

.order-card__price {
    font-size: 26px;
}

.order-card__price-suffix {
    font-size: 16px;
}

.order-card__actions {
    display: flex;
    justify-content: space-between;
    margin: 12px 30px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .order-card__actions {
        flex-wrap: wrap;
        align-items: start;
    }
}

@media screen and (max-width: 500px) {
    .order-card__actions {
        flex-direction: column;
    }
}

.order-card__provider {
    display: flex;
    flex-direction: column;
    word-break: keep-all;
    margin: 12px 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6EDF5;
}

.order-card__provider a {
    color: #000;
    cursor: pointer;
}

.providers-page__content {
    width: 79%
}

@media (max-width: 991px) {
    .providers-page__content {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .providers-page__content,
    .left-part {
        width: 100%;
        margin-bottom: 10px;
    }
}

.providers-page__content-providers-page__layout {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .providers-page__content-providers-page__layout {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .providers-page__content-providers-page__layout {
        flex-wrap: wrap;
    }
}

.action-detail__aside {
    margin-right: 20px;
    width: 37%;
}

@media screen and (max-width: 768px) {
    .action-detail__aside .one-sale-img {
        height: 280px;
    }
}

@media screen and (max-width: 768px) {
    .action-detail__aside {
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    .action-detail__aside .one-sale-img {
        height: 220px;
    }
}

@media screen and (max-width: 500px) {
    .action-detail__aside .one-sale-img {
        height: 180px;
    }
}

@media screen and (max-width: 425px) {
    .action-detail__aside .one-sale-img {
        height: 120px;
    }
}

.action-detail__meta-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.action-detail__body {
    width: 63%;
}

@media screen and (max-width: 768px) {
    .action-detail__body {
        width: 100%;
        margin-top: 20px;
    }
}

.rating-page__header-pic--sales img {
    margin-top: -20px;
    z-index: 0;
}

.rating-page__header-pic--sales .search-providers-form-cont {
    z-index: 100;
    width: 60%;
    margin: 0;
}

@media screen and (max-width: 874px) {
    .rating-page__header-pic--sales .search-providers-form-cont {
        width: auto;
    }
}

@media screen and (max-width: 874px) {
    .rating-page__header-pic--sales img {
        opacity: 0.8;
        filter: blur(30px) brightness(120%);
    }
}

@media screen and (max-width: 590px) {
    .rating-page__header-pic--sales img {
        opacity: 0.5;
        filter: blur(30px) brightness(200%);
        transform: scale(3);
    }
}

.tarif-modal__city-search {
    display: flex;
    width: calc(100% - 12px);
    margin: 0 auto;
    align-items: center;
}

.tarif-modal__city-search a {
    text-decoration: underline;
    color: #000;
    margin-right: 12px;
}

.tarif-modal__city-search img {
    margin-right: 8px;
}

.modal-custom .tarif-modal__city-search {
    margin-top: 16px;
}

@media screen and (max-width: 910px) {
    .tarif-modal__city-search {
        font-size: 14px;
    }
}

@media screen and (max-width: 910px) {
    .modal-custom .tarif-modal__city-search {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-modal__city-search {
        justify-content: center;
    }
}

.tarif-modal__search-item--first {
    width: 40%;
    margin-right: 20px;
}

@media screen and (max-width: 500px) {
    .tarif-modal__search-item--first {
        margin-right: 0;
    }
}

.providers-services__item {
    margin-right: 5px;
}

.providers-services__list {
    margin-top: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.providers__tarif_section .providers-list__show-more {
    font-size: 14px;
    font-weight: 600;
    color: #007bff;
    cursor: pointer;
    float: left;
}

@media (max-width: 375px) {
    .providers__tarif_section .providers-list__show-more {
        width: 100%;
        text-align: center;
        margin-bottom: 8px
    }
}

.providers-page__sidebar-right {
    width: 29%;
}

@media (max-width: 991px) {
    .providers-page__sidebar-right {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .providers-page__sidebar-right {
        flex-wrap: wrap;
    }
}

.sidebar__item {
    padding: 25px 15px;
    width: 100%;
    height: 245px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar__item .title {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}

.sidebar__item input {
    width: 100%;
    height: 35px;
    padding: 10px 16px;
    border-radius: 10px;
    background-color: #ffffff;
    border: none;
    margin-top: 10px;
}

.sidebar__item input,
.sidebar__item .label,
.sidebar__item .button {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.sidebar__item .label {
    margin-bottom: 20px;
}

.sidebar__item .button {
    display: block;
    width: 148px;
    height: 35px;
    margin: 19px auto 0;
    border-radius: 10px;
    background: #f53da1;
}

.sidebar__item.help-block {
    text-align: center;
    background-image: linear-gradient(to bottom, #599df4 0%, #2780f2 100%);
}

.sidebar__item.help-block .button {
    width: 100%;
    line-height: 35px;
    background: transparent;
    border: 1px solid #fff;
}

.sidebar__item input,
.sidebar__item .label,
.sidebar__item .button {
    transition: .5s;
}

.sidebar__item .button:hover {
    color: #f53da1;
    background: #fff;
    transition: .5s;
}

.sidebar__item.help-block .button {
    transition: .5s;
}

.sidebar__item.help-block .button:hover {
    color: #000;
    background: #ffffff;
    transition: .5s;
}

@media (max-width: 1200px) {
    .sidebar__item .title {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .sidebar__item input {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .sidebar__item {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .sidebar__item .button {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .sidebar__item {
        width: 100%;
        min-width: 235px;
        margin: 0 auto 10px;
    }
}

@media (max-width: 575px) {
    .sidebar__item.help-block .button {
        max-width: 250px;
    }
}

.tag--more {
    border: none;
    padding: 6px 10px 5px 10px;
    display: flex;
    align-items: center;
}

.tag--more:hover {
    background-color: transparent;
    color: #7E37E8;
    text-decoration: underline;
}

.tarif-card-detail {
    margin-bottom: 10px;
}

.tarif-card-detail .content {
    padding: 15px;
    padding-bottom: 36px;
}

.tarif-card-about_content {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 48px;
    line-height: 1.2;
}

.tarif-card-about_content__name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tarif-card-about_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    .tarif-card-about_head {
        flex-direction: column;
    }
}

.tarif-card-about_head .rating {
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .tarif-card-about_head .rating {
        position: absolute;
        right: 27px;
    }
}

.tarif-card-about_head__left {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    .tarif-card-about_head__left {
        width: 100%;
    }
}

.tarif-card-detail__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 4px;
}

.tarif-card-detail__title-tabs {
    font-size: 14px;
    line-height: 1;
    margin-left: 16px;
}

.tarif-card-about_img__wrap img {
    border-radius: 10px;
    background: #fff;
}

.tarif-card-card__expand-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__expand-button {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__expand-button {
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card__expand-button {
        right: 16px;
        bottom: 20px;
    }
}

.tarif-card-card__expand-button-after {
    display: none
}

.tarif-card-card__service-value--channels, .tarif-mob-info {
    font-family: ProMed, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-quest-cont, .tarif-card-card__service-value--channels, .tarif-mob-info {
        font-size: 14px;
    }
}

.tarif-card-card__details {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F6F9FC;
    border: 1px solid #E6EDF5;
    padding: 0 30px 85px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__details {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card__details {
        padding: 0 20px;
        margin-bottom: 12px;
    }
}

.tarif-card-card__details-item-description {
    color: #7D90A6;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.toplug-tarif-scroll-title .tarif-card-card__details-item-description {
    margin-top: 3px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__details-item-description {
        font-size: 12px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 700px) {
    .toplug-tarif-scroll-title .tarif-card-card__details-item-description {
        display: none;
    }
}

.tarif-card-card__main-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__main-info {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card__main-info {
        width: auto;
        margin: 20px 16px 0;
        display: flex;
        flex-wrap: wrap;
    }
}

.tarif-card-card__services {
    display: flex;
    margin-top: 16px;
    margin-left: 30px;
    margin-bottom: 12px;
}

.tarif-card-card__services svg {
    min-width: 28px;
    height: auto;
    margin-right: 12px;
}

@media screen and (max-width: 768px) {
    .tarif-card-card__services {
        flex-direction: column;
        margin-left: 16px;
        margin-right: 16px;
    }
}

.tarif-card-card__service-info {
    font-size: 14px;
    margin-bottom: 5px;
}

.tarif-card-card__service-item--internet, .tarif-tv, .tarif-mob {
    width: 180px;
    margin-right: 40px;
    display: flex;
    align-items: start;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__service-item--internet, .tarif-tv, .tarif-mob {
        width: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .tarif-card-card__service-item--internet, .tarif-tv, .tarif-mob {
        width: 45%;
    }
}

@media screen and (max-width: 480px) {
    .tarif-card-card__service-item--internet, .tarif-tv, .tarif-mob {
        width: 100%;
        margin-right: 0;
    }
}

.tarif-card-detail__logo-wrapper {
    height: 59px;
    width: 59px;
    min-width: 59px;
    border: 1px solid #DFE8F2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    box-sizing: content-box;
}

.tarif-card-detail__logo-wrapper img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 59px;
    max-width: 59px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-detail__logo-wrapper {
        height: 32px;
        width: 32px;
        min-width: 32px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 500px) {
    .tarif-logoname .tarif-card-detail__logo-wrapper {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-width: inherit;
        min-height: 50px;
    }
}

.tarif-card-card__provider-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__provider-logo-wrapper {
        flex-direction: row;
    }
}

.tarif-card-card__provider-logo-wrapper .tarif-subtitle {
    margin-top: 4px;
    max-width: 80px;
    text-align: center;
    font-size: 12px;
    margin-right: 15px;
}

.tarif-card-card__header {
    display: flex;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__header {
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .tarif-card-card__header {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card__header {
        flex-direction: row;
    }
}

@media screen and (max-width: 700px) {
    .tarif-card-card__header {
        width: 100%;
    }
}

.tarif-card-detail__header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .tarif-card-detail__header {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-detail__header {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .modal-content .tarif-card-detail__header {
        margin: 0;
    }
}

@media screen and (max-width: 630px) {
    .tarif-card-detail__header {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-detail__header .tarif-logo {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-width: inherit;
        min-height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-detail__header, .links-line {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .cont-white, .cont, .fast-menu-cont, .top_providers, .header, .mini-header, .tarif-card-detail__header, .links-line {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.tarif-internet, .tarif-tv, .tarif-card-card__service-item--mobile {
    width: 180px;
    margin-right: 40px;
    display: flex;
    align-items: start;
}

@media screen and (max-width: 1000px) {
    .tarif-internet, .tarif-tv, .tarif-card-card__service-item--mobile {
        width: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .tarif-internet, .tarif-tv, .tarif-card-card__service-item--mobile {
        width: 45%;
    }
}

@media screen and (max-width: 480px) {
    .tarif-internet, .tarif-tv, .tarif-card-card__service-item--mobile {
        width: 100%;
        margin-right: 0;
    }
}

.tarif-card-more-description {
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    color: #7D90A6;
    right: 50%;
    transform: translateX(50%);
}

.tarif-card-card__title {
    font-size: 18px;
    font-family: ProMed, sans-serif;
    margin-bottom: 4px;
    color: #000;
}

.tarif-card-card__title:hover {
    color: #7E37E8;
}

@media (max-width: 425px) {
    .tarif-card-card__title {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 50%;
        display: inline-block;
        white-space: nowrap;
    }
}

.tarif-card-card__price--old {
    margin-right: 6px;
    position: relative;
}

.tarif-card-card__price--old:before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 19px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-card-card__price--old.tarif-old-price--providers:before {
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 10px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-opisanie .tarif-card-card__price--old:before {
    margin-top: 10px;
}

.tarif-important-info .tarif-card-card__price--old {
    margin-right: 10px;
}

.tarif-page-price .tarif-card-card__price--old {
    font-size: 20px;
}

.toplug-tarif-scroll-right .tarif-card-card__price--old {
    font-size: 14px;
}

.toplug-tarif-scroll-right .tarif-card-card__price--old hr {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .tarif-card-card__price--old {
        margin-right: 12px;
    }
}

.tarif-old-price.tarif-card-card__price--old--providers:before {
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 10px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-card-detail__info--alt .top-providers-min_max-item {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 40px;
}

.tarif-card-detail__info--alt .top_providers-min_max {
    flex-wrap: wrap;
}

.tarif-card-detail__info--alt {
    margin: 0;
    padding: 0;
}

.tarif-card-detail__h1 {
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .tarif-card-detail__h1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-card-detail__h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 425px) {
    .tarif-card-detail__h1 {
        margin-bottom: 8px;
        margin-top: 10px;
    }
}

.tarif-card-detail__logo-wrapper--alt {
    width: 66px;
    height: 66px;
}

@media screen and (max-width: 1200px) {
    .tarif-card-detail__logo-wrapper--alt {
        margin-right: 0;
    }
}

.tarif-card-detail__header--alt {
    margin-bottom: 10px;
}

@media screen and (max-width: 630px) {
    .tarif-card-detail__header--alt {
        flex-direction: row;
    }
}

@media screen and (max-width: 425px) {
    .tarif-card-detail__header--alt {
        flex-direction: column;
        text-align: left;
    }
}

@media screen and (max-width: 425px) {
    .page-top__title.tarif-card-page {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tarif-speed, .tarif-card-card__price {
    font-size: 22px;
    font-family: ProMed, sans-serif;
}

.tarif-card-card__price {
    font-size: 26px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__price {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card__price {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card__pricing-actions {
        width: auto;
        position: absolute;
        bottom: 40px;
        left: 16px;
    }
}

.tarif-card-card__pricing {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__pricing {
        justify-content: space-between;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__pricing {
        margin-right: 0;
    }
}

.tarif-card-price__label {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
    margin-left: 4px;
}

.tarif-card-detail__provider-link {
    color: white;
    text-decoration: underline;
}

.popular-tarif-row .tarif-card-row-details {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.tarif-opisanie .tarif-card-row-details {
    margin-top: 5px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .tarif-card-row-details .popular-tarif-mobile-title {
        margin-bottom: 0;
    }
}

.tarif-row.tarif-card-row__tarif-card .popular-tariff_item__desc__text p {
    padding: 10px;
}

.tarif-card-row__tarif-card {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin-bottom: 8px;
}

.tarif-card-tarif-card-card__badge {
    margin-bottom: 5px;
}

.tarif-modal__search {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.tarif-modal__search.tarif-searching--d-block {
    display: block;
}

@media screen and (max-width: 1000px) {
    .tarif-modal__search {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 500px) {
    .search-providers-adress .tarif-modal__search {
        display: block;
    }
}

.tarif-modal__search-item span {
    display: flex;
    justify-content: space-between;
}

.tarif-modal__search-item a {
    margin-right: 20px;
}

.tarif-modal__search-item img {
    height: 18px;
    margin-right: 6px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
    .tarif-modal__search-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.tarif-modal__search-item-form input {
    margin-top: 10px;
}

.tarif-modal__search-item-form {
    display: flex;
    position: relative;
    width: 100%;
}

.tarif-modal__search-item-form .entry-tarif {
    margin-right: 8px;
}

.tarif-modal__search-item-form img {
    position: absolute;
    margin-bottom: 18px;
    margin-left: 20px;
}

@media screen and (max-width: 500px) {
    .tarif-modal__search-item-form {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .tarif-modal__search-item-form img {
        top: 25px;
        left: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-modal__search-item-form .entry {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-modal__search-item-form .button-main {
        margin-top: 8px;
        width: 100%;
    }
}

.tarif-card-card__service-value--speed, .tarif-price {
    font-size: 22px;
    font-family: ProMed, sans-serif;
}

.tarif-card-card__service-value--speed .tarif-speed__label {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}

.tarif-card-card__service-value--speed {
    margin-bottom: 5px;
}

.tarif-card-detail__stats-table {
    min-width: 350px;
    color: white;
    margin-top: 16px;
}

.tarif-card-detail__stats-table.less_margin {
    margin-top: 10px;
}

@media screen and (max-width: 425px) {
    .tarif-card-detail__stats-table {
        min-width: 100%;
    }
}

.tarif-speed .tarif-card-speed__label {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}

.tarif-logo-subtitle .tarif-card-card__provider-name {
    margin-top: 4px;
    max-width: 80px;
    text-align: center;
    font-size: 12px;
    margin-right: 15px;
}

.tarif-card-card__provider-name {
    font-size: 12px;
    color: #7D90A6;
    margin-bottom: 4px;
}

.tarif-card-tariff_option.m-t-16 {
    margin-top: 16px;
}

.tarif-card-tariff_option__cable, .tarif-tariff_option__ktb {
    color: #5396ff;
    font-size: 16px;
    font-weight: 500;
}

.tarif-card-tariff_option__cable img {
    width: 12px;
}

.tarif-tariff_option__cable, .tarif-card-tariff_option__ktb {
    color: #5396ff;
    font-size: 16px;
    font-weight: 500;
}

.tarif-card-tariff_option__ktb img {
    width: 16px;
}

.tarif-card-tariff_option__prop {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.tarif-card-card__content {
    margin-right: 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__content {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
}

.tarif-card-card__service-item--tv {
    font-size: 14px;
}

.tarif-internet, .tarif-card-card__service-item--tv, .tarif-mob {
    width: 180px;
    margin-right: 40px;
    display: flex;
    align-items: start;
}

@media screen and (max-width: 1000px) {
    .tarif-internet, .tarif-card-card__service-item--tv, .tarif-mob {
        width: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .tarif-internet, .tarif-card-card__service-item--tv, .tarif-mob {
        width: 45%;
    }
}

@media screen and (max-width: 480px) {
    .tarif-internet, .tarif-card-card__service-item--tv, .tarif-mob {
        width: 100%;
        margin-right: 0;
    }
}

.tarif-card-without {
    font-family: ProMed, sans-serif;
    font-size: 18px;
}

.tarif-opisanie .tarif-card-without {
    font-size: 16px;
    font-family: ProReg;
    position: relative;
}

.reviews-page__consultation-subtitle {
    font-size: 14px;
    color: #000;
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation-subtitle {
        margin-bottom: 20px;
    }
}

.reviews-page__consultation-text {
    margin-right: 30px;
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation-text {
        margin-right: 0;
    }
}

.reviews-page__consultation-title {
    font-size: 26px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1000px) {
    .reviews-page__consultation-title {
        margin-right: 0;
    }
}

.tarifs-page__filters {
    max-width: 1200px;
    margin: 15px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tarifs-page__filters .top_providers-title-link {
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
    .tarifs-page__filters {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1007px) {
    .tarifs-page__filters .filter-dropdown {
        width: 43%;
    }
}

@media screen and (max-width: 768px) {
    .tarifs-page__filters {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 700px) {
    .tarifs-page__filters .filter-dropdown {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .tarif-modal__search-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .tarif-modal__search-wrapper span {
        margin-left: calc(50% - 70px);
        margin-top: 20px;
    }
}

.transparent-providers-page__layout {
    display: inline-block;
}

.alphabet__item.transparent-providers-page__layout {
    padding: 0;
}

.providers-page__layout {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.providers-page__layout.--with-padding {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .providers-page__layout {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    .providers-page__layout.hide-mobile {
        display: none
    }
}

@media (max-width: 767px) {
    .providers-page__layout {
        flex-wrap: wrap;
    }
}


/* --- Tariff Card BEM Recovery --- */

.tarif-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0 0;
    border: 1px solid #E6EDF5;
    background-color: white;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    transition: 0.1s;
    box-sizing: content-box;
    overflow: hidden;
}

.tarif-card:hover {
    box-shadow: none;
    cursor: pointer;
}

.tarif-card .button-border {
    max-width: 180px;
    position: absolute;
    right: 148px;
    bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .tarif-card {
        padding: 20px 25px 120px 25px;
        position: relative;
        width: 310px;
    }
    
    .tarif-card .button-border {
        left: 25px;
        right: 0;
        max-width: 180px;
    }
}

.tarif-card-card__main-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__main-info {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card__main-info {
        width: auto;
        margin: 20px 16px 0;
        display: flex;
        flex-wrap: wrap;
    }
}

.tarif-card-card__header {
    display: flex;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__header {
        flex-direction: column;
        width: 100%;
    }
}

.tarif-card-card__provider-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__provider-logo-wrapper {
        flex-direction: row;
    }
}

.tarif-card-card__logo {
    height: 59px;
    width: 59px;
    min-width: 59px;
    border: 1px solid #DFE8F2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    box-sizing: content-box;
    background-color: #ffffff;
}

.tarif-card-card__logo img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 59px;
    max-width: 59px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__logo {
        height: 32px;
        width: 32px;
        min-width: 32px;
        margin-right: 8px;
    }
}

.tarif-card-card__badge {
    text-align: center;
    font-family: ProMed, sans-serif;
    background-color: #FFD037;
    font-size: 11px;
    color: #000;
}

.tarif-card-card__badge.--visible--mobile { display: none; }

@media screen and (max-width: 1000px) {
    .tarif-card-card__badge.--visible--mobile { display: block!important; margin-left: auto; }
    .tarif-card-card__badge.--visible--desktop { display: none!important; }
}

.tarif-card-card__content {
    margin-right: 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__content {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
}

.tarif-card-card__provider-name {
    font-size: 12px;
    color: #7D90A6;
    margin-bottom: 4px;
}

.tarif-card-card__title {
    font-size: 18px;
    font-family: ProMed, sans-serif;
    margin-bottom: 4px;
    color: #000;
}

.tarif-card-card__title:hover {
    color: #7E37E8;
}

.tarif-card-card__pricing-actions {
    /* Actions container */
}

@media screen and (max-width: 768px) {
    .tarif-card-card__pricing-actions {
        width: auto;
        position: absolute;
        bottom: 40px;
        left: 16px;
    }
}

.tarif-card-card__pricing {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__pricing {
        justify-content: space-between;
        margin-top: 20px;
        margin-right: 0;
    }
}

.tarif-card-card__price {
    font-size: 26px;
    font-family: ProMed, sans-serif;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__price {
        margin-bottom: 50px;
    }
}

.tarif-card-card__price--old {
    margin-right: 6px;
    position: relative;
}

.tarif-card-card__price--old:before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 19px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

@media screen and (max-width: 768px) {
    .tarif-card-card__price--old {
        margin-right: 12px;
    }
}

.tarif-card-price__label {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg,sans-serif;
    margin-left: 4px;
}

.tarif-card-card__services {
    display: flex;
    margin-top: 16px;
    margin-left: 30px;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .tarif-card-card__services {
        flex-direction: column;
        margin-left: 16px;
        margin-right: 16px;
    }
}

.tarif-card-card__service-item--internet, 
.tarif-card-card__service-item--tv, 
.tarif-card-card__service-item--mobile {
    width: 180px;
    margin-right: 40px;
    display: flex;
    align-items: start;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__service-item--internet, 
    .tarif-card-card__service-item--tv, 
    .tarif-card-card__service-item--mobile {
        width: auto;
        margin-top: 20px;
    }
}

.tarif-card-card__services svg {
    min-width: 28px;
    height: auto;
    margin-right: 12px;
}

.tarif-card-card__service-value--speed, 
.tarif-card-card__service-value--channels {
    font-size: 22px;
    font-family: ProMed, sans-serif;
}

.tarif-card-speed__label {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}

.tarif-card-card__service-info {
    font-size: 14px;
    margin-bottom: 5px;
}

.popular-providers-list__tarif-row-quest-cont {
    display: flex;
    flex-wrap: wrap;
    font-family: ProMed, sans-serif;
    font-size: 16px;
}

.popular-providers-list__tarif-row-quest-cont:hover {
    cursor: help;
}

.tarif-card-more-description {
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    color: #7D90A6;
    right: 50%;
    transform: translateX(50%);
}

.tarif-card-card__expand-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__expand-button {
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .tarif-card-card__expand-button {
        right: 16px;
        bottom: 20px;
    }
}

.tarif-card-card__details {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F6F9FC;
    border: 1px solid #E6EDF5;
    padding: 0 30px 85px;
}

@media screen and (max-width: 1000px) {
    .tarif-card-card__details {
        padding-bottom: 0;
    }
}


/* --- Additional Tariff Card Pieces --- */

.popular-tarif-card-card__badge {
    max-height: 22px;
    min-width: 74px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    position: absolute;
    left: -20px;
    top: 10px;
}

.tarif-card .compare-button {
    position: absolute;
    right: 90px;
    bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .tarif-card .compare-button {
        display: none;
    }
}

.compare-button-mob {
    display: none;
}

@media screen and (max-width: 1000px) {
    .compare-button-mob {
        display: block;
    }
}


/* --- Review Short Card BEM Recovery --- */

.review-card {
    padding: 30px 30px 20px 30px;
    border-radius: 12px;
    background-color: white;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    box-shadow: 0 15px 25px 0 rgba(28, 71, 158, 0.05);
    max-width: 490px;
    margin-bottom: 20px;
    box-sizing: content-box;
}

.review-card--provider {
    max-width: 530px;
}

.review-card__header {
    display: flex;
    justify-content: space-between;
}

.review-card__provider-meta {
    display: flex;
}

.review-card__title-row {
    display: flex;
    flex-direction: column;
}

.review-card__title {
    font-size: 18px;
    font-family: ProMed, sans-serif;
}

.review-card__title a {
    color: #000;
}

.review-card__title a:hover {
    color: #7E37E8;
}

.review-card__date {
    font-size: 14px;
    color: #7D90A6;
    margin-top: 4px;
    display: flex;
}

.review-card__ratings {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.review-card__ratings--full {
    justify-content: flex-start;
}

.review-card__rating-item {
    font-size: 12px;
    color: #7D90A6;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.review-card__rating-item--full {
    margin-right: 50px;
}

.review-card__rating-score {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: ProMed, sans-serif;
    color: #000;
    margin-bottom: 4px;
}

.review-card__rating-score img {
    margin-right: 9px;
}

.review-card__comment {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
}

.review-card__author {
    color: #000;
    font-family: ProMed, sans-serif;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
}

.review-card__author img {
    width: 14px;
    margin-right: 6px;
}

@media screen and (max-width: 1200px) {
    .review-card {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1000px) {
    .review-card__ratings {
        justify-content: flex-start;
    }
    
    .review-card__rating-item {
        margin-right: 40px;
    }
    
    .review-card__rating-item:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 590px) {
    .review-card {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .review-card__header {
        flex-direction: column;
    }
    
    .review-card__header .review-card__provider-meta {
        margin-bottom: 10px;
    }
}


/* --- Provider Card BEM Recovery --- */

.provider-card {
    padding: 30px 0 100px;
    background-color: white;
    border-radius: 12px;
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    box-sizing: content-box;
    border: 1px solid #E6EDF5;
}

.provider-card--page {
    width: auto;
}

.provider-card__main {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    position: relative;
    margin: 0 30px 20px;
}

.provider-card__logo {
    height: 110px;
    width: 110px;
    border: 1px solid #ECF4FC;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: 0.15s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-sizing: content-box;
}

.provider-card__logo:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05); 
    -moz-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05); 
    box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
}

.provider-card__logo img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.provider-card__info {
    margin-left: 20px;
    width: 100%;
    position: relative;
}

.provider-card__header {
    display: flex;
    justify-content: space-between;
}

.provider-card__title-group {
    display: flex;
    flex-direction: column;
}

.provider-card__title {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}

.provider-card__more-link {
    font-size: 14px;
    color: #7E37E8;
}

.provider-card__rating {
    display: flex;
    align-items: center;
    font-family: ProMed, sans-serif;
    font-size: 16px;
}

.provider-card__stats {
    display: flex;
}

.provider-card__counts {
    display: flex;
    margin-top: 10px;
}

.provider-card__count-item {
    font-size: 14px;
    font-family: ProMed, sans-serif;
    padding: 14px 25px 14px 50px;
    border-radius: 99px;
    border: 1px solid #E6EDF5;
    margin-right: 8px;
    color: #000;
    text-align: center;
    position: relative;
}

.provider-card__count-item span {
    position: absolute;
    height: 32px;
    width: auto;
    min-width: 32px;
    background-color: #E6EDF5;
    left: 8px;
    top: 6px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-card__count-item:hover {
    background-color: #7E37E8;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.provider-card__pricing {
    display: flex;
    justify-content: flex-start;
}

.provider-card__price-label {
    font-size: 12px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
    margin-bottom: 3px;
}

.provider-card__tarifs-title {
    font-size: 16px;
    color: #7D90A6;
    margin-left: 30px;
}

.provider-card__tarifs-list {
    /* List container */
}

@media screen and (max-width: 1000px) {
    .provider-card {
        padding: 30px 15px 100px;
    }
    
    .provider-card__main {
        margin: 0;
        flex-wrap: wrap;
    }
    
    .provider-card__logo {
        height: 80px;
        width: 80px;
    }
    
    .provider-card__info {
        margin-left: 0;
        margin-top: 15px;
    }
    
    .provider-card__title {
        font-size: 20px;
    }
    
    .provider-card__stats {
        flex-direction: column;
    }
    
    .provider-card__pricing {
        margin-top: 15px;
    }
    
    .provider-card__price-item {
        margin-left: 0;
        margin-right: 20px;
    }
}


/* --- Index Page Blocks BEM Recovery --- */

.providers-list__container {
    margin: 30px auto;
    max-width: 1220px;
    text-align: center;
}

.providers-list__sub {
    max-width: 800px;
    margin: 0 auto;
    color: #7D90A6;
    font-size: 16px;
    line-height: 1.5;
}

.providers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.provider-card--list {
    margin: 10px;
    font-family: ProMed, sans-serif;
    max-width: 101px;
    text-align: center;
}

.provider-card--list a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.providers-list__logo {
    height: 101px;
    width: 101px;
    margin-bottom: 10px;
    border: 1px solid #ECF4FC;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.15s ease-in-out;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-card--list:hover .providers-list__logo {
    transform: scale(1.05);
    box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
}

.providers-list__logo img {
    max-width: 80%;
    height: auto;
}

.provider-card__logo--more {
    background-color: #7E37E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-card__logo--more a {
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.about-company__container {
    margin-bottom: 100px;
}

.about-company__guarantee {
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-company__guarantee-item {
    text-align: center;
    max-width: 320px;
    padding: 20px 30px;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-company__guarantee-title {
    font-size: 26px;
    font-family: ProBold, sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.about-company__guarantee-description {
    font-size: 16px;
    font-family: ProReg, sans-serif;
    color: #7D90A6;
}

.seo-text--homepage {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-top: 40px;
}

.call-back-h1 {
    font-size: 32px !important;
    margin-bottom: 25px !important;
}

@media screen and (max-width: 1000px) {
    .providers-list {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .about-company__guarantee {
        flex-direction: column;
        align-items: center;
    }
    
    .about-company__guarantee-item {
        max-width: 100%;
        padding: 20px 0;
    }
}


/* --- Remaining Embed Templates BEM Recovery --- */

/* Provider Tarif Card */
.tarif-card-row {
    width: 100%;
    box-sizing: border-box;
}

.popular-tarif-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #E6EDF5;
}

.popular-tarif-card-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tarif-card-row-details {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #000;
    margin-left: 12px;
}

.popular-tarif-card-mobile-title {
    font-size: 12px;
    color: #7D90A6;
    margin-bottom: 2px;
}

/* Last Order Item */
.order-card {
    padding: 0 0 16px 0;
    border: 1px solid #E6EDF5;
    background-color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: 0.1s;
    overflow: hidden;
}

.order-card__date-wrapper {
    display: flex;
    background-color: #F6F9FC;
    border-bottom: 1px solid #E6EDF5;
    padding: 12px 30px;
    align-items: center;
}

.order-card__date, .order-card__provider {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.last-orders__list-sub {
    font-size: 12px;
    color: #7D90A6;
    margin-bottom: 4px;
}

.last-orders__list-info {
    font-size: 16px;
    font-family: ProMed, sans-serif;
    color: #000;
}

.order-card__details {
    display: flex;
    padding: 20px 30px;
}

.order-card__column {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.order-card__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 10px;
}

.order-card__price {
    font-size: 20px;
    font-family: ProBold, sans-serif;
}

.order-card__price-suffix {
    font-size: 14px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
}

/* Search Form */
.tarifs-page__search-form-container {
    width: 100%;
}

.tarifs-page__search-form {
    display: flex;
    margin-top: 8px;
}

@media screen and (max-width: 1000px) {
    .tarifs-page__search-form {
        flex-direction: column;
    }
    
    .tarifs-page__search-form button {
        margin-top: 10px;
        width: 100%;
    }
    
    .popular-tarif-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }
    
    .order-card__details {
        flex-direction: column;
    }
    
    .order-card__column {
        margin-bottom: 15px;
    }
}


/* --- Final Visual Polish --- */

/* All Reviews Button */
.all-button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    clear: both;
}

.all-button a.button-main {
    border: 2px solid #C7D8E9;
    padding: 16px 50px;
    font-size: 18px;
    text-decoration: none !important;
    border-radius: 99px;
    color: #1A1A1A !important;
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: 0.2s ease;
    width: auto;
    font-family: ProMed, sans-serif;
}

.all-button a.button-main:hover {
    background-color: #F6F9FC;
    border-color: #A1B8D1;
    transform: translateY(-2px);
}

.all-button a.button-main::after {
    margin-left: 16px;
    content: url(/assets/icons/arrow_black.svg);
    display: flex;
    align-items: center;
    line-height: 1;
}

/* Tariff Card Popular Badge */
.tarif-card-card__badge {
    position: absolute;
    top: 15px;
    left: -32px;
    padding: 4px 35px;
    transform: rotate(-45deg);
    z-index: 10;
    font-size: 11px;
    font-family: ProBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.popular-tarif-card-card__badge {
    background-color: #7E37E8;
    color: #fff;
}

/* Provider Page - Tariff Rows */
.popular-tarif-card {
    position: relative;
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #ECF4FC;
    display: flex;
    align-items: center;
    width: 100%;
}

.popular-tarif-card-row-name {
    flex: 0 0 25%;
    font-size: 18px;
    font-family: ProBold, sans-serif;
    color: #1A1A1A;
    padding-right: 20px;
}

.popular-tarif-card-row-options {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popular-tarif-card-row {
    flex: 1;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.popular-tarif-card-row svg {
    margin-right: 12px;
    flex-shrink: 0;
}

.tarif-card-row-details {
    display: flex;
    flex-direction: column;
}

.popular-tarif-card-mobile-title {
    display: none; /* Hidden on desktop */
}

.popular-tarif-card-row-options .button-border {
    flex: 0 0 220px;
    margin-left: 20px;
}

@media screen and (max-width: 1100px) {
    .popular-tarif-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    
    .popular-tarif-card-row-name {
        flex: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .popular-tarif-card-row-options {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    
    .popular-tarif-card-row {
        width: 100%;
        margin-bottom: 15px;
        flex: auto;
    }
    
    .popular-tarif-card-mobile-title {
        display: block;
        font-size: 11px;
        color: #7D90A6;
        margin-bottom: 4px;
    }
    
    .popular-tarif-card-row-options .button-border {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

.form_search_map_wrapper {
    display: none;
    width: 100%;
    height: 400px;
    margin-top: 15px;
    border: 1px solid #ECF4FC;
    border-radius: 12px;
    overflow: hidden;
}

.btn-map-opener.opened + .form_search_map_wrapper {
    display: block;
}

@media screen and (max-width: 991px) {
    .btn-map-opener {
        margin-top: 10px;
        display: inline-block;
    }
}
.button-border {
    border: 2px solid #7E37E8;
    font-size: 16px;
    padding: 12px 30px 12px 50px ;
    border-radius: 99px;
    display: flex;
    align-items: center;
    max-width: 250px;
    color: #000;
    position: relative;
    white-space: nowrap;
    background-color: transparent;
}

.tarif .button-border {
    max-width: 180px;
    position: absolute;
    right: 148px;
    bottom: 30px;
}

.button-border:hover {
    background-color: #6600FF;
    color: #fff;
}

.providers-cont-popular-more .button-border:hover svg {
    fill: #fff;
}

.button-border svg {
    position: absolute;
    left: 16px;
}

.sale-tag {
    text-align: center;
    font-family: ProMed, sans-serif;
    background-color: #FFD037;
    font-size: 11px;
    color: #000;
}

.sale-tag.--show-mobile {display: none}

@media screen and (max-width: 1000px) {
    .sale-tag.--show-mobile {display: block!important; margin-left: auto}
    .sale-tag.--hide-mobile {display: none!important;}
}

.tarif-sale-tag {
    margin-bottom: 5px;

}

.tarif-old-price {
    margin-right: 6px;
    position: relative;
}

.tarif-old-price:before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 19px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-old-price.tarif-old-price--providers:before {
    display: block;
    position: absolute;
    width: 110%;
    margin-top: 10px;
    border: 0.5px solid red;
    background-color: red;
    margin-left: -1px;
}

.tarif-button.disabled {
    background: #808080!important;
    border: 1px solid #808080;
    color: #fff;
}

.button-border.disabled {
    background-color: #C7D8E9;
    border: 2px solid #C7D8E9;
    color: #000;
    padding: 12px 30px;
}

.tarif-without {
    font-family: ProMed, sans-serif;
    font-size: 18px;
}

.tarif-opisanie .popular-tarif-row {
    border: 1px solid #E6EDF5;
    border-radius: 12px;
    padding: 12px 24px 12px 12px;
    margin-right: 12px;
    width: auto;

    font-family: ProMed;
    display: flex;
    align-items: center;
}

.tarif-opisanie .tarif-without {
    font-size: 16px;
    font-family: ProReg;
    position: relative;
}

.tarif-opisanie .tarif-old-price:before {
    margin-top: 10px;
}

.tarif-opisanie .popular-tarif-row svg {
    height: 40px;
    width: 40px;
    margin-top: 0px;
}

.provider-header-buttons .button-border {
    max-width: none;
    padding: 17px 40px 15px;
    margin-left: 8px;
    font-size: 18px;
}

.popular-tarifs-subtitle {
    font-size: 16px;
    color: #7D90A6;
    margin-left: 30px;
}

.popular-tarifs-tr {
    font-size: 14px;
    color: #7D90A6;
    padding: 0 20px;
    font-family: ProReg, sans-serif;
    margin-bottom: 10px;
    display: none;
}

.popular-tarif {
    padding: 20px 30px;
    background-color: #F6F9FC;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #E6EDF5;
    border-bottom: 1px solid #E6EDF5;
}

.popular-tarif-row-options {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.popular-tarif-row {
    width: 23%;
    display: flex;
    position: relative;
}

.popular-tarif-row svg {
    margin-right: 10px;
    margin-top: 3px;
}

.popular-tarif-row .tarif-row-details {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.tarif-opisanie .tarif-row-details {
    margin-top: 5px;
    font-size: 18px;
}

.popular-tarif-row-name {
    width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
}

.popular-tarif-row-button {
    width: 9%;
    min-width: 98px;
    margin-top: 18px;
}

.popular-sale-tag {
    max-height: 22px;
    min-width: 74px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    position: absolute;
    left: -20px;
    top: 10px;
}

.popular-tarif-row-quest {
    padding: 3px 8px;
    background-color: #D9E0EC;
    border-radius: 99px;
    margin-left: 3px;
    font-size: 14px;
    max-height: 16px;

}

.popular-tarif-row-quest-text {
    position: absolute;
    width: 200px;
    background-color: #293148;
    border-radius: 12px;
    color: white;
    padding: 10px;
    font-size: 16px;
    font-family: ProReg, sans-serif;
    margin-bottom: 25px;
    bottom: 0;
    display: none;
    z-index: 80;
}

.hide-tarif-modal-text {
    font-size: 16px;
    width: 90px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    color: #7E37E8;
    font-family: ProMed, sans-serif;
    outline: none!important;
    border: none;
    background: none;
}

.hide-tarif-modal-text:hover {
    filter:brightness(130%);
    cursor: pointer;
    transform: scale(1.08);
}

.popular-tarif-row .old-price-hr {
    margin-top: 10px;
}

.tarif-important-info .tarif-old-price {
    margin-right: 10px;
}

.tarif-page-price .tarif-old-price {
    font-size: 20px;
}

.popular-tarif-mobile-title {
    display: block;
    font-size: 12px;
    color: #7D90A6;
    font-family: ProReg, sans-serif;
    margin-bottom: 4px;
    margin-left: 0;
}

.popular-tarif-row-quest-cont {
    display: flex;
    flex-wrap: wrap;
    font-family: ProMed, sans-serif;
    font-size: 16px;
}

.popular-tarif-row-quest-cont:hover .popular-tarif-row-quest {
    background-color: #293148;
    color: white;
    cursor: help;
}

.popular-tarif-row-quest-cont:hover {
    cursor: help;
}

.popular-tarif-row-quest-cont:hover + .popular-tarif-row-quest-text {
    display: block;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);

}

.toplug-tarif-scroll-right .tarif-old-price {
    font-size: 14px;
}

.toplug-tarif-scroll-right .tarif-old-price hr {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .popular-tarif-row-name {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 8px;
    }
    .tarif-row-details .popular-tarif-mobile-title {
        margin-bottom: 0;
    }
    .providers-cont-popular-more .button-border:hover {
        background-color: transparent;
        color: #7e37e8;
    }
    .popular-tarif-row-options .button-border {
        max-width: none;
        width: 100%;
        justify-content: center;
        padding: 12px 0;
    }
    .popular-tarif-row-options .button-border svg {
        position: relative;
        left: 0;
        margin-right: 8px;
    }
    .provider-header-buttons .button-border {
        justify-content: center;
        padding: auto;
        padding: 17px 0px 15px;
    }
    .provider-header-buttons .button-border {
        margin-left: 0;
        text-wrap: wrap;
    }
    .tarif .button-border {
        max-width: none;
        position: absolute;
        margin: 0;
        width: 70%;
        right: 0;
        left: 16px;
        bottom: 20px;
        justify-content: center;
        padding: 8px 0;
        font-family: ProMed;
        font-size: 18px;
        min-height: 46px;
    }
    .button-border svg {
        position: relative;
        margin-right: 8px;
        left: 0;
    }
    .tarif-old-price {
        margin-right: 12px;
    }
    .popular-tarifs-subtitle {
        margin-left: 12px;
    }
    .popular-tarif-row-quest-cont, .tarif-channels, .tarif-mob-info {
        font-size: 14px;
    }
    .popular-tarif-row {
        width: 49%;
        display: flex;
        margin-left: 0;
        margin-bottom: 12px;
    }
    .provider-header-buttons button, .provider-header-buttons a.button-main.button-border {
        margin-bottom: 8px;
    }
    .provider-header-buttons a.button-main.button-border:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .popular-tarif {
        flex-wrap: wrap;
        padding: 20px;
    }
    .popular-tarif-row-options {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .popular-tarif-row-button {
        width: 100%;
        text-align: center;
    }
    .popular-tarifs-tr {
        display: none;
    }
}

.tarif-row {width: 100%;box-sizing: border-box}

.tarif-row.hide {
    display: none;
}

.tarif-row.show {
    display: flex;
}

.top_providers-title-link
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.top_providers-title-link img
{
    height: 12px;
    margin-left: 10px;
    transition: 0.1s;
}

.top_providers-title-link a
{
    font-family: ProMed, sans-serif;
    margin-top: 7px;
    margin-right: 7px;
    white-space: nowrap;
}

.top_providers-title-link a:hover
{

    transition: 0.1s;
}

.top_providers-title-link a:hover img
{
    transform: translateX(8px);
    transition: 0.1s;
}

.tarifs-filter .top_providers-title-link
{
    flex-wrap: wrap;
}

.button-more
{
    border-radius: 99px;
    background-color: #7E37E8;
    min-width: 46px;
    height: 46px;
    margin-left: 10px;
    border: none;
    position: relative;
}

.button-more:hover .button-more-img
{
    margin-top: 8px;
    margin-bottom: auto;
    transition: 0.2s;
}

.button-more-img
{
    transition: 0.2s;
    transform: rotate(90deg);
    height: 12px;
}

@media screen and (max-width: 1000px)
{
    .top_providers-title-link .a-all
    {
        display: none;
    }

    .button-more
    {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .top_providers-title-link .h1 {
        text-align: center;
    }
}
.provider_body {
    background-color: #fff;
}

.header-title-body
{
    background-color: #F6F9FC;
    border-bottom: 1px solid #E6EDF5;
    border-top: 1px solid #E6EDF5;
}

.provider-header-logo
{
    width: 72px;
    height: 72px;
}

.provider-header-cont
{
    background-color: white;
    padding-top: 20px;
}

.provider-header
{
    padding: 40px 0 40px;
    display: flex;
    border-radius: 25px 25px 0 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.provider-header .main-reviews-raiting
{
    position: absolute;
    right: 0;
    top: 40px;
}

.provider-header-info-title-rating
{
    display: flex;
    align-items: center;
}

.provider-header-info-title-rating .top_providers-logo
{
    margin-right: 20px;
}

.provider-header-info
{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.provider-header-info-title
{
    font-size: 32px;
    font-family: ProMed, sans-serif;
    margin-bottom: 20px;
}

.provider-header-buttons
{
    display: flex;
    flex-wrap: nowrap;
}

.provider-header-buttons .button-border
{
    max-width: none;
    padding: 17px 40px 15px;
    margin-left: 8px;
    font-size: 18px;
}

.provider-header-buttons-min-max
{
    margin-top: 32px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column-reverse;
    gap: 24px;
}

.provider-header-min-max
{
    display: flex;
    gap: 56px;
}

.provider-header-min-max .top-providers-min_max-sub
{
    font-size: 14px;
}

.provider-header-min-max span
{
    font-size: 18px;
}

.provider-header-min-max svg
{
    height: 30px;
    width: auto;
}

.provider-header-min-max .top-providers-min_max-item
{
    align-items: normal;
}

.button-dark
{
    background-color: #293148;
    margin-left: 8px;
}

.provider-header-tabs-cont
{
    width: 100%;
    border-top: 1px solid #c7d8e9;
}

.provider-header-tabs
{
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #F6F9FC;

}

.provider-header-tabs img
{
    margin-right: 35px;
}

.provider-tab
{
    display: flex;
    color: #000;
    font-size: 18px;
}

.tarifs-tab
{
    position: relative;
    width: auto;
}


.tarifs-tab:hover + .provider-tab-drop
{
    display: flex;
}

.provider-tab-drop
{
    display: none;
    position: absolute;
    flex-direction: column;
    line-height: 30px;
    padding: 16px;
    min-width: 180px;
    background-color: #F6F9FC;
    border: 1px solid #C7D8E9;
    border-radius: 10px;
    box-shadow: 0 15px 25px 0 rgb(28 71 158 / 5%);
    z-index: 999;
    margin-left: -20px;
}

.provider-tab-drop:hover
{
    display: flex;
}

.provider-tab-drop a
{
    color: #000;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.provider-tab-drop a:hover img
{
    display: block;
}

.provider-tab-drop a img
{
    margin: 0;
    display: none;
    height: 12px;
}

.provider-tab-count
{
    font-size: 14px;
    font-family: ProMed, sans-serif;
    color: white;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 99px;
    padding-top: 1px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

.tab-count-tarif
{
    background-color: #FFBB00;
}

.tab-count-review
{
    background-color: #7D90A6;
}
.tab-count-sale
{
    background-color: #FB3874;
}
.tab-count-news
{
    background-color: #000;
}

.provider-header-tabs a
{
    text-decoration: none;
    padding: 20px 52px;
    border-right: 1px solid #C7D8E9;
    border-left: 1px solid #C7D8E9;
    font-family: ProReg;
}

.provider-header-tabs a:hover
{

    background-color: #E8F1F9;
}

.provider-tab-drop a
{
    border: none;
    background-color: #F6F9FC;
}

.provider-tab-active
{
    background-color: #E8F1F9;
    font-family: ProMed!important;
}

.provider-tab-active img
{
    display: none;
}


.provider-content
{
    margin-top: 30px;
}

.provider-content-title-sort
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.dropdown-sort
{
    color: #000;
    font-family: ProReg, sans-serif;
}
.dropdown-sort.label {
    margin-left: 0;
}
.dropdown-sort.label:hover {
    text-decoration: underline;
    color: #7E37E8;
}
.filter-dropdown-sort a
{
    color: #000;
    text-decoration: none;
    font-family: ProReg, sans-serif;
}

.filter-dropdown-sort
{
    margin-left: 20px;
    width: 20%;
}

.filter-dropdown-sort img
{
    margin-left: 20px;
}

.filter-dropdown-sort a:hover
{
    color: #7E37E8;
}
.filter-dropdown-content input[name=sort] {
    width: 1px;
    height: 1px;
    opacity: 0.01;
    display: inline-block;
    position: absolute;
}
.provider-content-news
{
    display: flex;
    flex-wrap: wrap;
    max-width: 1220px;
    margin: 10px auto 0;
    justify-content: center;
}
.search-providers-cont
{
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-left: 150px;
    padding-right: 150px;
    max-width: 900px;
    margin-bottom: 40px;
    box-sizing: content-box;
}
@media screen and (max-width: 910px) {
    .search-providers-cont
    {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0;
    }
    .search-providers-cont-main
    {
        padding: 0;
        margin: 0 20px;
    }
}
@media screen and (max-width: 500px) {
    .search-providers-cont .cont-white
    {
        margin-left: 0;
        margin-right: 0;
    }
}

.tarifs-filter
{
    max-width: 1200px;
    margin: 15px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tarifs-filter .top_providers-title-link
{
    flex-wrap: wrap;
}

.filter-dropdown
{
    background-color: white;
    padding: 14px 45px 14px 20px;
    border-radius: 12px;
    border: 1px solid #E6EDF5;
    width: 210px;
    position: relative;
    margin-bottom: 8px;
    box-sizing: content-box;
}

.filter-dropdown-slider
{
    min-width: 20%;
}

.filter-dropdown:hover .filter-dropdown-content
{
    display: flex;
    -webkit-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    -moz-box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    box-shadow: 0 15px 25px 0 rgba(28,71,158,0.05);
    box-sizing: content-box;
}


.filter-dropdown:hover .filter-dropdown-title img
{
    transform: rotate(270deg);

}

.filter-dropdown:hover .filter-dropdown-title
{
    color: #7E37E8;
}

.filter-dropdown-title
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

.filter-dropdown img
{
    height: auto;
    transform: rotate(90deg);
    background-color: #B48BE6;
    padding: 9px 12px;
    border-radius: 99px;
    position: absolute;
    right: 16px;
}

.filter-dropdown-content
{
    display: none;
    flex-direction: column;
    width: calc(100% - 40px);
    line-height: 25px;
    position: absolute;
    z-index: 99;
    background-color: white;
    padding: 20px 20px 15px 20px;
    margin-left: -21px;
    margin-top: 8px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom: 1px solid #E6EDF5;
    border-left: 1px solid #E6EDF5;
    border-right: 1px solid #E6EDF5;
}

.filter-dropdown-content a
{
    font-family: ProReg, sans-serif;
}

.filter-dropdown-slider-content
{
    width: calc(100% - 40px);
}

.filter-dropdown-content label
{
    margin-left: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}
.filter-dropdown-content-buttons
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;

}

.filter-dropdown-content-buttons a
{
    font-family: ProReg, sans-serif;
}
.filter-dropdown-content-buttons .btn-apply {
    text-decoration: none;
    padding: 2px 26px;
    border: 2px solid #7E37E8;
    border-radius: 99px;

}
.filter-dropdown-content-buttons .btn-cancel {
    color: #000;
    text-decoration: none;
}
.filter-dropdown-content-buttons .btn-apply:hover,
.filter-dropdown-content-buttons .btn-cancel:hover {
    cursor: pointer;
    text-decoration: underline;
}
.filter-min-max-price
{
    display: flex;
    justify-content: space-between;
    color: #7D90A6;
    font-size: 12px;

}

.filter-min-max-price .entry
{
    max-width: 48%;
    padding: 8px 5px 8px 8px;
    margin-bottom: 16px;
    font-size: 14px;
}

.filter-price-select
{
    width: 100%;
    text-align: center;
}

.dropdown-providers-list
{
    overflow: scroll;
    max-height: 250px;
    overflow-x: hidden;
}

.dropdown-providers-list::-webkit-scrollbar {
    width: 4px;
}
.dropdown-providers-list::-webkit-scrollbar-track {
    width: 4px;
    height: 20px;
    background-color: white;
}
.dropdown-providers-list::-webkit-scrollbar-thumb {
    background-color: #BDC7D2;
    border-radius: 99px;
    transition: 0.2s;
    width: 4px;
}

.filter-price-range
{
    width: 100%;
    border: 0;
    background-color: black;
}

.filter-price-range
{
    height: 3px;
    -webkit-appearance: none;
    background-color: #C7D8E9;
}

.filter-price-range::-webkit-slider-thumb
{
    width: 11px;
    -webkit-appearance: none;
    height: 11px;
    cursor: pointer;
    background: #7E37E8;
    border-radius: 50%;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
}

.filter-price-count
{
    font-size: 14px;
}

.filter-dropdown-search-providers
{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.filter-search-providers-sort
{
    min-width: 50px;
}

.filter-dropdown-search-providers a
{
    font-size: 14px;
    font-family: ProBlack, sans-serif;
    width: 35%;
    text-align: right;
    margin-left: 5px;
}

.filter-dropdown-search-providers img
{
    transform: rotate(360deg);
    width: 8px;
    margin-left: 3px;
}

.entry-filter-search
{
    padding: 8px 15px 8px 15px;
    font-size: 14px;
    width: 95%;
    margin-right: 3px;
    cursor: text!important;
}

.filter-dropdown-content input:hover
{
    cursor: pointer;
}

.filter-dropdown-content label:hover
{
    cursor: pointer;
}

.filter-reset
{
    max-width: 1200px;
    margin: 8px auto 20px;
    color: #7D90A6;
    display: flex;
    justify-content: flex-end;
    flex-wrap:wrap-reverse;
}

.filter-reset span
{
    font-size: 14px;
}

.filter-reset span a
{
    margin-left: 20px;
    font-size: 16px;
}

.between-filter span
{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.filter-sort a
{
    color: #7D90A6;
    font-family: ProReg, sans-serif;
    margin-right: 20px;
}

.filter-sort-cont
{
    margin-bottom: 16px;
}

.filter-sort .sort-active
{
    color: #7E37E8;
}

.filter-sort img
{
    margin-right: 6px;
}
.tarifs-consultation
{
    padding: 40px;
    background-color: #DEF5FF;
    display: flex;
    color: #000;
    border-radius: 12px;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1120px;
    box-sizing: content-box;
}

.tarifs-consultation-text
{

    margin-right: 30px;
}

.tarifs-consultation-title
{
    font-size: 26px;
    margin-bottom: 16px;
}

.tarifs-consultation-subtitle
{
    font-size: 14px;
    color:#000;
}

.button-consultation
{
    font-size: 18px;
    background-color: #1965FD;
    border: 2px solid #5396FF;
}

.tarifs-consultation-form
{
    display: flex;
    align-items: center;
}

.entry-consultation-name
{
    width: 128px;
    margin-right: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    box-sizing: content-box;
}

.entry-consultation-phone
{
    width: 160px;
    margin-right: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    box-sizing: content-box;
}
@media screen and (max-width: 1200px) {
    .tarifs-consultation
    {
        max-height: 400px;
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 1000px) {
    .tarifs-consultation
    {
        flex-direction: column;
        align-items: center;
        padding: 20px 25px;
        min-width: 240px;
        width: 310px;
        height: 80%;
        text-align: center;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .tarifs-consultation-text
    {
        margin-right: 0;
    }
    .review-consultation
    {
        margin-left: 0;
        margin-right: 0;
    }

    .tarifs-consultation-form
    {
        flex-direction: column;
        width: 100%;
    }

    .tarifs-consultation-form .entry
    {
        width: calc(100% - 40px);
        margin-right: 0;
        margin-bottom: 8px;
    }

    .tarifs-consultation-form .button-consultation
    {
        width: 100%;
    }

    .tarifs-consultation img
    {
        max-width: 70px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .tarifs-consultation-subtitle
    {
        margin-bottom: 20px;
    }

    .tarifs-consultation-title
    {
        margin-right: 0;
    }

    .review-consultation
    {
        align-items: flex-start;
        text-align: left;
        width: auto;
    }

    .review-consultation .tarifs-consultation-form
    {
        flex-direction: row;
    }

    .review-consultation-img-text img
    {
        margin-right: 20px;
    }

    .review-consultation-form .button-consultation
    {
        width: 20%;
    }

    .review-consultation-form .entry
    {
        width: auto;
        margin-bottom: 0;
        margin-right: 8px;
        width: 20%;
    }
}
.tarif-details-opisanie
{
    width: 70%;
    margin-right: 20px;
}
.tarif-details
{
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F6F9FC;
    border: 1px solid #E6EDF5;
    padding: 0 30px 85px;
}
.tarif-details-column
{
    display: flex;
    flex-direction: column;
    width: 46%;
}

.tarif-details-services
{
    margin-right: 0;
    margin-bottom: 24px;
}
.tarif-details-services--action {
    display: none;
}
.internet-tv-cannals
{
    margin-right: auto;
}

.tarif-details-item
{
    border-bottom: 1px solid #E8F1F9;
    margin-bottom: 12px;
}

.tarif-details-title
{
    margin-bottom: 8px;
    font-family: ProMed, sans-serif;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #7E37E8;

}

.tarif-details-title img
{
    display: none;
}

.tarif-details-item-title
{
    display: flex;
    justify-content: space-between;
    font-family: ProReg, sans-serif;
    margin-bottom: 8px;
}

.tarif-details-item-description
{
    color: #7D90A6;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tarif-details-item-count
{
    font-family: ProMed, sans-serif;
    color: #000;
}
@media screen and (max-width: 1000px) {
    .tarif-details-opisanie
    {
        width: 100%;
    }
    .tarif-details-title
    {
        font-size: 14px;
    }

    .tarif-details-item-title
    {
        font-size: 14px;
    }

    .tarif-details-item-description
    {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .tarif-details-services
    {
        margin-top: 10px;
    }

    .tarif-details-column
    {
        width: 100%;
    }
    .tarif-details
    {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .tarif-details
    {
        padding: 0 20px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 500px) {
    .tarif-details-services--action {
        display: block;
    }
    .tarif-details-services--action .tarif-details-title {
        color: #FB3874;
    }
    .tarif-details-services--action .tarif-details-item {
        border-color: #FB3874;
    }
}