body {

}

.general-container {
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}

.site-header {
    /* width: 960px; */
    margin: auto;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
}

.site-header-enter {
    width: 140px;
    height: 60px;
    float: right;
    border-left: 1px solid rgba(255,255,255,0.17);
}

.site-header-become-a-client {
    display: inline-block;
    background: url(/images/become_a_client.png) no-repeat;
    width: 126px;
    height: 25px;
    background-size: 126px auto;
}

.site-header-become-a-client:hover {
    display: inline-block;
    background: url(/images/become_a_client_hover.png) no-repeat;
    width: 126px;
    height: 25px;
    background-size: 126px auto;
}

.site-header-login {
    width: 116px;
    height: 28px;
    background-size: 137px auto;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 16px;
    left: -3px;
    font-family: Calibri;
    font-weight: 600;
    letter-spacing: 1px;
}

.site-header-login:hover {
    color: #d4d3d3;
    text-decoration: none;
    background: linear-gradient(to bottom, #2d8ade00 0%, #7197b903 100%);
}

.site-header-container {

}

.site-header-logo {
    margin: auto;
    position: relative;
    background: url(/images/pay_imcon_logo.png) no-repeat;
    background-size: 158px;
    height: 51px;
    position: relative;
    top: 11px;
    left: 20px;
    width: 165px;
    /* border: 1px solid red; */
    padding: 0px 22px;
    float: left;
}

.site-header-menu {
    /* display: inline-block; */
    float: left;
    /* padding-right: 9px; */
    width: 300px;
    /* border: 1px solid red; */
    text-align: left;
    position: relative;
    top: 21px;
    left: 56px;
}

.site-header-menu > ul {
    float: right;
}

.site-header-menu > ul > li {
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    font-family: second;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
}
.site-header-menu > ul > li > a {
    font-size: 15px;
    margin: 5px;
    font-family: Calibri;
    color: white;
    text-transform: capitalize;
    cursor: pointer;
}
.site-header-menu > ul > li > a:hover {
    color: white;
}

.site-header-menu > ul > li:hover {
    color: #000000;
}

.content-index-container {
    width: 348px;
    margin: auto;
    height: 567px;
    display: flex;
}

.content-index-container-info {
    display: inline-block;
    width: 719px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
}

.main-info-text {
    font-size: 18px;
    font-family: second;
    text-indent: 1.5em;
    padding-left: 11px;
    color: black;
    margin-top: 26px;
}

.content-index-container-lk-form {
    background: -moz-linear-gradient(top, #4297e5 0%, #61a2dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f4f99', endColorstr='#5c68ed', GradientType=0);
    display: inline-block;
    width: 360px;
    text-align: center;
    background: -moz-linear-gradient(top, #4297e5 0%, #61a2dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f4f99', endColorstr='#5c68ed', GradientType=0);
}

.personal-information-text {
    position: relative;
    text-align: center;
    color: black;
    font-family: Calibri;
    font-size: 21px;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.get-personal-information-text {
    position: relative;
    text-align: center;
    color: #000000ab;
    font-family: Calibri;
    font-size: 15px;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    width: 378px;
}

.content-index-container-lk-form > input {
    width: 256px;
    margin: 5px;
    position: relative;
    height: 39px;
    border-radius: 3px;
    padding-left: 7px;
    outline: none;
    border: 1px solid #417dce80;
    font-size: 16px;
    font-family: Calibri;
}

.content-index-container-button {

    /*   transition: background-color .5s; */
    width: 257px;
    margin: 5px;
    margin-top: -3px;
    position: relative;
    height: 46px;
    border-radius: 3px;
    padding-left: 7px;
    outline: none;
    border: none;
    font-size: 18px;
    font-family: Calibri;
    background-color: #17a2b8;
    color: white;
    cursor: pointer;
    transition: background-color .5s;
    /* transition: color .5s; */
    box-shadow: 0px 0px 3px 0px white;
}

.content-index-container-button:hover {
    background-color: #0b5864;
    transition: background-color .5s;
    border: 1px solid #8e88884d;
    /* transition: color .5s; */
}

.content-index-container-button:active {
    background-color: #2666bc;
}

.three-way-container {
    width: 100%;
    border: 1px solid #5364e40d;
    margin: auto;
    position: relative;
    text-align: center;
    height: 361px;
}

.general-text-three-info {
    font-size: 25px;
    font-family: second;
    font-weight: 600;
    margin-top: 17px;
}

.general-text-three-all {
    text-align: left;
    /* text-indent: 55px; */
    /* margin: 12px; */
    font-family: Calibri;
    font-size: 38px;
    width: 803px;
    /* padding-left: 150px; */
    margin-top: 15px;
    font-weight: 600;
    border: 1px solid red;
    position: relative;
    left: 106px;
}

.content-for-one-three-ways {
    width: 315px;
    display: inline-block;
    position: relative;
    height: 219px;
}

.request-one {
    width: 126px;
    position: absolute;
    right: 94px;
}

.content-for-one-three-for-all {
    position: relative;
    width: 950px;
    display: flex;
    height: 335px;
}

.one-dogovor {
    width: 253px;
    top: 9px;
    position: absolute;
    right: 30px;
}

.one-url {
    width: 97px;
    top: 17px;
    position: absolute;
    right: 110px;
}

.content-for-one-three-ways > p {
    font-size: 18px;
    font-family: Calibri;
    top: 102px;
    position: relative;
}

.site-content-devider {
    background-color: green;
    width: 100%;
    height: 15px;
    /* border: 1px solid red; */
    margin: auto;
    background: #000000;
    background: -moz-linear-gradient(top, #017ebe 0%, #61a2dd 100%);
    background: -webkit-linear-gradient(top, #017ebe 0%, #61a2dd 100%);
    background: linear-gradient(to bottom, #017ebe 0%, #61a2dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f4f99', endColorstr='#5c68ed', GradientType=0);
}

.content-lk-cotainer {
    width: 960px;
    margin: auto;
    display: flex;
    border: 1px solid #5364e40d;
    margin-top: 18px;
    border-top: none;
}

.lk-left-site > ul {

}

.lk-left-site > ul > li {
    font-family: Calibri;
    font-size: 18px;
}

.lk-left-site {
    width: 52%;
    /* height: 500px; */
    /* padding-right: 10px; */
    display: inline-block;
    position: relative;
     top: -14px;
    margin-left: 53px;
}

.lk-left-site > p {
    font-family: Calibri;
    padding-left: 10px;
    font-size: 18px;
}

.divider-main-form{
    width: 97%;
    height: 138px;
    /* border: 1px solid red; */
    position: relative;
    /* background-color: #492e2e38; */
    margin-top: 34x;
    position: relative;
    top: 33px;
    margin: auto;
}
.divider-main-form > p{
    color: #072126;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    font-family: Calibri;
    font-style: italic;
}

.news_container {
    width: 42%;
    /* height: 400px; */
    display: inline-block;
    float: right;
    position: relative;
    top: 8px;
}

.news_one {
    background-color: #e0e0e0;
    height: 436px;
    border-radius: 6px;
}

.news-header {
    position: relative;
    font-size: 18px;
    /* font-family: second; */
    font-weight: 800;
    padding-top: 13px;
    padding-left: 6px;
    font-family: Calibri;
}

.news-content-text {
    /* background-color: #e0e0e0; */
    position: relative;
    font-size: 16px;
    font-family: Calibri;
    /* font-weight: 800; */
    padding-top: 13px;
    padding-left: 6px;
}

.news-title {
    position: relative;
    font-family: Calibri;
}

.lk-header-text {
    /* text-align: center; */
    font-weight: bold;
    font-size: 30px !important;
    font-weight: 600;
    font-family: Calibri;
}

.lk-header-text-info {

}

.body-img-content {
    background: url(/images/back_image.jpg) no-repeat center center fixed;
    background-size: cover;
    transition: opacity 0.4s ease 0s;
    height: 942px;
}


.name_of_company {
    /* display: block; */
    font-size: 16px;
    font-family: Calibri;
    /* font-weight: 600; */
    padding-left: 10px;
    /* background-color: red; */
    /* width: 126px; */
    /* border: 1px solid red; */
    position: relative;
    top: 15px;
    width: 366px;
    color: white;
    /* border: 1px solid red; */
}

.address-of-company {
    display: block;
    padding-left: 12px;
    font-size: 14px;
    position: relative;
    top: -35px;
    /* width: 202px; */
    width: 285px;
    font-family: Calibri;
    color: white;
    /* border: 1px solid red; */
}

.menu-for-footer {
    /* border: 1px solid red; */
    width: 632px;
    padding-left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 15px;
    /* text-align: center; */
    float: right;
    display: block;
}

.menu-for-footer > ul {
    padding: 0;
    padding-right: 12px;
}

.menu-for-footer > ul > li {
    margin: 2px;
    color: white;
}

.proposal-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-left: 51px;
    margin-top: 9px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.site-header-enter .user-info {
    margin-top: 10px;
    padding: 0 10px;
}

.site-header-enter .social-links {
    text-align: center;
    position: relative;
    top: 10px;
    left: 25px;
}

.mobile-menu .close-menu span > i {
    margin-right: 5px;
    vertical-align: baseline;
}

.site-header-enter .user-info {
    margin-top: 10px;
    padding: 0 10px;
}

.site-header-enter .user-info .top {
    display: flex;
    padding-bottom: 5px;
    align-items: center;
    justify-content: space-between;
}

.site-header-enter .user-info .bottom {
    color: #4787ff;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    align-items: center;
}

.site-header-enter .user-info .user-about {
    display: flex;
    align-items: center;
    width: 75%;
    text-decoration: none;
}

.site-header-enter .user-info .user-about .user-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    margin-right: 15px;
}

.site-header-enter .user-info .user-about .username {
    color: #4787ff;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header-enter .user-info .log-out, .site-header-enter .user-info .log-out a {
    font-size: 20px;
    color: #5a6b75;
    position: relative;
    text-decoration: none;
    right: 20px;
}

.site-header-enter .user-info .bottom .add-balance {
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px;
}

.site-header-enter .user-info .bottom .add-balance > i {
    background-image: linear-gradient(to left, rgb(105, 231, 85) 10%, rgb(0, 161, 91));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.site-header-enter .user-info .bottom .balance > i, .site-header-enter .user-info .bottom .add-balance > i {
    background-image: linear-gradient(to left, rgb(105, 231, 85) 10%, rgb(0, 161, 91));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-drop-down {
    background-color: #4598e4;
    color: white;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0px !important;
    border-radius: 7px;
    font-size: 5px;
    border: none;
    cursor: pointer;
}

.index-user-image {
    width: 17px;
    position: relative;
    height: 12px;
    top: -6px;
    left: -4px;
}

.index-hidden-xs {
    font-family: second;
    font-size: 14px;
    position: relative;
    /* position: absolute; */
    top: -5px;
}

.index-dropdown-content {

}

.lang-index {

}

.header-main {
    width: 100%;
    height: 68px;
    border-bottom: 1px solid rgba(255,255,255,0.17);
    background-color: rgba(24, 24, 24, 0);
    position: fixed;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    display: block;
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 10;
}

.dropdown {
    position: relative;
    display: inline-block;
    top: 11px;
    right: -17px;
}

.dropbtn {
    /* background-color: #4598e4; */
    color: white;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 10px;
    padding-bottom: 9px;
    border-radius: 7px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    display: inline-block;
    /* background: #4297e5; */
    background: -moz-linear-gradient(top, #4297e5 0%, #61a2dd 100%);
    /* background: -webkit-linear-gradient(top, #4297e5 0%, #61a2dd 100%); */
    /* background: linear-gradient(to bottom, #4297e5 0%, #61a2dd 100%); */
    min-width: 58px;
}

.dropdown {
    position: relative;
    display: inline-block;
    top: 11px;
    right: 13px;
}

.dropdown-content {
    display: block;
    position: absolute;
    right: 0;
    background-color: #f9f9f954;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    min-width: 58px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    position: relative;
    left: 11px;
}

.dropdown:hover .dropdown-content {
    max-height: 96px;
}

.dropdown-content, .dropdown-content a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: transform;
}

.dropdown:hover .dropbtn {
    color: #cccaca;
    /* background: linear-gradient(to bottom, #2d8ade00 0%, #7197b9 100%); */
    text-decoration: none;
}

.site-user-panel-info {
    /* background: #eeeeee; */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); */
    /* background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    height: 60px;
    border-radius: 6px;
    position: relative;
    top: 4px;
    width: 241px;
    float: right;
    /* box-shadow: 0 0 18px rgb(42, 42, 42); */
}

.site-lang-div {
    position: relative;
}

.site-lang-div:hover {
    background-color: #c1c0c087;
}

.new-container-main-form {
    width: 1250px;
    height: 50px;
    position: relative;
    top: 334px;
    margin: auto;
    font-size: 60px;
    color: white;
    height: 302px;
    text-align: center;
    padding-bottom: 16px;
}

.main-text-main-form-imcon {

}

.custom-bold {
    font-weight: 600;
}

.main-text-main-form {
    font-weight: 600;
}

.logo-route-index {

}

.main-index {

}

.btn-open-info {

}

.active-header {
    background-color: rgba(24, 24, 24, 0.96);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.for-dark {

}

.for-dark-full {
    background-color: rgba(24, 24, 24, 0.76);
    height: 943px;
}

.scroll-down {
    position: absolute;
    bottom: -73%;
    left: calc(50% - 24px);
    cursor: pointer;
    font-size: 48px;
    border: 2px solid rgba(255,255,255,.7);
    fill: rgba(255,255,255,.7);
    border-radius: 50%;
    -webkit-transition: .2s transform;
    transition: .2s transform;
}
.scroll-down:hover {
    border-color: #fff;
    fill: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.icon {
    fill: #cdcdcd;
    height: 1em;
    width: 1em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.icon, .icon-circle {
    display: inline-block;
}

.icon-arrow_down {

}
.start-growing{

}
.section{
    color: rgba(0,0,0,.87);
    padding: 0 20px;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 0;
    font-weight: 400;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.start-growing .section {
    border-bottom: 1px solid #e0e0e0;
    padding: 21px 20px;
}
.section--table{
    /* display: table; */
    margin: 69px auto;
    display: flex;
}
.section--table{
    /* display: table; */
    margin: 69px auto;
    display: flex;
}
.symbol-scope{
    font-size: 124px;
    position: absolute;
    left: -69px;
    top: -70px;
    color: black;
    font-family: second;
    /* font-style: initial; */
}
.symbol-scope2{
    font-size: 124px;
    position: absolute;
    right: -45px;
    top: -67px;
    color: black;
    font-family: second;
}
.section--table .section__text {
    vertical-align: top;
}
table .section__text {
    display: table-cell;
}
.section .section__text {
    font-size: 18px;
    text-align: left;
    font-family: Calibri;
}
.section .section__text {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.start-growing .section .section__image {
    padding: 12px 50px;
    display: inline-block;
    opacity: 0.9;
}
.section--table .section__image {
    vertical-align: middle;
}
table .section__text {
    display: table-cell;
}
.section .section__image {
    text-align: center;
    width: 50%;
}
.section .section__text {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.start-growing .section .section__list, .modal-content {
    text-align: center;
}
.section .section__list {
    clear: both;
    font-size: 16px;
    margin-top: 51px;
}
.start-growing .section .section__list h3 {
    font-size: 22px;
}
.start-growing .section .section__list ul {
    margin: 56px 0;
}
.section .section__list ul {
    display: table;
    margin: 20px 0;
    counter-reset: li;
    list-style-type: none;
}
.general-container ul {
    /* font-size: 16px; */
    /* line-height: 24px; */
    float: left;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
label, ul {
    font-size: 14px;
}
.section .section__list ul li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 33%;
    padding: 0 40px 0 75px;
    text-align: left;
    height: 75px;
    font-weight: 600;
    color: black;
}
.general-container ul li {
    padding-left: 10px;
    font-size: 18px;
    color: rgba(0,0,0,.87);
    font-family: Calibri;
}
.start-growing .section .section__list .btn {
    margin: 0 auto;
}
.section .section__image .image {
    max-width: 100%;
}
img {
    border-style: none;
}
.section .section__image {
    text-align: center;
    width: 50%;
}
.section .section__list ul li::before {
    content: counter(li);
    counter-increment: li;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #17a2b8;
    color: #444;
    text-align: center;
    line-height: 72px;
    position: absolute;
    left: -21px;
    top: -1px;
    margin: 0;
    color: white;
    font-size: 64px;
}
.title{
    font-size: 30px;
    font-family: Calibri;
    font-weight: 600;
    padding-bottom: 14px;

}

select#bank {
    width: 256px;
    margin: 5px;
    position: relative;
    height: 39px;
    border-radius: 3px;
    padding-left: 7px;
    outline: none;
    border: 1px solid #417dce80;
    font-size: 16px;
    font-family: Calibri;
}
