
a {
    text-decoration: none !important;
}
body{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    --Base: #735FE2;
    --Gray: #444;
    --White: #FFF;
    padding-top: 84px;
}
.content {
    width: 1200px;
    margin: 0 auto;
    display: block;
}
h1 {
    color: var(--Gray, #444);
    font-size: 64px;
    font-weight: 400;
    line-height: 125%;
}
p {
    color: var(--Gray, #444);
}
h2 {
    color: var(--Gray, #444);
    text-align: center;
    font-size: 48px;
    line-height: 150%;
    margin: 0;
    font-weight: 700;
}
h3 {
    color: var(--Gray, #444);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
:focus {
    outline: 0;
}
.top_menu {
    position: fixed;
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    border: 1px solid rgb(240, 240, 240);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    z-index: 10;
}
.top_menu .content {
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_menu li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 12px;
}
.nav_menu li a {
    padding: 12px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--Gray, #444);
    transition: .2s;
    position: relative;
}

.nav_menu li a:after {
    display: block;
    width: 00%;
    height: 2px;
    background: var(--Base, #735FE2);
    content:'';
    transition: .2s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 5px;
}

.nav_menu li.use a:after {
    display: none;
}

.nav_menu li a:hover:after {
    width: 50%;
}

.nav_menu li a:hover {
    color: var(--Base, #735FE2);
}
.nav_menu ul {
    padding: 0;
    margin: 0;
    float: left;
    /* margin-top: -30px; */
}
.nav_menu li.use a{
    animation: none;
    font-weight: bold;
    color: var(--Base, #735FE2);
    cursor: default;
}
.lang_a {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/lang_icons.jpeg) no-repeat;
    background-size: auto 100%;
    border-radius: 50%;
}

.lang_change {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    padding: 10px 0px 10px 10px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0);
    transition: 0.5s;
    top: 15px;
}

.lang_change:hover {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.lang_change:hover img {
    transform: rotate(90deg);
}

.lang_change:hover .lang_more {
    max-height: 100px;
}

.land_active {
    display: flex;
    align-items: center;
}

.lang_more {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}

.land_active img {
    width: 8px;
    height: 8px;
    margin: 13px;
    transition: .5s;
}
.lang_a.ru{ 
    background-position: 100%;
}

.lang_more .lang_a {
    margin-top: 7px;
    opacity:1;
    transition:.2s;
}
.lang_more .lang_a:hover {
    opacity:0.8;
}
.lang_change_box {
    width: 74px;
    height: 100%;
    float: right;
}
.box_01 {
    height: 925px;
    background: url('../img/bg_01.jpeg') no-repeat;
    background-position-x: center;
    background-size: auto 100%;
}

.box_01 h1 {
    font-size: 64px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}
.head_box {
    display: flex;
    flex-direction: column;
}

.head_list p {
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    padding-left: 48px;
}

.head_list p:after {
    position: absolute;
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    left: 0;
    top: -5px;
    background: url('../img/check.svg') no-repeat;
}

.head_list {
    margin: 41px 0;
}

.head_list p:last-child {
    margin: 0;
}

.box_01 .content {
    display: flex;
    align-items: center;
    height: 100%;
}
.main_butt {
    border-radius: 70px;
    background: var(--Base, #735FE2);
    width: 270px;
    display: block;
    text-align: center;
    color: #fff !important;
    padding: 12px 0px;
    transition: 0.2s;
}

.main_butt:hover {
    background: #9071ee;
}
.mid_box {
    border-radius: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    position: relative;
}

.mid_box .l {
    width: 39%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.mid_box img {
    width: 100%;
}

.mid_box .r {
    width: 61%;
    padding: 0 50px;
    height: 100%;
}
.box_02 {
    margin-top: -40px;
}
.a_line {
    position: absolute;
    bottom: -12px;
    width: 61%;
    right: 0;
    padding: 0 50px;
    z-index: 1;
}

.a_line a {
    float: right;
}
.mid_box:after {
    position: absolute;
    content: '';
    border-radius: 20px;
    filter: blur(6px);
    background: rgb(255, 255, 255);
    width: 100%;
    height: 86px;
    bottom: -40px;
    right: 0;
}
.a_line:after {
    position: absolute;
    content: '';
    width: 72%;
    height: 1px;
    background: #E0E0E0;
    bottom: 12px;
}
.box_02 h2 {
    text-align: left;
}
.title {
    padding: 115px 0;
}
.serv_item {
    width: 22%;
    margin-bottom: 30px;
    margin-right: 4%;
}

.serv_item:nth-child(4n) {
    margin-right: 0;
}

.serv_item .p_bold {
    margin-bottom: 6px;
    font-weight: bold;
}

.serv_item img {
    max-width: 100%;
    margin-bottom: 17px;
    transition: 0.2s;
}

.serv_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.content_button {
    padding: 65px 0 125px;
    display: flex;
    justify-content: center;
}
.box_03 {
    background: url(../img/bg_03.jpeg) no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
}
.markets_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 158px;
    text-align: center;
    justify-content: flex-start;
}

.markets_box {
    display: flex;
    justify-content: space-between;
}

.markets_item img {
    min-height: 63px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    transition: .2s;
}
.markets_item:hover img {
    top:-10px;
}
.box_04 {
    padding-bottom: 120px;
    background: url(../img/bg_04.jpeg) no-repeat;
    background-position-x: 100%;
    background-position-y: 0%;
}
.footer {
    height: 300px;
    background: url(../img/bg_01.jpeg) no-repeat;
    background-position-x: 15%;
    background-size: auto auto;
}

.footer .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer p {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 90px;
    line-height: 120%;
}
.footer_box {
    border-radius: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.footer_box h2 {
    text-align: left;
    line-height: 120%;
    margin-bottom: 20px;
}

.footer_box .r {
    padding: 0 50px;
}

.footer_box p {
    margin-bottom: 20px;
}

.box_footer {
    margin-bottom: -90px;
}
.box_our_services {
    height: 595px;
    background: url('../img/bg_our_services.jpeg') no-repeat;
    background-position-x: center;
    background-size: auto 100%;
}
.title.title_box {
    border-radius: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    padding: 20px;
    display: flex;
    margin: -67px auto 115px;
    flex-direction: column;
    width: 50%;
}
.serv_page {
    padding-bottom: 180px;
}
a{
    color: #735FE2;
}
.we_will {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 180px 0 0;
}
.we_will h2 {
    text-align: left;
    line-height: 120%;
}

.we_will p {
    margin-top: 34px;
}
.box_contact_us{
    height: 373px;
    background: url('../img/bg_contact_us.jpeg') no-repeat;
    background-position-x: center;
    background-size: auto 100%;
}
.cont_main {
    display: flex;
    padding-bottom: 200px;
    justify-content: flex-start;
    align-items: center;
}

.cont_info {
    margin-left: 98px;
}

.cont_info .item {
    display: flex;
    padding: 31px 0;
}

.cont_info .item p {
    margin: 0;
}

.cont_info .item img {
    margin-right: 30px;
}
.mini_footer .footer{
    height: 215px;
}
.mini_footer .footer p{
    margin-top: 0;
}

.mob_menu svg {
    width: 29px;
}
.mob_menu svg path {
    fill: #5b95ed;
}

.top_menu.active {
    height: 100%;
    background: rgb(255 255 255 / 100%);
}

.active .nav_menu {
    display: block;
}

.mob_menu span {
    width: 30px;
    margin: 6px;
    display: block;
    background: var(--Base, #735FE2);
    height: 3px;
    transition: all .2s;
    transition-timing-function: ease-in-out;
}
.mob_box:hover .mob_menu span:nth-last-child(3) {
    transform-origin: left top;
    transform: rotate(45deg) translate(2px, -3px);
}
.mob_box:hover .mob_menu span:nth-last-child(2) {
    transform: scale(0);
}
.mob_box:hover .mob_menu span:nth-last-child(1) {
    transform-origin: left top;
    transform: rotate(-45deg) translate(-1px, 3px);
}

.mob_menu {
    display: none;
}
.mob_logo {
    display: none;
}

.mob_box {
    width: 100%;
}

.nav_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cont_img {
    max-width: 500px;
}
.none{
    display: none !important;
}
.top_button .main_butt {
    width: 150px;
    float: right;
    cursor: pointer;
}
.form_item.button .main_butt {
    border: none;
    margin: 0 auto;
}

.form_item {
    margin-bottom: 20px;
}

.form_item:last-child {
    margin-bottom: 0;
}

.form_item .text {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
    border-radius: 26px;
}
button.btn-close {
    position: relative;
}
button.btn-close {
    position: absolute;
    right: 20px;
}
.header_form h2 {
    margin: 30px 0;
}
.modalx_form {
    padding: 20px;
}
.form_item textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 200px;
    min-height: 100px;
}
.form_info_message {
    position: absolute;
    width: 100%;
    bottom: 70px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    cursor: default;
    left: 0;
}
.form_info_message  span {
    display: table;
    margin: 0 auto;
    padding: 10px 24px;
    background: #fff;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.form_info_message.active {
    opacity: 1;
    bottom: 60px;
    visibility: visible;
}
form#modalx_form {
    position: relative;
}
.serv_item:hover img {
    transform: scale(0.95);
}