.section-front_trial{
    background: transparent;
    background-image: url("/wp-content/themes/1IT/img/trial/front-background.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100%;
    flex-wrap: wrap;
}
.section-front_trial .section-front-content{
    width: 100%;
    padding: 250px 0 50px;
}
.page-template-page-trial .footer{
    padding: 70px 0 70px;
}

.section-front__trial-text{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: -0.5px;
    margin: 32px auto;
}

.section-front-trial-button-wrap{
    margin: 70px 0 0;
}

.section-front_trial .front-background{
    position: relative;
    top: 5px;
}

.section-front-trial-background-wrap{
    position: relative;
    margin: auto 0 0;
}

.front-trial-elem{
    position: absolute;
    object-fit: contain;
}

.front-trial-elem__1{
    left: -180px;
    top: 100px;
}

.front-trial-elem__2{
    right: -180px;
    top: 100px;
}


.front-trial-elem__3{
    left: -280px;
    bottom: 100px;
}

.front-trial-elem__4{
    right: -280px;
    bottom: 100px;
}

.section-why-need{
    padding: 130px 0 100px;
    background: #707EFF;
    overflow: hidden;
}

.why-need-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 120px;
    margin: 90px 0 0;
    max-width: 100%;
}

.why-need-item{
    position: relative;
    background: #fff;
    padding: 63px 42px;
    border-radius: 448px;
}

.why-need-item:after{
    content: '';
    position: absolute;
    width: calc(100% - 44px);
    height: calc(100% - 44px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 468px;
    border: 2px dashed #6B7FFF;
    pointer-events: none;
}

.why-need-item__title{
    font-weight: 900;
    color: #707EFF;
}

.why-need-item__text{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
    color: #000;
    margin: 24px 24px 60px;
}

.why-need-item__emoji{
    display: block;
    margin: 0 auto 36px;
}

.section-videos{
    padding: 60px 0;
    background: #707EFF;
}

.videos-wrap{
    display: grid;
    grid-row-gap: 60px;
    margin: 90px 0 0;
}

.video-item__label-video{
    color: #707EFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 1000;
    line-height: 112%; /* 31.366px */
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.video-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 30px;
    padding: 78px 84px;
    overflow: hidden;
}

.video-item:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: radial-gradient(ellipse at right bottom, #1447FF 0%, #8595FC 72%, transparent 72%, transparent 100%);
    z-index: 0;
}

.video-item:nth-child(even):after{
    background: radial-gradient(ellipse at left bottom, #1447FF 0%, #8595FC 72%, transparent 72%, transparent 100%);
}

.video-item:nth-child(even) .video-item__label{
    left: -500px;
}

.video-item:nth-child(3) .video-item__label{
    left: 0;
}

.video-item__text-column{
    width: 100%;
    max-width: 764px;
}

.video-item__text-column ul{
    margin: 48px 0 0;
    padding: 0 0 60px;
}

.video-item__text-column ul li{
    position: relative;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    letter-spacing: -0.55px;
    color: #2C2C2C;
    margin: 0 0 34px;
    padding: 0 0 0 80px;
}

.video-item__text-column ul li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    background: center / contain no-repeat url("/wp-content/themes/1IT/img/hand-next-trial.png");
}

.video-item__image{
    position: relative;
    right: -40px;
}

.video-item__image-result{
    max-width: 511px;
    padding: 26px;
    border-radius: 22px;
    border: 1px dashed #707EFF;
}

.video-item:nth-child(even) .video-item__image-result{
    left: 0;
}

.video-item__image-column{
    position: relative;
    z-index: 1;
}

.video-item__image-result {
    max-width: 511px;
    padding: 26px;
    border-radius: 22px;
    border: 1px dashed #707EFF;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFF;
    box-shadow: 17px 16px 35px 0px rgba(8, 6, 99, 0.08);
}

.video-item__image-title{
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 127%; /* 37.957px */
    letter-spacing: -0.75px;
    color: #2C2C2C;
    margin: 0 0 14px;
}

.video-item__image-text{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.5px;
    color: #2C2C2C;
}

.video-item__image-label{
    position: absolute;
    top: 60px;
    right: 30px;
}

.video-item__label{
    position: absolute;
    top: -50px;
    left: 400px;
    right: 0;
    margin: auto;
}

.video-item:nth-child(even) .video-item__image-column{
    order: -1;
}

.video-item:nth-child(even) .video-item__image{
    right: 40px;
}

.section-action{
    padding: 60px 0 120px;
    background: #707EFF;
}

.action-button-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.section-why-it{
    padding: 130px 0 120px;
    margin: auto;
    background-image: url(/wp-content/themes/1IT/img/trial/front-background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.why-it__image-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    max-width: max-content;
    margin: auto;
}

.why-it__image{
    height: auto;
}

.front-trial-elem__5{
    left: -100px;
    top: -50px;
}

.front-trial-elem__6{
    right: -100px;
    top: -50px;
}

.front-trial-elem__7{
    left: -100px;
    bottom: 50px;
}

.front-trial-elem__8{
    right: -100px;
    bottom: 50px;
}

.why-it-benefits{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
}

.why-it-benefits__item{
    border-radius: 24px;
    background: #FFF;
    box-shadow: 17px 16px 35px 0px rgba(8, 6, 99, 0.08);
    padding: 24px 26px;
    min-height: 300px;
}

.why-it-benefits__item-title{
    font-size: 32px;
    font-weight: 900;
    line-height: 110%; /* 0px */
    text-transform: uppercase;
    margin: 0 0 17px;
}

.why-it-benefits__item-text{
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.it-salary-wrap{
    margin: 90px 0 0;
}

.it-salary-value{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 273px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 305.698px */
    letter-spacing: -7px;
    color: #7E44EB;
    text-align: center;
    margin: 24px 0 0;
}

.section-speaker{
    background: #707EFF;
    padding: 140px 0 80px;
    overflow: hidden;
}

.speaker-wrap{
    position: relative;
    display: flex;
    padding: 0 0 80px;
}

.speaker-info-wrap{
    position: relative;
    margin: 20px 0 0;
    width: 100%;
}

.speaker-label{
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #FFF;
}

.round-content__subtitle{
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    color: #FFF;
}

.round-content{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    background: #8595FC;
}

.round-content_1{
    width: 326px;
    height: 326px;
    left: 70px;
    bottom: -80px;
}

.round-content_2{
    width: 362px;
    height: 362px;
    left: 310px;
    top: 200px;
}

.round-content_3{
    width: 491px;
    height: 491px;
    right: -80px;
    top: 300px;
}

.section-about{
    position: relative;
    z-index: -1;
    padding: 120px 0 200px;
    background: #707EFF;
    overflow: hidden;
}

.about-banner-wrap{
    display: flex;
    justify-content: center;
}

.about-banner{
    position: relative;
    width: 100%;
    max-width: 1164px;
    padding: 84px 140px;
    border-radius: 30px;
    background: #FFF;
}

.about-banner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    margin: auto;
    border-radius: 24px;
    border: 2px dashed #6B7FFF;
    pointer-events: none;
}

.about-banner__text{
    margin: 32px 0 56px;
}

.about-banner-square-1{
    position: absolute;
    left: -370px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}


.about-banner-square-2{
    position: absolute;
    right: -370px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.speaker-elem{
    position: absolute;
}

.speaker-elem__1{
    left: 0;
    top: 100px;
}

.speaker-elem__2{
    right: 0;
    top: 100px;
}

.speaker-elem__3{
    left: 30%;
    top: 30%;
}

.speaker-elem__4{
    bottom: 30%;
    left: -60px;
}

@media (max-width: 1719px) {
    .section-front_trial .front-background{
        max-width: 1000px;
    }

    .why-need-wrap{
        grid-column-gap: 40px;
    }

    .why-need-item__title{
        font-size: 24px;
    }

    .section-videos .h3 br{
        display: none;
    }

    .video-item__text-column .h5{
        font-size: 36px;
    }

    .video-item__image-column{
        max-width: 575px;
    }

    .video-item__text-column{
        max-width: 480px;
    }

    .video-item__image{
        max-width: 100%;
        height: auto;
    }

    .video-item:after{
        height: 150px;
    }

    .round-content__subtitle{
        font-size: 20px;
    }

    .round-content h4{
        font-size: 70px;
    }

    .speaker-wrap .speaker-img{
        width: 400px;
        height: auto;
    }

    .round-content_1{
        width: 220px;
        height: 220px;
        left: 30px;
    }

    .round-content_2{
        width: 254px;
        height: 254px;
        left: 210px;
    }

    .round-content_3{
        width: 340px;
        height: 340px;
        right: 80px;
    }

    .front-trial-elem__1{
        left: -80px;
    }

    .front-trial-elem__2{
        right: -80px;
    }


    .front-trial-elem__3{
        left: -140px;
    }

    .front-trial-elem__4{
        right: -140px;
    }

    .about-banner{
        max-width: 790px;
        padding: 84px 70px;
    }

    .about-banner__text{
        font-size: 14px;
        margin: 18px 0 34px;
    }

    .about-banner-square-1{
        width: 325px;
        height: auto;
        left: -275px;
    }

    .about-banner-square-2{
        width: 295px;
        height: auto;
        right: -245px;
    }
}

@media (max-width: 1399px) {
    .section-front_trial .section-front-content .h2-small{
        font-size: 70px;
    }

    .section-front__trial-text{
        font-size: 16px;
    }

    .section-front_trial .front-background {
        max-width: 810px;
    }

    .front-trial-elem{
        width: 50px;
        height: 50px;
    }

    .front-trial-elem__1,
    .front-trial-elem__2{
        top: 150px;
    }

    .front-trial-elem__1{
        left: -45px;
    }

    .front-trial-elem__2{
        right: -45px;
    }

    .front-trial-elem__3,
    .front-trial-elem__4{
        bottom: 40px;
    }

    .section-why-need{
        padding: 130px 0 70px;
    }

    .why-need-wrap{
        margin: 50px 0 0;
    }

    .why-need-item__emoji{
        width: 120px;
        height: 120px;
        margin: 0 auto 50px;
    }

    .why-need-item__title{
        font-size: 21px;
    }

    .why-need-item__text{
        font-size: 14px;
        margin: 12px 0 40px;
    }

    .video-item{
        border-radius: 30px;
        padding: 58px 64px;
    }

    .video-item__label-video{
        font-size: 20px;
    }

    .video-item__text-column ul {
        margin: 24px 0 0;
    }

    .video-item__text-column ul li{
        font-size: 18px;
        margin: 0 0 16px;
        padding: 0 0 0 55px;
    }

    .video-item__text-column ul li:after{
        width: 34px;
        height: 34px;
    }

    .video-item__image-result{
        max-width: 368px;
        padding: 18px 22px;
        right: -24px;
    }

    .video-item__image-title{
        font-size: 22px;
    }

    .video-item__image-text{
        font-size: 16px;
    }

    .video-item:after{
        height: 150px;
        width: 150%;
        left: 100px;
        bottom: -10px;
        transform: rotate(358deg);
    }

    .video-item:nth-child(even):after{
        left: -100px;
        width: 100%;
        transform: rotate(3deg);
        bottom: -25px;
    }

    .video-item__label{
        max-width: 584px;
        height: auto;
    }

    .video-item__image-label{
        width: 130px;
        height: auto;
    }

    .video-item:nth-child(3) .video-item__image-label{
        top: 30px;
    }

    .section-action h3{
        max-width: 700px;
        margin: auto;
    }

    .section-action h3 br{
        display: none;
    }

    .section-action{
        padding: 60px 0 80px;
    }

    .why-it__image{
        max-width: 610px;
        height: auto;
    }

    .why-it-benefits__item-title{
        font-size: 22px;
    }

    .front-trial-elem__5,
    .front-trial-elem__6{
        top: 0;
    }

    .why-it-benefits__item{
        min-height: 200px;
    }

    .why-it-benefits__item-text{
        font-size: 14px;
    }

    .why-it-benefits__item-text br{
        display: none;
    }

    .why-it-benefits{
        grid-column-gap: 24px;
    }

    .it-salary-value{
        font-size: 200px;
    }

    .speaker-wrap .speaker-img{
        width: 370px;
    }

    .speaker-label{
        font-size: 24px;
    }

    .round-content_1{
        left: 0;
    }

    .round-content_2{
        left: 130px;
        top: 150px;
    }

    .round-content_3{
        right: 40px;
    }

    .section-about{
        padding: 80px 0 140px;
    }

    .speaker-elem{
        width: 60px;
        height: 60px;
    }

}

@media (max-width: 1199px) {
    .section-front_trial .front-background{
        max-width: 675px;
    }

    .video-item {
        border-radius: 22px;
        padding: 32px;
    }

    .video-item__image-result{
        right: -14px;
        max-width: 350px;
    }

    .video-item__label{
        max-width: 486px;
    }

    .why-it__image {
        max-width: 470px;
    }

    .section-speaker{
        padding: 100px 0 60px;
    }

    .speaker-wrap .speaker-img {
        width: 270px;
    }

    .speaker-elem {
        width: 50px;
        height: 50px;
    }

    .round-content h4{
        font-size: 51px;
    }

    .round-content__subtitle{
        font-size: 16px;
    }

    .round-content_1{
        width: 160px;
        height: 160px;
    }

    .round-content_2{
        width: 184px;
        height: 184px;
    }

    .round-content_3{
        width: 246px;
        height: 246px;
        right: 110px;
        top: 250px;
    }

    .why-need-wrap {
        grid-column-gap: 20px;
    }

    .why-need-item{
        padding: 63px 32px;
    }

    .why-need-item__title{
        font-size: 18px;
    }

    .why-need-item__text{
        font-size: 13px;
    }

    .why-need-item:after{
        width: calc(100% - 24px);
        height: calc(100% - 24px);
    }

}

@media (max-width: 991px) {
    .header_trial .header-navigation-wrap{
        height: auto;
        background: transparent;
        display: block;
        width: max-content;
        position: static;
        margin: 0 0 0 auto;
    }

    .section-front_trial .section-front-content .h2-small {
        font-size: 60px;
    }

    .section-front_trial .section-front-content .h2-small br {
        display: none;
    }

    .section-front__trial-text{
        margin: 18px auto;
    }

    .section-front_trial .front-background{
        max-width: 768px;
    }

    .front-trial-elem{
        width: 80px;
        height: 80px;
    }

    .front-trial-elem__1{
        left: 45px;
        top: -30px;
    }

    .front-trial-elem__2{
        right: 45px;
        top: -30px;
    }

    .front-trial-elem__3{
        left: 45px;
        bottom: 45px;
    }

    .front-trial-elem__4{
        width: 50px;
        height: 50px;
        right: 25px;
        bottom: 10px;
    }


    .page-template-page-trial h3{
        font-size: 40px;
    }

    .section-why-need {
        padding: 100px 0 70px;
    }

    .video-item{
        flex-wrap: wrap;
    }

    .video-item:after{
        transform: none;
        left: 0;
        width: 100%;
        height: 200px;
    }

    .video-item:nth-child(even):after{
        left: 0;
        transform: none;
    }

    .video-item__text-column ul li{
        position: relative;
        z-index: 2;
    }

    .video-item__image{
        max-width: 374px;
        height: auto;
        margin: -50% 0 0;
    }

    .video-item__image-column{
        display: flex;
        justify-content: end;
        width: 100%;
        max-width: 100%;
    }

    .video-item__text-column{
        position: relative;
        max-width: 440px;
    }

    .video-item__image-label{
        top: -135px;
    }

    .video-item:nth-child(3) .video-item__image-label{
        top: -170px;
    }

    .video-item__image-result{
        max-width: 100%;
        right: 0;
    }

    .video-item:nth-child(even) .video-item__image-column {
        order: 0;
    }

    .video-item__text-column ul{
        padding: 0;
    }

    .video-item:nth-child(even) .video-item__image{
        right: -40px;
    }

    .video-item__label{
        max-width: 446px;
        right: -50px;
        left: auto;
        top: 0;
    }

    .video-item__text-column .h5 br{
        display: none;
    }

    .about-banner{
        max-width: 526px;
    }

    .section-about {
        padding: 80px 0 80px;
    }

    .why-need-wrap{
        grid-column-gap: 0;
    }

    .why-need-item__title{
        font-size: 21px;
    }

    .why-need-item__text{
        font-size: 14px;
    }

    .why-need-slider{
        position: relative;
    }

    .why-need-slider .swiper-pagination{
        background: rgba(255, 255, 255, 0.3);
        bottom: -50px;
        max-width: max-content;
        margin: auto;
        display: block;
        left: 0;
        right: 0;
        border-radius: 50px;
    }

    .why-need-slider .swiper-pagination-bullet{
        background: #fff;
        opacity: 0.5;
    }

    .why-need-slider .swiper-pagination-bullet-active{
        opacity: 1;
    }

    .about-banner{
        padding: 55px 47px;
        border-radius: 24px;
    }

    .about-banner:after{
        width: calc(100% - 24px);
        height: calc(100% - 24px);
        border-radius: 18px;
    }

    .about-banner__text{
        margin: 12px 0 22px;
    }

    .about-banner-square-1{
        width: 270px;
        left: -180px;
    }

    .about-banner-square-2{
        width: 251px;
        right: -150px;
    }

    .speaker-wrap .speaker-img{
        width: 244px;
    }

    .speaker-info-wrap h3{
        font-size: 70px;
    }

    .speaker-elem__1{
        top: 0;
    }

    .speaker-elem__2{
        right: 0;
        top: 50px;
    }

    .speaker-elem__3{
        width: 30px;
        height: 30px;
        left: 35%;
        top: 40%;
    }

    .speaker-elem__4{
        bottom: 30px;
        left: 30px;
    }

    .round-content_1{
        left: -70px;
    }

    .round-content_2{
        left: 70px;
        top: 120px;
    }

    .round-content_3{
        right: -50px;
        top: 200px;
    }

    .section-action {
        padding: 50px 0 50px;
    }

    .why-it-benefits{
        grid-template-columns: 1fr;
        grid-row-gap: 14px;
    }

    .why-it-benefits__item {
        min-height: 100px;
        border-radius: 18px;
        padding: 24px;
    }

    .section-why-it{
        padding: 80px 0 60px;
    }

    .it-salary-wrap{
        max-width: 500px;
        margin: 50px auto 0;
    }

    .front-trial-elem{
        width: 60px;
        height: 60px;
    }

    .it-salary-value{
        font-size: 150px;
    }

    .page-template-page-trial .copyright-text{
        order: -1;
        margin: 0;
    }

    .page-template-page-trial .footer-bottom{
        margin: 20px 0 0;
    }

    .page-template-page-trial .footer{
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .speaker-wrap .speaker-img{
        width: 200px;
    }

    .round-content_2{
        width: 150px;
        height: 150px;
        left: 70px;
    }

    .round-content_3{
        width: 200px;
        height: 200px;
    }

    .speaker-elem__2{
        top: -20px;
    }

    .speaker-elem__3{
        left: 40%;
    }

    .page-template-page-trial .footer-bottom .custom-logo{
        max-width: 137px;
    }
}

@media (max-width: 575px) {
    .header_trial .header-menu-call-wrap .button-for-action{
        white-space: nowrap;
        padding: 18px 10px;
        font-size: 11px;
    }

    .section-front_trial .front-background{
        max-width: 100vw;
        margin: 50px 0 0;
    }

    .front-trial-elem{
        width: 40px;
        height: 40px;
    }

    .front-trial-elem__1,
    .front-trial-elem__2{
        top: 30px;
    }

    .front-trial-elem__1,
    .front-trial-elem__3{
        left: 0;
    }

    .front-trial-elem__2,
    .front-trial-elem__4{
        right: 0;
    }

    .section-front_trial .section-front-content .h2-small{
        font-size: 46px;
        max-width: 400px;
        margin: auto;
    }

    .section-front__trial-text{
        max-width: 400px;
    }

    .page-template-page-trial h3{
        font-size: 32px;
    }

    .front-trial-elem__5,
    .front-trial-elem__7{
        left: 0;
    }

    .front-trial-elem__6,
    .front-trial-elem__8{
        right: 0;
    }

    .video-item__image-column{
        position: relative;
    }

    .video-item__image{
        margin: -60px 0 0 0;
    }

    .video-item{
        padding: 22px;
    }

    .video-item__text-column ul li{
        font-size: 16px;
    }

    .video-item__text-column .h5 {
        font-size: 30px;
    }

    .video-item__image-title {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .video-item__image-label {
        top: 10px;
        right: 160px;
    }

    .video-item:nth-child(3) .video-item__image-label {
        top: 20px;
        right: 200px;
    }


    .video-item:after{
        height: 100px;
    }

    .it-salary-value {
        font-size: 130px;
    }

    .video-item__label{
        max-width: 320px;
        right: 0;
        bottom: -100px;
    }

    .video-item:nth-child(even) .video-item__label{
        left: 0;
    }

    .page-template-page-trial .footer{
        padding: 40px 0 50px;
    }

    .page-template-page-trial .footer-bottom{
        flex-direction: column;
        align-items: center;
        grid-row-gap: 50px;
    }

    .why-it__image{
        max-width: 80vw;
    }

    .about-banner{
        max-width: calc(100vw - 44px);
    }

    .section-about{
        padding: 200px 0px;
    }

    .about-banner-square-1{
        left: 30px;
        bottom: auto;
        top: -200px;
    }

    .about-banner-square-2{
        top: auto;
        bottom: -200px;
        right: 0;
    }

    .speaker-wrap{
        flex-wrap: wrap;
        padding: 0 0 280px;
    }

    .speaker-info-wrap{
        order: -1;
    }

    .round-content{
        position: relative;
    }

    .speaker-wrap .speaker-img{
        width: 320px;
        position: absolute;
        left: 0;
        top: 130px;
        right: 0;
        margin: auto;
    }

    .speaker-label,
    .page-template-page-trial h3{
        text-align: center !important;
    }

    .page-template-page-trial .speaker-wrap h3{
        font-size: 74px;
    }

    .round-content_1{
        position: absolute;
        width: 190px;
        height: 190px;
        top: auto;
        bottom: -280px;
        right: -20px;
        left: auto;
        position: absolute;
    }

    .round-content_2{
        width: 240px;
        height: 240px;
        bottom: -510px;
        top: auto;
        right: auto;
        left: -50px;
    }

    .round-content_3{
        width: 290px;
        height: 290px;
        left: 70px;
        right: auto;
        margin: 0 0 0 auto;
        bottom: -70px;
        top: auto;
    }

    .round-content h4{
        font-size: 70px;
    }

    .round-content__subtitle{
        font-size: 20px;
    }

    .speaker-elem{
        width: 40px;
        height: 40px;
    }

    .speaker-elem__1{
        top: 150px;
    }

    .speaker-elem__2{
        top: 130px;
    }

    .speaker-elem__3{
        left: 0;
        top: 60%;
    }

    .speaker-elem__4{
        display: none;
    }

}

@media (max-width: 375px) {
    .header_trial .logo{
        margin: 0 20px 0 0;
    }
    .header_trial .header-menu-call-wrap .button-for-action{
        font-size: 10px;
    }
    .section-front_trial .section-front-content .h2-small{
        font-size: 36px;
        max-width: 300px;
    }

    .section-front__trial-text{
        max-width: 300px;
    }

    .why-need-item__title{
        font-size: 18px;
    }

    .why-need-item__text {
        font-size: 13px;
    }

    .page-template-page-trial h3{
        font-size: 28px;
    }

    .video-item__text-column .h5{
        font-size: 26px;
    }

    .it-salary-value {
        font-size: 110px;
    }

    .round-content_1{
        width: 160px;
        height: 160px;
        right: -20px;
    }
    .round-content_2{
        width: 230px;
        height: 230px;
        left: -65px;
    }
    .round-content_3{
        width: 260px;
        height: 260px;
        bottom: -80px;
    }

    .videos-wrap{
        margin: 50px 0 0;
    }

    .round-content h4{
        font-size: 55px;
    }

    .round-content__subtitle{
        font-size: 17px;
    }
}