.footer_column_logo {
    margin-right: 54px;
}

.mobileMenuList__dropdown_violet-vio {
    background: linear-gradient(180deg, #553BA8 0%, #E333ED 100%);
    border: none;
    font-weight: 700;
}

.header_white .header__logo_image_default {
    background-image: url('img/logo-blue.svg')!important;
}

.main_figure_bg {
    width: auto;
}

.article_page p {
    margin-bottom: 0;
}

.text_block p {
    margin-bottom: 24px;
}

.article_container {
    color: #021C3C;
}

strong, b {
    font-family: 'ProximaNovaBold';
}

.margin-top-40 {
    margin-top: 40px;
}

.form_button .form_submiter {
    opacity: 1;
}

.form_button .form_submiter.disabled,
.popup_form_btn .form_submiter.disabled{
    opacity: 0.6;
}

.form_button .form_submiter.disabled:hover {
    opacity: 0.6;
}

.drop-down-lang {
    list-style: none;
    width: 60px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    height: 40px;
}

.drop-down-lang.closed {
    height: 40px;
    overflow: hidden;
}

.drop-down-lang .header_dark .header_info_link {
    padding-left: 23px;
}

.drop-down-lang li a {
    text-align: left;
    display: block;
    color: #ecf0f1;
    text-decoration: none;
    padding: 9px;
    cursor: pointer;
}

.drop-down-lang .header__menu_link_dropdown::after {
    right: 5px;
    top: 9px;
}

.drop-down-lang li.active .header__menu_link_dropdown:after {
    transform: rotate(180deg);
}

.header.header_dark .drop-down-lang li {
    background: #021C3C;
    z-index: 10000 !important;
}

.header.header_white_blur li {
    background: transparent;
    z-index: 10000 !important;
}

.header.header_white_blur .drop-down-lang li {
    background: rgba(255,255,255,0.8) !important;
    backdrop-filter: blur(5px);
}

.header.header_white_blur .drop-down-lang .lang-first-link {
    background: transparent !important;
    backdrop-filter: unset;
}

.header.header_colorized  li {
    background: transparent !important;
    backdrop-filter: unset !important;
}

.header.header_colorized .drop-down-lang .lang-first-link {
    background: transparent !important;
    backdrop-filter: unset;
}

.header.header_colorized .drop-down-lang li {
    background: rgba(255,255,255,0.8) !important;
    backdrop-filter: blur(5px);
}

.drop-down-lang .lang-first-link a {
    padding: 9px 9px 27px;
}

.header.header_colorized li {
    background: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 10000 !important;
}

.reset_from_dev,
.reset_from_dev:hover {
    display: none;
    position: relative;
    z-index: 10000000;
    cursor: pointer;
    opacity: 1!important;
}

.success .reset_from_dev,
.success .reset_from_dev:hover {
    display: inline-block;
}

.form_container_dev.success form {
    display: none;
}

.success_text,
.error_text {
    display: none;
}

.form_container_dev.success .success_text {
    display: block;
}

.form_container_dev.success .main_text {
    display: none;
}

.main_text-content {
    position: relative;
    z-index: 12;
}

.form_submiter.btn_orange,
.reset_from_dev.btn_orange{
    background: linear-gradient(180deg, #FFF500 -52.08%, #FF000F 207.29%);
    box-shadow: 0px 16px 32px rgba(241, 110, 21, 0.2);
}

.disabled.form_submiter.btn_orange:hover,
.disabled.form_submiter.btn_orange{
    background: linear-gradient(180deg, #FFCF00 -52.08%, #FF0088 207.29%);
    box-shadow: 0px 16px 32px rgba(241, 110, 21, 0.2);
    color: #FFFFFF;
}

.form_submiter.disabled.btn_blue:hover,
.form_submiter.disabled.btn_blue {
    background: linear-gradient(180deg, #00DBE5 -0.55%, #8E67FF 163.03%);
    box-shadow: 0px 16px 32px rgba(227, 51, 237, 0.2);
    color: #FFFFFF;
}

.form_submiter.btn_blue,
.reset_from_dev.btn_blue {
    background: linear-gradient(180deg, #00F4FF -0.55%, #6B38FF 163.03%);
}

.form_submiter.disabled.btn_green:hover,
.form_submiter.disabled.btn_green {
    background: linear-gradient(180deg, #7EFB76 -112.5%, #00C2FF 272.92%);
    box-shadow: 0px 16px 32px rgba(0, 187, 153, 0.4);
    color: #FFFFFF;
}

.form_submiter.btn_green,
.reset_from_dev.btn_green {
    background: linear-gradient(180deg, #53FF48 -111.46%, #00E0FF 155.21%);
    box-shadow: 0px 16px 32px rgba(0, 187, 153, 0.4);
}

.contacts-map {
    border-radius: 35px;
    width: 100%;
    height: 289px;
}

.company__animations {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.company__content:first-child {
    margin-top: 71px;
}

.company__title {
    font-size: 32px;
    color: #021C3C;
    font-weight: 700;
    font-family: 'ProximaNovaBold';
    line-height: 40px;
    margin-bottom: 16px;
}

.company__text {
    color: #757B8A;
    font-size: 22px;
    line-height: 32px;
    font-family: 'ProximaNovaRegular';
}

.company__content-bg {
    margin: 56px -104px;
    padding: 60px 104px;
    border-radius: 58px;
    background: #F5F3FF;
}

.company__title_center {
    text-align: center;
}

.company__text_center {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 70%;
    margin: 0 auto;
}

.company__list {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 40px 80px;
}

.company__item {
    text-align: center;
    display: grid;
    align-self: start;
}

.company__item-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #021C3C;
    margin-bottom: 8px!important;
}

.company__item-text {
    color: #757B8A;
}

.cube_big_company {
    position: absolute;
    top: 103px;
    right: 14%;
    z-index: 9;
    animation: 5s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate-reverse cube_big_home;
}

.cube_blur_company {
    position: absolute;
    left: 43px;
    top: 333px;
    z-index: 1;
    animation: 5s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate-reverse cube_blur_left_home;
}

.cube_one_company {
    position: absolute;
    bottom: 0;
    left: 550px;
    z-index: 1;
}

.cube_two_company {
    position: absolute;
    right: 0px;
    top: 109px;
    z-index: 1;
}

.cube_three_company {
    position: absolute;
    left: 0;
    top: 270px;
    z-index: 1;
}

.cube_four_company {
    position: absolute;
    top: 0;
    z-index: 1;
}

.cube_one_form-company {
    position: absolute;
    top: -135px;
    left: -57px;
    z-index: 1;
    animation: 7s linear infinite alternate-reverse safe_d_form_bg_blur3_anim;
}

.cube_two_form-company {
    position: absolute;
    right: 0px;
    top: 109px;
    z-index: 1;
    animation: 7s linear infinite alternate-reverse safe_d_form_bg_blur3_anim;
}

.cube_three_form-company {
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 1;
    animation: 7s linear infinite alternate-reverse safe_d_form_bg_blur3_anim;
}

.btn_company {
    background: linear-gradient(0deg, #553BA8 -143.62%, #E333ED 100.13%);
    box-shadow: 0px 16px 32px rgb(227 51 237 / 20%);
    color: #fff;
}
.company_link-text {
    color: #fff;
}

.sitemap {
    position: relative;
}

.sitemap__title {
    font-size: 42px;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-align: left;
    max-width: 80%;
    margin: 0 auto 24px;
}

.sitemap__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    max-width: 80%;
    margin: 24px auto;
    min-height: 490px;
}

li.sitemap__item.sitemap__item_first {
    font-size: 24px;
    font-family: 'ProximaNovaBold';
}

a.sitemap__link {
    color: #757B8A;
}

.sitemap__item_first {
    color: #00DBE5;
}

.sitemap__item_first a {
    color: #00DBE5;
}

.contacts__item-schedule {
    margin-bottom: 32px;
}

.no_padding_bottom {
    padding-bottom: 0;
}

.page {
    min-height: 100vh;
}

.textarea.textarea-custom {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.textarea.textarea-custom::-webkit-input-placeholder {
    color: #fff;
}

.textarea.textarea-custom:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.textarea.textarea-custom::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

.textarea.textarea-custom:-ms-input-placeholder {
    color: #fff;
}

.partner_button {
    cursor: pointer;
}

.popup_form_item textarea, .form_item.form_field textarea {
    border: 1px solid;
}

#service_form_1.section_form_aqua .form_item.form_field textarea::placeholder, #service_form_1.section_form_orange .form_item.form_field textarea::placeholder, #service_form_1.section_form_green .form_item.form_field textarea::placeholder {
    opacity: 0.5;
}

#service_form_1 .form_field.form_field input, #service_form_1 .form_item.form_field textarea {
    border: 2px solid;
}

.page.error_page {
    margin-bottom: -25px;
}

.page.error_page {
    min-height: calc(100vh - 72px);
}

.headered_page {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.support_cms-moduli .page_content div.article_container:nth-child(3) {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.support_cms-moduli a.sp-button_link.button_link_img {
    height: 80px;
    padding: 21px;
    font-size: 22px;
    line-height: 32px;
    display: flex;
    padding: 24px 32px 24px 32px;
    background: #F5F5F5;
    color: #545454;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 32px;
    gap: 10px;
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: .3s;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.support_cms-moduli a.sp-button_link.button_link_img > img {
    height: 40px;
}

.support_cms-moduli a.sp-button_link.button_link_img > p {
    line-height: 40px;
    color: inherit;
    font-family: 'Roboto', sans-serif;
}

.support_cms-moduli a.sp-button_link.button_link_img:hover {
    background: #D6D6D6;
    color: #000000;
}

.support_cms-moduli .page_content div.article_container .row > div {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    row-gap: 16px;
    flex-wrap: wrap;
}

.support_cms-modules .page_content div.article_container:nth-child(3) {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.support_cms-modules a.sp-button_link.button_link_img {
    height: 80px;
    padding: 21px;
    font-size: 22px;
    line-height: 32px;
    display: flex;
    padding: 24px 32px 24px 32px;
    background: #F5F5F5;
    color: #545454;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 32px;
    gap: 10px;
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: .3s;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.support_cms-modules a.sp-button_link.button_link_img > img {
    height: 40px;
}

.support_cms-modules a.sp-button_link.button_link_img > p {
    line-height: 40px;
    color: inherit;
    font-family: 'Roboto', sans-serif;
}

.support_cms-modules a.sp-button_link.button_link_img:hover {
    background: #D6D6D6;
    color: #000000;
}

.support_cms-modules .page_content div.article_container .row > div {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    row-gap: 16px;
    flex-wrap: wrap;
}

.popup_content {
    justify-content: center;
}

.nav-button-lang.mob-block-wrap {
    display: none;
}

.methodsTable__title {
    height: 140px;
    display: flex;
    align-items: baseline;
}

.lawer_help_cards .slick-slide {
    height: auto;
}

@media only screen and (max-width: 1279px) {
    .footer_column_logo {
        margin-right: 16px;
    }
    .header_sign_in, .header_phone {
        margin-left: 10px;
    }
    .header__logo {
        margin-right: 25px;
    }
    .header__menu_item {
        margin-right: 25px;
    }
    .methodsTable__title {
        height: 240px;
    }
}

@media (max-width: 1100px) {
    .header__logo {
        margin-right: 15px;
    }
    .header_sign_in, .header_phone {
        margin-left: 0;
    }
    .drop-down-lang {
        width: 49px;
    }
    .drop-down-lang .header__menu_link_dropdown::after {
        right: 0;
    }
    .drop-down-lang .lang-first-link a {
        padding: 9px 9px 30px;
    }
    .cube_blur_company {
        top: 152px;
    }
    .cube_one_company {
        display: none;
    }
    .cube_three_company {
        top: 152px;
    }
    .cube_four_company {
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .cube_three_form-company {
        bottom: 0;
        right: -46px;
    }
    .cube_three_form-company img {
        width: 250px;
    }
    .cube_big_company img {
        width: 70%;
    }
    .cube_big_company {
        right: 0;
    }
    .headered_bg .background_cubes {
        overflow: hidden;
    }
    .headered_page_colorized_large {
        padding-top: 84px;
    }
    .headered_page_colorized {
        height: auto;
        min-height: 360px;
    }
    .headered_page_button {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .methodsTable__title {
        height: 140px;
    }
}

@media (max-width: 940px) {
    .company__list {
        grid-template-columns: 1fr 1fr;
    }
    .cube_blur_company {
        display: none;
    }
    .cube_big_company {
        top: 120px;
        right: 8%;
    }
}

@media (max-width: 850px) {
    .nav-button-lang {
        display: none;
    }
    .nav-button-lang.mob-block-wrap {
        display: block;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .drop-down-lang {
        display: none;
    }
    .mobileMenu__lang {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 32px;
    }
    .mobileMenu__lang .mobileMenu__lang_link {
        margin-bottom: 15px;
    }
    .mobileMenu__lang .mobileMenu__lang_link:last-child {
        margin-bottom: 0;
    }
    .partners_container {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }
    .header_colorized .btn__toggle .btn__toggle_top, .header_white_blur .btn__toggle .btn__toggle_top {
        background-color: #021C3C !important;
    }
    .header_colorized .btn__toggle .btn__toggle_bottom, .header_white_blur .btn__toggle .btn__toggle_bottom {
        background-color: #00DBE5 !important;
    }
    .headered_page_button {
        padding-bottom: 0;
    }
    .blog_header .headered_page.headered_page_colorized.headered_page_colorized_large {
        height: auto;
    }
}

@media (max-width: 750px) {
    .cube_big_company {
        top: 120px;
        right: -120px;
    }
    .cube_three_form-company {
        bottom: 84px;
        right: -5px;
    }
    .cube_three_form-company img {
        width: 150px;
    }
}

@media (max-width: 660px) {
    .cube_three_form-company {
        bottom: 130px;
    }
    .cube_three_form-company img {
        width: 100px;
    }
    .cube_one_form-company img {
        width: 300px;
    }
    .cube_one_form-company {
        top: -70px;
    }
}

@media all and (max-width: 600px){
    .popup_content_description {
        font-size: 12px;
        line-height: 16px;
    }
    .popup_content_title {
        font-size: 20px!important;
    }
    .sitemap__content {
        grid-template-columns: 1fr 1fr;
    }
    .support_item:hover {
        border-bottom: 1px solid #E3E7EC;
        color: #021C3C;
    }
    .methodsTable__title {
        max-height: 235px;
    }
}

@media (max-width: 570px) {
    .company__list {
        grid-template-columns: 1fr;
    }
    .cube_three_form-company {
        bottom: 170px;
    }
}

@media only screen and (max-width: 520px) {
    .iconsButton_col {
        display: block;
    }
    .table {
        padding-bottom: 10px;
    }
    .table_col {
        border-bottom: 1px solid #E3E7EC;
    }
    .tableBody__row,
    .tableHead {
        border-bottom: none;
    }
}

@media (max-width: 434px) {
    .cube_three_form-company {
        bottom: 200px;
    }
}

@media all and (max-width: 410px){
    .sitemap__content {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 410px){
    .methodsTable__title {
        height: 240px;
    }
}