/* First screen */
.main-section {
    min-height: 545px;
}
.main-section .icons__item-custom {
    border: 1px solid #B6CBD2;
    padding: 25px 20px 25px 25px;
    border-radius: 13px;
    margin-right: 30px;
}
.main-section .icons__item-custom img {
    width: 18px;
}
.main-section .btn-round {
    max-width: 240px;
    border-radius: 15px;
}
.main-subtitle-dashboard {
    margin-bottom: 15px !important;
}
.main-section-color {
    background-color: #ffffff !important;
    padding-bottom: 10px;
}
.header-container {
    padding-bottom: 27px;
}
.header .container-background {
    background-color: #fff;
}
.span-symbol-in-price {
    font-size: 20px;
    position: relative;
}

.main-section p .price {
    position: relative;
    width: 60px;
    height: 32px;

    background-color: #006B8F !important;
    box-shadow: inset -1px -1px 3px #08495F;
    border-radius: 3px;
    transform: rotate(-10deg);
    background-image: none !important;
    min-width: 100%;
    padding: 0 0 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.email-track-price-span::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 6px;
}
.main-section-color h1 {
    padding-top: 0;
    line-height: 45px;
}
.top--emailtracking .main-section {
    position: relative;
    padding-top: 70px;
}

.top--emailtracking .main-section::after {
    width: 70%;
    right: -15%;
    top: 0;
}

.top--emailtracking .main-section p {
    margin-bottom: 70px;
}

.top--emailtracking .main-section__pic {
    bottom: 70px;
}

/*  Section "До 30% обращений приходят на электронную почту"
  ---------------------------------------------------------- */
.section-first__cont .container {
    display: flex;
    flex-wrap: wrap;
}

.section-first__items {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.section-first__item {
    width: 33.33%;
}

.section-first__item:nth-child(2) {
    margin: 0 50px;
    padding: 0 50px;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
}


.section-first__item .text-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    height: 55px;
    margin-bottom: 0;
}

.section-first__item .text-mini {
    font-size: 14px;
    line-height: 22px;
}

.section-first__img {
    max-width: 415px;
    height: auto;
    padding-top: 40px;
    margin: 0 70px 60px 0;
}

.section-first__white-block {
    max-width: 680px;
    width: 100%;
    height: max-content;
    padding: 30px 60px 50px;
}

.section-first__white-block h3 {
    margin-bottom: 35px;
}

.system__interface {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .main-section-color h1 {
        padding-top: 15px;
    }
    .main-section p .price {
        margin-top: 15px;
    }
    .section-first__item .text-title {
        margin-bottom: 30px;
    }

    .section-first__item:nth-child(2) {
        margin: 0 30px;
        padding: 0 30px;
    }

    .section-first__item .text-mini br,
    .section-first__img {
        display: none;
    }
}
@media screen and (max-width: 1090px) {
    .header.mobile-header {
        padding: 0;
    }
}
@media screen and (max-width: 992px) {

    .step__head h3 {
        margin-bottom: 35px !important;
        font-size: 18px!important;
    }

    .section-first__item .text-title {
        margin-bottom: 15px;
    }

    .section-first__item:nth-child(2) {
        margin: 0 15px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .section-first__items {
        flex-direction: column;
        margin-top: 30px;
    }

    .section-first__item {
        width: 100%;
    }

    .section-first__item:nth-child(2) {
        margin: 15px 0;
        padding-top: 10px;
        padding-bottom : 10px;
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
    }

    .section-first__item .text-title {
        height: auto;
        margin-bottom: 8px;
    }

    .section-first__white-block{
        padding: 30px 60px 40px 30px
    }

    .items-text_min .item-text_min{
        font-size : 12px;
    }

    .main-section{
        padding-top : 10px;
    }

    .emailtracking-form{
        padding-bottom : 20px;
    }

    .emailtracking__section-slider{
        padding-top : 25px;
    }
    .system__interface .opport__text_top:last-child{
        margin-bottom : 5px;
    }

    .info-drop-first{
        bottom: calc(50% + 13px);
        transform: translateX(-46.5%);
        font-size: 9px;
    }

    .info-drop-second{
        transform: translateX(-19.5%)!important;
    }

    .info-drop-second::after{
        left: 22%!important;
    }

    .info-drop-third{
        transform: translateX(-37.5%)!important;
    }

    .info-drop-third::after{
        left: 40%!important;
    }

    .opport_first{
        margin-bottom: 25px!important;
    }
}

@media screen and (max-width: 320px) {

    .main-section p .price {
        background-size: 89%;
        margin-left: 0;
        font-size: 12px;
        min-width: 70px;
        padding-top: 4px;
    }

    .section-first__items {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

/* Section "Как работает Email-трекинг"
  ------------------------------------- */
.section-works__items-wrap {
    width: 1244px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-works__items {
    height: auto;
}

.section-works__item {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.section-works__item:first-child .ads__icon_rotate {
    margin-left: 120px !important;
}

.section-works__item:nth-child(2) {
    margin: 25px 0;
}

.section-works__item p:first-child {
    width: 157px;
    text-align: right;
}

.section-works__item .info-dropdown {
    bottom: 15px;
    left: 10px;
}

.section-works__item .ads__icon {
    margin: 0 30px;
}

.ads__icon_rotate {
    transform: rotate(90deg);
    margin-left: 135px !important;
}

.ads__icon_rotate::after {
    top: 125%;
    height: 70px;
}

.img-info .img-info_hidden {
    width: 180px;
}

.sections-works__add-info {
    max-width: 290px;
    width: 100%;
    margin-left: 78px;
}

.sections-works__add-info p {
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .section-works__items-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .sections-works__add-info {
        max-width: 100%;
        order: -1;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .sections-works__add-info p br {
        display: none;
    }

}

@media screen and (max-width: 992px) {
    .section-works__item p:first-child {
        width: 130px;
        text-align: right;
    }

    .section-works__item:nth-child(2) {
        margin: 10px 0;
    }

    .section-works__items-wrap {
        width: 780px;
    }

    .section-works__item p {
        font-size: 16px;
    }

    .sections-works__add-info p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .section-works .white-block {
        overflow-x: auto;
    }

    .sections-works__add-info {
        margin-bottom: 15px;
    }

    .section-works__items-wrap {
        width: 650px;
    }
}

/* From
  ------------------------------------- */
.section-form {
    padding: 85px 0 0 0;
}

.section-form .form-title {
    margin-bottom: 20px !important;
}

.section-form .form-subtitle {
    font-size: 14px;
    font-weight: 300;
}

/* Section "Учет email лидов улучшает управление рекламой до 20% "
  ------------------------------------- */
.accounting .icon-info-wrap .icon-info__hidden {
    width: 380px;
    height: auto;
    font-weight: 300;
}

.accounting h2 {
    width: fit-content;
    float: left;
}

.accounting .info-btn__wrapper {
    top: 20px;
    left: 0;
}

.accounting .section-text {
    clear: both;
}

.accounting__blocks {
    display: flex;
    justify-content: space-between;
}

.accounting-block {
    width: calc(50% - 15px);
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 75px 60px;
}

.accounting-block__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.accounting-block .accounting-block__icon {
    height: 57px;
    margin-bottom: 15px;
}

.accounting-block p {
    margin-bottom: 50px;
}

.accounting-block .items-text_min {
    margin-bottom: 40px;
}

.accounting-block .items-text_min .item-text_min:nth-child(n):not(:last-child) {
    margin-bottom: 15px;
}

.accounting-block .btn {
    margin-left: 24px;
}

@media screen and (max-width: 992px) {
    .accounting__blocks {
        flex-direction: column;
    }

    .accounting-block {
        width: 100%;
    }

    .accounting-block:first-child {
        margin: 0 0 30px 0;
    }

    .accounting__blocks .btn {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .accounting-block {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 381px) {
    .accounting-block p br{
        display: none;
    }

    .accounting-block .btn {
        margin-left: 0;
    }

    .accounting-block__title {
        flex-wrap: nowrap;
    }

    .connect-tracking__items .settings-ct-steps__item {
        width: 100%;
        align-items: flex-start;
    }

    .accounting-block .accounting-block__icon {
        margin-right: 15px;
    }

}

/* Section "Возможности динамического Email-трекинга"
  ------------------------------------- */
.opport {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    box-sizing: border-box;
}

.opport .white-block {
    min-height: 390px;
}

.opport .white-block:first-child {
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 815px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.opport .white-block:last-child {
    max-width: 395px;
    width: 100%;
    height: max-content;
    box-sizing: border-box;
}

.opport__text_top {
    position: relative;
    min-height: 45px;
    height: max-content;
    padding-left: 30px;
    margin-bottom: 38px;
}

.white-block .opport__text_top::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
}

.white-block:first-child .opport__text_top::after {
    background: url(../img/search.svg) no-repeat 50% 50%/100%;
}

.white-block:last-child .opport__text_top::after {
    background: url(../img/admin.svg) no-repeat 50% 50%/100%;
}


.opport-item__block-title {
    display: grid;
    grid-template: "icon title" 35px
			   "icon subtitle" 35px
			   / 75px auto;
    margin-bottom: 30px;
}

.opport-item__block-title .title-num {
    grid-area: icon;
    width: 58px;
    height: 58px;
    margin-right: 15px;
}

.title-min_bold {
    grid-area: title;
}

.title-min_bold ~ p {
    grid-area: subtitle;
}

.opport-items {
    display: flex;
}

.white-block:first-child .opport-item {
    width: 50%;
}

.white-block:first-child .opport-item:first-child {
    border-right: 1px solid var(--border);
    margin-right: 40px;
    padding-right: 30px;
}

.opport-item__block-cont p {
    margin-bottom: 0 !important;
}

.opport-item__block-cont :first-child {
    margin-bottom: 15px !important;
}

@media screen and (max-width: 1270px) {
    .opport .white-block {
        max-width: 100% !important;
        margin-right: 0 !important;
        min-height: auto;
    }

    .opport-item__block-cont p br {
        display: none;
    }

    .opport-item__block-title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .opport .white-block:first-child .opport-items {
        flex-direction: column;
    }

    .opport .white-block:first-child .opport-item {
        margin-right: 0 !important;
        padding-right: 0 !important;
        border: none;
        width: 100%;
    }

    .opport .white-block:first-child .opport-item:first-child {
        margin-bottom: 30px;
    }
}

/* Section "Не бойтесь потерять письма"
  ------------------------------------- */
.forwarding .white-block {
    max-width: 810px;
    width: 100%;
    margin: 0 40px 0 0;
    font-size: 14px;
}

.forwarding .forwarding__block-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 295px;
    min-height: 135px;
    width: 100%;
    margin-right: 95px;
}

.forwarding .forwarding__block-images img:nth-child(4),
.forwarding .forwarding__block-images img:nth-child(-n+2) {
    margin: 0 60px 0 0;
}

@media screen and (max-width: 1199px) {
    .forwarding {
        flex-wrap: wrap;
    }

    .forwarding .white-block {
        flex-direction: column;
        max-width: 50%;
        margin: 0 40px 30px 0;
    }

    .forwarding .forwarding__block-images {
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 992px) {
    .forwarding .white-block {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .forwarding .item-text_min br,
    .forwarding .title-min br {
        display: none;
    }
}

@media screen and (max-width: 390px) {
    .forwarding .forwarding__block-images {
        justify-content: space-between;
    }

    .forwarding .forwarding__block-images img:nth-child(4),
    .forwarding .forwarding__block-images img:nth-child(-n+2) {
        margin: 0 10px 0 0;
    }
}

/* Form
  ------------------------------------- */
.emailtracking-form {
    padding: 0 0 120px 0;
}

.emailtracking-form .image {
    width: 51%;
}

.emailtracking-form .image img {
    position: relative;
    bottom: 55px;
    left: 40px;
}

.emailtracking-form .right-block-content {
    padding: 0 50px 0 35px;
}

.emailtracking-form .right-block-content .image {
    margin-top: 0;
    top: 100px;
    left: 35px;
}

.emailtracking-form .step-form-wrapper {
    min-height: 347px;
    overflow: hidden;
}

@media screen and (max-width: 1256px) {
    .emailtracking-form .image {
        width: 60%;
    }
}

@media screen and (max-width: 992px) {
    .emailtracking-form .image {
        width: 100%;
    }

    .emailtracking-form .right-block-content {
        padding: 25px 0;
    }

    .emailtracking-form h2 br {
        display: none;
    }

    .emailtracking-form .right-block-content .image {
        top: 0;
        left: 0;
    }
}

/* section - "form-after"
  ------------------------------------- */
.form-after h4 span {
    color: var(--primary);
}

.form-after__blocks {
    display: flex;
}

.form-after .white-block {
    width: 50%;
}

.form-after .white-block:first-child {
    margin-right: 30px;
}

.form-after .white-block__items {
    display: flex;
    flex-wrap: wrap;
}

.form-after .white-block__item {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    margin-top: 25px;
}

.form-after .white-block__item img {
    width: 57px;
    height: 57px;
    margin-right: 30px;
}

.form-after .white-block:last-child .white-block__items {
    margin: 45px 0 0 0;
}

.form-after .items-text_min .item-text_min:nth-child(n):not(:last-child) {
    margin-bottom: 25px;
}

.form-after .items-text_min:first-child {
    margin: 0 24px 25px 0;
}

@media screen and (max-width: 1199px) {
    .form-after__blocks {
        flex-wrap: wrap;
    }

    .form-after h4 br {
        display: none;
    }

    .form-after .white-block {
        width: 100%;
        margin-right: 0 !important;
    }

    .form-after .white-block:last-child {
        margin: 30px 0 0 0;
    }
}

@media screen and (max-width: 320px) {
    .system__interface {
        padding: 25px 18px 30px !important;
    }

    .form-after .items-text_min:first-child {
        margin: 0 0 25px 0;
    }
    .items-text_min .item-text_min {
        padding: 0 0 0 30px;
    }
}

/* Section "Подключение отслеживания источников заявок с email за 12 минут"
  ------------------------------------- */
.connect-tracking .section-title {
    margin-bottom: 45px !important;
}

.connect-tracking__items .settings-ct-steps__item {
    width: 30%;
    font-size: 14px;
}

.connect-tracking__items .settings-ct-steps__item p {
    max-width: 100%;
}

.connect-tracking__items .settings-ct-steps__item .settings-ct-steps__number::after {
    width: 200px;
}

.connect-tracking__items {
    margin-bottom: 70px;
    justify-content: space-between;
}

.connect-tracking__content h2 {
    width: 100%;
    margin-bottom: 35px;
}

.connect-tracking__content .connect-tracking__img {
    margin-top: 10px;
}

.connect-tracking .block-roi__items {
    margin-right: 85px;
}

.connect-tracking .block-roi__item {
    display: flex;
    align-items: center;
}

.block-roi__item img {
    margin-right: 25px;
}

.connect-tracking .block-roi__item:nth-child(-n+3) {
    margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
    .connect-tracking__items .settings-ct-steps__item {
        width: 30%;
    }

    .connect-tracking__content .connect-tracking__img,
    .block-roi__item br {
        display: none;
    }

    .connect-tracking .block-roi__items {
        margin-right: 0;
    }

}

@media screen and (max-width: 992px) {
    .connect-tracking__items .settings-ct-steps__item .settings-ct-steps__number::after {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {
    .connect-tracking__items {
        flex-direction: column;
    }

    .connect-tracking__items .settings-ct-steps__item {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {

    .connect-tracking h2 br {
        display: none;
    }

    .info-dropdown__menu {
        min-width: 150px !important;
        max-width: 250px;
        left: -60px;
    }

}

@media screen and  (max-width: 576px) {
    .opport__text_top {
        margin-bottom: 0px;
    }
    .info-drop-first {
        bottom: auto;
        top: 35px;
        transform: translateX(-48.5%);
    }
    .info-drop-first:after {
        bottom: 100%;
        top: auto;
        transform: rotate(180deg);
    }
    .section-works__item .info-dropdown {
        bottom: 9px;
    }
}


/* Section slider
  ------------------------------------- */
.emailtracking__section-slider {
    padding: 100px 0 0 0;
}


/* FAQ
  ------------------------------------- */
.faq .white-block .btn {
    width: 100%;
}


/* need-more
  ------------------------------------- */
.need-more h3 {
    color: var(--primary);
}
