.tooltip {
    width:20px;
    height: 20px;
    background: url("../img/hint.svg") center/contain no-repeat;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}
.tooltip__wrapper {
    display: flex;
    gap: 10px;
}
html {
    scroll-behavior: smooth;
}
.esf .shadow {
    box-shadow: 0 10px 20px rgba(76, 86, 86, 0.2);
}
.esf .banner p {
    margin-bottom: 24px;
}
.esf .banner {
    background: url(../img/banner_esf.webp) center/cover no-repeat;
    margin-bottom: 60px;
}
.esf .banner__content {
    text-align: center;
}
.esf .banner__subtitle {
    font-weight: 700;
    font-size: 14px;
}
.esf .banner__buttons {
    display: flex;
    flex-direction: column;
    gap:25px;
    align-items: center;
}
.esf .banner__inner {
    padding: 50px 0 110px;
    position: relative;
}
.esf .banner__inner .sphere {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:50%;
    width: 430px;
    height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 137, 141, 0.7);
    border-radius: 50%;
    display: none;
}
.esf .banner__inner .sphere__content {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap:10px;
    width: 70%;
}
.esf .banner__inner .sphere__content p {
    margin: 0;
}
.esf .banner__inner .sphere__text {
    color: white;
    font-size: 28px;
}
.esf .banner__inner .sphere__title {
    color: #B1E5DF;
    margin-bottom: 30px;
    font-size: 32px;
}
.esf .section-how-subscribe__steps {
    gap:0;
}
.esf .page-section.landing-section_top {
    text-align: center;
    padding: 0;
    box-shadow: none;
}
 .esf .price {
     padding-top:40px;
     padding-bottom: 40px;
     border-top: 1px solid #C6C9CB;
     text-align: right;
 }
.esf .form ul {
    list-style: none;
}

.esf .banner__button {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.esf .section {
    margin-top: 70px;
    margin-bottom: 80px;
}

.esf .section.section_text {
    margin-top: 6.625em;
    margin-bottom: 6.125em;
}

.esf .target__item {
    margin-top: 56px;
}

.esf .target__item::before {
    content: '';
    display: block;
    width: 100%;
    min-height: 206px;
    background-repeat: no-repeat;
    background-size: cover;
}

.esf .target__item_accountants::before {
    background-image: url(../img/target-accountants.jpg);
}

.esf .target__item_businessmen::before {
    background-image: url(../img/target-businessmen.jpg);
}

.esf .target__item_networks::before {
    background-image: url(../img/target-networks.jpg);
}

.esf .target__item div {
    padding: 39px 24px;
}

.esf .target__item h3 {
    margin-bottom: 32px;
    font-size: 18px;
}

.esf .target__item p {
    line-height: 1.5;
}

.esf .form__group {
    margin-bottom: 16px;
}

.esf .form__label {
    display: block;

}

.esf .form__label,
.esf .form__hint {
    color: #babcc0;
}

.esf .form__control {
    width: 100%;
    padding: 10px 5px;
    border: none;
    border-bottom: 1px solid #babcc0;
    outline: none;
}

.esf .form__control:focus {
    border-bottom-color: #00898d;
}

.esf .form__control_select {
    background-color: transparent;
}

.esf button.button {
    border: none;
    cursor: pointer;
}



.esf .section.section_conf-list {
    color: #3b4345;
}

.esf .section.section_conf-list h2 {
    color: #095d64;
}

.esf .section.section_conf-list ul {
    margin-top: 3.6em;
    margin-bottom: 0.75em;
    padding-left: 0;
    font-size: 1.25rem;
    list-style: none;
    counter-reset: confs;
}

.esf .section.section_conf-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75em;
}

.esf .section.section_conf-list ul li::before {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    margin-right: 1.25em;
    font-size: 1rem;
    line-height: 1;
    border: 1px solid currentColor;
    border-radius: 50%;
    counter-increment: confs;
    content: counter(confs);
}


.esf .section.section-bonus {
    margin-top: 7em;
    margin-bottom: 6em;
    color: #ffffff;
    background-color: #00898d;
    background-image: url(../img/clouds-bg.webp);
    background-position: 0 0;
    background-size: cover;
}

.esf .section.section-bonus .bg-overflow
{
    padding-top: 7.0625em;
    padding-bottom: 9.1875em;
    background-color: rgb(1 170 175 / 80%);
}


.esf .section.section-bonus .section-bonus__price ul li {
    display: flex;
    align-items: baseline;
}

.esf .section.section-bonus .section-bonus__price ul li::before {
    flex-shrink: 0;
    content: "";
    display: inline-block;
    margin-right: 1.1em;
    width: 1em;
    height: 1em;
    background-image: url(../img/check.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.esf .section-bonus__price {
    display: flex;
    flex-direction: column;
}
.esf .feature-list__item {
    margin-bottom: 5px;
}
.esf .section-bonus__price ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    flex: 1 1 60%;
}

.esf .section-bonus__price .prices {
    flex: 1 1 40%;
}

.esf .bonus-old-price {
    margin-top: 1em;
    font-size: 3.125rem;
    font-weight: 700;
    text-decoration: line-through;
}

.esf .bonus-new-price {
    display: block;
    width: 215px;
    height: 157px;
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
    text-indent: -99999px;
    background-image: url(../img/new-price.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.esf .section-subscribe__cards {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
}
.section-subscribe__cards .section-subscribe__card {
    flex: 1 1 450px;
    display: flex;
    flex-direction: column;
    gap:20px;
    padding: 40px 50px;
    box-shadow: 0px 10px 20px 0px #4C565633;

}
.section-subscribe__card .button {
    margin-top:auto;
}
.section-subscribe__card h4 {
    color: #3B4345;
}

.section.section-support {
    margin-bottom: 40px;
}
.section-support .support__items {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
}
.section-support .support__item:first-child {
    margin-bottom: 40px;
}

.section-support .support__item .support__img {
    height: 205px;
    margin-bottom: 30px;
}
.section-support .support__img img {
    height:100%;
    width:100%;
    display: block;
    object-fit: cover;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}
.section-support .support__item .support__title {
    color: #3B4345;
}
.section-support .support__item .support__description {
    margin-bottom: 1rem;
}
.section-support .support__item .support__about-link {
    text-decoration: none;
    position: relative;
    display: flex;gap:5px;
    align-items: center;
}
.section-support .support__item .support__about-link::after {
    content: '';
    width:15px;
    height:22px;
    transform: rotate(-90deg);
    background: url('./../img/chevron-down_green.svg') center/cover no-repeat;
}
.page-section.landing-section_top {
    top: 0;
}
.esf .advantages__title {
    color: #3B4345;
}
.esf .incAndDecrButtons__wrapper {
   display: flex;
    flex-direction: column;

    margin-bottom: 20px;
}
.esf .form-calc .title{
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;

}
.esf .form-calc__drives  {
    padding-left: 20px;
    margin-bottom: 40px;
}
.esf .form-calc__drives-title
{
    margin-bottom: 10px;
}
.esf .form-calc__footer {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.esf .form-calc__footer p {
    margin-bottom: 0;

}
.esf .cost-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.esf .cost-block p {
     margin-bottom: 0;
 }

.cost-block .work-cost p{
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
}
.cost-block .service-cost p {
    color: #095D64;
    font-weight: 700;
    font-size: 1rem;
}
.esf .cost-block > p:last-child {
    font-size: .85rem;
}

.esf .form {
    margin-bottom: 30px;
}
.esf section.section-calc {
    margin-bottom: 0;
}
.esf section.section-order {
    margin-top: 30px;
    color: #626B6D;
    border-top: 1px solid #D9D9D9;
    padding:0;
    padding-top:60px;
}

.esf .form button.button {
    margin: 0 auto;
}

.esf .why-section {
    background-image: url(../img/clouds-bg.webp);
    background-position: 0 0;
    background-size: cover;
    color: #ffffff;
}
.esf  .white-section.why-section {
    background-image: none;
    color: #3B4345;
}
.esf  .white-section.why-section .page-section__title{
    color: #095D64;
}
.esf .why-section h2 {
    color: #ffffff;
}
.esf .section.why-section .bg-overflow {
    padding: 60px 0 40px;
    background-color: rgba(0, 137, 141, 0.7);

}
.esf .section__feature .feature-list {
    padding-left: 0;
}
.esf .section-order .form__columns {
    grid-template-columns: 1fr;
}
.esf .long-title {
    display: none;
}
.esf .white-section {
    display: none;
}
.esf .form-calc__drives-item {
    display:flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.esf .form-calc__drives-item .form__columns {
    flex-grow: 1;
    gap:0;
}
.esf .params {
    border-bottom: 1px solid #C6C9CB;
    margin-bottom: 40px;
}
.esf .form__columns {
    gap:0;
}
.esf .section-cost__content {
    display: flex;
    flex-direction: column;

    align-items: center;
}

.esf .section-cost {
    padding-bottom: 40px;
    border-bottom: 1px solid #babcc0;
}
.esf .section-cost__content .form-input__label {
    width: 320px;
}

@media (min-width: 576px) {
    .esf section.section-order {
        margin-top: 30px;
        color: #626B6D;
        background-color: #F5F5F5;
        border-top: none;
        padding:40px;
        padding-top:60px;
    }
    .esf .banner__inner .sphere__title {
        font-size: 24px;
    }
    .esf .banner__inner .sphere__text {
        font-size: 18px;
    }
    .esf .banner__inner .sphere {
        width: 250px;
        height: 250px;
        left:55%;
        display: flex;
    }
    .esf .banner__content {
        text-align: left;
    }
    .esf .banner__buttons {
        align-items: baseline;
    }
    .esf .incAndDecrButtons__wrapper {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        align-items: center;
        gap: 70px;
    }
    .esf .section-cost__content {
        align-items: baseline;
    }
    .esf .why-list li {
        width: 50%;
    }
    .esf .section.section-bonus {
        display: block;
    }
    .esf .form-calc .form__columns {
        grid-template-columns: repeat(2,1fr);
    }
    .esf .cost-block {
    }
    .esf .form__columns {
        gap:20px;
    }
    .esf .form-calc__drives-item {
        gap: 40px;
    }

}
@media (min-width: 768px) {
    .esf .form-calc__drives  {
        padding-left: 40px;
    }
    .esf .banner__inner .sphere__title {
        font-size: 32px;
    }
    .esf .banner__inner .sphere__text {
        font-size: 28px;
    }
    .esf .banner__content {
        text-align: center;
    }
    .esf .banner__inner .sphere {
        width: 350px;
        height: 350px;
        left:45%;
    }
    .esf .banner__buttons {
        align-items: center;
    }
    .esf .section-how-subscribe__steps {
        gap:20px;
    }
    .esf .form-calc__server .params {
        padding-left: 50px;
    }
    .esf .advantages__inner-flex .advantages__item {
        max-width:30%;
    }
    .esf .section-features .advantages__inner-flex .advantages__item {
        max-width:40%;
    }
    .esf .banner {
    }
    .esf .banner__button {
        flex-direction: row;
    }
    .esf .banner__content {
        text-align: left;
    }
    .esf .banner__content .banner__title {
        font-size: 42px;
    }
    .esf .banner__subtitle {
        font-weight: 700;
        font-size: 24px;
    }
    .esf .banner__buttons  {
        display: flex;
        align-items: flex-start;
    }
    .esf .banner .banner__subtitle {
        margin-bottom: 60px;
    }
    .esf .banner__inner {
        padding: 70px 0 355px;
    }
    .esf .form button.button {
        margin: unset;
    }
    .esf .section__feature {
        display: block;
    }
    .esf .long-title {
        display: block;
    }
    .esf .short-title {
        display: none;
    }
}
@media (min-width: 992px) {
    .esf .section-cost__content {

    }
    .esf .banner__inner .sphere {
        left:50%;
        width: 430px;
        height: 430px;
    }
    .esf .banner__inner .sphere__content {
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap:10px;
        width: 70%;
    }
    .esf .banner__inner .sphere__content p {
        margin: 0;
    }
    .esf .banner__inner .sphere__text {
        color: white;
        font-size: 28px;
    }
    .esf .banner__inner .sphere__title {
        color: #B1E5DF;
        margin-bottom: 30px;
        font-size: 32px;
    }
    .esf .form-calc__drives-item {
        gap: 60px;
    }
    .esf .banner {
    }
    .esf .section-bonus__price {
        display: flex;
        flex-direction: row;
    }
    .esf .banner__inner {
        padding: 180px 0 300px;
    }
    .esf h2 {
        font-size: 36px;
    }
    .esf .banner__buttons {
        display: flex;
        flex-direction: row;
        gap:25px;
        align-items: center;
    }
    .esf .banner {
    }
    .esf .section.section_conf-list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0.5rem;
    }
    .esf .section-order .form__columns {
        grid-template-columns: repeat(2,1fr);
    }
    .esf .section.section_conf-list ul li:nth-child(1),
    .esf .section.section_conf-list ul li:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .esf .section.section_conf-list ul li:nth-child(3),
    .esf .section.section_conf-list ul li:nth-child(4) {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .esf .section.section_conf-list ul li:nth-child(1),
    .esf .section.section_conf-list ul li:nth-child(3) {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .esf .section.section_conf-list ul li:nth-child(2),
    .esf .section.section_conf-list ul li:nth-child(4) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

}

@media (min-width: 1200px) {
    .esf .green-section {
        display: none;
    }
    .esf .white-section {
        display: block;
    }
    .esf section.section-order {
        background-color: #fff;
        box-shadow: 0px 10px 20px rgba(76, 86, 86, 0.2);
    }
    .esf section.section-calc {
        background-color: #fff;
        padding: 60px 40px 60px;
        box-shadow: 0px 10px 20px rgba(76, 86, 86, 0.2);
    }
    .esf .banner {
    }
    .esf .page-section.landing-section_top {
        text-align: center;
        padding: 40px;
        box-shadow: 0px 10px 25px rgba(76, 86, 86, 0.15);
        top:-60px;
    }
    .esf h1 {
        font-size: 48px;
    }
    .esf .banner {
        margin-bottom: 0;
    }
    .esf .banner p {
        margin-bottom: 32px;
        font-size: 18px;
    }

    .esf .banner__button {
        margin-top: 60px;
    }

    .esf .why-section .advantages__inner-flex {
        justify-content: space-between;
    }

    .esf .why-section .advantages__inner-flex .advantages__item {
        max-width: 15%;
    }

    .esf .advantages__inner {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

}
@media (min-width: 1440px) {
}