@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSansRegular.eot");
    src: url("../fonts/OpenSans/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSans/OpenSansRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSansSemiBoldItalic.eot");
    src: url("../fonts/OpenSans/OpenSansSemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansSemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSansSemiBoldItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSansSemiBoldItalic.eot");
    src: url("../fonts/OpenSans/OpenSansSemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansSemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSansSemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSansBold.eot");
    src: url("../fonts/OpenSans/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansBold.woff") format("woff"), url("../fonts/OpenSans/OpenSansBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

html,
body {}

body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", "sans-serif";
    color: #182a57;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

input,
textarea,
button {
    font-family: "Open Sans", "sans-serif";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li,
ol li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1,
h1 {}

h2,
.h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0.02em;
}

h3,
.h3 {
    font-size: 40px;
    letter-spacing: 0.02em;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.02em;
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
}

p {
    color: #97a3c2;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

p.small {
    font-size: 14px;
    line-height: 24px;
}

p.italic {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

p + p {
    margin-top: 38px
}

.wrapper {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
}

.posrel {
    position: relative;
}

.slow {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.main_screen {
    background: url(../img/main_screen_bg.jpg) no-repeat center top / auto 1635px;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 96px 0 215px;
}

.main_screen_bg2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 64.84375%;
    height: 55.1%;
    background: url(../img/main_screen_bg2.png) no-repeat left top / cover;
}

header .logo,
.header .logo {
    width: 384px;
    height: 58px;
    background: url(../img/logo.png) no-repeat center / contain;
    display: block;
    float: left;
    position: relative;
    top: -8px;
}

.main_menu {
    float: right;
}

.main_menu ul {
    display: inline-block;
}

.main_menu ul li {
    display: inline-block;
    margin: 0 24px;
}

.main_menu ul li a {
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

.main_menu ul li.active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.main_screen .wrapper {
    position: relative;
    z-index: 3;
}

.button {
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    padding: 0 50px;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    height: 58px;
    line-height: 54px;
    white-space: nowrap;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.button_big {
    padding: 0 55px;
    height: 80px;
    line-height: 76px;
}

.button_transparent {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.button_transparent:hover {
    color: #1c47d0;
    background: #fff;
    border-color: #fff;
}


.button_blue {
    color: #fff;
    background: #3A84F4;
    border-color: #3A84F4;
}

.button_blue:hover {
    background: #5498ff;
    border-color: #5498ff;
    box-shadow: 0 11px 38px rgba(12, 22, 52, 0.22);
}

.button_light {
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #fff
}

.button_light:hover {
    border-color: #5498ff;
}

.button_white {
    color: #1c47d0;
    background: #fff;
    border-color: #fff;
}

.button_white:hover {
    color: #fff;
    background: transparent
}

.button_gray {
    color: #182a57;
    background: transparent;
    border-color: #A7B1CB;
}

.button_gray:hover {
    color: #3a84f4;
    border-color: #3a84f4;
}



header,
.header {
    line-height: 58px;
    color: #fff;
}

header .button,
.header .button {
    line-height: 54px;
    padding: 0 50px;
    margin-left: 24px;
}

.main_tittle {
    font-size: 60px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0.02em;
    color: #fff;
}

.main_screen_slider_item .main_tittle {
    margin-bottom: 65px;
}

.main_tittle span {
    color: #4291fc;
}

.button_play {
    width: 108px;
    height: 108px;
    background: #3a84f4;
    display: block;
    border-radius: 54px;
    position: absolute;
    right: 185px;
    top: 90px;
}

.button_play:hover {
    background: #5498ff;
}

.button_play:before {
    content: "";
    width: 146px;
    margin-left: -73px;
    height: 146px;
    margin-top: -73px;
    border-radius: 73px;
    opacity: 0.15;
    background-color: #3a84f4;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}

.button_play:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 24px solid #fff;
    border-bottom: 18px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -18px;
    z-index: 2;
}

.main_screen_slider {
    padding: 180px 0 150px;
    margin-bottom: 170px;
}

.owl-dots {
    white-space: nowrap;
}

.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    margin: 6px 27px 6px 6px;
}

.owl-dot.active {
    border: 3px solid #3183f3;
    background: none;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 0 21px 0 0;
}

.main_screen_slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
}

.main_screen_form {
    text-align: center;
}

.main_screen_form form {
    width: 480px;
    background-color: #0d1836;
    border-radius: 20px;
    box-shadow: 0 31px 76px rgba(5, 30, 78, 0.28);
    margin: 0 auto;
    background: url(../img/main_screen_form.png) no-repeat center / cover;
    position: relative;
    padding: 88px 35px 86px;
}

.main_screen_form form label {
    display: block;
    text-align: left;
    color: #8d9fda;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.main_screen_form form input {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 57px;
    border-radius: 30px;
    background: #354368;
    border: 2px solid transparent;
    padding: 0 23px;
    width: 100%;
    outline: none;
}

.form_group + .form_group {
    margin-top: 27px
}

.form_group + button {
    margin-top: 70px;
}

.main_screen_form form input.form_group_phone_small {
    width: 84px;
    margin-right: 10px;
}

.main_screen_form form input.form_group_phone {
    width: calc(100% - 100px);
}

.form_group.success label {
    color: #1cd08a;
}

.form_group.success label:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url(../img/success.png) no-repeat center / contain;
    margin-left: 10px;
}

.form_group.success input {
    border-color: #1cd08a;
    background: #0F2B3F
}

.form_group.alert label {
    color: #ff7a68;
}

.form_group.alert label:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/alert.png) no-repeat center / contain;
    margin-left: 10px;
}

.form_group.alert input {
    border-color: #ff7a68;
    background: #3D2C40;
    color: #ff7a68;
}

.main_screen_form h3 {
    margin-bottom: 60px;
}

.main_screen_form form:before {
    content: "";
    display: block;
    width: calc(100% - 50px);
    height: 40px;
    position: absolute;
    left: 25px;
    bottom: -12px;
    border-radius: 20px;
    z-index: -1;
    box-shadow: 0 31px 76px rgba(5, 30, 78, 0.28);
    opacity: 0.8;
    background-color: #0d1836;
}

.main_screen_form form:after {
    content: "";
    display: block;
    width: calc(100% - 90px);
    height: 40px;
    background: #f00;
    position: absolute;
    left: 45px;
    bottom: -18px;
    border-radius: 20px;
    z-index: -2;
    box-shadow: 0 31px 76px rgba(5, 30, 78, 0.28);
    opacity: 0.6;
    background-color: #0d1836;
}

.main_screen_form {
    position: relative;
}

.main_screen_form_img1 {
    display: block;
    width: 305px;
    height: 409px;
    position: absolute;
    left: 120px;
    top: 270px;
    background: url(../img/form_before.png) no-repeat center / contain;
}

.main_screen_form_img2 {
    display: block;
    width: 305px;
    height: 409px;
    position: absolute;
    right: 95px;
    top: 270px;
    background: url(../img/form_after.png) no-repeat center left / contain;
}

.mobile_menu_opener {
    width: 58px;
    height: 58px;
    border: 2px solid white;
    border-radius: 30px;
    padding: 20px 16.5px;
    cursor: pointer;
    float: right;
    margin-left: 7px;
    display: none;
}

.mobile_menu_opener span {
    display: block;
    height: 3px;
    border-radius: 3px;
    width: 21px;
    border-right: 12px solid #fff;
}

.mobile_menu_opener span:first-child {
    border-right: 21px solid #fff;
}

.mobile_menu_opener span:last-child {
    border-right: 18px solid #fff;
}

.mobile_menu_opener span + span {
    margin-top: 2px;
}


.why_screen {
    text-align: center;
    position: relative;
    padding: 142px 0 385px;
    background: url(../img/why_screen_line.png) no-repeat bottom right;
    margin-bottom: -43px;
}

.screen_logo {
    display: block;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    position: absolute;
    left: 50%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

h2 span {
    color: #3a84f4;
}

h3 span {
    color: #3a84f4;
}

.why_screen_slider_item {
    font-weight: 700;
    width: 320px;
    display: inline-block;
    padding-right: 110px;
    vertical-align: text-top;
}

.why_screen_slider_item_number {
    color: #3a84f4;
    font-size: 80px;
    margin-bottom: 10px;
}

.why_screen_slider_item_tittle {
    color: #182a57;
    font-size: 20px;
    position: relative;
    margin-bottom: 14px;
}

.why_screen_slider_item_tittle:before {
    content: "";
    display: block;
    width: 102px;
    height: 1px;
    background: #A7B1CB;
    position: absolute;
    top: 50%;
    left: 100%;
}

.why_screen_slider_item:last-child .why_screen_slider_item_tittle:before {
    display: none;
}

.why_screen_slider_item:last-child {
    padding-right: 0;
    width: 200px;
}

.why_screen_slider {
    margin-bottom: 103px;
}

.why_screen h2 {
    margin-bottom: 45px;
}

.why_screen p {
    max-width: 960px;
    margin: 0 auto 76px;
}

.why_screen_slider .owl-dot {
    background: #A7B1CB;
}

.why_screen_slider .owl-dot.active {
    border: 3px solid #3183f3;
    background: transparent;
}




.services_screen {
    position: relative;
    text-align: center;
    padding: 142px 0 185px;
    overflow: hidden;
}

.services_list {
    position: relative;
    height: 815px;
    max-width: 1200px;
    width: 100%;
    margin: 90px auto 30px;
}

.services_screen_top {
    position: relative;
}

.services_screen_top:after {
    content: '';
    display: block;
    width: 552px;
    margin-left: -276px;
    height: 957px;
    background: url(../img/services_screen_terminal.png) no-repeat no-repeat center bottom / contain;
    position: absolute;
    left: 50%;
    bottom: -405px;
}

.services_list_item_icon {
    width: 147px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 7px;
}

.services_list_item_text {
    color: #182a57;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

.services_list_item {
    width: 260px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

.services_list_item1 {
    left: 0;
    top: 0;
}

.services_list_item2 {
    left: 50%;
    top: 0;
    margin-left: -130px
}

.services_list_item3 {
    right: 0;
    top: 0;
}

.services_list_item4 {
    left: 0;
    top: 50%;
    margin-top: -100px;
}

.services_list_item5 {
    right: 0;
    top: 50%;
    margin-top: -100px;
}

.services_list_item6 {
    left: 0;
    bottom: 0;
}

.services_list_item7 {
    right: 0;
    bottom: 0;
}

.services_screen_bottom {
    background: url(../img/services_screen_bottom.png) no-repeat center top;
    padding: 545px 0 0;
}

.services_screen_bottom_item_icon {
    display: block;
    width: 95px;
    height: 89px;
    margin: 0 auto 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.services_screen_bottom_list {
    margin-bottom: 175px;
}

.services_screen_bottom_item {
    color: #5f9bf5;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    width: 275px;
    min-height: 1px;
    vertical-align: top;
}

.services_screen_bottom_item_none {
    display: none;
}

.text_window {
    background: #fff;
    color: #3a84f4;
    text-align: center;
    background: #fff;
    width: 100%;
    max-width: 768px;
    border-radius: 30px;
    box-shadow: 0 31px 76px rgba(132, 150, 192, 0.28);
    margin: 0 auto;
    padding: 50px 100px 72px;
    position: relative;
}

.text_window:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 39px solid #fff;
    border-bottom: 23px solid transparent;
    position: absolute;
    left: 100px;
    top: 100%;
}

.text_window p {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 36px;
    color: #3a84f4;
    position: relative;
    padding-top: 60px;
}

.text_window p:before {
    content: "";
    display: block;
    width: 44px;
    height: 36px;
    background: url(../img/text_window_p.png);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -22px;
}

.pointofsale_screen {
    text-align: center;
    position: relative;
    background: url(../img/pointofsale_screen_bg.png) no-repeat center bottom / 1068px auto;
    padding: 143px 0 433px;
}

.pointofsale_screen .wrapper {
    max-width: 1040px;
}

.pointofsale_screen h2 {
    margin-bottom: 45px;
}

.possystems_screen {
    text-align: center;
    background: #E9EFFD;
    position: relative;
    padding: 273px 0 30px;
}

.possystems_screen_item {
    display: inline-block;
    width: 261px;
    height: 107px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.possystems_screen_list {
    max-width: 1160px;
    margin: 0 auto;
    text-align: justify;
}

.possystems_screen_list:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.possystems_screen h3 {
    margin-bottom: 95px;
}

.possystems_screen h3 br {
    display: none;
}

.possystems_screen_icon {
    position: absolute;
    left: 50%;
    top: 119px;
    background: #A7B1CB;
    display: block;
    width: 2px;
    margin-left: -1px;
    height: 72px;
}

.possystems_screen_icon:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #A7B1CB;
    border-right: 2px solid #A7B1CB;
    transform: rotate(45deg);
    position: absolute;
    left: -6px;
    bottom: 3px;
}

.poslist_screen {
    color: #fff;
    overflow: hidden;
    background: #E9EFFD;
    padding-top: 80px;
    margin-bottom: 193px;
}

.poslist_screen p {
    color: #fff
}

.poslist_screen .wrapper {
    max-width: 1160px;
}

.poslist_screen_item {
    position: relative;
}

.poslist_screen_item h3 {
    margin-bottom: 25px
}

.poslist_screen_item p {
    margin-bottom: 65px;
}

.poslist_screen_aloha {
    background: url(../img/poslist_screen_aloha.jpg) no-repeat right top / cover;
    padding: 245px 0;
    z-index: 1;
    height: 860px;
}

.poslist_screen_aloha h3,
.poslist_screen_aloha p {
    max-width: 500px;
}

.poslist_screen_aloha .poslist_screen_item_img {
    width: 892px;
    height: 887px;
    position: absolute;
    right: 0;
    top: -95px;
    background: url(../img/poslist_screen_item_img1.png) no-repeat top right / contain;
}

.poslist_screen_aldelo {
    background: url(../img/poslist_screen_aldelo.png) no-repeat center;
    z-index: 2;
    padding-top: 400px;
    height: 1120px;
    margin-top: -255px
}

.poslist_screen_aldelo .wrapper {
    padding-left: 670px;
}

.poslist_screen_aldelo .poslist_screen_item_img {
    width: 1050px;
    height: 996px;
    position: absolute;
    left: -175px;
    top: 110px;
    background: url(../img/poslist_screen_item_img2.png) no-repeat top left/ contain;
}

.poslist_screen_harbortouch {
    background: url(../img/poslist_screen_harbortouch.png) no-repeat left top / cover;
    padding: 340px 0 285px;
    z-index: 3;
    height: 1050px;
    margin-top: -195px
}

.poslist_screen_harbortouch h3,
.poslist_screen_harbortouch p {
    max-width: 500px;
}

.poslist_screen_harbortouch .poslist_screen_item_img {
    width: 717px;
    height: 696px;
    position: absolute;
    right: 120px;
    top: 260px;
    background: url(../img/poslist_screen_item_img3.png) no-repeat right top / contain;
}

.poslist_screen_harbortouch:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 195px solid transparent;
    border-right: 1920px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -960px;
    z-index: 1;
}

.capital_screen {
    text-align: center;
    border-bottom: 2px solid #E9EFFD;
    padding: 143px 0 143px;
    position: relative;
}

.capital_screen_inner {
    max-width: 960px;
    margin: 0 auto 122px;
    width: 100%;
}

.capital_screen h2 {
    margin-bottom: 44px;
}

.capital_screen_list {
    text-align: justify;
    max-width: 1440px;
    margin: 0 auto 80px;
}

.capital_screen_item {
    display: inline-block;
    width: 300px;
    text-align: center;
    vertical-align: top;
}



.capital_screen_list:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.capital_screen_item .services_list_item_text {
    margin-bottom: 20px;
}

.solutions_screen {
    position: relative;
    text-align: center;
    background: url(../img/solutions_screen_bg.png) no-repeat center bottom / 1920px auto;
    padding: 240px 0 0
}

.solutions_screen .wrapper {
    max-width: 1160px;
}

.solutions_screen_inner {
    max-width: 960px;
    margin: 0 auto;
}

.solutions_screen_inner h2 {
    margin-bottom: 44px;
}

.solutions_list_tittle {
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 12px;
}

.solutions_list {
    text-align: left;
    padding: 28px 0 0;
}

.solutions_list li {
    position: relative;
    padding: 83px 90px 110px 290px;

}

.solutions_list li.active {
    box-shadow: 0 31px 76px rgba(132, 150, 192, 0.28);
    background: #fff;
}

.solutions_list_counter {
    color: #3a84f4;
    font-size: 98px;
    line-height: 98px;
    font-weight: 700;
    position: absolute;
    left: 95px;
    top: 80px;
    display: block;
}

.solutions_screen_form {
    padding: 535px 0 250px;
    text-align: center;
}

.solutions_screen_form h2 {
    margin-bottom: 42px;
}

.solutions_screen_form p {
    margin-bottom: 40px;
}

.solutions_screen_form form {
    padding: 40px 0;
}

.solutions_screen_form form input {
    height: 80px;
    background: #fff;
    border-radius: 40px;
    border: 2px solid transparent;
    outline: none;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 400;
    width: 566px;
    margin-right: 10px;
}

.solutions_screen_form form input:focus {
    border-color: #cdd2e1;
}

.solutions_screen_bg1 {
    width: 38.177%;
    height: 314px;
    background: url(../img/solutions_screen_bg1.png) no-repeat left top / contain;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: -1;

}

.solutions_screen_bg2 {
    width: 16.77083%;
    height: 592px;
    background: url(../img/solutions_screen_bg2.png) no-repeat right center / contain;
    position: absolute;
    right: 0;
    bottom: 1050px;
    z-index: -1;
}

footer {
    background: url(../img/footer_bg.png) no-repeat center top / cover;
    color: #fff;
    padding: 235px 0 90px;
    text-align: center;
    margin-top: -120px;
    position: relative
}

.social_tittle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer_social ul {
    padding: 35px 0 95px;
}

.footer_social ul li {
    display: inline-block;
    margin: 0 21px;
}

.footer_social ul li a {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer_social ul li a:hover {
    opacity: 0.5
}

footer .wrapper {
    max-width: 750px;
}

.footer_text_block p {
    color: #5f9bf5;
    margin-bottom: 70px
}

.footer_text_block .copyright {
    font-size: 16px;
    font-weight: 400;
}

footer .logo {
    width: 384px;
    height: 58px;
    display: inline-block;
    background: url(../img/logo.png) no-repeat center / contain;
    margin-bottom: 26px;
}

.footer_social {
    max-width: 580px;
    margin: 0 auto 90px;
    border-bottom: 1px solid #446EE2;
}

.mobile_menu {
    width: 100%;
    height: 100%;
    background: #1c47d0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

header .button_close,
.header .button_close {
    float: right;
    margin-left: 5px;
}

.button_close {
    width: 58px;
    height: 58px;
    border: 2px solid transparent;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    position: relative;
}

.button_close:before,
.button_close:after {
    content: "";
    display: block;
    width: 3px;
    margin-left: -1.5px;
    height: 20px;
    margin-top: -10px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.button_close:before {
    transform: rotate(45deg);
}

.button_close:after {
    transform: rotate(-45deg);
}

.button_close_white {
    border-color: #fff;
    background: #fff;
}

.button_close_white:before,
.button_close_white:after {
    background: #1c47d0;
}

.button_close_white:hover {
    background: transparent;
}

.button_close_white:hover:before,
.button_close_white:hover:after {
    background: #fff;
}

.button_close_transparent {
    border-color: #fff;
    background: transparent;
}

.button_close_transparent:before,
.button_close_transparent:after {
    background: #fff;
}

.button_close_transparent:hover {
    background: #fff;
}

.button_close_transparent:hover:before,
.button_close_transparent:hover:after {
    background: #152144;
}

.mobile_menu_footer {
    width: 100%;
    background: #224ed5;
    padding: 23px 0;

}

.mobile_menu_footer ul {
    text-align: center;
}

.mobile_menu_footer ul li {
    display: inline-block;
    margin: 0 10px;
}

.mobile_menu_footer ul li a {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.3;
}

.mobile_menu_footer ul li a:hover {
    opacity: 1;
}

.mobile_menu_main {
    color: #fff;

    height: calc(100% - 226px);
    overflow: auto;
    padding: 50px 95px;

}

.mobile_menu_main::-webkit-scrollbar {
    width: 0;
}

.mobile_menu_main_inner {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;

}

.mobile_menu_main_inner_td {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.mobile_menu_main .left,
.mobile_menu_main .right {
    float: left;
    width: 50%;


}

.mobile_menu_main .left ul li {
    margin-bottom: 30px;
}

.mobile_menu_main .left ul li a {
    font-size: 30px;
    font-weight: 400;
}

.mobile_menu_main .right ul {
    padding: 15px 0;
}

.mobile_menu_main .right ul li {
    margin-bottom: 18px;
}

.mobile_menu_main .right ul li a {
    font-size: 16px;
    font-weight: 400;
}

.mobile_menu_main ul li:last-child {
    margin-bottom: 0;
}

.mobile_menu_main ul li a:hover {
    color: #3a84f4;
}

.mobile_menu .header {
    padding-top: 73px;
}

.popup_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #152144;
    display: none;
}

.popup_video {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.popup_video_inner {
    width: 770px;
    margin-left: -385px;
    height: 526px;
    margin-top: -263px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 30px;
    box-shadow: 0 11px 51px #0d1836;
    background: url(../img/video_bg.jpg) no-repeat center / cover;
}

.popup_video .button_close {
    position: absolute;
    right: -125px;
    top: -125px;
}

.popup_video .button_play {
    right: auto;
    margin-left: -54px;
    left: 50%;
    margin-top: -54px;
    top: 50%;
    z-index: 1;
}

.system_messages_popup {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.system_messages {
    width: 768px;
    margin-left: -384px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 31px 76px rgba(132, 150, 192, 0.28);
    color: #3a84f4;
    padding: 42px 90px 35px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.system_messages:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid #fff;
    border-left: 35px solid transparent;
    position: absolute;
    left: 100px;
    ;
    top: 100%;
}

.system_messages p {
    color: inherit
}

h4 + p {
    margin-top: 8px;
}

.system_messages_close {
    width: 36px;
    height: 36px;
    background-color: #3a84f4;
    border-radius: 18px;
    display: block;
    position: absolute;
    right: 48px;
    top: -18px;
    cursor: pointer;
}

.system_messages_close:after {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 16px;
    transform: rotate(-45deg);
}

.system_messages_close:before {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 16px;
    transform: rotate(45deg);
}

.system_messages.alert {
    color: #ff7a68;
}

.system_messages.alert .system_messages_close {
    background: #ff7a68;
}

.about_us_screen {
    background: url(../img/about_us_screen.jpg) no-repeat center bottom / cover;
    height: 1170px;
    padding: 96px 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}

.main_text {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
}

.main_text_bottom {
    color: #4291fc;
    font-size: 24px;
    font-weight: 400;
    padding-left: 85px;
    position: relative;
}

.main_text_bottom:before {
    content: "";
    display: block;
    width: 62px;
    height: 2px;
    background: #4291fc;
    position: absolute;
    left: 0;
    top: 50%;
}

.about_us_screen_bg {
    display: block;
    width: 673px;
    height: 769px;
    background: url(../img/about_us_screen_bg.png) no-repeat center / contain;
    position: absolute;
    right: 190px;
    bottom: 0;
    z-index: -1;
}

.about_us_screen_inner {
    padding: 180px 0;
    max-width: 610px;
}

.about_us_screen_inner .main_tittle {
    margin-bottom: 25px;
}

.about_us_screen_inner .main_text {
    margin-bottom: 55px;
}

.merchant_screen {
    text-align: center;
    padding: 140px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.merchant_screen:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #E9EFFD;
    border-left: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 230px;
    z-index: -1;
}

.merchant_screen:before {
    content: "";
    display: block;
    width: 100%;
    height: 230px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #E9EFFD
}

.merchant_screen h2 {
    margin-bottom: 45px;
}

.merchant_screen .wrapper {
    max-width: 960px;
}

.merchant_screen_img {
    width: 867px;
    height: 855px;
    background: url(../img/merchant_screen_img.png) no-repeat center / contain;
    margin: 100px auto 0;
}

.whoweare_screen {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #E9EFFD;
}

.whoweare_screen .wrapper {
    max-width: 960px;
}

.whoweare_screen h2 {
    margin-bottom: 45px;
}

.whoweare_screen_img {
    width: 100%;
    height: 728px;
    background: url(../img/whoweare_screen_img.png) no-repeat center / contain;
    margin-top: 120px;
}

.whoweare_screen_top {
    position: relative;
    padding-top: 273px;
}

.whoweare_screen_top:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #fff;
    border-left: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 230px;
    z-index: -1;
}

.whoweare_screen_top:before {
    content: "";
    display: block;
    width: 100%;
    height: 230px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
}

.whoweare_screen_bottom {
    background: #fff;
    text-align: left;
}

.whoweare_screen_bottom .wrapper {
    max-width: 1540px;
}

.whoweare_screen_bottom_tittle {
    font-size: 33px;
    font-weight: 400;
    color: #182a57;
    margin-bottom: 14px;
}

.whoweare_screen_bottom_tittle span {
    color: #478bf5;
}

.whoweare_screen_bottom_left {
    padding: 200px 860px 370px 100px;
    background: url(../img/whoweare_screen_bottom_left.png) no-repeat center right / auto 532px;
}

.whoweare_screen_bottom_right {
    padding: 255px 100px 480px 870px;
    background: url(../img/whoweare_screen_bottom_right.png) no-repeat center left / auto 579px;
    position: relative;
}

.whoweare_screen_bottom_right:before {
    content: '';
    display: block;
    width: 1000%;
    height: 2px;
    background: #E9EFFD;
    position: absolute;
    left: -100%;
    top: 0;
}

.software_screen {
    background: #2241D0;
    text-align: center;
    color: #fff;
    padding: 325px 0 295px;
    position: relative;
    background: url(../img/software_screen.jpg) no-repeat center bottom / cover;
    z-index: 1;
    margin-bottom: 90px;
    overflow: hidden;
}

.software_screen:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 195px solid #fff;
    border-right: 1920px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.software_screen:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #fff;
    border-left: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.software_screen h2 {
    margin-bottom: 30px;
}

.software_screen p {
    color: inherit;
}

.software_list_center {
    width: 384px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 107px;
    text-align: left;
}

.software_list_center:before {
    content: "";
    display: block;
    width: 72px;
    height: 732px;
    border: 3px solid #5F9BF5;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    left: 0;
    top: -50px;
}

.software_list_center:after {
    content: "";
    display: block;
    width: 72px;
    height: 518px;
    border: 3px dotted #5F9BF5;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    right: 0;
    bottom: -50px;
}

.software_list_center ul li {
    position: relative;
    padding-left: 85px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 58px 0
}

.software_list_center ul li .icon {
    display: block;
    width: 57px;
    height: 51px;
    margin-top: -25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
}

.software_list {
    position: relative;
    max-width: 1150px;
    margin: 145px auto 0;
    padding: 25px 0;
}

.software_list_side ul li {
    position: relative;
    padding-top: 128px;
    margin-bottom: 50px;
}

.software_list_side ul li p {
    line-height: 24px;
    color: #5f9bf5;
}

.software_list_side ul li .icon {
    display: block;
    width: 129px;
    height: 99px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.software_list_tittle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.software_list_left {
    text-align: right;
    width: 350px;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 140px;
}

.software_list_left:before {
    content: "";
    display: block;
    width: 105px;
    height: 2px;
    border-top: 2px solid #5F9BF5;
    transform: rotate(30deg);
    position: absolute;
    right: 0;
    top: 210px;
}

.software_list_left:after {
    content: "";
    display: block;
    width: 105px;
    height: 2px;
    border-bottom: 2px solid #5F9BF5;
    transform: rotate(-30deg);
    position: absolute;
    right: 0;
    bottom: 210px;
}

.software_list_left ul li .icon {
    right: 0;
}

.software_list_right {
    text-align: left;
    width: 350px;
    position: absolute;
    right: 0;
    top: 285px;
    padding-left: 140px;
}

.software_list_right:before {
    content: "";
    display: block;
    width: 105px;
    height: 2px;
    border-top: 2px dotted #5F9BF5;
    transform: rotate(-30deg);
    position: absolute;
    left: 0;
    top: 285px;
}

.software_list_right:after {
    content: "";
    display: block;
    width: 105px;
    height: 2px;
    border-bottom: 2px dotted #5F9BF5;
    transform: rotate(30deg);
    position: absolute;
    left: 0;
    bottom: 110px;
}

.software_list_right ul li .icon {
    left: 0;
}

.mission_screen {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
}

.mission_screen h2 {
    margin-bottom: 45px;
}

.mission_screen p + .button {
    margin-top: 80px;
}

.mission_screen .wrapper {
    max-width: 960px;
}

.mission_screen_top {
    position: relative;
    padding: 140px 0 190px;
}

.mission_screen_bg1 {
    display: block;
    width: 28.03%;
    height: 413px;
    background: url(../img/mission_screen_bg1.jpg) no-repeat left bottom / contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.mission_screen_bg2 {
    display: block;
    width: 24.21875%;
    height: 542px;
    background: url(../img/mission_screen_bg2.jpg) no-repeat right bottom / contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.mission_screen_text {
    background: #E9EFFD;
    position: relative;
    padding: 150px 0;
}

.mission_screen_text:before {
    content: "";
    display: block;
    width: 116px;
    margin-left: -58px;
    height: 116px;
    margin-top: -58px;
    box-shadow: 0 31px 76px rgba(132, 150, 192, 0.28);
    background: url(../img/text_window_p.png) no-repeat center #fff / 43px 36px;
    border-radius: 58px;
    position: absolute;
    left: 50%;
    top: 0;

}

.mission_screen_text p {
    color: #717e9f;
    font-size: 26px;
    font-weight: 400;
    line-height: 60px;
}

.payments_list_row {
    height: 670px;
    border-bottom: 2px solid #E9EFFD;
}

.payments_list_row:last-child {
    border-bottom: none;
}

.payments_list_row .wrapper {
    height: 100%;
    display: table;
}

.payments_list_text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;

}



.payments_list_text_tittle {
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #182a57;
    margin-bottom: 14px;
}

.payments_list_text_tittle span {
    color: #3a84f4;
}

.payments_list_img {
    display: table-cell;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.payments_list_row:nth-child(odd) .payments_list_text {
    width: 57%;
}

.payments_list_row:nth-child(odd) .payments_list_img {
    width: 43%;
}

.payments_list_row:nth-child(odd) .payments_list_text_inner {
    max-width: 650px;
    padding-left: 100px;
}

.payments_list_row:nth-child(even) .payments_list_text {
    width: 43%;
}

.payments_list_row:nth-child(even) .payments_list_img {
    width: 57%;
}

.payments_list_row:nth-child(even) .payments_list_text_inner {
    max-width: 550px;
}

.payments_screen .solutions_screen_form {
    background: url(../img/solutions_screen_bg.png) no-repeat center top / 1920px auto;
    padding: 635px 0 250px;
    margin-top: -130px;
}

.payments_screen .solutions_screen_form .wrapper {
    max-width: 960px;
}

.contact_us_screen {
    background: url(../img/contact_us_screen.jpg) no-repeat center bottom / cover;
    height: 1170px;
    padding: 96px 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}

.contact_us_screen_bg {
    display: block;
    width: 571px;
    height: 802px;
    background: url(../img/contact_us_screen_bg.png) no-repeat center / contain;
    position: absolute;
    right: 190px;
    bottom: 0;
    z-index: -1;
}

.connect_screen {
    text-align: center;
    position: relative;
    z-index: 2;
}

.connect_screen:after {
    content: "";
    display: block;
    width: 302px;
    margin-left: -151px;
    height: 331px;
    background: url(../img/toprate_icon.png) no-repeat center / contain;
    position: absolute;
    left: 50%;
    bottom: -220px;
}

.connect_screen .wrapper {
    max-width: 960px;
}

.connect_screen h2 {
    margin-bottom: 45px;
}

.connect_screen_list {
    text-align: center;
    padding: 155px 0 132px;
}

.connect_screen_item {
    width: 384px;
    height: 540px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 11px 24px rgba(167, 177, 203, 0.28);
    display: inline-block;
    position: relative;
    padding: 63px 20px 59px;
    margin: 0 45px;
    background: #fff
}

.connect_screen_item_icon {
    width: 147px;
    height: 127px;
    margin: 0 auto 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.connect_screen_item_tittle {
    color: #182a57;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
}

.connect_screen_item .button {
    position: absolute;
    left: 50%;
    bottom: 59px;
    width: 192px;
    margin-left: -96px;
}

.connect_screen_item .button:before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 96px;
    background: #E9EFFD
}

.connect_screen_top {
    position: relative;
    z-index: 1;
    padding: 140px 0 0;
    overflow: hidden;
}

.connect_screen_top:after {
    content: "";
    display: block;
    width: 100%;
    height: 285px;
    background: #E9EFFD;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.connect_screen_top:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #E9EFFD;
    border-left: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 285px;
    z-index: -1;
}

.connect_screen_bottom {
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 0.02em;
    background: #E9EFFD;
    padding: 157px 0 297px;
    position: relative;

}

.connect_screen_bottom .possystems_screen_icon {
    top: 0
}

.connect_screen_bottom a[href*="mailto"] {
    color: #3a84f4;
    margin-bottom: 70px;
    display: inline-block;
}

.connect_screen_bottom_text {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 30px;
}

.connect_screen_bottom_text:after {
    content: "";
    display: block;
    width: 576px;
    margin-left: -288px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #C8D0E3
}

.thank_screen {
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 380px 0 600px;
    overflow: hidden;
}

.thank_screen:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 195px solid #E9EFFD;
    border-right: 1920px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.thank_screen:after {
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    background: url(../img/solutions_screen_bg.png) no-repeat center top / cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.thank_screen h2 {
    margin-bottom: 45px;
}

.thank_screen .wrapper {
    max-width: 960px;
    position: relative;
    padding-top: 140px;
}

.thank_screen_bg1 {
    width: 38.4375%;
    height: 465px;
    background: url(../img/thank_screen_bg1.png) no-repeat left bottom / 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.thank_screen_bg2 {
    width: 17%;
    height: 585px;
    background: url(../img/solutions_screen_bg2.png) no-repeat center right / contain;
    position: absolute;
    right: 0;
    bottom: 235px;
    z-index: -2;
}


.apply_screen {
    text-align: center;
    background: #E9EFFD;
    padding: 125px 0 270px;
}

.apply_screen h2 {
    margin-bottom: 45px;
}

.apply_screen .wrapper {
    max-width: 768px;
}

.apply_screen form {
    width: 100%;
    padding: 20px 0
}

.apply_screen form input {
    width: 100%;
    height: 60px;
    color: #182a57;
    font-size: 16px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 12px 0;
    padding: 0 35px;
    outline: none;
}

.apply_screen form select {
    width: 100%;
    height: 60px;
    color: #182a57;
    font-size: 16px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 12px 0;
    padding: 0 35px;
    outline: none;
}

.apply_screen form textarea {
    width: 100%;
    height: 134px;
    color: #182a57;
    font-size: 16px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 12px 0 76px;
    padding: 17px 35px;
    outline: none;
    resize: none;
}

.apply_screen form label {
    position: relative;
    display: block;
}

.apply_screen form label span {
    position: absolute;
    top: 31px;
    left: 35px;
    color: #717e9f;
    font-size: 16px;
    cursor: text;
}

.apply_screen form label input + span:before,
.apply_screen form label textarea + span:before {
    content: attr(placeholder);
    position: relative;
    color: #717e9f;
}

.apply_screen form label input.required + span:after,
.apply_screen form label textarea.required + span:after {
    content: ' *';
    position: relative;
    color: #ff8484;
}

.apply_screen form label input:focus + span:before,
.apply_screen form label input:focus + span:after,
.apply_screen form label input.completed + span:before,
.apply_screen form label input.completed + span:after,
.apply_screen form label textarea:focus + span:before,
.apply_screen form label textarea:focus + span:after,
.apply_screen form label textarea.completed + span:before,
.apply_screen form label textarea.completed + span:after {
    display: none
}

.service_screen {
    height: 1170px;
    background: url(../img/service_screen.jpg) no-repeat center bottom / cover;
    padding: 96px 0 0;
}

.application_screen {
    text-align: center;
    position: relative;
    padding: 90px 0 430px;
    background: url(../img/application_screen_bg.jpg) no-repeat center bottom #fff / auto 383px;
    border-bottom: 2px solid #E9EFFD;
}

.application_screen .wrapper {
    max-width: 960px;
    padding-top: 140px;
    position: relative;
}

.application_screen h2 {
    margin-bottom: 45px;
}

.secure_screen {
    text-align: center;
    position: relative;
    padding: 185px 0 925px;
    z-index: 1;
    background: #fff;
    overflow: hidden;
}

.secure_screen_bg {
    width: 100%;
    height: 858px;
    background: url(../img/secure_screen_bg.png) no-repeat center bottom / contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.secure_screen:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #E9EFFD;
    border-left: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 180px;
    z-index: -2;
}

.secure_screen:after {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background: #E9EFFD;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.secure_screen .wrapper {
    max-width: 960px;
    padding-top: 140px;
    position: relative;
}

.secure_screen h2 {
    margin-bottom: 45px;
}

.secure_screen_list {
    padding: 95px 0 0;
}

.secure_screen_item {
    width: 405px;
    padding-right: 185px;
    position: relative;
    margin-right: 90px;
    display: inline-block;
    vertical-align: top;
}

.secure_screen_item:last-child {
    width: 220px;
    padding-right: 0;
    margin-right: 0;
}

.secure_screen_item:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #A7B1CB;
    position: absolute;
    right: 0;
    top: 107px;
    ;
}

.secure_screen_item:last-child:after {
    display: none;
}

.secure_screen_item_logo {
    width: 147px;
    height: 104px;
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.secure_screen_item_tittle {
    color: #182a57;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.secure_screen_list .owl-dot {
    background: #A7B1CB;
}

.secure_screen_list .owl-dot.active {
    border: 3px solid #3183f3;
    background: transparent;
}

.about_screen {
    background: #E9EFFD;
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.about_screen:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #fff;
    border-left: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 245px;
    z-index: -1;
}

.about_screen:after {
    content: "";
    display: block;
    width: 100%;
    height: 245px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #fff
}

.about_screen h2 {
    margin-bottom: 45px;
}

.about_screen .wrapper {
    position: relative;
    max-width: 960px;
    padding-top: 273px;
}

.about_screen_img {
    width: 100%;
    height: 733px;
    background: url(../img/about_screen_img.png) no-repeat center / contain;
    margin-top: 110px;

}

.offer_screen {
    text-align: center;

}

.offer_screen_top {
    padding: 130px 0 550px;
    background: url(../img/offer_screen_bg.jpg) no-repeat center bottom / 100% auto;
}

.offer_screen h2 {
    margin-bottom: 45px;
}


.offer_screen_top .wrapper {
    max-width: 960px;
    position: relative;
    padding-top: 140px;
}

.offer_screen_figures {
    width: 350px;
    margin: 110px auto 20px;
}

.offer_screen_figures span {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 2px solid #a7b1cb;
    text-align: center;
    line-height: 44px;
    color: #a7b1cb;
    font-size: 20px;
    font-weight: 700;
    margin-right: 70px;
    position: relative;
}

.offer_screen_figures span:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #a7b1cb;
    position: absolute;
    top: 50%;
    left: 100%;
}

.offer_screen_figures span:last-child {
    margin-right: 0;
}

.offer_screen_figures span:last-child:after {
    display: none;
}

.offer_screen .secure_screen_item_logo {
    width: 148px;
    height: 138px;
    margin-bottom: 46px;
}

.offer_screen_bottom {
    text-align: left;
}

.offer_screen_bottom_text_tittle {
    font-size: 33px;
    font-weight: 400;
    color: #182a57;
    margin-bottom: 14px;

}

.offer_screen_bottom_text_tittle span {
    color: #3a84f4;
}

.offer_screen_bottom_row {
    position: relative;
    border-top: 2px solid #E9EFFD;
}

.offer_screen_bottom_row_top .wrapper {
    padding: 253px 100px 350px 870px;
    background: url(../img/offer_screen_bottom_row_top.jpg) no-repeat left center / 582px auto
}

.offer_screen_bottom_row_bottom .wrapper {
    padding: 253px 900px 278px 100px;
    background: url(../img/offer_screen_bottom_row_bottom.jpg) no-repeat right center / 577px auto
}

.collateral_screen {
    text-align: center;
    color: #fff;
}

.collateral_screen_top {
    position: relative;
    z-index: 1;
    background: url(../img/collateral_screen_top.jpg) no-repeat center / cover;
    padding: 330px 0 340px;
    overflow: hidden;
}

.collateral_screen_top:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 195px solid #fff;
    border-right: 1920px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.collateral_screen_top:after {
    content: '';
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #232FAC;
    border-right: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.collateral_screen_top p {
    color: inherit;
}

.collateral_screen_top h2 {
    margin-bottom: 45px;
}

.collateral_screen_top_top {
    margin-bottom: 215px;
}

.collateral_screen_top_top .wrapper {
    max-width: 960px;
}

.collateral_screen_top_bottom .wrapper {
    text-align: left;
}

.collateral_screen_top_bottom_inner {
    margin-left: calc(50% + 100px);
    max-width: 480px;
}

.collateral_screen_top_tittle {
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

.collateral_screen_top_bottom_inner a {
    color: #3183f3;
    font-weight: 700;
    margin-top: 21px;
    display: inline-block;
}

.collateral_screen_top_bg {
    width: 50%;
    height: 642px;
    background: url(../img/collateral_screen_top_bg.png) no-repeat center left / contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.collateral_screen_bottom {
    background: url(../img/collateral_screen_bottom.jpg) no-repeat center bottom / cover;
    padding: 245px 0 290px;
}

.collateral_screen_bottom .wrapper {
    max-width: 860px;
}

.collateral_screen_bottom_tittle {
    font-size: 33px;
    font-style: italic;
    padding-bottom: 120px;
    position: relative;
    margin-bottom: 42px;
}

.collateral_screen_bottom_tittle:after {
    content: "";
    display: block;
    width: 1px;
    height: 84px;
    background: #3183F3;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.collateral_screen_footer {
    background: #E9EFFD;
    padding: 183px 0 160px;
    position: relative;
    z-index: 1;
}

.collateral_screen_footer:before {
    content: "";
    display: block;
    width: 116px;
    margin-left: -58px;
    height: 116px;
    margin-top: -58px;
    box-shadow: 0 31px 76px rgba(132, 150, 192, 0.28);
    background: url(../img/text_window_p.png) no-repeat center #fff / 43px 36px;
    border-radius: 58px;
    position: absolute;
    left: 50%;
    top: 0;
}

.collateral_screen_footer .wrapper {
    max-width: 960px;
}

.collateral_screen_footer_tittle {
    color: #3a84f4;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 36px;
}

.collateral_screen_footer_text {
    font-size: 26px;
    font-weight: 400;
    line-height: 60px;
    color: #717e9f;
    margin-bottom: 85px;
}

.collateral_screen_footer_text span {
    display: block;
    color: #3a84f4;
}

.commerce_screen {
    text-align: center;
    padding: 185px 0 0;
    position: relative;
}

.commerce_screen_top {
    position: relative;
    z-index: 2;
}

.commerce_screen_top:after {
    content: "";
    display: block;
    width: 50%;
    height: 1036px;
    background: url(../img/commerce_screen_bg.png) no-repeat right bottom / contain;
    position: absolute;
    right: 0;
    bottom: -310px;
    z-index: -1;
}

.commerce_screen_top .wrapper {
    max-width: 860px;
    position: relative;
    padding-top: 145px;
}

.solution_item_tittle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.solution_item_icon {
    width: 147px;
    height: 107px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

.solution_list {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 120px auto 0;
    height: 750px;
}



.solution_item {
    width: 160px;
    position: absolute;
    margin-left: -80px;
    height: 250px;
}


.solution_item1 {
    left: 0;
    top: 0
}

.solution_item2 {
    left: 20%;
    top: 0
}

.solution_item3 {
    left: 40%;
    top: 0
}

.solution_item4 {
    left: 60%;
    top: 0
}

.solution_item5 {
    left: 80%;
    top: 0
}

.solution_item6 {
    left: 100%;
    top: 0
}


.solution_item7 {
    left: 0;
    top: 50%;
    margin-top: -125px;
}

.solution_item8 {
    left: 20%;
    top: 50%;
    margin-top: -125px;
}

.solution_item9 {
    left: 40%;
    top: 50%;
    margin-top: -125px;
}

.solution_item10 {
    left: 0;
    bottom: 0
}

.solution_item11 {
    left: 20%;
    bottom: 0
}

.solution_item12 {
    left: 40%;
    bottom: 0
}

.commerce_screen_bottom {
    background: url(../img/commerce_screen_bottom.jpg) no-repeat center bottom / cover;
    height: 1910px;
    padding: 405px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.commerce_screen_bottom:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 195px solid #fff;
    border-right: 1920px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.commerce_screen_bottom:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #fff;
    border-left: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}


.commerce_screen_device_tittle {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
}

.commerce_screen_device_icon {
    width: 154px;
    height: 172px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 auto 42px;
    background-size: contain;
}

.commerce_screen_devices {
    max-width: 1150px;
    margin: 0 auto 110px;
    position: relative;
    padding-bottom: 90px;
}

.commerce_screen_devices:after {
    content: "";
    display: block;
    background: url(../img/cloud.png) no-repeat center bottom / contain;
    width: 640px;
    margin-left: -320px;
    height: 366px;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.commerce_screen_device {
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

.commerce_screen_device1 {
    padding-bottom: 475px;
}

.commerce_screen_device1:after {
    content: "";
    display: block;
    width: 125px;
    height: 440px;
    border-left: 2px dotted #5F9BF5;
    border-bottom: 2px dotted #5F9BF5;
    position: absolute;
    left: 50%;
    top: 270px;
}

.commerce_screen_device2 {
    padding-bottom: 275px;
}

.commerce_screen_device2:after {
    content: "";
    display: block;
    width: 75px;
    height: 240px;
    border-left: 2px dotted #5F9BF5;
    border-bottom: 2px dotted #5F9BF5;
    position: absolute;
    left: 50%;
    top: 270px;
}

.commerce_screen_device3 {
    padding-bottom: 205px;
}

.commerce_screen_device3:after {
    content: "";
    display: block;
    width: 75px;
    height: 170px;
    border-left: 2px dotted #5F9BF5;
    position: absolute;
    left: 50%;
    top: 270px;
}

.commerce_screen_device4 {
    padding-bottom: 165px;
}

.commerce_screen_device4:after {
    content: "";
    display: block;
    width: 75px;
    height: 125px;
    border-right: 2px dotted #5F9BF5;
    position: absolute;
    right: 50%;
    top: 270px;
}



.commerce_screen_device5 {
    padding-bottom: 275px;
}

.commerce_screen_device5:after {
    content: "";
    display: block;
    width: 75px;
    height: 240px;
    border-right: 2px dotted #5F9BF5;
    border-bottom: 2px dotted #5F9BF5;
    position: absolute;
    right: 50%;
    top: 270px;
}



.commerce_screen_device6 {
    padding-bottom: 475px;
}

.commerce_screen_device6:after {
    content: "";
    display: block;
    width: 125px;
    height: 440px;
    border-right: 2px dotted #5F9BF5;
    border-bottom: 2px dotted #5F9BF5;
    position: absolute;
    right: 50%;
    top: 270px;
}

.commerce_screen_service_icon {
    width: 97px;
    height: 88px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.commerce_screen_service_tittle {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;

}

.commerce_screen_service p {
    color: #5f9bf5;
    line-height: 24px
}

.commerce_screen_service {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin: 0 15px;
}

.solution_list .owl-dot {
    background: #A7B1CB;
}

.solution_list .owl-dot.active {
    border: 3px solid #3183f3;
    background: transparent;
}

.retail_screen_image {
    max-width: 722px;
    width: 49%;
    height: 920px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    vertical-align: bottom;
}

.retail_screen {
    text-align: center;
    position: relative;
}


.retail_screen {
    padding: 95px 0 0;
}

.retail_screen .wrapper {
    position: relative;
    padding-top: 145px;
}

.retail_screen h2 {
    margin-bottom: 50px;
}

.capital_bankcard_screen {
    background: #E9EFFD;
    text-align: center;
    position: relative;
    padding: 270px 0 225px;
}

.capital_bankcard_screen .wrapper {
    max-width: 960px;

}

.capital_bankcard_screen h2 {
    margin-bottom: 30px;
}

.capital_bankcard_screen_text {
    color: #717e9f;
    font-size: 26px;
    font-weight: 400;
    line-height: 60px;
}

.exactly_screen .payments_list_row {
    height: 765px;
}

.exactly_screen .payments_list_img {
    background-position: left center;
}

.exactly_screen .payments_list_row:last-child {
    border-bottom: 2px solid #E9EFFD;
}

.mobile_screen {
    text-align: center;
    padding: 185px 0 0 0;
}

.mobile_screen .wrapper {
    position: relative;
    padding-top: 140px;
}

.mobile_screen h2 {
    margin-bottom: 95px;
}







.mobile_screen_item_icon {
    width: 147px;
    height: 108px;
    margin: 0 auto 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mobile_screen_item p {
    line-height: 24px;
}

.mobile_screen_list {
    position: relative;
    height: 780px;
    max-width: 1240px;
    margin: 0 auto 70px;
    z-index: 2;
}

.mobile_screen_list:after {
    content: "";
    display: block;
    background: url(../img/mobile_screen_list_bg.png) no-repeat center bottom;
    width: 670px;
    margin-left: -335px;
    height: 1070px;
    position: absolute;
    left: 50%;
    bottom: -510px;
    z-index: -1
}

.mobile_screen_item {
    width: 290px;
    height: 290px;
    position: absolute;
}

.mobile_screen_item1 {
    left: 0;
    bottom: 0;
}

.mobile_screen_item2 {
    left: 0;
    top: 50%;
    margin-top: -190px;
}

.mobile_screen_item3 {
    left: 50%;
    top: 0;
    margin-left: -145px;
}

.mobile_screen_item4 {
    right: 0;
    top: 50%;
    margin-top: -190px;
}

.mobile_screen_item5 {
    right: 0;
    bottom: 0;
}

.mobile_screen_bottom {
    position: relative;
    z-index: 1;
    color: #fff;
    background: url(../img/mobile_screen_bottom.jpg) no-repeat center bottom / cover;
    padding: 375px 0 160px;
    overflow: hidden;

}

.mobile_screen_bottom:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 195px solid #fff;
    border-right: 1920px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.mobile_screen_bottom .wrapper {
    max-width: 480px;
}

.mobile_screen .owl-dot {
    background: #A7B1CB;
}

.mobile_screen .owl-dot.active {
    border: 3px solid #3183f3;
    background: transparent;
}

.mobile_screen_bottom .wrapper {
    padding-top: 0
}

.ourpos_screen_list {
    text-align: justify;
    padding: 55px 0 115px;
}

.ourpos_screen_list:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.ourpos_screen_item {
    width: 261px;
    height: 107px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.ourpos_screen {
    background: #E9EFFD;
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.ourpos_screen h2 {
    margin-bottom: 45px;
}

.ourpos_screen .wrapper {
    position: relative;
    padding-top: 273px;
}

.poslist2_screen_item .wrapper {
    height: 100%
}

.poslist2_screen_item_tb {
    display: table;
    width: 100%;
    height: 100%;
}

.poslist2_screen_item_td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.poslist2_screen_item p {
    color: inherit;
}

.poslist2_screen_item p + .button {
    margin-top: 68px;
}

.poslist2_screen_item p + ul {
    margin-top: 26px;
}

.poslist2_screen_item h3 {
    color: inherit;
    margin-bottom: 28px;
}

.poslist2_screen_item_img {
    position: absolute
}








.poslist2_screen_item_aloha {
    height: 1055px;
    background: url(../img/poslist_screen_aloha.jpg) no-repeat top left / cover;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.poslist2_screen_item_aloha:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #fff;
    border-left: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.poslist2_screen_item_aloha .poslist2_screen_inner {
    max-width: 480px;
    margin-left: 200px;
}

.poslist2_screen_item_aloha .poslist2_screen_item_img {
    background: url(../img/poslist_screen_item_img1.png) no-repeat center right / contain;
    width: 42%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -2;
}

.poslist2_screen_item_posaloha {
    height: 770px;
    background: #fff;
}

.poslist2_screen_item_posaloha .wrapper {
    position: relative
}

.poslist2_screen_item_posaloha p {
    color: #97a3c2;
}

.poslist2_screen_item_posaloha .poslist2_screen_inner {
    max-width: 480px;
    margin-left: 50%
}

.poslist2_screen_item_posaloha .poslist2_screen_item_img {
    width: 38%;
    height: 100%;
    background: url(../img/posaloha.jpg) no-repeat center / contain;
    left: 0;
    top: 0;
}

.poslist2_screen_item_posaloha .poslist2_screen_item_td {
    position: relative;
}



.poslist2_screen_item_aldelo {
    height: 1250px;
    background: url(../img/aldelo.jpg) no-repeat top right / cover;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.poslist2_screen_item_aldelo:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #fff;
    border-right: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.poslist2_screen_item_aldelo:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 195px solid #fff;
    border-right: 1920px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.poslist2_screen_item_aldelo .poslist2_screen_inner {
    max-width: 480px;
    margin-left: calc(50% - 100px);
}

.poslist2_screen_item_aldelo .poslist2_screen_item_img {
    background: url(../img/poslist_screen_item_img2.png) no-repeat -100px center / contain;
    width: 41%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

.poslist2_screen_item p.big {
    font-size: 24px;
    line-height: 36px;
}


.poslist2_screen_item_aldelotouch {
    height: 865px;
    background: #fff;
    position: relative;
    border-bottom: 2px solid #EAF0FD;
}

.poslist2_screen_item_aldelotouch .poslist2_screen_inner {
    max-width: 480px;
    margin-left: 50%;
}

.poslist2_screen_item_aldelotouch p {
    color: #97a3c2;
}

.poslist2_screen_item_aldelotouch .poslist2_screen_item_img {
    background: url(../img/adelotouch.jpg) no-repeat left center / contain;
    width: 34%;
    height: 100%;
    left: 0;
    top: 0;
}

.poslist2_screen_item_aldelotouch .poslist2_screen_item_td {
    position: relative;
}

.poslist2_screen_item_aldelopos {
    height: 865px;
    background: #fff;
    position: relative;
}

.poslist2_screen_item_aldelopos .poslist2_screen_inner {
    max-width: 480px;
    margin-left: 200px;
}

.poslist2_screen_item_aldelopos p {
    color: #97a3c2;
}

.poslist2_screen_item_aldelopos .poslist2_screen_item_td {
    position: relative;
}

.poslist2_screen_item_aldelopos .poslist2_screen_item_img {
    background: url(../img/aldeloPOS.jpg) no-repeat right center / contain;
    width: 44%;
    height: 100%;
    right: 100px;
    top: 0;
}

ul.dash li {
    position: relative;
    padding-left: 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    text-align: left
}

ul.dash li:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 18px;
    background: #3964EC;
}

.poslist2_screen_item_harbortouch {
    height: 1250px;
    background: url(../img/poslist_screen_harbortouch.png) no-repeat top left / cover;
    position: relative;
    color: #fff;
}

.poslist2_screen_item_harbortouch .poslist2_screen_inner {
    max-width: 480px;
    margin-left: 200px;
}

.poslist2_screen_item_harbortouch .poslist2_screen_item_img {
    background: url(../img/poslist_screen_item_img3.png) no-repeat right center / contain;
    width: 37.5%;
    height: 100%;
    right: 100px;
    top: 0;
}

p.tittle {
    font-size: 20px;
    font-weight: 700;
}

.poslist2_screen_item_micros {
    height: 1340px;
    background: url(../img/micros_bg.png) no-repeat top right / cover;
    position: relative;
    color: #fff;
    margin-top: -195px;
    z-index: 2;
    overflow: hidden;
}

.poslist2_screen_item_micros:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 195px solid #fff;
    border-right: 1920px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.poslist2_screen_item_micros .poslist2_screen_inner {
    max-width: 600px;
    margin-left: calc(50% - 100px);
}



.poslist2_screen_item_micros .poslist2_screen_item_img {
    background: url(../img/micros.png) no-repeat left center / contain;
    width: 35%;
    height: 100%;
    left: 5%;
    top: 0;
}

.poslist2_screen_item_micros ul.dash li:before {
    background: #75ADFF
}

ul.column2 {
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
}

ul.column2 span {
    display: inline-table;
}

p.tittle + ul {
    margin-top: 0
}

ul + p.tittle {
    margin-top: 22px
}

.forclient_screen {
    text-align: center;
    padding: 190px 0 0;
    overflow: hidden;
}

.forclient_screen .wrapper {
    max-width: 960px;
    position: relative;

}

.forclient_screen_top .wrapper {
    padding-top: 140px;
}

.forclient_screen .solutions_screen_form {
    background: url(../img/solutions_screen_bg.png) no-repeat center top / 1920px auto;
    padding: 635px 0 250px;
}

.forclient_screen h2 {
    margin-bottom: 45px;
}

.forclient_screen p + .button {
    margin-top: 70px;
}