.improve {
    padding: 80px 0;
}
.improve .why__item {
    align-items: center;
    position: relative;
}
.improve .why__item::before {
    content: "";
    background: url('../../uploads/seo/vector.svg') no-repeat;
    position: absolute;
    right: calc(100% - 33px);
    top: calc(100% + 13px);
    width: 224px;
    height: 68px;
}
.improve .why__item::after {
    content: "";
    background: url('../../uploads/seo/vector.svg') no-repeat;
    position: absolute;
    left: calc(100% - 33px);
    top: -80px;
    width: 224px;
    height: 68px;
}
.improve .why__item:nth-child(2n):after {
    top: -42px;
}
.improve .why__item-img {
    position: relative;
    z-index: 2;
}
.bg__ellipse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.why__item-img {
    position: relative;
}
.bg__ellipse img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.why__item:not(:first-child) .why__item-img .bage {
    top: 16px;
    right: 16px;
}
.why__item:first-child .why__item-img .bage {
    right: 8px;
}
.why__item-img .bage {
    position: absolute;
    right: 0;
    top: 0;
}
.left__img .why__item-content{
    padding-left: 0;
    padding-right: 60px;

}
.api__icon.ico__small {
    max-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.questions__description__list {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-top: 30px;
}

.questions__description__list li {
    position: relative;
    margin-bottom: 10px;
}
.questions__description__list li:before {
    content: "";
    display: block;
    background: #DDDDE8;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 7px;
    left: -15px;
}
.pool__list {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-top: 30px;
}

.pool__list li {
    position: relative;   
}
.pool__list li:not(:last-child) {
    margin-bottom: 10px;
}
.pool__list li:before {
    content: "";
    display: block;
    background: var(--color-dark);
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 7px;
    left: -15px;
}
.intro__btn.--big {
    width: 100%;
    max-width: 278px;
}
.pool__img_left .pool__img{
    margin-left: 0;
    margin-right: auto;
}
.intro.intro__white {
    color: #1C1C20;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.intro__icon.big__svg {
    width: auto;
    margin-bottom: 24px;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro__wrap {
    position: relative;
}
.intro__svg__left {
    position: absolute;
    left: -160px;
    top: 66px;
}
.intro__svg__right {
    position: absolute; 
    right: -160px;
    bottom: 208px;
}
.desc__amazon .desc__item-text {
    min-height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.desc.desc__amazon {
    padding-top: 0;
    padding-bottom: 80px;
}
.small__img {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
}
.trial__text.no-margin {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.header.white {
    background: #fff;
}
.header.white .header__item-button {
    color: #1C1C20;
}
.header.white .header__link {
    color: #1C1C20;
}
.header.white .header__icon {
    fill: #1C1C20;
}
.header.white .header__decor {
    background-color: #DDDDE8;
}
.header.white .hamburger-lines .line {
    background-color: var(--color-primary-blue);
}
.header.white .header__button {
    background-color: var(--color-primary-blue);
    color: var(--color-white);
}
.header__button:hover {
    background: #fff;
    color: var(--color-primary-blue);
    border-color: var(--color-primary-blue);
}
.btn.--b-black {
    border: 1px solid #1C1C20;
    color: #1C1C20;
}
.btn.--b-black:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.intro__icon span{
    color: #34CCA9;
    font-size: 24px;
    margin-top: 24px;
    text-align: center;
    display: block;
    font-weight: 600;
}
.intro__icon.m-small {
    margin-bottom: 10px;
}
.btn.--b-porp {
    border: 1px solid #434396;
    color: #434396;
}
.btn.--b-porp:hover {
    background: #434396;
    color: #fff;
}
.price-plan__image {
    object-fit: contain;
}

.mt-20{
	margin-top:20px;
}

.btn-sales-h, .btn-sales-l{
	margin: 4rem auto 0;
}

.btn-sales-h{
	max-width: 160px;

}

.btn-sales-l{
	max-width: 250px;
}

.btn-with-heading{
	border-top: 1px solid #DDDDE8;
    padding: 6rem 0 2rem;
}

.h2-center{
	text-align: center;
}

.text .container p a{
	color: #218aef;
}
.text .container p a:hover{
	text-decoration: underline;
}

.trial__text ol{
    display: grid;
    list-style: none;
    counter-reset: cnt;
    text-align: left;
    margin: 2rem 0 2rem;
    justify-content: space-around;
}

.trial__text ol li{
counter-increment: cnt;
}

.trial__text ol  li::before{
    content: counter(cnt) ". ";
    margin-right: 0.5rem;
    display: inline-block;
    width: 15px;
}

.trial__icon_svg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: var(--color-green03);
    margin-bottom: 26px;
}

/* Temp css .menu-item-167,*/
.header__menu_products > div:nth-of-type(2), .header__menu-inner:nth-child(2), .header__menu-services{
	display:none;
}
/*.btn.--dark-violet, .services__card:nth-child(4) .services__link{*/
/*	pointer-events: none;*/
/*}*/


.main > :nth-child(1):not(.hero-section):not(.inf_intro):not(.sdk_intro):not(.inf_intro_case){
	padding-top: 70px;
}

.hero-section{
	padding-top: 0;
}
/* end Temp css */

@media (max-width: 1700px) {
    .header__menu_client {
        width: auto;
    }
    .header__menu-inner {
        width: 295px;
    }
}
@media (max-width: 1024px) {
    .left__img .why__item-content {
        padding: 0;
    }
    .improve .why__item-content p{
        text-align: center;
    }
    .pool__text.center {
        text-align: center;
    }
    .pool__text.center .pool__list {
        justify-content: center;
        align-items: center;
    }
    .scraping__wrap .scraping__body h2 {
        font-size: 32px;
        max-width: 440px;
    }
    .pool__img_left .pool__content .pool__text {
        margin-bottom: 0;
    }
    .pool__img_left .pool__content{
        display: flex;
        flex-direction: column;
    }
    .pool__img_left .pool__content .pool__img {
        order: 4;
        margin-bottom: 0;
        margin-top: 40px;
    }
    .pool__img_left .pool__img {
        margin-left: auto;
        margin-right: auto;
    }
    .pool__wrap .intro__btns {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 58px;
    }
}
@media (max-width: 580px) {
    .api__icon.ico__small {
        max-width: 240px;
        height: 120px;
        width: 240px;
    }
    .api__icon.ico__small svg {
        height: auto;
    }
}
@media (max-width: 767px) {
    .scraping .scraping__body {
        box-shadow: 8px 6px 0px #000000;
    }
    .intro__btn.--b-porp:nth-child(1) {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .benefits.case {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 640px) {
    .pool__list li:not(:last-child) {
        margin-bottom: 0;
    }
    .pool__wrap .intro__btns {
        margin-top: 30px;
    }
    .pool__text.center .pool__list {
        align-items: flex-start;
        text-align: left;
        line-height: 27px;
    }
    .intro__icon span{
        font-size: 18px;
    }
    .intro__icon.big__svg {
        position: relative;
        z-index: 2;
    }
    .scraping__wrap .scraping__body h2 {
        font-size: 24px;
    }
    .pool__img_left .pool__content .pool__img {
        margin-top: 20px;
    }
    .benefits__item {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .benefits__item-ico {
        margin-right: 0;
        margin-bottom: 40px;
    }
}