.firstscreen-withlinks-links {
    position: relative;
    z-index: 2;
}
.firstscreen-withlinks__image {
    position: relative;
    z-index: 1;
}
.firstscreen-withlinks-links ul{
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
}

.firstscreen-withlinks-links ul li{
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firstscreen-withlinks-links ul li:hover,
.firstscreen-withlinks-links ul li.current-menu-item{
    background: #34DCA2;
    box-shadow: 0px 17px 26px rgba(52, 220, 162, 0.19);
    border-radius: 10px;
}

.firstscreen-withlinks-links ul li a{
    color: #34DCA2;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firstscreen-withlinks-links ul li:hover a,
.firstscreen-withlinks-links ul li.current-menu-item a{
    color: #FFFFFF;
}

.firstscreen-withlinks__row {
    display: flex;
    position: relative;
}

.firstscreen-withlinks__item-left {
    position: relative;
    z-index: 2;
}

.firstscreen-withlinks__item-left strong {
    font-weight: 700;
    color: #34DCA2;
}

.firstscreen-withlinks__item-right {
    position: absolute;
    z-index: 1;
}

.firstscreen-withlinks__text {
    max-width: 530px;
    font-weight: 400;
    line-height: 150%;
    color: #10173C;
}

.firstscreen-withlinks .elementor-button-wrapper {
    display: flex;
    gap: 20px;
}

.firstscreen-withlinks .elementor-button-wrapper .standart_but {
    min-width: 178px;
    min-height: 46px;
    box-shadow: none;
}

.firstscreen-withlinks .elementor-button-wrapper .special_but {
    min-width: 170px;
    min-height: 46px;
    box-shadow: none;
}

.firstscreen-withlinks .elementor-button-wrapper a {
    box-shadow: none;
}


@media screen and (min-width: 1200px){
    .firstscreen-withlinks__item-left {
        max-width: 605px;
    }

    .firstscreen-withlinks__item-right {
        right: -55px;
        top: -20px;
    }

}

@media screen and (min-width: 991px) and (max-width: 1200px){
    .firstscreen-withlinks__item-left {
        max-width: 620px;
    }

    .firstscreen-withlinks__item-right {
        right: -70px;
        top: calc(50% - 175px);
    }

    .firstscreen-withlinks__item-right img{
        height: 350px;
    }
}

@media screen and (min-width: 991px){

    .firstscreen-withlinks__item-left {
        padding-top: 140px;
    }

    .firstscreen-withlinks__title {
        margin-bottom: 30px;
    }

    .firstscreen-withlinks__text {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .firstscreen-withlinks {
        padding-top: 130px;
    }

    .firstscreen-withlinks {
        padding-bottom: 180px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .firstscreen-withlinks__image img {
        height: 400px;
    }
}

@media screen and (max-width: 991px){
    .firstscreen-withlinks__row {
        flex-direction: column-reverse;
    }

    .firstscreen-withlinks__item-right {
        position: relative;
    }

    .firstscreen-withlinks__title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .firstscreen-withlinks__text {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .firstscreen-withlinks {
        padding-top: 80px;
    }

    .firstscreen-withlinks__image {
        display: flex;
        justify-content: center;
        margin-bottom: 17px;
    }

    .firstscreen-withlinks .tg-container {
        padding: 0;
    }

    .firstscreen-withlinks .elementor-button-wrapper .special_but {
        display: none;
    }

    .firstscreen-withlinks .elementor-button-wrapper .standart_but a{
        min-width: 154px;
        min-height: 46px;
    }


}

@media screen and (min-width: 768px) and (max-width: 991px){
    .firstscreen-withlinks {
        padding-bottom: 367px;
    }
}

@media screen and (max-width: 768px){
    .firstscreen-withlinks {
        padding-bottom: 310px;
    }

    .firstscreen-withlinks-links ul li:hover, .firstscreen-withlinks-links ul li.current-menu-item {
        border-radius: 6px;
    }

    .firstscreen-withlinks-links ul li a {
        padding: 9px 5px;
        font-size: 11px!important;
    }

    .firstscreen-withlinks .elementor-button-wrapper a{
        height: 46px;
        width: 154px;
    }
}



