.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}


@media screen and (min-width:1800px) {
    html{
        font-size: 18px!important;
    }
}
/*@media screen and (max-width:1400px) and (min-width:1300px) {*/
/*    html{*/
/*        font-size: 13px!important;*/
/*    }*/
/*}*/


@media screen and (min-width:1024px) {
    .port_top_name{
        transition: all 0.5s;
        opacity: 0;
    }
    .port_top_item:hover .port_top_name{
        opacity: 1;
    }
    .port_full, .port_top_item{
        transform: scale3d(1.0, 1.0, 1.0) translateZ(0);
        transform-origin: center center;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    .port_full:hover, .port_top_item:hover{
        transform: scale3d(0.9, 0.9, 0.9) translateZ(0);
    }
    header .container{
        width: 75rem;
    }
    .port_top_item .port_rel img{
        position: relative;
        top: 0;
        transition: all 0.25s;
    }
    .port_top_item:hover .port_rel img{
        top: 1rem;
    }
    /*.home_page:after{*/

    /*    -webkit-animation: flickerAnimation 5s infinite;*/
    /*   -moz-animation: flickerAnimation 5s infinite;*/
    /*   -o-animation: flickerAnimation 5s infinite;*/
    /*    animation: flickerAnimation 5s infinite;*/
    /*}*/
    /*    .op_anim{*/
    /*     -webkit-animation: flickerAnimation 2s infinite;*/
    /*   -moz-animation: flickerAnimation 2s infinite;*/
    /*   -o-animation: flickerAnimation 2s infinite;*/
    /*    animation: flickerAnimation 2s infinite;*/
    /*}*/
    .portfolio_item.reverse{
        flex-direction: column-reverse;
    }
    /*.reverse .port_full{*/
    /*    margin-top: 0;*/
    /*    margin-bottom: 1rem;*/
    /*}*/
}

.menu {
    margin-right: 6.7rem;
}
.menu a {
    display: inline-block;
    margin-left: 4.3rem;
}
.menu a:hover, .menu a.active{
    opacity: 0.5;
}
.whatsapp {
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    outline: none !important;
    z-index: 999;
}
.whatsapp {
    position: fixed;
    right: 3rem;
    bottom: 5rem;
    color: #ffffff;
    height: 4rem;
    width: 4rem;
    background: #B231FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none!important;

}
.modal{
    z-index: 9999;

}

.whatsapp:after, .whatsapp:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 5px solid #B231FF;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 0%;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-name: ring;
    outline: none;
    box-sizing: border-box;
}
.whatsapp:before {
    animation-delay: 0.8s;
    border: 5px solid #B231FF;
    border-radius: 50%;
}
.whatsapp:after {
    animation-delay: 0.6s;
}
.whatsapp i {
    display: block;
    font-size: 2rem;
    color: #fff;
}
@keyframes ring {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}
@keyframes phone {
    20% {
        transform: rotate(-30deg);
    }
    80% {
        transform: rotate(390deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {
    .whatsapp {
        bottom: 3rem;
        right: 15px;
        width: 4rem;
        height: 4rem;
    }
    .whatsapp i {
        font-size: 1.8rem;
    }
}


@media screen and (max-width:1024px) {
    .menu_toggle{
        width: 1.7rem;
    }
    .header_phone{
        margin: 0;
    }
    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #0C0C25;
        box-shadow: 0 0.1rem 0.7rem rgba(255,255,255,0.35)!important;
        text-align: center;
        padding: 2rem 15px;
        padding-bottom: 0.5rem;
        display: none;
    }
    .menu a {
        display: block;
        margin-left: 0;
        margin-bottom: 1.5rem;
    }

    .modal .box6_form_text h4 {
        color: #B231FF;
        text-transform: uppercase;
        background: none;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        background-clip: unset;
        text-fill-color: unset;
     
    }

    body {
        padding-top: 4.8rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    header {
        padding: 1rem 0;
        position: fixed;
        background-color: #0C0C25;
        box-shadow: 0 0.1rem 0.7rem rgba(255,255,255,0.35)!important;
    }
    .header_flex{
        justify-content: space-between;
    }
    .logo {
        width: 14.889rem;
        margin-bottom: 2.5rem;
    }
    #box-1 {
        padding-top: 7.9rem;
    }
    .logo_text h1 {
        font-size: 1.2rem;
    }
    #box-2 {
        padding-top: 6rem;
    }
    .new_services {
        padding-top: 2.2rem;
        margin-bottom: 0;
        padding-bottom: 3rem;
    }
    .home_page:after {
        opacity: 0.5;
    }
    .go_to_quiz {
        height: auto;
        width: calc(100% - 9rem);
        margin-top: 3rem;
        margin-left: 9rem;
        padding: 1.6rem 0;
    }
    .port_anim{
        display: none;
    }
    #box-3 {
        padding-top: 5.3rem;
    }
    .portfolio_item{
        width: 100%;
    }
    .video {
        height: 22.7rem;
        width: 100%;
    }
    .video_play {
        width: 4.833rem;
    }
    .video_form {
        padding-top: 3.6rem;
    }
    .video_form_box {
        width: 100%;
        padding: 2rem 1rem;
    }
    #box-5 {
        padding-top: 5rem;
    }
    #box-5 .section_title {
        margin-bottom: 3rem;
    }
    #box-6 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .form_anim{
        display: none;
    }
    .footer_row .mob_full{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .footer_logo {
        width: 10rem;
        margin: 0 auto;
        margin-bottom: 1.7rem;
    }
    .footer_flex {
        justify-content: center;
    }
    .footer_link {
        font-size: 1rem;
        display: block;
        width: 100%;
        margin-top: 1.8rem;
    }
    .socials a {
        justify-content: center;
    }
    .footer_box {
        padding-bottom: 0;
    }
    .footer_flex p {
        width: calc(100% - 21.578rem);
    }
    .service_item {
        position: absolute!important;
        left: 0!important;
        /* transform: translateY(-50%)!important; */
        width: 100%!important;
        bottom: unset!important;
        top: 0!important;
        pointer-events: painted;
        background: rgba(14, 14, 46, 0.9);
        border-radius: 10px;
        padding: 1.5rem;
    }
    .services_list {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 13;
    }
    .s1_line, .s2_line, .s3_line{
        display: none;
    }
    .service_item p {
        font-size: 1rem;
        line-height: 1.4;
    }
    .service_item_box {
        opacity: 1!important;
        animation: none!important;
    }
    .service_item.active {
        animation: zoomIn 1s;
    }
    .clicked_box {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: black;
        opacity: 0.7;
        z-index: 12;
        display: none;
        cursor: pointer;
    }
    .quiz_flex{
        display: block;
    }
    .quiz_anim{
        display: none;
    }
    .quiz_bottom_box {
        width: 13.222rem;
        margin-top: -4.8rem;
    }
    .quiz_page {
        padding-top: 3.1rem;
        padding-bottom: 4rem;
        background-size: cover;
        background-position: center center;
    }
    .quiz_left {
        width: 32rem;
        margin: 0 auto;
    }
    .quiz_question_box h4 {
        font-size: 1.4rem;
        padding: 0;
    }
    .quiz_btn {
        position: static;
        margin-top: 4rem;
    }
    .quiz_rel {
        position: relative;
        height: auto;
    }
    .quiz_right {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .quiz_star {
        left: -2.6rem;
        top: -1.8rem;
        width: 22.778rem;
    }
    .quiz_form {
        width: 100%;
    }
    .portfolio_page {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .card_flex{
        flex-direction: column-reverse;
    }
    .card_text {
        font-size: 1.1rem;
        width: 100%;
        line-height: 1.4;
        padding-top: 2rem;
    }
    .card_page {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        /*background-repeat: repeat;*/
    }
    .card_page h1 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    .card_text1 {
        min-height: unset;
    }
    .card_text2 p {
        margin-bottom: 1rem;
    }
    .card_img {
        width: 100%!important;
        padding: 0!important;
        margin: 0!important;
        text-align: center;
        position: static!important;
    }
    .altynalmas_page .card_img {
        position: relative!important;
        left: 2.5rem!important;
    }
    .card_img img{
        width: auto!important;
        max-width: 100%!important;
        margin: 0 auto!important;
    }
    .card_text3 h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .card_text3 p {
        font-size: 1.1rem;
    }
    .card_text3{
        padding-top: 1rem;
    }
    .card_full_img {
        width: 100%!important;
        margin: 0!important;
        position: static!important;
        padding: 0!important;
        text-align: center!important;
        margin-top: 2rem!important;
    }
    .card_full_img img{
        width: auto!important;
        max-width: 100%!important;
        margin: 0 auto!important;
    }
    .card_bottom {
        margin-top: 7rem;
        margin-left: 0;
        display: block;
    }
    .card_bottom_left {
        border: 0.5rem solid #ffffff;
        width: 32rem;
        height: 17rem;
        margin: 0 auto;
        margin-top: 3.5rem;
    }
    .card_bottom_left:after{
        display: none;
    }
    .card_bottom_right {
        width: 100%;
        padding-left: 0;
        padding-top: 2.5rem;
        text-align: center;
    }
    .card_anim2{
        display: none;
    }
    .card_bottom_right h4 img {
        width: 2.456rem;
        margin-left: 0.9rem;
        top: -0.2rem;
    }
    .card_bottom_left h4 {
        font-size: 2.433rem;
    }
    .card_bottom {
        margin-top: 2rem;
        margin-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .card_page{
        padding-bottom: 0;
    }
    .mobile_page .card_bottom_left {
        width: 18.4rem;
        height: 19rem;
        left: 0;
        margin-top: 4rem;
    }
    .mobile_page .card_anim {
        top: -2.8rem;
    }
    .ProsperPay_page .card_img {
        position: relative!important;
        left: 5.8rem;
    }
    .Carlsberg_page .card_img img {
        width: 50%!important;
    }
    .lombard_page .card_img img {
        width: 50%!important;
    }
    .android_icon img {
        max-width: 1.3rem!important;
        max-height: 1.3rem;
        object-fit: scale-down;
        margin-left: 0.35rem;
    }
    .sm_logo {
        margin-left: 2rem;
    }
    .header_phone img {
        width: 2rem;
        margin-right: 0!important;
    }
    .header_phone {
        margin-right: 2rem;
    }
}
@media screen and (max-width:550px){
    .new_service_text{
        width: 26rem;
    }
    .index_service_item {
        margin: 0 2.4rem;
    }
    .header_phone {
        margin-right: 0.8rem;
    }
    .sm_logo {
        margin-left: 1.1rem;
        width: 7rem;
        position: relative;
        top: -0.1rem;
    }
    .header_phone img {
        width: 1.6rem;
    }
    .card_page h1 {
        font-size: 2.5rem;
    }
    .card_anim {
        top: -3.3rem;
        width: 6.133rem;
    }
    .card_bottom_right h4 img {
        width: 2.256rem;
        margin-left: 0.9rem;
        top: -0.3rem;
    }
    .card_bottom_right h4 {
        font-size: 1rem;
    }
    .card_bottom_left {
        width: 100%;
        height: 14rem;
    }
    .b_img5 {
        left: 6rem;
        bottom: -0.3rem;
        width: 2.889rem;
    }
    .b_star {
        left: -1rem;
        top: -0.4rem;
        width: 9.5rem;
    }
    .b_img4 {
        bottom: -1rem;
        width: 3.878rem;
    }
    .b_img2 {
        width: 2.644rem;
    }
    .b_img3 {
        width: 2.922rem;
    }
    .b_img1 {
        left: -0.6rem;
        bottom: -0.5rem;
        width: 3.456rem;
    }
    .quiz_btn_rel .btn {
        font-size: 1.189rem;
        padding: 0.5rem 2.3rem;
    }
    .quiz_lables input {
        width: 1.8rem;
        height: 1.8rem;
    }
    .quiz_lables span {
        padding-left: 1.5rem;
        font-size: 1.2rem;
    }
    .quiz_page {
        padding-top: 2.5rem;
    }
    .quiz_question_box h4 {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .quiz_question {
        padding: 0.7rem;
        height: 15rem;
    }
    .quiz_left {
        width: 100%;
    }
    #box-1 {
        padding-top: 5rem;
    }
    .logo_text h1 {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    .logo {
        width: 12.889rem;
        margin-bottom: 2rem;
    }
    .section_title {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
    #box-2 {
        padding-top: 0rem;
    }
    .services {
        width: 100%;
        height: auto;
    }
    .go_to_quiz {
        height: auto;
        width: calc(100% - 6rem);
        margin-top: 3rem;
        margin-left: 6rem;
    }
    .go_to_quiz p {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .go_to_quiz_anim {
        left: -6.4rem;
        width: 5rem;
    }
    #box-3 {
        padding-top: 4rem;
    }
    .port_top_item {
        height: 13rem;
    }
    .port_top_item img{
        max-width: 90%!important;
        max-height: 80%!important;
        object-fit: scale-down;
    }
    .port_full img{
        max-width: 90%!important;
    }

    .portfolio_item{
        height: auto;
    }
    .port_full{
        margin-top: 1rem;
    }
    .port_full_text {
        bottom: 0.8rem;
    }
    .link_to_port a {
        font-size: 1.2rem;
    }
    #box-4 {
        padding-top: 3.5rem;
    }
    .video {
        height: 15.5rem;
        margin-top: 1rem;
    }
    .video_form h4 {
        font-size: 1.1rem;
    }
    .gr_link {
        position: static;
        font-size: 1rem;
        display: block;
        margin-top: 1rem;
    }
    .form_flex{
        display: block;
    }
    .form_flex .form-group{
        width: 100%!important;
        margin-bottom: 1.5rem;
    }
    .form-control2{
        font-size: 1rem!important;
    }
    #box-5 .section_title {
        margin-bottom: 2rem;
    }
    #box-5 {
        padding-top: 3rem;
    }
    .part_item {
        width: calc(33.33% - 1rem);
        margin-bottom: 1.8rem;
        height: 5rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .part_item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: scale-down;
    }
    .box6_form {
        padding: 1.8rem 1.5rem;
    }
    #box-6 {
        padding-top: 0;
    }
    .box6_form .form_btn_box {
        margin-top: 2.5rem;
    }
    .box6_form_text p {
        font-size: 1rem;
    }
    .box6_form_text p a{
        display: block;
    }
    .footer_text p {
        font-size: 1rem;
        line-height: 1.4;
        padding: 0 2rem;
    }
    .phone_text {
        margin-top: 1rem;
        font-size: 1rem;
        padding-left: 0.7rem;
    }
    .footer_link {
        margin-top: 1rem;
    }
    .f_title {
        font-size: 1.4rem;
        margin-top: 0;
        margin-bottom: 1.3rem;
        margin-left: 0;
        padding-right: 0;
        position: relative;
    }
    .footer_address {
        width: 100%;
        left: 0;
    }
    .footer_contacts {
        left: 0;
    }
    .footer_socials {
        padding-left: 0;
    }
    .footer_flex p {
        width: calc(100% - 9.578rem);
    }
    .footer_row .mob_full:not(:last-child) {
        border-bottom: 1px solid #2c2c2c;
        padding-bottom: 2rem;
    }
    .modal .modal__block {
        width: 95%;
    }
    .mob_box .box6_form .gr_link {
        margin-top: 1.3rem;
    }
    .mob_box .box6_form .form_btn_box {
        margin-top: 2rem;
    }
    .mob_box .box6_form .form_flex {
        margin-top: 1.8rem;
    }
    .close {
        width: 1.4rem;
        height: 1.4rem;
        right: 1.2rem;
        top: 1.2rem;
        z-index: 5;
    }
    .modal.success_modal .modal__block {
        height: 14rem;
        width: 95%;
    }
    .android_icon img {
        max-width: 1.3rem!important;
        max-height: 1.3rem;
        object-fit: scale-down;
        margin-left: 0.35rem;
    }
    .android_icon {
        right: 0.8rem;
        bottom: 1.7rem;
    }
}
