@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap);

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: 0;
    font-family: Mulish, sans-serif !important;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul {
    margin: 0;
    padding: 0
}

.card {
    border: none
}

a,
button,
input {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a:hover,
button:hover,
input:hover {
    outline: 0;
    text-decoration: none
}

button,
input[type=submit] {
    border: none;
    cursor: pointer
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mw {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative
}

.fancybox-slide:before {
    margin: 0
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6200ea;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 98;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5)
}


.scrollup img {
    width: 20px
}

.scrollup:hover {
    opacity: .9
}

.scrollup .fas_icon {
    font-size: 20px;
    color: #fff
}

.scrollup.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fancybox-bg {
    background: rgba(3, 0, 13, .9) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important
}

.fancybox-content {
    border-radius: 30px
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    max-width: 400px;
    padding: 0 !important
}

.modal::-webkit-scrollbar {
    width: 0
}

.modal .fancybox-close-small {
    color: #717171 !important
}

.modal .m-content {
    width: 500px;
    position: relative;
    -webkit-box-shadow: 0 40px 60px rgba(109, 109, 109, .25);
    box-shadow: 0 40px 60px rgba(109, 109, 109, .25)
}

.modal .m-content .c {
    width: 100%;
    padding: 60px
}

.modal .m-content .c h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #121212;
    margin-bottom: 30px;
    text-align: center
}

.modal .m-content .c .success_h3 {
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 35px
}

.modal .m-content .c p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #717171
}

.modal .m-content .c form {
    width: 100%;
    max-width: 500px
}

.modal .m-content .c form label {
    color: #6200ea;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}

.modal .m-content .c form .inp {
    margin-bottom: 20px
}

.modal .m-content .c form input,
.modal .m-content .c form select,
.modal .m-content .c form textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    padding: 15px 25px;
    color: #121212;
    font-size: 16px;
    height: 50px
}

.modal .m-content .c form textarea {
    min-height: 100px;
    resize: none
}

.modal .m-content .c form .btn_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.modal .m-content .c form .btn_c .btn_m {
    height: 50px
}

.modal .m-content .c form .policy {
    color: #121212;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block
}

.modal .m-content .c form .policy a {
    color: #6200ea
}

.modal .m-content .c form .policy a:hover {
    color: #fff
}

.modal .m-content .c form .policy input {
    margin-right: 10px
}

@media (max-width:575px) {
    .scrollup {
        right: 10px;
        bottom: 50px
    }

    .modal .m-content {
        max-width: 500px;
        width: 100%
    }

    .modal .m-content .c {
        padding: 40px 20px
    }

    .modal .m-content .c h3 {
        font-size: 24px
    }

    .modal .m-content .c .success_h3 {
        font-size: 30px
    }
}

.wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7-not-valid {
    border-color: red !important
}

.wpcf7-response-output {
    display: none !important
}

.wpcf7-spinner {
    display: none !important
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: none
}

picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn_c {
    width: 100%
}

.btn_c .btn_m {
    padding: 20px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #000;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 260px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.btn_c .btn_m:hover {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    background: #6200ea
}

.btn_c .btn_m:hover:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.btn_c .btn_m:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: -o-linear-gradient(336.64deg, #6200ea -12.22%, #a86dff 179.61%);
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: -1;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

.btn_c .btn_m:hover {
    color: #fff;
    text-decoration: none
}

.btn_c .btn_white:hover {
    background: #fff;
    color: #000
}

.btn_c .btn_white:after {
    background: #fff
}

.page {
    width: 100%;
    position: relative;
    overflow-x: hidden
}

.page .left_line {
    width: 100%;
    max-width: 1300px;
    border-left: 1px solid #e6e6e6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh;
    z-index: -1
}

.page .header {
    z-index: 99;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .header .mw {
    padding: 2vh 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.page .header .mw .left_side .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px
}

.page .header .mw .left_side .logo a img {
    width: 100%;
    height: auto
}

.page .header .mw .right_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page .header .mw .right_side .nav {
    margin-right: 30px
}

.page .header .mw .right_side .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page .header .mw .right_side .nav ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.page .header .mw .right_side .nav ul li.current_page_item a {
    color: #6200ea
}

.page .header .mw .right_side .nav ul li:last-child {
    margin-right: 0
}

.page .header .mw .right_side .nav ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #717171;
    white-space: nowrap
}

.page .header .mw .right_side .nav ul li a:hover {
    color: #6200ea
}

.page .header .mw .right_side .btn_c .btn_m {
    height: 50px;
    max-width: 220px
}

.page .header .mw .right_side .o_xs_menu {
    display: none
}

.page .header .mw .right_side .o_xs_menu img {
    width: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    height: 30px
}

.page .header_offset {
    padding-top: 90px
}

.page .sticky {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    background: #fff
}

.page .main {
    position: relative
}

.page .main .bg1 {
    width: 100%;
    height: 100%;
    background: url(../images/main_bg1.svg) no-repeat center center/100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.page .main .bg2 {
    position: absolute;
    background: url(../images/main_bg2.svg) no-repeat center center/cover;
    width: 1400px;
    height: 1400px;
    right: -500px;
    top: -300px;
    z-index: -1
}

.page .main .round_decor {
    position: absolute;
    width: 905px;
    height: 905px;
    left: -350px;
    top: -280px;
    background: url(../images/decor1.svg) no-repeat center center/cover
}

.page .main .main_cont .mw {
    padding: 80px 20px 150px;
    z-index: 2
}

.page .main .main_cont .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .main .main_cont .mw .cont .left_side {
    width: 50%
}

.page .main .main_cont .mw .cont .left_side .h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    color: #000;
    margin-bottom: 40px
}

.page .main .main_cont .mw .cont .left_side .h1 b {
    font-weight: 900;
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

.page .main .main_cont .mw .cont .left_side .subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 16px
}

.page .main .main_cont .mw .cont .left_side p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #717171
}

.page .main .main_cont .mw .cont .left_side .btn_c {
    margin-top: 40px
}

.page .main .main_cont .mw .cont .left_side .btn_c .btn_m {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}

.page .main .main_cont .mw .cont .right_side {
    width: 50%
}

.page .main .main_cont .mw .cont .right_side .main_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.page .main .main_cont .mw .cont .right_side .main_img img {
    width: 775px;
    height: auto
}

.page .xs_menu {
    width: 100%;
    top: 0;
    left: -100%;
    position: fixed;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: none
}

.page .xs_menu .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 99999
}

.page .xs_menu .xs_cont {
    width: 100%;
    max-width: 350px;
    height: 100%;
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    position: relative;
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 20px
}

.page .xs_menu .xs_cont .c_xs_menu {
    position: absolute;
    right: 20px;
    top: 20px
}

.page .xs_menu .xs_cont .c_xs_menu img {
    width: 30px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 30px
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon {
    font-size: 26px;
    opacity: .7;
    cursor: pointer;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .xs_menu .xs_cont .c_xs_menu .fas_icon:hover {
    opacity: 1
}

.page .xs_menu .xs_cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page .xs_menu .xs_cont ul li {
    margin-bottom: 16px
}

.page .xs_menu .xs_cont ul li:last-child {
    margin-bottom: 0
}

.page .xs_menu .xs_cont ul li a {
    display: block;
    color: #fff;
    font-size: 18px
}

.page .xs_menu .xs_cont ul li a:hover {
    background-color: #6200ea
}

.page .xs_menu .xs_cont .btn_c {
    margin-top: 24px
}

.page .xs_menu.active {
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .what_prospects .mw {
    padding: 80px 20px 60px
}

.page .what_prospects .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .what_prospects .mw .cont .card {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.page .what_prospects .mw .cont .card .icon {
    width: 100px;
    min-width: 100px;
    margin-right: 25px
}

.page .what_prospects .mw .cont .card .icon img {
    width: 100%;
    height: auto
}

.page .what_prospects .mw .cont .card .desc .h5,
.page .what_prospects .mw .cont .card .desc h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 12px
}

.page .what_prospects .mw .cont .card .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #717171
}

.page .m_title {
    padding-bottom: 50px
}

.page .m_title.pb60 {
    padding-bottom: 60px
}

.page .m_title .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #121212;
    position: relative
}

.page .m_title .h2.center {
    text-align: center
}

.page .m_title .h2.center:before {
    display: none
}

.page .m_title .h2:before {
    content: '';
    height: 40px;
    width: 6px;
    position: absolute;
    left: -23px;
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    top: 8px
}

.page .m_title .h2 b {
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    -webkit-background-clip: text;
    font-weight: 700;
    display: inline-block;
    -webkit-text-fill-color: transparent
}

.page .m_title p {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #5b626f;
    padding-top: 24px
}

.page .processing_capabilities {
    background: url(../images/processing_capabilities_bg.png) no-repeat center center/100% 100%;
    position: relative;
    -webkit-box-shadow: 0 150px 150px rgba(184, 193, 255, .09);
    box-shadow: 0 150px 150px rgba(184, 193, 255, .09)
}

.page .processing_capabilities .decor {
    position: absolute;
    width: 700px;
    left: -300px;
    bottom: -450px
}

.page .processing_capabilities .decor img {
    width: 100%
}

.page .processing_capabilities .round_decor {
    position: absolute;
    width: 905px;
    height: 905px;
    bottom: 15px;
    right: -290px;
    background: url(../images/decor1.svg) no-repeat center center/cover
}

.page .processing_capabilities .mw {
    padding: 170px 20px 60px
}

.page .processing_capabilities .mw .m_title {
    max-width: 800px;
    margin: 0 auto
}

.page .processing_capabilities .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .processing_capabilities .mw .cont .card {
    background: #fff;
    -webkit-box-shadow: 0 40px 50px rgba(228, 230, 255, .15);
    box-shadow: 0 40px 50px rgba(228, 230, 255, .15);
    border-radius: 10px;
    width: 23%;
    max-width: 300px;
    margin: 0 1% 30px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1
}

.page .processing_capabilities .mw .cont .card:after {
    content: '';
    display: block;
    z-index: -1;
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    top: 0;
    left: 0;
    right: 0
}

.page .processing_capabilities .mw .cont .card:hover {
    -webkit-box-shadow: 0 40px 50px rgba(98, 0, 234, .18);
    box-shadow: 0 40px 50px rgba(98, 0, 234, .18)
}

.page .processing_capabilities .mw .cont .card:hover:after {
    opacity: 1
}

.page .processing_capabilities .mw .cont .card:hover .icon .dark_icon {
    display: none
}

.page .processing_capabilities .mw .cont .card:hover .icon .light_icon {
    display: block
}

.page .processing_capabilities .mw .cont .card:hover p {
    color: #fff
}

.page .processing_capabilities .mw .cont .card .icon {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.page .processing_capabilities .mw .cont .card .icon img {
    width: auto;
    height: 100%
}

.page .processing_capabilities .mw .cont .card .icon .dark_icon {
    display: block
}

.page .processing_capabilities .mw .cont .card .icon .light_icon {
    display: none
}

.page .processing_capabilities .mw .cont .card p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #717171
}

.page .steps .mw {
    padding: 100px 20px
}

.page .steps .mw .m_title {
    max-width: 700px
}

.page .steps .mw .cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.page .steps .mw .cont ul li {
    width: 19%;
    max-width: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.page .steps .mw .cont ul li .num {
    margin-bottom: 18px
}

.page .steps .mw .cont ul li .num span {
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 80%;
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

.page .steps .mw .cont ul li .h5,
.page .steps .mw .cont ul li h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #717171
}

.page .services {
    background: url(../images/services_bg.png) no-repeat center center/100% 100%;
    position: relative;
    z-index: 2
}

.page .services .decor {
    position: absolute;
    width: 700px;
    right: -350px;
    top: -500px
}

.page .services .decor img {
    width: 100%
}

.page .services .decor2 {
    position: absolute;
    width: 700px;
    left: -300px;
    bottom: -400px
}

.page .services .decor2 img {
    width: 100%
}

.page .services .mw {
    padding: 70px 20px 190px
}

.page .services .mw .m_title {
    max-width: 740px;
    margin: 0 auto
}

.page .services .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .services .mw .cont .card {
    width: 31%;
    margin: 0 1% 30px;
    max-width: 410px;
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-shadow: 0 30px 70px rgba(191, 191, 255, .1);
    box-shadow: 0 30px 70px rgba(191, 191, 255, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page .services .mw .cont .card:hover {
    -webkit-box-shadow: 0 30px 70px rgba(191, 191, 255, .38);
    box-shadow: 0 30px 70px rgba(191, 191, 255, .38)
}

.page .services .mw .cont .card .h5,
.page .services .mw .cont .card h5 {
    padding: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #232323;
    min-height: 100px;
    margin-bottom: 20px
}

.page .services .mw .cont .card .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 260px;
    width: 100%;
    overflow: hidden
}

.page .services .mw .cont .card .img img {
    height: 100%;
    width: auto
}

.page .services .mw .btn_c {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page .buy_or_rent {
    position: relative;
    z-index: 1
}

.page .buy_or_rent .mw {
    padding: 80px 20px
}

.page .buy_or_rent .mw .m_title {
    max-width: 700px;
    margin: 0 auto
}

.page .buy_or_rent .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.page .buy_or_rent .mw .cont .card {
    background: -o-linear-gradient(341.57deg, #f3eaff -1.41%, #ebf3ff 106.44%, rgba(193, 220, 255, 0) 106.45%);
    background: linear-gradient(108.43deg, #f3eaff -1.41%, #ebf3ff 106.44%, rgba(193, 220, 255, 0) 106.45%);
    border-radius: 20px;
    width: 100%;
    max-width: 410px;
    margin: 0 15px;
    padding: 40px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page .buy_or_rent .mw .cont .card:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 200px 250px rgba(184, 193, 255, .09);
    box-shadow: 0 200px 250px rgba(184, 193, 255, .09)
}

.page .buy_or_rent .mw .cont .card.card_rent {
    background: -o-linear-gradient(336.64deg, #6200ea -12.22%, #a86dff 179.61%);
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%)
}

.page .buy_or_rent .mw .cont .card.card_rent .title {
    color: #fff
}

.page .buy_or_rent .mw .cont .card.card_rent p {
    color: #d2d2d2
}

.page .buy_or_rent .mw .cont .card.card_rent ul li {
    color: #d2d2d2
}

.page .buy_or_rent .mw .cont .card.card_rent .btn_c .btn_m {
    background: #fff;
    color: #121212
}

.page .buy_or_rent .mw .cont .card .title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 8px
}

.page .buy_or_rent .mw .cont .card p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #717171
}

.page .buy_or_rent .mw .cont .card ul {
    padding: 32px 0
}

.page .buy_or_rent .mw .cont .card ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #717171;
    padding-bottom: 8px
}

.page .buy_or_rent .mw .cont .card ul li:last-child {
    padding-bottom: 0
}

.page .buy_or_rent .mw .cont .card .btn_c .btn_m {
    height: 50px;
    max-width: 220px
}

.page .decor_hidden_any_ques {
    position: absolute;
    width: 800px;
    right: -300px;
    bottom: -800px
}

.page .decor_hidden_any_ques img {
    width: 100%
}

.page .any_ques {
    background: url(../images/any_ques_bg.png) no-repeat center center/100% 100%;
    position: relative;
    z-index: 2
}

.page .any_ques .mw {
    padding: 160px 20px 60px
}

.page .any_ques .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .any_ques .mw .cont .left_side {
    width: 55%
}

.page .any_ques .mw .cont .left_side .title {
    margin-bottom: 50px
}

.page .any_ques .mw .cont .left_side .title .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 32px
}

.page .any_ques .mw .cont .left_side .title .h3 b {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 140%;
    color: #121212;
    display: block
}

.page .any_ques .mw .cont .left_side .title p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #717171;
    max-width: 492px
}

.page .any_ques .mw .cont .left_side form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 720px
}

.page .any_ques .mw .cont .left_side form .inp {
    width: 31%;
    max-width: 220px;
    margin-bottom: 20px
}

.page .any_ques .mw .cont .left_side form .inp input,
.page .any_ques .mw .cont .left_side form .inp textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #c6c6ed;
    border-radius: 10px;
    background-color: transparent;
    padding: 10px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: rgba(0, 0, 0, .8)
}

.page .any_ques .mw .cont .left_side form .inp input::-webkit-input-placeholder,
.page .any_ques .mw .cont .left_side form .inp textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.page .any_ques .mw .cont .left_side form .inp input::-moz-placeholder,
.page .any_ques .mw .cont .left_side form .inp textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

.page .any_ques .mw .cont .left_side form .inp input:-ms-input-placeholder,
.page .any_ques .mw .cont .left_side form .inp textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.page .any_ques .mw .cont .left_side form .inp input::-ms-input-placeholder,
.page .any_ques .mw .cont .left_side form .inp textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.page .any_ques .mw .cont .left_side form .inp input::placeholder,
.page .any_ques .mw .cont .left_side form .inp textarea::placeholder {
    color: rgba(0, 0, 0, .4)
}

.page .any_ques .mw .cont .left_side form .inp_textarea {
    width: 100%;
    max-width: 100%
}

.page .any_ques .mw .cont .left_side form .inp_textarea textarea {
    height: 110px;
    resize: none
}

.page .any_ques .mw .cont .right_side {
    width: 40%
}

.page .any_ques .mw .cont .right_side .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.page .any_ques .mw .cont .right_side .img img {
    width: 570px
}

.page .footer {
    background: #121212;
    position: relative
}

.page .footer .mw {
    padding: 40px 20px 30px;
    z-index: 2
}

.page .footer .mw .top_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page .footer .mw .top_cont .left_side .logo {
    width: 100%;
    max-width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px
}

.page .footer .mw .top_cont .left_side .logo img {
    width: 100%
}

.page .footer .mw .top_cont .left_side p {
    margin-bottom: 40px;
    color: #fff;
    font-size: 16px;
    max-width: 200px
}

.page .footer .mw .top_cont .left_side .soc_icons ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page .footer .mw .top_cont .left_side .soc_icons ul li {
    margin-right: 12px
}

.page .footer .mw .top_cont .left_side .soc_icons ul li a {
    width: 46px;
    height: 46px;
    background: #232323;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.page .footer .mw .top_cont .left_side .soc_icons ul li a img {
    width: 20px
}

.page .footer .mw .top_cont .left_side .soc_icons ul li a:hover {
    background: #525252
}

.page .footer .mw .top_cont .fast_links {
    max-width: 260px
}

.page .footer .mw .top_cont .fast_links .h5,
.page .footer .mw .top_cont .fast_links h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 24px
}

.page .footer .mw .top_cont .fast_links ul li {
    margin-bottom: 16px
}

.page .footer .mw .top_cont .fast_links ul li:last-child {
    margin-bottom: 0
}

.page .footer .mw .top_cont .fast_links ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #a5a5a5
}

.page .footer .mw .top_cont .fast_links ul li a:hover {
    color: #fff
}

.page .footer .mw .top_cont .fast_links .contacts_list li {
    margin-bottom: 24px
}

.page .footer .mw .top_cont .fast_links .contacts_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page .footer .mw .top_cont .fast_links .contacts_list li a .icon {
    width: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    min-width: 24px;
    margin-right: 8px
}

.page .footer .mw .top_cont .fast_links .contacts_list li a .icon img {
    width: 100%
}

.page .footer .mw hr {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    margin: 50px 0
}

.page .footer .mw .bottom_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page .footer .mw .bottom_cont .left_side p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #a5a5a5
}

.page .footer .mw .bottom_cont .right_side ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page .footer .mw .bottom_cont .right_side ul li {
    margin-left: 30px
}

.page .footer .mw .bottom_cont .right_side ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #a5a5a5;
    border-bottom: 1px dashed #a5a5a5
}

.page .footer .mw .bottom_cont .right_side ul li a:hover {
    color: #6200ea
}

.page .footer .mw .bottom_cont .right_side a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px dashed #fff
}

.page .footer .mw .bottom_cont .right_side a:hover {
    color: #fff
}

.page2 .we_in_nums .mw {
    padding: 0 20px
}

.page2 .we_in_nums .mw .cont {
    background: -o-linear-gradient(336.64deg, #6200ea -12.22%, #a86dff 179.61%);
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    -webkit-box-shadow: 0 120px 250px rgba(109, 101, 119, .1);
    box-shadow: 0 120px 250px rgba(109, 101, 119, .1);
    border-radius: 15px;
    padding: 70px 40px
}

.page2 .we_in_nums .mw .cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page2 .we_in_nums .mw .cont ul li {
    width: 100%;
    max-width: 240px
}

.page2 .we_in_nums .mw .cont ul li:last-child {
    max-width: 320px
}

.page2 .we_in_nums .mw .cont ul li .num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page2 .we_in_nums .mw .cont ul li .num span {
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    display: inline-block
}

.page2 .we_in_nums .mw .cont ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff
}

.page2 .top_section {
    position: relative
}

.page2 .top_section .bg1 {
    background: url(../images/top_section_bg.svg) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px
}

.page_services .services_main {
    background: url(../images/services_bg.svg) no-repeat center center/100% 100%
}

.page_services .services_main .main_cont .mw {
    padding: 80px 20px 100px
}

.page_services .services_main .main_cont .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_services .services_main .main_cont .mw .cont .left_side {
    width: 45%
}

.page_services .services_main .main_cont .mw .cont .left_side .h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 75px;
    color: #121212;
    margin-bottom: 40px
}

.page_services .services_main .main_cont .mw .cont .left_side p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    max-width: 520px;
    color: #717171
}

.page_services .services_main .main_cont .mw .cont .left_side .btn_c {
    margin-top: 40px
}

.page_services .services_main .main_cont .mw .cont .right_side {
    width: 55%
}

.page_services .services_main .main_cont .mw .cont .right_side .main_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.page_services .services_main .main_cont .mw .cont .right_side .main_img img {
    width: 750px
}

.page_services .briefly_about_us .mw {
    padding: 100px 20px 60px
}

.page_services .briefly_about_us .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_services .briefly_about_us .mw .cont .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
    margin-bottom: 40px
}

.page_services .briefly_about_us .mw .cont .card .icon {
    width: 160px;
    min-width: 160px;
    margin-right: 24px
}

.page_services .briefly_about_us .mw .cont .card .icon img {
    width: 100%
}

.page_services .briefly_about_us .mw .cont .card .desc .h5,
.page_services .briefly_about_us .mw .cont .card .desc h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 12px
}

.page_services .briefly_about_us .mw .cont .card .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #717171
}

.page_services .methods_of_work {
    position: relative
}

.page_services .methods_of_work .mw {
    padding: 100px 20px
}

.page_services .methods_of_work .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_services .methods_of_work .mw .cont .left_side {
    width: 48%
}

.page_services .methods_of_work .mw .cont .left_side .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.page_services .methods_of_work .mw .cont .left_side .img img {
    width: 700px
}

.page_services .methods_of_work .mw .cont .right_side {
    width: 48%
}

.page_services .methods_of_work .mw .cont .right_side .m_title {
    padding-bottom: 30px
}

.page_services .methods_of_work .mw .cont .right_side .m_title .h2:before {
    display: none
}

.page_services .methods_of_work .mw .cont .right_side .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #717171;
    padding-bottom: 15px
}

.page_services .methods_of_work .mw .cont .right_side .desc p:last-child {
    padding-bottom: 0
}

.page_about .about_main {
    background: url(../images/services_bg.svg) no-repeat center center/100% 100%
}

.page_about .about_main .main_cont .mw {
    padding: 80px 20px 150px
}

.page_about .about_main .main_cont .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_about .about_main .main_cont .mw .cont .left_side {
    width: 45%
}

.page_about .about_main .main_cont .mw .cont .left_side .h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 75px;
    color: #121212;
    margin-bottom: 40px
}

.page_about .about_main .main_cont .mw .cont .left_side p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    max-width: 520px;
    color: #717171
}

.page_about .about_main .main_cont .mw .cont .left_side .btn_c {
    margin-top: 40px
}

.page_about .about_main .main_cont .mw .cont .right_side {
    width: 45%
}

.page_about .about_main .main_cont .mw .cont .right_side .main_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.page_about .about_main .main_cont .mw .cont .right_side .main_img img {
    width: 645px
}

.page_about .our_clients .mw {
    padding: 60px 20px 100px
}

.page_about .our_clients .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_about .our_clients .mw .cont .left_side {
    width: 45%
}

.page_about .our_clients .mw .cont .left_side .img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page_about .our_clients .mw .cont .left_side .img img {
    width: 100%
}

.page_about .our_clients .mw .cont .right_side {
    width: 50%
}

.page_about .our_clients .mw .cont .right_side .m_title .h2:before {
    display: none
}

.page_about .our_clients .mw .cont .right_side .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #717171;
    padding-bottom: 25px
}

.page_about .our_clients .mw .cont .right_side .desc p:last-child {
    padding-bottom: 0
}

.page_about .our_clients .mw .cont .right_side .desc .h5,
.page_about .our_clients .mw .cont .right_side .desc h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #717171;
    padding-bottom: 15px
}

.page_about .our_clients .mw .cont .right_side .desc .h5:last-child,
.page_about .our_clients .mw .cont .right_side .desc h5:last-child {
    padding-bottom: 0
}

.page_about .we_in_nums .mw .cont ul li:last-child {
    max-width: 400px
}

.page_about .benefits {
    position: relative
}

.page_about .benefits .mw {
    padding: 100px 20px
}

.page_about .benefits .mw .m_title p {
    font-size: 18px;
    line-height: 140%;
    color: #717171;
    max-width: 780px;
    margin: 0 auto
}

.page_about .benefits .mw .cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_about .benefits .mw .cont ul li {
    width: 24%
}

.page_about .benefits .mw .cont ul li .num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page_about .benefits .mw .cont ul li .num span {
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 140%
}

.page_about .benefits .mw .cont ul li p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #717171
}

.page_employment .employment_section .mw {
    padding: 90px 20px 0
}

.page_employment .employment_section .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_employment .employment_section .mw .cont .left_side {
    width: 50%
}

.page_employment .employment_section .mw .cont .left_side .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 40px;
    white-space: nowrap
}

.page_employment .employment_section .mw .cont .left_side .desc .h5,
.page_employment .employment_section .mw .cont .left_side .desc h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #121212;
    padding-bottom: 30px
}

.page_employment .employment_section .mw .cont .left_side .desc ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #717171;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 16px
}

.page_employment .employment_section .mw .cont .left_side .desc ul li:last-child {
    margin-bottom: 0
}

.page_employment .employment_section .mw .cont .left_side .desc ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 8px;
    background: url(../images/check.svg) no-repeat center center/cover
}

.page_employment .employment_section .mw .cont .right_side {
    width: 48%
}

.page_employment .employment_section .mw .cont .right_side .img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.page_employment .employment_section .mw .cont .right_side .img img {
    width: 792px
}

.page_employment .onlipay_formula {
    background: url(../images/onlipay_formula_bg.png) no-repeat center center/100% 100%;
    margin-top: -30px;
    position: relative
}

.page_employment .onlipay_formula .decor {
    position: absolute;
    width: 700px;
    left: -300px;
    bottom: -400px
}

.page_employment .onlipay_formula .decor img {
    width: 100%
}

.page_employment .onlipay_formula .mw {
    padding: 90px 20px 180px
}

.page_employment .onlipay_formula .mw .cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_employment .onlipay_formula .mw .cont ul li {
    width: 32%;
    background: #fff;
    -webkit-box-shadow: 0 15px 25px rgba(221, 219, 236, .25);
    box-shadow: 0 15px 25px rgba(221, 219, 236, .25);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page_employment .onlipay_formula .mw .cont ul li:hover {
    -webkit-box-shadow: 0 15px 25px rgba(221, 219, 236, .5);
    box-shadow: 0 15px 25px rgba(221, 219, 236, .5)
}

.page_employment .onlipay_formula .mw .cont ul li .num {
    margin-bottom: 16px
}

.page_employment .onlipay_formula .mw .cont ul li .num span {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

.page_employment .onlipay_formula .mw .cont ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #717171
}

.page_employment .want_join_team {
    position: relative
}

.page_employment .want_join_team .mw {
    padding: 70px 20px
}

.page_employment .want_join_team .mw .m_title p {
    max-width: 445px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px
}

.page_employment .want_join_team .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_employment .want_join_team .mw .cont .card {
    width: 49%;
    max-width: 630px;
    background: #fff;
    border: 1px solid #6200ea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px 30px 50px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page_employment .want_join_team .mw .cont .card:hover {
    -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .1)
}

.page_employment .want_join_team .mw .cont .card .title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 30px
}

.page_employment .want_join_team .mw .cont .card ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #717171;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 16px
}

.page_employment .want_join_team .mw .cont .card ul li:last-child {
    margin-bottom: 0
}

.page_employment .want_join_team .mw .cont .card ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 8px;
    background: url(../images/check.svg) no-repeat center center/cover
}

.page_employment .vacancy_form_section .mw .cont .right_side .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page_employment .vacancy_form_section .mw .cont .right_side .img img {
    width: 780px
}

.page_contacts .contacts .mw {
    padding: 90px 20px
}

.page_contacts .contacts .mw .m_title {
    padding-bottom: 60px
}

.page_contacts .contacts .mw .m_title .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 140%;
    color: #121212
}

.page_contacts .contacts .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page_contacts .contacts .mw .cont .left_side {
    width: 50%
}

.page_contacts .contacts .mw .cont .left_side .h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 32px
}

.page_contacts .contacts .mw .cont .left_side p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 200%;
    color: #717171;
    margin-bottom: 32px
}

.page_contacts .contacts .mw .cont .left_side ul {
    margin-bottom: 24px
}

.page_contacts .contacts .mw .cont .left_side ul:last-child {
    margin-bottom: 0
}

.page_contacts .contacts .mw .cont .left_side ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #717171;
    padding-bottom: 8px
}

.page_contacts .contacts .mw .cont .left_side ul li:last-child {
    padding-bottom: 0
}

.page_contacts .contacts .mw .cont .left_side ul li a {
    color: #6200ea
}

.page_contacts .contacts .mw .cont .left_side ul li a:hover {
    color: #4169e1
}

.page_contacts .contacts .mw .cont .left_side .h5,
.page_contacts .contacts .mw .cont .left_side h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 24px
}

.page_contacts .contacts .mw .cont .left_side .btn_c {
    margin-top: 8px
}

.page_contacts .contacts .mw .cont .right_side {
    width: 50%
}

.page_contacts .contacts .mw .cont .right_side .map {
    width: 100%;
    height: 450px;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.page_404 .section_404 {
    position: relative
}

.page_404 .section_404 .decor {
    position: absolute;
    width: 600px;
    right: -100px;
    bottom: -100px
}

.page_404 .section_404 .decor img {
    width: 100%
}

.page_404 .section_404 .mw {
    padding: 70px 20px 120px
}

.page_404 .section_404 .mw .cont .img {
    width: 100%;
    max-width: 650px;
    margin: 0 auto
}

.page_404 .section_404 .mw .cont .img img {
    width: 100%;
    height: auto
}

.page_404 .section_404 .mw .cont p {
    margin: 32px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #717171
}

.page_404 .section_404 .mw .cont .btn_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page_policy .privacy_policy .mw {
    padding: 90px 20px
}

.page_policy .privacy_policy .mw .m_title {
    padding-bottom: 60px
}

.page_policy .privacy_policy .mw .m_title .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 140%;
    color: #121212
}

.page_policy .privacy_policy .mw .cont .desc .h3,
.page_policy .privacy_policy .mw .cont .desc h3 {
    font-size: 26px;
    color: #6200ea;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 140%
}

.page_policy .privacy_policy .mw .cont .desc .h5,
.page_policy .privacy_policy .mw .cont .desc h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #121212;
    padding-bottom: 24px
}

.page_policy .privacy_policy .mw .cont .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #717171;
    padding-bottom: 32px
}

.page_policy .privacy_policy .mw .cont .desc p:last-child {
    padding-bottom: 0
}

@media (max-width:575px) {
    .btn_c .btn_m {
        padding: 15px;
        max-width: 240px;
        height: 50px
    }

    .page .left_line {
        width: 98%
    }

    .page .header {
        height: 70px
    }

    .page .header .mw {
        padding: 2vh 15px
    }

    .page .header .mw .left_side .logo a {
        width: 150px
    }

    .page .header .mw .right_side .nav {
        display: none
    }

    .page .header .mw .right_side .btn_c {
        display: none
    }

    .page .header .mw .right_side .o_xs_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .header_offset {
        padding-top: 70px
    }

    .page .main .bg1 {
        background: url(../images/main_bg1_mob.svg) no-repeat center center/100% 100%
    }

    .page .main .bg2 {
        background: url(../images/main_bg2.svg) no-repeat center center/cover;
        width: 700px;
        height: 700px;
        right: auto;
        left: -140px;
        top: auto;
        bottom: -160px
    }

    .page .main .round_decor {
        width: 600px;
        height: 600px;
        left: -300px;
        top: -280px
    }

    .page .main .main_cont .mw {
        padding: 60px 15px 100px
    }

    .page .main .main_cont .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .mw .cont .left_side {
        width: 100%
    }

    .page .main .main_cont .mw .cont .left_side .h1 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 24px
    }

    .page .main .main_cont .mw .cont .left_side .subtitle {
        font-size: 18px;
        margin-bottom: 12px;
        padding-right: 15%
    }

    .page .main .main_cont .mw .cont .left_side p {
        font-size: 16px;
        padding-right: 10%
    }

    .page .main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 24px
    }

    .page .main .main_cont .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page .main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .mw .cont .right_side .main_img img {
        width: 120%;
        max-width: 500px
    }

    .page .xs_menu {
        display: block
    }

    .page .what_prospects .mw {
        padding: 40px 15px 50px
    }

    .page .what_prospects .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page .what_prospects .mw .cont .card {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 32px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .what_prospects .mw .cont .card .icon {
        margin-right: 15px;
        margin-bottom: 8px
    }

    .page .what_prospects .mw .cont .card .icon img {
        width: auto;
        height: 80px
    }

    .page .what_prospects .mw .cont .card .desc .h5,
    .page .what_prospects .mw .cont .card .desc h5 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .page .what_prospects .mw .cont .card .desc p {
        font-size: 14px
    }

    .page .m_title {
        padding-bottom: 40px
    }

    .page .m_title.pb60 {
        padding-bottom: 50px
    }

    .page .m_title .h2 {
        font-size: 28px
    }

    .page .m_title .h2:before {
        height: 30px;
        width: 6px;
        position: absolute;
        left: -12px;
        top: 6px
    }

    .page .m_title .h2 b {
        display: inline-block
    }

    .page .m_title p {
        font-size: 18px;
        padding-top: 18px
    }

    .page .processing_capabilities {
        background: url(../images/processing_capabilities_bg_mob.png) no-repeat center center/100% 100%
    }

    .page .processing_capabilities .decor {
        width: 500px;
        left: -300px;
        bottom: -400px
    }

    .page .processing_capabilities .round_decor {
        width: 500px;
        height: 500px
    }

    .page .processing_capabilities .mw {
        padding: 70px 15px 70px
    }

    .page .processing_capabilities .mw .m_title .h2 {
        font-size: 26px
    }

    .page .processing_capabilities .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 340px;
        margin: 0 auto
    }

    .page .processing_capabilities .mw .cont .card {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 auto;
        width: 100%;
        padding: 20px;
        min-height: 220px;
        max-width: 320px
    }

    .page .processing_capabilities .mw .cont .card:after {
        display: none
    }

    .page .processing_capabilities .mw .cont .card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page .processing_capabilities .mw .cont .card:hover .icon .dark_icon {
        display: block
    }

    .page .processing_capabilities .mw .cont .card:hover .icon .light_icon {
        display: none
    }

    .page .processing_capabilities .mw .cont .card:hover p {
        color: #717171
    }

    .page .processing_capabilities .mw .cont .card .icon {
        margin-bottom: 12px
    }

    .page .processing_capabilities .mw .cont .card p {
        font-size: 15px
    }

    .page .processing_capabilities .mw .cont .owl-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next,
    .page .processing_capabilities .mw .cont .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: .7;
        -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .2);
        box-shadow: 0 4px 10px rgba(255, 255, 255, .2)
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next:after,
    .page .processing_capabilities .mw .cont .owl-nav .owl-prev:after {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/chevron_left.svg) no-repeat center center/cover;
        position: absolute
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next span,
    .page .processing_capabilities .mw .cont .owl-nav .owl-prev span {
        display: none
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-prev {
        margin-left: -20px
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next {
        margin-right: -20px
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next:after {
        background: url(../images/chevron_right.svg) no-repeat center center/cover
    }

    .page .steps .mw {
        padding: 80px 15px
    }

    .page .steps .mw .m_title .h2 {
        font-size: 28px
    }

    .page .steps .mw .cont ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .steps .mw .cont ul li {
        width: 48%;
        margin-bottom: 32px
    }

    .page .steps .mw .cont ul li:last-child {
        margin-bottom: 0
    }

    .page .steps .mw .cont ul li .num {
        margin-bottom: 14px
    }

    .page .steps .mw .cont ul li .num span {
        font-size: 50px
    }

    .page .services {
        background: url(../images/services_bg.png) no-repeat center center/cover
    }

    .page .services .decor {
        width: 400px;
        right: -200px;
        top: -400px
    }

    .page .services .decor2 {
        width: 500px;
        left: -300px;
        bottom: -400px
    }

    .page .services .mw {
        padding: 60px 15px 120px
    }

    .page .services .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 420px;
        margin: 0 auto
    }

    .page .services .mw .cont .card {
        width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 0 30px 70px rgba(191, 191, 255, .1);
        box-shadow: 0 30px 70px rgba(191, 191, 255, .1)
    }

    .page .services .mw .cont .card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page .services .mw .cont .card .h5,
    .page .services .mw .cont .card h5 {
        padding: 15px;
        font-size: 18px;
        min-height: 140px;
        margin-bottom: 15px
    }

    .page .services .mw .cont .card .img {
        height: 240px
    }

    .page .services .mw .cont .owl-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%
    }

    .page .services .mw .cont .owl-nav .owl-next,
    .page .services .mw .cont .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: .7;
        -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .2);
        box-shadow: 0 4px 10px rgba(255, 255, 255, .2)
    }

    .page .services .mw .cont .owl-nav .owl-next:after,
    .page .services .mw .cont .owl-nav .owl-prev:after {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/chevron_left.svg) no-repeat center center/cover;
        position: absolute
    }

    .page .services .mw .cont .owl-nav .owl-next span,
    .page .services .mw .cont .owl-nav .owl-prev span {
        display: none
    }

    .page .services .mw .cont .owl-nav .owl-prev {
        margin-left: -20px
    }

    .page .services .mw .cont .owl-nav .owl-next {
        margin-right: -20px
    }

    .page .services .mw .cont .owl-nav .owl-next:after {
        background: url(../images/chevron_right.svg) no-repeat center center/cover
    }

    .page .buy_or_rent:after {
        content: '';
        height: 200px;
        position: absolute;
        bottom: -100px;
        background: #fff;
        left: 0;
        right: 0;
        z-index: -1
    }

    .page .buy_or_rent .mw {
        padding: 60px 15px
    }

    .page .buy_or_rent .mw .cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .buy_or_rent .mw .cont .card {
        margin: 0 10px 20px;
        padding: 30px 20px
    }

    .page .buy_or_rent .mw .cont .card:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .page .buy_or_rent .mw .cont .card .title {
        font-size: 26px
    }

    .page .buy_or_rent .mw .cont .card p {
        font-size: 18px
    }

    .page .buy_or_rent .mw .cont .card ul {
        padding: 24px 0
    }

    .page .buy_or_rent .mw .cont .card ul li {
        font-size: 14px;
        padding-bottom: 6px
    }

    .page .buy_or_rent .mw .cont .card .btn_c .btn_m {
        height: 44px;
        max-width: 200px
    }

    .page .decor_hidden_any_ques {
        width: 500px;
        right: -250px;
        bottom: -440px
    }

    .page .any_ques {
        background: url(../images/any_ques_bg_mob.png) no-repeat center center/cover
    }

    .page .any_ques .mw {
        padding: 100px 15px 50px
    }

    .page .any_ques .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .any_ques .mw .cont .left_side {
        width: 100%
    }

    .page .any_ques .mw .cont .left_side .title {
        margin-bottom: 40px
    }

    .page .any_ques .mw .cont .left_side .title .h3 {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page .any_ques .mw .cont .left_side .title .h3 b {
        font-size: 28px
    }

    .page .any_ques .mw .cont .left_side .title p {
        font-size: 16px
    }

    .page .any_ques .mw .cont .left_side form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page .any_ques .mw .cont .left_side form .inp {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px
    }

    .page .any_ques .mw .cont .left_side form .inp input,
    .page .any_ques .mw .cont .left_side form .inp textarea {
        height: 40px;
        padding: 8px 15px;
        font-size: 16px
    }

    .page .any_ques .mw .cont .left_side form .inp_textarea textarea {
        height: 80px
    }

    .page .any_ques .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page .any_ques .mw .cont .right_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .any_ques .mw .cont .right_side .img img {
        width: 110%
    }

    .page .footer .mw {
        padding: 30px 15px 20px
    }

    .page .footer .mw .top_cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .footer .mw .top_cont .left_side {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side .logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 15px
    }

    .page .footer .mw .top_cont .left_side p {
        text-align: center
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul li {
        margin: 0 10px
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul li a {
        width: 40px;
        height: 40px
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul li a img {
        width: 18px
    }

    .page .footer .mw .top_cont .fast_links {
        max-width: 260px;
        margin: 0 auto;
        margin-top: 20px
    }

    .page .footer .mw .top_cont .fast_links .h5,
    .page .footer .mw .top_cont .fast_links h5 {
        text-align: center;
        margin-bottom: 18px
    }

    .page .footer .mw .top_cont .fast_links ul li {
        margin-bottom: 8px
    }

    .page .footer .mw .top_cont .fast_links ul li a {
        text-align: center;
        display: block
    }

    .page .footer .mw .top_cont .fast_links .contacts_list li {
        margin-bottom: 18px
    }

    .page .footer .mw .top_cont .fast_links .contacts_list li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .fast_links .contacts_list li a .icon {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page .footer .mw hr {
        margin: 30px 0
    }

    .page .footer .mw .bottom_cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .footer .mw .bottom_cont .left_side {
        width: 100%
    }

    .page .footer .mw .bottom_cont .left_side p {
        font-size: 14px;
        text-align: center
    }

    .page .footer .mw .bottom_cont .right_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .bottom_cont .right_side ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .footer .mw .bottom_cont .right_side ul li {
        margin: 5px
    }

    .page .footer .mw .bottom_cont .right_side a {
        font-size: 14px;
        text-align: center;
        display: inline-block
    }

    .page2 .we_in_nums .mw {
        padding: 0 15px
    }

    .page2 .we_in_nums .mw .cont {
        padding: 40px 20px
    }

    .page2 .we_in_nums .mw .cont ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page2 .we_in_nums .mw .cont ul li {
        margin: 0 auto 20px
    }

    .page2 .we_in_nums .mw .cont ul li:last-child {
        margin-bottom: 0
    }

    .page2 .we_in_nums .mw .cont ul li .num span {
        font-size: 50px
    }

    .page2 .we_in_nums .mw .cont ul li p {
        font-size: 16px
    }

    .page2 .top_section .bg1 {
        background: url(../images/top_section_bg.svg) no-repeat center center/100% 100%;
        height: 300px
    }

    .page_services .services_main {
        background: url(../images/services_bg.svg) no-repeat center center/cover
    }

    .page_services .services_main .main_cont .mw {
        padding: 60px 15px 70px
    }

    .page_services .services_main .main_cont .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .services_main .main_cont .mw .cont .left_side {
        width: 100%
    }

    .page_services .services_main .main_cont .mw .cont .left_side .h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 24px
    }

    .page_services .services_main .main_cont .mw .cont .left_side p {
        font-size: 16px
    }

    .page_services .services_main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 24px
    }

    .page_services .services_main .main_cont .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page_services .services_main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .services_main .main_cont .mw .cont .right_side .main_img img {
        width: 110%;
        max-width: 550px
    }

    .page_services .briefly_about_us .mw {
        padding: 20px 15px 60px
    }

    .page_services .briefly_about_us .mw .cont .card {
        width: 100%;
        margin-bottom: 24px
    }

    .page_services .briefly_about_us .mw .cont .card .icon {
        width: 100px;
        min-width: 100px;
        margin-right: 15px
    }

    .page_services .briefly_about_us .mw .cont .card .desc .h5,
    .page_services .briefly_about_us .mw .cont .card .desc h5 {
        font-size: 18px;
        margin-bottom: 8px
    }

    .page_services .briefly_about_us .mw .cont .card .desc p {
        font-size: 14px
    }

    .page_services .methods_of_work .mw {
        padding: 60px 15px
    }

    .page_services .methods_of_work .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .methods_of_work .mw .cont .left_side {
        width: 100%
    }

    .page_services .methods_of_work .mw .cont .left_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .methods_of_work .mw .cont .left_side .img img {
        width: 110%
    }

    .page_services .methods_of_work .mw .cont .right_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }

    .page_services .methods_of_work .mw .cont .right_side .m_title {
        padding-bottom: 20px
    }

    .page_services .methods_of_work .mw .cont .right_side .desc p {
        font-size: 16px;
        line-height: 140%;
        padding-bottom: 12px
    }

    .page_about .about_main {
        background: url(../images/services_bg.svg) no-repeat center center/cover
    }

    .page_about .about_main .main_cont .mw {
        padding: 60px 15px 70px
    }

    .page_about .about_main .main_cont .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_about .about_main .main_cont .mw .cont .left_side {
        width: 100%
    }

    .page_about .about_main .main_cont .mw .cont .left_side .h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 24px
    }

    .page_about .about_main .main_cont .mw .cont .left_side p {
        font-size: 16px
    }

    .page_about .about_main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 24px
    }

    .page_about .about_main .main_cont .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page_about .about_main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_about .about_main .main_cont .mw .cont .right_side .main_img img {
        width: 110%;
        max-width: 550px
    }

    .page_about .our_clients .mw {
        padding: 0 15px 60px
    }

    .page_about .our_clients .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_about .our_clients .mw .cont .left_side {
        width: 100%
    }

    .page_about .our_clients .mw .cont .left_side .img {
        max-width: 550px;
        margin: 0 auto
    }

    .page_about .our_clients .mw .cont .right_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }

    .page_about .our_clients .mw .cont .right_side .m_title .h2:before {
        display: block
    }

    .page_about .our_clients .mw .cont .right_side .desc p {
        font-size: 16px;
        padding-bottom: 15px
    }

    .page_about .our_clients .mw .cont .right_side .desc .h5,
    .page_about .our_clients .mw .cont .right_side .desc h5 {
        padding-bottom: 10px
    }

    .page_about .benefits .mw {
        padding: 60px 15px
    }

    .page_about .benefits .mw .m_title p {
        font-size: 15px
    }

    .page_about .benefits .mw .cont ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page_about .benefits .mw .cont ul li {
        width: 100%;
        margin-bottom: 24px
    }

    .page_about .benefits .mw .cont ul li:last-child {
        margin-bottom: 0
    }

    .page_about .benefits .mw .cont ul li .num span {
        font-size: 50px
    }

    .page_about .benefits .mw .cont ul li p {
        font-size: 16px
    }

    .page_employment .employment_section .mw {
        padding: 60px 15px 0
    }

    .page_employment .employment_section .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page_employment .employment_section .mw .cont .left_side {
        width: 100%
    }

    .page_employment .employment_section .mw .cont .left_side .h1 {
        font-size: 35px;
        line-height: 130%;
        margin-bottom: 24px;
        white-space: normal
    }

    .page_employment .employment_section .mw .cont .left_side .desc .h5,
    .page_employment .employment_section .mw .cont .left_side .desc h5 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .page_employment .employment_section .mw .cont .left_side .desc ul li {
        font-size: 16px;
        margin-bottom: 8px
    }

    .page_employment .employment_section .mw .cont .left_side .desc ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page_employment .employment_section .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page_employment .employment_section .mw .cont .right_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_employment .employment_section .mw .cont .right_side .img img {
        width: 100%;
        max-width: 550px
    }

    .page_employment .onlipay_formula {
        background: url(../images/onlipay_formula_bg.png) no-repeat center center/cover
    }

    .page_employment .onlipay_formula .decor {
        width: 500px;
        left: -300px;
        bottom: -400px
    }

    .page_employment .onlipay_formula .mw {
        padding: 70px 15px 100px
    }

    .page_employment .onlipay_formula .mw .cont ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page_employment .onlipay_formula .mw .cont ul li {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px
    }

    .page_employment .onlipay_formula .mw .cont ul li .num {
        margin-bottom: 10px
    }

    .page_employment .onlipay_formula .mw .cont ul li p {
        font-size: 16px
    }

    .page_employment .want_join_team .mw {
        padding: 60px 15px
    }

    .page_employment .want_join_team .mw .m_title p {
        font-size: 16px
    }

    .page_employment .want_join_team .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page_employment .want_join_team .mw .cont .card {
        width: 100%;
        margin: 0 auto 30px;
        border-radius: 15px;
        padding: 24px 18px 30px
    }

    .page_employment .want_join_team .mw .cont .card .title {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page_employment .want_join_team .mw .cont .card ul li {
        font-size: 16px;
        margin-bottom: 8px
    }

    .page_employment .want_join_team .mw .cont .card ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page_employment .vacancy_form_section .mw .cont .right_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_employment .vacancy_form_section .mw .cont .right_side .img img {
        width: 110%
    }

    .page_contacts .contacts .mw {
        padding: 60px 15px
    }

    .page_contacts .contacts .mw .m_title {
        padding-bottom: 40px
    }

    .page_contacts .contacts .mw .m_title .h1 {
        font-size: 40px
    }

    .page_contacts .contacts .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page_contacts .contacts .mw .cont .left_side {
        width: 100%
    }

    .page_contacts .contacts .mw .cont .left_side .h4 {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page_contacts .contacts .mw .cont .left_side p {
        font-size: 16px;
        margin-bottom: 24px
    }

    .page_contacts .contacts .mw .cont .left_side ul {
        margin-bottom: 16px
    }

    .page_contacts .contacts .mw .cont .left_side ul li {
        font-size: 16px
    }

    .page_contacts .contacts .mw .cont .left_side .h5,
    .page_contacts .contacts .mw .cont .left_side h5 {
        font-size: 20px;
        margin-bottom: 16px
    }

    .page_contacts .contacts .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page_contacts .contacts .mw .cont .right_side .map {
        height: 400px
    }

    .page_404 .section_404 .decor {
        width: 400px
    }

    .page_404 .section_404 .mw {
        padding: 60px 15px 100px
    }

    .page_404 .section_404 .mw .cont p {
        margin: 24px 0;
        font-size: 20px
    }

    .page_policy .privacy_policy .mw {
        padding: 60px 15px
    }

    .page_policy .privacy_policy .mw .m_title {
        padding-bottom: 40px
    }

    .page_policy .privacy_policy .mw .m_title .h1 {
        font-size: 26px
    }

    .page_policy .privacy_policy .mw .cont .desc .h5,
    .page_policy .privacy_policy .mw .cont .desc h5 {
        font-size: 20px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc p {
        font-size: 16px;
        padding-bottom: 24px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .btn_c .btn_m {
        padding: 15px;
        max-width: 240px;
        height: 50px
    }

    .page .left_line {
        width: 98%
    }

    .page .header {
        height: 70px
    }

    .page .header .mw {
        padding: 2vh 15px
    }

    .page .header .mw .left_side .logo a {
        width: 150px
    }

    .page .header .mw .right_side .nav {
        display: none
    }

    .page .header .mw .right_side .btn_c {
        margin-right: 20px
    }

    .page .header .mw .right_side .btn_c .btn_m {
        height: 40px;
        font-size: 14px
    }

    .page .header .mw .right_side .o_xs_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .header_offset {
        padding-top: 70px
    }

    .page .main .bg1 {
        background: url(../images/main_bg1_mob.svg) no-repeat center center/100% 100%
    }

    .page .main .bg2 {
        background: url(../images/main_bg2.svg) no-repeat center center/cover;
        width: 1000px;
        height: 1000px;
        right: -340px;
        top: auto;
        bottom: -160px
    }

    .page .main .round_decor {
        width: 600px;
        height: 600px;
        left: -300px;
        top: -280px
    }

    .page .main .main_cont .mw {
        padding: 60px 15px 100px
    }

    .page .main .main_cont .mw .cont .left_side {
        width: 100%;
        
    }

    .page .main .main_cont .mw .cont .left_side .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .page .main .main_cont .mw .cont .left_side .subtitle {
        font-size: 18px;
        margin-bottom: 12px;
        padding-right: 15%
    }

    .page .main .main_cont .mw .cont .left_side p {
        font-size: 16px;
        padding-right: 2%;
    }

    .page .main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 24px
    }

    .page .main .main_cont .mw .cont .right_side {
        width: 100%
    }

    .page .main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 20%
    }

    .page .main .main_cont .mw .cont .right_side .main_img img {
        width: 120%;
        max-width: 700px
    }

    .page .xs_menu {
        display: block
    }

    .page .what_prospects .mw {
        padding: 40px 15px 50px
    }

    .page .what_prospects .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page .what_prospects .mw .cont .card {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 32px
    }

    .page .what_prospects .mw .cont .card .icon {
        margin-right: 20px;
        min-width: 80px
    }

    .page .what_prospects .mw .cont .card .icon img {
        width: 80px;
        min-width: 80px
    }

    .page .what_prospects .mw .cont .card .desc .h5,
    .page .what_prospects .mw .cont .card .desc h5 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .page .what_prospects .mw .cont .card .desc p {
        font-size: 14px
    }

    .page .m_title {
        padding-bottom: 40px
    }

    .page .m_title.pb60 {
        padding-bottom: 50px
    }

    .page .m_title .h2 {
        font-size: 32px
    }

    .page .m_title .h2:before {
        height: 32px;
        width: 6px;
        position: absolute;
        left: -12px;
        top: 6px
    }

    .page .m_title .h2 b {
        display: inline-block
    }

    .page .m_title p {
        font-size: 18px;
        padding-top: 18px
    }

    .page .processing_capabilities {
        background: url(../images/processing_capabilities_bg_mob.png) no-repeat center center/100% 100%
    }

    .page .processing_capabilities .decor {
        width: 500px;
        left: -300px;
        bottom: -400px
    }

    .page .processing_capabilities .round_decor {
        width: 500px;
        height: 500px
    }

    .page .processing_capabilities .mw {
        padding: 70px 15px 70px
    }

    .page .processing_capabilities .mw .m_title .h2 {
        font-size: 32px
    }

    .page .processing_capabilities .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .processing_capabilities .mw .cont .card {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 auto;
        width: 100%;
        padding: 20px;
        min-height: 220px;
        max-width: 320px
    }

    .page .processing_capabilities .mw .cont .card:after {
        display: none
    }

    .page .processing_capabilities .mw .cont .card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page .processing_capabilities .mw .cont .card:hover .icon .dark_icon {
        display: block
    }

    .page .processing_capabilities .mw .cont .card:hover .icon .light_icon {
        display: none
    }

    .page .processing_capabilities .mw .cont .card:hover p {
        color: #717171
    }

    .page .processing_capabilities .mw .cont .card .icon {
        margin-bottom: 12px
    }

    .page .processing_capabilities .mw .cont .card p {
        font-size: 15px
    }

    .page .processing_capabilities .mw .cont .owl-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next,
    .page .processing_capabilities .mw .cont .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: .7;
        -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .2);
        box-shadow: 0 4px 10px rgba(255, 255, 255, .2)
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next:after,
    .page .processing_capabilities .mw .cont .owl-nav .owl-prev:after {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/chevron_left.svg) no-repeat center center/cover;
        position: absolute
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next span,
    .page .processing_capabilities .mw .cont .owl-nav .owl-prev span {
        display: none
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-prev {
        margin-left: -20px
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next {
        margin-right: -20px
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next:after {
        background: url(../images/chevron_right.svg) no-repeat center center/cover
    }

    .page .steps .mw {
        padding: 80px 15px
    }

    .page .steps .mw .m_title .h2 {
        font-size: 32px
    }

    .page .steps .mw .cont ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .steps .mw .cont ul li {
        width: 48%;
        margin-bottom: 32px;
        max-width: 100%
    }

    .page .steps .mw .cont ul li:last-child {
        margin-bottom: 0
    }

    .page .steps .mw .cont ul li .num {
        margin-bottom: 14px
    }

    .page .steps .mw .cont ul li .num span {
        font-size: 50px
    }

    .page .services {
        background: url(../images/services_bg.png) no-repeat center center/cover
    }

    .page .services .decor {
        width: 400px;
        right: -200px;
        top: -400px
    }

    .page .services .decor2 {
        width: 500px;
        left: -300px;
        bottom: -400px
    }

    .page .services .mw {
        padding: 70px 15px 120px
    }

    .page .services .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 420px;
        margin: 0 auto
    }

    .page .services .mw .cont .card {
        width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 0 30px 70px rgba(191, 191, 255, .1);
        box-shadow: 0 30px 70px rgba(191, 191, 255, .1)
    }

    .page .services .mw .cont .card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page .services .mw .cont .card .h5,
    .page .services .mw .cont .card h5 {
        padding: 15px;
        font-size: 18px;
        min-height: 140px;
        margin-bottom: 15px
    }

    .page .services .mw .cont .card .img {
        height: 240px
    }

    .page .services .mw .cont .owl-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%
    }

    .page .services .mw .cont .owl-nav .owl-next,
    .page .services .mw .cont .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: .7;
        -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .2);
        box-shadow: 0 4px 10px rgba(255, 255, 255, .2)
    }

    .page .services .mw .cont .owl-nav .owl-next:after,
    .page .services .mw .cont .owl-nav .owl-prev:after {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/chevron_left.svg) no-repeat center center/cover;
        position: absolute
    }

    .page .services .mw .cont .owl-nav .owl-next span,
    .page .services .mw .cont .owl-nav .owl-prev span {
        display: none
    }

    .page .services .mw .cont .owl-nav .owl-prev {
        margin-left: -20px
    }

    .page .services .mw .cont .owl-nav .owl-next {
        margin-right: -20px
    }

    .page .services .mw .cont .owl-nav .owl-next:after {
        background: url(../images/chevron_right.svg) no-repeat center center/cover
    }

    .page .buy_or_rent:after {
        content: '';
        height: 200px;
        position: absolute;
        bottom: -100px;
        background: #fff;
        left: 0;
        right: 0;
        z-index: -1
    }

    .page .buy_or_rent .mw {
        padding: 60px 15px
    }

    .page .buy_or_rent .mw .cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .buy_or_rent .mw .cont .card {
        margin: 0 10px 20px;
        padding: 30px 20px
    }

    .page .buy_or_rent .mw .cont .card:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .page .buy_or_rent .mw .cont .card .title {
        font-size: 26px
    }

    .page .buy_or_rent .mw .cont .card p {
        font-size: 18px
    }

    .page .buy_or_rent .mw .cont .card ul {
        padding: 24px 0
    }

    .page .buy_or_rent .mw .cont .card ul li {
        font-size: 14px;
        padding-bottom: 6px
    }

    .page .buy_or_rent .mw .cont .card .btn_c .btn_m {
        height: 44px;
        max-width: 200px
    }

    .page .decor_hidden_any_ques {
        width: 500px;
        right: -250px;
        bottom: -440px
    }

    .page .any_ques {
        background: url(../images/any_ques_bg_mob.png) no-repeat center center/100% 100%
    }

    .page .any_ques .mw {
        padding: 100px 15px 50px
    }

    .page .any_ques .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .any_ques .mw .cont .left_side {
        width: 100%
    }

    .page .any_ques .mw .cont .left_side .title {
        margin-bottom: 40px
    }

    .page .any_ques .mw .cont .left_side .title .h3 {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page .any_ques .mw .cont .left_side .title .h3 b {
        font-size: 28px
    }

    .page .any_ques .mw .cont .left_side .title p {
        font-size: 16px
    }

    .page .any_ques .mw .cont .left_side form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page .any_ques .mw .cont .left_side form .inp {
        margin-bottom: 15px
    }

    .page .any_ques .mw .cont .left_side form .inp input,
    .page .any_ques .mw .cont .left_side form .inp textarea {
        height: 40px;
        padding: 8px 15px;
        font-size: 16px
    }

    .page .any_ques .mw .cont .left_side form .inp_textarea textarea {
        height: 100px
    }

    .page .any_ques .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page .any_ques .mw .cont .right_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 500px;
        margin: 0 auto
    }

    .page .any_ques .mw .cont .right_side .img img {
        width: 100%
    }

    .page .footer .mw {
        padding: 30px 15px 20px
    }

    .page .footer .mw .top_cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .footer .mw .top_cont .left_side {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side .logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 15px
    }

    .page .footer .mw .top_cont .left_side p {
        text-align: center
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul li {
        margin: 0 10px
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul li a {
        width: 40px;
        height: 40px
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul li a img {
        width: 18px
    }

    .page .footer .mw .top_cont .fast_links {
        max-width: 260px;
        margin: 0 auto;
        margin-top: 20px
    }

    .page .footer .mw .top_cont .fast_links .h5,
    .page .footer .mw .top_cont .fast_links h5 {
        text-align: center;
        margin-bottom: 18px
    }

    .page .footer .mw .top_cont .fast_links ul li {
        margin-bottom: 8px
    }

    .page .footer .mw .top_cont .fast_links ul li a {
        text-align: center;
        display: block
    }

    .page .footer .mw .top_cont .fast_links .contacts_list li {
        margin-bottom: 18px
    }

    .page .footer .mw .top_cont .fast_links .contacts_list li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .top_cont .fast_links .contacts_list li a .icon {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page .footer .mw hr {
        margin: 30px 0
    }

    .page .footer .mw .bottom_cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .footer .mw .bottom_cont .left_side {
        width: 100%
    }

    .page .footer .mw .bottom_cont .left_side p {
        font-size: 14px;
        text-align: center
    }

    .page .footer .mw .bottom_cont .right_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .footer .mw .bottom_cont .right_side ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .footer .mw .bottom_cont .right_side ul li {
        margin: 5px
    }

    .page .footer .mw .bottom_cont .right_side a {
        font-size: 14px;
        text-align: center;
        display: inline-block
    }

    .page2 .we_in_nums .mw {
        padding: 0 15px
    }

    .page2 .we_in_nums .mw .cont {
        padding: 40px 20px
    }

    .page2 .we_in_nums .mw .cont ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page2 .we_in_nums .mw .cont ul li {
        margin: 0 auto 20px
    }

    .page2 .we_in_nums .mw .cont ul li:last-child {
        margin-bottom: 0
    }

    .page2 .we_in_nums .mw .cont ul li .num span {
        font-size: 50px
    }

    .page2 .we_in_nums .mw .cont ul li p {
        font-size: 16px
    }

    .page2 .top_section .bg1 {
        background: url(../images/top_section_bg.svg) no-repeat center center/100% 100%;
        height: 300px
    }

    .page_services .services_main {
        background: url(../images/services_bg.svg) no-repeat center center/cover
    }

    .page_services .services_main .main_cont .mw {
        padding: 60px 15px 70px
    }

    .page_services .services_main .main_cont .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .services_main .main_cont .mw .cont .left_side {
        width: 100%
    }

    .page_services .services_main .main_cont .mw .cont .left_side .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .page_services .services_main .main_cont .mw .cont .left_side p {
        font-size: 16px
    }

    .page_services .services_main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 24px
    }

    .page_services .services_main .main_cont .mw .cont .right_side {
        width: 100%;
        margin-top: 40px
    }

    .page_services .services_main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .services_main .main_cont .mw .cont .right_side .main_img img {
        width: 110%;
        max-width: 550px
    }

    .page_services .briefly_about_us .mw {
        padding: 20px 15px 60px
    }

    .page_services .briefly_about_us .mw .cont .card {
        width: 100%;
        margin-bottom: 24px
    }

    .page_services .briefly_about_us .mw .cont .card .icon {
        width: 140px;
        min-width: 140px;
        margin-right: 20px
    }

    .page_services .briefly_about_us .mw .cont .card .desc .h5,
    .page_services .briefly_about_us .mw .cont .card .desc h5 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .page_services .briefly_about_us .mw .cont .card .desc p {
        font-size: 16px
    }

    .page_services .methods_of_work .mw {
        padding: 60px 15px
    }

    .page_services .methods_of_work .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .methods_of_work .mw .cont .left_side {
        width: 100%
    }

    .page_services .methods_of_work .mw .cont .left_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .methods_of_work .mw .cont .left_side .img img {
        width: 110%
    }

    .page_services .methods_of_work .mw .cont .right_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }

    .page_services .methods_of_work .mw .cont .right_side .m_title {
        padding-bottom: 20px
    }

    .page_services .methods_of_work .mw .cont .right_side .desc p {
        font-size: 16px;
        line-height: 140%;
        padding-bottom: 12px
    }

    .page_about .about_main {
        background: url(../images/services_bg.svg) no-repeat center center/cover
    }

    .page_about .about_main .main_cont .mw {
        padding: 60px 15px 70px
    }

    .page_about .about_main .main_cont .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_about .about_main .main_cont .mw .cont .left_side {
        width: 100%
    }

    .page_about .about_main .main_cont .mw .cont .left_side .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .page_about .about_main .main_cont .mw .cont .left_side p {
        font-size: 16px
    }

    .page_about .about_main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 24px
    }

    .page_about .about_main .main_cont .mw .cont .right_side {
        width: 100%;
        margin-top: 40px
    }

    .page_about .about_main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_about .about_main .main_cont .mw .cont .right_side .main_img img {
        width: 110%;
        max-width: 550px
    }

    .page_about .our_clients .mw {
        padding: 0 15px 70px
    }

    .page_about .our_clients .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_about .our_clients .mw .cont .left_side {
        width: 100%
    }

    .page_about .our_clients .mw .cont .left_side .img {
        max-width: 550px;
        margin: 0 auto
    }

    .page_about .our_clients .mw .cont .right_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }

    .page_about .our_clients .mw .cont .right_side .m_title .h2:before {
        display: block
    }

    .page_about .our_clients .mw .cont .right_side .desc p {
        font-size: 16px;
        padding-bottom: 15px
    }

    .page_about .our_clients .mw .cont .right_side .desc .h5,
    .page_about .our_clients .mw .cont .right_side .desc h5 {
        padding-bottom: 10px
    }

    .page_about .benefits .mw {
        padding: 70px 15px
    }

    .page_about .benefits .mw .m_title p {
        font-size: 15px
    }

    .page_about .benefits .mw .cont ul li {
        width: 48%;
        margin-bottom: 24px
    }

    .page_about .benefits .mw .cont ul li .num span {
        font-size: 50px
    }

    .page_about .benefits .mw .cont ul li p {
        font-size: 16px
    }

    .page_employment .employment_section .mw {
        padding: 60px 15px 0
    }

    .page_employment .employment_section .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page_employment .employment_section .mw .cont .left_side {
        width: 100%
    }

    .page_employment .employment_section .mw .cont .left_side .h1 {
        font-size: 40px;
        line-height: 130%;
        margin-bottom: 30px;
        white-space: normal
    }

    .page_employment .employment_section .mw .cont .left_side .desc .h5,
    .page_employment .employment_section .mw .cont .left_side .desc h5 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .page_employment .employment_section .mw .cont .left_side .desc ul li {
        font-size: 16px;
        margin-bottom: 8px
    }

    .page_employment .employment_section .mw .cont .left_side .desc ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page_employment .employment_section .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page_employment .employment_section .mw .cont .right_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_employment .employment_section .mw .cont .right_side .img img {
        width: 100%;
        max-width: 550px
    }

    .page_employment .onlipay_formula {
        background: url(../images/onlipay_formula_bg.png) no-repeat center center/cover
    }

    .page_employment .onlipay_formula .decor {
        width: 500px;
        left: -300px;
        bottom: -400px
    }

    .page_employment .onlipay_formula .mw {
        padding: 70px 15px 120px
    }

    .page_employment .onlipay_formula .mw .cont ul li {
        width: 49%;
        padding: 15px;
        margin-bottom: 15px
    }

    .page_employment .onlipay_formula .mw .cont ul li .num {
        margin-bottom: 10px
    }

    .page_employment .onlipay_formula .mw .cont ul li p {
        font-size: 16px
    }

    .page_employment .want_join_team .mw {
        padding: 60px 15px
    }

    .page_employment .want_join_team .mw .m_title p {
        font-size: 16px
    }

    .page_employment .want_join_team .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page_employment .want_join_team .mw .cont .card {
        width: 100%;
        margin: 0 auto 30px;
        border-radius: 15px;
        padding: 24px 18px 30px
    }

    .page_employment .want_join_team .mw .cont .card .title {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page_employment .want_join_team .mw .cont .card ul li {
        font-size: 16px;
        margin-bottom: 8px
    }

    .page_employment .want_join_team .mw .cont .card ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page_employment .vacancy_form_section .mw .cont .right_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_employment .vacancy_form_section .mw .cont .right_side .img img {
        width: 110%
    }

    .page_contacts .contacts .mw {
        padding: 60px 15px
    }

    .page_contacts .contacts .mw .m_title {
        padding-bottom: 40px
    }

    .page_contacts .contacts .mw .m_title .h1 {
        font-size: 40px
    }

    .page_contacts .contacts .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page_contacts .contacts .mw .cont .left_side {
        width: 100%
    }

    .page_contacts .contacts .mw .cont .left_side .h4 {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page_contacts .contacts .mw .cont .left_side p {
        font-size: 16px;
        margin-bottom: 24px
    }

    .page_contacts .contacts .mw .cont .left_side ul {
        margin-bottom: 16px
    }

    .page_contacts .contacts .mw .cont .left_side ul li {
        font-size: 16px
    }

    .page_contacts .contacts .mw .cont .left_side .h5,
    .page_contacts .contacts .mw .cont .left_side h5 {
        font-size: 20px;
        margin-bottom: 16px
    }

    .page_contacts .contacts .mw .cont .right_side {
        width: 100%;
        margin-top: 30px
    }

    .page_contacts .contacts .mw .cont .right_side .map {
        height: 400px
    }

    .page_404 .section_404 .decor {
        width: 400px
    }

    .page_404 .section_404 .mw {
        padding: 60px 15px 100px
    }

    .page_404 .section_404 .mw .cont p {
        margin: 30px 0;
        font-size: 22px
    }

    .page_policy .privacy_policy .mw {
        padding: 60px 15px
    }

    .page_policy .privacy_policy .mw .m_title {
        padding-bottom: 40px
    }

    .page_policy .privacy_policy .mw .m_title .h1 {
        font-size: 35px
    }

    .page_policy .privacy_policy .mw .cont .desc .h5,
    .page_policy .privacy_policy .mw .cont .desc h5 {
        font-size: 20px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc p {
        font-size: 16px;
        padding-bottom: 24px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .btn_c .btn_m {
        padding: 15px;
        max-width: 240px;
        height: 50px
    }

    .page .left_line {
        width: 98%
    }

    .page .header {
        height: 70px
    }

    .page .header .mw {
        padding: 2vh 15px
    }

    .page .header .mw .left_side .logo a {
        width: 150px
    }

    .page .header .mw .right_side .nav {
        display: none
    }

    .page .header .mw .right_side .btn_c {
        margin-right: 20px
    }

    .page .header .mw .right_side .btn_c .btn_m {
        height: 40px;
        font-size: 14px
    }

    .page .header .mw .right_side .o_xs_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .header_offset {
        padding-top: 70px
    }

    .page .main .bg1 {
        background: url(../images/main_bg1.svg) no-repeat center center/cover
    }

    .page .main .bg2 {
        background: url(../images/main_bg2.svg) no-repeat center center/cover;
        width: 1000px;
        height: 1100px;
        right: -380px;
        top: auto;
        bottom: -200px
    }

    .page .main .round_decor {
        width: 600px;
        height: 600px;
        left: -300px;
        top: -280px
    }

    .page .main .main_cont .mw {
        padding: 60px 15px 170px
    }

    .page .main .main_cont .mw .cont .left_side .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .page .main .main_cont .mw .cont .left_side .subtitle {
        font-size: 18px;
        margin-bottom: 12px;
        padding-right: 15%
    }

    .page .main .main_cont .mw .cont .left_side p {
        font-size: 16px;
        padding-right: 10%
    }

    .page .main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 24px
    }

    .page .main .main_cont .mw .cont .right_side .main_img img {
        width: 120%
    }

    .page .xs_menu {
        display: block
    }

    .page .what_prospects .mw {
        padding: 40px 15px 50px
    }

    .page .what_prospects .mw .cont .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 32px
    }

    .page .what_prospects .mw .cont .card .icon {
        margin-right: 20px;
        min-width: 80px
    }

    .page .what_prospects .mw .cont .card .icon img {
        width: 80px;
        min-width: 80px
    }

    .page .what_prospects .mw .cont .card .desc .h5,
    .page .what_prospects .mw .cont .card .desc h5 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .page .what_prospects .mw .cont .card .desc p {
        font-size: 14px
    }

    .page .m_title {
        padding-bottom: 40px
    }

    .page .m_title.pb60 {
        padding-bottom: 50px
    }

    .page .m_title .h2 {
        font-size: 35px
    }

    .page .m_title .h2:before {
        height: 32px;
        width: 6px;
        position: absolute;
        left: -12px;
        top: 6px
    }

    .page .m_title .h2 b {
        display: inline-block
    }

    .page .m_title p {
        font-size: 18px;
        padding-top: 18px
    }

    .page .processing_capabilities {
        background: url(../images/processing_capabilities_bg.png) no-repeat center center/100% 100%
    }

    .page .processing_capabilities .decor {
        width: 600px;
        left: -300px;
        bottom: -400px
    }

    .page .processing_capabilities .round_decor {
        width: 500px;
        height: 500px
    }

    .page .processing_capabilities .mw {
        padding: 100px 15px 70px
    }

    .page .processing_capabilities .mw .m_title .h2 {
        font-size: 32px
    }

    .page .processing_capabilities .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .processing_capabilities .mw .cont .card {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 auto;
        width: 100%;
        padding: 20px;
        min-height: 240px;
        max-width: 320px
    }

    .page .processing_capabilities .mw .cont .card:after {
        display: none
    }

    .page .processing_capabilities .mw .cont .card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page .processing_capabilities .mw .cont .card:hover .icon .dark_icon {
        display: block
    }

    .page .processing_capabilities .mw .cont .card:hover .icon .light_icon {
        display: none
    }

    .page .processing_capabilities .mw .cont .card:hover p {
        color: #717171
    }

    .page .processing_capabilities .mw .cont .card .icon {
        margin-bottom: 12px
    }

    .page .processing_capabilities .mw .cont .card p {
        font-size: 15px
    }

    .page .processing_capabilities .mw .cont .owl-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next,
    .page .processing_capabilities .mw .cont .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: .7;
        -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .2);
        box-shadow: 0 4px 10px rgba(255, 255, 255, .2)
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next:after,
    .page .processing_capabilities .mw .cont .owl-nav .owl-prev:after {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/chevron_left.svg) no-repeat center center/cover;
        position: absolute
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next span,
    .page .processing_capabilities .mw .cont .owl-nav .owl-prev span {
        display: none
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-prev {
        margin-left: -20px
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next {
        margin-right: -20px
    }

    .page .processing_capabilities .mw .cont .owl-nav .owl-next:after {
        background: url(../images/chevron_right.svg) no-repeat center center/cover
    }

    .page .steps .mw {
        padding: 80px 15px
    }

    .page .steps .mw .m_title .h2 {
        font-size: 32px
    }

    .page .steps .mw .cont ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .steps .mw .cont ul li {
        width: 48%;
        margin-bottom: 32px;
        max-width: 100%
    }

    .page .steps .mw .cont ul li:last-child {
        margin-bottom: 0
    }

    .page .steps .mw .cont ul li .num {
        margin-bottom: 14px
    }

    .page .steps .mw .cont ul li .num span {
        font-size: 50px
    }

    .page .services {
        background: url(../images/services_bg.png) no-repeat center center/100% 100%
    }

    .page .services .decor {
        width: 400px;
        right: -200px;
        top: -400px
    }

    .page .services .decor2 {
        width: 600px;
        left: -300px;
        bottom: -400px
    }

    .page .services .mw {
        padding: 70px 15px 120px
    }

    .page .services .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .services .mw .cont .card {
        width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 0 30px 70px rgba(191, 191, 255, .1);
        box-shadow: 0 30px 70px rgba(191, 191, 255, .1)
    }

    .page .services .mw .cont .card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page .services .mw .cont .card .h5,
    .page .services .mw .cont .card h5 {
        padding: 15px;
        font-size: 18px;
        min-height: 140px;
        margin-bottom: 15px
    }

    .page .services .mw .cont .card .img {
        height: 240px
    }

    .page .services .mw .cont .owl-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%
    }

    .page .services .mw .cont .owl-nav .owl-next,
    .page .services .mw .cont .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(113.36deg, #6200ea -12.22%, #a86dff 179.61%);
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: .7;
        -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .2);
        box-shadow: 0 4px 10px rgba(255, 255, 255, .2)
    }

    .page .services .mw .cont .owl-nav .owl-next:after,
    .page .services .mw .cont .owl-nav .owl-prev:after {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/chevron_left.svg) no-repeat center center/cover;
        position: absolute
    }

    .page .services .mw .cont .owl-nav .owl-next span,
    .page .services .mw .cont .owl-nav .owl-prev span {
        display: none
    }

    .page .services .mw .cont .owl-nav .owl-prev {
        margin-left: -20px
    }

    .page .services .mw .cont .owl-nav .owl-next {
        margin-right: -20px
    }

    .page .services .mw .cont .owl-nav .owl-next:after {
        background: url(../images/chevron_right.svg) no-repeat center center/cover
    }

    .page .buy_or_rent:after {
        content: '';
        height: 200px;
        position: absolute;
        bottom: -100px;
        background: #fff;
        left: 0;
        right: 0;
        z-index: -1
    }

    .page .buy_or_rent .mw {
        padding: 60px 15px
    }

    .page .buy_or_rent .mw .cont .card {
        margin: 0 10px 20px;
        padding: 30px 20px
    }

    .page .buy_or_rent .mw .cont .card:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .page .buy_or_rent .mw .cont .card .title {
        font-size: 26px
    }

    .page .buy_or_rent .mw .cont .card p {
        font-size: 18px
    }

    .page .buy_or_rent .mw .cont .card ul {
        padding: 24px 0
    }

    .page .buy_or_rent .mw .cont .card ul li {
        font-size: 14px;
        padding-bottom: 6px
    }

    .page .buy_or_rent .mw .cont .card .btn_c .btn_m {
        height: 44px;
        max-width: 200px
    }

    .page .decor_hidden_any_ques {
        width: 500px;
        right: -250px;
        bottom: -440px
    }

    .page .any_ques {
        background: url(../images/any_ques_bg_mob.png) no-repeat center center/100% 100%
    }

    .page .any_ques .mw {
        padding: 100px 15px 50px
    }

    .page .any_ques .mw .cont .left_side .title {
        margin-bottom: 40px
    }

    .page .any_ques .mw .cont .left_side .title .h3 {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page .any_ques .mw .cont .left_side .title .h3 b {
        font-size: 28px
    }

    .page .any_ques .mw .cont .left_side .title p {
        font-size: 16px
    }

    .page .any_ques .mw .cont .left_side form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page .any_ques .mw .cont .left_side form .inp {
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%
    }

    .page .any_ques .mw .cont .left_side form .inp input,
    .page .any_ques .mw .cont .left_side form .inp textarea {
        height: 40px;
        padding: 8px 15px;
        font-size: 16px
    }

    .page .any_ques .mw .cont .left_side form .inp_textarea textarea {
        height: 100px
    }

    .page .any_ques .mw .cont .right_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 500px;
        margin: 0 auto
    }

    .page .any_ques .mw .cont .right_side .img img {
        width: 100%
    }

    .page .footer .mw {
        padding: 40px 15px 30px
    }

    .page .footer .mw .top_cont .left_side .logo {
        margin-bottom: 30px
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul li a {
        width: 40px;
        height: 40px
    }

    .page .footer .mw .top_cont .left_side .soc_icons ul li a img {
        width: 18px
    }

    .page .footer .mw .top_cont .fast_links {
        max-width: 260px
    }

    .page .footer .mw .top_cont .fast_links .h5,
    .page .footer .mw .top_cont .fast_links h5 {
        margin-bottom: 18px
    }

    .page .footer .mw .top_cont .fast_links ul li {
        margin-bottom: 8px
    }

    .page .footer .mw .top_cont .fast_links .contacts_list li {
        margin-bottom: 18px
    }

    .page .footer .mw .top_cont .fast_links .contacts_list li a .icon {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page .footer .mw hr {
        margin: 30px 0
    }

    .page .footer .mw .bottom_cont .left_side p {
        font-size: 14px
    }

    .page .footer .mw .bottom_cont .right_side {
        margin-bottom: 10px
    }

    .page .footer .mw .bottom_cont .right_side ul li {
        margin-left: 10px
    }

    .page .footer .mw .bottom_cont .right_side a {
        font-size: 14px
    }

    .page2 .we_in_nums .mw {
        padding: 0 15px
    }

    .page2 .we_in_nums .mw .cont {
        padding: 40px 20px
    }

    .page2 .we_in_nums .mw .cont ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page2 .we_in_nums .mw .cont ul li {
        margin: 0 auto 20px
    }

    .page2 .we_in_nums .mw .cont ul li:last-child {
        margin-bottom: 0
    }

    .page2 .we_in_nums .mw .cont ul li .num span {
        font-size: 50px
    }

    .page2 .we_in_nums .mw .cont ul li p {
        font-size: 16px
    }

    .page_services .services_main {
        background: url(../images/services_bg.svg) no-repeat center center/cover
    }

    .page_services .services_main .main_cont .mw {
        padding: 60px 15px 140px
    }

    .page_services .services_main .main_cont .mw .cont .left_side {
        width: 50%
    }

    .page_services .services_main .main_cont .mw .cont .left_side .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .page_services .services_main .main_cont .mw .cont .left_side p {
        font-size: 16px
    }

    .page_services .services_main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 24px
    }

    .page_services .services_main .main_cont .mw .cont .right_side {
        width: 48%
    }

    .page_services .services_main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .services_main .main_cont .mw .cont .right_side .main_img img {
        width: 110%;
        max-width: 550px
    }

    .page_services .briefly_about_us .mw {
        padding: 40px 15px 38px
    }

    .page_services .briefly_about_us .mw .cont .card {
        margin-bottom: 32px
    }

    .page_services .briefly_about_us .mw .cont .card .icon {
        width: 100px;
        min-width: 100px;
        margin-right: 15px
    }

    .page_services .briefly_about_us .mw .cont .card .desc .h5,
    .page_services .briefly_about_us .mw .cont .card .desc h5 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .page_services .briefly_about_us .mw .cont .card .desc p {
        font-size: 16px
    }

    .page_services .methods_of_work .mw {
        padding: 70px 15px
    }

    .page_services .methods_of_work .mw .cont .left_side .img img {
        width: 110%
    }

    .page_services .methods_of_work .mw .cont .right_side .m_title {
        padding-bottom: 20px
    }

    .page_services .methods_of_work .mw .cont .right_side .m_title .h2:before {
        display: none
    }

    .page_services .methods_of_work .mw .cont .right_side .desc p {
        font-size: 16px;
        line-height: 140%;
        padding-bottom: 12px
    }

    .page_about .about_main {
        background: url(../images/services_bg.svg) no-repeat center center/cover
    }

    .page_about .about_main .main_cont .mw {
        padding: 60px 15px 140px
    }

    .page_about .about_main .main_cont .mw .cont .left_side {
        width: 50%
    }

    .page_about .about_main .main_cont .mw .cont .left_side .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .page_about .about_main .main_cont .mw .cont .left_side p {
        font-size: 16px
    }

    .page_about .about_main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 24px
    }

    .page_about .about_main .main_cont .mw .cont .right_side {
        width: 48%
    }

    .page_about .about_main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_about .about_main .main_cont .mw .cont .right_side .main_img img {
        width: 110%;
        max-width: 550px
    }

    .page_about .our_clients .mw {
        padding: 0 15px 70px
    }

    .page_about .our_clients .mw .cont .right_side .desc p {
        font-size: 16px;
        padding-bottom: 15px
    }

    .page_about .our_clients .mw .cont .right_side .desc .h5,
    .page_about .our_clients .mw .cont .right_side .desc h5 {
        padding-bottom: 10px
    }

    .page_about .benefits .mw {
        padding: 70px 15px
    }

    .page_about .benefits .mw .m_title p {
        font-size: 16px
    }

    .page_about .benefits .mw .cont ul li {
        width: 48%;
        margin-bottom: 24px
    }

    .page_about .benefits .mw .cont ul li .num span {
        font-size: 50px
    }

    .page_about .benefits .mw .cont ul li p {
        font-size: 16px
    }

    .page_employment .employment_section .mw {
        padding: 70px 15px 0
    }

    .page_employment .employment_section .mw .cont .left_side .h1 {
        font-size: 40px;
        line-height: 130%;
        margin-bottom: 30px
    }

    .page_employment .employment_section .mw .cont .left_side .desc .h5,
    .page_employment .employment_section .mw .cont .left_side .desc h5 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .page_employment .employment_section .mw .cont .left_side .desc ul li {
        font-size: 16px;
        margin-bottom: 8px
    }

    .page_employment .employment_section .mw .cont .left_side .desc ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page_employment .employment_section .mw .cont .right_side {
        margin-top: 100px
    }

    .page_employment .employment_section .mw .cont .right_side .img img {
        width: 550px
    }

    .page_employment .onlipay_formula {
        background: url(../images/onlipay_formula_bg.png) no-repeat center center/cover
    }

    .page_employment .onlipay_formula .decor {
        width: 500px;
        left: -300px;
        bottom: -400px
    }

    .page_employment .onlipay_formula .mw {
        padding: 70px 15px 120px
    }

    .page_employment .onlipay_formula .mw .cont ul li {
        width: 49%;
        padding: 15px;
        margin-bottom: 15px
    }

    .page_employment .onlipay_formula .mw .cont ul li .num {
        margin-bottom: 10px
    }

    .page_employment .onlipay_formula .mw .cont ul li p {
        font-size: 16px
    }

    .page_employment .want_join_team .mw {
        padding: 70px 15px
    }

    .page_employment .want_join_team .mw .m_title p {
        font-size: 16px
    }

    .page_employment .want_join_team .mw .cont .card {
        margin: 0 auto 30px;
        border-radius: 15px;
        padding: 24px 18px 30px
    }

    .page_employment .want_join_team .mw .cont .card .title {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page_employment .want_join_team .mw .cont .card ul li {
        font-size: 16px;
        margin-bottom: 8px
    }

    .page_employment .want_join_team .mw .cont .card ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page_employment .vacancy_form_section .mw .cont .right_side .img {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page_employment .vacancy_form_section .mw .cont .right_side .img img {
        width: 140%
    }

    .page_contacts .contacts .mw {
        padding: 70px 15px
    }

    .page_contacts .contacts .mw .m_title {
        padding-bottom: 50px
    }

    .page_contacts .contacts .mw .m_title .h1 {
        font-size: 45px
    }

    .page_contacts .contacts .mw .cont .left_side {
        width: 50%
    }

    .page_contacts .contacts .mw .cont .left_side .h4 {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page_contacts .contacts .mw .cont .left_side p {
        font-size: 16px;
        margin-bottom: 24px
    }

    .page_contacts .contacts .mw .cont .left_side ul {
        margin-bottom: 16px
    }

    .page_contacts .contacts .mw .cont .left_side ul li {
        font-size: 16px
    }

    .page_contacts .contacts .mw .cont .left_side .h5,
    .page_contacts .contacts .mw .cont .left_side h5 {
        font-size: 20px;
        margin-bottom: 16px
    }

    .page_contacts .contacts .mw .cont .right_side {
        width: 48%
    }

    .page_contacts .contacts .mw .cont .right_side .map {
        height: 400px
    }

    .page_policy .privacy_policy .mw {
        padding: 70px 15px
    }

    .page_policy .privacy_policy .mw .m_title {
        padding-bottom: 50px
    }

    .page_policy .privacy_policy .mw .m_title .h1 {
        font-size: 40px
    }

    .page_policy .privacy_policy .mw .cont .desc .h5,
    .page_policy .privacy_policy .mw .cont .desc h5 {
        font-size: 20px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc p {
        font-size: 16px;
        padding-bottom: 24px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .page .left_line {
        width: 98%;
        margin: 0 1%
    }

    .page .header {
        height: 80px
    }

    .page .header .mw .left_side .logo a {
        width: 180px
    }

    .page .header .mw .right_side .nav {
        margin-right: 20px
    }

    .page .header .mw .right_side .nav ul li {
        margin-right: 20px
    }

    .page .header .mw .right_side .nav ul li a {
        font-size: 16px
    }

    .page .header .mw .right_side .btn_c .btn_m {
        max-width: 200px;
        font-size: 14px
    }

    .page .header_offset {
        padding-top: 80px
    }

    .page .main .bg1 {
        background: url(../images/main_bg1.svg) no-repeat center center/cover
    }

    .page .main .bg2 {
        width: 1000px;
        height: 1200px;
        right: -340px;
        top: -300px
    }

    .page .main .main_cont .mw {
        padding: 70px 20px 200px
    }

    .page .main .main_cont .mw .cont .left_side .h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 32px
    }

    .page .main .main_cont .mw .cont .left_side .subtitle {
        font-size: 20px;
        margin-bottom: 10px
    }

    .page .main .main_cont .mw .cont .left_side p {
        font-size: 16px
    }

    .page .main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 32px
    }

    .page .main .main_cont .mw .cont .right_side {
        width: 45%
    }

    .page .main .main_cont .mw .cont .right_side .main_img img {
        width: 650px
    }

    .page .what_prospects .mw {
        padding: 40px 20px 40px
    }

    .page .what_prospects .mw .cont .card {
        margin-bottom: 40px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page .what_prospects .mw .cont .card .icon {
        width: 80px;
        min-width: 80px;
        margin-right: 20px
    }

    .page .what_prospects .mw .cont .card .desc .h5,
    .page .what_prospects .mw .cont .card .desc h5 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .page .what_prospects .mw .cont .card .desc p {
        font-size: 15px
    }

    .page .m_title .h2 {
        font-size: 35px
    }

    .page .m_title .h2:before {
        height: 35px;
        width: 6px;
        left: -13px;
        top: 7px
    }

    .page .m_title p {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        text-align: center;
        color: #5b626f;
        padding-top: 24px
    }

    .page .processing_capabilities {
        background: url(../images/processing_capabilities_bg.png) no-repeat center center/cover
    }

    .page .processing_capabilities .decor {
        width: 600px
    }

    .page .processing_capabilities .mw {
        padding: 150px 20px 60px
    }

    .page .processing_capabilities .mw .cont .card {
        padding: 15px 10px
    }

    .page .processing_capabilities .mw .cont .card .icon {
        height: 40px;
        margin-bottom: 12px
    }

    .page .processing_capabilities .mw .cont .card p {
        font-size: 15px
    }

    .page .steps .mw .cont ul li .num {
        margin-bottom: 16px
    }

    .page .steps .mw .cont ul li .h5,
    .page .steps .mw .cont ul li h5 {
        font-size: 15px
    }

    .page .services {
        background: url(../images/services_bg.png) no-repeat center center/cover
    }

    .page .services .decor {
        width: 650px
    }

    .page .services .decor2 {
        width: 650px
    }

    .page .services .mw {
        padding: 70px 20px 160px
    }

    .page .services .mw .cont .card .h5,
    .page .services .mw .cont .card h5 {
        padding: 15px;
        font-size: 18px;
        margin-bottom: 15px
    }

    .page .services .mw .cont .card .img {
        height: 240px
    }

    .page .buy_or_rent .mw {
        padding: 70px 20px
    }

    .page .buy_or_rent .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .page .buy_or_rent .mw .cont .card .title {
        font-size: 28px
    }

    .page .buy_or_rent .mw .cont .card p {
        font-size: 18px
    }

    .page .buy_or_rent .mw .cont .card ul {
        padding: 24px 0
    }

    .page .decor_hidden_any_ques {
        width: 600px;
        bottom: -600px
    }

    .page .any_ques {
        background: url(../images/any_ques_bg.png) no-repeat center center/cover
    }

    .page .any_ques .mw {
        padding: 150px 20px 60px
    }

    .page .any_ques .mw .cont .left_side .title {
        margin-bottom: 40px
    }

    .page .any_ques .mw .cont .left_side .title .h3 {
        font-size: 28px;
        margin-bottom: 24px
    }

    .page .any_ques .mw .cont .left_side .title .h3 b {
        font-size: 32px
    }

    .page .any_ques .mw .cont .left_side .title p {
        font-size: 16px
    }

    .page .any_ques .mw .cont .left_side form .inp {
        margin-bottom: 15px
    }

    .page .any_ques .mw .cont .left_side form .inp input,
    .page .any_ques .mw .cont .left_side form .inp textarea {
        font-size: 16px
    }

    .page .any_ques .mw .cont .left_side form .inp_textarea textarea {
        height: 100px
    }

    .page .any_ques .mw .cont .right_side .img img {
        width: 500px
    }

    .page2 .we_in_nums .mw {
        padding: 0 20px
    }

    .page2 .we_in_nums .mw .cont {
        padding: 40px 20px
    }

    .page2 .we_in_nums .mw .cont ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page2 .we_in_nums .mw .cont ul li {
        margin: 0 auto 20px
    }

    .page2 .we_in_nums .mw .cont ul li:last-child {
        margin-bottom: 0
    }

    .page2 .we_in_nums .mw .cont ul li .num span {
        font-size: 50px
    }

    .page2 .we_in_nums .mw .cont ul li p {
        font-size: 16px
    }

    .page_services .services_main .main_cont .mw {
        padding: 70px 20px 200px
    }

    .page_services .services_main .main_cont .mw .cont .left_side {
        width: 50%
    }

    .page_services .services_main .main_cont .mw .cont .left_side .h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 40px
    }

    .page_services .services_main .main_cont .mw .cont .left_side p {
        font-size: 17px
    }

    .page_services .services_main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 40px
    }

    .page_services .services_main .main_cont .mw .cont .right_side {
        width: 48%
    }

    .page_services .services_main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_services .services_main .main_cont .mw .cont .right_side .main_img img {
        width: 110%;
        max-width: 550px
    }

    .page_services .briefly_about_us .mw {
        padding: 0 20px 50px
    }

    .page_services .briefly_about_us .mw .cont .card {
        margin-bottom: 40px
    }

    .page_services .briefly_about_us .mw .cont .card .icon {
        width: 120px;
        min-width: 120px;
        margin-right: 20px
    }

    .page_services .briefly_about_us .mw .cont .card .desc .h5,
    .page_services .briefly_about_us .mw .cont .card .desc h5 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .page_services .briefly_about_us .mw .cont .card .desc p {
        font-size: 16px
    }

    .page_services .methods_of_work .mw {
        padding: 90px 20px
    }

    .page_services .methods_of_work .mw .cont .left_side .img img {
        width: 110%
    }

    .page_services .methods_of_work .mw .cont .right_side .m_title .h2:before {
        display: none
    }

    .page_services .methods_of_work .mw .cont .right_side .desc p {
        font-size: 16px;
        line-height: 140%;
        padding-bottom: 12px
    }

    .page_about .about_main .main_cont .mw {
        padding: 70px 20px 240px
    }

    .page_about .about_main .main_cont .mw .cont .left_side {
        width: 50%
    }

    .page_about .about_main .main_cont .mw .cont .left_side .h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 40px
    }

    .page_about .about_main .main_cont .mw .cont .left_side p {
        font-size: 17px
    }

    .page_about .about_main .main_cont .mw .cont .left_side .btn_c {
        margin-top: 40px
    }

    .page_about .about_main .main_cont .mw .cont .right_side {
        width: 48%
    }

    .page_about .about_main .main_cont .mw .cont .right_side .main_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page_about .about_main .main_cont .mw .cont .right_side .main_img img {
        width: 110%;
        max-width: 550px
    }

    .page_about .our_clients {
        margin-top: -70px
    }

    .page_about .our_clients .mw {
        padding: 0 20px 90px
    }

    .page_about .benefits .mw {
        padding: 90px 20px
    }

    .page_about .benefits .mw .m_title p {
        font-size: 16px
    }

    .page_employment .employment_section .mw {
        padding: 70px 20px 0
    }

    .page_employment .employment_section .mw .cont .left_side .h1 {
        font-size: 50px;
        line-height: 130%;
        margin-bottom: 40px
    }

    .page_employment .employment_section .mw .cont .left_side .desc .h5,
    .page_employment .employment_section .mw .cont .left_side .desc h5 {
        font-size: 22px;
        padding-bottom: 24px
    }

    .page_employment .employment_section .mw .cont .left_side .desc ul li {
        font-size: 16px;
        margin-bottom: 12px
    }

    .page_employment .employment_section .mw .cont .left_side .desc ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page_employment .employment_section .mw .cont .right_side {
        margin-top: 50px
    }

    .page_employment .employment_section .mw .cont .right_side .img img {
        width: 700px
    }

    .page_employment .onlipay_formula {
        background: url(../images/onlipay_formula_bg.png) no-repeat center center/cover
    }

    .page_employment .onlipay_formula .decor {
        width: 600px;
        left: -300px;
        bottom: -400px
    }

    .page_employment .onlipay_formula .mw {
        padding: 70px 20px 170px
    }

    .page_employment .onlipay_formula .mw .cont ul li {
        padding: 15px;
        margin-bottom: 15px
    }

    .page_employment .onlipay_formula .mw .cont ul li .num {
        margin-bottom: 10px
    }

    .page_employment .onlipay_formula .mw .cont ul li p {
        font-size: 16px
    }

    .page_employment .want_join_team .mw {
        padding: 70px 15px
    }

    .page_employment .want_join_team .mw .m_title p {
        font-size: 16px
    }

    .page_employment .want_join_team .mw .cont .card {
        margin: 0 auto 30px;
        border-radius: 15px;
        padding: 24px 18px 30px
    }

    .page_employment .want_join_team .mw .cont .card .title {
        font-size: 22px;
        margin-bottom: 24px
    }

    .page_employment .want_join_team .mw .cont .card ul li {
        font-size: 16px;
        margin-bottom: 8px
    }

    .page_employment .want_join_team .mw .cont .card ul li:before {
        width: 20px;
        height: 20px;
        min-width: 20px
    }

    .page_employment .vacancy_form_section .mw .cont .right_side .img {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page_employment .vacancy_form_section .mw .cont .right_side .img img {
        width: 140%
    }

    .page_policy .privacy_policy .mw {
        padding: 80px 20px
    }

    .page_policy .privacy_policy .mw .m_title {
        padding-bottom: 50px
    }

    .page_policy .privacy_policy .mw .m_title .h1 {
        font-size: 50px
    }

    .page_policy .privacy_policy .mw .cont .desc .h5,
    .page_policy .privacy_policy .mw .cont .desc h5 {
        font-size: 20px;
        padding-bottom: 18px
    }

    .page_policy .privacy_policy .mw .cont .desc p {
        font-size: 16px;
        padding-bottom: 24px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .page {
        zoom: .9
    }
}