body {
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 25px;
}

html *, body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.stick_hd.uk-sticky {
    position: unset;
}

.stick_hd {

}

.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.container {
    max-width: 1440px;
    min-width: 320px;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
}

.container-mod {
    max-width: 1228px;
    min-width: 320px;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
}
.container-mod-min {
    max-width: 1120px;
    min-width: 320px;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
}
.page_title{
    display: inline-block;
    position: relative;
    font-size: calc((100vw - 320px)/(1440 - 320) * (26 - 22) + 22px);
    line-height: normal;
    font-weight: 700;
    color: #350472;
    text-transform: uppercase;
    margin: 90px 0;
}
.page_title:after{
    content: '';
    display: inline-block;
    background-color: #C7225C;
    height: 1px;
    width: 179px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -30px;
}




.no-padding {
    padding: 0 0;
}

.content_max {
    display: block;
    width: 100%;
    max-width: 1125px;
    margin: 0 auto;
}


.header_stick_line {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    padding-top: 0px;
}
.header_stick_line .head_logo {
    display: inline-block;
    width: 100%;
    max-width: 240px;
}
.head_logo {
}


.head_right_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 17px;
    justify-content: space-between;
    flex: 1;
}

.head_menu_elem {
}

.head_menu_elem a {
    color: #350472;
    font-size: 19px;
    font-weight: 600;
}

.head_menu_elem a:hover {
    text-decoration: none;
    color: #C7225C;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.head_menu_elem a.selected {
    color: #C7225C;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.call_back_menu_elem {
}

.call_back_menu_elem a:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    border: 4px solid #fff;
    background-color: #350472;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    top: -11px;
    right: 30px;
}

.call_back_menu_elem a {
    font-size: 15px;
    text-transform: lowercase;
    border: 1px solid #350472;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 15px 34px;
    position: relative;
}

.call_back_menu_elem a:hover:before {
    background-color: #C7225C;
}

.call_back_menu_elem a:hover {
    border-color: #C7225C;
    padding-bottom: 15px !important;
}

.index_promo_block{
    display: inline-block;
    width: 100%;
    margin: 40px 0px;
    position: relative;
    padding-left: 240px;
}

.head_promo_title{
    display: inline-block;
    position: relative;
    font-size: calc((100vw - 320px)/(1440 - 320) * (69 - 36) + 36px);
    color: #350472;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
.head_promo_title > p{
    font-size: calc((100vw - 320px)/(1440 - 320) * (34 - 24) + 24px);
    margin: 0;
}
.head_promo_title > p > span{
    color:#C7225C;
}
.head_promo_big{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.head_promo_big span{
    display: inline-block;
    line-height: calc((100vw - 320px)/(1440 - 320) * (59 - 36) + 36px);
    height: calc((100vw - 320px)/(1440 - 320) * (54 - 27) + 27px);
}
.icon_sphr{
    height: calc((100vw - 320px)/(1440 - 320) * (63 - 36) + 36px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon_sphr img{
    height: calc((100vw - 320px)/(1440 - 320) * (63 - 36) + 36px);
}
.head_promo_title:after{
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 97px;*/
    /*height: 85px;*/
    /*background-image: url("img/icons/lab_icon.svg");*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*margin-right: -118px;*/
    /*margin-top: 26px;*/
}
.info_banner_block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    gap:25px;
}
.promo_text_section{
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    max-width: 300px;
    margin-left: -190px;
    bottom: 0;
    background-color: #ffffff;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    padding: 25px;
}
.hp_h_line:after{
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 90px;
    height: 1px;
    background-color: #350472;
    margin-left: 25px;
}
.hp_mini_title{
    font-size: calc((100vw - 320px)/(1440 - 320) * (22 - 24) + 24px);
}
.promo_text_section .hp_mini_title{
    display: inline-block;
    width: 100%;

    color: #C7225C;
    margin-bottom: 25px;
    position: relative;
}
.promo_text_section .text{
    font-size: calc((100vw - 320px)/(1440 - 320) * (18 - 20) + 20px);
    color:#000;
    margin: 0;
}
.promo_text_section .text a{ color:#000; text-decoration: underline;}
.promo_text_section .text a:hover{ color:#000;text-decoration: none;}
.banner_section{
    flex: 1;
    height: 350px;
    width: 100%;
    max-width: 950px;
    position: relative;
}
.banner_elem{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/bg/bg_block_1.svg);
    max-width: 950px;
    background-size: cover;
    background-position: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.banner_elem .bn_text{
    display: flex;
    margin: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-left: 25%;
}
.banner_elem .bn_text p{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: calc((100vw - 320px)/(1440 - 320) * (30 - 24) + 24px);
    line-height: normal;
    font-weight: 700;
}
.banner_elem .bn_button span{}
.banner_elem .bn_button span:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 15px;
    background-image: url(img/icons/white_diagonal_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner_elem .bn_button:hover{text-decoration: none;}
.banner_elem .bn_button{
    position: absolute;
    right: 15px;
    bottom: 35px;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 245px;
    text-transform: lowercase;
    font-size: 20px;
}
.info_counter_section{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 35px;
}
.ic_block{
    line-height: normal;
    width: 100%;
    max-width: 148px;
}
.ic_block span{
    font-size: 64px;
    color: #350472;
    font-weight: 400;
    line-height: calc(1em + 2px);
}
.ic_block p{
    font-size: 20px;
    color:#C7225C;
    margin: 0;
    line-height: calc(1em + 2px);
}

.vector_works{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.vector_works .hp_mini_title:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    max-width: 90px;
    height: 1px;
    background-color: #350472;
    left: 0;
    top: 50px;
}
.vector_works:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 39px;
    height: 45px;
    background-image: url(img/icons/stars_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
}
.vector_works .hp_mini_title{
    display: inline-block;
    width: 50%;
    color: #C7225C;
    margin-bottom: 25px;
    position: relative;
}
.vector_work_list{
    display: flex;
    width: 50%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;

}
.vw_elem{
    font-size: 20px;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 25px;
}
.vw_num{
color:#350472;
}
.vw_text{

}


.feed_back_partner {
}

.feed_back_partner .title_block:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    max-width: 284px;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
}

.feed_back_partner .title_block {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    line-height: normal;
}

.feed_back {
}

.feed_back .title_block {
    display: inline-block;
    width: 100%;
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
}

.fb_p_links {
}

.fb_p_links > div {
    display: inline-block;
    width: 100%;
    margin: 15px 0px;
}

.fb_p_links > div a {
    color: #fff;
    font-size: 20px;
}

.fb_p_links > div a:hover {
    color: #fff;
}

.underlink {
    text-decoration: underline;
}

.fb_p_social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    width: 100%;
    max-width: 395px;
    margin-top: 40px;
    justify-content: flex-start;
    gap: 30px;
}

.fb_p_social a {
}

.fb_p_social a img {
}


.feedback_bg {
    color: #fff;
    background-image: url("img/bg/bg_block_1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0 40px 0;
}


.footer_section {
    background-color: #350472;
}

.footer_block {
    display: block;
    padding: 40px 0px;
    color: #fff;
}

.footer_grid {
    display: grid;
    grid-template-columns: auto 106px;
    width: 100%;
    text-align: center;
    align-items: center;
    max-width: 1228px;
    margin: 0 auto;
}
.another_data_section_mobile,
.another_data_section{
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}
    .user_rulez a{
        font-size: 14px;
        color: #a5a5a5;
    }
    .user_rulez a:hover{
        color: #fff;
    }
.foot_logo_pc {
    margin-bottom: 15px;
}

.ft_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    gap: 15px;
    text-align: left;
}

.ft_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    width: 25%;
}

.ft_menu ul li {
    text-align: left;
}

.ft_menu_elem {
    color: #fff;
    margin: 15px 0px;
    display: inline-block;
}

.ft_menu_link {
}

.ft_menu_link:hover {
    color: #fff;

}

.copyright_pc {
}


.fb_form {
}

.fb_int {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    text-transform: none;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0px 15px;
    outline: none;
    font-weight: 500;
}

.fb_int::-webkit-input-placeholder { /* для webkit браузеров */
    color: #fff;
    font-weight: 500;
    font-family: 'PT Sans';
    font-size: 16px;
    text-transform: uppercase;
    line-height: 48px;
}

.fb_int:-moz-placeholder { /* для браузеров mozilla */
    color: #fff;
    font-weight: 500;
    font-family: 'PT Sans';
    font-size: 16px;
    text-transform: uppercase;
    line-height: 48px;
}

.fb_int {
}

.fb_text::-webkit-input-placeholder { /* для webkit браузеров */
    line-height: normal;
}

.fb_text:-moz-placeholder { /* для браузеров mozilla */
    line-height: normal;
}

.fb_text {
    height: 127px;
    line-height: normal;
    padding: 15px;
}

.fb_submit {
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
    font-family: 'PT Sans';
    padding: 15px 80px 15px 50px;
    line-height: 19px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
}

.fb_submit:before {
    content: '';
    display: inline-block;
    position: absolute;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    left: 23px;
    bottom: -8px;
}

.fb_submit:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 15px;
    background-image: url("img/icons/white_diagonal_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;

}

.fb_rulls_block {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 30px;
}

.fb_rulls_block .fb_chkbox + label {
    user-select: none;
    cursor: pointer;
}

.fb_rulls_block .fb_chkbox {
    opacity: 0;
    width: 1px;
    position: absolute;
    left: 5px;
}

.fb_rulls_block .fb_chkbox:checked + label::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: none;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.fb_rulls_block .fb_chkbox + label::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.fb_footer_mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.fb_f_social {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    margin-top: 10px;
}

.fb_f_social {
}

.fb_f_social a {
}

.fb_f_social a img {
    width: 30px;
}

.fb_f_logo {
}


.partners_slider {
}

.partners_sl_list {
    align-items: center;
}

.partners_sl_item {
    text-align: center;
}

.partners_sl_item img {
}

.markets_slider {
}

.markets_sl_list {
    align-items: center;
}

.markets_sl_item {
    text-align: center;
}

.markets_sl_item img {
}


/*icons*/
.with_star_bg_01 {
    position: relative;
}

.with_star_bg_01:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 77px;
    height: 79px;
    background-image: url("img/icons/star_white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -80px;
    bottom: 0;
}

.red_star_bg_01 {
    position: relative;
}

.red_star_bg_01:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 68px;
    height: 73px;
    background-image: url("img/icons/star_red.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: 0;
}

.red_circle_bg_01 {
    position: relative;
}

.red_circle_bg_01:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 183px;
    height: 173px;
    background-image: url("img/icons/red_figure_circle.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 0;
}

.wave_horizontal_bg {
    position: relative;
}

.wave_horizontal_bg:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 231px;
    height: 10px;
    background-image: url("img/icons/wave_figure.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0px;
    top: 0;
}

.half_circle_bg {
    position: relative;
}

.half_circle_bg:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 147px;
    background-image: url("img/icons/half-circle-star.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 50px;
}

.star-line-icons {
    align-items: center;
    gap: 20px;
}

.star-line-icons:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 95px;
    height: 16px;
    background-image: url("img/icons/line-star-left.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.star-line-icons:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 95px;
    height: 16px;
    background-image: url("img/icons/line-star-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.left_zigzag_bg {
    position: relative;
}

.left_zigzag_bg:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 172px;
    height: 6px;
    background-image: url("img/icons/zigzag-horizontal.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.left_vertical_zigzag_bg {
    position: relative;
}

.left_vertical_zigzag_bg:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 57px;
    height: 122px;
    background-image: url("img/icons/zigzag-red.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.right_zigzag_bg {
    position: relative;
}

.right_zigzag_bg:after {
    content: '';
    position: absolute;
    display: none;
    width: 92px;
    height: 6px;
    background-image: url("img/icons/zigzag-horizontal.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    right: 0;
    bottom: 10px;
    margin: auto;
}

.circle_br_right_s {
    position: relative;
}

.circle_br_right_m {
    position: relative;
}

.circle_br_right_s:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url("img/icons/circle_bg_small.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 1%;
    top: 0;
    margin: auto;
}

.circle_br_right_m:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 58px;
    height: 58px;
    background-image: url("img/icons/circle_bg_medium.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 10%;
    top: 40px;
    margin: auto;
}

/*icons*/
.block_title {
    display: inline-block;
    width: 100%;
    font-size: 34px;
    padding-bottom: 30px;
    margin-bottom: 80px;
    font-weight: 700;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    color: #350472;
}

.block_title:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    max-width: 179px;
    height: 1px;
    background-color: #E31E24;
    left: 0;
    bottom: 0;
}

.sub_block_title {
}

.how_work .sub_block_title {
    width: 100%;
    max-width: 569px;
}

.how_work .wull_width_text {
    width: 100%;
    max-width: 920px;
}

.more_title_block{
    display: inline-block;
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.more_title_block:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    max-width: 179px;
    height: 1px;
    background-color: #E31E24;
    left: 0;
    bottom: 0;
}

.white_text,
.white_text *,
.white_title {
    color: #fff;
}

.blue_bg {
    background-color: #350472;
}

.white_bg {
    background-color: #fff;
}

.testimonial_slider {
}

.testimonial_slider > ul {
}

.testimonial_slider li {
    overflow: unset;
    padding: 0 20px;
}

.testimonial_slider {
    transition: 0.5s ease-in-out;
    overflow: hidden;

}

.testimonial_element {
    display: block;
    pointer-events: none;
}

.testimonial_text {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.testimonial_author {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

.testimonial_author span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.testimonial_slider_counter {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #E31E24;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0 20px;
}


.prt_elem:hover {
    text-decoration: none;
}

.prt_elem {
    display: flex;
    position: relative;
    width: 100%;
    height: 514px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 50px 25px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prt_title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.prt_tags {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.last_work_elem:hover {
    text-decoration: none;
}

.last_work_elem {
    padding: 40px 40px;
    text-align: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.last_work_title {
    font-weight: 600;
    font-size: 20px;
}

.last_work_tags {
    font-size: 15px;
    font-weight: 400;
}

.last_work_tags {
    display: inline;
}

.big_lw {
    height: 912px;
}

.sml_lw {
    height: 456px;
}

.go_feedback {
    display: flex;
    width: 100%;
    position: relative;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: -45px;
    align-items: center;
    z-index: 10;
}

.go_btn {
    display: flex;
    position: relative;
    width: 200px;
    min-width: 200px;
    height: 200px;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgb(199, 34, 92);
    background: -moz-linear-gradient(180deg, rgba(199, 34, 92, 1) 0%, rgba(53, 4, 114, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(199, 34, 92, 1) 0%, rgba(53, 4, 114, 1) 100%);
    background: linear-gradient(180deg, rgba(199, 34, 92, 1) 0%, rgba(53, 4, 114, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7225c", endColorstr="#350472", GradientType=1);
    align-content: center;
    justify-content: center;
    align-items: center;
}

.go_btn.reverse_bg_color {
    background: rgb(199, 34, 92);
    background: -moz-linear-gradient(0deg, rgba(199, 34, 92, 1) 0%, rgba(53, 4, 114, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(199, 34, 92, 1) 0%, rgba(53, 4, 114, 1) 100%);
    background: linear-gradient(0deg, rgba(199, 34, 92, 1) 0%, rgba(53, 4, 114, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7225c", endColorstr="#350472", GradientType=1);
}

.go_btn a,
.go_btn a:hover {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: lowercase;

}

.half_btn_top {
    margin-top: -101px;
}

.half_btn_bottom {
    margin-bottom: -101px;
}

.how_work {
    padding-bottom: 60px;
}

.how_work_list {
    margin-bottom: 30px;
    display: inline-block;
}

.how_work_title {
    display: inline-block;
    width: 152px;
    font-size: 20px;
    font-weight: 600;
}

.how_work_text {
    font-size: 16px;
    font-weight: 400;
}

.how_more_toggle_section {
    display: inline-block;
    width: 100%;
    margin-bottom: 85px;
}

.how_work_more {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
    padding-right: 30px;
}

.how_work_more:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: url("img/icons/white_diagonal_arrow_down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.how_work_more_hide {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
    padding-right: 30px;
}

.how_work_more_hide:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: url("img/icons/white_diagonal_arrow_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.head_block {
    /*padding-bottom: 140px;*/
    padding-bottom: 45px;
}

.last_work {
    padding-top: 140px;
}
.about_us{
    padding-top: 140px;
}
.nav-mod-l {
    margin-left: -5px;
}

.nav-mod-r {
    margin-right: -5px;
}


.mobile_menu_icon {
    margin-top: 20px;
}

.mobile_burger {
    display: inline-block;
    background-image: url("img/icons/menu_icon.svg");
    width: 54px;
    height: 31px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.mobile_menu_block {
    z-index: 10;
    width: 100vw;
    padding: 0;
}

#mobile_menu:after {
    content: '';
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #35047299;
    z-index: 1;
    backdrop-filter: blur(1px);
}

.header_mobile_menu .head_logo {
}

.header_mobile_menu .head_logo:before {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 13px;
    z-index: -1;
}

.header_mobile_menu {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu_closer {
    display: inline-block;
    width: 49px;
    height: 49px;
    margin-top: 20px;
    margin-right: -13px;
}

.menu_close_button {
    display: inline-block;
    background-image: url("img/icons/menu_close_icon.svg");
    width: 49px;
    height: 49px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    border: none;
    background-color: transparent;
    position: relative;
    top: auto;
    right: auto;
    padding: unset;
    outline: none;
}

.menu_close_button svg {
    display: none !important;
}


.mobile_side_menu {
    display: flex;
    width: 100%;
    margin: 50px 0px;
    padding-bottom: 40px;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 30px;
}

.mobile_side_menu:after {
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 284px;
    height: 1px;
    background-color: #C7225C;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mobile_side_menu .head_mobile_menu_elem {
}

.mobile_side_menu .head_mobile_menu_elem a {
    font-size: 24px;
    color: #fff;
}

.mobile_side_menu .head_mobile_menu_elem a:hover {
    text-decoration: none;
}

.mobile_side_menu .head_mobile_menu_elem a.selected {
}

.ms_p_links {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 30px;
}

.ms_p_links > div {
}

.ms_p_links > div a.underlink {
    text-decoration: underline !important;
}

.ms_p_links > div a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.ms_p_links > div a:hover {
}

.mobile_copy {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.hide {
    display: none;
}

/*margins*/
.mrg_50 {
    margin: 50px 0px;
}

.mrg_b_30 {
    margin-bottom: 30px;
}

.mrg_b_60 {
    margin-bottom: 60px;
}

.mrg_b_80 {
    margin-bottom: 80px;
}

.mrg_t_80 {
    margin-top: 80px;
}

.mrg_b_0 {
    margin-bottom: 0px;
}

.head_mobile_callback{}
.head_mobile_callback a:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    border: 4px solid #fff;
    background-color: #350472;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    top: -11px;
    right: 30px;
}
.head_mobile_callback a{
    display: inline-block;
    font-size: 15px;
    text-transform: lowercase;
    border: 1px solid #350472;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 15px 34px;
    position: relative;
    color: #350472;
    text-decoration: none;
    outline: none;
}
.head_mobile_callback a:hover{
    text-decoration: none;
    color: #C7225C;
    border-color: #C7225C;
    padding-bottom: 15px !important;
}
.head_mobile_callback a:hover:before {
    background-color: #C7225C;
}


.ab_wave_block{
    position: relative;
}
.about_head{
    font-size: calc((100vw - 320px)/(1440 - 320) * (20 - 18) + 18px);
    color: #231F1F;
    line-height: 35px;
}
.about_head a{
    color:#350472;
}
.about_head a:hover{}

.ab_block{
    position: relative;
}
.ab_block *{
    line-height: normal;
}
.ab_num{
    font-size: calc((100vw - 320px)/(1440 - 320) * (64 - 60) + 60px);
    color:#350472;
}
.ab_txt{
    font-size: calc((100vw - 320px)/(1440 - 320) * (20 - 18) + 18px);
    color:#C7225C;
    line-height: 35px;
    display: inline-block;
    width: 100%;
    max-width: 267px;
}

.ab_other{
    font-size: calc((100vw - 320px)/(1440 - 320) * (20 - 18) + 18px);
    line-height: 35px;
}

.ab_wave {
    content: '';
    position: absolute;
    display: inline-block;
    width: 288px;
    height: 10px;
    background-image: url(img/icons/r_vawe.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    top: 37%;
}


.ab_wave_icon_block .ab_block {
    max-width: 267px;
}
.circle_top,
.circle_down{
    display: inline-block;
    position: absolute;
    border: 1px solid #350472;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.circle_top{
   width: 23px;height: 23px;
    top: 50px;
    right: 0;
}
.circle_down{
 width: 58px;height: 58px;
    bottom: 0;
    left: 0;
}

.ab_other{}
.ab_other p{
    margin-top: calc((100vw - 320px)/(1440 - 320) * (70 - 40) + 40px);
    margin-bottom: calc((100vw - 320px)/(1440 - 320) * (70 - 40) + 40px);
}
@media all and (max-width: 959px) {
    .last_work_elem,
    .prt_elem {
        text-align: left;
    }

    .block_title {
        font-size: 24px;
        padding-bottom: 60px;
    }

    .block_title:after {

    }

    .red_star_bg_01:before {
        top: 15px;
    }

    .red_circle_bg_01:before {
        width: 127px;
        height: 120px;
    }

    .with_star_bg_01:before {
        right: 25px;
        top: 0;
        left: auto;
        bottom: auto;
    }

    .feedback_bg {
        padding-top: 63px;
    }

    .feed_back {
    }

    .feed_back .title_block {
        font-size: 24px;
        padding-bottom: 60px;
    }

    .feed_back .title_block:after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 100%;
        max-width: 179px;
        height: 1px;
        background-color: #fff;
        left: 0;
        bottom: 0;
    }
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 959px) {
    .banner_elem .bn_text{    margin-left: 15%;}
    .index_promo_block{
        padding-left: 0px;
    }

    .head_promo_title{

    }
    .head_promo_title > p{

    }
    .head_promo_title:after {
        content: '';
        width: 9vw;
        height: 9vw;
        right: 5%;
        margin-top: -1px;
    }
    .info_banner_block {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        position: relative;
        gap: 25px;
    }

    .banner_section{
        order:0;
        min-height: 350px;
    }
    .promo_text_section{
        position: relative;
        margin: auto;
        width: 100%;
        max-width: 100%;
        order:2;
        padding-left: 0;
        padding-right: 0;
    }
    .vector_works{
        padding-left: 0;
        padding-right: 0;
    }
    .info_counter_section{
        order:1;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-end;
        gap: 35px;
        width: 100%;
    }
    .head_mobile_callback{
        margin-bottom: 40px;
        text-align: center;
    }
    .another_data_section_mobile{
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 15px;
        margin-top: 15px;
    }
    .user_rulez a{font-size: 12px;}
}
@media all and (max-width: 780px) {
    .head_promo_title:after {
        content: '';
        width: 9vw;
        height: 9vw;
        right: 9%;
        margin-top: -1px;
    }
    .page_title{
        margin-bottom: 130px;
        margin-top: 55px;
    }
    .page_title:after{
        margin-bottom: -70px;
    }
}

@media all and (max-width: 639px) {
    .ab_wave_icon_block {display: none;}
    .ab_wave {display: none;}
    .promo_text_section {
        padding-bottom: 0;
    }
    .promo_text_section .hp_mini_title{
        padding-top: 50px;
    }
    .vector_work_list .vw_num{width: 20px;}
    .vector_work_list{width: 100%;}
    .vector_works{
        padding-top: 0px;
        display: flex;
        flex-direction: column;
    }
    .vector_works .hp_mini_title{
        padding-top: 50px;
        width: 100%;
        margin-bottom: 25px;
    }
    .vector_works .hp_mini_title:before{display: none;}
    .promo_text_section .hp_mini_title:after,
    .vector_works .hp_mini_title:after {
        content: '';
        display: inline-block;
        width: 100%;
        max-width: 90px;
        height: 1px;
        background-color: #350472;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .vector_works:after{display: none;}
    .wave_horizontal_bg:before,
    .left_vertical_zigzag_bg:before,
    .left_zigzag_bg:before,
    .how_work_list {
        display: none;
    }

    .right_zigzag_bg:after {
        display: inline-block;
    }

    .last_work_tags {
        display: inline;
    }

    .big_lw {
        height: 529px;
    }

    .sml_lw {
        height: 326px;
    }
    .head_promo_title:after {
        content: '';
        width: 11vw;
        height: 11vw;
        right: 15%;
        margin-top: -1px;
    }
}

@media all and (max-width: 490px) {
    .half_circle_bg:before {
        top: 80px;
    }
}

.home_portfolio .block_title{
    margin-bottom: 10px;
}

.hp_elem{
    display: inline-block;
    width: 100%;
    background-color: lightblue;
    aspect-ratio: 1 / 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}
.hp_elem:hover{
    text-decoration: none;
}
.hp_elem .hp_head{
    margin-top: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.hp_elem .hp_head .hp_title{
    display: inline-block;
    width: 100%;
    max-width: 80%;
    font-size: 29px;
    font-weight: 600;
    line-height: 35px;
}
.hp_elem .hp_head .hp_text{
    display: inline-block;
    width: 100%;
    max-width: 80%;
    font-weight: unset;
    font-size: 14px;
    opacity: 0.7;
}
.hp_tags{
    display: inline-block;
    width: 100%;
    max-width: 80%;
}
.hp_tags .hp_tag{
    display: inline;
    font-size: 15px;
    font-weight: 400;
}
.hp_elem:hover .prev_pct_site{ bottom: 0;}

.hp_elem .prev_pct_site{
    align-items: center;
    align-self: center;
    bottom: -8%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    transition: bottom .2s;
    width: 100%;
}
.hp_elem .prev_pct_site .pps{
    align-self: center;
    border: 4px solid #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 20.83px 22.92px #00000057;
    height: auto;
    max-width: 80%;
    transition: border-color .2s;
    width: 500px;
}

@media all and (max-width:1367px){
    .hp_elem .hp_head {
        margin-top: 50px;
    }
    .hp_elem .hp_head .hp_title {
        font-size: 27px;
        line-height: 27px;
    }
}
@media all and (max-width:1275px){
    .hp_elem .hp_head {
        margin-top: 40px;
    }
    .hp_elem .hp_head .hp_title {
        font-size: 23px;
        line-height: 23px;
    }
}
@media all and (max-width:1092px){
    .hp_elem .hp_head .hp_title {
        font-size: 22px;
        line-height: 22px;
    }
    .hp_elem .hp_head {
        margin-top: 34px;
    }
}