
.main-top {
    padding-top: 90px;
    padding-bottom: 97px;
}
.main-top .main__title.h1 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}
.main-top .main__subtitle.h3 {
    font-size: 20px;
    line-height: 28px;
    max-width: 520px;
    font-weight: 400;
}
.suggestions-wrap-left__title.h2 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 700;
}
@media (max-width: 990px) {
    .main-top {
        padding-top: 0;
        padding-bottom: 40px;
    }
}
.main-container {
    position: relative;
}
@media (max-width: 990px) {
    .main-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.main__title {
    margin-bottom: 30px;
}
@media (max-width: 990px) {
    .main__title {
        margin-bottom: 20px;
        width: 100%;
        max-width: 645px;
        line-height: 37px;
    }
}
.main__subtitle {
    margin-bottom: 40px;
    max-width: 490px;
}
@media (max-width: 990px) {
    .main__subtitle {
        margin-bottom: 30px;
        width: 100%;
        max-width: 645px;
    }
}
.main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    width: 100%;
    max-width: 645px;
}
.main-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #b6cbd2;
    border-radius: 13px;
    padding: 25px 20px 25px 25px;
    font-size: 14px;
    line-height: 22px;
}
.main-list__item svg {
    margin-bottom: 5px;
    min-width: 20px;
    min-height: 20px;
}
@media (max-width: 990px) {
    .main-list__item svg {
        margin-right: 20px;
        margin-bottom: 0;
    }
}
.main-list__item:not(:last-child) {
    margin-right: 30px;
}
@media (max-width: 990px) {
    .main-list__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 990px) {
    .main-list__item {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}
@media (max-width: 990px) {
    .main-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.main-wrap {
    border-radius: 13px;
    padding: 33px 60px;
    width: 100%;
    max-width: 645px;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(1.94%, #0081b0),
            color-stop(43.84%, #009fd2),
            color-stop(61.22%, #0097c9),
            color-stop(101.75%, #007fae)
    );
    background: -o-linear-gradient(
            top,
            #0081b0 1.94%,
            #009fd2 43.84%,
            #0097c9 61.22%,
            #007fae 101.75%
    );
    background: linear-gradient(
            180deg,
            #0081b0 1.94%,
            #009fd2 43.84%,
            #0097c9 61.22%,
            #007fae 101.75%
    );
}
.main-wrap__btn {
    width: 100%;
    max-width: 320px;
    height: 65px;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 25px;
    color: #006b8f;
    background-color: #fff;
}
@media (max-width: 990px) {
    .main-wrap__btn {
        height: 50px;
    }
}
@media (max-width: 450px) {
    .main-wrap__btn {
        max-width: 300px;
    }
}
@media (max-width: 450px) {
    .main-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }
}
.main-background {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 525px;
    height: 450px;
    background-image: url(../img/alltracking/vats/main_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
@media (max-width: 1180px) {
    .main-background {
        display: none;
    }
}
.calendar-wrap {
    border-radius: 10px;
    padding: 100px 100px 120px 100px;
    background-image: url(../img/alltracking/vats/calendar_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
@media (max-width: 700px) {
    .calendar-wrap {
        padding: 30px 30px 30px 30px;
        background-position: right;
    }
}
@media (max-width: 590px) {
    .calendar-wrap {
        padding-left: 30px;
        padding-right: 30px;
        background-position: unset;
    }
}
.calendar-wrap-inner {
    width: 100%;
    max-width: 500px;
}
@media (max-width: 590px) {
    .calendar-wrap-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.calendar-wrap-inner__title {
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
}
@media (max-width: 990px) {
    .calendar-wrap-inner__title {
        font-size: 25px;
        line-height: 35px;
    }
}
@media (max-width: 590px) {
    .calendar-wrap-inner__title {
        width: 100%;
        max-width: 330px;
    }
}
.calendar-wrap-inner__btn {
    border-radius: 4px;
    padding: 10px 20px;
    width: 100%;
    max-width: 340px;
    height: 60px;
    font-size: 16px;
    line-height: 26px;
    background-color: #ca24cd;
}
@media (max-width: 990px) {
    .calendar-wrap-inner__btn {
        max-width: 260px;
        height: 50px;
        font-size: 14px;
    }
}
.suggestions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.suggestions-wrap:not(:last-child) {
    margin-bottom: 100px;
}
@media (max-width: 990px) {
    .suggestions-wrap:not(:last-child) {
        margin-bottom: 50px;
    }
}
.suggestions-wrap:nth-child(1) .suggestions-wrap-left__bg {
    width: 100%;
    max-width: 425px;
    height: 300px;
    background-image: url(../img/alltracking/vats/suggestions_bisnes.webp);
}
@media (max-width: 900px) {
    .suggestions-wrap:nth-child(1) .suggestions-wrap-left__bg {
        max-width: 300px;
        height: 200px;
    }
}
.suggestions-wrap:nth-child(2) .suggestions-wrap-left__bg {
    width: 100%;
    max-width: 625px;
    height: 260px;
    background-image: url(../img/alltracking/vats/suggestions_lid.webp);
    background-size: cover;
    background-position: left -105px bottom -40px;
}
@media (max-width: 900px) {
    .suggestions-wrap:nth-child(2) .suggestions-wrap-left__bg {
        max-width: 400px;
        height: 200px;
        background-position: left -80px bottom -40px;
    }
}
.suggestions-wrap-left {
    position: relative;
    margin-right: 20px;
    width: 100%;
    max-width: 460px;
}
@media (max-width: 900px) {
    .suggestions-wrap-left {
        margin-right: 0;
    }
}
@media (max-width: 900px) {
    .suggestions-wrap-left__title {
        margin-bottom: 10px;
    }
}
@media (max-width: 450px) {
    .suggestions-wrap-left__title {
        line-height: 30px;
    }
}
.suggestions-wrap-left__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}
@media (max-width: 900px) {
    .suggestions-wrap-left__bg {
        position: unset;
        margin-bottom: 20px;
    }
}
.suggestions-wrap-right {
    width: 100%;
    max-width: 710px;
}
.suggestions-wrap-right-list {
    border: 1px solid #b6cbd2;
    border-radius: 13px;
    padding: 40px;
}
.suggestions-wrap-right-list:not(:last-child) {
    margin-bottom: 20px;
}
.suggestions-wrap-right-list__item {
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    line-height: 28px;
}
.suggestions-wrap-right-list__item:not(:last-child) {
    margin-bottom: 20px;
}
.suggestions-wrap-right-list__item::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #006b8f;
}
@media (max-width: 990px) {
    .suggestions-wrap-right-list__item::before {
        top: 11px;
    }
}
@media (max-width: 990px) {
    .suggestions-wrap-right-list__item {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 450px) {
    .suggestions-wrap-right-list {
        padding: 20px;
    }
}
@media (max-width: 400px) {
    .suggestions-wrap-right-list {
        border: none;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .suggestions-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
}
@media (max-width: 900px) {
    .suggestions-container {
        max-width: 645px;
    }
}

.calendar,
.suggestions {
    margin-bottom: 100px;
}

@media (max-width: 665px) {

    .suggestions {
        margin-bottom: 40px;
    }
    .calendar {
        margin-bottom: 20px;
    }
}


.main-section {
    position: relative;
    padding-top: 45px;
}

.main-subtitle {
    margin: 0 0 10px !important;
}

.top--light .main-section__pic-at {
    position: absolute;
    top: 47px;
    right: 0;
    max-width: 600px;
    height: 370px;
}
.companies {
    width: 100%;
}
.main-section .icons__item {
    margin-right: 60px;
}
.main-section .icons__item {
    margin-right: 60px;
}
.main-section-color {
    background-color: #ffffff !important;
}
.header-container {
    padding-bottom: 27px;
}
.header .container-background {
    background-color: #fff;
}
.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;
}
/* Section virtual atc */

.section-virtual-atc {
    padding-top: 0;
}
.section-virtual-atc--box {
    background-image: url("../img/alltracking/atc-ban.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 430px;
}
.section-virtual-atc--text {
    padding-top: 100px;
    padding-left: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: #FFFFFF;
}
.section-virtual-atc--button {
    padding-left: 100px;
    padding-top: 50px;
}
.section-virtual-atc--button button {
    width: 340px;
    height: 60px;
    background: #CA24CD;
    border-radius: 4px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-virtual-atc--button button:hover {
    background: #B420B7;
}
.section-virtual-atc {
    display: block !important;
}
#tryAtcModal .modal-header {
    padding: 75px 50px 0 50px;
}
#tryAtcModal .modal-content {
    background-image: url("../img/alltracking/modal-try-atc-bg.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
}
#tryAtcModal .form-control {
    background-color: #1E1C3B;
    height: 50px;
}
#tryAtcModal .btn-try-atc {
    background: #CA24CD;
    height: 60px;
    color: white;
}
#tryAtcModal .modal-header .modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 38px;
    text-align: left;
}
#tryAtcModal .modal-body {
    padding: 28px 50px 75px;
}
#tryAtcModal .mb-15 {
    margin-bottom: 15px;
}
#tryAtcModal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
}
/*#tryAtcModal .close:before, .close:after {*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 14px;*/
/*    content: ' ';*/
/*    height: 24px;*/
/*    width: 4px;*/
/*    background-color: #F1F1F1;*/
/*}*/
#tryAtcModal .close:before {
    transform: rotate(45deg);
}
#tryAtcModal .close:after {
    transform: rotate(-45deg);
}
/* Section virtual atc */

/* Section: "Зачем учитывать все виды обращений?"
  ------------------------------------- */
.section-first .ads__wrapper {
    display: block !important;
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: 100px;
}

.ads__roi--prices{
    display: none;
}

.ads_active {
    display: block;
}

.total-amount-adver-1,
.total-amount-adver-2 {
    font-size: 27px !important;
    font-weight: 700 !important;
}

/* Section: "Сделайте прозрачным результат каждого канала рекламы"
  ------------------------------------- */
.ads-advantages__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ads-advantages__wrapper .ads-advantages {
    margin: 0;
    padding: 30px 45px;
}

.ads-advantages__wrapper .ads-advantages__item {
    margin: 0;
    font-size: 14px;
}

/*title */
.ads-advantages__wrapper h3 {
    margin-bottom: 60px;
}

.ads-advantages__wrapper h3 span {
    color: var(--primary);
}

/*end title */

/*main images*/
.ads-advantages__wrapper .ads-advantages__img {
    width: calc(50% - 15px);
    padding: 0;
}

.ads-advantages__wrapper .ads-advantages__img img {
    width: 100%;
    height: auto;
}

/*end main images*/

/*blocks content*/
.ads-advantages__wrapper .half-block {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 15px);
}

.ads-advantages__wrapper .half-block .ads-advantages__item {
    width: 50%;
}

.half-block .ads-advantages__item:nth-child(5) {
    display: flex;
    justify-content: center;
    width: 100% !important;
    margin: 0 !important;
}

.ads-advantages__wrapper .wide-block {
    width: 100%;
    height: 212px;
    margin-top: 40px;
    padding: 29px 53px;
}

.ads-advantages__wrapper .wide-block .ads-advantages__item {
    width: auto;
}

.wide-block {
    display: flex;
    flex-wrap: nowrap;
}

.ads-advantages__wrapper .wide-block .ads-advantages__item p {
    width: max-content;
}

.ads-advantages__wrapper .wide-block .ads-advantages__item:nth-child(1),
.ads-advantages__wrapper .wide-block .ads-advantages__item:nth-child(3) {
    margin-right: 110px;
}

.ads-advantages__wrapper .wide-block .ads-advantages__item:nth-child(2) {
    margin-right: 85px;
}

.ads-advantages__wrapper .wide-block .ads-advantages__item:nth-child(-n+3) {
    margin-right: 8%;
}

@media screen and (max-width: 1203px) {
    .ads-advantages__wrapper .wide-block .ads-advantages__item br {
        display: none;
    }

    .ads-advantages__wrapper .wide-block .ads-advantages__item:nth-child(-n+3) {
        margin-right: 3%;
    }
}

.right-block {
    margin-bottom: 100px;
}

.right-block_bottom {
    max-height: 325px;
    overflow: hidden;
}

/*end blocks content*/


/* Section "Поможем узнать, с какой рекламы пришел клиент"
  ------------------------------------- */
.block-instruments .container {
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
}


.instruments {
    position: relative;
    padding: 45px;
    margin: 0 0 40px 0;
}

.instruments .instruments__header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 22px 0;
}

.instruments .instruments__header .instruments__header-icon img {
    width: 57px;
    height: 57px;
    margin: 0 30px 0 0;
}

.instruments .instruments__header .instruments__header-title {
    align-items: center;
    margin-right: 17px;
    font-size: 20px;
    font-weight: bold;
}

.instruments .instruments__header .instruments__header-title p {
    margin-bottom: 0;
}

.instruments .instruments__header .instruments__header-price {
    position: relative;
    max-width: max-content;
    width: 100%;
    max-height: 25px;
    height: 100%;
    padding: 0 5px;
    margin: 5px 0 0 46px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
}

.instruments .instruments__header .instruments__header-price:before {
    content: '';
    position: absolute;
    left: -26px;
    top: 0;
    width: 25px;
    max-height: inherit;
    height: inherit;
    background: url(../img/alltracking/price-tag_min.svg) no-repeat 100% 0/101%;
}

.instruments__subtitles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.instruments__subtitle span {
    font-weight: bold;
    font-size: 16px;
    line-height: .6;
}

.instruments__desc {
    display: flex;
    flex-wrap: wrap;
}

.instruments__desc .instruments__desc-title {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}

.instruments__desc .instruments__desc-det-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 50%;
    margin-bottom: 60px;
}

.instruments__desc .instruments__desc-det-items .instruments__desc-show {
    color: var(--primary);
    font-size: 14px;
    height: fit-content;
    position: absolute;
    bottom: -50px;
    font-weight: normal;
    cursor: pointer;
}

.instruments__desc .instruments__desc-det-items .instruments__desc-show img {
    width: 9px;
    height: 6px;
    background: url(../img/alltracking/triangle.svg) no-repeat 50% 50%/100%;
    margin: 0 0 0 24px;
}

.instruments__desc .instruments__desc-det-items input {
    display: none;
}

.instruments__desc-hide {
    display: flex;
    height: 0;
    opacity: 0;
    transition: all .5s ease;
    flex-wrap: wrap;
    overflow: hidden;
}

#btn-show-1:checked ~ #show-content-1,
#btn-show-2:checked ~ #show-content-2,
#btn-show-3:checked ~ #show-content-3,
#btn-show-4:checked ~ #show-content-4,
#btn-show-5:checked ~ #show-content-5 {
    height: 215px;
    opacity: 1;
    overflow-x: auto;
    transition: all .5s ease;
}

.instruments__desc .instruments__desc-det-item {
    position: relative;
    width: 50%;
    padding-left: 40px;
    margin-bottom: 30px;
    font-size: 14px;
}

.instruments__desc .instruments__desc-det-item::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/alltracking/instruments/Icon.svg) no-repeat 50% 50%/100%;
}

.instruments__desc .instruments__desc-more {
    width: 50%;
    height: max-content;
    border-left: 1px solid #bfdcea;
    padding-left: 60px;

}

.instruments__desc .instruments__desc-more-items {
    display: flex;
    flex-wrap: wrap;
}

.instruments__desc .instruments__desc-more-item,
.instruments__desc .instruments__desc-more-item-img {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 0 42px 0;
    font-size: 14px;
}

.instruments__desc .instruments__desc-more-item-img {
    margin-right: 45px;
}

.instruments__desc .instruments__desc-more-item:nth-child(odd) {
    margin-right: 45px;
    width: calc(50% - 45px);
}

.hover-img {
    justify-content: center;
}

.instruments__desc .instruments__desc-more-item img {
    width: 38px;
    height: 38px;
    margin: 0 20px 0 0;
}

.instruments__desc .instruments__desc-more-item p {
    margin: 0;
    line-height: 1.1;
}

.instruments__desc .instruments__desc-more .btn {
    max-width: 395px;
    width: 100%;
    height: 55px;
    color: var(--primary);
}

.instruments-call .instruments__subtitle {
    max-width: 470px;
    width: 100%;
    margin: 0 0 45px 0;
    line-height: 24px;
}

.instruments-call .instruments__subtitle:nth-child(1) {
    margin-right: 60px;
}

/* box - "instruments-email" */
.instruments-email .instruments__subtitle,
.instruments-chat .instruments__subtitle {

    width: 100%;
    margin: 0 0 35px 0;
}

.ads__roi--prices {
    font-size: 20px;
    font-weight: 500;
}

.ads__roi--prices span {
    font-size: 14px;
    font-weight: 400;
}

.instruments-chat .instruments__desc-more .instruments__desc-more-items {
    flex-wrap: nowrap;
}

.instruments-chat .instruments__desc-more .instruments__desc-more-item {
    margin: 0 45px 30px 0;
}

.instruments-chat .instruments__desc-more .instruments__desc-more-text {
    font-size: 14px;
    margin: 0 0 40px 0;
}

/*box - "instruments-callback"*/
.instruments-callback {
    margin: 0 30px 0 0;
}

.instruments-callback .instruments__subtitle {
    max-width: 100%;
    margin: 0 0 45px 0;
}

.instruments-form .instruments__subtitle {
    max-width: 100%;
    margin: 0 0 25px 0;
}

.instruments-callback, .instruments-form {
    width: calc(50% - 15px);
    height: max-content;
}

/* + box - "instruments-form"*/
.instruments-callback .instruments__desc .instruments__desc-det-items,
.instruments-form .instruments__desc .instruments__desc-det-items {
    width: 100%;
    justify-content: space-between;
}

.instruments-callback .instruments__desc .instruments__desc-det-item:nth-child(odd),
.instruments-form .instruments__desc .instruments__desc-det-item:nth-child(odd) {
    width: calc(50% - 40px);
    height: max-content;
    margin: 0 40px 0 0;
}


.instruments-callback .instruments__desc .instruments__desc-more,
.instruments-form .instruments__desc .instruments__desc-more {
    width: 100%;
    height: max-content;
    border: none;
    padding-left: 0;
}

.instruments-callback .instruments__desc-more-items,
.instruments-form .instruments__desc-more-items {
    width: 100%;
}

.instruments-callback .instruments__desc-more-item {
    width: 50%;
    height: max-content;
    margin: 0 0 42px 0;
}

.instruments-form .instruments__desc-more-item {
    width: 50%;
    height: max-content;
    margin: 0 0 22px 0;
}

.instruments-callback .instruments__desc-more-item:nth-child(odd) {
    width: calc(50% - 40px);
    margin: 0 40px 42px 0;
}

.instruments-form .instruments__desc-more-item:nth-child(odd) {
    width: calc(50% - 40px);
    margin: 0 40px 22px 0;
}

.instruments-callback .instruments__desc-more-text,
.instruments-form .instruments__desc-more-text {
    margin: 0 0 35px 0;
}

.instruments-callback .instruments__desc .instruments__desc-more .btn,
.instruments-form .instruments__desc .instruments__desc-more .btn {
    display: block;
    margin: 0 auto 55px auto;
}


/* Section "Оптимизируйте расходы  на рекламу и увеличивайте продажи"
------------------------------------- */

.section-optimization .section-title,
.section-integration .section-title {
    margin: 0 0 20px 0;
}

.section-optimization .section-subtitle,
.section-integration .section-subtitle {
    margin: 0 0 50px 0;
    font-size: 20px;
    font-weight: normal;
}

.section-integration .settings-ct-steps {
    padding: 0 50px;
}

.section-integration .settings-ct-steps__item:nth-child(1) {
    width: 33%;
}

.section-integration .settings-ct-steps__item:nth-child(2) {
    width: 38%;
}

.section-integration .settings-ct-steps__item p {
    max-width: 100%;
    font-size: 20px;
    font-weight: normal;
}

.section-optimization .ads-advantages__img {
    width: max-content;
    margin: 0 40px 0 0;
}


.section-optimization .ads-advantages__img img {
    max-width: 500px;
}

.section-optimization .half-block {
    flex-grow: 1;
    align-content: flex-start;
    padding: 10px 0 0 0;
}

.section-optimization .half-block .f-med {
    font-weight: 500;
    font-size: 16px;
    line-height: .6;
    color: #000;
}

.section-optimization .half-block .ads-advantages__item {
    display: flex;
    align-items: flex-start;
    height: max-content;
}

.section-optimization .half-block .ads-advantages__item p {
    padding-top: 10px;
    margin-bottom: 0;
}

.section-optimization .half-block .ads-advantages__item:nth-child(-n+4) {
    margin: 0 0 57px 0;
}

.section-optimization .half-block .ads-advantages__item:nth-child(odd) {
    width: calc(50% - 30px);
    margin: 0 30px 0 0;
}

.section-optimization .half-block .ads-advantages__item img {
    margin: 0 30px 0 0;
}

.section-optimization .half-block .ads-advantages__item .btn {
    margin: 0 0 0 40px;
}


/* Section "Простая интеграция с различными сервисами и открытый API"
------------------------------------- */
.section-integration {
    margin: 0 0 100px 0;
}


.section-integration .settings-ct-steps__item {
    width: 28%;
}

.section-integration .settings-ct-steps__item .settings-ct-steps__number::after {
    width: 220px;
}

/* Responsive
  ------------------------------------- */
@media screen and (max-width: 1500px) {
    .right-block {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .instruments__desc {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .instruments__desc .instruments__desc-title {
        order: 1;
        margin-top: 60px;
    }

    .instruments__desc .instruments__desc-more {
        order: 0;
    }

    .instruments__desc .instruments__desc-det-items {
        order: 1;
        width: 100%;
        margin-bottom: 60px; /*100*/
    }

    .instruments__desc .instruments__desc-det-item {
        width: 50%;
    }

    .instruments__desc .instruments__desc-more {
        width: 100%;
        height: max-content;
        border: none;
        padding: 0;
    }

    .instruments-email .instruments__subtitle br,
    .instruments-chat .instruments__subtitle br,
    .instruments__desc .instruments__desc-more-item p br {
        display: none;
    }
    
    
    .instruments-callback {
        margin-bottom: 40px;
    }

    .instruments-callback,
    .instruments-form {
        width: 100%;
        margin-right: 0;
    }

    .instruments-callback .instruments__desc-det-items,
    .instruments-form .instruments__desc-det-items {
        margin-bottom: 50px !important;
    }

    .settings-ct-steps__item p {
        max-width: 175px;
    }

    .section-optimization .ads-advantages__img {
        display: none;
    }

    .section-optimization .ads-advantages {
        border: none;
    }


    .section-optimization .ads-advantages .ads-advantages__item {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .section-optimization .ads-advantages .ads-advantages__item .f-med {
        text-align: left;
        margin-top: 30px;
        padding: 0;
    }

    .section-optimization .ads-advantages .ads-advantages__item .btn {
        margin-left: 0;
    }

    .instruments-callback .instruments__desc .instruments__desc-more .btn,
    .instruments-form .instruments__desc .instruments__desc-more .btn {
        margin: 0;
    }


    .section-integration p {
        font-size: 16px !important;
    }

    .settings-ct-steps {
        padding: 0 !important;
    }

}
@media screen and (max-width: 1090px) {
    .header.mobile-header {
        padding: 0;
    }
}
@media screen and (max-width: 1024px) {
    .section-virtual-atc {
        padding-top: 50px;
    }
    .section-virtual-atc--text {
        padding-top: 50px;
        padding-left: 50px;
    }
    .section-virtual-atc--button {
        padding-left: 50px;
    }
    .section-virtual-atc--text {
        font-size: 30px;
        line-height: 40px;
    }
    .section-virtual-atc--box {
        height: 330px;
    }
}
@media screen and (max-width: 992px) {
    .section-virtual-atc--text {
        font-size: 20px;
        padding-top: 30px;
        padding-left: 25px;
        line-height: 34px;
    }
    .section-virtual-atc--box {
        height: 240px;
    }
    .section-virtual-atc--button button {
        font-size: 14px;
    }
    .section-virtual-atc--button {
        padding-left: 25px;
        padding-top: 35px;
    }
    .section-virtual-atc--button button {
        width: 260px;
        height: 48px;
    }
    .total-amount-adver-1,
    .total-amount-adver-2 {
        font-size: 12px !important;
    }

    .section-first .ads__roi span{
        font-size: 10px;
    }

    .instruments .btn {
        display: block;
        margin: 0 auto;
    }

    .instruments-callback .instruments__desc .instruments__desc-more .btn,
    .instruments-form .instruments__desc .instruments__desc-more .btn {
        margin: 0 auto 0 auto;
    }

    .ads-advantages__wrapper .ads-advantages__img {
        display: none;
    }

    .ads-advantages__wrapper .half-block,
    .ads-advantages__wrapper .half-block .ads-advantages__item,
    .ads-advantages__wrapper .wide-block .ads-advantages__item {
        width: 100%;
    }

    .ads-advantages__wrapper .wide-block {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

    .instruments-call .instruments__subtitle:nth-child(1) {
        margin-right: 0;
    }

    .ads__roi--prices {
        font-size: 12px;
    }

    .ads__roi--prices span {
        font-size: 12px;
    }

    .section-optimization .settings-ct-steps {
        flex-wrap: wrap;
    }

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


    .section-optimization .ads-advantages__wrapper {
        padding: 0;
    }

    .section-optimization .settings-ct-steps .settings-ct-steps__item {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        /*flex-direction: column;*/
        width: 100%;
        margin-bottom: 40px;
    }

    .section-optimization .settings-ct-steps .settings-ct-steps__item:after {
        content: '';
        position: absolute;
        top: 30px;
        left: 87px;
        width: calc(100% - 87px);
        height: 1px;
        background: #c2dae3;
    }

    .section-optimization .settings-ct-steps .settings-ct-steps__item .settings-ct-steps__number {
        margin-right: 30px;
    }

    .settings-ct-steps__number:after {
        display: none;
    }

    .section-optimization .settings-ct-steps .settings-ct-steps__item:nth-child(-n+2) {
        margin-bottom: 30px;
    }

    .section-optimization .settings-ct-steps .settings-ct-steps__item p {
        width: 100%;
        margin-top: 17px;
    }

    .section-integration .settings-ct-steps {
        flex-direction: column;
    }

    .section-integration .settings-ct-steps__item {
        display: flex;
        width: 100%;
    }

    .section-integration .settings-ct-steps__item .mb-0 {
        display: flex;
        align-items: center;
    }

    .section-integration .settings-ct-steps__item .mb-0 br {
        content: '';
    }

    .section-integration .settings-ct-steps__item .settings-ct-steps__number {
        margin: 0 30px 0 0;
    }

    .settings-ct-steps__item {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .section-virtual-atc--box {
        background-image: url("../img/alltracking/atc-ban-mobile.jpg");
        background-size: cover;
        height: 810px;
    }
    .section-virtual-atc--text {
        font-size: 30px;
        padding-top: 185px;
    }
    .section-virtual-atc--button {
        padding-left: 25px;
        padding-right: 25px;
    }
    .section-virtual-atc--button button {
        width: 100%;
        height: 60px;
    }
    .instruments {
        position: relative;
        padding: 30px 25px;
        margin: 30px 0 40px 0;

    }

    .instruments p {
        font-size: 14px;
    }

    .instruments:last-child {
        margin: 0;
    }

    .instruments-callback .instruments__desc-det-item,
    .instruments-form .instruments__desc-det-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }

    .instruments__desc .instruments__desc-more-item,
    .instruments__desc .instruments__desc-more-item-img {
        margin: 0 0 42px 0 !important;
        width: auto;
        flex-grow: 1;
    }

}

@media screen and (max-width: 662px) {
    .section-first .ads-hide-more__btn-alltracking .btn {
        margin: 30px auto 0 !important;

    }

    #ads-hide-more__btn-alltracking .btn, #ads-hide-more .btn {
        margin: 30px auto 0;
    !important;

    }
    .section-virtual-atc--text {
        font-size: 20px;
        padding-top: 120px;
    }
    .section-virtual-atc--box {
        height: 628px;
    }
    #tryAtcModal .modal-header .modal-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .ads-advantages__wrapper .ads-advantages,
    .ads-advantages__wrapper .wide-block {
        padding: 30px;
    }

    .instruments__desc-more .instruments__desc-more-item-img {
        width: 100% !important;
    }

    .instruments-callback .instruments__desc-more-items,
    .instruments__desc .desc-more-items__text,
    .instruments-form .instruments__desc-more-items {
        flex-direction: column;
    }

    .instruments__desc .instruments__desc-det-item {
        margin-bottom: 20px;
    }

    .desc-more-items__text .instruments__desc-more-item {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .desc-more-items__text .instruments__desc-more-item p br {
        display: none;
    }

    .instruments-chat .instruments__desc-more .instruments__desc-more-items {
        flex-wrap: wrap;
    }

    .instruments__desc .instruments__desc-more-item-img {
        width: 50% !important;
        margin: 0 0 30px 0;
    }

    .section-integration p {
        font-size: 14px !important;
    }

    .settings-ct-steps {
        padding: 0 !important;
    }

    .settings-ct-steps__item {
        width: 100% !important;
    }

}

@media screen and (max-width: 524px) {
    .instruments .instruments__header .instruments__header-title {
        font-size: 18px;
    }

    .instruments .instruments__header .instruments__header-title {
        margin-right: 0;
    }

    .instruments .instruments__header .instruments__header-icon img {
        margin: 0 15px 0 0;
    }

    .right-block_bottom {
        max-height: max-content;
    }
}

@media screen and (min-width: 443px) {
    h1 br:nth-child(odd) {
        display: none;
    }
}

@media screen and (max-width: 443px) {
    h1 br:nth-child(2) {
        display: none;
    }

    .section-first .ads__wrapper {
        margin: 30px 0 60px 0;
    }

    .ads-advantages__wrapper .half-block {
        margin: 0;
    }

    .instruments .instruments__header .instruments__header-title p {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .instruments .instruments__header .instruments__header-title p .instruments__header-price {
        margin: 0 0 0 20px;
        font-size: 11px;
    }

    .instruments .instruments__header .instruments__header-price:before {
        background: url(../img/alltracking/price-tag_min.svg) no-repeat 100% 0/75%;
    }

    .section-optimization .ads-advantages__wrapper {
        padding: 0;
    }

    .ads-advantages__wrapper .half-block {
        padding: 0;
    }

    .ads-advantages__wrapper .half-block .ads-advantages__item:last-child {
        margin-bottom: 0 !important;
    }

    .ads__icon {
        width: 30px !important;
        height: 25px !important;
        margin-right: 10px !important;
    }

    .ads__roi p,
    .ads__roi span {
        font-size: 10px !important;
    }

}

@media screen and (max-width: 400px) {
    .ads-advantages__wrapper .ads-advantages,
    .ads-advantages__wrapper .wide-block {
        padding: 0px 10px 20px 10px;
    }
}

@media screen and (max-width: 339px) {
    .instruments__subtitle br {
        display: none;
    }
}
