@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/sf-ui-display/subset-SFUIDisplay-Regular.eot');
    src: local('SF UI Display Regular'), local('SFUIDisplay-Regular'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Regular.woff2') format('woff2'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Regular.woff') format('woff'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/sf-ui-display/subset-SFUIDisplay-Bold.eot');
    src: local('SF UI Display Bold'), local('SFUIDisplay-Bold'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Bold.woff2') format('woff2'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Bold.woff') format('woff'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/sf-ui-display/subset-SFUIDisplay-Medium.eot');
    src: local('SF UI Display Medium'), local('SFUIDisplay-Medium'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Medium.woff2') format('woff2'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Medium.woff') format('woff'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/sf-ui-display/subset-SFUIDisplay-Heavy.eot');
    src: local('SF UI Display Heavy'), local('SFUIDisplay-Heavy'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Heavy.woff2') format('woff2'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Heavy.woff') format('woff'),
    url('../fonts/sf-ui-display/subset-SFUIDisplay-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th, div {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --main-text-color: #2A3138;
    --white-text-color: white;
    --acient-color: #0071C1;
}

/* reset */
html, body {
    min-height: 100%;
    height: auto !important;
    color: black;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

.price-cut {
    white-space: nowrap;
}

body {
    font: 16px 'SF UI Display', 'Helvetica', sans-serif;
    position: relative;
    line-height: normal;
}

input {
    font-family: 'SF UI Display', 'Helvetica', sans-serif;
}

img {
    border: 0;
}

#layout {
    overflow: hidden !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-hidden-x {
    overflow-x: hidden !important;
}
.overflow-auto-y {
    overflow-y: auto !important;
}

h1, h2, h3, h3 a {
    color: #3d4a52;
}

.person a, .person a:visited, .footer-inner a {
    color: #999999;
}

.contact-person .person a, .pseudo-link {
    color: #3D5979;
}

.gr, h2 a, .gr a, .path-navigation, .gr {
    color: #185c72;
}

h2 a:hover, h3.gr a:hover, a:hover, h3 a:hover, h4 a:hover, .person a:hover, .pseudo-link:hover {
    color: #009994;
}

.gr a:hover, .gr a:hover .gr-letter {
    color: #009994 !important;
}

a .gr-letter {
    text-decoration: underline;
}

.content:after {
    content: '';
    display: block;
    height: 0;
    clear: left;
}

h2 .icon {
    background-image: url('../i/header-icons-big.gif');
}

h3 .icon {
    background-image: url('../i/header-icons-small.gif');
}

p.logo {
    background: url('../i/artlebedev-bkg.gif') left top no-repeat;
}

.menu a {
    color: #3d4a52;
}

.menu a:hover {
    color: #828c93 !important;
}

a {
    color: #3d5979;
}

a:visited {
    color: #862b86;
}

a:hover {
    color: #009994;
}

b.selected {
    font-weight: normal;
}

a.link-color-default {
    color: #006CBB;
}
a.link-color-default:hover {
    color: #006CBB;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0.5em 0 0.25em 0;
    line-height: 1.2;
}

.gr ins {
    text-decoration: none;
}

/* Text styles */
.no-underline {
    text-decoration: none;
}

/* Fonts sizes */

.font-sm {
    font-size: 12px;
}

.font-default {
    font-size: 14px;
}

.font-default-i {
    font-size: 14px !important;
}

.font-md {
    font-size: 18px;
}

.font-md-i {
    font-size: 18px !important;
}

.font-lg {
    font-size: 24px;
}
.font-lg-i {
    font-size: 24px !important;
}

.font-slg {
    font-size: 28px !important;
}

@media (max-width:375px) {
    .font-lg__md {
        font-size: 20px;
    }
    .font-lg__md-i {
        font-size: 20px !important;
    }
}

.font-sxl {
    font-size: 20px !important;
}

@media(min-width:520px){
    .font-sxl {
        font-size: 28px !important;
    }
}


.font-xl {
    font-size: 36px;
}

@media (max-width:767px) {
    .font-xl__md {
        font-size: 28px;
    }
}

@media (max-width:375px) {
    .font-xl__sm {
        font-size: 22px;
    }
}

.font-xxl {
    font-size: 48px;
}

.font-black {
    font-weight: 900;
}

ins.gr-wrap {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0.7em;
    width: 100%;
}

.cover {
    position: relative;
}
.fit-contain {
    object-fit: contain !important;
}

.over-cover {
    position: absolute;
    z-index: 9;
    background: url('../i/d-t.gif');
    cursor: pointer;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    padding-top: 0;
}

h2.first, h3.first, .extra h3.first, .navigation h3.first, .teasers h3.first, h4.first, p.first {
    margin-top: 0;
}

h1 {
    margin-top: 0;
    font-size: 25px;
    color: #3d4a52;
}

h1.narrow {
    width: 63%;
}

h2 {
    font-size: 175%;
    line-height: 1.3;
    margin: 1em 0 0.4em 0;
}

h3 {
    font-size: 130%;
    line-height: 1.1;
    margin: 30px 0 1em 0;
}

h4 {
    line-height: 1.2;
    margin-top: 1.5em;
    font-size: 100%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

p {
    margin: 18px 0;
}

.c-acient {
    color:var(--acient-color) !important;
}
.c-primary {
    color:#2A3138 !important;
}
a.c-primary:hover {
    color:#A7BB00 !important;
}
a.c-primary_hover:hover {
    color:#006bbb !important;
}
.c-white {
    color:#ffffff !important;
}

.c-white_hover:hover {
    color:#ffffff !important;
}
.c-orange {
    color:#FA7D00 !important;
}
.c-gray {
    color: #999999 !important;
}

.bg-blue {
    background-color:#006bbb !important;
}

.bg-white {
    background-color:#ffffff !important;
}

.bg-primary {
    background-color:#2A3138 !important;
}

.bg-green {
    background-color:#A7BB00 !important;
}

.bg-green-hover:hover {
    color:#ffffff !important;
    background-color:#2A3138 !important;
}

.bg-green__icons .gsl-contacts__contact a {
    background-color:#A7BB00 !important;
}

.bg-orange {
    background-color:#FA7D00 !important;
}
.bg-orange__icons .gsl-contacts__contact a {
    background-color:#FA7D00 !important;
}

.bg-orange-cta-block form {
    background-color:#FA7D00 !important;
}

.bg-gray-light {
    background-color: #CDDADC !important;
}

ul, ol {
    margin: 0.75em 0 1em;
    list-style-position: outside;
}

ul {
    list-style-type: none;
}

li {
    margin-bottom: 0.7em;
}

.column-inner ul.data {
    margin-top: 0;
}

.menu ul {
    margin-top: 0;
    margin-bottom: 1.2em;
    font-size: 90%;
}

.menu ul ul {
    margin: 0.2em 0 0 1em;
    font-size: 13px;
}

.menu li {
    display: block;
    padding: 0.4em 0.6em;
    line-height: 1.53;
    margin-bottom: 0;
}

.menu li.hidden {
    display: none;
}

.menu li .views {
    color: #999;
    vertical-align: baseline;
    position: relative;
    top: 0;
    font-size: 12px;
    padding-left: 8px !important;
}

.menu li.selected {
    padding-left: 0.2em;
}

.menu li.selected div {
    position: relative;
}

.menu li.selected table {
    border: 0;
    border-collapse: collapse;
    position: relative;
}

.menu li.selected table td {
    padding: 0;
    vertical-align: top;
}

.menu li.selected table .cn_text {
    background: #c7c8c3;
    padding: 0.3em 0.4em 0.3em 0.4em;
}

.menu li.selected table .cn {
    height: 100%;
    overflow: hidden;
}

.menu li.selected table .cn img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 7px;
}

.menu li.selected b {
    font-weight: normal;
}

.menu li.selected .left_corner {
    left: -6px;
}


.teasers ul {
    margin-bottom: 2em;
    margin-left: 0;
}

.content ul {
    margin-left: 2rem;
}

ol.cdx-list li ul.cdx-list {
    list-style: disc;
    padding-left: 18px;
    margin: 20px 0;
}

.teasers ul {
    font-size: 90%;
}

ol li {
    background: none;
}

.teasers li {
    padding-left: 20px;
}

.content ul li {
    list-style: disc;
} 


.content ol li {
    list-style: auto;
}

.layout--a ul li {
    list-style: disc;
}
.spacer-editor {
    height: 25px;
}
.with_background_img {
    background: #cdd1e0;
    padding: 1rem;
}
.with_background_img img {
    background: #cdd1e0;
    max-width: 60%;
    margin: 0 auto;
    vertical-align: bottom;
    display: block;
}

.ui--headers-list ol li {
    list-style: none;
}

.white-list li {
    background: url('../i/white_dash.gif') 4px 0.7em no-repeat;
    padding-left: 20px;
    line-height: 1.4em;
    margin-bottom: 0;
    font-size: 90%;
    color: white;
}

.content ol {
    margin-left: 15px;
    margin-bottom: 1.2em;
}

.content ol li, .teasers ol li {
    background: none;
    padding-left: 7px;
}

.content ul.data {
    font-size: 90%;
}

.content ul.data li {
    margin-bottom: 0.75em;
}

.teasers ul.data {
    font-size: 75%;
}

.extra p, .teasers p, .teasers .events-list, .extra .events-list {
    font-size: 86%;
}

.extra .img, .teasers .img, .teasers .reference {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 1em;
}

.teasers .reference:nth-last-of-type(1) {
    margin-bottom: 10px;
}

.teasers .events-list span, .extra .events-list span {
    font-size: 105%;
    color: #999999;
}

.extra h3, .navigation h3 {
    margin-top: 1.5em;
}

.extra h4, .teasers h4 {
    font-size: 100%;
}

.extra p.event-description {
    font-size: 95%;
    margin-top: 0.2em;
    margin-bottom: 1em;
}

.hidden-block {
    opacity: 0;
    visibility: hidden;
}

.op-0 {
    opacity: 0;
}

.op-04 {
    opacity: 0.4;
}

.d-none {
    display: none;
}

.d-none-i {
    display: none !important;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-full {
    border-radius: 100px;
}

.border-radius-none {
    border-radius: 0 !important;
}

.rounded-tr-lg {
    border-radius: 0 15px 0 0;
}

/* ---------------------------------------------------------------- */
#layout {
    overflow-x: hidden;
    min-width: 950px;
    width: 100%;
    position: relative;
}

#layout-inner {
    position: relative;
    min-width: 950px;
    margin: 0 auto;
    margin-top: 110px;
    padding-bottom: 0;
}

#layout-inner.blank {
    max-width: 100%;
    padding-bottom: 0;
}


#footer {
    clear: both;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 4em;
    margin-top: 1.5em;
}

#footer .content-navigation {
    margin-top: 2.5em;
}

.footer-inner {
    margin-left: 21.5%;
    font-size: 63%;
    margin-right: 2%
}

.footer-inner p {
    color: #999999;
}

.media {
    color: #999;
    font-size: 1.1em;
    margin: 3em 0 3em 35px;
}

.media-contacts {
    margin: 0 0 0 0;
}

.media UL {
    display: inline;
}

.media UL LI {
    display: inline;
    margin-right: 10px;
}

.media UL LI A {
    text-decoration: none;
}

.media UL LI A {
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: .4
}

.media UL LI A:hover {
    opacity: .7;
    transition: opacity .15s ease-in-out;
}

.media UL LI A {
    background: url('../i/icon-facebook.svg') no-repeat
}

.media UL LI.lj A {
    background: url('../i/icon-livejournal.svg') no-repeat
}

.media UL LI.tw A {
    background: url('../i/icon-twitter.svg') no-repeat;
}

.media UL LI.yt A {
    background: url('../i/icon-youtube.svg') no-repeat;
}

.media UL LI.in A {
    background: url('../i/icon-instagram.svg') no-repeat;
}

.content-navigation a {
    margin-right: 16px;
    line-height: 2em;
    white-space: nowrap;
}

.content-navigation .nav-item,
.content-navigation .nav-item span {
    display: inline-block;
    position: relative;
}

.content-navigation .nav-item span {
    padding-top: 3px;
    padding-bottom: 3px;
}

.content-navigation .nav-item {
    margin-left: 5px;
    margin-right: 15px;
}

.content-navigation.counter .nav-item {
    margin-left: 5px;
    margin-right: 5px;
}

.content-navigation.counter sup.more {
    margin-right: 10px;
}

.content-navigation .nav-item span span {
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
    padding-right: 0;
    background: none;
}

.content-navigation .selected {
    background: url(../i/bg-selected-content.gif) no-repeat scroll 0 50%;
    margin-right: 15px;
    margin-left: -5px;
}

.content-navigation .selected span {
    background: url(../i/bg-selected-content.gif) no-repeat scroll 100% 50%;
    left: 10px;
    padding-right: 10px;
    margin-right: 0;
}

.content-navigation .selected span.pseudo-link {
    top: auto;
    cursor: auto;
    border: none;
    color: black;
}

.content-navigation .selected span.pseudo-link:hover {
    color: black;
}

.content-navigation .selected span.pseudo-link span {
    top: auto;
    cursor: text;
}

.nav-item .pseudo-link {
    top: -0.3em;
}

.nav-item .pseudo-link span {
    top: 0.3em;
}

.event-date .content-navigation a {
    margin-right: 0;
}

#footer .main-course {
    text-transform: uppercase;
    margin-bottom: 3em;
    color: #3d4a52;
}

#footer .main-course-inner {
    text-transform: uppercase;
    margin-bottom: 3em;
    color: #999999;
}

#footer .copyright {
    position: relative;
    margin-top: 0;
}

p.logo {
    margin-bottom: 1em;
}

.made-in p {
    margin-bottom: 0.5em;
}

#footer .extra p {
    font-size: 90%;
}

.path-navigation * {
    word-spacing: 0;
}

.navigation {
    width: 21.5%;
    font-size: 90%;
    float: left;
    clear: left;
}

.navigation-inner {
    margin: 0 9.3% 0 9.3%;
}

.navigation-inner-section {
    margin-top: 1em;
}

.navigation-inner .teasers {
    margin-top: 1.7em;
    padding-top: 1.7em;
    border-top: 1px solid #cccccc;
}

.menu {
    margin-bottom: 1.7em;
    position: relative;
    left: -0.6em;
}

.content {
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.content-inner {
    width: 100%;
}

.w-full {
    width: 100%;
}

.content h1 {
    margin-right: 35px;
    margin-bottom: 0.2em;
    color:black;
}

.content .main-inner h1 {
    margin-left: 0;
}

.navigation .content {
    padding: 0;
    border-top: 1px solid #a1a1a1;
    margin: 0;
}

.main {
    width: 77%;
    float: left;
    clear: both;
}

.main-wide {
    clear: both;
}

.main-wide .main-inner {
    margin-right: 0;
}

.main:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

.sidecolumn {
    display: block;
}

.extra:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

.column {
    width: 54.9%;
    float: left;
}

.extra {
    width: 23%;
    float: left;
}

.column .column-inner {
    margin-right: 18%;
}

.last .column-inner {
    margin-right: 0;
}

.columns {
    position: relative;
}

.columns:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

.main-inner table.columns th {
    vertical-align: bottom;
    padding-bottom: 10px;
}

.col2 .last {
    width: 45%;
}

.col3 .column {
    width: 35%;
}

table .column {
    float: none;
}

.col3 .last, .outer-block .sitemap .last {
    width: 29%;
}

.main-wide, .main, .extra, .columns {
    margin-bottom: 1.2em;
}

footer .button-small-decorated, footer .button-decorated {
    display: none;
}

.main-wide {
    padding-bottom: 1px;
}

.main-inner {
    margin-right: 50px;
}

.main-no-margin {
    margin-bottom: 0;
}

.main-no-margin-top {
    margin-top: 0 !important;
}

.hr-zero {
    border-top: 1px solid #cccccc;
    height: 0;
    font-size: 1px;
}

.clear {
    clear: both;
}

.why-choose-us {
    border-top: 6px solid #18a6de;
    border-bottom: 6px solid #18a6de;
    background-color: #f1f3f2;
    padding: 20px 20px 10px;
    background-image: url('../i/gsl-orn.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: inherit;
}

.why-choose-us h2 {
    margin-top: 0;
}

/* ----------------------------------------------------------------- */

#logo .uk .blue {
    color: #004fa0;
}

#logo .uk .purple {
    color: #851485;
}

#logo .uk .red {
    color: #b22f41;
}

#logo .cyprus .brown {
    color: #988149;
}

#logo .cyprus .blue {
    color: #439cae;
}

#logo .cyprus .yellow {
    color: #cebd4c;
}

#logo .bvi .green {
    color: #008035;
}

#logo .bvi .red {
    color: #cf242d;
}

#logo .bvi .blue {
    color: #00518d;
}

#logo .hongkong .red {
    color: #fd1b27;
}

#logo .hongkong .grey {
    color: #c8c8c8;
}

#logo .uae .red {
    color: #fd1b27;
}

#logo .uae .green {
    color: #008035;
}

#logo .uae .dark {
    color: #07090c;
}

#header .switcher {
    font-size: 70%;
    position: relative;
    margin: 0 2% 0 0;
}

#lang a,
#cities a {
    color: #999999;
}

#cities a {
    margin-right: 1.5em;
}

#cities {
    position: absolute;
    white-space: nowrap;
    right: 100%;
    top: 1em;
}

#site_switcher {
    position: absolute;
    z-index: 6;
    right: 100%;
    margin-right: 1em;
}

#site_switcher .reducer,
#site_switcher .dd-wrap {
    padding: 1em 20px 0 40px;
}

#site_switcher.open {
    background: #fff url('../i/dd-bg.png') repeat-x left bottom;
}

#site_switcher .reducer {
    margin-bottom: 1em;
}

#site_switcher .reducer a, #site_switcher .reducer b {
    display: block;
    position: relative;
    padding-right: 20px;
    white-space: nowrap;
    text-decoration: none;
}

#site_switcher .reducer a, #site_switcher .pseudo-link {
    color: #999999;
}

/*
#site_switcher .reducer a span, #site_switcher .reducer b span {
	color: black;
}*/
#site_switcher .reducer a span.icon {
    display: block;
    width: 9px;
    height: 6px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    background: url('../i/icons.gif') no-repeat 0 -99px;
}

#header .switcher .submenu {
    padding-bottom: 0.5em;
    width: 100%;
}

#header .switcher .submenu,
#header .switcher .sh-l,
#header .switcher .sh-r,
#header .switcher .sh-b {
    display: none;
    /*
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    */
}

#header .switcher .open .submenu,
#header .switcher .open .sh-l,
#header .switcher .open .sh-r,
#header .switcher .open .sh-b {
    display: block;
}

#header .switcher .open .reducer a span.icon {
    background-position: -9px -99px;
}

#header .switcher .sh-l,
#header .switcher .sh-r {
    position: absolute;
    bottom: -29px;
    left: -18px;
    width: 18px;
}

#header .switcher .sh-r {
    left: 100%;
}

#header .switcher img.sh-b {
    position: absolute;
    top: 100%;
    left: 0;
    height: 50px;
    width: 100%;
}

#header .switcher .submenu div.item {
    padding: 0 0 0.6em 0;
    font-size: 105%;
    line-height: 1.4em;
    position: relative;
}

#header .switcher .submenu div.space {
    padding-bottom: 1.6em;
}

#header .switcher .item span.icon {
    width: 14px;
    height: 14px;
    position: absolute;
    left: -20px;
    top: 0;
    background: url('../i/all-site-dotes.gif') no-repeat;
}

.switcher .group {
    background-position: 0 0;
}

.switcher .vacancies {
    background-position: -14px 0;
}

.switcher .offshore {
    background-position: -28px 0;
}

.switcher .audit {
    background-position: -42px 0;
}

.switcher .taxes {
    background-position: -56px 0;
}

.switcher .law {
    background-position: -70px 0;
}

.switcher .seminars,
.switcher .conferences {
    background-position: -84px 0;
}

.switcher .translations {
    background-position: -98px 0;
}

.switcher .uk {
    background-position: -112px 0;
}

.switcher .cyprus {
    background-position: -126px 0;
}

.switcher .bvi {
    background-position: -140px 0;
}

.switcher .russia {
    background-position: -154px 0;
}

.switcher .outer {
    background-position: -182px 0;
}

.switcher .family-office {
    background-position: -206px 0;
}

#lang {
    text-transform: uppercase;
    word-spacing: 0.5em;
    padding-top: 1em;
}

.content table {
    padding: 0;
    border-collapse: collapse;
    border: 0;
}

table.columns th {
    padding: 0 20px 0 0;
    border: 0;
    text-align: left;
}

table.columns td {
    /*padding: 0 45px 0 0; */
    padding: 0 35px 0 0;
    vertical-align: top;
}

table.columns td.last {
    padding-right: 0;
}

table.highlight td.last {
    padding-right: 10px;
}

table.data {
    position: relative;
    left: -10px;
}

table.data .heighter td {
    padding: 0;
    height: 10px;
    font-size: 1px;
}

table.data td {
    padding: 6px 8px 7px 10px;
    font-size: 90%;
    vertical-align: top;
    /*padding: 10px 8px 10px 10px;*/
}


table.data th {
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    font-size: 70%;
    color: #999;
    padding: 5px 8px 7px 10px;
}

table.data tr.top td.price {
    border-top: 1px solid #ccc !important;
    border-bottom: none;
    padding-top: 10px;
    vertical-align: top;
    text-align: left;
}

table.data tr.top td {
    border-top: 1px solid #ccc !important;
    font-size: 90%;
    text-align: center;
    color: #999;
}


table.data th.inside {
    border: none;
}

table .data-number {
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
}

table.data th.data-number {
    text-align: right;
}

.ages {
    margin-bottom: 1em;
}

.ages .data-number {
    padding: 5px 5px 5px 15px;
}

.ages td {
    padding: 5px 0 5px 0;
    font-size: 90%;
}

table.taxes-price {
    width: 100%;
}

table.taxes-price td {
    padding: 3px 0;
    font-size: 75%;
    color: #999999;
}

table.taxes-price td.data-number {
    padding: 3px 3px 3px 15px;
    font-size: 80%;
}

.extra .taxes-price {
    margin-bottom: 10px;
}

.extra .taxes-price td {
    color: black;
    font-size: 90%;
}

.empty {
    color: #999999;
}

.bank-name {
    width: 25%;
}

html :where(img) {
    height: auto;
    max-width: 100%;
}

html body :where(.corner img, .button-small-decorated img, .decorated ~ img, .control img, .button-decorated img) {
    max-width: none;
}

table .center,
table.data th.center,
table.data td.center {
    text-align: center;
}

table .quantity {
    padding-top: 2px !important;
}

table .quantity INPUT {
    width: 3em;
}


table.data .total td {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 15px;
    font-style: italic;
}

.order-sum {
    font-size: 150%;
    color: #3d4a52;
}

.order-sum .money {
    font-size: 70%;
    margin-left: 4px;
}

.extra .order-sum {
    display: inline-block;
    margin-top: 0.1em;
}

.total .order-sum {
    font-size: 140%;
    color: #3d4a52;
    font-style: normal;
    padding-left: 5px;
}

.total .order-sum .money {
    font-size: 70%;
    margin-left: 0;
}

.total .order-sum .money span.rur {
    position: absolute;
    left: 4px;
}

table.data td.with-number, .with-number {
    padding-left: 30px;
}

p.with-number {
    font-size: 90%;
    margin-top: 1em;
}

.with-number .number {
    position: absolute;
    width: 2.5em;
    left: -3.1em;
    text-align: right;
    font-size: 90%;
    color: #999999;
}

.message {
    font-size: 85%;
    color: #999999;
    /*
        display: inline-block;
        margin-top: 0.2em;
    */
}

.message a {
    color: #999999;
}

.before-button {
    margin-right: 15px;
    font-size: 75%;
}

.after-button {
    margin-left: 15px;
    font-size: 75%;
}

span.flag {
    position: relative;
    left: -40px;
    margin-right: -38px;
    text-decoration: none;
}


.event-title.banks_country > .flag > a > img {
    max-width: 70px;
    min-width: 70px;
    max-height: 50px;
    min-height: 50px;
    object-fit: cover;
}
.event-title.banks_country > h3 > a {
    color: #3d4a52 !important;
    text-decoration: none;
}


span.flag img {
    vertical-align: middle;
    background: url('../i/flag_bck.png') 0 0 no-repeat;
    padding: 1px 3px 3px 1px;
}

span.jurflag {
    position: relative;
    display: inline-block;
    width: 60px;
}

span.jurflag img {
    vertical-align: middle;
}

.events-list {
    margin: 1em 0 2.5em 0;
    padding: 0;
}
.events-list.webinar-list-all {
    background: none !important;
}
.webinar-list-all::after {
    content: "";
    width: 32.8%;
}

.webinar-list-all > .events-list__column {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 1rem;
    transition: 0.3s;
    animation-name: anim-item-opacity;
    animation-fill-mode: both;
    animation-duration: 1.2s;
    will-change: transform;
    margin-bottom: 0.6rem;

}
.webinar-list-all > .events-list__column:hover {
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
    transform: scale(0.98);
    color: #2A3138 !important;
}

.events-list > .events-list__column > li {
    list-style: none;
}

.events-list > .events-list__column > li > a > img  {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.events-list > .events-list__column > li a {
    text-decoration: none;
    color: #2A3138;
}
.events-list > .events-list__column > li > a > img {
    max-height: 225px;
    min-height: 225px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.events-list > .events-list__column > li > h3 {
    color: #2A3138;
    font-size: 18px;
    line-height: 1.2;
}


.events-list > .events-list__column > li > .authors > a {
    font-size: 14px;
}

.events-list > .events-list__column .date-webinar {
    display: block;
    margin-top: 1em;
    font-size: 14px;
    opacity: 0.5;
}

@media (min-width:620px) {
    .events-list > .events-list__column > li > a > img {
        max-height: 295px;
        min-height: 295px;
    }
}

@media (min-width:767px) {
    .events-list > .events-list__column > li > a > img {
        max-height: 225px;
        min-height: 225px;
    }
    .webinar-list-all > .events-list__column {
        width: 49.2%;
    }
}

@media (min-width:1050px) {
    .webinar-list-all > .events-list__column {
        width: 32.8%;
    }
}

@keyframes anim-item-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.events-list.page_about li {
    margin-bottom: 0 !important
}

.forum-list {
    margin-top: 1.2em;
}


.content .events-list {
    margin-bottom: 2.5em;
}


.content .main-wide .events-list {
    margin-right: 35px;
}


.events-list li {
    padding: 0;
    margin: 0 0 0.7em 0;
    list-style-type: none;
    background-image: none;
}

.offshore-jurist .event-title {
    font-size: 20px;
    color: #18a6de;
}

.offshore-jurist .event-description {

    color: #a69999;
}

.page_offices li {
    background: url('../i/dash.gif') 4px 0.7em no-repeat;
    padding-left: 20px;
    line-height: 1.4em;
    margin: 0;
    font-size: 0.8em;
}

.teasers .events-list li {
    margin-bottom: 1.5em;
}

h3.event-title {
    font-size: 100%;
    margin-top: 0;
    line-height: 1.4em;
    color: black;
    margin-bottom: 0;
    padding-bottom: 0.4em;
}

.events-list .with-icon {
    margin-left: 0;
}

.tags {
    margin: 0;
    font-size: 75%;
    position: relative;
    z-index: auto;
}

.tags-container .tags {
    font-size: 90%;
}

.all-tags {
    margin: 2em -8px 3.5em -8px;
    padding: 0 8px;
    border-top: 1px solid #999999;
}

.all-tags h4 {
    font-size: 90%;
    margin-top: 1.3em;
    margin-bottom: 0.9em;
}

.all-tags .tags-wrapper {
    width: 70%;
    float: left;
}

.all-tags .rating-wrapper {
    width: 150px;
    float: right;
}

.tags a, .tags span {
    color: #999999;
    margin-right: 14px;
    white-space: nowrap;
}

.expline {
    line-height: 1.4em;
    height: 1.4em;
    margin-bottom: 1em;
    overflow: hidden;
}

.expline_control_container {
    position: relative;
    max-height: 2.4em;
    padding: 0 2em 0 0;
}

.expline_control {
    position: absolute;
    right: 0;
    bottom: 1.1em;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
}

.expline_control .arr {
    width: 9px;
    height: 6px;
    margin: 0.4em 0 0 0.2em;
    background: url('../i/icons.gif') no-repeat 0 -99px;
}

.expanded_line,
.expanded_line .expline_control_container {
    height: auto;
    max-height: none;
    overflow: visible;
}

.expanded_line .expline_control {
    top: 0;
}

.expanded_line .expline_control .arr {
    background-position: -9px -99px;
}

.event-head a {
    color: #999999;
}

.download-pdf {
    text-decoration: none;
}

.event-head {
    position: relative;
    margin-top: 0;
    font-size: 75%;
    margin-bottom: 0.2em;
}

.event-head .btn-remove {
    position: absolute;
    top: -8px;
    right: -57px;
    width: 35px;
    height: 35px;
    background: url('../i/li-remove.gif') no-repeat 50% 50%;
    cursor: pointer;
}

.events-list .event-description {
    position: relative;
    overflow: hidden;
}

/*.main-wide .event-description, */ /*added by RadaR to fix faq- & persons- lists*/
.main-wide .tags {
    width: 75%;
}

.expand_table .tags {
    width: 130px;
}

.objects-list .tags {
    width: auto; /* added for Widget Objects List */
}

.events-list .with-shadow {
    height: 9.2em;
    overflow: hidden;
    position: relative;
}

.event-description img.shadow {
    width: 120%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.event-head span {
    color: #999999;
    margin-right: 8px;
}

.event-head.speakers span {
    color: #999999;
    margin-right: 0 !important;
}

.event-description, .actual-vacancy p.event-description {
    font-size: 90%;
    padding-bottom: 1px;
}

.event-description p,
p.event-description {
    margin-top: 0;
    position: relative;
    /* z-index: 2; */
}

.date {
    color: #999999;
}

/*
.event-head .type {
	margin-right: 4px;
}
*/

.event-head .themes {
    font-size: 1px;
    display: inline-block;
    margin-right: 4px;
}

.event-head .dot, .event-head .expert, h2 .themes .dot {
    /*padding-left: 14px;
        padding-top: 13px;*/
    background-image: url('../i/icons.gif');
    margin-right: 4px;
    height: 14px;
    width: 14px;
    position: relative;
    top: 2px;
    display: inline-block;
    padding-top: 0;
}

/*h2 .themes {
	line-height: 14px;
}
h2 .themes .dot {
	top: 0;
	margin-right: 0;
}*/
.event-head .offshore, .themes .dot.offshore {
    background-position: 0 -21px;
}

.event-head .audit, .themes .dot.audit {
    background-position: -18px -21px;
}

.event-head .taxes, .themes .dot.taxes {
    background-position: -36px -21px;
}

.event-head .law, .themes .dot.law {
    background-position: -54px -21px;
}

.event-head .it, .themes .dot.it {
    background: url('../i/all-site-dotes.gif') -168px 0;
}

.event-head .vacancies, .themes .dot.vacancies {
    background: url('../i/all-site-dotes.gif') -14px 0;
}

.event-head .conferences, .themes .dot.conferences {
    background: url('../i/all-site-dotes.gif') -84px 0;
}

.event-head .translations, .themes .dot.translations {
    background: url('../i/all-site-dotes.gif') -98px 0;
}

.event-head .expert {
    background-position: -71px -20px;
    margin-bottom: -1px;
    height: 17px;
    width: 17px;
}

.forum-list .rating,
.forum-list .comments {
    display: inline-block;
}

.event-head .hits-g span,
.event-head .hits-b span,
.event-head .comments span,
.event-head .rating span,
.forum-list .rating span,
.forum-list .comments span,
.more .rating span {
    background-image: url('../i/icons.gif');
    margin-right: 4px;
    font-size: 14px;
}

.event-head .statistics {
    white-space: nowrap;
}

.event-head .statistics span {
    white-space: nowrap;
    text-decoration: underline;
}

.event-head .hits-g span {
    background-position: 0 -36px;
    padding-left: 13px;
}

.event-head .hits-b span {
    background-position: -43px -36px;
    padding-left: 13px;
}

.event-head .comments span,
.forum-list .comments span {
    background-position: -13px -36px;
    padding-left: 13px;
}

.event-head .rating span,
.forum-list .rating span,
.more .rating span {
    background-position: -26px -36px;
    padding-left: 17px;
}

.forum-list .rating span,
.forum-list .comments span,
.more .rating span {
    margin-right: 4px;
}

.event-date {
    margin-bottom: 0.3em;
}

.event-date .elem {
    margin-right: 15px;
}

.event-date .themes {
    font-size: 1px;
    margin: 0 0 0 4px;
    line-height: 17px;
    display: inline-block;

}

.event-date .dot {
    padding-top: 0;
    background-image: url('../i/icons.gif');
    margin-right: 5px;
    position: relative;
    height: 20px;
    top: 2px;
    width: 20px;
    display: inline-block;
    line-height: 20px;
}


.event-date .offshore {
    background-position: 0 0;
}

.event-date .audit {
    background-position: -25px 0;
}

.event-date .taxes {
    background-position: -50px 0;
}

.event-date .law {
    background-position: -75px 0;
}


.sign-container {
    position: relative;
    display: inline-block;
    height: 1em;
}

.event-title .sign-container {
    width: 1.2em;
}

.show-details, .hide-details {
    background-image: url('../i/icons.gif');
    width: 17px;
    height: 17px;
    left: 5px;
    top: 1px;
    position: absolute;
    cursor: pointer;
}

.show-details {
    background-position: 0 -65px;
}

.hide-details {
    background-position: -17px -65px;
}

.show-tags, .hide-tags {
    padding-left: 9px;
    font-size: 6px;
    background-image: url('../i/icons.gif');
    margin-left: -4px;
}

.show-tags {
    background-position: 0 -99px;
}

.hide-tags {
    background-position: -9px -99px;
}

.sample {
    font-size: 90%;
    color: #999999;
    position: relative;
    top: -0.3em;
    margin-bottom: 0.3em;
}

.description {
    margin-top: 1em;
}

.panel {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    margin-top: 20px;
}

.panel .text {
    padding: 10px 0 5px 35px;
    width: 48%;
    position: relative;
    color: #fff;
}

.panel .text .stitle {
    font-size: 1.7em;
}

.panel .text .stitle2 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-top: 0.3em;
}

.panel .text .sdescr {
    margin-top: 1em;
}

.panel .text .sdescr SPAN {
    font-size: 0.8em;
}

.panel .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panel .search {
    padding-bottom: 5px;
}

.panel .description {
    margin-top: 0.8em;
}

.panel .search .text {
    padding-top: 15px;
    padding-bottom: 15px;
}

.panel .search .container-search td {
    border-collapse: separate;
}

.panel .search .search-form .container-input {
    width: 99%;
}

.panel .search .search-form .container-input div {
    position: relative;
    left: -8px;
}

.panel .search .search-form .container-input div div {
    padding-right: 0;
    padding-bottom: 4px;
    left: 0;
    width: 100%;
}

.panel .search .search-input {
    width: 100%;
}

.panel .search .container-search {
    width: 100%;
    border-collapse: separate;
}

.panel .search .container-submit {
}

.panel .search-form .checkbox {
    color: white;
    position: relative;
    margin-left: 21px;
    line-height: 1.2em;
    margin-bottom: 0;
    font-size: 79%;
    margin-top: 0.7em;
}

.panel .search-form .checkbox input {
    position: absolute;
    left: -22px;
    top: -0.15em;
}

.panel .ornament {
    position: relative;
}

.panel .pictures {
    z-index: 2;
    position: relative;
}

.panel .pictures img {
    position: absolute;
}

.image-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

img.gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.panel h2 {
    font-size: 175%;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    margin-top: 0;
    clear: none;
}

.panel h3 {
    font-size: 130%;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    margin-top: 0;
    clear: none;
}

.content .panel a, .content .panel a:visited, .content .panel a:link {
    color: white;
}

.content .panel a:hover {
    color: #dedede;
}

.panel p {
    font-size: 90%;
}

.panel .date {
    font-size: 75%;
    color: black;
}

.panel .more {
    font-size: 0.5em;
}

.outer-block {
    clear: both;
    width: 100%;
}

.outer-block .title {
    margin-left: 2%;
    font-size: 90%;
}


.outer-block .title h3 {
    margin-top: 0.3em;
}


.outer-block .columns {
    margin: 2.6em 0 0 0;
    position: static;
    font-size: 80%;
}

.outer-block .columns .column {
    float: left;
    width: 19.2%;
    position: relative;
    top: -0.75em;
}

.outer-block .columns div.first {
    width: 22.8%;
}

.outer-block .columns div.last {
    width: 19.5%;
}

.outer-block .columns .column p.datewrapper,
.columns .sidecolumn p.datewrapper {
    border-top: 1px dotted #999999;
    margin: 0 10px 0 0;
    font-size: 85%;
    line-height: 1.2em;
}

.outer-block .columns div.first p.datewrapper {
    padding-left: 8.77%;
    margin-left: 10px;
}

.outer-block .columns .date, .sidecolumn .date {
    position: relative;
    left: -10px;
    top: -0.6em;
    background: white;
    padding: 0 10px;
}

.outer-block .columns div p {
    padding-right: 55px;
    margin-top: 0;
}

.outer-block .columns div.first p {
    margin-left: 8.77%;
    padding-left: 20px;
}

.outer-block .columns div.first .date {
    left: 0;
}

.outer-block .col3 .column {
    width: 35%;
}

.outer-block .col3 div.last {
    width: 29%;
}

.columns-all-banks {
    margin: 0 2%;
    font-size: 80%;
}

.columns-all-banks .column {
    width: 26%;
    margin-right: 10.9%;
}

.columns-all-banks .last {
    margin-right: 0;
}

.columns-all-banks h3 {
    margin-left: 20px;
}

.columns-all-banks .column ul {
    margin: 1.3em 0 3em 20px;
}

.columns-all-banks .column li {
    margin-bottom: 0.9em;
}

.incut-panel {
    background: #e8eeeb url('../i/incut-bkg.gif') left top repeat-y;
    width: 71%;
    margin: 15px 0;
    clear: left;
    position: relative;
}

.incut {
    background: #e8eeeb url('../i/incut-bkg.gif') left top repeat-y;
    margin: 15px -20px 0 -35px;
    clear: left;
    position: relative;
    padding-bottom: 1px;
}

.main-wide .incut {
    margin-right: 0;
}

.main-inner-incut {
    margin-bottom: 15px;
}

.incut .incut-inner {
    overflow: hidden;
    background: url('../i/incut-ornament.gif') right bottom no-repeat;
}

.incut-inner {
    padding: 15px 20px 20px 35px;
}

.incut-inner p, .incut-inner h2, .incut-inner h3 {
    padding: 0;
    margin: 0;
}

label.expand {
    cursor: pointer;
}

span.expand-definition {
    display: block;
    font-size: 80%;
    margin: 1.2em 0;
    background: url('../i/dfn-bg-l.gif') no-repeat 0 50%;
}

span.expand-definition span {
    display: block;
    padding: 12px 20px;
    background: url('../i/dfn-bg-r.gif') no-repeat 100% 50%;
}

span.tip {
    color: #999999;
}

blockquote {
    padding: 0 20px;
    font-size: 1.1em;
    margin: 1.2em 0;
    text-indent: -20px;
    color: #999999;
    line-height: 1.4em;
    font-style: italic;
}

blockquote q:before,
blockquote q:after {
    font-size: 1px;
    content: '.';
    color: white;
}

blockquote q {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 14px;
    background: url('../i/blockquote-l.gif') no-repeat 0 50%;
    vertical-align: top;
}

blockquote q.l {
    left: -1px;
}

blockquote q.r {
    background-image: url('../i/blockquote-r.gif');
}

.cn blockquote {
    font-style: normal;
    text-indent: 0;
}

.cn blockquote q {
    display: none;
}

div.corner {
    position: absolute;
    width: 12px;
    height: 12px;
    overflow: hidden;
}

div.corner img {
    position: absolute;
}
.left-0-i {
    left: 0 !important;
}

.l-t {
    top: 0;
    left: 0;
}

.l-t img {
    left: -12px;
    top: -12px;
}

.r-t {
    top: 0;
    right: 0;
}

.r-t img {
    position: absolute;
    left: 0;
    top: -12px;
}

.l-b {
    bottom: 0;
    left: 0;
}

.l-b img {
    position: absolute;
    left: -12px;
    top: 0;
}

.r-b {
    right: 0;
    bottom: 0;
}
/* GRIDS VIEWS */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.grid-2_3 {
    display: grid;
    row-gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-between;
}

.grid-item-2_3 {
    grid-column: 1 / span 2;
}

@media(min-width:640px) {
    .grid-3 {
        grid-template-columns: repeat(2, 2fr);
    }
}

/* @media(min-width:889px) {
    .grid-2_3 {
        grid-template-columns: repeat(2, 2fr);
        column-gap: 1rem;
    }
} */


@media(min-width:960px) {
    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-2_3 {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1rem;
    }
}

/* Gaps */
.gap-05 {
    gap: 0.5rem;
}
.gap-1 {
    gap: 1rem;
}
.gap-2 {
    gap: 2rem;
}

.h-max-content {
    height: max-content;
}

/* icons near headers */

.gr {
    position: relative;
    /* line-height: normal !important; */
}

.p-absolute {
    position: absolute;
}



h2 .icon {
    position: absolute;
    left: -35px;
    width: 29px;
    height: 29px;
    top: -0.1em;
}

h3 .icon {
    position: absolute;
    left: -30px;
    top: -0.1em;
    width: 25px;
    height: 25px;
}

h3.with-icon {
    margin-left: 20px;
    position: relative;
}

.main-inner h3.with-icon {
    margin-left: 0;
}

h2 .icon {
    background: url('../i/header-icons-big.gif') no-repeat;
}

h3 .icon {
    background: url('../i/header-icons-small.gif') no-repeat;
}

.icon-checkbox {
    position: absolute;
    left: -24px;
}

span.publications {
    background-position: left 50%;
}

span.press {
    background-position: left 50%;
}

span.news {
    background-position: -30px 50%;
}

span.text {
    background-position: -60px 50%;
}

span.seminar {
    background-position: -90px 50%;
}

span.lecture {
    background-position: -120px 50%;
}

span.faq {
    background-position: -150px 50%;
}

span.video-forum {
    background-position: -180px 50%;
}

span.video {
    background-position: -210px 50%;
}

span.tv {
    background-position: -210px 50%;
}

span.stenogramm {
    background-position: -240px 50%;
}

span.mp3 {
    background-position: -270px 50%;
}

span.radio {
    background-position: -270px 50%;
}

span.photo {
    background-position: -300px 50%;
}

span.law {
    background-position: -330px 50%;
}

span.presentation {
    background-position: -360px 50%;
}

span.special {
    background-position: -390px 50%;
}

span.hit {
    background-position: -420px 50%;
}

span.book {
    background-position: -450px 50%;
}

span.photo2 {
    background-position: -480px 50%;
}

span.disk {
    background-position: -510px 50%;
}

span.author {
    background-position: -540px 50%;
}

span.constructor {
    background-position: -570px 50%;
}

span.court {
    background-position: -600px 50%;
}

span.staff {
    background-position: -630px 50%;
}

span.address {
    background-position: -660px 50%;
}

span.microphone {
    background-position: -690px 50%;
}

span.conference {
    background-position: -690px 50%;
}

span.services {
    background-position: -720px 50%;
}

span.calculator {
    background-position: -750px 50%;
}

span.column {
    background-position: -780px 50%;
}

span.feedback {
    background-position: -810px 50%;
}

span.travel {
    background-position: -840px 50%;
}

.metas {
    background: url("../i/meta-icons.png") 0 0;
    margin-right: 4px !important;
    height: 14px;
    width: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
}

.metas.text-icon {
    background-position: 0 0;
}

.metas.video-icon {
    background-position: -16px 0;
}

.metas.presentation-icon {
    background-position: -32px 0;
}

/* blocks with people's photo */

.contact-person {
    margin-bottom: 1.2em;
}

.contact-person .person {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.contact-person .person td {
    padding-top: 0;
}

.contact-person .person .job {
    font-size: 90%;
    color: #999999;
}

.contact-person td .phone,
.contact-person td .email {
    font-size: 120%;
    color: black;
}

.contact-person td .specs {
    margin-top: 5px;
    font-size: 90%;
    color: black;
}

.contact-person .person p.name {
    margin-bottom: 0;
    position: relative;
    top: -0.4em;
}

.extra .contact-person .person p.name {
    position: static;
    top: 0;
}


.extra .contact-person .person {
    margin-bottom: 0;
}

.extra .contact-person .phone {
    font-size: 100%;
}


.main-inner .contact-person {
    padding-left: 20px;
    margin-top: 15px;
}

.person {
    position: relative;
    left: -10px;
    margin-bottom: 0;
}

.person td {
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.person td p {
    margin-top: 0;
    margin-bottom: 0;
    color: #999999;
    font-size: 75%;
}

.person .photo {
    vertical-align: top;
    padding-left: 0;
    padding-top: 0;
    min-width: 80px;
}

.person .photo div {
    position: relative;
}

.person .single-person {
    padding: 25px 30px 15px 0;
    width: 160px;
    height: 165px;
}

.person .mask {
    display: none;
}

.person .mask.tv {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    display: block;
}

.person .round-small {
    width: 45px;
}

.person .round-average {
    width: 97px;
}

.person .round-big {
    width: 181px;
}

.person p.name {
    margin-bottom: 0.2em;
    font-size: 90%;
}

.page_contact {
    margin-bottom: 30px !important;
    margin-top: -10px !important;
}

.page_docs {
    margin-left: 18px !important;
}

/* additives links with icons */

p.contact-title {
    margin-bottom: 0;
}

p.big-phone {
    font-size: 130%;
    margin-top: 0;
    margin-left: 22px;
    line-height: 1.2em;
}

.phone,
.parking,
.email,
.external-link,
.map-link,
.fax,
.question,
.online,
.offline,
.important,
.metro {
    position: relative;
    margin: 0.2em 20px 0.8em 21px;
}

.chat {
    margin-bottom: 0.7em;
    margin-top: 0.5em;
}

.phone,
.fax {
    white-space: nowrap;
}

.icon {
    font-size: 1px;
}

.parking .icon {
    background: url('../i/icons.gif') -34px -82px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    top: -0.06em;
}


.metro .icon {
    background: url('../i/icons.gif') -60px -48px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    top: -0.06em;
}


.map-link .icon {
    background: url('../i/icons.gif') -68px -65px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    top: -0.06em;
}

.phone .icon, .big-phone .icon {
    background: url('../i/icons.gif') -34px -65px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    /*top: -0.06em;*/
    top: 0.04em;
}

.big-phone .icon {
    top: 2px;
}

.question a, .question a:visited, .important a, .important a:visited {
    color: #999999;
}

.teasers .question,
.teasers .important,
.extra .question,
.extra .important {
    font-size: 75%;
}

.question .icon {
    background: url('../i/icons.gif') -51px -65px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    top: -0.06em;
}


p.question {
    margin-bottom: 1.5em;
}

.online, .offline {
    margin-top: 0;
    margin-bottom: 0.2em;
}

.online .icon {
    background: url('../i/on-off.gif') no-repeat -10px 0;
    position: absolute;
    left: -16px;
    width: 10px;
    height: 10px;
    top: 4px;
}

.offline, .offline a {
    color: #999999;
}

.offline .icon {
    background: url('../i/on-off.gif') no-repeat 0 0;
    position: absolute;
    left: -16px;
    width: 10px;
    height: 10px;
    top: 4px;
}

.email .icon {
    background: url('../i/icons.gif') -51px -82px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    top: -0.06em;
}

.pdf-icon {
    background: url('../i/pdf-icon.png');
    display: inline-block;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.important .icon {
    background: url('../i/icons.gif') -68px -82px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    top: -0.06em;
}

.external-link .icon {
    background: url('../i/icons.gif') -17px -82px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    top: -0.06em;
}


.big-star, .check-mark {
    position: absolute;
    width: 12px;
    height: 10px;
    left: 2px;
    top: 0.1em;
}

.big-star {
    background: url('../i/icons.gif') -47px -53px no-repeat;
}

.check-mark {
    background: url('../i/icons.gif') -34px -53px no-repeat;
}

.delete, .remove {
    display: inline-block;
    width: 11px;
    height: 11px;
    cursor: pointer;
}

.delete {
    background: url('../i/icons.gif') -78px -51px no-repeat;
}

.remove {
    background: url('../i/icons.gif') -1px -53px no-repeat;
}

.all-details {
    position: relative;
}

.show-all .icon {
    background: url('../i/icons.gif') 0 -82px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    top: -0.06em;
}

.hide-all .icon {
    background: url('../i/icons.gif') 0 -106px no-repeat;
    position: absolute;
    left: -21px;
    width: 17px;
    height: 17px;
    top: -0.06em;
}

.expander {
    border-top: 1px solid #cccccc;
    height: 21px;
    margin-top: 10px;
    position: relative;
    left: -10px;
    text-align: center;
}

.expander img {
    position: relative;
    top: -2px;
    cursor: pointer;
}

.more .more, .less .less {
    display: inline;
}

.more .less, .less .more {
    display: none;
}

.expand-hidden {
    display: none;
}

div.expand-visible {
    padding: 1px 0;
}

.expand-container {
    position: relative;
    left: -10px;
    overflow: hidden;
    padding-left: 10px;
}

.expand-container ul.events-list {
    margin-bottom: 0;
}

.expanding-incut .expand-container {
    left: 0;
    padding-bottom: 10px;
    padding-left: 35px;
}

.expanding-incut .l-b,
.expanding-incut .r-b {
    bottom: 20px;
}

.expanding-incut .expander {
    left: 0;
    border-top: none;
    margin-top: 0;
}

.expanding-incut .expander .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    overflow: hidden;
    text-align: left;
}

.expanding-incut .expander .c div {
    position: relative;
    width: 50%;
    height: 45px;
}

.expanding-incut .toggle {
    position: absolute;
    top: -23px;
    right: -801px;
}

.expanding-incut .less {
    height: 0;
    top: -21px;
}

.expanding-incut .less .toggle {
    top: 1px;
}

.expanded-incut {
    margin-bottom: 38px;
}

.expanded-incut .l-b,
.expanded-incut .r-b {
    display: none;
}

table.history {
    position: static;
}

table.history th {
    vertical-align: top;
    border-bottom: 0;
    padding-top: 10px;
}

table.history td p {
    margin: 0 !important;
}

table.history td {
    padding-top: 7px;
}

sup.more, sup.more > a {
    color: #0e63ab !important;
    font-size: 14px !important;
    font-weight: 700;
    text-decoration: underline !important;
    padding-left: 5px;
}

.panel sup.more {
    color: white;
}

h1 sup.more {
    font-size: 30%;
    margin-left: 6px;
}

h2 sup.more {
    font-size: 45%;
    margin-left: 6px;
}

h3 sup.more {
    font-size: 60%;
    margin-left: 5px;
    vertical-align: 0.6em;
}

.content-photo {
    position: relative;
    left: -10px;
    margin-bottom: -2em;
}

.content-photo-small {
    position: relative;
    left: -10px;
    float: left;
    margin-right: 25px;
    margin-bottom: -2em;
}


.photo-description {
    position: relative;
    top: -25px;
    width: 20em;
    margin-right: 45px;
    background-color: white;
    text-align: left;
    padding-top: 12px;
    font-size: 90%;
    line-height: 1.4em;
    font-style: italic;
    color: #7f7f7f;
    z-index: 30;
}

.content-photo-small .photo-description {
    width: 19.3em;
    font-style: normal;
    font-size: 75%;
    line-height: 1.6em;
}


.photo-description .corner {
    width: 25px;
    height: 25px;
}

.photo-description #alt_title {
    height: 38px;
}

.photo-description .l-t {
    left: -25px;
    top: 0;
}

.photo-description .r-t {
    right: -25px;
}

.photo-description .l-t img {
    right: -25px;
    top: 0;
    left: auto;
}

.photo-description .r-t img {
    left: -25px;
    top: 0;
}

.video-player {
    position: relative;
    left: -10px;
    width: 540px;
    height: 450px;
    overflow: hidden;
}

.video-player DIV {
    width: 540px;
    height: 450px;
}

.video-player IMG {
    cursor: pointer;
    position: absolute;
}

.video-player IMG.video-player-mask {
    z-index: 1;
}

.video-player.nojs, .video-player.nojs DIV {
    height: 415px;
}

/*cut player controls from img*/
.video-player.nojs IMG {
    cursor: default;
}

.audio-player {
    padding: 1em 0;
}

dl.timeline {
    margin: 1em 0 2em 0;
}

.timeline dt {
    padding: 0;
    margin: 0 0 0.3em 20px;
    color: #999999;
    font-size: 75%;
}

.timeline dd {
    line-height: 1.4em;
    padding: 0 0 0 20px;
    margin: 0 0 1.2em 0;
    background: url('../i/dash.gif') no-repeat scroll 4px 0.7em;
}


.order-container {
    position: relative;
    margin-left: -35px;
    margin-right: -8.1%;
    font-size: 90%;
}

.variants .order-container {
    font-size: 100%;
}

.order-container .order {
    position: absolute;
    width: 29.8%;
}

.main .order-container .order {
    right: -30%;
}

.main.alert-wrapper {
    margin-top: 1.2em;
    margin-bottom: 0;
}

.main.alert-wrapper .panel.subscribanner {
    display: block
}

.main.alert-wrapper .panel.subscribanner .ornament {
    background: none;
}

.main.alert-wrapper .panel.subscribanner .ornament div:last-child div {
    margin-bottom: 2em;
}

.main-wide .order-container .order {
    right: 0;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.flex-i {
    display: flex !important;
}

.flex-inline-i {
    display: inline-flex !important;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.flex-block_align-items-center {
    align-items: center;
}

.flex__justify_center {
    justify-content: center;
}

.flex__justify_between {
    justify-content: space-between;
}

@media (max-width:767px) {
    .flex-wrap-md {
        flex-wrap: wrap;
    }
}

.bold {
    font-weight: 700;
}

.single_bank_block {
    border-radius: 24px;
}

.single_bank_block .right_border {
    border-right: none;
    padding-right: 0px;
}

.single_bank_bubble div {
    text-align: center;
}

.mobile_hidden {
    display: none;
}

.mobile_visible {
    display: block;
}

.right_col {
    margin-top: 20px;
    margin-left: 0;
}

.bank_description {
    margin-top: 20px;
}

.bank_description ul > li {
    list-style: none;
}

.bank_description_mobile {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bank_description_mobile p {
    font-size: 16px;
    line-height: 1rem;
}

.bank_description p, .bank_description li, bank_description_mobile p {
    font-size: 16px !important;
    line-height: 1.7rem;
}

.bank_description li {
    background: url(../i/dash_fat.png) 4px 0.7em no-repeat !important;
    /*  background: none; */
    padding-left: 30px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.bank_description li::before {
    content: none !important;
    margin-right: 0px !important;
    padding-left: 0px;
!important;
}

.bank_comparison {
    margin-top: 20px;
}

.bank_comparison .heading_small {
    text-align: center;
}

.equal_columns > * {
    min-width: 40%;
}

.mobile_margin_top {
    margin-top: 35px;
}

.light_column, .dark_column {
    border-bottom: none;
}

.h2_heading {
    display: flex;
    color: #3d4a52 !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.inline {
    display: inline !important;
}


.dark_column {
    background-color: #CDDADC;
    padding: 18px;
    font-size: 14px;
    line-height: 1.3rem;
}

.light_column {
    background-color: #E9EEEF;
    padding: 18px;
    font-size: 14px;
    line-height: 1.3rem;
}

.single_bank_block {
    padding: 18px;
    line-height: 1.3rem;
}

.bubble_columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.equal_columns > * {
    flex: 1;
}

.heading_small {
    font-size: 18px !important;
    font-weight: 700;
}

.heading_middle {
    font-size: 20px !important;
    font-weight: 700;
}

.single_bank_what_is_it {
    margin-left: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #006CBB;
    vertical-align: top;
    cursor: pointer;
    white-space: nowrap;
}

.single_bank_bubble {
    background-color: #E9EEEF;
    border-radius: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-wrap: break-word;
}

.single_bank_bubble .top {
    font-weight: 700;
    font-size: 36px;
    color: #384654;
}

.single_bank_bubble .down, .single_bank_bubble .down_small {
    color: #2A3138;
}

.single_bank_bubble .spacer {
    height: 1px;
    background-color: #CDDADC;
    margin-top: 7px;
    margin-bottom: 7px;
}

.single_bank_bubble .down_small {
    font-size: 20px;
    font-weight: 700
}

.offshore_alphabet_banner_1 {
    background: url('../i/offshore_alphabet/1.svg') no-repeat center;
}

.offshore_alphabet_banner_2 {
    background: url('../i/offshore_alphabet/2.svg') no-repeat center;
}

.offshore_alphabet_banner_3 {
    background: url('../i/offshore_alphabet/3.svg') no-repeat center;
}

.offshore_alphabet_banner_4 {
    background: url('../i/offshore_alphabet/4.svg') no-repeat center;
}

.offshore_alphabet_banner_5 {
    background: url('../i/offshore_alphabet/5.svg') no-repeat center;
}

.payment_systems_cost .title {
    font-size: 16px;
}

.payment_systems_cost .cost {
    font-size: 24px;
    font-weight: 700;
}

.payment_systems_cost .spacer {
    border-top: 1px solid #dedede;
    height: 1px;
}

.userpic_div_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.userpic_div {
    width: 155px;
    height: 155px;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-image: url('../i/blurred.png');
    border-radius: 50%;
    display: inline-block;
}

body a.blurred_text, p.blurred_text {
    color: transparent !important;
    text-shadow: 0 0 8px #000;
}

.blurred_obj {
    filter: blur(2px);
}

.col {
    flex: 1 0 0%
}

.flex-1-1-250 > * {
    flex: 1 1 250px;
}

.offer_container {
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 145px;
    min-height: 145px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    position: relative;
}

.offer_price {
    background: #006CBB;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    width: max-content;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-right-radius: 22px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.offer_title {
    background: #FFF;
    padding: 20px 15px 20px 15px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    height: 100%;
}

.offer_title > a {
    color: #2A3138;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.6rem;
}

.offers_page_header {
    background: #FFF;
    border-radius: 22px;
    padding: 20px;
}
/*
.offers_h1 {
    color: #2A3138;
    font-size: 36px;
}

.offers_h2 {
    color: #2A3138;
    font-size: 30px;
}
*/
.offers_subtype_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.offer_tabs div {
    width: 100%;
}

#toggle_offers_all {
    margin-top: 20px;
    width: 100%;
}

.offers_subcontent {
    /* display: none;*/
}

.offer_type {
    display: flex;
    align-items: baseline;
    cursor: pointer;
}

.offer_arrow, .expanding-control__arrow {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 25px;
    width: 25px;
    cursor: pointer;
    transition: transform .25s ease-in-out;
    will-change: transform;
    background-image: url('../i/arrow_up.svg');
}

.arrow_down {
    transform: rotate(180deg);
}

.arrow_up {
    transform: rotate(0deg);
}

.expanding-control {
    cursor: pointer;
    width: 100%;
}

.expanding-control__title {
    flex-basis: 100%;
}

.button_grey {
    display: inline-block;
    background: #FFF;
    color: #384654;
    border: 1px solid #384654;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 25px;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: background .15s ease-in-out;
}

.button_grey:hover {
    background: #3846541a;
}

.button_grey_active {
    background: #384654 !important;
    color: #FFF !important;
}

.select_offer {
    padding: 7px 12px;
    border-radius: 12px;
    background: url('../i/arrow_select.png') no-repeat right #FFF;
    -webkit-appearance: none;
    font-size: 14px;
    color: #202123;
    width: 100%;
    background-position-x: 95%;
}

.select_bks_country{
    background: url('../i/arrow_select.png') no-repeat right #FFF;
    -webkit-appearance: none;
    width: 100%;
    background-position-x: 95%;
    padding: 8px 15px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: 1px solid #CDDADC;
    outline: none;
    font-family: inherit;
    font-size: 16px;
}


.single_offer_top {
    border-radius: 25px;
    background: #FFF;
}

.single_offer_top_text {
    padding: 15px 20px;
}

.single_offer_description {
    font-size: 20px;
    line-height: 25px;
}

.single_offer_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.single_offer_price_title {
    font-size: 22px;
    font-weight: 700;
}

.single_offer_price {
    font-size: 30px;
    font-weight: 700;
}

.single_offer_download_pdf {
    font-size: 20px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.single_offer_icon_pdf {
    background: url('../i/pdf.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.related_offer_description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4rem;
}

.translate_single_offer .your-consultant__phone:before, .translate_single_offer .gsl-contacts__contact a, .translate_single_offer .offer_price {
    background-color:#A7BB00 !important;
}

body:has(.translate_single_offer) .swal2-confirm.swal2-styled , body:has(.translate_single_offer) .list_gsl-contacts.list > .gsl-contacts__contact > a {
    background-color:#A7BB00 !important;
}






.text_align_center {
    text-align: center;
}
.text_align_left {
    text-align: left;
}

table td {
    padding: 10px;
}

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

.bank_field_name, .bank_field_name * {
    font-size: 16px !important;
    text-decoration: none !important;
    color: #2A3138 !important;
}

@media (min-width:1001px) and (max-width:1100px) {
    .bank_field_name, .bank_field_name * {
        font-size: 13px !important;
    }
}

.banks_table_link {
    text-decoration: underline !important;
    color: #2A3138;
}

.flex_align_center {
    display: flex;
    align-items: center;
}
.flex_align_baseline {
    display: flex;
    align-items: baseline;
}
.flex_align_end {
    display: flex;
    align-items: end;
}

.flex_space_between {
    display: flex;
    justify-content: space-between;
}
.justify_end {
    justify-content: flex-end;
}

.align-self-start {
    align-self: start;
}
/*
.inactive_bank {
    display: block;
}
*/
.fs_18px {
    font-size: 18px;
}

.forum_header {
    background: #CDDADC;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.light_grey_bg {
    background: #d4dcde;
}

.bank_type_filter {
    font-size: 22px;
    padding-left: 0px;
    margin-top: 20px;
}

.subscribe_block {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*
    padding-left: 0px !important;
    padding-right: 0px !important;

     */
    margin-bottom: 15px;
}

.subscribe_block div {
    margin-top: 10px;
}
.subscribe_form_description{
    font-size: 20px;
}
.subscribe_form_terms_agreement{
    font-size: 14px;
    color: #778486;
}

.subscribe_block_input {
    border-radius: 25px;
    padding: 15px 15px;
    width: 100%;
    border: 1px solid #CDDADC;
    outline: none;
    font-family: inherit;
    font-size: 16px;
    margin-right: 15px;
}

.filter_bank_checkboxes {
    display: flex;
    flex-direction: column;
}

.forum_block {
    padding: 0px !important;
}

.forum_row {
    padding-left: 20px;
}

.forum_block_content{
    font-size: 14px;
}

.bank_type_filter {
    font-weight: 700;
    color: #2A3138;
    cursor: pointer;
}

.bank_type_filter input {
    margin-right: 5px;
}

.load-more-button{
    display: inline;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:14px;
    color: #384654;
    width: 100%;
    height: 61px;
    background: transparent;
    border: 1px solid #778486;
    border-radius:16px;
}


/* Переделанные чекбоксы */
/* #__offshore {

} */

#__offshore input[type="checkbox"]:checked,
#__offshore input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    border: 3px solid #000000;
}

#__offshore input[type="checkbox"]:checked + label.bank_type_filter,
#__offshore input[type="checkbox"]:not(:checked) + label.bank_type_filter {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

#__offshore input[type="checkbox"]:checked + label.bank_type_filter:before,
#__offshore input[type="checkbox"]:not(:checked) + label.bank_type_filter:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #cecece;
    /*background-color: #ffffff;*/
}

#__offshore input[type="checkbox"]:checked + label.bank_type_filter:before,
#__offshore input[type="checkbox"]:not(:checked) + label.bank_type_filter:before {
    border-radius: 2px;
}

#__offshore input[type="checkbox"]:checked + label.bank_type_filter:after,
#__offshore input[type="checkbox"]:not(:checked) + label.bank_type_filter:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#__offshore input[type="checkbox"]:checked + label.bank_type_filter:after,
#__offshore input[type="checkbox"]:not(:checked) + label.bank_type_filter:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #2A3138;
    border-bottom: 4px solid #2A3138;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#__offshore input[type="checkbox"]:not(:checked) + label.bank_type_filter:after {
    opacity: 0;
}

#__offshore input[type="checkbox"]:checked + label.bank_type_filter:after {
    opacity: 1;
}
.foreign_bank_header{

}
.foreign_bank_header_img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    padding: 20px 15px 20px 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: flex;
    flex-direction: column;
    background: #8da7ab;
    padding-top: 40px;
    padding-bottom: 50px;
}
.foreign_bank_header_h1{
    padding: 0px !important;
    margin: 0px !important;
    color: #FFF !important;
}

.foreign_bank_header_flag{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 52px;
    flex: 0 0 auto;
    margin-right: 10px;
    margin-bottom: 10px;
}
.foreign_bank_header_title{
    background: #FFF;
    padding: 5px 15px 10px 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 100%;
}
.hidden{
    display: none;
}
.bks_logo{
    width: 100%;
}
.bank_row .list{
    align-items: center !important;
}
.col_padding .list > div{
    padding-left: 3px;
    padding-right: 3px;
}

@media screen and (max-width: 1200px) {
    .main-wide .order-container .order {
        right: -20%;
    }

    .single_bank_bubble .top {
        font-size: 30px;
    }

    .single_bank_bubble .down_small {
        font-size: 16px;
    }
}

.order {
    color: #999999;
}

.order .name, .version .name {
    color: black;
}

.order p {
    color: #999;
    margin: 0;
}

.order P A {
    display: inline-block;
}

P.add2basket {
    height: 32px;
}

P.add2basket .basket-link {
    background: url('../i/basket-services.png') no-repeat right;
    padding-right: 25px;
    line-height: 2em;
}

.sort {
    padding: 0 0 0 0;
    margin: 1.2em 0 0 0;
    font-size: 90%;
}

.sort .sort-items {
    float: left;
    width: 77%;
}

/*.sort * {
		color: #999999;
}*/

.sort-items p {
    margin-left: 35px;
    margin-top: 0;
}

.sort .all-items {
    float: left;
    width: 23%;
}

.active {
    color: black;
}

.sort .arrow-up, .sort .arrow-down {
    cursor: pointer;
    display: inline-block;
    height: 8px;
    padding: 0;
    width: 7px;
    position: absolute;
    left: 3px;
}

.sort .arrow-up {
    background: url('../i/icons.gif') no-repeat -25px -54px;
}

.sort .arrow-down {
    background: url('../i/icons.gif') no-repeat -15px -54px;
}

.sort .hr {
    margin-left: 25px;
}

.forum-list li {
    list-style-type: none;
    /*padding-left: 0;*/
    margin-bottom: 2em;
    background: none;
    padding-left: 20px;
}

.forum-list .comment {
    margin-top: 0.3em;
}

.event-description {
    margin-left: -40px;
    padding-left: 40px;
}

.event-description .faq-answer,
.event-description .person-info {
    padding-left: 20px;
}

.event-description .content-navigation {
    font-size: 95%;
}

.bottom-links {
    margin-top: 2em;
}

.forum-list .bottom-links {
    margin-top: -1em;
    font-size: 75%;
    color: #999999;
}

.bottom-links a {
    color: #999999;
}

.bottom-links .answer {
    margin-right: 15px;
    color: #999999;
}

.pseudo-link {
    cursor: pointer;
    text-decoration: underline;
}

.pseudo-link span {
    position: relative;
    top: 0.05em;
}

th .pseudo-link, .sort-header .pseudo-link, .sort-header {
    color: #999999;
}

.slide.pseudo-link {
    color: #999;
}


.sortable .active, .search-sort .active, .sort-header .active, .sort-header .active a {
    color: black !important;
}


.pseudo-link:hover {
    color: #009994;
}

.comment-photo, .comment-photo_2, .comment-photo_3, .comment-photo_4, .comment-photo_5 {
    position: relative;
}

.comment-photo img {
    position: absolute;
    left: -55px;
    top: 0px;
    max-width: 45px;
}

.attachment-large {
    max-width: 100%;
    height: auto;
}

.comment-photo_2 img {
    position: absolute;
    left: -55px;
    top: 55px;
}

.comment-photo_3 img {
    position: absolute;
    left: -55px;
    top: 110px;
}

.comment-photo_4 img {
    position: absolute;
    left: -55px;
    top: 165px;
}

.comment-photo_5 img {
    position: absolute;
    left: -55px;
    top: 220px;
}

.add-comment table td {
    padding: 5px 40px 5px 0;
}

.add-comment label {
    font-size: 90%;
}

.add-comment .block label {
    margin-bottom: 0.2em;
    display: block;
}

.add-comment textarea {
    width: 100%;
}

.add-comment h4 {
    color: black;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1em;
}

.ex-links p {
    color: #999999;
    /*font-style: italic !important;*/
    margin: 0.5em 0 0.5em 0;
}


/* pager */

.pager {
    border-top: 1px solid #cccccc;
    font-size: 105% !important;
    padding-top: 2em;
    margin-bottom: 30px;
    padding-bottom: 1.2em;
}

.pager a, .pager b {
    margin-left: 7px;
    display: inline-block;
    height: 22px;
    padding-top: 2px;
    margin-right: 0;
}

.content .pager .selected {
    margin-right: 4px;
    margin-left: 4px;
}

.pager .hidden-pages {
    position: relative;
    margin-left: 2em;
    top: 0.01em;
}

.pager .hidden-pages span.nav-title {
    position: absolute;
    top: -1.8em;
    color: #3d4a52;
    white-space: nowrap;
    font-size: 70%;
    left: 7px;
}

.pager .hidden-pages a, .pager .hidden-pages b {
    font-size: 85%;
}

div.pager .nav-item {
    margin-left: 0;
    margin-right: 0;
}

.content-navigation {
    font-size: 85%;
}

.content-navigation b.selected {
    position: relative;
    padding: 2px 5px 1px 5px;
    background-color: #c8c8c3;
    margin: 0 10px 0 10px;
    display: inline-block;
}

.content-navigation b.selected .l-s {
    position: absolute;
    height: 24px;
    left: -6px;
    top: 0;
    width: 6px;
    background: url('../i/icons.gif') no-repeat 0 -106px;
}

.content-navigation b.selected .r-s {
    position: absolute;
    height: 24px;
    right: -6px;
    top: 0;
    width: 6px;
    background: url('../i/icons.gif') no-repeat -6px -106px;
}

.pager .selected .left-control {
    position: absolute;
    top: 25px;
    font-size: 70%;
    color: #999999;
    left: -40px;
}

.pager .selected .right-control {
    position: absolute;
    top: 25px;
    font-size: 70%;
    color: #999999;
    left: 10px;
}

.simple-panel {
    position: relative;
    border: 1px solid #c8c8c3;
}

.simple-panel div.corner {
    height: 13px;
    width: 13px;
}

.simple-panel .l-t {
    left: -1px;
    top: -1px;
}

.simple-panel .l-b {
    left: -1px;
    bottom: -1px;
}

.simple-panel .r-t {
    right: -1px;
    top: -1px;
}

.simple-panel .r-b {
    right: -1px;
    bottom: -1px;
}


.simple-panel .l-t img {
    left: -13px;
    top: -13px;
}

.simple-panel .l-b img {
    left: -13px;
    top: 0;
}

.simple-panel .r-t img {
    left: 0;
    top: -13px;
}

.simple-panel .r-b img {
    left: 0;
    top: 0;
}


span.rur {
    text-transform: uppercase;
    display: inline-block;
}

span.rur span {
    position: absolute;
    overflow: hidden;
    width: .45em;
    height: 1em;
    margin: .17em 0 0 -.55em;
}

span.rur span:before {
    content: '\2013';
}

p.checkbox span.rur {
    display: inline;
}
p.checkbox span.rur span:before {
    margin-left: 21px;
}
.event-head span.rur span, .order-container .order span.rur span {
    margin-top: 0.1em;
}
.sort-header {
    position: relative;
    padding-bottom: 20px;
    left: -10px;
    padding-left: 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 70%;
    margin-top: 15px;
    height: 13px;
}

.sort-header H2 {
    display: inline;
    font-size: 200%;
    position: absolute;
    top: -35px;
}

.sort-header .pseudo-link {
    margin: 0 10px;
}

.search-sort {
    margin-bottom: 30px;
}

.sort-header .all-details {
    font-size: 110%;
    float: right;
    top: -0.2em;
}

.show-all .hide,
.hide-all .show {
    display: none;
}

.show-all .show,
.hide-all .hide {
    display: inline-block !important;
}


.single-hide-show {
    float: right;
    font-size: 80%;
    z-index: 2;
    position: relative;
    top: 0.8em;
}

.single-hide-show .pseudo-link {
    color: #999999;
}

span.hidden,
.content-container .hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}


table.case {
    margin-bottom: 1em;
}

table.case th {
    border: 0;
    padding-bottom: 3px;
    padding-right: 50px;
    font-size: 75%;
}


.navigation form .block label {
    font-size: 80%;
}

form.search h4 {
    font-size: 94%;
}

form.search label,
p.form-title {
    font-size: 86%;
}

h3.form-title {
    padding: 0.5em 0 0.9em 0;
}


/* calendaar */
.calendar {
    width: 85%;
    font-size: 86%;
}

.calendar .selected {
    background: url('../i/cal-selected.png') no-repeat 0 50%;
}

.calendar .selected span {
    background: url('../i/cal-selected.gif') no-repeat 100% 50%;
}

.calendar .month {
    text-align: center;
}

.calendar .month .prev-month {
    float: left;
}

.calendar .month .next-month {
    float: right;
    padding-right: 0.6em;
}

.calendar .month .prev-month,
.calendar .month .next-month {
    color: #999999;
    cursor: pointer;
}

.calendar .day {
    float: left;
    width: 14%;
    text-align: center;
    min-height: 5px;
}

.calendar .day span {
    display: block;
    padding: 0.3em 0 0.2em 0;
}

.calendar .clear {
    clear: left;
    display: block;
    font-size: 1px;
    height: 1px;
}

.calendar .week-days {
    margin-top: 0.8em;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0.6em;
}

.calendar .week-days .day {
    text-align: center;
    padding-bottom: 0.3em;
}

.calendar .weekend,
.calendar .past {
    color: #999999;
}

.calendar .today {
    font-style: italic;
}


/* pseudo-popup */
span.pseudo-popup-handler {
    font-size: 140%;
    line-height: 0.8em;
    vertical-align: -0.2em;
    color: #999999;
}

span.pseudo-popup-handler,
span.pseudo-popup-handler label {
    cursor: pointer;
}

.pseudo-popup {
    display: none;
    position: absolute;
    background: #e5ecea url('../i/pseudo-popup-bg.png') repeat-x top left;
    padding: 20px 30px;
    width: 80%;
    -moz-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 13px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 500;
    z-index: 4;
    pointer-events: none;
}

.bank_popup_trigger {

}

.bank_popup {
    display: none;
    position: relative;
    background: #e5ecea url('../i/pseudo-popup-bg.png') repeat-x top left;
    padding: 20px;
    /* width: 80%; */
    -moz-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 13px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 500;
    z-index: 4;
    pointer-events: none;
}

.pseudo-popup > * {
    pointer-events: none;
}

.pseudo-popup li {
    background: url('../i/dash.gif') no-repeat scroll 4px 0.7em transparent;
    line-height: 1.4em;
    padding-left: 20px;
    margin-bottom: 0.5em;
}

.pseudo-popup p,
.pseudo-popup ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.pseudo-popup .arr, .bank_popup .arr {
    position: absolute;
    top: -25px;
    left: 25px;
    width: 50px;
    height: 25px;
    font-size: 1px;
    background: url('../i/pseudo-popup-arr.png') no-repeat;
}

.pseudo-popup .close {
    display: none;
}

.hide {
    display: none;
}

.right {
    text-align: right;
}

/*slideshows by Really Simple Slideshow (jquery.rs.slideshow.min.js)*/
.slides-wrapper {
    overflow: hidden;
    position: relative;
}

.slide-container {
    position: absolute;
    overflow: hidden;
}

.slideshow {
    width: 536px;
    height: 402px;
}

.slideshow.widget-trustus {
    height: 100px;
    width: 200px;
}

.slideshow.widget-mascot, .slideshow.widget-mascot .slide-container img {
    height: 140px;
    width: 200px;
}

.grey a {
    color: #3D4A52;
}

.grey a:hover {
    color: #3D4A52;
}

.main-inner-tags {
    margin: 0 16px 0 35px;
}

/* background - the swing itself */
.swing {
    position: relative;
    width: 150px;
    height: 80px;
    background-image: url('../i/swings.png');
}

.swing-pro {
    background-position: 0 -80px;
}

.swing-contra {
    background-position: 0 -160px;
}

/* main number */
.swing span.rating {
    position: absolute;
    width: 86px;
    left: 32px;
    bottom: 43px;
    text-align: center;
    font-size: 125%;
    color: #555764;
}

.swing-pro span.rating {
    width: 76px;
}

.swing-contra span.rating {
    width: 80px;
}

/* "pro" link */
.swing .pro,
.swing .contra {
    position: absolute;
    display: block;
    top: 0;
    left: 75px;
    width: 75px;
    height: 80px;
    text-decoration: none;
}

.swing .count {
    position: absolute;
    display: block;
    width: 38px;
    top: 43px;
    text-align: center;
    color: #b4b4b4;
    font-size: 80%;
}

.swing .pro .count {
    right: 0;
}


.swing .hand {
    position: absolute;
    top: 21px;
    width: 16px;
    height: 20px;
    background: url('../i/hands.gif');
}

.swing .pro .hand {
    left: 48px;
    background-position: -24px 0;
}

.swing a.pro .hand {
    background-position: -24px -24px;
}

.swing a.pro:hover .hand {
    background-position: -24px -48px;
}

.swing a.pro:active .hand {
    background-position: -24px -72px;
}

/* "contra" link */
.swing .contra {
    left: 0;
}

.swing .contra .count {
    left: 0;
}

.swing .contra .hand {
    left: 9px;
    background-position: 0 0;
}

.swing a.contra .hand {
    background-position: 0 -24px;
}

.swing a.contra:hover .hand {
    background-position: 0 -48px;
}

.swing a.contra:active .hand {
    background-position: 0 -72px;
}


/* hand vertical position */
.swing-pro .contra .hand,
.swing-contra .pro .hand {
    top: 10px;
}

.swing-pro .pro .hand,
.swing-contra .contra .hand {
    top: 29px;
}


/* count vertical position */
.swing-pro .contra .count,
.swing-contra .pro .count {
    top: 31px;
}

.swing-pro .pro .count,
.swing-contra .contra .count {
    top: 51px;
}

.greyed-all, .greyed, .greyed .compare .horizontal-stat td, h2.greyed, .greyed A, .greyed * {
    color: #999 !important;
}

table.forum-list {
    table-layout: fixed;
}

.expand_table .forum-list {
    margin-top: 0;
    margin-left: 10px;
}

table.forum-list td {
    vertical-align: middle;
}

table.data th.stat-col, .forum-page .stat-number {
    text-align: center;
    width: 17px;
}

table.data th.name-col, .forum-page .data-name {
    width: 45%;
}

.forum-page .data-name-cn {
    width: 86%;
}

table.data th.tags-col, .forum-page .tags-name {
    width: 35%;
}

table.data th.date-col, .forum-page .data-number {
    width: 65px;
    padding-left: 20px;
}

table.data td .expline {
    margin-bottom: 0;
    font-size: 90%;
}

.forum-page h2 {
    font-size: 125%;
    margin-top: 1.4em;
}

.forum-page h2 sup.more {
    font-size: 70%;
}

.forum-page h3 {
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 0;
    /*padding-bottom: 0;*/
    line-height: 1.4em;
    padding-bottom: 0.4em;
}

.forum-page .all-details {
    float: right;
}

.flash_block {
    text-align: center;
    width: 540px;
    height: 450px;
    position: absolute;
    background: url("../i/noflash.png");
}

.flash_block p {
    padding-top: 240px;
    color: white;
}

.flash_block a {
    color: white;
}


.pollbar {
    height: 8px;
    margin-bottom: 0.7em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAwCAMAAADn7eCzAAAAh1BMVEXg6vXN1uDR2uPU3ejY4evc5fDe5/PI0dozoeBPs+xjv/NPs+szoeEXj9UBg80AgczAGRnkNjb/S0vkNje/GRqiAgKfAADSnQ/cqyfhsjTbqyfTnhDMlQDMlADr4DTv5Trr3zXf1CfSxxjFugq9sgC340TH7VrV9W7K7GG25Ueb3ix80xN01RRfE29QAAAAGElEQVQIW2NgYGBkIh4yoPH/MzHhlWcEADqAAYm04MTNAAAAAElFTkSuQmCC');
    border: 1px solid #C8C8C8;
}

#__offshore .pollbar {
    background-position: 0 -8px;
    border-color: #0078C5;
}

#__audit .pollbar {
    background-position: 0 -16px;
    border-color: #CC0F31;
}

#__taxes .pollbar {
    background-position: 0 -24px;
    border-color: #EE7929;
}

#__law .pollbar {
    background-position: 0 -32px;
    border-color: #DDAB26;
}

#__vacancies .pollbar {
    background-position: 0 -40px;
    border-color: #75d411;
}

.poll_count {
    color: #999;
}

.poll_popup {
    margin-left: 21px;
    color: #999
}

.poll_votes_count {
    margin-left: 20px;
    position: relative;
}

.poll_votes_count .iconv {
    background: url('../i/votes.png') no-repeat;
    position: absolute;
    top: 1px;
    left: -20px;
    height: 14px;
    width: 12px;
}

#__group .poll_votes_count .iconv {
    background-position: 0 50%;
}

#__offshore .poll_votes_count .iconv {
    background-position: -12px 50%;
}

#__audit .poll_votes_count .iconv {
    background-position: -24px 50%;
}

#__taxes .poll_votes_count .iconv {
    background-position: -36px 50%;
}

#__law .poll_votes_count .iconv {
    background-position: -48px 50%;
}

#feedback_form {
    font-size: 90%;
}

#feedback_issue {
    resize: none;
    width: 99%;
}

#new_company_name {
    color: #3D4A52;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

A.colorbox {
    outline: 0;

    text-decoration: none;
}

A.colorbox:hover {

    text-decoration: none;
}

A.colorbox .gr-letter {
    text-decoration: none;
}

.new-form {
    font-size: 90%;
    width: 500px;
}

.new-form .block {
    overflow: hidden;
    padding-top: 3px;
    padding-right: -2px;
}

/*Style for Like box*/
.new-form .block.center {
    text-align: center;
    margin-bottom: 2.5em;
}

.new-form .block.indent {
    padding-left: 5em;
}

.new-form .block.indent .like_bullet {
    background: url('../i/icons.gif') 0 -21px;
    margin-right: 20px;
    height: 14px;
    width: 14px;
    display: inline-block;
}

.new-form .block .indent2 {
    padding-left: 2em;
}

.new-form .block.like_img {
    background: url('../i/like.png') center center no-repeat;
    width: auto;
    height: 168px;
}

.new-form .block .text_hooray {
    font-size: 280%;
    font-weight: bold;
    color: black;
}

.new-form .block .text_general {
    font-size: 180%;
    font-weight: bold;
    color: black;
}

.new-form .block .text_small {
    font-size: 120%;
    font-weight: bold;
    color: black;
}

.new-form .block .text_small A {
    color: #3B5689;
}

.new-form .block .text_general input {
    width: 2em;
}

/*End*/
.new-form TEXTAREA {
    resize: none;
    float: right;
    width: 494px;
}

.new-form LABEL {
    display: inline !important;
}

.new-form INPUT {
    width: 25em;
}

.new-form INPUT.inline-checkbox {
    width: 1em;
    margin: 0.4em;
    margin-top: -3px;
}

.new-form h2 {
    margin-top: 0;
    color: #FFFFFF;
}

.new-form INPUT.name {
    width: 28em;
    float: right;
}

.new-form SPAN.contact_method {
    display: inline-block;
    width: 120px;
}

.new-form INPUT.small-phone, .new-form INPUT.small-name {
    width: 11em;
    margin-right: 10px;
}

.new-form INPUT.small-email, .new-form INPUT.small-number {
    width: 11em;
    float: right;
}

.new-form INPUT.company-name {
    width: 23em;
    float: right;
}

.new-form INPUT.medium-text {
    width: 21em;
    float: right;
}

.new-popup {
    width: 700px;
    font-size: 90%;
}

.new-popup .userpic {
    float: left;
    width: 100px;
    position: relative;
}

.new-popup .userpic .mask {
    position: absolute;
    top: 0;
    left: 0;
}

.new-popup .userpic_text {
    float: left;
    width: 600px;
}

#social_buttons LI {
    float: left;
    margin-right: 30px;
    height: 20px;
}

.twitter-share-button {
    width: 100px !important;
}

div[id^=___plusone] {
    width: 70px !important;
}

.fb-like-box {
    margin-top: 1em;
}

/*Audit and Jobs Calculators*/
.calcs p {
    border-bottom: 1px dotted #C7C7C3;
    margin: 2em 0;
}

.calcs p ins {
    line-height: 1em;
    text-decoration: none;
}

.calcs p .order-sum {
    background: #fff;
    line-height: 1em;
    top: -2px;
    position: relative;
    float: right;
    padding-left: 5px;
}

/*Admin Bar*/
.dev_root .dev_icon {
    width: 20px !important;
    height: 20px !important;
    margin-top: 6px !important;
    background: url('../i/admin/settings-bar.svg') no-repeat center / contain;
    display: inline-block;
}

.metas_root LI.non-default {
    background: #790f07 !important;
}

#stop_broadcast {
    text-decoration: underline;
    cursor: pointer;
}

.loader {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url('/wp-includes/images/wpspin.gif');
}

#stream {
    width: 100%;
    height: 450px;
    margin: 2em 0;
}

.comments-online {
    overflow-y: scroll;
    max-height: 250px;
    padding-left: 50px;
}

/*start basket*/
.payment-logos SPAN {
    display: inline-block;
    margin-left: 10px;
    vertical-align: -3px;
    height: 19px;
    background: url('../i/payments.png') 0 0 no-repeat;
}

.payment-logos SPAN.visa {
    width: 36px;
}

.payment-logos SPAN.mastercard {
    width: 32px;
    background-position: -36px 0;
}

.payment-logos SPAN.carnet {
    width: 35px;
    background-position: -68px 0;
}

.payment-logos SPAN.yamoney {
    width: 17px;
    background-position: -103px 0;
}

.payment-logos SPAN.webmoney {
    width: 19px;
    background-position: -120px 0;
}

.payment-logos SPAN.paypal {
    width: 48px;
    background-position: -139px 0;
}

.payment-logos SPAN.terminal {
    width: 13px;
    background-position: -187px 0;
}

.payment-logos SPAN.mobile {
    width: 35px;
    background-position: -200px 0;
}

.payment-logos SPAN.sberbank {
    width: 20px;
    background-position: -235px 0;
}

.payment-logos SPAN.promsvyazbank {
    width: 19px;
    background-position: -255px 0;
}

.payment-logos SPAN.qiwi {
    width: 19px;
    background-position: -274px 0;
}

.payment {
    font-size: 90%;
}

table.contact-form td {
    padding: 5px 8px 5px 10px;
    line-height: 1.45em;
}

table.contact-form td.label {
    width: 28%;
}

form table.contact-form tr.heighter td {
    height: 15px;
}

form table.contact-form .must {
    color: #f00;
}

.payment-navigation {
    color: #3d4a52;
    font-size: 80%;
}

.payment-navigation .arr {
    padding: 0.5em;
    margin-right: 8px;
}

.payment-navigation .nav-item {
    margin-left: 0;
    margin-right: 8px;
}

.payment-navigation .selected {
    color: #000;
}

#free_visit_error,
#answer_speed_error {
    display: none;
    float: left;
    margin-left: 5em;
    margin-top: 0.5em;
    padding: 0.5em 1em;
    border: 1px solid red;
    background: #f2dede;
}

#answer_speed_error {
    margin: 0 0 0 4em;
}

#paymentError {
    padding: 0.5em 1em;
    border: 1px solid red;
    background: #f2dede;
}

span.is_paid {
    color: #00A90F;
}

span.is_sheduled, span.only_paid {
    color: #f00;
}

/*end basket*/

LI SPAN.live {
    color: #f00;
}

.youtube_link_lectorium {
    display: inline-block;
    padding-bottom: 3em;
}

#webinar-window {
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px Solid #DDDDDD;
    display: none;
    padding-left: 50px;
}

/*data2content gsl_tree*/
.gsl_tree H3 {
    font-size: 1.2em;
}

.gsl_tree H4 {
    font-size: 1.1em;
    line-height: inherit;
    margin-top: inherit;
    padding-bottom: 0.4em;
}

.gsl_tree UL {
    margin: 0;
}

.gsl_tree .event-description {
    font-size: 100%;
    margin-left: 0;
    padding-left: 2em;
    width: 100%;
    line-height: 1.45em;
}

.gsl_tree .event-description .event-description {
    padding-left: 0;
    padding-bottom: 1em;
}

.go_to_address {
    cursor: pointer;
    text-decoration: underline;
}

.jur_service_price {
    color: #999;
    float: right;
    clear: right;
}

#wide_banks_list table {
    white-space: nowrap;
    font-size: 110% !important;
    width: 1000px !important;
}

#wide_banks_list {
    padding-bottom: 1.2em;
}

/* google adsense */
.adsbygoogle {
    margin: 1em 0;
}

.tags-container {
    padding-bottom: 0.3em;
}

.tags-container span.input-checkbox {
    margin-right: 0;
}

.news-top-plank {
    font-weight: bold;
    font-size: 1.1em;
}

.news-top-plank ul {
    list-style-type: none;
    margin-bottom: 0;
}

.news-top-plank li {
    display: inline;
    background: none;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 2%;
}

.news-top-plank a {
    color: black;
}

.news-head img {
    float: left;
    padding: 15px 15px 0 0;
}

.news-head p {
    padding-top: 15px;
}

.news-head a {
    text-decoration: none;
}

.news-chess {
    position: relative;
    margin: 0 !important;
    vertical-align: top;
    padding-top: 3%;
    overflow: hidden;
    border-bottom: 1px solid darkgrey;
}

.news-chess .with-shadow {
    color: #696969;
    max-height: 240px;
    height: auto;
}

.news-chess .with-shadow .shadow {
    height: 10%;
}

.pseudo-video img {
    width: 100%;
    height: 100%;
}

.pseudo-video .border-right {
    position: absolute;
    left: 96.5%;
    float: right;
    z-index: 2;
    height: 100%;
    width: 4%;
}

.pseudo-video .border-left {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 4%;
}

/*offshore circuit widget*/
.main-wide .circuit .event-description {
    font-size: 1em;
}

.circuit .column-inner {
    margin-bottom: 0;
}

.circuit ul .with-shadow {
    height: 6em;
}

.circuit .last .events-list {
    margin-right: 0;
}

/*social sharing buttons*/
#social-buttons {
    color: #999;
    font-size: 1.1em;
    margin-bottom: 25px;
}

#social-buttons li {
    margin-right: 10px;
    display: inline-block;
}

#social-buttons li a {
    text-decoration: none;
}

#social-buttons li a:visited {
    color: #999999;
}

#social-buttons li sup {
    display: inline-block;
}

#social-buttons li a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: .4;
}

#social-buttons li a .facebook {
    background: url('../i/icon-facebook.svg') no-repeat;
}

#social-buttons li a:hover span {
    opacity: .7;
    transition: opacity .15s ease-in-out;
}

#social-buttons li a .twitter {
    background: url('../i/icon-twitter.svg') no-repeat;
}

/*#social-buttons li a:hover .twitter { background-position: -89px -16px; }*/

#social-buttons li a .googleplus {
    background-position: -108px 0;
    width: 16px;
}

#social-buttons li a:hover .googleplus {
    background-position: -108px -16px;
}

#social-buttons li a .linkedin {
    background-position: -124px 0;
    width: 17px;
}

#social-buttons li a:hover .linkedin {
    background-position: -124px -16px;
}


/* subscriptions */
.subscriptions .hint {
    font-size: 90%;
    margin: -0.5em 0 -0.5em 21px;
    color: #696969;
    overflow: hidden;
}

.subscriptions-email {
    width: 60%;
}

.col5 .column {
    width: 20%;
}

.col5 b.title {
    display: block;
    color: #245667;
    font-weight: bold;
    margin: 0 0 1em 21px;
}

.panel.subscribanner {
    display: inline-block;
    margin-top: 0;
    z-index: auto;
}

.panel.subscribanner .ornament {
    background-size: 100%;
}

.panel.subscribanner .ornament div:last-child {
    padding: 15px 15px 5px;
    color: white;
}

.panel.subscribanner .ornament div:last-child h2 {
    text-align: center;
    color: white;
    font-size: 1.5em;
}

.panel.subscribanner .ornament div:last-child p {
    font-size: 1em;
}

.extra .panel.subscribanner .ornament div:last-child p {
    font-size: 0.9em;
}

.panel.subscribanner .ornament div:last-child .subscributton {
    text-align: center;
}

span#skill {
    text-decoration: underline;
}

.fancy-panel {
    background: url("../i/incut-ornament.gif") white right bottom no-repeat;
    border: 5px solid white;
    position: relative;
    padding: 10px;
    margin: 0 0 20px 0;

}

.fancy-panel h3 {
    font-size: 1.4em;
    font-weight: bold;
}

#__vacancies .fancy-panel {
    background-image: url("../i/vacancies/incut-ornament.png");
    border-image: url('../i/vacancies/gradient.jpg') 5;
}

#__taxes .fancy-panel {
    border-image: url('../i/taxes/gradient.jpg') 5;
}

#__law .fancy-panel {
    border-image: url('../i/law/gradient.jpg') 5;
}

#__audit .fancy-panel {
    border-image: url('../i/audit/gradient.jpg') 5;
}

#__offshore .fancy-panel {
    border-image: url('../i/offshore/gradient.jpg') 5;
}

#__translations .fancy-panel {
    border-image: url('../i/translations/gradient.jpg') 5;
}

#__conferences .fancy-panel {
    border-image: url('../i/conferences/gradient.jpg') 5;
}

.supertable {
    border-collapse: collapse;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 20px;
}

.supertable th {
    vertical-align: top;
    min-width: 160px;
    font-family: sans-serif;
    color: #7f7f7f;
    font-size: 70%;
    font-weight: normal;
    text-align: left;
    padding-left: 22px;
    padding-right: 20px;
}

.supertable td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    padding: 6px 0 5px 20px;
    font-size: 80%;
    padding-right: 10px;
}

.teasers .supertable th {
    padding-left: 0;
    font-size: 80%;
}

.form-title .page {
    font-size: 70%;
    color: #263f9c;
}

.grey {
    color: #959597;
}

.block .description {
    display: block;
    max-width: 375px;
    margin-top: 0;
}

#form-accounting input.text {
    width: 100%;
}

#form-accounting input.medium {
    width: 50%;
}

#form-accounting input.small {
    width: 23%;
}

span .radio + span {
    margin-left: 1em;
}

h4.form-title {
    margin-top: 0;
    margin-bottom: 1em;
}

.pull-right {
    float: right;
}

.question2 {
    display: inline;
    position: relative;

}

.question2 .icon {
    background: url(../i/icons.gif) -51px -65px no-repeat;
    position: absolute;

    left: 4px;
    width: 17px;
    height: 17px;
    top: -5.06em;
}

.help-label {
    margin-left: 25px;
    display: block;
}

.slider {
    overflow: hidden;
    /* width: 1200px; */
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translate(0px) scale(1);
    -ms-transform: translate(0px) scale(1);
    transform: translate(0px) scale(1);
}

.content-block.slider-one-active #step2,
.content-block.slider-one-active #step3 {
    transform: translateX(3000PX);
    position: absolute;

}

.content-block.slider-two-active #step1 {
    transform: translateX(-3000PX);
    position: absolute;

}

.content-block.slider-two-active #step3 {
    transform: translateX(3000PX);
    position: absolute;

}

.content-block.slider-three-active #step1,
.content-block.slider-three-active #step2 {
    transform: translateX(-3000PX);
    position: absolute;

}

#step1,
#step2,
#step3 {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.question2 {
    font-family: arial;
    color: #999;
    text-indent: 0;
    width: 12px;
    border: 1px solid;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    top: -0.5rem;
    text-align: center;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    font-size: 12px;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h4 .question2 {
    /*line-height: 1.5;*/
}

h4 {
    line-height: 1.5;
}

.opensans {
    font-family: "Open Sans", Calibri, "Lucida Grande", Arial, sans-serif;
}

.caption {
    text-align: center;
}

.product-thumb {
    float: left;
    width: 33.3333%;
    height: 19rem;
}

.product-thumb img {
    margin: 0 auto;
    display: block
}

.nodec {
    text-decoration: none
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: 0 -2px 6px rgba(14, 21, 47, .02), 0 6px 18px rgba(14, 21, 47, .1);
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;

    padding: .2rem .55rem;
    color: inherit;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

@media (max-width: 1281px) {
    .video-player-dimensions {
        width: 500px;
        height: 375px;
    }
}

#usernames_block {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-wrap-balance {
    text-wrap: balance;
}
.word-wrap-break-word {
    word-wrap: break-word;
}
.word-wrap-break-word-all {
    word-break: break-all;
}


.more .offer_to_pdf {
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0000 0%, #b21c05 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff0000 0%, #b21c05 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff0000 0%, #b21c05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#b21c05', GradientType=0); /* IE6-9 */
    color: #fff !important;
    border-radius: 4px;
    padding: 1px 6px;
    cursor: pointer;
    text-decoration: none;
}

.gr a.offer_to_pdf:hover {
    background: #FF4925; /* Old browsers */
    background: -moz-linear-gradient(top, #FF4925 0%, #db1f05 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FF4925 0%, #b21c05 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FF4925 0%, #b21c05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4925', endColorstr='#b21c05', GradientType=0); /* IE6-9 */
    color: #fff !important;
}

hr.pagebreak {
    visibility: hidden;
    page-break-after: always;
}

.extra .cta {
    margin-left: 22px;
    padding-left: 0;
}

.extra .cta-title {
    font-size: 20px;
}

.extra .cta-button {
    text-decoration: none;
    transform: translateY(0px);
    padding: 3px 36px 3px 10px;
    margin: 6px 0px;
    border-radius: 45px;
    position: relative;
    font-weight: normal;
    display: inline-block;
    font-size: 90%;
    white-space: nowrap;
    text-transform: none;
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.8);
    background: #5ea3db; /* Old browsers */
    background: -moz-linear-gradient(top, #80c0e0 0%, #34a5dd 19%, #3387cc 41%, #0465ad 84%, #034f99 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #80c0e0 0%, #34a5dd 19%, #3387cc 41%, #0465ad 84%, #034f99 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #80c0e0 0%, #34a5dd 19%, #3387cc 41%, #0465ad 84%, #034f99 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea3db', endColorstr='#1a3e6b', GradientType=0); /* IE6-9 */
    /* box-shadow: 0 5px 15px rgba(10, 79, 255, 0.5); */
}

.extra .cta-button:hover {
    box-shadow: 0 10px 15px rgba(10, 79, 255, 0.6);
}

.extra .cta-button i {
    width: 14px;
    position: absolute;
    height: 14px;
    right: 15px;
    top: 4px;
    background-size: cover;
}

.extra .icon-call {
    background: url(/wp-content/themes/gsl/i/cta-icons.png) -14px 0px no-repeat;

}

.extra .icon-skype {
    background: url(/wp-content/themes/gsl/i/cta-icons.png) 0px 0px no-repeat;

}

.extra .icon-callback {
    background: url(/wp-content/themes/gsl/i/cta-icons.png) -27px 0px no-repeat;

}

.extra .icon-msg {
    background: url(/wp-content/themes/gsl/i/cta-icons.png) -42px 0px no-repeat;

}

.more-text {
    display: none;
}

.contact-modal-list a {
    text-decoration: none;
    display: flex;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    color: gray;
    border: 2px solid #efefef;
    height: 100px;
    width: 100px;
    border-radius: 6px;
    margin-right: 10px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    line-height: 1;
    cursor: pointer;
}

.contact-modal-list a i {
    width: 45px;
    position: relative;
    height: 45px;
    background-size: cover !important;
    margin-bottom: 8px;
}

.contact-modal-list a .icon-skype {
    background: url(/wp-content/themes/gsl/i/cta-icons.png) 0px 0px no-repeat;
}

.extra-nav {
    width: 19.5%;
    font-size: 90%;
    float: left;
    clear: left;
    padding-left: 20px;
}

.cta {
    text-align: left;
}

.cta-title {
    font-size: 18px;
    margin-bottom: 0px;
}

.cta-button {
    min-width: 150px;
    text-decoration: none;
    transform: translateY(0px);
    padding: 7px 42px 7px 10px;
    margin: 6px 10px;
    border-radius: 45px;
    position: relative;
    font-weight: normal;
    display: inline-block !important;
    font-size: 90%;
    white-space: nowrap;
    text-transform: none;
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.8);
    background: #5ea3db; /* Old browsers */
    background: -moz-linear-gradient(top, #80c0e0 0%, #34a5dd 19%, #3387cc 41%, #0465ad 84%, #034f99 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #80c0e0 0%, #34a5dd 19%, #3387cc 41%, #0465ad 84%, #034f99 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #80c0e0 0%, #34a5dd 19%, #3387cc 41%, #0465ad 84%, #034f99 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea3db', endColorstr='#1a3e6b', GradientType=0); /* IE6-9 */
}

.cta-button:hover {
    color: rgba(255, 255, 255, 1);
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(10, 79, 255, 0.6);
}


.cta-button i {

    width: 24px;
    position: absolute;
    height: 24px;
    right: 12px;
    top: 2px;
}

.icon-call {
    background: url(/wp-content/themes/gsl/i/cta-icons.png) -24px 0px no-repeat;

}

.icon-skype {
    background: url(/wp-content/themes/gsl/i/cta-icons.png) 0px 0px no-repeat;

}

.icon-callback {
    background: url(/wp-content/themes/gsl/i/cta-icons.png) -46px 0px no-repeat;

}

.icon-msg {
    background: url(/wp-content/themes/gsl/i/cta-icons.png) -72px 0px no-repeat;

}

.contact-modal-list {
    display: flex;
    justify-content: center;
    position: fixed;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;

}

.contact-modal-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 25px;
    max-width: 500px;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 2;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background: #000;
}

.contact-modal-list.show {
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.contact-modal-block .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 10px;
    font-size: 1.5em;
    cursor: pointer;
}

.contact-modal-list a:last-child {
    margin-right: 0;
}

.contact-modal-list a .skype {
    border: 3px solid #12adf2;
}

.contact-modal-list a.skype {
    border: 2px solid #14abf2;

    color: #16a7f2;
}

.contact-modal-list a.telegram {
    color: #039be5;
    border: 2px solid #039be5;
}

.contact-modal-list a.whatsapp {
    color: #7ad06d;
    border: 2px solid #7ad06d;
}

.contact-modal-list a.viber {
    border: 2px solid #8e24aa;
    color: #8e24aa;
}

.events-list .selected {
    background-color: rgb(255, 255, 255);
    /*    -webkit-box-shadow: 0px 6px 16px 0px rgba(42, 52, 60, 0.16);
        box-shadow: 0px 6px 16px 0px rgba(42, 52, 60, 0.16);*/
    z-index: 114;
    /*margin: 0 -10px 20px;*/
    margin: 0 -5px 20px;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.events-list .selected:first-child {
    border-top: 1px solid #e0e0e0;
}

.events-list .selected .download-pdf {
    float: right;
}

.events-list .selected .themes {
    margin-bottom: 5px;
}

.related-offers .event-head .price {
    font-weight: 100;
    color: #373d3e;
    margin: auto;
    line-height: 26px;
    float: right;
}

.related-offers .icon-pdf-multicolor {
    margin-right: 0px;
    width: 16px;
    vertical-align: sub;
}

.related-offers .selected-price {
    font-size: 17px;
    vertical-align: middle;
}


.button, button, input[type='button'], input[type='reset'], input[type='submit'], input[type='file'] {
    background: #e0ded9;
    background: -moz-linear-gradient(top, #e0ded9 0%, #676f74 64%, #434d53 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e0ded9), color-stop(64%, #676f74), color-stop(100%, #434d53));
    background: -webkit-linear-gradient(top, #e0ded9 0%, #676f74 64%, #434d53 100%);
    background: -o-linear-gradient(top, #e0ded9 0%, #676f74 64%, #434d53 100%);
    background: -ms-linear-gradient(top, #e0ded9 0%, #676f74 64%, #434d53 100%);
    background: linear-gradient(to bottom, #e0ded9 0%, #676f74 64%, #434d53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0ded9', endColorstr='#434d53', GradientType=0);
    border-radius: 2.4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    line-height: 1.4rem;
    padding: 0 0.6rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    border: 0;
    font-size: .91em;
    font-family: 'SF UI Display', 'Helvetica';
}

.button:hover, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {

}

.new-form input[type="submit"] {
    width: auto;
}

form .block {
    margin-bottom: 1.2em;
}

.btn-blue {
    background: #5ea3db; /* Old browsers */
    background: -moz-linear-gradient(top, #80c0e0 0%, #34a5dd 19%, #3387cc 41%, #0465ad 84%, #034f99 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #80c0e0 0%, #34a5dd 19%, #3387cc 41%, #0465ad 84%, #034f99 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #80c0e0 0%, #34a5dd 19%, #3387cc 41%, #0465ad 84%, #034f99 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea3db', endColorstr='#1a3e6b', GradientType=0); /* IE6-9 */
    color: #fff;
    outline: 0;
}

.btn-blue:active, .btn-blue:hover {
    color: rgba(255, 255, 255, 0.8);
    background: #5ea3db; /* Old browsers */
    background: -moz-linear-gradient(top, #034f99 0%, #0465ad 19%, #3387cc 41%, #34a5dd 84%, #80c0e0 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #034f99 0%, #0465ad 19%, #3387cc 41%, #34a5dd 84%, #80c0e0 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #034f99 0%, #0465ad 19%, #3387cc 41%, #34a5dd 84%, #80c0e0 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3e6b', endColorstr='#5ea3db', GradientType=0); /* IE6-9 */
    color: #fff;
    outline: 0;
}

.btn-small {
    padding: 4px 50px !important;
    margin: 6px 10px;
    border-radius: 45px;
    position: relative;
    text-decoration: none;
    font-weight: normal;
    display: inline-block !important;
    font-size: 90%;
    color: #fff;
    white-space: nowrap;
    text-transform: none;
    transition: all 0.2s ease-in-out;
}

.btn-small:visited, .button:visited {
    color: #fff;
}

.button svg {
    width: 16px;
    height: 16px;
    vertical-align: sub;
    fill: white;
}

.facts {
    display: flex;
    flex-wrap: wrap;
}

.feature {
    position: relative;
    flex-grow: 1;
    width: 23%;
    height: 85px;
    background-color: #18a6de;
    margin: 0px 25px 10px 0;
    padding: 5px 0px 25px 15px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: inherit;
}

.feature:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    border-left: 15px solid #18a6de;
    border-bottom: 15px solid transparent;
    width: 0;
    z-index: -1;
}

.feature-title {
    font-weight: normal;
    display: block;
    /* position: absolute; */
    /* top: 5px; */
    /* left: 15px; */
    color: #fff;
    font-size: 58px;
}

.feature-text {
    display: block;
    /* position: absolute; */
    /* top: 70px; */
    font-size: 12px;
    /* left: 15px; */
    color: #fff;
    line-height: 1.4;
    hyphens: none;
}

.feature img {
    max-width: 100%;
}

h2 {
    font-size: 28px;
    color: rgb(26, 98, 157);
    margin-bottom: 20px;
    text-decoration: none
}

.user-column {
    padding-bottom: 15px !important;
    border-spacing: 0 1em;
    border-collapse: separate !important;
}

.user-column .face {
    width: 17%;
    text-align: left;
}

.user-column .face img {
    border-radius: 45px;
}

.user-column .info {
    width: 33%;
    /* vertical-align: top; */
    padding: 0;
    height: 115px;
}

.user-column .info .title {
    font-size: 12px;
}

.user-column .info .name {
    font-size: 16px;
    margin: 0px 0 15px 0;
}

.user-column .info .contacts {
    font-size: 11px;
}

.user-column .description {
    width: 50%;
    font-size: 10px;
    line-height: 1.4;
}

.offices td {
    padding-bottom: 20px;
    vertical-align: top;
    padding-right: 10px
}

.offices .location {
    color: #48aee1;
}

.t-30 {
    top: 30px !important
}

.search:not(#docs-search-form) {
    margin-bottom: 10px;
}

.search .search-input {
    max-width: 70%;
}

.search .button-small-decorated {
    margin-right: 0;
    vertical-align: middle;
}

body #ya-site-form0 {
    margin-bottom: 10px !important;
}

body #ya-site-form0 .ya-site-form__submit {
    color: #ffffff !important;
    padding: 3px 13px;
    text-shadow: 1px 1px 0px #535967;
    line-height: normal;
}

body #ya-site-form0 .ya-site-form__submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e0ded9), color-stop(64%, #47484a), to(#434d53));
    background: -o-linear-gradient(top, #e0ded9 0%, #47484a 64%, #434d53 100%);
    background: linear-gradient(to bottom, #e0ded9 0%, #47484a 64%, #434d53 100%);
}

body #ya-site-form0 .ya-site-form__submit:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#434d53), color-stop(64%, #47484a), to(#e0ded9));
    background: -o-linear-gradient(top, #434d53 0%, #47484a 64%, #e0ded9 100%);
    background: linear-gradient(to bottom, #434d53 0%, #47484a 64%, #e0ded9 100%);
}

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

.extra_content_bottom {
    display: flex;
    width: 100%;
}

.extra_content_bottom .flex-item {
    padding: 10px;
}

body #ya-site-form0 .ya-site-form__search-input {
    padding: 0;
}

.actual-vacancy {
    padding: 5px 10px 10px;
    border-width: 3px;
    border-style: solid;
    -o-border-image: -o-linear-gradient(310deg, #b8d636 0%, #379f46 85%) 1;
    border-image: linear-gradient(140deg, #b8d636 0%, #379f46 85%) 1;
}

.actual-vacancy p.event-description {
    margin-bottom: 0;
}

.no-link > a {
    text-decoration: none;
    pointer-events: none;
}

.pointer-events-none {
    pointer-events: none;
}

@media(min-width:1000px) {
    .no-link-menu-drop > a {
        pointer-events: none;
    }
    .no-link-menu-drop > a > span {
        pointer-events: all;
    }
}


@media (max-width: 1000px) {

    .extra_content_bottom .flex-item a {
        font-size: 11px;
    }

    .extra_content_bottom {
        flex-flow: row wrap;
    }

    .extra_content_bottom .flex-item {
        padding: 10px 0;
    }
}

.payment-icons {
    height: 42px;
    vertical-align: bottom;
}

.item-expandable > a:first-child {
    text-decoration: none;
}

.item-expandable > .item-expander {
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
    color: #0e63ab;
}

.item-expandable > .item-expander:hover {
    color: #828c93 !important;
}

.item-expandable > .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.gsl-advantage {
    display: inline-block;
    width: 33%;
}

.gsl-advantage-inner {
    margin: 10px;
    background-color: #217ac0;
    padding: 15px;
}

.gsl-advantage-inner span {
    color: #fff;
    line-height: 1;
}

.gsl-advantage-title {
    display: block;
    font-size: 45px;
}

.gsl-results-inner {
    padding: 20px;
    background-color: #217ac0;
    margin: 10px;
    color: #fff;
    font-size: 115%;
}

.gsl-results {
    display: inline-block;
    width: 49%;
}

#__uae .gr, #__uae .gr a {
    color: #043b1d;
}

#__hongkong .gr, #__hongkong .gr a {
    color: #f0464f;
}

#__bvi .gr, #__bvi .gr a {
    color: #437f63;
}

#__cyprus .gr, #__cyprus .gr a {
    color: #6b7539;
}

#__uk .gr, #__uk .gr a {
    color: #55298f;
}

img.attachment-userphoto-big {
    max-width: 180px;
    height: auto;
    border-radius: 100%;
}

img.attachment-userphoto-middle, .person .single-person img, img.attachment-userphoto-mini, .person .userpic {
    border-radius: 100%;
}

.person.tv img.attachment-userphoto-middle, .person.tv img.attachment-userphoto-mini {
    border-radius: 0;
}

/*new styles*/
section.section {
    padding: 0 15px;
}

section.section_bordered-top:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E9EEEF;
    margin-bottom: 35px;
}

section.section_bordered-top {
    margin-top: 25px;
}

/* columns */
.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
}
.list.items-list-container.expanding-item {
    justify-content: space-between;
}

.list-column {
    flex: 1 0 0%;
}

.list-column_align-end {
    align-self: end;
}

.list > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.list_nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.list_full-height {
    height: 100%;
}

.list_shrink-unset {
    flex-shrink: unset;
}

.list_vertical-align-center {
    align-items: center
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}


.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-flex-shrink {
    flex-shrink: 1;
}

/* /columns */
#preloader {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -1px;
    margin-left: 0.5em;
    position: relative;
    overflow: hidden;
}

#preloader img {
    position: absolute;
    left: 0;
    top: -384px;
}

.header {
    -webkit-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease;
    z-index: 66;
    background: #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
    top: 0;
    width: 100%;
    position: fixed;
}

.header__header-hide {
    top: -37px;
}

.header__logo-block .logo-image {
    width: 90px;
    height: auto;
    display: block;
    margin: auto;
}

.header__logo-block a {
    display: block;
}

.path-navigation {
    padding: 0 15px;
    font-size: 12px;
}

.owl-carousel, .menu-secondary__menu .views {
    display: none;
}

.menu-secondary__menu, .lang-switcher {
    display: inline-block;
    margin: 0;
}

.container-search {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #778486;
    border-radius: 20px;
}

.container-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2A3138;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: all .1s ease;
}

.container-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2A3138;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: all .1s ease;
}

.container-search input::-ms-input-placeholder { /* Microsoft Edge */
    color: #2A3138;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: all .1s ease;
}

.container-search input:focus::placeholder {
    opacity: .6;
    font-size: 10px;
}

.container-search input:focus:-ms-input-placeholder {
    opacity: .6;
    font-size: 10px;
}

.container-search input:focus::-ms-input-placeholder {
    opacity: .6;
    font-size: 10px;
}

.menu-secondary__menu li {
    display: none;
}

.menu-secondary__menu li.menu-phone {
    display: inline;
}

.header__menu-block {
    width: 100%;
}

.header__menu-block a, .header__menu-block b {
    font-size: 1rem;
    color: #2A3138;
    padding: 0 8px;
    font-weight: 500;
}

.lang-switcher {
    text-transform: uppercase;
}

.menu-secondary__menu .menu-phone a, .header__menu-secondary b.selected {
    font-weight: 600;
    text-decoration: none;
}

.search-form .search-input {
    background: none;
    border: 0;
    outline: none;
    padding: 6px 30px 5px 15px;
    border-radius: 20px;
    width: 100%;
}

.search-form .search-input:focus {
    box-shadow: 0px 0px 7px 0px #38465485;
}

.search-form .search-submit {
    background: url(../i/search.svg);
    border-radius: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 5px;
    opacity: 0.75;
}

.header__logo-block {
    order: 1;
    margin-left: 15px;
}

.header__mobile-hamburger {
    order: 2;
}

.login_url {
    display: none;
}

.search-form-container {
    width: 400px;
    max-width: 45%;
    position: absolute;
    bottom: 11px;
    margin: 0 auto;
    left: 55px;
    right: 0;
}

.hamburger {
    padding: 16px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 31px;
    height: 20px;
    display: block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg);
}

.header__menu-main, .menu-item-top > .sub-menu {
    max-width: 80%;
    width: 450px;
    position: fixed;
    top: 89px;
    right: -450px;
    height: calc(100vh - 89px);
    overflow-x: hidden;
    overflow-y: auto;
    transition: right 0.15s ease-in-out;
    padding: 0 10px 15px;
    background: #f5f5f5;
}

.menu-item-top > .sub-menu {
    z-index: 1;
}

.menu-item-top > .sub-menu.show {
    right: 0px;
}

.header__header-hide .header__menu-main, .header__header-hide .menu-item-top > .sub-menu {
    height: calc(100vh - 52px);
    top: 52px;
}

.customize-support .header__menu-main, .customize-support .menu-item-top > .sub-menu {
    height: calc(100vh - 135px);
    top: 135px;
}

.customize-support .header__header-hide .header__menu-main, .customize-support .header__header-hide .menu-item-top > .sub-menu {
    height: calc(100vh - 99px);
    top: 99px;
}

.path-navigation b, .path-navigation a {
    color: #000000;
    text-decoration: none;
}

#footer_main {
    background: #384654;
    padding: 35px 15px 0;
    position: relative;
    margin-bottom: 47px;
}

#footer_main:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url(../i/GSL_orn3.svg) no-repeat left top;
    width: 220px;
    height: 250px;
    background-size: 140%;
}

.column-footer .list-column {
    order: 0;
    padding-right: 10px;
    width: 50%;
    flex-basis: 50%;
}

.column-footer .list-column:nth-of-type(3) {
    order: 1;
}

.column-footer .list-column:last-child, .column-footer .list-column:nth-last-of-type(2) {
    order: 1;
    width: 100%;
    padding-right: 0;
    flex-basis: 100%;
}

.subtitle3 {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.footer-links a {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 22px;
}

.footer-links > div:last-child a {
    margin-bottom: 0;
}

.list-column_padding-10 {
    padding: 0 10px;
}

.list_negative-margin-10 {
    margin: 0 -10px;
}

.list-column_padding-20 {
    padding: 0 20px;
}

.list_negative-margin-20 {
    margin: 0 -20px;
}

.text-md {
    font-size: 18px;
}

.text-lg {
    font-size: 20px;
}

@media (min-width:520px) {
    .text-lg {
        font-size: 24px;
    }
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-15_important {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35, .l-mt-35 {
    margin-top: 35px;
}

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

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-40 {
    padding-bottom: 40px;
}

.p-5 {
    padding: 0.5rem !important;
}

.p-10 {
    padding: 1.5rem !important;
}

.p-sm {
    padding: 0.5rem 1rem !important;
}

.p-md {
    padding: 1rem 2rem !important;
}

@media (max-width:767px) {
    .p-md {
        padding: 0.7rem 1.5rem !important;
    }
}

.p-20 {
    padding: 20px;
}


.p-20-horizontal {
    padding-left: 20px;
    padding-right: 20px;
}

.p-20-vertical {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-none {
    padding: 0 !important;
}

.pt-none {
    padding-top: 0 !important;
}

.pb-none {
    padding-bottom: 0 !important;
}

.m-none {
    margin: 0 !important;
}

.mt-none {
    margin-top: 0 !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.pt-30-i {
    padding-top: 30px !important;
}

.pb-30-i {
    padding-bottom: 30px !important;
}

.w-225 {
    width: 225px;
}

.w-100 {
    width: 100%;
}
.w-100-i {
    width: 100% !important;
}

.h-100 {
    height: 100%;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-350 {
    max-width: 350px;
}

.max-w-400 {
    max-width: 400px;
}

.max-width-450 {
    max-width: 450px;
}

.max-width-550 {
    max-width: 550px;
}

.max-width-850 {
    max-width: 850px;
}

.max-width-1000 {
    max-width: 1000px;
}

.min-h-100 {
    min-height: 100px;
}

.min-h-150 {
    min-height: 150px;
}

.min-h-500 {
    min-height: 500px !important;
}

.min-h-250-i {
    min-height: 250px !important;
}

.max-h-250-i {
    max-height: 250px !important;
}

.max-h-300-i {
    max-height: 300px !important;
}

.max-h-500 {
    max-height: 500px !important;
}

.max-h-550 {
    max-height: 550px !important;
}

.box-shaddow-sm {
    box-shadow: 1px 1px 20px #a2a2a2;
}



.payment-methods .method {
    display: inline-block;
    margin-right: 18px;
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
}

.payment-methods .visa {
    background: url(../i/footer/visa.svg) no-repeat center / contain;
    width: 45px;
}

.payment-methods .mastercard {
    background: url(../i/footer/mastercard.svg) no-repeat center / contain;
    width: 36px;
}

.payment-methods .btc {
    background: url(../i/footer/btc.svg) no-repeat center / contain;
}

.payment-methods .gpay {
    background: url(../i/footer/gpay.svg) no-repeat center / contain;
}

.payment-methods .apay {
    background: url(../i/footer/apay.svg) no-repeat center / contain;
}

.payment-methods .paypal {
    background: url(../i/footer/paypal.svg) no-repeat center / contain;
}

.payment-methods .yamoney {
    background: url(../i/footer/yamoney.svg) no-repeat center / contain;
    width: 65px;
}

.payment-methods .cash {
    background: url(../i/footer/cash.svg) no-repeat center / contain;
    width: 35px;
}

.payment-methods .bank {
    background: url(../i/footer/bank.svg) no-repeat center / contain;
    width: 35px;
}

.payment-methods .payop {
    background: url(../i/footer/payop.svg) no-repeat center / contain;
    width: 50px;
}

.social-media .social {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 20px;
    background: #99a3a9;
    border-radius: 100%;
    transition: background .2s ease-in-out;
}

.social-media .fb {
    background: url(../i/footer/fb.svg) no-repeat center / contain;
}

.social-media .youtube {
    background: url(../i/footer/youtube.svg) no-repeat center / contain;
}

.social-media .tg {
    background: url(../i/footer/tg.svg) no-repeat center / contain;
}

.social-media i {
    width: 16px;
    height: 26px;
    display: block;
    margin: 0 auto;
}

.social-media .social:hover {
    background: #ffffff;
}

.footer_main-block .switcher b.selected, .footer_main-block .switcher a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 25px;
}

.footer_main-block .switcher a {
    font-weight: 500;
}

#ajax_loader {
    height: 30px;
    width: 30px;
    color: #ffffff;
    border: 3px solid;
    border-radius: 50%;
    border-right-color: #000000;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    display: none;
}

.subscribe-msg, .footer-subscriptions input[type="submit"], .footer-subscriptions br {
    display: none;
}

.footer-subscriptions .subscriptions-email {
    width: 100%;
    border-radius: 25px;
    padding: 10px 50px 9px 20px;
    background: #E9EEEF;
    border: 0;
    line-height: normal;
    font-size: 18px;
    outline: none;
}

.footer-subscriptions .colorform {
    max-width: 300px;
    position: relative;
}

.footer-subscriptions .colorform:after {
    content: "";
    background: url(../i/footer/arrow.svg) no-repeat center / contain;
    position: absolute;
    width: 30px;
    height: 16px;
    top: 50%;
    right: 15px;
    opacity: 1;
    transition: all .2s ease;
    transform: translate(0px, -50%);
}

.footer-subscriptions .colorform.in-focus:after {
    transform: translate(10px, -50%);
    opacity: 0;
}

.footer-subscriptions input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #384654;
    opacity: 1; /* Firefox */
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.footer-subscriptions input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #384654;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.footer-subscriptions input::-ms-input-placeholder { /* Microsoft Edge */
    color: #384654;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

#footer_main .footer-divider {
    border-top: 1px solid #E9EEEF;
    margin-top: 40px;
    margin-bottom: 35px;
}

.subtitle4 {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.terms-and-conditions, .terms-and-conditions a, .footer-menu a {
    color: #ffffff;
}

.footer-msg {
    font-size: 12px;
    line-height: 1.9;
}

.terms-and-conditions .list {
    margin-bottom: 50px;
}

.terms-and-conditions .copyright {
    padding-bottom: 20px;
    font-size: 12px;
    margin: 0;
}

.footer-menu a {
    font-size: 12px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#footer_main .switcher .submenu, #footer_main .switcher .sh-l, #footer_main .switcher .sh-r, #footer_main .switcher .sh-b {
    display: none;
}

#footer_main .switcher .open .submenu {
    display: block;
    padding: 20px 15px 20px 35px;
    background: #778486;
    border-radius: 25px;
    box-shadow: 0px 3px 20px #00000029;
}

.footer_main-block .switcher {
    position: relative;
}

.footer_main-block #site_switcher {
    right: auto;
    left: 0;
}

.footer_main-block #site_switcher .pseudo-link {
    color: #ffffff;
    border-bottom: 0;
}

.footer_main-block #site_switcher .reducer a span.icon {
    filter: brightness(0) invert(1);
    right: auto;
    position: relative;
    display: inline-block;
    top: -2px;
    margin-left: 7px;
}

.footer_main-block #site_switcher.open {
    background: none;
}

.footer_main-block .switcher .dd-wrap a, .footer_main-block .switcher .reducer a {
    text-transform: none;
}

.footer_main-block #site_switcher .dd-wrap {
    position: absolute;
    top: 0 !important;
    transform: translateY(-100%);
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    height: auto !important;
}

.footer_main-block #site_switcher.open .reducer a span.icon {
    background-position: -9px -99px;
}

#footer_main .switcher .item span.icon {
    width: 13px;
    height: 13px;
    position: absolute;
    left: -22px;
    top: 2px;
    background: url(../i/all-site-dotes.gif) no-repeat;
    border-radius: 100%;
}

#footer_main .switcher .submenu div.item {
    position: relative;
    margin-bottom: 8px;
}

.footer_main-block .switcher .dd-wrap a, .footer_main-block .switcher .dd-wrap b {
    font-size: 14px;
    color: #ffffff;
}

.footer_main-block #site_switcher .reducer {
    padding-top: 15px;
}

.footer-menu-item {
    padding-bottom: 12px;
}

.footer-menu .list-column {
    padding-right: 10px;
}

.terms-and-conditions .list-column:first-child {
    margin-bottom: 50px;
}

a.openwin {
    font-size: 12px;
}

.footer-subscriptions p {
    color: #fff;
}

#footer_main a:hover, #footer_main .pseudo-link:hover {
    color: #839eb9 !important;
}

.header__menu-secondary a:hover, .header__menu-secondary li.current-menu-item > a {
    color: #8a9aa0 !important;
}

.footer_main-block {
    position: relative;
}

.shar-container .shar-item, .shar-item .shar-badge, .shar-badge .shar-icon, .shar-container .shar-list {
    display: inline-block;
    vertical-align: top;
}

.shar-container .shar-list {
    padding: 0;
    margin: 0;
}

.shar-list .shar-item {
    padding: 0;
    margin: 2px 3px 0 0;
}

.shar-list .shar-item:hover {
    opacity: 0.85;
}

.shar-item .shar-link {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.shar-item .shar-badge {
    overflow: hidden;
    position: relative;
    border-radius: 50px;
}

.shar-badge .shar-icon {
    height: 34px;
    width: 34px;
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
}

.item-vikey .shar-badge {
    background-color: #4680c2;
}

.icon-vikey {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.item-odnklssnk .shar-badge {
    background-color: #eb722e;
}

.icon-odnklssnk {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.item-tlgrm .shar-badge {
    background-color: #64a9dc;
}

.icon-tlgrm {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.item-twttr .shar-badge {
    background-color: #00aced;
}

.icon-twittr {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.item-viber .shar-badge {
    background-color: #7b519d;
}

.icon-viber {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzgiIGhlaWdodD0iMTg3IiB2aWV3Qm94PSIwIDAgMTc4IDE4NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTg3LjEzNDggMTUuMzgyOUM3NS4zMjA0IDE1LjM4MjkgNDYuMDk1MyAxNi42Mjc0IDMwLjU1IDMxLjU2MTZDMTkuMzU3NCA0Mi4xMzk5IDE1LjAwNDcgNTguMzE4NiAxNC4zODI5IDc3LjYwODVDMTMuMTM5MyAxMDguMDk5IDE5Ljk3OTIgMTI3LjM4OSAzMS4xNzE4IDEzNy4zNDVDMzMuNjU5IDEzOS4yMTIgMzkuODc3MiAxNDQuMTkgNTEuNjkxNiAxNDcuOTIzVjE2My40OEM1MS42OTE2IDE2My40OCA1MS42OTE2IDE2OS43MDIgNTUuNDIyNCAxNzAuOTQ3QzU2LjA0NDMgMTcwLjk0NyA1Ni42NjYxIDE3MS41NjkgNTcuMjg3OSAxNzEuNTY5QzYxLjAxODcgMTcxLjU2OSA2NC4xMjc4IDE2Ny4yMTMgNjguNDgwNSAxNjIuODU4QzcyLjIxMTMgMTU4LjUwMiA3NS4zMjA0IDE1NS4zOTEgNzcuMTg1OCAxNTIuMjc5SDkwLjg2NTdDMTAyLjY4IDE1Mi4yNzkgMTMxLjkwNSAxNTEuMDM1IDE0Ny40NTEgMTM2LjEwMUMxNTguNjQzIDEyNC45IDE2Mi45OTYgMTA4LjcyMSAxNjIuOTk2IDg4LjE4NjlDMTYzLjYxOCA4NS4wNzU2IDE2My42MTggODEuMzQyMSAxNjMuNjE4IDc3LjYwODVDMTYyLjk5NiA1NC41ODUxIDE1Ni4xNTYgMzkuMDI4NyAxNDYuODI5IDMwLjMxNzFDMTQzLjA5OCAyNy4yMDU4IDEyNi45MzEgMTUuMzgyOSA5Mi4xMDkzIDE1LjM4MjlIODcuMTM0OFYxNS4zODI5Wk04NS44OTEyIDI3LjIwNThIOTEuNDg3NUMxMjQuNDQ0IDI3LjIwNTggMTM2Ljg4IDM3Ljc4NDIgMTM4LjEyMyAzOS4wMjg3QzE0NS41ODUgNDUuMjUxMiAxNDkuOTM4IDU4Ljk0MDkgMTUwLjU2IDc2Ljk4NjNWNzkuNDc1M0MxNTEuMTgxIDgzLjIwODkgMTUxLjE4MSA4Ni4zMjAxIDE1MS4xODEgODguMTg2OUMxNTAuNTYgMTA2Ljg1NSAxNDYuODI5IDExOS4zIDEzOS4zNjcgMTI3LjM4OUMxMjYuMzA5IDEzOS4yMTIgOTguOTQ5MiAxMzkuODM0IDkxLjQ4NzUgMTM5LjgzNEg3OS42NzMxTDY5LjcyNDEgMTUxLjAzNUw2My41MDYgMTU3Ljg4TDYyLjI2MjQgMTU5Ljc0NkM2MS4wMTg3IDE2MC45OTEgNTkuMTUzMyAxNjMuNDggNTcuOTA5NyAxNjQuMTAyVjEzNi4xMDFDNDUuNDczNSAxMzIuOTg5IDQwLjQ5OSAxMjguNjM0IDM5LjI1NTMgMTI3LjM4OUMzMC41NSAxMTkuOTIyIDI1LjU3NTUgMTAxLjg3NyAyNi44MTkxIDc3LjYwODVWNzEuMzg2QzI4LjA2MjcgNTYuNDUxOCAzMS43OTM2IDQ2LjQ5NTcgMzguMDExNyAzOS42NTA5QzUxLjA2OTggMjcuODI4MSA3OC40Mjk1IDI3LjIwNTggODUuODkxMiAyNy4yMDU4VjI3LjIwNThaTTg1LjI2OTQgNDAuODk1NEM4Mi4xNjAzIDQwLjg5NTQgODIuMTYwMyA0NS4yNTEyIDg1LjI2OTQgNDUuMjUxMkMxMDguMjc2IDQ1LjI1MTIgMTI4LjE3NCA2MC44MDc2IDEyOC4xNzQgOTAuMDUzN0MxMjguMTc0IDkzLjE2NSAxMzIuNTI3IDkzLjE2NSAxMzIuNTI3IDkwLjA1MzdDMTMyLjUyNyA1OC4zMTg2IDExMS4zODUgNDAuMjczMiA4NS4yNjk0IDQwLjg5NTRWNDAuODk1NFpNNjAuNjI3IDQ2LjY1MTNDNTkuMjE4MSA0Ni40ODIzIDU3Ljc5OSA0Ni44NzA5IDU2LjY3MjMgNDcuNzM0QzUwLjQ1NDIgNTAuODQ1MyA0NC4yMjk4IDU3LjA4MDMgNDYuMDk1MyA2My45MjUxQzQ2LjA5NTMgNjMuOTI1MSA0Ny4zMzg5IDY5LjUxOTIgNTQuMTc4OCA4MS4zNDIxQzU3LjkwOTcgODYuOTQyNCA2MS4wMTg3IDkxLjkyMDQgNjQuMTI3OCA5NS42NTRDNjcuMjM2OSAxMDAuMDEgNzIuMjExNCAxMDQuOTg4IDc3LjE4NTggMTA4LjcyMUM4Ny4xMzQ4IDExNi44MTEgMTAyLjY4IDEyNC45IDEwOS41MiAxMjYuNzY3QzExNS43MzggMTI4LjYzNCAxMjIuNTc4IDEyMi40MTEgMTI1LjY4NyAxMTYuMTg4QzEyNi45MzEgMTEzLjY5OSAxMjYuMzA5IDExMC41ODggMTIzLjgyMiAxMDguNzIxQzEyMC4wOTEgMTA0Ljk4OCAxMTMuODczIDEwMC42MzIgMTA5LjUyIDk4LjE0M0MxMDYuNDExIDk2LjI3NjIgMTAyLjY4IDk3LjUyMDcgMTAxLjQzNiA5OS4zODc1TDk4LjMyNzQgMTAzLjEyMUM5Ny4wODM4IDEwNC45ODggOTMuOTc0NyAxMDQuOTg4IDkzLjk3NDcgMTA0Ljk4OEM3My40NTUgOTkuMzg3NSA2Ny44NTg3IDc4LjIzMDggNjcuODU4NyA3OC4yMzA4QzY3Ljg1ODcgNzguMjMwOCA2Ny44NTg3IDc1Ljc0MTggNjkuNzI0MSA3My44NzVMNzMuNDU1IDcwLjc2MzdDNzUuMzIwNCA2OS41MTkyIDc2LjU2NCA2NS43ODU3IDc0LjY5ODYgNjIuNjc0NEM3My40NTUgNjAuODA3NiA3MS41ODk1IDU3LjA3NDEgNjkuNzI0MSA1NS4yMDczQzY3Ljg1ODcgNTIuNzE4MyA2NC4xMjc4IDQ4LjM2MjUgNjQuMTI3OCA0OC4zNjI1QzYzLjE4NDQgNDcuNDE3MSA2MS45NTIxIDQ2LjgxNDggNjAuNjI3IDQ2LjY1MTNWNDYuNjUxM1pNODkuNjIyMSA1My4zNDA2Qzg2LjUxMyA1Mi43MTgzIDg1Ljg5MTIgNTcuNjk2NCA4OS4wMDAzIDU3LjY5NjRDMTA2LjQxMSA1OC45NDA5IDExNi4zNiA3MC43NjM3IDExNS43MzggODUuNjk3OUMxMTUuMTE2IDg4LjgwOTIgMTIwLjA5MSA4OC44MDkyIDEyMC4wOTEgODUuNjk3OUMxMjAuNzEzIDY4LjI3NDcgMTA5LjUyIDUzLjk2MjggODkuNjIyMSA1My4zNDA2VjUzLjM0MDZaTTkxLjQ4NzUgNjUuMTYzNEM4OC4zNzg0IDY0LjU0MTIgODguMzc4NCA2OS41MTkyIDkxLjQ4NzUgNjkuNTE5MkM5OC45NDkyIDY5LjUxOTIgMTAyLjY4IDczLjg3NSAxMDIuNjggODEuMzQyMUMxMDMuMzAyIDg0LjQ1MzQgMTA3LjY1NSA4NC40NTM0IDEwNy42NTUgODEuMzQyMUMxMDcuMDMzIDcxLjM4NiAxMDEuNDM2IDY1LjE2MzQgOTEuNDg3NSA2NS4xNjM0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
}

.item-viber .shar-badge .shar-icon {
    background-size: 26px 25px;
}

.item-whtsp .shar-badge {
    background-color: #65bc54;
}

.item-whtsp .shar-badge .shar-icon {
    background-size: 26px;
}

.icon-whtsp {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxODgiIGhlaWdodD0iMTk4IiB2aWV3Qm94PSIwIDAgMTg4IDE5OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNDkuNDIyIDQzLjY3MzNDMTQyLjI3IDM2LjQ2MzggMTMzLjc2MiAzMC43NDc1IDEyNC4zOSAyNi44NTU2QzExNS4wMTggMjIuOTYzNyAxMDQuOTY4IDIwLjk3MzUgOTQuODIyOSAyMS4wMDAzQzUyLjI5NDggMjEuMDAwMyAxNy42NDU4IDU1LjY4MjcgMTcuNjQ1OCA5OC4yOTE2QzE3LjYxMzYgMTExLjg1OSAyMS4xNjUzIDEyNS4xOTMgMjcuOTQwNCAxMzYuOTQxTDE3IDE3N0w1Ny45MiAxNjYuMjMzQzY5LjIzNDkgMTcyLjQwOCA4MS45MTIyIDE3NS42NDkgOTQuNzk3MSAxNzUuNjYxSDk0LjgyOTRDMTM3LjM2NCAxNzUuNjYxIDE3MS45NzQgMTQwLjk4NSAxNzIgOTguMzQzNEMxNzIgNzcuNjk1NyAxNjMuOTc5IDU4LjI4MzkgMTQ5LjQyMiA0My42NjY4VjQzLjY3MzNaTTk0LjgyMjkgMTYyLjU5Nkg5NC43OTcxQzgzLjMxMTMgMTYyLjU5NiA3Mi4wMzYzIDE1OS41MDYgNjIuMTUwMiAxNTMuNjQ4TDU5LjgwNTggMTUyLjI1NkwzNS41MDk2IDE1OC42M0w0MS45OTM3IDEzNC45MTVMNDAuNDgyNSAxMzIuNDg5QzM0LjA1MzkgMTIyLjI0NyAzMC42NTA0IDExMC4zOTEgMzAuNjY1OCA5OC4yOTE2QzMwLjY2NTggNjIuODg0NSA1OS40NTA2IDM0LjA3MDkgOTQuODQ4OCAzNC4wNzA5QzEwMy4yNzMgMzQuMDQ5OCAxMTEuNjE4IDM1LjcwMzIgMTE5LjQgMzguOTM1M0MxMjcuMTgyIDQyLjE2NzQgMTM0LjI0NyA0Ni45MTQgMTQwLjE4NiA1Mi45MDAzQzE0Ni4xNTQgNTguODU4IDE1MC44ODUgNjUuOTQxMyAxNTQuMTA1IDczLjc0MTFDMTU3LjMyNSA4MS41NDA5IDE1OC45NzEgODkuOTAyNiAxNTguOTQ4IDk4LjM0MzRDMTU4Ljk0OCAxMzMuNzgzIDEzMC4xNjMgMTYyLjU5NiA5NC44MTY1IDE2Mi41OTZIOTQuODIyOVpNMTI5Ljk4OSAxMTQuNDY4QzEyOC4wNyAxMTMuNTEgMTE4LjU4MyAxMDguODM5IDExNi44MiAxMDguMjA1QzExNS4wNTcgMTA3LjU0NSAxMTMuNzY1IDEwNy4yNCAxMTIuNDggMTA5LjE2MkMxMTEuMTg4IDExMS4xMDMgMTA3LjUwNyAxMTUuNDU4IDEwNi4zNzcgMTE2Ljc0NkMxMDUuMjY2IDExOC4wMDggMTA0LjEyOSAxMTguMTg5IDEwMi4yMTEgMTE3LjIyNUMxMDAuMjc0IDExNi4yNjcgOTQuMDY3MyAxMTQuMjE2IDg2LjY5ODMgMTA3LjYyMkM4MC45Njk4IDEwMi41MSA3Ny4wODgzIDk2LjE2OTIgNzUuOTc3NSA5NC4yNDc1Qzc0Ljg0MDggOTIuMzA2MyA3NS44NDgzIDkxLjI3MSA3Ni44MTA2IDkwLjMwMDRDNzcuNjg5IDg5LjQ0NjMgNzguNzQ4MSA4OC4wNTUxIDc5LjcxMDQgODYuOTE2M0M4MC42NjYzIDg1LjgwOTggODEuMDAyMSA4NS4wMDEgODEuNjQ3OSA4My43MDY5QzgyLjI4MDggODIuNDE5MiA4MS45NTc5IDgxLjI4MDQgODEuNDczNSA4MC4zMjI3QzgwLjk5NTYgNzkuMzY1MSA3Ny4xNCA2OS44MzM5IDc1LjUyNTQgNjUuOTY0NUM3My45NTYgNjIuMTk4NiA3Mi4zNjczIDYyLjcyOTIgNzEuMTg1NCA2Mi42NThDNzAuMDc0NiA2Mi42MDYyIDY4Ljc4OTQgNjIuNjA2MiA2Ny41MDQyIDYyLjYwNjJDNjYuMjEyNSA2Mi42MDYyIDY0LjEyIDYzLjA4NTEgNjIuMzUwNCA2NS4wMzI3QzYwLjU4NzMgNjYuOTU0NSA1NS42MTQ0IDcxLjYzMjcgNTUuNjE0NCA4MS4xMzE2QzU1LjYxNDQgOTAuNjM2OSA2Mi41MjQ4IDk5LjgzMTYgNjMuNDkzNSAxMDEuMTI2QzY0LjQ0OTQgMTAyLjM4NyA3Ny4wODgzIDEyMS44OTYgOTYuNDMxIDEzMC4yNjlDMTAxLjAyOSAxMzIuMjYyIDEwNC42MDcgMTMzLjQ1MyAxMDcuNDEgMTM0LjMzOUMxMTIuMDI4IDEzNS44MDIgMTE2LjIzOSAxMzUuNjAxIDExOS41NzEgMTM1LjExNkMxMjMuMjc4IDEzNC41NjYgMTMwLjk3IDEzMC40NDQgMTMyLjU4NSAxMjUuOTIxQzEzNC4xOCAxMjEuNDI0IDEzNC4xOCAxMTcuNTU1IDEzMy42OTYgMTE2Ljc0NkMxMzMuMjE4IDExNS45MzcgMTMxLjkzMyAxMTUuNDUyIDEyOS45ODkgMTE0LjQ2OFYxMTQuNDY4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
}

.icon-mail {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxODgiIGhlaWdodD0iMTk4IiB2aWV3Qm94PSIwIDAgMTg4IDE5OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2My43NzYgMzVIMjUuMDExNUMxNi4xODIyIDM1IDkgNDIuMTk0NSA5IDUxLjAzODlWMTQ3LjI3MkM5IDE1Ni4xMTYgMTYuMTgyMiAxNjMuMzEgMjUuMDExNSAxNjMuMzFIMTYzLjc3NkMxNzIuNjA2IDE2My4zMSAxNzkuNzg4IDE1Ni4xMTYgMTc5Ljc4OCAxNDcuMjcyVjUxLjAzODlDMTc5Ljc4OCA0Mi4xOTQ1IDE3Mi42MDYgMzUgMTYzLjc3NiAzNVYzNVpNMTYzLjc3NiA0NS42OTI1QzE2NC41MDIgNDUuNjkyNSAxNjUuMTkxIDQ1Ljg0MzIgMTY1LjgyMiA0Ni4xMDY0TDk0LjM5NCAxMDguMTJMMjIuOTY1NSA0Ni4xMDY0QzIzLjU5NjEgNDUuODQzNSAyNC4yODYgNDUuNjkyNSAyNS4wMTExIDQ1LjY5MjVIMTYzLjc3NlpNMTYzLjc3NiAxNTIuNjE4SDI1LjAxMTVDMjIuMDY2NyAxNTIuNjE4IDE5LjY3NDIgMTUwLjIyMSAxOS42NzQyIDE0Ny4yNzFWNTcuNDAzMUw5MC44OTY2IDExOS4yMzVDOTEuOTAyNyAxMjAuMTA3IDkzLjE0ODMgMTIwLjU0IDk0LjM5NCAxMjAuNTRDOTUuNjM5NiAxMjAuNTQgOTYuODg1MiAxMjAuMTA3IDk3Ljg5MTMgMTE5LjIzNUwxNjkuMTE0IDU3LjQwMzFWMTQ3LjI3MkMxNjkuMTEzIDE1MC4yMjEgMTY2LjcyMSAxNTIuNjE4IDE2My43NzYgMTUyLjYxOFYxNTIuNjE4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
}

.icon-jivosite {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxODgiIGhlaWdodD0iMTk4IiB2aWV3Qm94PSIwIDAgMTg4IDE5OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM3LjQ1MzcgMTM1Ljc0OUMzOC41NTY2IDEzNi44NTYgMzkuNDAxNyAxMzguMTkzIDM5LjkyODggMTM5LjY2NEM0MC40NTU4IDE0MS4xMzUgNDAuNjUyIDE0Mi43MDQgNDAuNTAzMSAxNDQuMjU5QzM5Ljc1NjQgMTUxLjQ1OSAzOC4zNDA3IDE1OC41NzMgMzYuMjc0NCAxNjUuNTA5QzUxLjA5NjIgMTYyLjA3OCA2MC4xNDg4IDE1OC4xMDQgNjQuMjYwNiAxNTYuMDIxQzY2LjU5MjggMTU0Ljg0IDY5LjI3ODcgMTU0LjU2IDcxLjgwNDQgMTU1LjIzNUM3OS4wNDQ2IDE1Ny4xNjUgODYuNTA2OSAxNTguMTM3IDk0IDE1OC4xMjVDMTM2LjQ1OCAxNTguMTI1IDE2OC4zNzUgMTI4LjMwMSAxNjguMzc1IDk0LjM3NUMxNjguMzc1IDYwLjQ2IDEzNi40NTggMzAuNjI1IDk0IDMwLjYyNUM1MS41NDI1IDMwLjYyNSAxOS42MjUgNjAuNDYgMTkuNjI1IDk0LjM3NUMxOS42MjUgMTA5Ljk3MyAyNi4xODA2IDEyNC40NDQgMzcuNDUzNyAxMzUuNzQ5Wk0zMi4yMTU2IDE3Ny4yMzlDMjkuNjk4MiAxNzcuNzM4IDI3LjE3MjcgMTc4LjE5NSAyNC42NCAxNzguNjFDMjIuNTE1IDE3OC45NSAyMC45IDE3Ni43NCAyMS43Mzk0IDE3NC43NjRDMjIuNjgyOCAxNzIuNTM5IDIzLjU0NzUgMTcwLjI4MSAyNC4zMzE5IDE2Ny45OTZMMjQuMzYzNyAxNjcuODg5QzI2Ljk5ODcgMTYwLjIzOSAyOS4xNDUgMTUxLjQ0MiAyOS45MzEzIDE0My4yNUMxNi44OTQ0IDEzMC4xODEgOSAxMTMuMDc1IDkgOTQuMzc1QzkgNTMuMjk4OCA0Ny4wNTg3IDIwIDk0IDIwQzE0MC45NDEgMjAgMTc5IDUzLjI5ODggMTc5IDk0LjM3NUMxNzkgMTM1LjQ1MSAxNDAuOTQxIDE2OC43NSA5NCAxNjguNzVDODUuNTgxMyAxNjguNzYxIDc3LjE5NzUgMTY3LjY2OCA2OS4wNjMxIDE2NS40OTlDNjMuNTM4MSAxNjguMjkzIDUxLjY0ODcgMTczLjM4MyAzMi4yMTU2IDE3Ny4yMzlWMTc3LjIzOVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTUxLjUgNjcuODEyNUM1MS41IDY2LjQwMzUgNTIuMDU5NyA2NS4wNTIzIDUzLjA1NiA2NC4wNTZDNTQuMDUyMyA2My4wNTk3IDU1LjQwMzUgNjIuNSA1Ni44MTI1IDYyLjVIMTMxLjE4OEMxMzIuNTk2IDYyLjUgMTMzLjk0OCA2My4wNTk3IDEzNC45NDQgNjQuMDU2QzEzNS45NCA2NS4wNTIzIDEzNi41IDY2LjQwMzUgMTM2LjUgNjcuODEyNUMxMzYuNSA2OS4yMjE1IDEzNS45NCA3MC41NzI3IDEzNC45NDQgNzEuNTY5QzEzMy45NDggNzIuNTY1MyAxMzIuNTk2IDczLjEyNSAxMzEuMTg4IDczLjEyNUg1Ni44MTI1QzU1LjQwMzUgNzMuMTI1IDU0LjA1MjMgNzIuNTY1MyA1My4wNTYgNzEuNTY5QzUyLjA1OTcgNzAuNTcyNyA1MS41IDY5LjIyMTUgNTEuNSA2Ny44MTI1Wk01MS41IDk0LjM3NUM1MS41IDkyLjk2NiA1Mi4wNTk3IDkxLjYxNDggNTMuMDU2IDkwLjYxODVDNTQuMDUyMyA4OS42MjIyIDU1LjQwMzUgODkuMDYyNSA1Ni44MTI1IDg5LjA2MjVIMTMxLjE4OEMxMzIuNTk2IDg5LjA2MjUgMTMzLjk0OCA4OS42MjIyIDEzNC45NDQgOTAuNjE4NUMxMzUuOTQgOTEuNjE0OCAxMzYuNSA5Mi45NjYgMTM2LjUgOTQuMzc1QzEzNi41IDk1Ljc4NCAxMzUuOTQgOTcuMTM1MiAxMzQuOTQ0IDk4LjEzMTVDMTMzLjk0OCA5OS4xMjc4IDEzMi41OTYgOTkuNjg3NSAxMzEuMTg4IDk5LjY4NzVINTYuODEyNUM1NS40MDM1IDk5LjY4NzUgNTQuMDUyMyA5OS4xMjc4IDUzLjA1NiA5OC4xMzE1QzUyLjA1OTcgOTcuMTM1MiA1MS41IDk1Ljc4NCA1MS41IDk0LjM3NVpNNTEuNSAxMjAuOTM4QzUxLjUgMTE5LjUyOSA1Mi4wNTk3IDExOC4xNzcgNTMuMDU2IDExNy4xODFDNTQuMDUyMyAxMTYuMTg1IDU1LjQwMzUgMTE1LjYyNSA1Ni44MTI1IDExNS42MjVIOTkuMzEyNUMxMDAuNzIxIDExNS42MjUgMTAyLjA3MyAxMTYuMTg1IDEwMy4wNjkgMTE3LjE4MUMxMDQuMDY1IDExOC4xNzcgMTA0LjYyNSAxMTkuNTI5IDEwNC42MjUgMTIwLjkzOEMxMDQuNjI1IDEyMi4zNDYgMTA0LjA2NSAxMjMuNjk4IDEwMy4wNjkgMTI0LjY5NEMxMDIuMDczIDEyNS42OSAxMDAuNzIxIDEyNi4yNSA5OS4zMTI1IDEyNi4yNUg1Ni44MTI1QzU1LjQwMzUgMTI2LjI1IDU0LjA1MjMgMTI1LjY5IDUzLjA1NiAxMjQuNjk0QzUyLjA1OTcgMTIzLjY5OCA1MS41IDEyMi4zNDYgNTEuNSAxMjAuOTM4WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K');
}

.icon-videoconference {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxODgiIGhlaWdodD0iMTk4IiB2aWV3Qm94PSIwIDAgMTg4IDE5OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4NC41IDEzOC45MjZWMTM4LjkyNlY1OS4wNjc0VjU5LjA2NjdDMTg0LjQ5OCA1Ny4zODYxIDE4My45ODYgNTUuNzQxOCAxODMuMDI3IDU0LjMxMTRDMTgyLjA2OCA1Mi44ODE2IDE4MC42OTkgNTEuNzIxMSAxNzkuMDczIDUwLjk0OTJDMTc3LjQ0NiA1MC4xNzc0IDE3NS42MiA0OS44MjE0IDE3My43OTEgNDkuOTE2N0MxNzEuOTYxIDUwLjAxMjEgMTcwLjE5MSA1MC41NTU1IDE2OC42NzIgNTEuNDkyNEwxNjguOTE3IDUxLjg4OTlMMTY4LjY3MiA1MS40OTI1TDEzNC40NTIgNzIuNjA5VjYyLjU1ODhDMTM0LjQ1MiA1Ni40MjU1IDEzMS43NDggNTAuNTU1MyAxMjYuOTU1IDQ2LjIzNTlDMTIyLjE2MyA0MS45MTgxIDExNS42NzUgMzkuNSAxMDguOTIgMzkuNUgyOC4wMzE5QzIxLjI3NjIgMzkuNSAxNC43ODgxIDQxLjkxODEgOS45OTY5NSA0Ni4yMzU5QzUuMjA0MDMgNTAuNTU1MyAyLjUgNTYuNDI1NSAyLjUgNjIuNTU4OFYxMzUuNDQxQzIuNSAxNDEuNTc1IDUuMjA0MDMgMTQ3LjQ0NSA5Ljk5Njk1IDE1MS43NjRDMTQuNzg4MSAxNTYuMDgyIDIxLjI3NjIgMTU4LjUgMjguMDMxOSAxNTguNUgxMDguOTJDMTE1LjY3NSAxNTguNSAxMjIuMTYzIDE1Ni4wODIgMTI2Ljk1NSAxNTEuNzY0QzEzMS43NDggMTQ3LjQ0NSAxMzQuNDUyIDE0MS41NzUgMTM0LjQ1MiAxMzUuNDQxVjEyNS4zNzFMMTY4LjY2NCAxNDYuNUMxNzAuMTgzIDE0Ny40MzkgMTcxLjk1NCAxNDcuOTg0IDE3My43ODUgMTQ4LjA4MUMxNzUuNjE2IDE0OC4xNzcgMTc3LjQ0MyAxNDcuODIyIDE3OS4wNzEgMTQ3LjA0OUMxODAuNjk5IDE0Ni4yNzcgMTgyLjA2OSAxNDUuMTE2IDE4My4wMjggMTQzLjY4NUMxODMuOTg4IDE0Mi4yNTMgMTg0LjQ5OSAxNDAuNjA4IDE4NC41IDEzOC45MjZaTTEzNC40NTIgODYuNDAzMUwxNzEuOTQ3IDYzLjI2NzRWMTM0LjczMkwxMzQuNDUyIDExMS41NzZWODYuNDAzMVpNMTIxLjg5OCA2Mi41NTg4VjEzNS40NDFDMTIxLjg5OCAxMzguNTEyIDEyMC41NDUgMTQxLjQ3IDExOC4xMTYgMTQzLjY1OUMxMTUuNjg1IDE0NS44NSAxMTIuMzc4IDE0Ny4wODggMTA4LjkyIDE0Ny4wODhIMjguMDMxOUMyNC41NzM5IDE0Ny4wODggMjEuMjY2NyAxNDUuODUgMTguODM1NyAxNDMuNjU5QzE2LjQwNjUgMTQxLjQ3IDE1LjA1MzIgMTM4LjUxMiAxNS4wNTMyIDEzNS40NDFWNjIuNTU4OEMxNS4wNTMyIDU2LjE3NzQgMjAuODE3NiA1MC45MTE4IDI4LjAzMTkgNTAuOTExOEgxMDguOTJDMTE2LjE0MSA1MC45MTE4IDEyMS44OTggNTYuMTc3MyAxMjEuODk4IDYyLjU1ODhaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K');
}

.icon-redconnect {
    background-image: url("data:image/svg+xml;base64,CgkJPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDgwIDgwIiB2ZXJzaW9uPSIxLjEiIGNsYXNzPSJyYy1yZXNldCI+CgkJCTxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyLjczNDI3OSwgNDEuNDk5NDQ5KSByb3RhdGUoMTIwLjAwMDAwMCkgdHJhbnNsYXRlKC00Mi43MzQyNzksIC00MS40OTk0NDkpIiBkPSJNMjcuOSA1MC4yQzI2LjYgNTAuOSAyNiA1MC45IDI1IDQ5LjcgMjQuNyA0OS40IDI0LjggNDkuMSAyNS4xIDQ4LjkgMjggNDcuMyAyOS44IDQ2LjIgMzIuMyA0NC44IDMyLjUgNDQuNiAzMi44IDQ0LjUgMzMuMSA0NC41IDMzLjMgNDQuNCAzMy42IDQ0LjYgMzMuNyA0NC43IDM0LjEgNDUuNiAzMy42IDQ2LjkgMzIuNyA0Ny40IDMxLjkgNDcuOSAzMC44IDQ4LjUgMzAuMiA0OC44IDI5LjYgNDkuMiAyOC43IDQ5LjggMjcuOSA1MC4yWk01Ny41IDUwLjJDNTguOCA1MC45IDU5LjQgNTAuOSA2MC40IDQ5LjcgNjAuNyA0OS40IDYwLjcgNDkuMSA2MC4zIDQ4LjkgNTcuNCA0Ny4zIDU1LjYgNDYuMiA1My4yIDQ0LjggNTIuOSA0NC42IDUyLjYgNDQuNSA1Mi4zIDQ0LjUgNTIuMiA0NC40IDUxLjggNDQuNiA1MS44IDQ0LjcgNTEuNCA0NS42IDUxLjkgNDYuOSA1Mi43IDQ3LjQgNTMuNiA0Ny45IDU0LjYgNDguNSA1NS4yIDQ4LjggNTUuOSA0OS4yIDU2LjggNDkuOCA1Ny41IDUwLjJaTTYwLjkgNDcuOUM1OS4yIDQ2LjkgNTQuOSA0NC40IDUyLjkgNDMuMyA1Mi43IDQzLjEgNTIuNCA0Mi44IDUyLjQgNDIuNSA1Mi4xIDQwLjcgNTAuOSAzOS4zIDQ5IDM5LjMgNDYuOSAzOS4zIDQ0LjggMzkuMiA0Mi43IDM5LjIgNDAuNyAzOS4yIDM4LjYgMzkuMyAzNi41IDM5LjMgMzQuNiAzOS4zIDMzLjQgNDAuNyAzMy4xIDQyLjUgMzMuMSA0Mi44IDMyLjggNDMuMSAzMi42IDQzLjMgMzAuNiA0NC40IDI3LjEgNDYuNCAyNC42IDQ3LjggMjQuMyA0OCAyMy43IDQ3LjggMjMuNCA0NyAyMy4yIDQ2LjQgMjMuMSA0NS44IDIzIDQ1LjIgMjIuMyA0MS43IDIzLjYgMzggMjYuOCAzNi40IDI4LjcgMzUuNCAzMC43IDM0LjYgMzIuNyAzMy45IDM1LjkgMzIuNiAzOS4zIDMyLjMgNDIuNyAzMi40IDQ2LjIgMzIuMyA0OS41IDMyLjYgNTIuOCAzMy45IDU0LjggMzQuNiA1Ni44IDM1LjQgNTguNyAzNi40IDYxLjkgMzggNjMuMiA0MS43IDYyLjUgNDUuMiA2Mi40IDQ1LjggNjEuOSA0Ni45IDYxLjcgNDcuNSA2MS42IDQ3LjggNjEuMiA0OCA2MC45IDQ3LjlaIiBjbGFzcz0icmMtcmVzZXQiPjwvcGF0aD4KCQk8L3N2Zz4KCQ==");
}

.shar-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.shar-container {
    text-align: center;
    background: #E9EEEF;
    padding: 20px 0;
    border-radius: 25px;
}

#footer_main .list-column:not(:last-child) .switcher {
    margin-bottom: 60px;
}

.gsl-contacts-container {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 6;
    will-change: transform;
    transform: translateY(0px);
    transition: transform .3s ease-in-out;
    width: 100%;
}

.gsl-contacts-container_hidden {
    transform: translateY(42px);
}

.gsl-contacts-container .contacts-link {
    display: block;
    text-align: center;
    position: relative;
    flex: 1 1 0px
}

.gsl-contacts-container .contacts-link:not(:last-child) {
    border-right: 2px solid #ffffff5e;
}

.gsl-contacts-container > div.contacts-link {
    cursor: pointer;
}

.gsl-contacts-container .contacts-link_disabled {
    cursor: not-allowed;
}

.contacts-link_disabled .contacts-badge {
    background: #0000004a;
}

.contacts-link_disabled .contacts-icon {
    z-index: -1;
    position: relative;
}

.contacts-badge {
    display: block;
    padding: 6px 0;
}

.contacts-icon {
    width: 30px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.gsl-contacts-container, .chat-languages {
    background: -o-linear-gradient(310deg, #3e99bb 25%, #185ea1 65%);
    background: linear-gradient(140deg, #3e99bb 25%, #185ea1 65%);
}

#__audit .gsl-contacts-container, #__audit .chat-languages {
    background: -o-linear-gradient(310deg, #e05140 25%, #8f001c 65%);
    background: linear-gradient(140deg, #e05140 25%, #8f001c 65%);
}

#__taxes .gsl-contacts-container, #__taxes .chat-languages, #__family-office .gsl-contacts-container, #__family-office .chat-languages {
    background: -o-linear-gradient(310deg, #f6a800 25%, #d15a00 65%);
    background: linear-gradient(140deg, #f6a800 25%, #d15a00 65%);
}

#__audit-foreign .gsl-contacts-container, #__audit-foreign .chat-languages {
    background: -o-linear-gradient(310deg, #f6a800 25%, #d15a00 65%);
    background: linear-gradient(140deg, #f6a800 25%, #d15a00 65%);
}

#__law .gsl-contacts-container, #__law .chat-languages {
    background: -o-linear-gradient(310deg, #ebbb19 25%, #b67800 65%);
    background: linear-gradient(140deg, #ebbb19 25%, #b67800 65%);
}

#__conferences .gsl-contacts-container, #__conferences .chat-languages {
    background: -o-linear-gradient(310deg, #818eea 25%, #5c1692 65%);
    background: linear-gradient(140deg, #818eea 25%, #5c1692 65%);
}

#__translations .gsl-contacts-container, #__translations .chat-languages {
    background: -o-linear-gradient(310deg, #f2850c 25%, #87a50c 65%);
    background: linear-gradient(140deg, #f2850c 25%, #87a50c 65%);
}

#__vacancies .gsl-contacts-container, #__vacancies .chat-languages {
    background-image: -o-linear-gradient(310deg, #a8c52b 25%, #379f46 65%);
    background-image: linear-gradient(140deg, #a8c52b 25%, #379f46 65%);
}

.link-redconnect .contacts-icon {
    background-size: 45px 45px;
}

#jvlabelWrap {
    bottom: -40px !important;
}

body #rc-connect #rc-phone {
    top: auto !important;
    bottom: -90px !important;
    right: 0px !important;
    transform: translateY(0px);
    transition: transform .3s ease-in-out;
}

body #rc-connect #rc-phone.rc-show {
    transform: translateY(-120px);
}

jdiv[class*="jivoMobileButton"] {
    display: none;
}

.main #random_lecture .order-container .order {
    right: 0;
}

.swal2-modal {
    padding: 20px;
}

.flex-auto {
    flex: auto !important;
}

.flex-block {
    display: flex;
    flex-wrap: wrap;
}

.flex-block_nowrap {
    flex-wrap: nowrap;
}

.flex-column-full-with {
    flex: 0 0 100%;
}

.flex-block_direction-column {
    flex-direction: column;
}

.flex-block_justify-space-between, .header-inner, .header__menu-secondary {
    justify-content: space-between;
}

.header-inner {
    align-items: center;
}

.flex-block__grow {
    flex-grow: 1;
}

.header__menu-block li {
    margin-bottom: 0;
    width: 100%;
}
.header__menu-main .menu-item-top {
    flex: 1 0 auto;
}
.header__menu-secondary {
    padding: 12px 7px 5px;
}

.menu-main__menu, .sub-menu, .mega-menu-list {
    margin: 0;
}

.header__menu-main a {
    color: #384654;
    text-decoration: none;
}

.header__menu-main a:hover {
    color: #384654 !important;
}

.header__menu-main.show {
    right: 0;
}

.menu-title-border {
    display: none;
}

.menu-item-top > .sub-menu a {
    background-color: transparent;
}

.offshore-switcher__switch-button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}

.offshore-switcher__checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    border: 2px solid #ADABBA;
}

.switch-slider.on {
    border: 2px solid #006bbb;
}

.switch-slider, .header__mobile-hamburger, .menu-item {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #ADABBA;
    transition: .15s;
}

.switch-slider.on:before {
    background-color: #006bbb;
}

.offshore-switcher__checkbox:checked + .switch-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.menu-offshore .menu-depth-4 .offshore > a, .highlight-offshore .menu-depth-4 li:not(.offshore) > a {
    font-weight: 500;
    color: #38465466;
}

.menu-offshore .menu-depth-4 a, .highlight-offshore .menu-depth-4 .offshore > a {
    font-weight: 600;
    color: #384654
}

.header__menu-main .menu-item a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e2e2e2;
}

.header__menu-main .menu-item.current-menu-item > a, .header__menu-main .menu-item.current-menu-ancestor > a {
    font-weight: bold;
    color: #384654;
}

.header__menu-main .menu-main__menu > .menu-item:first-child > a, .header__menu-main .menu-item-back > a {
    border-top: 0;
}

.mega-menu .menu-empty > a {
    display: none;
}

@media(max-height:1080px) and (min-width:1001px) {
    .mega-menu > ul.sub-menu {
        max-height: 650px;
        overflow-y: auto;
    }
}

.sub-menu .country-austria > a:before {
    background: url("../i/mega-menu/flags/austria.svg");
}

.sub-menu .country-andorra > a:before {
    background: url("../i/mega-menu/flags/andorra.svg");
}

.sub-menu .country-anguilla > a:before {
    background: url("../i/mega-menu/flags/anguilla.svg");
}

.sub-menu .country-antigua > a:before {
    background: url("../i/mega-menu/flags/antigua.svg");
}

.sub-menu .country-bahamas > a:before {
    background: url("../i/mega-menu/flags/bahamas.svg");
}

.sub-menu .country-belgium > a:before {
    background: url("../i/mega-menu/flags/belgium.svg");
}

.sub-menu .country-belize > a:before {
    background: url("../i/mega-menu/flags/belize.svg");
}

.sub-menu .country-bulgaria > a:before {
    background: url("../i/mega-menu/flags/bulgaria.svg");
}

.sub-menu .country-british-virgin-islands > a:before {
    background: url("../i/mega-menu/flags/british-virgin-islands.svg");
}

.sub-menu .country-campione-ditalia > a:before {
    background: url("../i/mega-menu/flags/campione-ditalia.png");
}

.sub-menu .country-canada > a:before {
    background: url("../i/mega-menu/flags/canada.svg");
}

.sub-menu .country-cayman-islands > a:before {
    background: url("../i/mega-menu/flags/cayman-islands.svg");
}

.sub-menu .country-china > a:before {
    background: url("../i/mega-menu/flags/china.svg");
}

.sub-menu .country-costa-rica > a:before {
    background: url("../i/mega-menu/flags/costa-rica.svg");
}

.sub-menu .country-cyprus > a:before {
    background: url("../i/mega-menu/flags/cyprus.svg");
}

.sub-menu .country-czech-republic > a:before {
    background: url("../i/mega-menu/flags/czech-republic.svg");
}

.sub-menu .country-denmark > a:before {
    background: url("../i/mega-menu/flags/denmark.svg");
}

.sub-menu .country-dominica > a:before {
    background: url("../i/mega-menu/flags/dominica.svg");
}

.sub-menu .country-estonia > a:before {
    background: url("../i/mega-menu/flags/estonia.svg");
}

.sub-menu .country-finland > a:before {
    background: url("../i/mega-menu/flags/finland.svg");
}

.sub-menu .country-germany > a:before {
    background: url("../i/mega-menu/flags/germany.svg");
}

.sub-menu .country-gibraltar > a:before {
    background: url("../i/mega-menu/flags/gibraltar.svg");
}

.sub-menu .country-greece > a:before {
    background: url("../i/mega-menu/flags/greece.svg");
}

.sub-menu .country-guernsey > a:before {
    background: url("../i/mega-menu/flags/guernsey.svg");
}

.sub-menu .country-hong-kong > a:before {
    background: url("../i/mega-menu/flags/hong-kong.svg");
}

.sub-menu .country-hungary > a:before {
    background: url("../i/mega-menu/flags/hungary.svg");
}

.sub-menu .country-iceland > a:before {
    background: url("../i/mega-menu/flags/iceland.svg");
}

.sub-menu .country-india > a:before {
    background: url("../i/mega-menu/flags/india.svg");
}

.sub-menu .country-israel > a:before {
    background: url("../i/mega-menu/flags/israel.svg");
}

.sub-menu .country-ireland > a:before {
    background: url("../i/mega-menu/flags/ireland.svg");
}

.sub-menu .country-italy > a:before {
    background: url("../i/mega-menu/flags/italy.svg");
}

.sub-menu .country-jersey > a:before {
    background: url("../i/mega-menu/flags/jersey.svg");
}

.sub-menu .country-latvia > a:before {
    background: url("../i/mega-menu/flags/latvia.svg");
}

.sub-menu .country-liberia > a:before {
    background: url("../i/mega-menu/flags/liberia.svg");
}

.sub-menu .country-liechtenstein > a:before {
    background: url("../i/mega-menu/flags/liechtenstein.svg");
}

.sub-menu .country-luxembourg > a:before {
    background: url("../i/mega-menu/flags/luxembourg.svg");
}

.sub-menu .country-macao > a:before {
    background: url("../i/mega-menu/flags/macao.svg");
}

.sub-menu .country-madeira > a:before {
    background: url("../i/mega-menu/flags/madeira.svg");
}

.sub-menu .country-malta > a:before {
    background: url("../i/mega-menu/flags/malta.svg");
}

.sub-menu .country-marshall-island > a:before {
    background: url("../i/mega-menu/flags/marshall-island.svg");
}

.sub-menu .country-mauritius > a:before {
    background: url("../i/mega-menu/flags/mauritius.svg");
}

.sub-menu .country-monaco > a:before {
    background: url("../i/mega-menu/flags/monaco.svg");
}

.sub-menu .country-netherlands > a:before {
    background: url("../i/mega-menu/flags/netherlands.svg");
}

.sub-menu .country-new-zealand > a:before {
    background: url("../i/mega-menu/flags/new-zealand.svg");
}

.sub-menu .country-norfolk-island > a:before {
    background: url("../i/mega-menu/flags/norfolk-island.svg");
}

.sub-menu .country-panama > a:before {
    background: url("../i/mega-menu/flags/panama.svg");
}

.sub-menu .country-portugal > a:before {
    background: url("../i/mega-menu/flags/portugal.svg");
}

.sub-menu .country-romania > a:before {
    background: url("../i/mega-menu/flags/romania.svg");
}

.sub-menu .country-saint-kitts-and-nevis > a:before {
    background: url("../i/mega-menu/flags/saint-kitts-and-nevis.svg");
}

.sub-menu .country-scotland > a:before {
    background: url("../i/mega-menu/flags/scotland.svg");
}

.sub-menu .country-seychelles > a:before {
    background: url("../i/mega-menu/flags/seychelles.svg");
}

.sub-menu .country-singapore > a:before {
    background: url("../i/mega-menu/flags/singapore.svg");
}

.sub-menu .country-slovakia > a:before {
    background: url("../i/mega-menu/flags/slovakia.svg");
}

.sub-menu .country-spain > a:before {
    background: url("../i/mega-menu/flags/spain.svg");
}

.sub-menu .country-st-lucia > a:before {
    background: url("../i/mega-menu/flags/st-lucia.svg");
}

.sub-menu .country-sweden > a:before {
    background: url("../i/mega-menu/flags/sweden.svg");
}

.sub-menu .country-switzerland > a:before {
    background: url("../i/mega-menu/flags/switzerland.svg");
}

.sub-menu .country-taiwan > a:before {
    background: url("../i/mega-menu/flags/taiwan.svg");
}

.sub-menu .country-thailand > a:before {
    background: url("../i/mega-menu/flags/thailand.svg");
}

.sub-menu .country-turkey > a:before {
    background: url("../i/mega-menu/flags/turkey.svg");
}

.sub-menu .country-turks-and-caicos > a:before {
    background: url("../i/mega-menu/flags/turks-and-caicos.svg");
}

.sub-menu .country-united-arab-emirates > a:before {
    background: url("../i/mega-menu/flags/united-arab-emirates.svg");
}

.sub-menu .country-united-kingdom > a:before {
    background: url("../i/mega-menu/flags/united-kingdom.svg");
}

.sub-menu .country-united-states > a:before {
    background: url("../i/mega-menu/flags/united-states.svg");
}

.sub-menu .country-vanuatu > a:before {
    background: url("../i/mega-menu/flags/vanuatu.svg");
}

.sub-menu .country-armenia > a:before {
    background: url("../i/mega-menu/flags/armenia.svg");
}
.sub-menu .country-egypt>a:before {
    background: url("../i/mega-menu/flags/egypt.svg");
}
.sub-menu .country-kazakhstan>a:before {
    background: url("../i/mega-menu/flags/kazakhstan.svg");
}
.sub-menu .country-bahrain>a:before {
    background: url("../i/mega-menu/flags/bahrain.svg");
}
.sub-menu .country-serbia>a:before {
    background: url("../i/mega-menu/flags/serbia.svg");
}
.sub-menu .country-australia>a:before {
    background: url("../i/mega-menu/flags/australia.svg");
}
.sub-menu .country-indonesia>a:before {
    background: url("../i/mega-menu/flags/indonesia.svg");
}
.sub-menu .country-montenegro>a:before {
    background: url("../i/mega-menu/flags/montenegro.svg");
}
.sub-menu .country-qatar > a:before {
    background: url("../i/mega-menu/flags/qatar.svg");
}

.sub-menu .country-oman>a:before {
    background: url("../i/mega-menu/flags/oman.svg");
}

body .menu-item-top .sub-menu li.menu-item[class*=country] > a {
    padding-left: 35px;
}

.sub-menu li[class*=country] > a:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 10px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 9px;
    left: 8px;
}

.filter-gray {
    filter: grayscale(1) !important;
}

.sub-menu li[class*=country].offshore > a:before, .sub-menu.highlight-offshore li[class*=country]:not(.offshore) > a:before {
    filter: grayscale(1);
}

.sub-menu.highlight-offshore li[class*=country].offshore > a:before {
    filter: grayscale(0);
}

.menu-item-top .offshore-switcher > a, .highlight-offshore .offshore-switcher > a .offshore-switcher__title-offshore {
    font-weight: 600;
}

.offshore-switcher > a .offshore-switcher__title-offshore {
    font-weight: 500;
}

.highlight-offshore .offshore-switcher > a {
    font-weight: 500 !important;
}

.highlight-offshore .offshore-switcher .offshore-switcher__switch-button {
    margin-left: 12px;
}

.menu-offshore .menu-depth-4 a, .mega-menu:not(.menu-offshore) .menu-depth-3 a {
    font-size: 0.875rem;
    line-height: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0;
    position: relative;
}

.header__menu-main .menu-item-has-children > a, .header__menu-main .menu-item-back > a {
    position: relative;
}

.header__menu-main .menu-item-back > a {
    font-weight: bold;
}

a .menu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 16px;
}

a .menu-arrow:before {
    content: "";
    background: url('../i/mega-menu/mega-menu-arrow.svg') no-repeat center/ contain;
    display: block;
    width: 12px;
    height: 100%;
    opacity: .7;
}

.header__menu-main .menu-item-back > a {
    padding-left: 45px;
}

.menu-item-back a .menu-arrow {
    right: auto;
    left: 0;
}

.menu-item-back a .menu-arrow:before {
    transform: rotate(180deg);
}

.menu-item-top .menu-item-has-children .sub-menu {
    display: none;
}

.menu-offshore .menu-item-has-children .menu-depth-2 {
    display: block;
}

.menu-item-top.mega-menu .menu-empty.menu-item-has-children>.menu-depth-3 {
    display: block;
}

.menu-item-top .menu-item-has-children .menu-arrow:before {
    transform: rotate(90deg);
    transition: transform .25s ease-in-out;
}

.menu-item-top .menu-item-has-children .menu-arrow.toggled:before {
    transform: rotate(-90deg);
}

.menu-item-top .menu-item-has-children > a {
    padding-right: 44px;
}

[class^="botBadge"] {
    display: none !important;
}

.chat-languages {
    position: fixed;
    left: 0;
    bottom: 42px;
    right: 0;
    z-index: 5;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #ffffff5e;
}

.chat-languages__visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px);
}

a.chat-languages__lang {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    transition: background-color .15s ease;
}

.chat-languages__lang:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 20px;
    margin-right: 8px;
}

a.chat-languages__lang-ru {
    border-bottom: 2px solid #ffffff5e;
}

.chat-languages__lang-ru:before {
    background: url('../i/mega-menu/flags/russia.svg') no-repeat left bottom / cover;
}

.chat-languages__lang-en:before {
    background: url('../i/mega-menu/flags/united-kingdom.svg') no-repeat left bottom / cover;
}

#layout a.chat-languages__lang:hover, #layout a.chat-languages__lang:focus, #layout a.chat-languages__lang:active {
    color: #fff !important;
    background-color: #ffffff25;
}

.gsl-contacts-container .unhover.contacts-link:hover:after, .gsl-contacts-container .unhover.contacts-link:hover:before {
    visibility: hidden;
    opacity: 0;
}

.customize-support .header {
    top: 46px;
}

.customize-support .header__header-hide {
    top: 10px;
}

#wpadminbar {
    position: fixed;
}

/* NEW */
.ui-form-banner {
    position: relative;
    margin: 25px 0;
}

.ui-form-banner .ui-form-banner-wrapper {
    padding: 20px;
    background: linear-gradient(35deg, #0072bd, #1b82c5, #70c1de);
    color: white;
    position: relative;
    z-index: 1;
    width: auto;
    line-height: 1.2;
}

.ui-form-banner input, .ui-form-banner textarea {
    background: white;
    border: 1px solid transparent;
    padding-top: 17px;
    padding-bottom: 5px;
}

.ui-form-banner .ui-checkbox {
    background: white;
    border: 1px solid transparent;
}

.ui-form-banner input + label, .ui-form-banner textarea + label {
    font-size: 14px;
}

.ui-full-h-column {
    position: relative;
    right: 0;
    bottom: 0;
    overflow: auto;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    margin: auto;
}

.ui-form-banner .ui-form-banner-wrapper:after {
    background-image: url(https://gsl-news.org/data/wp-content/themes/gsl/assets/images/GSL-orn.svg);
    background-size: contain;
    background-position: top right;
    content: '';
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.ui-form-banner .ui-form-banner-wrapper form.ui-form-calback {
    max-width: 300px;
    margin: auto;
}

.ui-form-banner-wrapper a {
    color: white !important;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
    text-decoration: none;
}

.ui-button.ui-button--2 {
    background: #00000033;
    font-weight: 500;
}

.ui-radio-group {
    display: flex;
    width: calc(100% + 10px);
    margin: -5px;
}

.ui-radio-group .radio input:checked + label {
    border-color: #285694;
}

.ui-radio-group .radio label {
    display: block;
    width: 45px;
    height: 45px;
    background: #efefefef;
    border-radius: 100px;
    cursor: pointer;
    border: 2px solid white;
}

.ui-radio-group .radio input {
    display: none;
}

.ui-radio-group .radio {
    margin: 5px;
}

.ui-radio-group .radio.theme-1 label {
    background: linear-gradient(35deg, #0072bd, #70c1de);
}

.ui-radio-group .radio.theme-2 label {
    background: linear-gradient(35deg, #daa628, #f2ca26);
}

.ui-radio-group .radio.theme-3 label {
    background: linear-gradient(35deg, #f5801c, #f68c19, #fba91e);
}

.ui-radio-group .radio.theme-4 label {
    background: linear-gradient(35deg, #942229, #d0202e, #ff818d);
}

.ui-radio-group .radio.theme-5 label {
    background: linear-gradient(60deg, #026e96 21%, #d0202e, #ffa73b 80%, #fff4b4 100%);
}

.ui-form-banner.style-2 .ui-form-banner-wrapper {
    background: linear-gradient(35deg, #daa628, #f2ca26);
}

.ui-form-banner.style-2 button[type="submit"] {
    background: #ffc136;
}

.ui-form-banner.style-3 .ui-form-banner-wrapper {
    background: linear-gradient(35deg, #f5801c, #f68c19, #fba91e);
}

.ui-form-banner.style-3 button[type="submit"] {
    background: #faa11c;
}

.ui-form-banner.style-4 .ui-form-banner-wrapper {
    background: linear-gradient(35deg, #942229, #d0202e, #ff818d);
}

.ui-form-banner.style-4 button[type="submit"] {
    background: #ea3540;
}

.ui-form-banner.style-5 .ui-form-banner-wrapper {
    background: linear-gradient(60deg, #0068b6 17%, #91206e, #f3a31d 80%, #fcf582 100%);
}

.ui-form-banner.style-5 button[type="submit"] {
    background: #00000040;
}

.ui-form-banner.style-2 .ui-form-banner-wrapper:after {
    background-image: url(https://gsl-news.org/data/wp-content/themes/gsl/assets/images/GSL-orn-ru_law.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.ui-form-banner.style-3 .ui-form-banner-wrapper:after {
    background-image: url(https://gsl-news.org/data/wp-content/themes/gsl/assets/images/GSL-orn-int_tax.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.ui-form-banner.style-4 .ui-form-banner-wrapper:after {
    background-image: url(https://gsl-news.org/data/wp-content/themes/gsl/assets/images/GSL-orn-ru_tax.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.ui-form-banner.style-5 .ui-form-banner-wrapper:after {
    background-image: url(https://gsl-news.org/data/wp-content/themes/gsl/assets/images/GSL-orn-general.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.content.content_full-size {
    max-width: none;
}

.content.content_no-padding {
    padding: 0;
}

.w-60 {
    width: 60%;
}

.l-ml-5 {
    margin-left: 5px;
}

.l-ml-30 {
    margin-left: 30px;
}
.l-mr-5 {
    margin-right: 5px;
}
.l-mr-10 {
    margin-right: 10px;
}

.l-mr-30 {
    margin-right: 30px;
}

.l-fs-12 {
    font-size: 12px;
}

.l-fs-14 {
    font-size: 14px;
}

.l-fs-15 {
    font-size: 15px;
}

.l-fs-16 {
    font-size: 16px;
}

.l-fs-18 {
    font-size: 16px;
}

.l-fs-20 {
    font-size: 20px;
}

.l-fs-22 {
    font-size: 20px;
}

.l-fs-24 {
    font-size: 24px;
}

.l-fs-30 {
    font-size: 30px;
}

.l-fw-500 {
    font-weight: 500;
}

.l-fw-600 {
    font-weight: 600;
}

.l-fw-700 {
    font-weight: 700;
}

.l-fw-900 {
    font-weight: 900;
}

.l-ta-center {
    text-align: center;
}

.l-height-100 {
    height: 100%;
}

.l-block {
    display: block;
}

.l-relative {
    position: relative;
}

.ui-button.ui-button--7 {
    background: #e34954;
}

.ui--scrolltab_block .ui-form-banner {
    margin: 0 5px;
    display: flex;
    flex-direction: column;
}

.ui--scrolltab_block .ui-form-banner .ui-form-banner-wrapper {
    overflow: hidden;
    min-width: 200px;
    height: 100%;
}

.ui--scrolltab_block .ui-form-banner .ui-form-banner-wrapper .ui-form-calback {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ui--scrolltab_block .ui-form-banner .ui-form-banner-wrapper .ui-form-calback *:last-child {
    margin-top: auto;
}

.ui--scrolltab_block .banner--form {
    display: none;
}

.ui--scrolltab_wrapper {
    display: flex;
    overflow: auto;
    border-radius: 16px;
    line-height: 0;
    overflow-y: hidden;
    padding-right: 40px;
}

.ui--scrolltab_wrapper .cdx-Gallery__item {
    min-width: 300px;
    margin: 0 6px;
    display: flex;
    padding: 25px;
}

.ui--scrolltab_wrapper .cdx-Gallery__item img {
    object-fit: contain;
    width: 100%;
    box-shadow: 0px 10px 20px #00000029;
    border: 1px solid #eee;
}

.ui--scrolltab_block {
    display: flex;
    position: relative;
    margin: 20px 0;
}

.svg-arrow {
    background: url(../i/slider-arrow.svg) no-repeat center / contain;
    display: block;
    width: 10px;
    height: 10px;
}

.right .svg-arrow {
    transform: rotate(180deg);
}

.ui--scrolltab_wrapper .item {
    margin: 15px;
    display: flex;
}

.ui--scrolltab_wrapper .item:first-child {
    padding-left: 200px;
}

.ui--scrolltab_wrapper .item:last-child {
    padding-right: 200px;
}

.ui--scrolltab_wrapper::-webkit-scrollbar {
    height: 0px;
}

.ui-scrolltab_nav .left, .ui-scrolltab_nav .right {
    background: none;
    position: absolute;
    line-height: 0px;
    display: flex;
    background: white;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    box-shadow: 0 2px 10px 0 #80808069;
    border-radius: 100px;
    border: 1px solid #f1f1f1;
    top: 44%;
    cursor: pointer;
    z-index: 1;
}

.ui-scrolltab_nav .left {
    left: 11%;
}

.ui-scrolltab_nav svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.4px;
    stroke: #3d4a52;
}

.ui-scrolltab_nav .right {
    right: 11%;
}

.l-content--a .ui-scrolltab_nav .left {
    left: -15px;
}

.l-content--a .ui-scrolltab_nav .right {
    right: -15px;
}

.ui-button.ui-button--with-icon .icon {
    margin: 0 !important;
}

.layout--propaganda {
    clear: both;
}

body .gsl-button {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF !important;
    background: #006CBB;
    border-radius: 25px;
    display: inline-block;
    box-shadow: 0px 3px 6px #0000004d;
    text-decoration: none;
    transition: all .2s ease;
    will-change: transition;
    letter-spacing: normal;
    line-height: 1.4rem;
    cursor: pointer;
    outline: none;
    border: 0;
    font-family: 'SF UI Display', 'Helvetica';
}

body .gsl-button svg {
    transform: rotate(180deg);
    margin-left: 0.3rem;
}

body .gsl-button_small {
    padding: 6px 0;
}

body .gsl-button:hover {
    transform: translateY(-4px);
    box-shadow: 0px 5px 6px #0000004d;
    color: #fff !important;
}

body .gsl-button_2:hover {
    color: #384654 !important;
}

.gsl-sidebar-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.gsl-sidebar-title_smaller {
    font-size: 18px;
}

.gsl-nice-input {
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: 1px solid #CDDADC;
    outline: none;
    font-family: inherit;
    font-size: 16px;
}

textarea.gsl-nice-input {
    resize: none;
    padding-top: 12px;
}

.gsl-cta-box .gsl-nice-input {
    width: 100%;
}

.gsl-nice-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2A3138;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: all .1s ease;
}

.gsl-nice-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2A3138;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: all .1s ease;
}

.gsl-nice-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #2A3138;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: all .1s ease;
}

.gsl-nice-input:focus::placeholder {
    opacity: .6;
    font-size: 10px;
}

.gsl-nice-input:focus:-ms-input-placeholder {
    opacity: .6;
    font-size: 10px;
}

.gsl-nice-input:focus::-ms-input-placeholder {
    opacity: .6;
    font-size: 10px;
}

.gsl-nice-input:disabled::placeholder {
    opacity: .2;
}

.gsl-nice-input:disabled:-ms-input-placeholder {
    opacity: .2;
}

gsl-nice-input:disabled::-ms-input-placeholder {
    opacity: .2;
}

.gsl-nice-input_type-2 {
    padding: 12px 15px;
    border: 1px solid gray;
}

.gsl-nice-input_invalid {
    border-color: #bd1717;
}

.gsl-form-msg {
    visibility: hidden;
    opacity: 0;
    transform: translateY(0px);
    transition: transform .5s ease, opacity .5s ease;
}

.gsl-form-msg_success, .gsl-form-msg_error {
    visibility: visible;
    opacity: 1;
    transform: translateY(-15px);
    padding: 45px 0 44px;
}

.gsl-form-msg_success .gsl-form-icon {
    background: url(../i/success_form_icon.svg) no-repeat center / contain;
}

.gsl-form-msg_error .gsl-form-icon {
    background: url(../i/error_form_icon.svg) no-repeat center / contain;
}

.gsl-form-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
}

.gsl-form-msg > p {
    display: none;
    text-align: center;
    font-weight: 500;
}

.gsl-form-msg.gsl-form-msg_success > p:nth-of-type(1) {
    display: block;
}

.gsl-form-msg.gsl-form-msg_error > p:last-child {
    display: block;
}

.ozon-form {
    max-width: 400px;
    margin: 55px auto 105px;
    text-align: center;
}

.ozon-form .gsl-button {
    width: 100% !important;
}

.gsl_ajax_loader {
    height: 30px;
    width: 30px;
    color: #ffffff;
    border: 3px solid;
    border-radius: 50%;
    border-right-color: #ffffff52;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.gsl-submit-container {
    position: relative;
}

body .gsl-button[disabled] {
    pointer-events: none;
    background: #95b7d0;
}

.ui-input-1 input {
    border: 1px solid #d4d4d4;
    outline: none;
    padding: 12px;
    padding-top: 26px;
    padding-bottom: 7px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s;
    background: transparent;
    color: black;
    margin-bottom: 5px;
    border-radius: 7px;
    box-shadow: 0 2px 15px 0 #00000014;
}

.ui-input-1 {
    position: relative;
}

.ui-input-1 input:focus + label, .ui-input-1 textarea:focus + label, .ui-input-1 input.isnt_empty + label, .ui-input-1 textarea.isnt_empty + label {
    top: 6px;
    font-size: 11px;
    opacity: 0.7;
    left: 13px;
}

.ui-input-1 input + label, .ui-input-1 textarea + label {
    position: absolute;
    left: 15px;
    top: 13px;
    transition: 0.2s;
    color: black;
}

.ui-input-1 .validation {
    font-size: 13px;
    color: #df001f;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.list_gsl-contacts {
    margin-top: 28px;
}

.gsl-contacts__contact a {
    display: inline-block;
    background: #006CBB;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0px 3px 6px #0000004d;
    transition: all .2s ease;
}

.gsl-contacts__contact i {
    width: 60%;
    height: 60%;
    display: inline-block;
    background-size: 100%;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    background-position: center;
}

.gsl-contacts__contact .icon-tlgrm {
    margin-left: -2px;
}

.gsl-contacts__contact .icon-videoconference {
    margin-left: 3px;
}

.gsl-contacts__contact a:hover {
    box-shadow: 0px 5px 20px 5px #00000038;
    background: #0063ab;
}

.gsl-modal-form.swal2-popup {
    padding-bottom: 2.5em;
}

.gsl-modal-form_inputs {
    max-width: 340px;
    margin: 0 auto;
}

.gsl-modal-form .swal2-footer {
    max-width: 450px;
    margin: 1em auto 0;
}

.gsl-modal-form .swal2-actions {
    margin-top: 0;
    z-index: 0;
}

.gsl-modal-form .swal2-styled {
    padding: 0.8em 1.8em;
}

.gsl-modal-form .gsl-modal-form_disclaimer {
    font-size: 14px;
    margin: 0;
    text-align: justify;
}

.gsl-modal-form .gsl-modal-form_messengers-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
    text-align: center;
}

.gsl-modal-form .list_gsl-contacts {
    text-align: center;
}

.gsl-modal-form .gsl-contacts__contact a {
    width: 55px;
    height: 55px;
}

.gsl-modal-form .swal2-title {
    padding: .8em 1.5em 0;
}

.gsl-modal-form .swal2-validation-message {
    margin-bottom: 1em;
}

/* footer eng - mini */
.list.column-footer.mini__row {
    gap: 1rem;
    flex-direction: row;
}

.list.column-footer.mini__row  .list-column {
    width: 48%;
    flex-basis: 48%;
}

.list.column-footer.mini__row  .list-column:first-child {
    margin-bottom: 1rem;
}

.list.column-footer.mini__row  .list-column:first-child .footer-links {
    gap: 1rem;
    display: inline-flex;
    flex-wrap: wrap;
}

.list.column-footer.mini__row  .list-column:first-child .footer-links  div a {
    margin-bottom: 0;
}

@media (max-width:970px) {
    .list.column-footer.mini__row  .list-column {
        width: 100%;
        flex-basis: 100%;
    }
    .list.column-footer.mini__row  .list-column:first-child .footer-links  {
        gap: 0.5rem;
    }
}

/*jurisdictions*/
.content.jurisdictions h1 {
    margin: 0 0 15px;
    line-height: 1.4;
    color: #2A3138 !important;
}

.country-flag-img {
    width: 75px;
    height: 50px;
    float: left;
    margin: 7px 15px 10px 0;
    box-shadow: 0px 0px 12px 0px #2a313840;
}

.jur-subtitle {
    font-size: 16px;
    line-height: 27px;
}

.jur-subtitle p {
    margin: 0;
}

.gsl-breadcrumbs {
    max-width: 1440px;
    margin: 0 auto;
}

a.jur-navigation__jur-menu-link {
    display: block;
    text-decoration: none;
    border: 1px solid #778486;
    border-radius: 25px;
    font-size: 15px;
    padding: 10px 25px;
    background-color: transparent;
    transition: all .15s ease-in-out;
    white-space: nowrap;
    color: black !important;
    margin-right: 20px;
}

#layout .jurisdictions a.jur-navigation__jur-menu-link:hover,
a.jur-navigation__jur-menu-link_active {
    color: black !important;
    background-color: #E9EEEF;
    border-color: transparent;
}

.gsl-table {
    margin: 0 -15px;
    width: calc(100% + 30px);
    display: table;
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 14px;
}

.gsl-table__header {
    display: table-header-group;
}

.gsl-table__header-cell {
    display: table-cell;
    vertical-align: middle;
}

.gsl-table__body {
    display: table-row-group;
}

.gsl-table__row {
    display: table-row;
}

.gsl-table__body-cell {
    display: table-cell;
}

.gsl-table__header-cell, .gsl-table__body-cell {
    font-weight: 500;
    padding: 10px 15px;
    border-bottom: 1px solid #e9eeef;
}

.gsl-table__header-cell:first-child, .gsl-table__body-cell:first-child {
    background: #CDDADC;
}

.gsl-table_jur-services .gsl-table__header-cell:first-child {
    font-size: 24px;
    width: 60%;
}

.gsl-table__body-cell:nth-of-type(2n+3), .gsl-table__header-cell:nth-of-type(2n+3) {
    background: #E9EEEF;
}

.gsl-table.gsl-table_jur-services {
    background: #E9EEEF;
}

.gsl-table_jur-services .gsl-table__body-cell:not(:first-child) {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.gsl-table_jur-services .gsl-table__header-cell {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.gsl-table_jur-services .gsl-table__header-cell:first-child, .gsl-table__body-cell:first-child {
    text-align: left;
}

.gsl-table_jur-services .gsl-table__body-cell:nth-of-type(n+3), .gsl-table_jur-services .gsl-table__header-cell:nth-of-type(n+3) {
    display: none;
}

.jur-service-price {
    margin-top: 10px;
    font-size: 20px;
}

body .jurisdictions .gsl-button {
    font-size: 16px;
}

.content h2.title-h2 {
    font-size: 24px;
    margin-top: 0;
    color: #2A3138;
    line-height: normal;
}

.content.jurisdictions .ui--headers-list {
    background: #E9EEEF;
    border-radius: 19px;
    margin-top: 0;
}

.content.jurisdictions .ui--headers-list > div > ol > li > a {
    font-weight: bold;
}

.title-with-icon {
    padding-left: 35px;
    position: relative;
}

.title-with-icon:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
}

.jur-detalization__title > sup a {
    font-size: 13px;
    text-decoration: none;
    margin-left: 5px;
}

.icon_main-services:before {
    background: url(../i/jurisdictions/info_black_24dp.svg) no-repeat center / contain;
}

.icon_documents:before {
    background: url(../i/jurisdictions/description_black_24dp.svg) no-repeat center / contain;
}

.icon_news:before {
    background: url(../i/icons/news_black.svg) no-repeat center / contain;
    top: 2px;
}

.icon_related-services:before {
    background: url(../i/jurisdictions/add_circle_outline_black_24dp.svg) no-repeat center / contain;
}

.icon_compliance-fee-services:before {
    background: url(../i/jurisdictions/face_black_24dp.svg) no-repeat center / contain;
}

.icon_banks:before {
    background: url(../i/jurisdictions/paid_black_24dp.svg) no-repeat center / contain;
}

.icon_webinars:before {
    background: url(../i/jurisdictions/video_camera_front_black_24dp.svg) no-repeat center / contain;
}

.icon_seminars:before {
    background: url(../i/jurisdictions/mic_none_black_24dp.svg) no-repeat center / contain;
}

.icon_publications:before {
    background: url(../i/jurisdictions/mic_none_black_24dp.svg) no-repeat center / contain;
}

.icon_publications:before {
    background: url(../i/jurisdictions/info_black_24dp.svg) no-repeat center / contain;
}

.icon_review:before {
    background: url(../i/jurisdictions/language_black_24dp.svg) no-repeat center / contain;
}

.icon_legislation:before {
    background: url(../i/jurisdictions/language_black_24dp.svg) no-repeat center / contain;
}

.icon_taxation:before {
    background: url(../i/jurisdictions/local_police_black_24dp.svg) no-repeat center / contain;
}

.icon_legislation:before {
    background: url(../i/jurisdictions/account_balance_black_24dp.svg) no-repeat center / contain;
}

.icon_calculator:before {
    background: url(../i/icons/calculator.svg) no-repeat center / contain;
}

.jur-detalization_main-services {
    margin: 0 -22px 30px;
}

.jur-detalization_main-services .jur-detalization__service {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 22px;
    align-content: flex-start;
    position: relative;
}

.jur-detalization__title {
    width: 70%;
    font-size: 18px;
    line-height: normal;
}

.jur-detalization__title_h3 {
    margin-bottom: 0;
    margin-top: 18px;
}

.jur-detalization__price {
    width: 30%;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin-top: 18px;
    margin-bottom: 0;
}

.jur-detalization__pre {
    width: 70%;
    font-size: 15px;
    line-height: 1.5;
    margin: 18px 0;
}

.jur-detalization_main-services .jur-detalization__service:not(:nth-last-of-type(1)):after {
    content: "";
    width: calc(100% - 85px);
    height: 1px;
    background: #E9EEEF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 22px;
}

.jur-detalization_related-services .jur-detalization__service:not(:last-child):after {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: #E9EEEF;
    display: block;
}

.list-column_jur-main-documents {
    background: #E9EEEF;
    padding: 25px 15px 20px;
}

.list_jur-main-documents {
    margin: 0 -15px 60px;
}

.jur-detalization_main-documents {
    margin-top: 40px;
}

.jur-detalization .gallery {
    left: 0;
    margin-top: 30px;
    margin-right: 0;
    width: 100%;
}

.jur-detalization .gallery A.preview IMG, .jur-detalization #cboxNext IMG, .jur-detalization #cboxPrevious IMG {
    box-shadow: 0px 10px 20px #00000029;
}

.jur-detalization__service {
    display: flex;
    flex-wrap: wrap;
}

.jur-detalization_related-services {
    margin-top: 20px;
}

.jur-detalization_compliance-fee-services .jur-detalization__service:nth-of-type(even) {
    background: #E9EEEF;
}

.jur-detalization_compliance-fee-services .jur-detalization__service:nth-of-type(odd) {
    background: #fff;
}

.jur-detalization_compliance-fee-services > .jur-detalization__pre {
    width: auto;
    padding: 20px 20px 30px;
    margin: 0;
    background: #CDDADC;
}

.title-h2.icon_compliance-fee-services {
    margin: 0;
}

.compliance-fee_title {
    background: #CDDADC;
    padding: 40px 20px 0;
    margin: 0 -15px;
}

.jur-detalization_compliance-fee-services {
    margin: 0 -15px;
}

.list-column_compliance-fee-services .title-h2 {
    margin-left: 20px;
}

.jur-detalization_compliance-fee-services .jur-detalization__service {
    padding: 5px 20px 15px;
}

.gsl-table_banks .gsl-table__header-cell, .gsl-table_banks .gsl-table__body-cell {
    border: 0;
    background: 0;
    padding: 15px 18px;
}

.gsl-table_banks .gsl-table__header-cell {
    vertical-align: top;
}

.gsl-table_banks .gsl-table__body-cell:first-child > a, .gsl-table_banks .gsl-table__body-cell:nth-of-type(2) {
    font-weight: bold;
    color: black;
}

.gsl-table .more {
    font-size: 12px;
}

.gsl-table_banks .gsl-table__header-cell:first-child {
    width: 55%;
}

.gsl-table_banks .gsl-table__header-cell:last-child {
    width: 28%;
}

.section_jur-detalization:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e9eeef;
    margin-top: 50px;
}

.list-column_related_webinars, .list-column_related-seminars {
    padding: 0 8px;
}

.list-column_related_webinars .webinar-img {
    height: 240px;
    border: 1px solid #e9eeef;
}

.list_related-webinars {
    margin-top: 35px;
}

.list_related-publications {
    margin: 0 -5px;
}

.list-column_related_webinars .webinar-meta {
    font-size: 15px;
    font-weight: 500;
    margin-top: 30px;
}

.webinar-meta__author, .publication-meta__author {
    margin-left: 30px;
}

.webinar-meta__author a, .publication-meta__author a {
    line-height: 1.4;
}

.webinar-title a, .publication-title a,
.news-title a {
    color: black !important;
    line-height: 1.4;
}

.list-column_related_webinars .webinar-title, .list-column_related-publication .publication-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.list-column_related-news .news-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.webinar-description, .publication-descr,
.news-descr {
    font-size: 14px;
    margin-top: 15px;
}

.news-descr {
    font-size: 14px;
    margin-top: 10px;
}

.webinar-img_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.webinar-img_contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.seminar-date-time {
    font-size: 15px;
    border-bottom: 1px solid #778486;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.seminar-date-time__date {
    font-weight: bold;
}

.list-column_related-seminars .seminar-title a {
    font-size: 18px;
    font-weight: bold;
    color: black;
    line-height: 1.5;
}

.list-column_related-seminars .seminar-title {
    flex-grow: 1;
    margin-bottom: 35px;
}

.list-column_related-seminars .seminar-row {
    justify-content: flex-start;
    align-items: center;
}

.seminar-row__price {
    font-size: 22px;
    font-weight: bold;
}

.list-column_related-seminars {
    display: flex;
    flex-direction: column;
}

.list_related-seminars {
    margin-top: 35px;
}

.col-offset-padding {
    padding-left: 120px;
}

.gsl-table_jur-services .gsl-table__header-cell:first-child {
    vertical-align: top;
}

section.section_webinars, section.section_seminars {
    margin-top: 45px;
}


.your-consultant__img-div img, .your-consultant__img-div img.attachment-userphoto-big {
    width: 155px;
    height: auto;
    border-radius: 100%;
}

.your-consultant__meta {
    margin-top: 15px;
}

a.your-consultant__meta__title {
    font-size: 22px;
    color: black !important;
    font-weight: bold;
    text-decoration: none;
}

.your-consultant__meta__descr {
    font-size: 16px;
    margin: 12px 0 0;
}

.your-consultant__phone {
    margin-top: 25px;
}

.your-consultant__phone a {
    font-size: 22px;
    color: black !important;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}

.your-consultant__phone:before {
    content: "";
    -webkit-mask: url(../i/smartphone.svg) no-repeat 50% 50%;
    mask: url(../i/smartphone.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    background-color: #006cbb;
    width: 25px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
}

.align-center-consult .your-consultant {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.gsl-related-offer__link {
    font-size: 14px;
    font-weight: bold;
}

.gsl-related-offer__descr {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin: 18px 0;
    flex-grow: 1;
}

.gsl-related-offer__price {
    font-size: 24px;
    font-weight: bold;
}

.gsl-related-offer .list-column_inner {
    box-shadow: 0px 7px 15px #00000036;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
}

.gsl-related-offer {
    padding: 0 7px;
    display: flex;
}

.gsl-related-offers-container {
    margin: 0 -7px;
}

.background-blue {
    background: #3382BA;
}

.background-gray-light,
#layout.background-gray-light {
    background: #E9EEEF;
}

.background-gray {
    background: #CDDADC;
}

.editor-colored-bg {
    margin: 15px -30px 0;
    padding: 1px 30px 30px;
}

.editor-colored-bg:first-child {
    margin-top: 0;
}

.negative-margin {
    margin: 0 -7px;
}

section.section_jur-navigation {
    overflow-y: auto;
    margin: 20px 0;
    padding: 0 15px 15px;
    flex-wrap: nowrap;
}

.gsl-table_jur-services__header_desctop {
    display: none;
}

.gsl-form-radio {
    margin-bottom: 10px;
}

.gsl-form-radio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.gsl-form-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gsl-form-radio:last-child {
    margin-bottom: 0;
}

.gsl-form-radio__button {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #384654;
    border-radius: 100%;
}

.gsl-form-radio__button:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.gsl-form-radio input[type=radio]:checked ~ .gsl-form-radio__button:after {
    background: #384654;
}

.gsl-table .price-cut {
    font-size: 20px;
}

.gsl-table .add2basketPopup {
    margin: 18px 0;
}

.your-consultant, .compare-widget-container, .gsl-signup-consultation-container {
    margin: 30px 0;
    text-align: center;
    padding: 30px 15px;
}

.jur-detalization__service_document .jur-detalization__title {
    width: 100%;
}

.jurisdictions_main .gsl-signup-consultation-container {
    margin: 30px 15px;
}

.gsl-signup-consultation-form .gsl-button {
    width: 65%;
    margin-top: 20px;
}

.gsl-related-offers-wrapper {
    margin: 45px 0 0;
}

.jurisdictions_main .list_jur-main-documents .gsl-related-offers-wrapper {
    margin: 45px 15px 0;
}

.gsl-sidebar-title_offers {
    font-size: 24px;
}

.jur-detalization_related-services .jur-detalization__title,
.jur-detalization_related-services .jur-detalization__pre,
.jur-detalization_compliance-fee-services .jur-detalization__pre {
    width: 100%;
}

.section_jur-detalization {
    margin-bottom: 40px;
}

.gsl-table_banks .gsl-table__header-cell:nth-of-type(n+3),
.gsl-table_banks .gsl-table__body-cell:nth-of-type(n+3) {
    display: none;
}

.gsl-table_banks .gsl-table__header {
    background: #CDDADC;
}

.list-column_related_webinars {
    margin-bottom: 20px;
}

.list-column_related-seminars {
    margin-bottom: 55px;
}

.seminar-row {
    margin-top: 20px;
}

.suggest {
    margin: auto;
    left: 0 !important;
}

.sidebar-with-icon {
    padding-left: 30px;
    position: relative;
}

.sidebar-with-icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    top: 0;
}

.jurisdictions_review .gsl-table ~ .title-h2 {
    margin-top: 40px;
}

.gsl-table .gsl-table__body-cell:first-child, .gsl-table__header_highlighted .gsl-table__header-cell:first-child {
    width: 50%;
}

.jurisdictions_review section.section:not(section.section.heading) {
    margin: 40px 0;
}

.gsl-table__header_highlighted .gsl-table__header-cell {
    background: #CDDADC;
}

.gsl-table__header_highlighted + .gsl-table__body .gsl-table__body-cell:first-child {
    background: #E9EEEF;
}

.legislation-countries-container {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.legislation-countries-container .list-column__inner {
    padding: 30px 15px;
    background: #E9EEEF;
    margin: 0 -15px;
}

.gsl-table__body-cell_price {
    font-weight: bold;
    font-size: 16px;
}

.legislation-countries-container .title-h2:not(:first-child) {
    margin-top: 40px;
}

.jurisdictions section.heading {
    overflow: hidden;
}

a.jur-navigation__jur-menu-link_active {
    order: -1;
}

.gsl-table_banks .gsl-table__row:nth-of-type(even) {
    background: #e9eeef;
}

.webinar-meta__date, .publication-meta__date, .news-meta__date {
    color: #7b7b7b;
}

.section_seminars .section__inner,
.section_news .section__inner {
    background: #E9EEEF;
    padding: 40px 20px 0;
    margin: 0 -15px;
}

.section_news .section__inner {
    padding: 40px 20px 30px;
}

.list-column_related-publication .list-column__inner {
    background: #E9EEEF;
    margin: 0 5px;
    border-radius: 25px;
    padding: 20px 15px 10px;
}

.list-column_related-news .list-column__inner {
    background: #ffffff;
    margin: 0 5px;
    border-radius: 25px;
    padding: 20px 15px 10px;
    overflow: hidden;
}

.list-column_related-publication,
.list-column_related-news {
    margin-bottom: 10px;
}

.list-column_related-publication .publication-meta {
    border-bottom: 1px solid #778486;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.news-meta {
    border-bottom: 1px solid #778486;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.section_publications {
    margin-top: 45px;
}

.jur-detalization_main-services .jur-detalization__pre {
    padding: 0 22px;
}

.list-column_jur-parent-meta {
    flex-grow: 1;
}

.jurisdictions_taxonomy .country-flag-img {
    float: none;
}

.column-padding {
    padding: 0 7px;
}

.gsl-related-offer_tile-desktop .list-column_inner {
    background: #E9EEEF;
}

.list_jur-parent-meta .list-column {
    padding: 0 7px 15px;
}

#layout .list-column_jur-post a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.list-column_tile .list-column__inner {
    text-align: center;
    position: relative;
    height: 185px;
    box-shadow: 0px 7px 15px #0000001f;
}

.list-column_tile span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
}

#layout .list-column_tile a:hover {
    color: #fff !important;
}

.list-column_jur-post .list-column__inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 145px;
}

.list-column_jur-post:nth-of-type(even) .list-column__inner:after {
    background: url(../i/jurisdictions/small_ornament_1.svg) no-repeat right center / contain;
}

.list-column_jur-post:nth-of-type(odd) .list-column__inner:after {
    background: url(../i/jurisdictions/small_ornament_2.svg) no-repeat right center / contain;
}

.list-column_tile.list-column_tile_small a {
    color: #2A3138;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

#layout .list-column_tile.list-column_tile_small a:hover {
    color: #2A3138 !important;
}

.list-column_jur-parent-meta > .list-column__inner {
    margin: 0 -7px -15px;
}

.tile_with_icon:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
}

.list-column_jur-post {
    min-width: 50%;
}

.list_jur-parent-meta {
    margin: 0 -7px;
}

.gsl-related-offer_tile-desktop .gsl-related-offer__link {
    font-size: 16px;
    line-height: 22px;
}

.gsl-related-offer.gsl-related-offer_tile-desktop {
    margin-bottom: 15px;
    min-width: 50%;
}

.jur-parent-title {
    font-size: 22px;
}

.jur-detalization__price__title {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.gsl-table__body-cell_background-lighter:first-child {
    background: #e9eeef;
}

.gsl-out-table-header {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
    background: #CDDADC;
    margin: 0 -15px;
}

section.section_jurisdictions-compare {
    margin-top: 25px;
}

.list_jur-parent-info {
    margin: 0 -7px;
}

.list_jur-parent-info .list-column {
    padding: 0 7px;
    font-size: 16px;
}

.list_jur-parent-info h3 {
    font-size: 21px;
}

.jurisdictions-full-review-content {
    font-size: 16px;
}

/* /jurisdictions */
.gsl-cta-box {
    background: #006CBB;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 25px;
}

.gsl-cta-box__block {
    flex-basis: 100%;
    margin-bottom: 20px;
}

.gsl-cta-box__block_button {
    margin-bottom: 0;
    position: relative;
}

.line-height-1d4 {
    line-height: 1.4;
}

.line-height-1d2 {
    line-height: 1.2;
}

body .gsl-button_2 {
    color: #384654 !important;
    background: #CDDADC !important;
    font-weight: bold;
}

body .gsl-button_square {
    border-radius: 6px;
}

.gsl-cta-box .gsl-nice-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 16px;
}

.gsl-cta-box .gsl-nice-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
}

.gsl-cta-box .gsl-nice-input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 16px;
}

.gsl-cta-box .gsl-nice-input:focus::placeholder {
    font-size: 10px;
}

.gsl-cta-box .gsl-nice-input:focus:-ms-input-placeholder {
    font-size: 10px;
}

.gsl-cta-box .gsl-nice-input:focus::-ms-input-placeholder {
    font-size: 10px;
}

.gsl-cta-box .gsl-nice-input {
    margin-bottom: 0;
    padding: 12px 15px;
}

.white-rounded-box {
    background: white;
    border-radius: 25px;
    padding: 15px 20px;
    overflow: hidden;
}

.grey-rounded-box {
    background: #CDDADC;
    border-radius: 25px;
    padding: 15px 20px;
    overflow: hidden;
}

.gsl-get-service__img {
    height: 85px;
}

.gsl-get-service__img_reports-audit {
    background: url(../i/kik/reports-audit.webp) no-repeat center / cover;
}

.gsl-get-service__img_3-ndfl-kik {
    background: url(../i/kik/3-ndfl-kik.webp) no-repeat center / cover;
}

.gsl-get-service__img_kik-notification {
    background: url(../i/kik/kik-notification.webp) no-repeat center / cover;
}

.gsl-get-service__img_translate-reports-kik {
    background: url(../i/kik/translate-reports-kik.webp) no-repeat center / cover;
}

.gsl-get-service__img_banner-1 {
    background: url(../i/banners/banner_1.svg) no-repeat center / contain;
}

.gsl-get-service__img_banner-2 {
    background: url(../i/banners/banner_2.svg) no-repeat center / contain;
}

.gsl-get-service__img_banner-3 {
    background: url(../i/banners/banner_3.svg) no-repeat center / contain;
}

.gsl-get-service__img_banner-4 {
    background: url(../i/banners/banner_4.svg) no-repeat center / contain;
}

.gsl-get-service__title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
}

.gsl-get-service__subtitle {
    font-size: 20px;
    font-weight: 500;
}

.gsl-get-service__meta {
    padding-left: 15px;
}

.white-rounded-box.white-rounded-box_padding20x15 {
    padding: 20px 15px;
}

.white-rounded-box.white-rounded-box_padding15, .grey-rounded-box.grey-rounded-box_padding15 {
    padding: 15px;
}
.white-rounded-box.white-rounded-box_padding25, .grey-rounded-box.grey-rounded-box_padding25 {
    padding: 25px;
}

.white-rounded-box.white-rounded-box_padding35 {
    padding: 35px;
}

.white-rounded-box.book-pages {
    padding: 20px 15px;
}

.white-rounded-box.your-consultant {
    min-height: 100%;
    text-align: center;
    margin: 0;
}

.white-rounded-box .list_gsl-contacts {
    margin: 28px 0 0;
}

.gsl-cta-box__block .gsl-nice-input_invalid {
    border-width: 3px;
}

.swal2-container {
    padding: 0;
}

.img-blackout:before {
    content: "";
    position: absolute;
    background: #0000006b;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* default - rounded box */
.def-rounded-box {
    padding: 1.5rem;
}
.def-rounded-box .def-rounded-box__text > span, .def-rounded-box .def-rounded-box__text > p {
    line-height: 1.5;
    font-size: 18px;
    color: #2A3138;
}

.def-rounded-box .def-rounded-box__image {
    margin-top: 1.5rem;
}

.sticky-block-def {
    display: none;
}

.sticky-block-def.on-block {
    display: block;
}

.sticky-block-def.authors-sticky {
    display: flex;
}

.item-offer-column__row.sticky-block-def {
    min-height: 320px;
    display: block;
    position: relative;
}

.item-offer-column__row.sticky-block-def.scroll, .sticky-block-def.none-shaddow {
    box-shadow: none !important;
}



@media (min-width:1001px) {
    .sticky-block-def {
        position: sticky;
        top: 87px;
        z-index: 1;
        margin-bottom: 1rem;
        display: flex;
        flex-wrap: wrap;
        transition: 0.3s ease-in-out;
        border-radius: 20px;
    }
    .sticky-block-def.scroll {
        box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
    }
    .fix-filter {
        background: white;
        padding: 10px 20px;
        border-radius: 20px 20px 0 0;
        border-bottom: 1px solid #3e4a522b;
    }
    .fix-filter-bottom {
        background: white;
        padding: 10px 20px;
        border-radius: 0 0 20px 20px;
    }
    .border-radius-fix-line {
        background: white;
        padding: 10px 20px;
        border-radius: 20px;
    }

    .item-offer-column__row.sticky-block-def  {
        position: sticky;
        display: flex;
    }

    .item-offer-column__row.sticky-block-def {
        min-height: 400px;
    }
    .item-offer-column__row > .item-offer-column {
        position: absolute;
        transition: 1.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }
    .item-offer-column__row.always-on-default > .item-offer-column {
        transition: 1.5s ease-in-out;
        opacity: 1;
        visibility: visible;
        position: initial;
    }
    .item-offer-column__row > .item-offer-column.active {
        opacity: 1;
        visibility: visible;
    }
    .item-offer-column__row > .item-offer-column.none-fix {
        position: inherit;
    }
}
@media (min-height:901px) {
    .sticky-block-def {
        top: 108px;
    }
}

/* default - line action */
.def-line-action {
    background-color: #A7BB00;
    padding: 1rem 1.5rem;
    border-radius: 20px;
    text-align: center;
}

.def-line-action span {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    line-height: 1.4;
}

.def-line-action button {
    max-width: 300px;
}

.def-form-row__box.border-form {
    border: 3px solid #f1850d;
}

.desc-short-action__content {
    max-height: 96px;
    overflow: hidden;
    position: relative;
}

.desc-short-action__content.medium-size {
    max-height: 440px;
}

@media (max-width:390px) {
    .desc-short-action__content.medium-size {
        max-height: 280px;
    }
}

.desc-short-action._active > .desc-short-action__content {
    max-height: 100%;
}

.desc-short-action._active .desc-short-action__content::after {
    opacity: 0;
    visibility: hidden;
}

.desc-short-action > .desc-short-action__content p {
    max-width: 950px;
}


.desc-short-action .desc-short-action__content::after {
    content: "";
    width: 100%;
    height: 53px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(360deg, white, transparent);
    transition: 0.3s ease-in-out;
}

.sticky-block-def.item-country-list__row.name-title.filter-sticky {
    padding: 0;
}
.item-country-list__row.name-title {
    padding: 1rem 1.2rem 0.5rem 1.2rem;
}

.item-country-list__row.list-jur-location, .item-country-list__row.name-title {
    width: 100%;
    justify-content: space-between;
}

.item-country-list__row.name-title {
    display: none;
}

.name-title .item-country-list__column.reg {
    max-width:600px !important;
}

.item-country-list__column.price-title > p, .item-country-list__column.popular > p  {
    margin: 0 0 0.3rem 0;
}

.item-country-list__row > .item-country-list__column.price-title {
    margin: 0 0 1rem 0;
}

.item-country-list__row > .item-country-list__column.order {
    min-width: 130px;
    max-width: 130px;
}

.item-country-list__row > .item-country-list__column.order > span > input {
    padding: 10px 0;
    max-width: 110px;
}


@media (min-width:1080px) {
    .item-country-list__row.name-title {
        display: flex;
        width: 100%;
    }
    .item-country-list__row > .item-country-list__column.desc, .item-country-list__row.name-title > .item-country-list__column.desc {
        min-width: 320px;
        max-width: 320px;
        margin-bottom: 0;
    }
    .item-country-list__row > .item-country-list__column.desc > span, .item-country-list__row.name-title > .item-country-list__column.desc > span {
        font-size: 13px;
    }
    .item-country-list__row > .item-country-list__column.popular {
        text-align: right;
        min-width: 130px;
        max-width: 130px;
        margin-bottom: 0;
    }
    .item-country-list__column.price-title {
        text-align: center;
        min-width: 130px;
        max-width: 130px;
    }
    .item-country-list__column.order {
        text-align: right;
    }
    .item-country-list__row.list-jur-location > .item-country-list__column.country, .item-country-list__row.name-title > .item-country-list__column.country {
        max-width: 230px;
        min-width: 230px;
        margin-bottom: 0;
    }  
    .item-country-list__column.price-title > p, .item-country-list__column.popular > p {
        display: none;
    }
    .item-country-list__row > .item-country-list__column.price-title {
        margin: 0;
    }
}
 @media (min-width:1285px) {
    .item-country-list__row > .item-country-list__column.desc > span, .item-country-list__row.name-title > .item-country-list__column.desc > span {
        font-size: 16px;
    }
    .item-country-list__row > .item-country-list__column.desc, .item-country-list__row.name-title > .item-country-list__column.desc {
        min-width: 530px;
        max-width: 530px;
    }
}

@media (min-width:1001px) {
	.stick-pos-item {
		position: sticky;
		top: 120px;
	}
}

/* default - mini box */
.def-mini-row {
    gap: 0.7rem;
}
.def-form-row {
    flex: 1 1 33% !important;
}

.form-translate {
    transition: 1s ease-in-out;
    border: 3px solid #f2840b;
}

.form-translate._active {
    box-shadow: 1px 1px 80px #A7BB00;
}

.form-group__row {
    gap: 0.5rem;
    display: inherit;
}

.form-group__row > .form-group {
    width: 100%;
}

.upload_files__row {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.upload_files__row label {
    margin-right: 0.5em;
}

.def-mini-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    transition: 0.3s ease-in-out;
    will-change: transform;
}

.def-mini-box.shadow-block:hover {
    box-shadow: 1px 1px 80px #A7BB00;
    transform: scale(0.99);
}

.shadow-content:hover {
    box-shadow: 1px 1px 80px #A7BB00;
    transform: scale(0.99);
}

.will-change {
    will-change: transform;
}

.transition-3 {
    transition-duration: 0.3s;
}
.ease-in-out {
    transition-timing-function: ease-in-out;
}

.def-mini-box a {
   max-width: 250px;
   margin-bottom: 1rem;
}

.def-mini-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2a3138;
    line-height: 1.2;
}

/* default - 70-30 */
.def-70-30 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.def-70-30 .def__column {
    flex: 1 1 100%;
    text-align: center;
    justify-content: center;
}

.def-70-30 .def__column a {
    max-width: 250px;
    margin-bottom: 1rem;
}

.def-70-30 img {
    max-height: 215px;
    object-fit: contain;
}

/* default- offers */
.def-offers {
    display: flex;
    gap: 0.7rem;
}

.def-offers .offer_wrapper {
    flex: 1 1 calc((100% / 3) - 0.7rem);
}

.item-box-file {
    position: relative;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
    width: 100%;
}

p.uploaded-file-name {
    font-style: italic;
    font-size: 14px;
    padding-bottom: 0.5rem;
    transition: 0.3s ease-in-out;
    animation-name: anim-upload-file;
    animation-duration: 1s;
    padding-right: 4.5rem;
    padding-top: 0.5rem;
    margin: 0;
    word-wrap: break-word;
    text-align: left;
}
.item-box-file:last-child {
    border-bottom: none;
}

p.uploaded-file-name-error {
    transition: 0.3s ease-in-out;
    animation-name: anim-upload-file;
    animation-duration: 1s;
    font-style: italic;
    font-size: 14px;
    background: #df3c3c;
    padding: 1em;
    border-radius: 20px;
    color: #ffff;
 }

 span.delete-item-file {
    background: #df3c3c;
    border-radius: 100px;
    display: flex;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    font-style: normal;
    height: 23px;
    width: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.2rem;
 }
@keyframes anim-upload-file {
    0% {
        opacity: 0;
    }
    100%  {
        opacity: 1;
    }
}

@media(min-width:400px) {
    .form-group__row {
        display: flex;
    }
}


@media (min-width:540px) {
    .def-70-30 .def__column {
        flex: 1 1 calc((100% / 2) - 1rem);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }
    .def-70-30 .def__column.mini-items__row {
        flex: 1 1 auto;
        flex-direction: row;
    }
    .mini-items__row > a.mini-item-icon {
        width: 30% !important;
    }
    .def-70-30 .def__column .def-mini-box { 
        height: 100%;
    }
}

@media (min-width:767px) {
    .def-rounded-box {
        padding: 2.5rem;
    }
    .def-rounded-box .def-rounded-box__text {
        margin-right: 1rem;
    }
    .def-rounded-box .def-rounded-box__text > span, .def-rounded-box .def-rounded-box__text > p {
        font-size: 20px;
    }

    .def-line-action span {
        font-size: 26px;
        text-align: left;
        margin-bottom: 0;
        padding-right: 1.5em;
    }
    .def-line-action__btn{
        text-align: right;
    }

    .def-mini-box {
        flex: 1 1 48% !important;
     }
     .def-mini-box-3 {
         flex: 1 1 48% !important;
     }
}

@media (min-width:1001px) {
    .mini-items__row {
        display: flex;
        justify-content: space-between !important;
        flex-wrap: wrap;
    }

    .def-70-30 {
        flex-wrap: nowrap;
    }
    .def-70-30 .def__column {
        flex: 1 1 auto;
        text-align: left;
        justify-content: flex-start;
        flex-direction: row;
    }
    .def-70-30 .def__column:last-child {
        flex: 1 1 33% !important;
    }
    .def-70-30 .def__column .info {
        padding-left: 2rem;
    }

    .def-70-30 img {
        max-height: 100%;
        object-fit:inherit;
    }
}

@media(min-width:1160px) {

    .def-mini-box {
        flex: 1 1 30% !important;
     }
     .def-mini-box-3 {
         flex: 1 1 30% !important;
     }
}




/* gsl-box-3__row */

.gsl-box-2__column {
    margin-bottom: 1rem;
}

.def-70-30 .def__column .info h3 {
    margin: 30px 0 1em 0;
    font-size: 24px;
    color: #2a3138;
    line-height: 1.2;
}

/* default-item-card */
.default-item-card > .gsl-box__content > h2 {
    margin-top: 0.5em;
    font-size: 20px;
    color: #2A3138;
}
.default-item-card > .gsl-box__content > p {
    line-height: 1.5;
}

.default-item-card .gsl-button {
    margin-bottom: 0.5em;
    max-width: 250px;
}

.gsl-box-2__column {
    display: flex;
    flex-wrap: wrap;
    order: 1;
}

.gsl-box-2__row::after {
    content: "";
    width: 32.5%;
    display: flex;
    order: 1;
}
.gsl-box-2__row.not-after::after {
    display: none !important;
}

.gsl-box-2__column > .more__row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.column-info_two {
    flex: 1 1 100% !important;
}

@media (min-width:740px) {
    .gsl-box-2__row {
        justify-content: space-between;
    }
    .gsl-box-2__column {
        width: 100%;
    }
    .row-info_two {
        flex-wrap: wrap;
        align-content: start;
    }
    .def-grid-2-column-7-3 {
        display: grid;
        grid-column-gap: 15px;
        grid-template-columns: 2fr 2fr;
    }
    .sticky-box {
        position: sticky;
        top: 100px;
     }
     #layout.sticky-layout {
        overflow: visible !important;
        padding-top: 0.1rem;
     }
}
@media (min-width:1100px) {
    .gsl-box-2__column {
        width: 49%;
    }
    .def-grid-2-column-7-3 {
        display: grid;
        grid-column-gap: 15px;
        grid-template-columns: 2fr 1.2fr;
    }
}
@media (min-width:1130px) {
    .default-item-card > .gsl-box__content > h2 {
        font-size: 28px;
    }
    .def-grid-2-column-7-3 {
        display: grid;
        grid-column-gap: 15px;
        grid-template-columns: 2fr 1fr;
    }
    .gsl-box-2__column {
        width: 49.2%;
    }
}


.person-content {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 1fr;
}

.single_person__info {
    order:1;
    margin-bottom: 20px;
}

.person-content > .main {
    order: 2;
}
.person-content > .main-wide {
    order: 3;
}


@media(min-width:720px) {
    .person-content { 
        grid-template-columns: 1.5fr 1fr;
    }
    .single_person__info,  .person-content > .main-wide, .person-content > .main {
        order:unset;
    }
    .single_person__info { 
        position: sticky;
        top: 125px;
    }
}

@media(min-width:1010px) {
    .person-content { 
        grid-template-columns: 2.5fr 1fr;
    }
}

.single_person__info {
    align-self: flex-start;
}

.single_person__info h1 {
    font-size: 20px;
    margin: 1rem 0 0 0;
}

.single_person__info > .text-center >  p {
    margin-top: 10px;
}

/* Form with code of country */
.swal2-html-container {
    overflow: inherit !important;
}
.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
    margin-bottom: 1rem;
}

.gsl-cta-box__block.gsl-cta-box__block_input > .iti.iti--allow-dropdown.iti--show-flags {
    margin-bottom: 0rem;
}

ul.iti__country-list {
    position: absolute;
    max-width: 250px;
    min-width: 250px;
    white-space: normal;
    margin-left: 0;
}

.iti__country {
    font-size: 14px;
}

.iti__flag-box, .iti__country-name {
    text-align: left;
    max-width: 140px;
    color: initial;
    font-weight: initial;
}

.iti__selected-flag {
    border-radius: 20px 0 0 20px;
}

.notify-error-number {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #bd1717;
    font-size: 12px !important;
}
.notify-error-number.absolute-error {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    box-shadow: 0 0 10px #00000063;
    margin-top: 0.5rem;
    z-index: 1;
}


.iti.iti--allow-dropdown.iti--show-flags.error {
    border-radius: 20px;
    margin-bottom: 0.5rem;
}

@media(min-width:1001px) {
    ul.iti__country-list.mini {
        max-width: 240px;
        min-width: 240px;
        margin-left: -2rem;
    }
}

@media(min-width:350px) {
    ul.iti__country-list {
        max-width: 300px;
        min-width: 300px;
    }
    .iti__flag-box, .iti__country-name {
        max-width: 170px;
    }
}


/* Mini box item */

.mini-items__row > a.mini-item-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #2a3138 !important;
    margin-bottom: 2rem;
    margin-top: 2rem;
    transition: 0.3s ease-in-out;
}

.mini-items__row > a.mini-item-icon:hover {
    transform: scale(1.1);
}

a.mini-item-icon > img {
    margin-bottom: 1rem;
}

a.mini-item-icon > b {
    max-width: 200px;
    line-height: 1.2;
}

/* book nav block */
.book-navigation {
    margin-bottom: 35px;
    background: #F0F5F6;
    border-radius: 25px;
    padding: 25px 15px;
}

.book-navigation__link {
    background: #CDDADC;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    box-shadow: 0px 7px 15px #00000029;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease;
}

.book-navigation__link:hover {
    box-shadow: 0px 7px 17px 2px #00000038;
}

.book-navigation__link__arrow {
    background: url(../i/slider-arrow.svg) no-repeat center / contain;
    width: 14px;
    height: 15px;
    display: block;
}

.book-navigation__link__col {
    flex-basis: 0;
}

.book-navigation__title {
    margin: 0;
}

.book-navigation__next {
    border-bottom: 1px solid #CDDADC;
    padding-bottom: 25px;
}

.book-navigation__prev {
    padding-top: 25px;
}

.book-navigation__prev .book-navigation__link__col {
    padding-right: 25px;
}

.book-navigation__next .book-navigation__link__col {
    padding-left: 25px;
}

.book-navigation__next .book-navigation__link__arrow {
    transform: rotate(180deg);
}

.book-navigation__title a {
    text-decoration: none;
    color: black !important;
}

ul.translate-example-list {
    margin: 0;
}
ul.translate-example-list li {
    list-style: none;
    padding: 1em;
    background-color: white;
    border-radius: 25px;
}
ul.translate-example-list li::before {
    display: none;
} 
ul.translate-example-list li h3{
    padding: 0;
    margin: 0;
    
}
ul.translate-example-list li a {
    color: #2A3138;
    text-decoration: none;
}

.example-translate-content {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 1fr;
}
.example-translate-content > .white-rounded-box { 
    margin-bottom: 1rem;
}

@media(min-width:1160px) {
    .example-translate-content {
        grid-template-columns: 1fr 1fr;
    }
    .example-translate-content > .white-rounded-box { 
        margin-bottom: 0rem;
    }
}

/* /book nav block */
.gsl-comment-form {
    background: #F0F5F6;
    padding: 25px 20px;
    border-radius: 25px;
    margin: 35px 0;
}

.gsl-comment-form h3 {
    margin-top: 0;
}

body .gsl-comment-form .gsl-button {
    border-radius: 6px;
}

.add-comment .input-name,
.add-comment .input-email {
    width: 100%;
}

.ui-header__link-item a {
    font-size: 13px;
    margin-bottom: 18px;
    display: block;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 600;
}

.ui-header_with-link {
    display: flex;
    align-items: center;
}

.video-banner {
    background: #0071C1;
    border-radius: 25px;
    color: #fff;
}

.video-banner__photo {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.video-banner__photo_1 {
    background: url(../i/banners/video-banners/video-banner_1.webp) no-repeat center / cover;
}

.video-banner__photo_2 {
    background: url(../i/banners/video-banners/video-banner_2.webp) no-repeat center / cover;
}

.video-banner__photo_3 {
    background: url(../i/banners/video-banners/video-banner_3.webp) no-repeat center / cover;
}

.video-banner__photo_4 {
    background: url(../i/banners/video-banners/video-banner_4.webp) no-repeat center / cover;
}

.video-banner__photo_5 {
    background: url(../i/banners/video-banners/video-banner_5.webp) no-repeat center / cover;
}

.video-banner__description {
    padding: 20px 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-banner__description__title {
    font-size: 22px;
    font-weight: 900;
}

.video-banner__description__subtitle {
    font-size: 16px;
    line-height: 1.4;
}

body .video-banner__description__subtitle a {
    color: #fff !important;
}

.tags span {
    text-decoration: underline;
    cursor: pointer;
}

.contents_container {
    margin-bottom: 40px;
}

.contents_page_link {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.show_paragraph {
    cursor: pointer;
    font-weight: 500;
    font-size: 25px;
    font-family: monospace;
}

.hidden_paragraph {
    display: none;
    font-size: 15px;
    margin-top: 10px;
}

.show_more_link {
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.gsl-offshore-alphabet-book__img {
    background: url(../i/offshore/gsl-azbooka.webp) no-repeat center / contain;
    height: 250px;
    line-height: 1.4;
}

.expanding-text {
    display: none;
}

.content_dove-blue-colored .outer-block a, .content.content_dove-blue-colored a, .content_dove-blue-colored .contact-person .person a, .content_dove-blue-colored .pseudo-link, .content_dove-blue-colored .menu a, .content_dove-blue-colored .person a, .content_dove-blue-colored h3 a, .content_dove-blue-colored .slide.pseudo-link, .content_dove-blue-colored .layout--a h2, .content_dove-blue-colored .gr a {
    color: #384654;
}

.content_dove-blue-colored h2 a:hover, .content_dove-blue-colored h3.gr a:hover, .content_dove-blue-colored a:hover, .content_dove-blue-colored h3 a:hover, .content_dove-blue-colored h4 a:hover, .content_dove-blue-colored .pseudo-link:hover, .content_dove-blue-colored .gr a:hover .gr-letter, .content_dove-blue-colored .gr a:hover {
    color: #384654bd !important;
}

.content_dove-blue-colored .gsl-cta-box, body .content_dove-blue-colored .gsl-button, .content_dove-blue-colored .gsl-contacts__contact a, .content_dove-blue-colored .video-banner {
    background: #646A7F;
}

.content_dove-blue-colored .book-chapter__numder, .content_dove-blue-colored.content h2 {
    color: #646A7F;
}

body .content_dove-blue-colored .gsl-button_2 {
    background: #E9EEEF;
}

.content_dove-blue-colored .your-consultant__phone:before {
    filter: grayscale(0.9);
}

.gsl-service-box {
    padding: 15px 15px 15px 10px;
    align-items: center;
    margin: 0 -15px;
}

.gsl-service-box__name {
    font-size: 14px;
    padding-right: 6vw;
}

.gsl-service-box__name__header {
    font-weight: bold;
    margin-bottom: 10px;
}

.gsl-service-box__name p {
    margin: 0;
}

.gsl-service-box__name__subheader {
    margin-bottom: 10px;
}

.gsl-service-box__name__price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.price-calc-block {
    border-radius: 25px;
    overflow: hidden;
}

.price-calc-block_text {
    background: #FA7D00;
    padding: 20px 15px;
}

.price-calc-block_text :where(h3,p) {
    color: #fff;
}

.price-calc-block_text h3 {
    font-size: 26px;
    margin-top: 0;
}

.price-calc-block_text p {
    font-size: 14px;
}

.price-calc-block__bg {
    background: url('../i/audit-foreign/price-calc.png') no-repeat center / cover;
    height: 180px;
}

/* head page */
.head-page h1, .head-page h2 {
    color: #2A3138 !important;
}

.book-popular {
    text-align: center;
}

.book-popular__img-box img {
    width: auto;
    height: 65px;
}

#layout .book-popular a {
    color: #2A3138;
    font-weight: 500;
}

.book-popular .list-column-inner {
    padding: 10px;
}

section.section.head-page {
    padding: 0 15px;
    margin: 0;
}


#layout a.gsl-book-banner__link {
    color: #2A3138;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.books__book-wraper > p {
    min-height: 40px;
}

.book-wraper__img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    max-height: 250px;
}


.content h2.book-chapter__title {
    margin: 0;
    font-size: 25px;
    font-weight: 900;
}

.book-chapter__numder {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #1a629d;
    padding-right: 10px;
}

.hr {
    width: 100%;
    height: 1px;
    background: #CDDADC;
}

.font_14 {
    font-size: 14px;
}

.form_submit {
    background: #e9eeef;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 22px;
    border-radius: 20px;
}

.icon {
    height: 23px;
}

.form_header {
    font-size: 20px;
    font-weight: 700;
}

.price_header {
    font-size: 20px;
}

.final_price {
    font-size: 36px;
    font-weight: 600;
}

.input_range::-webkit-slider-thumb {
    background: gray;
}

.input_range::-moz-range-thumb {
    background: gray;
}

.input_range::-ms-thumb {
    background: gray;
}

.page_header {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    align-items: baseline;
}

.range_comment {
    margin-top: -5px;
    padding-left: 5px;
    padding-right: 5px;
}

.range_mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    color: #9AABAD;
}

.vertical_mark {
    font-size: 0.5rem;
}

.mark_text {
    margin-top: 15px;
    position: absolute;
}

.calculator-title {
    font-size: 18px;
    font-weight: 700;
}

.calculator-title_comment {
    font-size: 16px;
    color: #9AABAD;
}

.amount {
    font-size: 16px;
    font-weight: 700;
    float: right;
}

.switch_title {
    font-weight: 500;
}

.switch_title_disabled {
    color: #9AABAD !important;
}

.button_send {
    background: #FA7D00;
    color: white;
    width: 100%;
    padding: 18px;
}

.documents_params {
    display: flex;
    flex-direction: column;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 20px;
    background-color: #FA7D00;
}

input[type='range']::-moz-range-thumb {
    -moz-appearance: none;
    border-radius: 20px;
    background-color: #FA7D00;
}

input[type=range]:focus {
    outline: none;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.gsl-form-check-input {
    border: 2px solid #FA7D00;
    border-radius: 25px;
    padding: 10px 22px;
    margin: 0 8px;
    width: 20px;
    height: 1em;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    transition: background-position .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.gsl-form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

#__audit-foreign .gsl-form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23FA7D00'/></svg>");
}

.items-list {
    padding: 25px 20px;
    align-content: baseline;
}

.items-list_small {
    padding: 17px 20px;
}

.items-list_small .items-list__single__service-icon {
    min-width: 30px;
    width: 30px;
}

.items-list__single__flag {
    width: 45px;
    flex-shrink: 0;
}

.items-list__single__flag-img {
    vertical-align: middle;
    box-shadow: 0px 0px 4px 0px #2a313840;
}

.items-list__single__title {
    font-size: 18px;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 10px;
    display: block;
}

.items-list__single__service-title {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: #778486 !important;
    text-decoration: none;
    display: inline-block;
}

.items-list__single__service-icon {
    vertical-align: middle;
    min-width: 25px;
    width: 25px;
}

.white-rounded-box__horizontal-stretched-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: -15px -20px 0;
    height: 135px;
}

.white-rounded-box__horizontal-stretched-bg_big {
    height: 210px;
}

.gsl-button__icon {
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.gsl-button__icon ~ span {
    vertical-align: middle;
}

.section_seminars.head-page .section__inner,
.section_news.head-page .section__inner,
.head-page .list-column_related-publication .list-column__inner {
    background: #ffffff;
}

.head-page .list-column_related-news .list-column__inner {
    background: #E9EEEF;
}

section.section.section_seminars.head-page, section.section.section_publications.head-page,
section.section.section_webinars.head-page, section.section.section_news.head-page {
    margin-top: 40px;
}

.head-page .list_related-webinars {
    background: #fff;
    padding: 25px 10px;
    border-radius: 25px;
}

.list-column_related-news__horizontal-stretched-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: -20px -15px 0;
    height: 135px;
}

.items-list__single:not(:last-child) {
    margin-bottom: 15px;
}

.items-list__single:first-child {
    margin-bottom: 25px;
}

.list-column .white-rounded-box__horizontal-stretched-bg_fh-d {
    margin: -15px -30px 0;
}

.mobile-calс-total {
    position: fixed;
    bottom: 47px;
    width: 100%;
    left: 0;
    background: #FA7D00;
    padding: 10px 0;
    z-index: 10;
}

.mobile-calс-total .list {
    align-items: center;
}

body .mobile-calс-total .gsl-button {
    font-size: 16px;
    padding: 10px 0;
}

.mobile-calс-total__text {
    color: #fff;
    font-size: 14px;
}

.mobile-calс-total__text :where(.price_header, .final_price sub) {
    font-size: 14px;
}

.mobile-calс-total__text .final_price {
    font-size: 22px;
}

.mobile-calс-total .too_expensive {
    padding: 0 10px;
    color: #ffffff;
}

.form-audit-calc .swal2-html-container {
    overflow: unset;
}

.cdx-Highlight {
    background: #efefef;
    padding: 1px 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: pointer;
}

.cdx-Highlight:hover {
    border: 1px solid #e1eaf0;
    background: #ebf4fa;
}

.title-h3 {
    font-size: 30px;
}

.toggle-all-container {
    text-align: center;
}

#button_to_top {
    display: flex;
    background-color: #CDDADC;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #7d878c1a;
    position: fixed;
    bottom: 75px;
    right: 15px;
    transition: background-color .2s, opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0px 3px 6px #00000029;
}

.audit-foreign-main #button_to_top {
    bottom: 160px;
}

#button_to_top:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi4xNjQiIGhlaWdodD0iOS4wODIiIHZpZXdCb3g9IjAgMCAxNi4xNjQgOS4wODIiPgogIDxwYXRoIGlkPSJQYXRoXzIyODAiIGRhdGEtbmFtZT0iUGF0aCAyMjgwIiBkPSJNMTQ3OTMuMDY2LDMxODcuNDY3bDYuNjY4LDYuNjY4LDYuNjY4LTYuNjY4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDgwNy44MTYgMzE5NS4xMzUpIHJvdGF0ZSgxODApIiBmaWxsPSJub25lIiBzdHJva2U9IiMyYTMxMzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBvcGFjaXR5PSIwLjYiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 10px;
    margin: auto;
}

#button_to_top:active {
    background-color: #b6c3c5;
}

#button_to_top.show {
    opacity: 1;
    visibility: visible;
}

.list-column_padding-30 {
    padding: 0 30px;
}

.list_negative-margin-30 {
    margin: 0 -30px;
}

.form-group_check label, .form-group_radio label {
    display: block;
    margin-left:30px;
    margin-top:-20px;
}

.calculator-title span {
    font-weight:normal;
    color:gray;
}

.form-group_radio {
    margin-bottom:15px;
}

.form-group_check {
    font-weight:bold;
    margin-bottom:40px;
}

.form-group_file {
    margin-left:24px;
    margin-top:-30px;
    margin-bottom:30px;
    color:gray;
}

.gsl-button-new {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF !important;
    background: #006CBB;
    display: inline-block;
    box-shadow: 0px 3px 6px #0000004d;
    text-decoration: none;
    transition: all .2s ease;
    will-change: transition;
    letter-spacing: normal;
    line-height: 1.4rem;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    border: 0;
    font-family: 'SF UI Display', 'Helvetica';
}

.form-group_check label:hover, .form-group_radio label:hover {
    cursor:pointer;
    display:block;
}

.gsl-nice-input_select {
    -webkit-appearance: menulist-button;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 1em);
    background-size: 0.85em auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M70.3 13.8L40 66.3 9.7 13.8z' fill='%23ddd'%3E%3C/path%3E%3C/svg%3E");
    font-size: 14px;
}

input[type="radio" i].gsl-nice-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #0e63ab;
    transition: 0.2s all linear;
    outline: none;
    position: relative;
    top: 4px;
}

input[type="radio" i].gsl-nice-radio:checked {
    border: 6px solid #0e63ab;
}

input[type="checkbox" i].gsl-nice-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0%;
    width: 20px;
    height: 20px;
    border: 2px solid #0e63ab;
    transition: 0.2s all linear;
    outline: none;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

input[type="checkbox" i].gsl-nice-check:checked {
    border-color: #0e63ab;
    background-color: #0e63ab;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#__group input[type=range].input_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: #006CBB !important;
}

#__group input[type=range].input_range::-moz-range-thumb {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: #006CBB !important;
}


.about-wrapper.content {
    max-width: 2048px !important;
}

.about-content__left {
    margin-top: 4.2rem;
    padding-right: 1.5rem;
    display: none;
}

.content .about-content .about-content__left .navigation-about {
    height: 100%;
}

.content .about-content .about-content__left .navigation-about > ul { 
    padding: 0 0.5rem 0 0;
    margin: 0 !important;
}

.content .about-content .about-content__left .navigation-about > ul { 
    overflow-y: auto;
    max-height: calc(var(--height-view-nav) - 120px);
}

.content .about-content .about-content__left .navigation-about > ul::-webkit-scrollbar {
    width: 3px;
}
  
.content .about-content .about-content__left .navigation-about > ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 100px;
}   
   
.content .about-content .about-content__left .navigation-about > ul::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 100px;
}

.content .about-content .about-content__left .navigation-about > ul::-webkit-scrollbar-thumb:hover {
    background: var(--main-text-color); 
}

.about-content__left ul li {
    margin-bottom: 0.2rem;
    list-style: none;
}

.about-content__left ul li.spec-item {
    background-image: linear-gradient(to right, #8a2e77, #0071c1);
    transition: 0.3s ease-in-out;
    background-blend-mode: color;
    background-color: initial;
}

.about-content__left ul li.spec-item:hover {
    background-blend-mode: color;
    background-color: darkslategray;
}

.about-content__left ul li.spec-item a {
    color:var(--white-text-color) !important;
    font-weight: bold;
}

.about-content__left ul li.spec-item:hover a, .about-content__left ul li.spec-item a:hover {
    color:white !important;
}


.about-content__left ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 1.2rem 0.5rem 1rem;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    text-decoration: none;
    border-radius: 0 100px 100px 0;
    width: 100%;
    color: var(--main-text-color);
    cursor: default;
    font-size: 14px;
}

.about-content__left ul li:hover, .about-content__left ul li._active {
    color: var(--white-text-color);
    background-color: var(--acient-color);
}

.about-content__left ul li:not(._active) {
    cursor: pointer;
}


.staff__views {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: none;
}

.staff__views svg {
    width: 40px;
    fill: var(--main-text-color);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.staff__views svg._active {
    fill: var(--acient-color);
}

.staff__views svg:not(._active):hover {
    fill: var(--acient-color);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    cursor: pointer;
}

.staff__filter_box {
    position: relative;
    height: 60px;
    background-color: var(--white-text-color);
}

.staff__filter {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin: 0.5rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.7rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.staff__filter._active {
    padding-left: 0 !important;
}


.staff__filter::-webkit-scrollbar {
    width: 0em;
    display: none;
  }
  

.staff__filter::-webkit-scrollbar-track {
    background-color: transparent;
}
  

.staff__filter::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0;
}
  

.staff__filter button {
    padding: 0.5rem 1rem;
    background: var(--white-text-color);
    color: var(--acient-color);
    border: 2px solid var(--acient-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: default;
    z-index: 2;
}

.staff__filter button._active {
    background: var(--acient-color);
    color: var(--white-text-color);
}

.staff__filter button:not(._active):hover {
    background-color: var(--acient-color);
    color: var(--white-text-color);
    cursor: pointer;
}

.box-nav-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.box-nav-slider._active {
    opacity: 1;
    visibility: visible;
}

.box-nav-slider button {
    padding: 0.5rem 1rem;
    background: var(--main-text-color);
    color: var(--white-text-color);
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 4;

    &:hover {
        opacity: 0.8;
    }
}

.box-nav-slider::after {
    position: absolute;
    right: -220px;
    top: -90px;
    content: "";
    width: 145px;
    height: 265px;
    background-color: var(--white-text-color);
    -webkit-box-shadow: -175px 0px 50px var(--white-text-color);
            box-shadow: -175px 0px 50px var(--white-text-color);
    z-index: 3;
}

.box-nav-slider::before {
    position: absolute;
    left: -220px;
    top: -90px;
    content: "";
    width: 145px;
    height: 265px;
    background-color: var(--white-text-color);
    -webkit-box-shadow: 175px 0px 50px var(--white-text-color);
            box-shadow: 175px 0px 50px var(--white-text-color);
    z-index: 3;
}

.box-nav-slider button.off-nav {
    opacity: 0.3;
    cursor: default;
}

.staff__boxes {
    margin: 1.5rem 0 0 0;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% - 1rem), 1fr));
    gap: 1rem;
}

.staff__boxes > .person {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 20px #00000010;
            box-shadow: 1px 1px 20px #00000010;
    z-index: 2;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
    text-decoration: none;
    -webkit-animation-name: anim-staff;
            animation-name: anim-staff;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
    display: flex;
}
.slider-all-blocks-filter {
    min-height: 520px;
}

.slider-all-blocks-filter.default-height-box {
    min-height: auto;
}

.slider-all-blocks-filter .owl-item  img {
    filter: grayscale(1);
    box-shadow: 1px 1px 10px #00000080;
}

.slider-all-blocks-filter > .person {
    opacity: 0;
    display: flex;
    width: 100%;
    -webkit-animation-name: anim-staff;
            animation-name: anim-staff;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            animation-delay: 0.2s;
}

.slider-all-blocks-filter > .person.max_height_block {
    max-height: 550px;
    min-height: 550px;
}

@media (max-width:390px) {
    .slider-all-blocks-filter > .person.max_height_block {
        max-height: 330px !important;
        min-height: 330px !important;
    }
    .slider-all-blocks-filter > .person.max_height_block > .p-10 {
        padding: 0 !important;
    }
    .slider-all-blocks-filter {
        min-height: 350px !important;
    }
    /* .slider-all-blocks-filter .owl-item img {
        max-height: 400px !important;
        min-height: 400px !important;
    } */
}


@-webkit-keyframes anim-staff {
    0% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);

    }
 }

@keyframes anim-staff {
    0% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
 }

.slider-filter-contains .person:not(.active), .slider-filter-contains .long-view > .person:not(.active)  {
    display: none;
}

/* .slider-filter-contains.active {
    animation-name: fade-in;
} */

.staff__boxes > .person:hover .person__pos strong {
    color: var(--acient-color);
}

.staff__boxes > .person:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-box-shadow: 1px 1px 30px #00000050;
            box-shadow: 1px 1px 30px #00000050;
}

.staff__boxes:not(.long-view) > .person .person__pos {
    display: none;
}

.staff__boxes > .person .person__pos {
    padding: 1rem;
}

.staff__boxes > .person .person__pos strong {
    font-size: 22px;
}

.staff__boxes > .person .person__pos strong {
    margin: 0 0 0.5rem 0;
    display: block;
    font-size: 18px;
    color: var(--main-text-color);
}

.staff__boxes > .person .person__pos span {
    font-size: 14px;
    color: #00000090;
}

.staff__boxes > .person > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 300px;
    filter: grayscale(1);
}

.staff__boxes > .person.hidden {
    display: none !important;
}


.staff__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0 1rem 0;
}

.staff__more button {
    padding: 1rem 2rem;
    background: var(--acient-color);
    color: var(--white-text-color);
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.staff__more button:hover {
    opacity: 0.8;
}

.special-center-box > a {
    position: relative;
}
.special-center-box:not(.long-view) > a > .person__pos {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.special-center-box:not(.long-view) > a > .person__pos > strong.with-special-center {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    background: #ffffffe3;
    width: 100%;
    height: 70%;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
}
.special-center-box:not(.long-view) > a > .person__pos > strong.with-special-center.font-with-special-center {
    font-size: 16px;
    line-height: 1.4;
}

@media(min-width: 420px) {
    .special-center-box:not(.long-view) > a > .person__pos > strong.with-special-center.font-with-special-center {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media(min-width: 889px) {
    .special-center-box:not(.long-view) > a > .person__pos > strong.with-special-center.font-with-special-center {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media(min-width: 920px) {
    .special-center-box:not(.long-view) > a > .person__pos > strong.with-special-center.font-with-special-center {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media(min-width: 1200px) {
    .special-center-box:not(.long-view) > a > .person__pos > strong.with-special-center.font-with-special-center {
        font-size: 14px;
        line-height: 1.2;
    }
}

@media(min-width: 1300px) {
    .special-center-box:not(.long-view) > a > .person__pos > strong.with-special-center.font-with-special-center {
        font-size: 16px;
        line-height: 1.4;
    }
}

.special-center-box:not(.long-view) > a > .person__pos > strong.with-special-center > span.spacer {
    display: none;
}
.special-center-box:not(.long-view) > a > .person__pos > strong.with-special-center > .special-text {
    font-size: 16px;
    color: var(--main-text-color);
    font-weight: 300;
}
.special-center-box:not(.long-view) .with-special-info {
    display: none;
}
.special-center-box.long-view .with-special-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

.special-center-box.long-view .with-special-info span {
    color: var(--main-text-color);
    font-size: 16px;
}

.special-center-box.long-view .with-special-info span:last-child {
    margin-top: 1rem;
    color: var(--acient-color);
    display: flex;
    align-items: center;
}

.special-center-box.long-view .with-special-info span:last-child:hover {
    color: var(--main-text-color);
}

.special-center-box.long-view > a > .person__pos > strong.with-special-center > .special-text {
    font-size: 22px;
    color: var(--main-text-color);
    font-weight: 300;
}

.special-center-box:not(.long-view) > a > .person__pos > span {
    display: none;
}

.staff__boxes.special-center-box:not(.long-view) > .person .person__pos {
    display: flex;
}

.about-content__right .history h2 {
    width: 100%;
}

.about-content__right .history a {
    padding: 0.5rem 1rem;
    background: var(--white-text-color);
    color: var(--acient-color);
    border: 2px solid var(--acient-color);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
}

.about-content__right .history a:hover {
    background-color: var(--acient-color);
    color: var(--white-text-color) !important;
}

.facts-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.facts-boxes__row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% - 1rem), 1fr));
    gap: 1rem;
    margin: 1rem 0 0 0;
    width: 100%;
}


.facts-boxes__row > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.facts-boxes__row > div > b {
    font-size: 48px;
}

.facts-boxes__row > div > span {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1rem 0;
}

.facts-boxes__row > div > p {
    margin: 0;
}

.facts-boxes__row > div > a {
    text-decoration: underline;
    font-size: 24px;
    width: max-content;
    margin-bottom: 0.5rem;
}

.facts-boxes__row > div > a:hover {
    color: var(--main-text-color);
}

.facts-boxes__row > div > img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 1rem 0;
}

.members .members__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.members .members__row > .members-col {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; 
}

.members .members__row > .members-col a {
    color: var(--acient-color);
    margin: 0 0 1rem 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


.item-about figcaption {
    display: none;
}

@media (min-width:410px) {
    .staff__boxes > .person > img {
        height: 350px;
    }
}

@media (min-width:470px) {
    .staff__boxes > .person > img {
        height: 400px;
    }
}

@media (min-width:500px) {
    .staff__boxes > .person > img {
        height: 450px;
    }
}

@media (min-width:620px) {
    .staff__boxes { 
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
        gap: 1rem;
    }
    .staff__boxes > .person > img {
        height: 300px;
    }
    .facts-boxes__row {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    }
}

@media (min-width:640px) {
    .about-content__right .history h2 {
        width: auto;
    }

    .staff__boxes.long-view  > .person {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .staff__boxes.long-view {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% - 1rem), 1fr));
    }

    .staff__boxes.long-view > .person strong {
        font-size: 20px;
    }
    
    .staff__boxes.long-view > .person > img {
        height: 100%;
        max-width: 150px;
    }

    .staff__views {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .box-nav-slider {
        display: flex;
    }

    .staff__filter {
        padding-left: 9rem;
        padding-right: 9rem;
    }
}

@media (min-width:798px) {
    .staff__boxes.long-view {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    }
    .staff__boxes > .person > img {
        height: 400px;
    }
    .members .members__row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        gap: 1rem;
    }
}
@media (min-width:920px) {
    .staff__boxes.long-view > .person strong {
        font-size: 22px;
    }
    .staff__boxes.long-view > .person > img {
        height: 100%;
        max-width: 200px;
    }
    .staff__boxes { 
        grid-template-columns: repeat(auto-fill, minmax(calc(25% - 1rem), 1fr));
        gap: 1rem;
    }
    .staff__boxes > .person > img {
        height: 240px;
    }

    .facts-boxes__row {
        grid-template-columns: repeat(auto-fill, minmax(calc(33.3% - 1rem), 1fr));
    }
}

@media (min-width:1199px) {
    .about-content__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .staff__boxes { 
        grid-template-columns: repeat(auto-fill, minmax(calc(20% - 1rem), 1fr));
        gap: 1rem;
    }
    .staff__boxes > .person > img {
        height: 220px;
    }
    .about-wrapper.content {
        padding: 0 3rem 0 0 !important;
    }
}

@media (min-width:1640px) {
    .staff__boxes > .person > img {
        height: 300px;
    }

    .staff__boxes.long-view {
        grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 1rem), 1fr));
        gap: 1rem;
    }
    
    .staff__boxes.long-view > .person > img {
        height: 100%;
        max-width: 200px;
    }
}


@media(min-width:2048px) {
    .about-wrapper.content {
        padding: 0 !important;
    }
}

@media (hover: hover) and (pointer: fine) {
    #button_to_top:hover {
        cursor: pointer;
        background-color: #b6c3c5;
    }
}

@media (min-width: 576px) {
    .right_col {
        margin-top: 0px;
        margin-left: 10px;
    }

    .range_mark {
        font-size: 12px;
    }

    .calculator-title_comment {
        font-size: 13px;
        color: #9AABAD;
    }

    .title-with-icon sup {
        position: absolute;
        left: auto;
        top: -5px;
        margin-left: 10px;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offer_tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        width: auto;
    }

    .offer_tabs div {
        width: auto;
    }

    #toggle_offers_all {
        margin-top: 0px;
        width: auto;
    }
    .foreign_bank_header_img{
        flex-direction: row;
        align-items: center;
    }
    .foreign_bank_header_flag{
        margin-bottom: 0px;
    }
}

@media (min-width: 767px) {
    .documents_params {
        flex-direction: row;
    }

    .range_mark {
        font-size: 13px;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .customize-support .header {
        top: 32px;
    }

    .customize-support .header__header-hide {
        top: -5px;
    }

    .chat-languages {
        bottom: 60px;
        right: 325px;
        border-radius: 5px;
        left: auto;
        border-bottom: 0;
    }

    a.chat-languages__lang.chat-languages__lang-en {
        padding-bottom: 30px;
    }

    #footer_main .switcher {
        margin-bottom: 0;
    }

    #footer_main {
        margin-bottom: 0;
    }

    #footer_main:before {
        width: 420px;
        background-size: cover;
        top: -5px;
    }

    .column-footer .list-column {
        width: 33.3%;
        flex-basis: 33.3%;
    }

    .column-footer .list-column:nth-of-type(3) {
        order: 0;
    }

    .column-footer .list-column:nth-of-type(4) {
        width: 25%;
        flex-basis: 25%;
    }

    .column-footer .list-column:nth-last-of-type(2) {
        width: 30%;
        flex-basis: 30%;
    }

    .column-footer .list-column:last-child {
        width: 45%;
        flex-basis: 45%;
    }

    .footer_main-block #site_switcher .dd-wrap {
        width: auto;
        overflow: hidden;
    }

    .gsl-contacts-container .contacts-link:before {
        bottom: 100%;
        left: 50%;
        margin-bottom: 10px;
        transform: translate3d(-50%, 10px, 0);
    }

    .gsl-contacts-container .contacts-link:after {
        transform: translateY(10px);
    }

    .gsl-contacts-container .contacts-link:before {
        content: attr(data-tooltip);
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        padding: 10px 15px;
        border-radius: 5px;
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .gsl-contacts-container .contacts-link:after, .gsl-contacts-container .contacts-link:before {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: transform 200ms ease, opacity 200ms;
        box-shadow: 0 0 10px rgb(0 0 0 / 30%);
        z-index: 99;
    }

    .gsl-contacts-container .contacts-link:after {
        width: 0;
        height: 0;
        border: 6px solid transparent;
        content: "";
    }

    .gsl-contacts-container .contacts-link:after {
        border-top-color: #195f9f;
        border-bottom: none;
        bottom: 101%;
        left: calc(50% - 6px);
        margin-bottom: 4px;
    }

    .gsl-contacts-container .contacts-link:before {
        background: #195f9f;
    }

    #__audit .gsl-contacts-container .contacts-link:before {
        background: #9c1123;
    }

    #__taxes .gsl-contacts-container .contacts-link:before, #__family-office .gsl-contacts-container .contacts-link:before {
        background: #c95a00;
    }

    #__audit-foreign .gsl-contacts-container .contacts-link:before {
        background: #c95a00;
    }

    #__law .gsl-contacts-container .contacts-link:before {
        background: #ca910a;
    }

    #__conferences .gsl-contacts-container .contacts-link:before {
        background: #632ca2;
    }

    #__translations .gsl-contacts-container .contacts-link:before {
        background: #9c9a0c;
    }

    #__vacancies .gsl-contacts-container .contacts-link:before {
        background: #409e42;
    }

    #__audit .gsl-contacts-container .contacts-link:after {
        border-top-color: #9c1123;
    }

    #__audit-foreign .gsl-contacts-container .contacts-link:after, #__family-office .gsl-contacts-container .contacts-link:after {
        border-top-color: #c95a00;
    }

    #__taxes .gsl-contacts-container .contacts-link:after {
        border-top-color: #c95a00;
    }

    #__law .gsl-contacts-container .contacts-link:after {
        border-top-color: #ca910a;
    }

    #__conferences .gsl-contacts-container .contacts-link:after {
        border-top-color: #632ca2;
    }

    #__translations .gsl-contacts-container .contacts-link:after {
        border-top-color: #cf8f0c;
    }

    #__vacancies .gsl-contacts-container .contacts-link:after {
        border-top-color: #409e42;
    }

    .gsl-contacts-container .contacts-link:hover:after, .gsl-contacts-container .contacts-link:hover:before {
        visibility: visible;
        opacity: 1;
    }

    .gsl-contacts-container .contacts-link:hover:after {
        transform: translateY(0px);
    }

    .gsl-contacts-container .contacts-link:hover:before {
        transform: translate3d(-50%, 0px, 0);
    }

    .gsl-contacts-container {
        width: auto;
        margin-bottom: 40px;
        margin-right: 20px;
        border-radius: 50px;
        -webkit-box-shadow: 4px 4px 7px 0px rgb(34 60 80 / 45%);
        box-shadow: 4px 4px 7px 0px rgb(34 60 80 / 45%);
    }

    .gsl-contacts-container .contacts-link {
        width: 54px;
        flex: auto;
    }

    .gsl-contacts-container_hidden {
        transform: translateY(82px);
    }

    .contacts-link_disabled:first-child .contacts-badge {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .contacts-link:first-child, .contacts-link:last-child {
        width: 59px;
    }

    .contacts-link:first-child .contacts-badge {
        padding-left: 5px;
    }

    .contacts-link:last-child .contacts-badge {
        padding-right: 5px;
    }

    a.chat-languages__lang {
        padding: 10px 15px;
    }

    body .gsl-button.gsl-button_full-with-desktop {
        width: 100%;
    }

    .gsl-table_jur-services .gsl-table__header-cell {
        text-align: center;
    }

    .list-column_related_webinars .webinar-title, .list-column_related-publication .publication-title,
    .list-column_related-news .news-title {
        flex-grow: 1;
    }

    .list-column_related_webinars, .list-column_related-publication .list-column__inner,
    .list-column_related-news .list-column__inner {
        display: flex;
        flex-direction: column;
    }

    .list-column_related-publication .list-column__inner,
    .list-column_related-news .list-column__inner {
        height: 100%;
    }

    .gsl-related-offer_tile-desktop .gsl-related-offer__link {
        font-size: 18px;
        line-height: 26px;
    }

    .white-rounded-box .list_gsl-contacts {
        margin: 28px 0 0;
    }

    body .gsl-button.gsl-button_l-r-padding {
        padding: 15px 25px;
        width: auto;
    }

    .select_offer {
        width: 300px;
        background-position-x: 275px;
    }
    .select_bks_offer {
        width: 300px;
        background-position-x: 275px;
    }

    .items-list-container {
        /* margin: 0 -7px; */
    }

    .items-list-container > .list-column {
        /* padding: 0 7px; */
    }

    .tablet-visible {
        display: block;
    }

    .tablet-hidden {
        display: none;
    }

    .price_header {
        margin-top: 40px;
    }

    .expanding-control__title {
        flex-basis: auto;
    }

    #button_to_top {
        bottom: 120px;
        right: 30px;
    }
}

@media (min-width: 1001px) {
    .header__menu-main .menu-item-top {
        width: auto;
    }
    .price_header {
        margin-top: 0;
    }

    .range_mark {
        font-size: 14px;
    }

    .pseudo-popup {
        width: 16%;
    }

    .expanding-text {
        display: block;
    }

    .expanding-text__expander {
        display: none;
    }

    .content {
        padding: 0 45px;
    }

    h1 {
        font-size: 38px;
    }

    .svg-arrow {
        width: 20px;
        height: 20px;
    }

    section.section {
        margin: 60px 0;
        padding: 0 30px;
    }

    section.section_bordered-top {
        margin-top: 25px;
    }

    section.section_bordered-top:before {
        margin-bottom: 40px;
    }

    section.heading {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .column-padding-lg {
        padding-left: 3vw;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-25 {
        flex: 0 0 auto;
        width: 20%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .column-2-row-lg {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
    }

    .chat-languages {
        bottom: 54px;
    }

    .login_url {
        display: block;
    }

    .header__logo-block {
        order: 0;
        margin-right: 1vw;
        margin-left: 0;
        flex: 0 1 auto;
    }

    .header {
        background: #fdfdfd;
    }

    .header-inner {
        padding: 0 15px;
        position: relative;
    }

    .header__menu-main, .menu-item-top > .sub-menu {
        position: relative;
        width: auto;
        background: transparent;
        z-index: auto;
        right: auto;
        top: auto;
        height: auto;
        overflow: visible;
        padding: 0;
        transition: none;
        max-width: none;
    }

    .mega-menu > .sub-menu:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 0;
        right: 0;
        background: url('../i/mega-menu/mega-menu-ornament.svg') no-repeat right bottom/ contain;
        width: 30%;
        height: 260px;
        opacity: 0;
    }

    .header__header-hide .header__menu-main, .header__header-hide .menu-item-top > .sub-menu {
        height: auto;
        top: auto;
    }

    .header__menu-block {
        order: 1;
        flex: 1 0 auto;
        width: auto;
    }

    .menu-secondary__menu .menu-phone a, .header__menu-secondary b.selected {
        font-weight: 900;
    }

    .menu-secondary__menu .menu-phone a {
        margin-right: 20px;
    }

    .header__menu-secondary {
        padding: 14px 0 8px;
        justify-content: flex-end;
        align-items: center;
    }

    .menu-secondary__menu {
        margin-right: 10px;
    }

    .contacts-icon {
        height: 30px;
    }

    #layout-inner {
        margin-top: 120px;
    }

    .header {
        transition: none;
        box-shadow: 0px 0px 10px 0px #0000004d;
        border-bottom: 0;
    }

    .path-navigation {
        display: block;
        position: relative;
        font-size: 0.8rem;
        padding-left: 30px;
    }

    .header__header-hide {
        top: 0px;
    }

    .customize-support .header__header-hide {
        top: 32px;
    }

    .menu-secondary__menu li:not(:first-child) {
        display: inline;
    }

    .shar-badge .shar-icon {
        height: 28px;
        width: 28px;
        background-size: 22px 22px;
    }

    .container-search {
        display: inline-block;
        width: 220px;
    }

    .search-form-container {
        display: inline-block;
        margin: -2px 0 0 10px;
        width: auto;
        position: relative;
        bottom: 0;
        left: 0;
    }

    .header__mobile-hamburger, .menu-desktop-hidden, .header__menu-main .menu-item-has-children a .menu-arrow {
        display: none;
    }

    .header__menu-main .menu-item-top > a {
        font-size: 0.95rem;
        text-align: center;
        padding: 15px 10px;
        background: transparent;
        transition: all .15s ease-in-out;
    }

    .header__menu-main .menu-item-top:hover > a, .header__menu-main .current-menu-item.menu-item-top > a, .header__menu-main .current-menu-ancestor.menu-item-top > a {
        background: #E9EEEF;
    }

    .menu-item-top:not(.mega-menu) > .sub-menu a {
        font-size: 0.9375rem;
        padding: 10px 15px;
        width: 300px;
        border-top: 1px solid #dadada;
    }

    .menu-item-top > .sub-menu li > a:hover, .menu-item-top > .sub-menu li.current-menu-item > a, .menu-item-top > .sub-menu li.current-menu-ancestor > a {
        background-color: #CAD6D8;
    }

    .menu-item-top > .sub-menu, .menu-dropdown .menu-item-has-children > .sub-menu {
        position: fixed;
        background: #E9EEEF;
        visibility: hidden;
        opacity: 0;
        transition: .15s all ease-in-out;
        box-shadow: 0px 5px 7px -4px #0000004d;
    }

    .menu-dropdown .menu-item-has-children {
        position: relative;
    }

    .menu-dropdown .menu-item-has-children > a .menu-arrow {
        display: block;
    }

    .header__menu-main .menu-dropdown .menu-item-has-children a .menu-arrow:before {
        width: 10px;
        transform: none;
    }

    .menu-dropdown .menu-item-has-children > .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .menu-dropdown.menu-rtl .menu-item-has-children > .sub-menu {
        right: 100%;
        left: auto;
    }

    .header__menu-main .menu-item-top:hover > .sub-menu, .menu-dropdown .menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        transition-delay: .1s;
    }

    .menu-item-top.mega-menu > .sub-menu {
        width: 100%;
        left: 0;
    }

    .mega-menu > .sub-menu li.menu-item-has-children > a:hover, .mega-menu > .sub-menu li.menu-item-has-children.current-menu-ancestor > a, .mega-menu > .sub-menu li.menu-item-has-children.current-menu-item > a {
        background: transparent;
    }

    .mega-menu > .sub-menu li.menu-item-has-children:not(.offshore-switcher) > a:hover {
        color: #8a9aa0 !important;
    }

    .mega-menu:not(.menu-offshore) > .sub-menu {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 20px 20px;
    }

    body .mega-menu.mega-menu__slim > .sub-menu {
        width: 85%;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 40px;
    }

    .menu-item-top .menu-item-has-children .sub-menu {
        display: block;
    }

    .menu-offshore .menu-item-has-children .menu-depth-2 {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #384654;
    }

    .mega-menu:not(.menu-offshore) > .sub-menu > .menu-item, .menu-offshore .menu-depth-2 > .menu-item {
        width: 25%;
    }

    .menu-offshore > .sub-menu > .offshore-switcher {
        width: 100%;
        padding: 0 20px 20px;
    }

    .menu-offshore .menu-depth-4 a, .mega-menu:not(.menu-offshore) .menu-depth-3 a {
        padding: 5px 8px 5px 14px;
        border-radius: 4px;
    }

    .mega-menu > .sub-menu li.menu-item-has-children:not(.offshore-switcher) > a {
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 15px;
        padding: 0 8px;
    }

    .menu-item-top .offshore-switcher > a {
        display: inline-block;
        cursor: default;
    }

    .mega-menu .menu-empty > a {
        display: block;
        visibility: hidden;
        pointer-events: none;
        height: 0;
    }

    .menu-title-border {
        width: 14em;
        max-width: 80%;
        margin: 18px 0 15px 5px;
        border: 0;
        border-top: 1px solid #384654;
        display: block;
    }


    .menu-dropdown.menu-rtl {
        position: relative;
    }

    .header__menu-main .menu-item a {
        border: 0;
    }

    .menu-item-top.menu-rtl > .sub-menu {
        position: absolute;
        right: 0;
    }

    .sub-menu li[class*=country] > a:before {
        height: 16px;
        top: 5px
    }

    .menu-main__menu.mega-menu .menu-item.current-menu-item.menu-item-has-children > a {
        font-weight: bold;
    }

    #footer_main {
        /* margin-top: 30px; */
        padding: 35px 25px 0;
    }

    .footer-links a {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .subtitle3 {
        font-size: 20px;
    }

    a.openwin, .terms-and-conditions .copyright {
        font-size: 14px;
    }

    .terms-and-conditions .list {
        margin-bottom: 40px;
    }

    .footer-msg {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        margin-right: 30px;
    }

    .terms-and-conditions .list-column {
        padding-right: 20px;
    }

    .terms-and-conditions .list-column:first-child {
        margin-bottom: 0;
    }

    .footer_main-block #site_switcher {
        left: -40px;
    }

    .gsl-contacts__contact .icon-videoconference {
        margin-left: 2px;
    }

    .gsl-contacts__contact a {
        width: 46px;
        height: 46px;
    }

    .compliance-fee_title {
        margin: 0;
    }

    .gsl-out-table-header {
        margin: 0;
    }

    section.section_jurisdictions-compare {
        margin-top: 35px;
    }

    .list_related-publications {
        margin: 35px 0 0;
    }

    .section_seminars .section__inner,
    .section_news .section__inner {
        margin: 0;
    }

    .legislation-countries-container .list-column__inner {
        padding: 30px 70px 30px 20px;
    }

    a.jur-navigation__jur-menu-link_active {
        order: 0;
    }

    a.jur-navigation__jur-menu-link {
        margin-bottom: 15px;
    }

    .legislation-countries-container .list-column__inner {
        margin: 0;
    }

    .jurisdictions_review .gsl-table ~ .title-h2 {
        margin-top: 60px;
    }

    .gsl-table .gsl-table__body-cell:first-child, .gsl-table__header_highlighted .gsl-table__header-cell:first-child {
        width: 35%;
    }

    .seminar-row {
        margin-top: 0;
    }

    .list-column_related_webinars {
        margin-bottom: 40px;
    }

    section.section_webinars {
        margin-top: 90px;
    }

    .gsl-table_banks .gsl-table__body-cell:nth-of-type(2) {
        text-align: right;
    }

    .jur-detalization_related-services .jur-detalization__title,
    .jur-detalization_related-services .jur-detalization__pre,
    .jur-detalization_compliance-fee-services .jur-detalization__pre {
        width: 70%;
    }

    .jur-detalization_compliance-fee-services > .jur-detalization__pre {
        width: auto;
    }

    .jur-detalization_related-services .jur-detalization__service:not(:last-child):after {
        width: 50%;
    }

    .jur-detalization_related-services {
        margin-top: 40px;
    }

    .gsl-related-offers-container, .jur-detalization_compliance-fee-services {
        margin: 0;
    }

    .gsl-related-offer__price {
        font-size: 20px;
    }

    .gsl-related-offer {
        padding: 0;
        display: block;
    }

    .gsl-related-offer .list-column_inner {
        display: block;
        padding: 0;
        margin-bottom: 55px;
        box-shadow: none;
    }

    .gsl-sidebar-title_offers {
        font-size: 20px;
    }

    .gsl-related-offers-wrapper,
    .jurisdictions_main .list_jur-main-documents .gsl-related-offers-wrapper {
        margin: 0;
    }

    .gsl-signup-consultation-form .gsl-button {
        width: 100%;
        margin-top: 0;
    }

    .list_jur-main-documents {
        margin: 0 0 60px;
    }

    .jur-detalization__title {
        font-size: 20px;
    }

    .list-column_jur-main-documents {
        padding: 45px 20px 20px;
    }

    .content h2.title-h2,
    .content .jurisdictions-full-review-content h2 {
        font-size: 30px;
    }

    .jur-detalization_main-services {
        margin: 0 -22px;
    }

    .compare-widget-container, .gsl-signup-consultation-container, .your-consultant {
        margin: 0;
        box-shadow: none;
        padding: 0;
        text-align: left;
    }

    .jurisdictions_main .compare-widget-container {
        margin: 0 0 250px;
    }

    .jurisdictions_compare .gsl-signup-consultation-container {
        margin: 0 0 60px;
    }

    .jur-detalization_main-services .jur-detalization__service:nth-last-of-type(2):after {
        content: none;
    }

    .jur-detalization__price {
        font-size: 20px;
    }

    .jur-detalization_main-services .jur-detalization__service {
        width: 50%;
    }

    .your-consultant__phone a {
        font-size: 18px;
    }

    .your-consultant__meta__descr {
        font-size: 14px;
    }

    a.your-consultant__meta__title {
        font-size: 22px;
    }

    .your-consultant__img-div img, .your-consultant__img-div img.attachment-userphoto-big {
        width: 96px;
    }

    .gsl-table_jur-services .gsl-table__body-cell:not(:first-child), .gsl-table_jur-services .gsl-table__header-cell {
        font-size: 16px;
    }

    .gsl-table_jur-services__header_desctop {
        display: inline;
    }

    .country-flag-img {
        width: 210px;
        height: 115px;
        margin: 0 30px 10px 0;
    }

    .content.jurisdictions h1 {
        line-height: normal;
        margin: 0 0 25px;
    }

    section.section_jur-navigation {
        margin: 35px 0 25px;
        padding: 0 30px;
        flex-wrap: wrap;
    }

    section.section_jur-services {
        margin: 35px 0 45px;
    }

    .gsl-table {
        border: 2px solid #e9eeef;
        border-right: 0;
        margin: 0;
        width: 100%;
    }

    .gsl-table_jur-services {
        border-right: 2px solid #e9eeef;
    }

    .gsl-table_jur-services .gsl-table__header-cell:first-child {
        font-size: 30px;
        width: 42%;
    }

    .gsl-table_jur-services__header_mobile {
        display: none;
    }

    .gsl-table_jur-services .gsl-table__header-cell {
        text-align: center;
    }

    .gsl-table.gsl-table_jur-services {
        background: transparent;
    }

    .gsl-table_jur-services .gsl-table__header-cell:first-child {
        vertical-align: middle;
    }

    .gsl-table_jur-services .gsl-table__body-cell:nth-of-type(n+3), .gsl-table_jur-services .gsl-table__header-cell:nth-of-type(n+3) {
        display: table-cell;
    }

    .gsl-table_banks {
        border-top: 0;
    }

    .title-with-icon:before {
        height: 35px;
    }

    .title-with-icon.icon_calculator:before {
        height: 37px;
    }

    .gsl-table_banks .gsl-table__header-cell:nth-of-type(n+3),
    .gsl-table_banks .gsl-table__body-cell:nth-of-type(n+3) {
        display: table-cell;
    }

    .gsl-table_banks .gsl-table__header-cell:first-child {
        width: 27%;
    }

    .gsl-table_banks .gsl-table__header-cell:nth-of-type(2) {
        text-align: right;
    }

    .jurisdictions_review section.section:not(section.section.heading, section.section.section_jur-navigation) {
        margin: 60px 0;
    }

    .list-column_jur-parent-meta:nth-of-type(3n) .list-column {
        width: 50%;
    }

    .list-column_jur-parent-meta:nth-of-type(3n-1) .list-column_tile .list-column__inner {
        height: 350px;
    }

    .jurisdictions_taxonomy .country-flag-img {
        float: none;
        width: 130px;
        height: 75px;
        margin-bottom: 25px;
    }

    #layout .list-column_jur-post a {
        font-size: 28px;
    }

    .list-column_tile .list-column__inner {
        height: 350px;
    }

    .list-column_tile_small .list-column__inner {
        height: 167px;
    }

    .list-column_tile.list-column_tile_small a {
        font-size: 16px;
    }

    .gsl-related-offer.gsl-related-offer_tile-desktop .list-column_inner {
        padding: 25px 15px;
        display: flex;
        box-shadow: 0px 7px 15px #0000001f;
        margin-bottom: 0;
    }

    .gsl-related-offer.gsl-related-offer_tile-desktop {
        padding: 0 7px;
        display: flex;
        margin-bottom: 0;
        min-width: auto;
    }

    .your-consultant.your-consultant_tile-desktop {
        box-shadow: 0px 7px 15px #0000001f;
        text-align: center;
        padding: 30px 15px;
    }

    .list-column_tile.list-column_tile_small a {
        font-size: 16px;
    }

    .list-column_jur-parent-meta {
        flex-basis: 0%;
    }

    .list-column_jur-post {
        min-width: auto;
    }

    .jur-parent-title {
        font-size: 28px;
    }

    .white-rounded-box .gsl-contacts__contact a {
        width: 50px;
        height: 50px;
    }

    .white-rounded-box .your-consultant__img-div img, .white-rounded-box .your-consultant__img-div img.attachment-userphoto-big {
        width: 110px;
    }

    .gsl-cta-box {
        padding: 15px 20px;
        font-size: 16px;
        flex-wrap: nowrap;
        text-align: left;
    }

    .gsl-cta-box__block_text {
        flex: 0 1 41%;
        padding-right: 10px;
    }

    .gsl-cta-box__block_input {
        flex: 1 0 19%;
        padding-right: 10px;
    }

    .gsl-cta-box__block_button {
        flex-basis: auto;
    }

    #layout .gsl-cta-box .gsl-button,
    body .gsl-extended-form .gsl-button {
        font-size: 16px;
        max-width: 250px;
    }

    .gsl-get-service__img {
        height: 95px;
    }

    .gsl-get-service__title {
        font-size: 20px;
    }

    .gsl-cta-box__block {
        margin-bottom: 0;
    }

    .white-rounded-box.book-pages {
        padding: 35px;
    }

    .book-navigation {
        align-items: center;
        padding: 30px 25px;
    }

    .book-navigation__prev .book-navigation__title {
        padding-right: 15px;
    }

    .book-navigation__next .book-navigation__title {
        padding-left: 15px;
    }

    .book-navigation__next {
        order: 1;
        text-align: right;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .book-navigation__prev {
        padding-top: 0;
    }

    .add-comment .input-name {
        width: 18em;
    }

    .add-comment .input-email {
        width: 18em;
    }

    .content.jurisdictions .ui--headers-list > div > ol {
        columns: 3;
    }

    .cdx-attach-media iframe {
        min-height: 550px;
    }

    .mobile_hidden {
        display: block;
        /*
        visibility: visible !important;
*/
    }

    .mobile_visible {
        display: none;
        /*
        visibility: hidden !important;
*/
    }

    .bubble_columns {
        flex-wrap: nowrap;
    }

    .equal_columns > * {
        min-width: 0;
    }

    .dark_column {
        border-bottom: 1px solid #e9e9e9;
    }

    .light_column {
        border-bottom: 1px solid #fff;
    }

    .single_bank_block {
        border-radius: 0;
    }

    .single_bank_block .right_border {
        border-right: 1px solid #dedede;
        padding-right: 20px;
    }

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

    .bank_comparison {
        margin-top: 150px;
    }

    .right_col {
        margin-left: 20px;
    }

    .h2_heading {
        font-size: 28px;
    }

    .single_bank_bubble .top {
        font-size: 30px;
    }

    .single_bank_bubble .down_small {
        font-size: 16px;
    }

    .bank_comparison .heading_small {
        text-align: left;
    }

    .mobile_margin_top {
        margin-top: 0;
    }

    .userpic_div_wrapper {
        display: block;
    }

    .userpic_div {
        width: 96px;
        height: 96px;
    }

    .gsl-service-box {
        padding: 15px 25px 15px 15px;
        margin: 0;
    }

    .gsl-service-box__order {
        align-items: center;
    }

    .gsl-service-box__name {
        font-size: 18px;
        padding-right: 4vw;
    }

    .gsl-service-box__name__subheader {
        font-size: 16px;
    }

    .price-calc-block_text {
        padding: 20px 15px;
        order: -1;
    }

    .price-calc-block_text h3 {
        font-size: 30px;
    }

    .price-calc-block_text p {
        font-size: 16px;
    }

    .gsl-service-box__name__price {
        margin-bottom: 0;
    }

    .price-calc-block__bg {
        height: 100%;
    }

    section.section.head-page {
        padding: 0 20px;
    }

    .book-chapter__title {
        padding-right: 30px;
    }

    .book-popular .list-column-inner {
        padding: 25px;
    }

    .book-chapter__numder {
        font-size: 60px;
        line-height: 60px;
        padding-right: 15px;
    }

    .content h2.book-chapter__title {
        font-size: 30px;
    }

    .white-rounded-box__horizontal-stretched-bg_fh-d {
        height: calc(100% + 30px);
        margin: -15px 0 0 -30px !important;
        background-position: center;
    }

    .gsl-get-service__title.gsl-get-service__title_big-desktop {
        font-size: 30px;
    }

    .section_seminars.head-page .section__inner,
    .section_news.head-page .section__inner {
        border-radius: 25px;
    }

    .white-rounded-box__horizontal-stretched-bg {
        background-position: top center;
    }

    .items-list__single__service-title {
        font-size: 14px;
    }

    .mobile-only {
        display: none;
    }

    .customize-support .header__menu-main, .customize-support .menu-item-top > .sub-menu {
        height: auto;
        top: auto;
    }

    .customize-support .header__header-hide .header__menu-main, .customize-support .header__header-hide .menu-item-top > .sub-menu {
        height: auto;
        top: auto;
    }

    .toggle-all-container {
        text-align: left;
    }

    .filter_bank_checkboxes {
        display: flex;
        flex-direction: row;
        margin-left: 50px;
        gap: 50px;
    }

    .bank_type_filter {
        font-size: 24px;
    }

    .subscribe_block {
        height: 100%;
        padding-left: 100px !important;
        padding-right: 100px !important;
        margin-bottom: 0px;
    }

    .forum_block {
        padding: 15px 20px !important;
    }

    .forum_row {
        padding-left: 10px;
    }

    .filter_banks_row {
        display: flex;
        align-items: baseline;
    }

}

@media (min-width: 1001px) and (max-height: 900px) {
    .header__logo-block .logo-image {
        width: 140px;
    }

    .menu-offshore .menu-depth-4 a, .mega-menu:not(.menu-offshore) .sub-menu a {
        font-size: 0.84rem;
    }

    .header__menu-main .menu-item a {
        padding-top: 8px;
        padding-bottom: 9px;
    }

    .menu-item-top:not(.mega-menu) > .sub-menu a {
        font-size: 0.875rem;
    }

    .mega-menu > .sub-menu li.menu-item-has-children:not(.offshore-switcher) > a {
        font-size: 1rem;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .menu-title-border {
        margin: 12px 0 10px 5px;
    }

    .menu-offshore .menu-depth-4 .menu-item > a, .mega-menu:not(.menu-offshore) .sub-menu .menu-item > a {
        padding: 4px 8px 4px 14px;
    }

    .menu-item-top:not(.mega-menu) > .sub-menu a {
        padding: 8px 15px;
    }

    .header__menu-secondary {
        padding: 10px 0 6px;
    }

    .gsl-contacts-container {
        margin-bottom: 30px;
    }

    .menu-item-top .offshore-switcher > a {
        font-size: 0.9rem;
    }
}

@media (min-width: 1001px) and (max-height: 750px) {
    .menu-offshore .menu-depth-4 .menu-item > a, .mega-menu:not(.menu-offshore) .sub-menu .menu-item > a {
        padding: 3px 8px 3px 14px;
    }

    .mega-menu > .sub-menu li.menu-item-has-children:not(.offshore-switcher) > a {
        margin-bottom: 5px;
        margin-top: 7px;
    }

    .menu-offshore .menu-depth-4 a, .menu-item-top:not(.menu-offshore) .menu-depth-3 a {
        line-height: 0.98rem;
    }

    .sub-menu li[class*=country] > a:before {
        top: 2px;
    }

    .menu-item-top:not(.mega-menu) > .sub-menu a {
        padding: 6px 10px;
    }

    .menu-item-top:not(.mega-menu) > .sub-menu a {
        font-size: 0.82rem;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .header__logo-block {
        position: absolute;
        top: 8px;
    }
}

@media (min-width: 1001px) and (max-width: 1250px) {
    body h3.offer-title {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    .your-consultant_tile-desktop .list_gsl-contacts {
        max-width: 70%;
        margin: 28px auto 0;
    }

    .header__menu-main .menu-item-top > a {
        font-size: 1rem;
    }

    .column-footer {
        flex-direction: column;
        max-height: 485px; /*560*/
    }

    .list.column-footer .list-column:first-child {
        margin-bottom: 80px;
    }

    .list.column-footer .list-column {
        width: 17.5%;
        padding-right: 20px;
        margin-bottom: 0;
        order: 1;
    }

    .list.column-footer .list-column:last-child {
        width: 30%;
    }

    .header__logo-block .logo-image {
        width: 160px;
    }

    .column-padding-xl {
        padding-left: 90px;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .single_bank_bubble .top {
        font-size: 30px;
    }

    .single_bank_bubble .down_small {
        font-size: 16px;
    }

    .items-list__single:not(:first-child) {
        justify-content: center;
        padding: 0 10px;
    }

    .items-list__single:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (min-width: 1441px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-25 {
        flex: 0 0 auto;
        width: 18.5%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-35 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-65 {
        flex: 0 0 auto;
        width: 56.5%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .single_bank_bubble .top {
        font-size: 32px;
    }
}
.pub-list ul {
    margin-left: 0;
}
.pub-list ul li {
    list-style: none;
}


/* START --- Relocation */
  .relocation_form {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
  }
  
  .relocation_form h1 {
    color: #2A3138;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: inherit;
  }
  
  .relocation_form p {
    font-size: 18px;
    line-height: 28px;
    color: #2A3138;
    font-weight: medium;
    margin-bottom: 20px;
    max-width: 1200px;
  }
  
  .relocation_form .relocation_form__configure_row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column {
    z-index: 1;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column:last-child {
    margin-top: 2rem;
  }

  .relocation_form .relocation_form__configure_row .relocation_form__configure_column h2 {
    color: #2A3138;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: inherit;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure {
    padding-right: 0;
    max-width: 100%;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box {
    background-color: #E9EEEF;
    padding: 15px 15px;
    border-radius: 20px;
    margin-bottom: 11px;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box:last-child {
    margin-bottom: 0px;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box span {
    color: #384654;
    font-size: 18px;
    font-weight: 900;
    display: block;
    margin-bottom: 12px;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .checkbox__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .checkbox__row .checkbox__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
    margin-top: 0.3rem;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .checkbox__row .checkbox__column input[type=checkbox] {
    -webkit-appearance: auto;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .checkbox__row .checkbox__column input[type=checkbox]:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .checkbox__row .checkbox__column label {
    font-size: 18px;
    line-height: 28px;
    color: #2A3138;
    font-weight: 500;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .checkbox__row .checkbox__column:last-child {
    margin-right: 0;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .range_box {
    margin-bottom: 0.3rem;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .range_box input[type=range] {
    width: 100%;
    -webkit-appearance: none;
    background-color: #CDDADC;
    border-radius: 100px;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .range_box input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .range_box input[type=range]::-webkit-slider-thumb {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    background: #006CBB;
    margin-top: -0.3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .range_box input[type=range]::-webkit-slider-thumb:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .range_box strong {
    text-align: right;
    display: block;
    color: #2A3138;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    padding-right: 1.2rem;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column {
    z-index: 1;
    width: 100%;
    margin-top: 1rem;
  }

  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column:first-child {
    margin-top: 0;
  }

  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column ul {
    margin-bottom: 0;
    margin-top: 0;
  }

  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column ul li {
    margin-bottom: 0.2em;
    background: none;
    padding-left: 0;
    border-bottom: none;
    list-style: none;
  }
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column ul li::before {
    content: "";
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column ul li:last-child {
    margin-bottom: 0;
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column ul li a {
    color: #384654;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;

  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column ul li a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column ul li a.dis {
    color: #CDDADC;
    cursor: default;
    pointer-events: none;
  }
  
  .relocation_form .relocation_form__img {
    position: absolute;
    bottom: 0;
    z-index: 0;
    right: 5px;
  }
  
  .relocation_form .relocation_form__img img {
    max-width: 400px;
  }
  
  .relocation_promo {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
  
  .relocation_promo .relocation_promo__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .relocation_promo .relocation_promo__row .relocation_promo__column {

    display: flex;
    /* display: -webkit-box; */
    display: -ms-flexbox;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .relocation_promo .relocation_promo__row .relocation_promo__column h2 {
    color: #2A3138;
    font-weight: 700;
    font-size: 26px;
    line-height: inherit;
    margin-bottom: 1em;
  }

  .relocation_promo .relocation_promo__row .relocation_promo__column h2 > span {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background: #006CBB;
    color: #fff;
    padding: 0.5rem;
    border-radius: 10px;
    display: inline-flex;
    margin-top: 0.5rem;
    line-height: 1.2;
  }

    span.info-count, button.info-count {
        font-weight: 700;
        font-size: 16px;
        background: #006CBB;
        color: #fff;
        padding: 0.5rem 1rem;
        border-radius: 100px;
        display: inline-flex;
        line-height: 1.2;
        transition: 0.3s ease-in-out;
        margin-top: 0.4rem;
    }

    a:hover > span.info-count, button.info-count:hover  {
        background: #2a3138;
    }

    span.info-count.books-count {
        position: absolute;
        top: 20px;
        left: 33px;
    }

  .relocation_promo .relocation_promo__row .relocation_promo__column p {
    line-height: 22px;
    font-weight: 500;
    color: #2A3138;
    margin-bottom: 1.5em;
    font-size: 16px;
  }
  .relocation_promo .relocation_promo__row .relocation_promo__column input {
    max-width: 350px;
  }

  .relocation_promo .relocation_promo__row .relocation_promo__column a {
    max-width: 350px;
    color: #006bbb;
  }
  
  .relocation_promo .relocation_promo__row .relocation_promo__column img {
    width: 100%;
    max-width: 505px;
  }
  
  .relocation_promo .relocation_promo__row .relocation_promo__column.img-right {
    margin-bottom: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
  }
  
  .relocation_promo .relocation_promo__row .relocation_promo__column.img-left {
    -webkit-box-pack: center;
        -ms-flex-pack:center;
            justify-content: center;
    /* padding-right: 2rem; */
  }
  
  .relocation_videos {
    width: 100%;
    padding: 17px;
    margin-bottom: 2rem;
  }
  
  .relocation_videos .relocation_videos__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .relocation_videos .relocation_videos__row .relocation_videos__column {
    padding: 0.5rem;
    text-align: center;
  }
  
  .relocation_videos .relocation_videos__row .relocation_videos__column .video_preview {
    background-color: #2A3138;
    width: 100%;
    margin-bottom: 1.5rem;
    height: 195px;
  }
  
  .relocation_videos .relocation_videos__row .relocation_videos__column a {
    color: #2A3138;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .relocation_videos .relocation_videos__row .relocation_videos__column:last-child a {
    margin-bottom: 0;
  }
  
  .relocation_videos .relocation_videos__more {
    margin: 2rem 0 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .relocation_videos .relocation_videos__more button {
    color: #006CBB;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    background: none;
    text-decoration: underline;
  }
  .relocation_videos .relocation_videos__more button.d-none-load {
    display: none;
  }
  
  .relocation_videos .relocation_videos__more .relocation_loading img {
    -webkit-animation-name: loadingVideos;
            animation-name: loadingVideos;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  
  @-webkit-keyframes loadingVideos {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loadingVideos {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  .relocation_promo_mini {
    margin-bottom: 2rem;
  }
  
  .relocation_promo_mini .relocation_promo_mini__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .relocation_promo_mini .relocation_promo_mini__row .relocation_promo_mini__column {
    max-width: 100%;
    margin-bottom: 2rem;
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .relocation_promo_mini .relocation_promo_mini__row .relocation_promo_mini__column:last-child {
    margin-bottom: 0;
  }
  
  .relocation_promo_mini .relocation_promo_mini__row .relocation_promo_mini__column img {
    width: 100%;
    max-width: 370px;
  }
  
  .relocation_promo_mini .relocation_promo_mini__row .relocation_promo_mini__column span {
    display: block;
    font-weight: bold;
    color: #2A3138;
    margin: 2rem 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
  .relocation_promo_mini .relocation_promo_mini__row .relocation_promo_mini__column input {
    max-width: 350px;
    margin: 0 1.5em;
    max-width: 350px;
  }

  .relocation_podcasts {
    margin-top: 3.5rem;
  }
  
  .relocation_podcasts h2 {
    color: #2A3138;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
  
  .relocation_podcasts .relocation_podcasts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column {
    background-color: #fff;
    border-radius: 17px;
    padding: 25px;
    min-height: 185px;
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column span {
    color: #2A3138;
    width:100%;
    font-size: 16px;
    line-height: 1.2;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row {
    width:100%;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relocation_podcasts .relocation_podcasts__row::after {
    content: "";
    flex: 0 1 32%;
    justify-content: flex-start;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column button {
    max-width: 350px;
    padding: 0;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column button img {
    width: 30px;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column button:hover {
    -webkit-transform: scale(1.2) rotate(90deg);
        -ms-transform: scale(1.2) rotate(90deg);
            transform: scale(1.2) rotate(90deg);
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column .box_time {
    background-color: #CDDADC;
    width: 100%;
    height: 5px;
    border-radius: 100px;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column .box_time .box_time__line {
    background-color: #2A3138;
    width: 50%;
    height: 100%;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column .time-podcast__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.3rem;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column .time-podcast__row .time-podcast__column span {
    font-size: 20px;
    color: #2A3138;
    line-height: 30px;
    font-weight: bold;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column .range_box input[type=range] {
    width: 100%;
    -webkit-appearance: none;
    background-color: #CDDADC;
    border-radius: 100px;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column .range_box input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    -webkit-appearance: none;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column .range_box input[type=range]::-webkit-slider-thumb {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    -webkit-appearance: none;
    cursor: pointer;
    background: #2A3138;
    margin-top: -0.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column .podcast__row .podcast__column .range_box input[type=range]::-webkit-slider-thumb:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }


  
  @media (min-width:1400px) {
    .relocation_promo_mini .relocation_promo_mini__row .relocation_promo_mini__column {
        max-width: 420px;
    }
    .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column {
        max-width: 430px;
    }
    .relocation_videos .relocation_videos__row .relocation_videos__column .video_preview {
        height: 240px;
    }
    .relocation_promo_mini .relocation_promo_mini__row .relocation_promo_mini__column:last-child {
      margin-bottom: 2rem;
    }
    .relocation_promo_mini {
        margin-bottom: 0rem;
    }
  }

  @media(min-width:1000px) and (max-width:1400px) {
        .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column {
        max-width: 49%;
    }
  
  }

  @media (min-width: 1320px) {
  
    .relocation_promo_mini .relocation_promo_mini__row .relocation_promo_mini__column span {
      font-size: 26px;
    }
  
    .relocation_promo_mini .relocation_promo_mini__row .relocation_promo_mini__column input {
      margin: 0;
    }
  }
  
  @media (min-width: 1080px) {  
    .relocation_videos .relocation_videos__row .relocation_videos__column {
      margin-bottom: 0;
    }
  

  
    .relocation_videos .relocation_videos__row .relocation_videos__column a {
        font-size: 24px;
        line-height: 34px;
    }
  }
  
  @media (min-width: 1000px) {
    .relocation_podcasts h2 {
        font-size: 36px;
        line-height: 34px;
        text-align: left;
    }

    .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column span {
        font-size: 20px;
        line-height: 1.2;
    }

    .relocation_videos .relocation_videos__row .relocation_videos__column .video_preview {
        height: 215px;
    }
  }
  @media (min-width:1001px) {
    .relocation_promo {
        padding: 40px 100px;
       }
       .relocation_promo .relocation_promo__row .relocation_promo__column {
           -ms-flex-wrap: nowrap;
           flex-wrap: nowrap;
           justify-content: flex-start;
           text-align: left;
           align-items: flex-start;
       }
       .relocation_promo .relocation_promo__row .relocation_promo__column h2 {
           font-size: 30px;
           line-height: 40px;
           margin-bottom: 1.5em;
       }
       .relocation_promo .relocation_promo__row .relocation_promo__column p {
           font-size: 18px;
       }
       .relocation_promo .relocation_promo__row .relocation_promo__column.img-left {
           -webkit-box-pack: start;
           -ms-flex-pack: start;
          justify-content:start;
          padding-right: 2rem;
       }
       .relocation_promo .relocation_promo__row .relocation_promo__column.img-left, .relocation_promo .relocation_promo__row .relocation_promo__column.img-right  {
           margin-bottom: 0;
       }
       .relocation_promo .relocation_promo__row .relocation_promo__column.img-right {
           -webkit-box-pack: end;
           -ms-flex-pack: end;
          justify-content:end;
          order: 1;
          padding-left: 2rem;
       }

  }
  
  @media (min-width: 991px) {
    .relocation_form .relocation_form__configure_row .relocation_form__configure_column:last-child {
      margin-top: 0;
    }
  
    .relocation_form .relocation_form__configure_row .relocation_form__configure_column h2 {
        font-size: 28px;
        line-height: 40px;
    }
  
    .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure {
        max-width: 615px;
        padding-right: 2em;
    }
  
    .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .checkbox__row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
  
    .relocation_form .relocation_form__configure_row .relocation_form__configure_column .form_configure .form_configure_box .checkbox__row .checkbox__column {
      margin-right: 35px;
      margin-top: 0rem;
    }
  
    .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }

    .relocation_form .relocation_form__configure_row .relocation_form__configure_column .list_country__column {
      width: 50%;
      margin-top: 1rem;
    }
  
    .relocation_form .relocation_form__img {
        right: 50px;
    }
  
    .relocation_form .relocation_form__img img {
        max-width: 500px;
    }
  

  }
  
  @media (min-width: 800px) {
    .relocation_form h1 {
        font-size: 36px;
        line-height: 40px;
    }
  }

  @media(min-width:460px) and (max-width:640px) {
    .relocation_videos .relocation_videos__row .relocation_videos__column .video_preview {
        height: 275px;
      }
  }
  @media(min-width:641px) and (max-width:767px) {
    .relocation_videos .relocation_videos__row .relocation_videos__column .video_preview {
        height: 315px;
      }
  }

/* END --- Relocation */

.transform-r-180 {
    transform: rotate(180deg);
}



/* START --- Sticky block */
@media(min-width:1000px) {
    .stick-pos-default {
        position: sticky;
        top:120px;
        height: 100%;
    }
}

/* END --- Sticky block */

/* START --- Search */

:root {
    --size-image-author: 90px;
  }
  
  .search_author__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .search_author__row:last-child {
    margin-bottom: 2rem;
  }
  
  .search_author__row > a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    max-width: 500px;
    min-width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: 2px solid white;
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    
  }
  
  .search_author__row > a:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    border: 2px solid #1a629d;
  }
  
  .search_author__row > a > .search_author__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    justify-content: center;
  }
  
  .search_author__row > a > .search_author__column > img {
    max-width: var(--size-image-author);
    min-width: var(--size-image-author);
    min-height: var(--size-image-author);
    max-height: var(--size-image-author);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100px;
  }
  
  .search_author__row > a > .search_author__column > .search_author_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
    width: 100%;
  }
  
  .search_author__row > a > .search_author__column > .search_author_info > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.3em;
    margin: 0;
  }
  
  .search_author__row > a > .search_author__column > .search_author_info > span {
    font-weight: 300;
    font-size: 16px;
  }
  

  @media (min-width: 550px) {
    .search_author__row > a {
        min-width: 500px;
        justify-content: flex-start;
    }

    .search_author__row > a > .search_author__column {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
  
    .search_author__row > a > .search_author__column > .search_author_info {
      padding-left: 1.5rem;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left;
      margin-top: 0;
    }
  }

/* END --- Search */

/* BG for timeline */

.content-bg-preview {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 25px;
    min-height: 400px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem;
    background-color: #eceef1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url(/ru/files/2023/10/21FVxgDGZp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal;
}

.content-bg-preview::before {
    content:"";
    background: rgb(253,187,45);
    background: -o-linear-gradient(56deg, rgba(253,187,45,0.913624824929972) 0%, rgba(0,113,193,1) 100%);
    background: linear-gradient(34deg, rgba(253,187,45,0.913624824929972) 0%, rgba(0,113,193,1) 100%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-bg-preview > .content-bg-preview__row {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem;
    z-index: 2;
} 

.content-bg-preview > .content-bg-preview__row > .child {
    z-index:2;
}

.content-bg-preview > .content-bg-preview__row > .child > h3 {
    color: white;
    text-shadow: 1px 1px 50px #ffffff;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    margin: 1rem 0;
}

.content-bg-preview > .content-bg-preview__row > .child > p {
    color: white;
    text-shadow: 1px 1px 20px #0000007d;
    margin: 0 0 2rem 0;
    width: 100%;
    font-size:16px;
}

.content-bg-preview > .content-bg-preview__row > .child  a {
    border-radius: 100px;
    background: white;
    color: #000;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
}

@media (min-width:769px) {
    .content-bg-preview > .content-bg-preview__row > .child > h3 {
        font-size: 32px;
    }
    .content-bg-preview > .content-bg-preview__row > .child > p {
        font-size:18px;
    }
}

/* END */

.text-content p  {
    line-height: 1.8;
}

/* Product item */
.item-product {
    width: 100%;
}

@media(min-width:1140px) {
    .item-product {
        width: calc(50% - 0.5rem);
    }

}

.item-auto-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1rem;
}

@media (min-width:520px) {
    .item-auto-block {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 1rem;
    }
}

@media (min-width:1150px) {
    .item-auto-block {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        gap: 1rem;
    }
}

/* Banks and Payments list - Pseudo field */
.field-pseudo::after {
    content: attr(data-label);
}
.field-pseudo:not(.__not_hidden) {
    padding-right: 1.2rem;
    display: flex;
    align-items: center;
}
.item-list-box {
    display: flex;
    margin-bottom: 20px;
}
.item-list-box:last-child {
    margin-bottom: 0;
}
.list-banks-payment {
    align-items: center;
    flex-wrap: wrap;
}
.icon-list-m-hidden {
    display: none;
}

@media(min-width:1001px) {
    .field-pseudo:not(.__not_hidden) {
        display: none;
    }
    .list-banks-payment {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .item-list-box:first-child {
        justify-content: flex-start;
    }
    .first-list-field {
        padding-right: 1.2rem;
    }
    .item-list-box {
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    .icon-list-m-hidden {
        display: block;
    }
}

/* Modal for video specialists */
.video-specialist {
    position: fixed;
    bottom: 47px;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 61;
    background: linear-gradient(140deg, #3e99bb 25%, #185ea1 65%);
    border-bottom: 2px solid #ffffff5e;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}


#__audit .video-specialist, #__audit .video-specialist {
    background: -o-linear-gradient(310deg, #e05140 25%, #8f001c 65%);
    background: linear-gradient(140deg, #e05140 25%, #8f001c 65%);
}

#__taxes .video-specialist, #__taxes .video-specialist, #__family-office .video-specialist, #__family-office .video-specialist {
    background: -o-linear-gradient(310deg, #f6a800 25%, #d15a00 65%);
    background: linear-gradient(140deg, #f6a800 25%, #d15a00 65%);
}

#__audit-foreign .video-specialist, #__audit-foreign .video-specialist {
    background: -o-linear-gradient(310deg, #f6a800 25%, #d15a00 65%);
    background: linear-gradient(140deg, #f6a800 25%, #d15a00 65%);
}

#__law .video-specialist, #__law .video-specialist {
    background: -o-linear-gradient(310deg, #ebbb19 25%, #b67800 65%);
    background: linear-gradient(140deg, #ebbb19 25%, #b67800 65%);
}

#__conferences .video-specialist, #__conferences .video-specialist {
    background: -o-linear-gradient(310deg, #818eea 25%, #5c1692 65%);
    background: linear-gradient(140deg, #818eea 25%, #5c1692 65%);
}

#__translations .video-specialist, #__translations .video-specialist {
    background: -o-linear-gradient(310deg, #f2850c 25%, #87a50c 65%);
    background: linear-gradient(140deg, #f2850c 25%, #87a50c 65%);
}

#__vacancies .video-specialist, #__vacancies .video-specialist {
    background-image: -o-linear-gradient(310deg, #a8c52b 25%, #379f46 65%);
    background-image: linear-gradient(140deg, #a8c52b 25%, #379f46 65%);
}

.video-specialist > ul {
    margin: 0;
}

.video-specialist > ul > li {
    border-bottom: 2px solid #ffffff5e;
    margin: 0;
}
.video-specialist > ul > li:first-child {
    padding-top: 0;
}
.video-specialist > ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.video-specialist > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    display: flex;
    padding: 1em 1.2em;
}

.video-specialist > ul > li > a:hover {
    color: #fff !important;
    background-color: #ffffff25;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

.video-specialist._active {
    opacity: 1;
    visibility: visible;
}

@media(min-width:767px) {
    .video-specialist {
        max-width: 330px;
        right: 20px;
        bottom: 60px;
        border-radius: 5px;
        border-bottom: none;
        z-index: 4;
        padding-bottom: 1.7rem;
    }
}

@media(min-width:1001px) {
    .video-specialist {
        bottom: 63px;
        padding-bottom: 1.2rem;
    }
}

/* Webinar single page */
  .webinar-box-video > iframe {
    overflow: hidden;
    border-radius: 20px;
    height: 215px;
  }
  
  .content-general h2,
  .content-general p, .info__materials h2 {
    color: #2A3138;
  }

  .info__materials h2{
    margin: 1rem 0;
  }
  
  .content-general p {
    margin-bottom: 1.5em;
  }
  
  .content-general > h2 {
    font-size: 18px;
  }
  
  .webinar-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .webinar-content__row > .col-12 > h4 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2A3138;
  }

  .webinar-content__row > .col-12 > h4 > a {
    color: #006CBB;
  }

  .right-info-webinar  .relocation_videos{
    margin-bottom: 0;
  }
  
  .webinar-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }
  
  .webinar-author > .col-12 > img {
    border-radius: 100px;
    max-width: 150px;
  }
  
  .webinar-author-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .webinar-author-info {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
  
  .webinar-author-info span:first-child {
    font-size: 14px;
    display: block;
  }
  
  .webinar-author-info span {
    color: #2A3138;
  }
  
  .webinar-author-info a {
    font-size: 18px;
    width: 100%;
    color: #2A3138;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0.5em;
  }

  .webinar-related h2{
    width: 100%;
  }

  .webinar-related > .materials__content  > .video-item.video-item-column {
    margin-bottom: 2.5rem;
  }

  .webinar-related > .materials__content  > .video-item.video-item-column:last-child {
    margin-bottom: 0;
  }

  .webinar-related > .materials__content  > .video-item.video-item-column h3 {
    margin-top: 1rem;
  }
  .webinar-related > .materials__content  > .video-item.video-item-column h3 a {
    color: #2A3138;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.2;
  }
  .webinar-related > .materials__content  > .video-item.video-item-column .heading__text-block {
    color: #2A3138;
    font-size: 14px;
    line-height: 1.2;
  }

  .webinar-related > .materials__content  > .video-item.video-item-column img {
    border-radius: 25px;
    overflow: hidden;
  }

  .relocation_videos > .webinar-country__row > .relocation_videos__column > .video_preview {
    border-radius: 25px;
    overflow: hidden;
  }

  .webinar-author__row {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .webinar-author__row > span{
    width: 100%;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 18px;
    display: block
  }

  .right-info-webinar .relocation_podcasts {
    margin-top: 0;
  }
  
  @media (min-width: 450px) {
    .webinar-box-video > iframe {
      height: 300px;
    }
  }
  
  @media (min-width: 576px) {
    .webinar-box-video > iframe {
      height: 360px;
    }
  
    .webinar-author {
      max-width: 49%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  
    .webinar-author > .col-12 > img {
      max-width: 130px;
      width: 100%;
    }
  
    .webinar-author__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  
  @media (min-width: 767px) {
    .webinar-box-video > iframe {
      height: 450px;
    }
    .right-info-webinar .relocation_videos .relocation_videos__row .relocation_videos__column .video_preview {
        height: 300px;
    }
  }
  
  @media (min-width:820px) {
    .webinar-related > .materials__content {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
        justify-content: space-evenly;
      }
    
      .webinar-related > .materials__content  > .video-item.video-item-column {
        width: 48%;
      }
  }

  @media (min-width: 992px) {
    .webinar-box-video > iframe {
      height: 550px;
    }
  }
  
  @media (min-width: 1001px) {
    .right-info-webinar {
      margin-top: 1rem;
      padding-left: 1rem;
    }
  
    .webinar-author {
      max-width: 100%;
      padding: 0;
    }
  
    .webinar-author:last-child {
      margin-bottom: 0;
    }
  
    .webinar-author-info {
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 0;
    }
  
    .webinar-author-img {
      padding-right: 1rem;
    }
  
    .webinar-author > .col-12 > img {
      max-width: 100px;
      width: 100%;
    }
  
    .webinar-author-info span:first-child {
      margin-bottom: 0.5em;
    }
  
    .webinar-author-info a {
      margin-bottom: 0.8rem;
    }
  
    .relocation_podcasts .relocation_podcasts__row .relocation_podcasts__column.webinar-podcast {
      max-width: 100%;
    }
    .relocation_videos > .webinar-country__row > .relocation_videos__column {
        width: 100%;
    }
    .relocation_videos > .webinar-country__row > .relocation_videos__column:last-child {
        padding-bottom: 0;
    }
    .right-info-webinar .relocation_videos .relocation_videos__row .relocation_videos__column .video_preview {
        height: 235px;
        margin-bottom: 0;
    }

    .webinar-related > .materials__content > .video-item.video-item-column img {
        height: 227px;
        object-fit: cover;
        width: 100%;
    }
    
  }

  @media(min-width:1100px) {
    .webinar-related > .materials__content  > .video-item.video-item-column {
        width: 31%;
      }
  }
  
  @media (min-width: 1150px) {
    .webinar-box-video > iframe {
      height: 735px;
    }
  }



/* Animations */

@keyframes fade-in-left {
    0% {
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* download-app */
.download-app {
    max-width: 400px;
}

/* iti number INPUT */
.iti {
    position: relative;
    display: inline-block;
  }
  .iti * {
    box-sizing: border-box;
  }
  .iti__hide {
    display: none;
  }
  .iti__v-hide {
    visibility: hidden;
  }
  .iti input,
  .iti input[type=text],
  .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
  }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
  }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
  }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
  }
  [dir=rtl] .iti__arrow {
    margin-right: 6px;
    margin-left: 0;
  }
  .iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
  }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
  }
  @media (max-width: 500px) {
    .iti__country-list {
      white-space: normal;
    }
  }
  .iti__flag-box {
    display: inline-block;
    width: 20px;
  }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  .iti__country {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    outline: none;
  }
  .iti__dial-code {
    color: #999;
  }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px;
  }
  [dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
    margin-right: 0;
    margin-left: 6px;
  }
  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type=text],
  .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
  .iti--separate-dial-code input[type=text],
  .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
  }
  [dir=rtl] .iti--allow-dropdown input,
  [dir=rtl] .iti--allow-dropdown input[type=text],
  [dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
  [dir=rtl] .iti--separate-dial-code input[type=text],
  [dir=rtl] .iti--separate-dial-code input[type=tel] {
    padding-right: 52px;
    padding-left: 6px;
    margin-right: 0;
  }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
  }
  [dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
  }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
  }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
  }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
  }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 6px;
  }
  [dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 0;
    margin-right: 6px;
  }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
  }
  .iti--container:hover {
    cursor: pointer;
  }
  
  .iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
  }
  .iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
  }
  .iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
  }
  
  .iti__flag {
    width: 20px;
  }
  .iti__flag.iti__be {
    width: 18px;
  }
  .iti__flag.iti__ch {
    width: 15px;
  }
  .iti__flag.iti__mc {
    width: 19px;
  }
  .iti__flag.iti__ne {
    width: 18px;
  }
  .iti__flag.iti__np {
    width: 13px;
  }
  .iti__flag.iti__va {
    width: 15px;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5762px 15px;
    }
  }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
  }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
  }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
  }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
  }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
  }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
  }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
  }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
  }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
  }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
  }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
  }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
  }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
  }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
  }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
  }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
  }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
  }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
  }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
  }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
  }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
  }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
  }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
  }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
  }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
  }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
  }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
  }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
  }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
  }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
  }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
  }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
  }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
  }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
  }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
  }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
  }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
  }
  .iti__flag.iti__bz {
    height: 12px;
    background-position: -812px 0px;
  }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
  }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
  }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
  }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
  }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
  }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
  }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
  }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
  }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
  }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
  }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
  }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
  }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
  }
  .iti__flag.iti__cq {
    height: 12px;
    background-position: -1115px 0px;
  }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1137px 0px;
  }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1159px 0px;
  }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1181px 0px;
  }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1203px 0px;
  }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1225px 0px;
  }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1247px 0px;
  }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1269px 0px;
  }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1291px 0px;
  }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1313px 0px;
  }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1335px 0px;
  }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1357px 0px;
  }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1379px 0px;
  }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1401px 0px;
  }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1423px 0px;
  }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1445px 0px;
  }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1467px 0px;
  }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1489px 0px;
  }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1511px 0px;
  }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1533px 0px;
  }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1555px 0px;
  }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1577px 0px;
  }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1599px 0px;
  }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1621px 0px;
  }
  .iti__flag.iti__ez {
    height: 14px;
    background-position: -1643px 0px;
  }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1665px 0px;
  }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1687px 0px;
  }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1709px 0px;
  }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1731px 0px;
  }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1753px 0px;
  }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1775px 0px;
  }
  .iti__flag.iti__fx {
    height: 14px;
    background-position: -1797px 0px;
  }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1819px 0px;
  }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1841px 0px;
  }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1863px 0px;
  }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1885px 0px;
  }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1907px 0px;
  }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1929px 0px;
  }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1951px 0px;
  }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1973px 0px;
  }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1995px 0px;
  }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -2017px 0px;
  }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -2039px 0px;
  }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -2061px 0px;
  }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2083px 0px;
  }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2105px 0px;
  }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2127px 0px;
  }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2149px 0px;
  }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2171px 0px;
  }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2193px 0px;
  }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2215px 0px;
  }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2237px 0px;
  }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2259px 0px;
  }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2281px 0px;
  }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2303px 0px;
  }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2325px 0px;
  }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2347px 0px;
  }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2369px 0px;
  }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2391px 0px;
  }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2413px 0px;
  }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2435px 0px;
  }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2457px 0px;
  }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2479px 0px;
  }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2501px 0px;
  }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2523px 0px;
  }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2545px 0px;
  }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2567px 0px;
  }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2589px 0px;
  }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2611px 0px;
  }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2633px 0px;
  }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2655px 0px;
  }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2677px 0px;
  }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2699px 0px;
  }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2721px 0px;
  }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2743px 0px;
  }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2765px 0px;
  }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2787px 0px;
  }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2809px 0px;
  }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2831px 0px;
  }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2853px 0px;
  }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2875px 0px;
  }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2897px 0px;
  }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2919px 0px;
  }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2941px 0px;
  }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2963px 0px;
  }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2985px 0px;
  }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -3007px 0px;
  }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -3029px 0px;
  }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -3051px 0px;
  }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3073px 0px;
  }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3095px 0px;
  }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3117px 0px;
  }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3139px 0px;
  }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3161px 0px;
  }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3183px 0px;
  }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3205px 0px;
  }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3226px 0px;
  }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3248px 0px;
  }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3270px 0px;
  }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3292px 0px;
  }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3314px 0px;
  }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3336px 0px;
  }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3358px 0px;
  }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3380px 0px;
  }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3402px 0px;
  }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3424px 0px;
  }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3446px 0px;
  }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3468px 0px;
  }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3490px 0px;
  }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3512px 0px;
  }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3534px 0px;
  }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3556px 0px;
  }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3578px 0px;
  }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3600px 0px;
  }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3622px 0px;
  }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3644px 0px;
  }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3666px 0px;
  }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3688px 0px;
  }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3710px 0px;
  }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3732px 0px;
  }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3752px 0px;
  }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3774px 0px;
  }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3796px 0px;
  }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3818px 0px;
  }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3840px 0px;
  }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3862px 0px;
  }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3877px 0px;
  }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3899px 0px;
  }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3921px 0px;
  }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3943px 0px;
  }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3965px 0px;
  }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3987px 0px;
  }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -4009px 0px;
  }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -4031px 0px;
  }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -4053px 0px;
  }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4075px 0px;
  }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4097px 0px;
  }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4119px 0px;
  }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4141px 0px;
  }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4163px 0px;
  }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4185px 0px;
  }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4207px 0px;
  }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4229px 0px;
  }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4251px 0px;
  }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4273px 0px;
  }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4295px 0px;
  }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4317px 0px;
  }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4339px 0px;
  }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4361px 0px;
  }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4383px 0px;
  }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4405px 0px;
  }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4427px 0px;
  }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4449px 0px;
  }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4471px 0px;
  }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4493px 0px;
  }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4515px 0px;
  }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4537px 0px;
  }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4559px 0px;
  }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4581px 0px;
  }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4603px 0px;
  }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4625px 0px;
  }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4647px 0px;
  }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4669px 0px;
  }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4691px 0px;
  }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4713px 0px;
  }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4735px 0px;
  }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4757px 0px;
  }
  .iti__flag.iti__su {
    height: 10px;
    background-position: -4779px 0px;
  }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4801px 0px;
  }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4823px 0px;
  }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4845px 0px;
  }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4867px 0px;
  }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4889px 0px;
  }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4911px 0px;
  }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4933px 0px;
  }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4955px 0px;
  }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4977px 0px;
  }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4999px 0px;
  }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -5021px 0px;
  }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -5043px 0px;
  }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -5065px 0px;
  }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -5087px 0px;
  }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5109px 0px;
  }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5131px 0px;
  }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5153px 0px;
  }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5175px 0px;
  }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5197px 0px;
  }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5219px 0px;
  }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5241px 0px;
  }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5263px 0px;
  }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5285px 0px;
  }
  .iti__flag.iti__uk {
    height: 10px;
    background-position: -5307px 0px;
  }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5329px 0px;
  }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5351px 0px;
  }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5373px 0px;
  }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5395px 0px;
  }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5417px 0px;
  }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5439px 0px;
  }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5456px 0px;
  }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5478px 0px;
  }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5500px 0px;
  }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5522px 0px;
  }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5544px 0px;
  }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5566px 0px;
  }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5588px 0px;
  }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5610px 0px;
  }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5632px 0px;
  }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5654px 0px;
  }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5676px 0px;
  }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5698px 0px;
  }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5720px 0px;
  }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5742px 0px;
  }
  
  .iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../i/flags.webp?1");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../i/flags@2x.webp?1");
    }
  }
  
  .iti__flag.iti__np {
    background-color: transparent;
  }
/* END */

/* Subscription long */

.subscription-long {
    display: flex;
    flex-wrap: wrap;
}

.subscription-long .btns-group__mail-input {
    width: 100%;
}

.subscription-long form {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.subscription-long form input {
    border-radius: 100px;
    padding: 1rem;
}

.subscription-long form input:first-child {
    width: 100%;
    font-size: 18px;
    border: 2px solid #757575;
}

.subscription-long form input:last-child {
    width: 100%;
}

@media (min-width:375px) {
    .subscription-long form input:first-child {
        max-width: 400px;
    }
    
    .subscription-long form input:last-child {
        max-width: 250px;
    }
}
/* Relate content */
.relate-content section.section_webinars.head-page, .relate-content section.section_seminars.head-page, .relate-content section.section_publications.head-page {
    padding-left: 0;
    padding-right: 0;
}

/* Separate slider with a text */

.slider-separatly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin: 0 0 1.2rem 0;
    width: 100%;
}

.slider-separatly .slider-separatly__text {
    background-color: var(--white-text-color);
    border-radius: 25px;
    padding: 1rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.slider-separatly .slider-separatly__text .content_text {
    animation-name: fade-in;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.slider-separatly .slider-separatly__text .content_text a {
    max-width: 200px;
}

.slider-separatly .slider-separatly__text .content_text h2 {
    margin: 0;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--main-text-color);
    font-size: 22px;
    line-height: 1.2;
}

.slider-separatly .slider-separatly__text .content_text h2 a {
    color: var(--acient-color);
}

.slider-separatly .slider-separatly__media {
    border-radius: 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: var(--white-text-color);
    position: relative;
}

.slider-separatly .slider-separatly__media .mini-box-slider .owl-nav, .slider-separatly .slider-separatly__media .mini-box-slider-text .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid white;
    z-index: 2;
}

.slider-separatly .slider-separatly__media .mini-box-slider .owl-nav button, .slider-separatly .slider-separatly__media .mini-box-slider-text .owl-nav button { 
    width: 40px;
    height: 40px;
    background: #ffffff85;
    -webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
            box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
}

.slider-separatly .slider-separatly__media .mini-box-slider .owl-nav button .svg-arrow, .slider-separatly .slider-separatly__media .mini-box-slider-text .owl-nav button .svg-arrow {
    width: 20px !important;
    height: 20px !important;
}

.slider-separatly .slider-separatly__media .mini-box-slider .owl-nav button:last-child, .slider-separatly .slider-separatly__media .mini-box-slider-text .owl-nav button:last-child { 
    -webkit-transform: rotate(180deg); 
        -ms-transform: rotate(180deg); 
            transform: rotate(180deg);
}

.slider-separatly .slider-separatly__media .mini-box-slider .owl-nav button.disabled, .slider-separatly .slider-separatly__media .mini-box-slider-text .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}

.slider-separatly .slider-separatly__media .mini-box-slider .owl-stage-outer, .slider-separatly .slider-separatly__media .mini-box-slider-text .owl-stage-outer {
    height: 100% !important;
    z-index: 2;
}

.slider-separatly .slider-separatly__media .mini-box-slider .owl-stage-outer .owl-stage, .slider-separatly .slider-separatly__media .mini-box-slider-text .owl-stage-outer .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.slider-separatly .slider-separatly__media .mini-box-slider.cover .owl-item, .slider-separatly .slider-separatly__media .mini-box-slider-text.cover .owl-item {
    height: 100%;
    max-height: 320px;
}

.slider-separatly .slider-separatly__media .mini-box-slider .owl-item img.img_slider, .slider-separatly .slider-separatly__media .mini-box-slider-text .owl-item img.img_slider {
    max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
       max-height: 320px;
}

.slider-separatly .slider-separatly__media .mini-box-slider.cover .owl-item img.img_slider, .slider-separatly .slider-separatly__media .mini-box-slider-text.cover .owl-item img.img_slider {
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    max-height: 320px;
    filter:initial;
}

.slider-separatly .slider-separatly__media a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slider-separatly .slider-separatly__media a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(45deg, #1b1f24, transparent);
    background: linear-gradient(45deg, #1b1f24, transparent);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slider-separatly .slider-separatly__media:hover >  a::before {
    opacity: 1;
}

.slider-separatly .slider-separatly__media a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.slider-separatly .slider-separatly__media  > a > img {
    max-width: 100px;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slider-separatly .slider-separatly__media  > a:hover > img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.slider-separatly .slider-separatly__media img {
    -o-object-fit: cover;
       object-fit: cover;
}

.slider-separatly .slider-separatly__media .mini-box-slider  a.link-item, .slider-separatly .slider-separatly__media .mini-box-slider-text  a.link-item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
}

.slider-separatly .slider-separatly__media .mini-box-slider  a.link-item > img, .slider-separatly .slider-separatly__media .mini-box-slider-text  a.link-item > img {
    max-width: 100px;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slider-separatly .slider-separatly__media .item {
    height: 100%;
}

.slider-separatly .slider-separatly__media .item:hover >  a.link-item::before {
    opacity: 1;
}


.slider-separatly .slider-separatly__media .mini-box-slider  a.link-item:hover > img, .slider-separatly .slider-separatly__media .mini-box-slider-text  a.link-item:hover > img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.slider-separatly .slider-separatly__media .mini-box-slider  img, .slider-separatly .slider-separatly__media .mini-box-slider-text  img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.slider-separatly .slider-separatly__media .owl-carousel .owl-stage:after {
    display: none !important;
}


@media (min-width:720px) {
    .slider-separatly .slider-separatly__media .mini-box-slider .owl-nav button,     .slider-separatly .slider-separatly__media .mini-box-slider-text .owl-nav button { 
        width: 54px;
        height: 54px;
    }
}

@media (min-width:820px) {
    .slider-separatly {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}

@media (min-width:940px) {
    .slider-separatly .slider-separatly__text > .content_text > h2 {
        font-size: 34px;
    }
}

/* QUIZ BANK */

section.quiz-bank {
    margin: 0 0 1rem 0;
}

section.quiz-bank .quiz-bank__promo {
    padding: 1.5rem;
    gap: 2rem;
    display: flex;
    align-items: center;
    text-align: center;
}

section.quiz-bank .quiz-bank__promo span {
    font-size: 28px;
    font-weight: 700;
}

.quiz-bank-modal {
    background: rgba(0, 0, 0, 0.80);
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

#layout.lock-scroll, .lock-scroll {
    scrollbar-gutter: stable;
    overflow: hidden !important;
}

.quiz-bank-box {
    width: 100%;
    height: 100%;
    max-width: 950px;
    max-height: 700px;
    background: var(--white-text-color);
    padding: 2rem;
    border-radius: 20px;
    position: relative;
    opacity: 0;
    animation: fade-in-up 1s forwards 0.2s;
    will-change: auto;
    /* justify-content: space-between; */
    justify-content: center;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.quiz-bank-box__content {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    height: 100%;
    max-height: 600px;
    overflow-y: auto;
    padding: 1rem 1rem;
    flex-direction: column;
}

.quiz-bank-box__progress:not(.active) {
    display: none;
}

.quiz-bank-box__progress {
    margin: 1rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    animation: fade-in-down 1s forwards;
    will-change: auto;
}

.quiz-bank-box__progress span {
    background: var(--white-text-color);
    padding: 0.5rem;
    color: var(--main-text-color);
    border-radius: 100px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid var(--main-text-color);
    transition: 0.3s ease-in-out;
    will-change: auto;
}

.quiz-bank-box__progress span.active {
    background: var(--acient-color);
    color: var(--white-text-color);
    border: 2px solid var(--acient-color);
}

.quiz-bank-box__progress span:not(:first-child)::after {
    content: "";
    width: 2.1rem;
    height: 2px;
    background: var(--main-text-color);
    position: absolute;
    right: 1.8rem;
    transition: 0.3s ease-in-out;
    will-change: auto;
}

.quiz-bank-box__progress span.active::after {
    background: var(--acient-color);
}

.quiz-bank-box span.close {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: 0.3s ease-in-out;
    will-change: auto;
}

.quiz-bank-box span.close svg {
    width: 32px;
    height: 32px;
}

.quiz-bank-box span.close:hover {
    transform: scale(1.2);
}

.quiz-bank-box button {
    max-width: 250px;
}

.next-step-quiz-bank:not(.active) {
    display: none;
}

.next-step-quiz-bank {
    opacity: 0;
}

.next-step-quiz-bank {
    animation: fade-in-up 1s forwards 0.4s;
    will-change: auto;
}

.quiz-bank-box b {
    font-size: 24px;
    display: flex;
    margin: 0 0 1rem 0;
    color: var(--main-text-color);
}

.quiz-bank-box p {
    font-size: 20px;
    color: var(--main-text-color);
}

p.finish-text-quiz {
    font-size: 14px;
}

@media (min-width:375px) {
    p.finish-text-quiz {
        font-size: 18px;
    }
}

@media (min-width:767px) {
    p.finish-text-quiz {
        font-size: 22px;
    }
}

.img-quiz-bank {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fade-in-up 1s forwards;
    will-change: auto;
}

.answers-quiz-bank {
    width:49%;
    opacity: 0;
    animation: fade-in-down 1s forwards 0.2s;
    will-change: auto;
}

.answers-quiz-bank label {
    color: var(--main-text-color);
    font-size: 18px;
    margin-left: 0.5rem;
}

.answers-quiz-bank input {
    accent-color: var(--main-text-color); 
    color: var(--main-text-color);
    height: 20px;
    min-height: 20px;
    width: 20px;
    min-width: 20px;
}

.answers-quiz-bank input[type=checkbox] {
    position: initial !important;
}

.answers-quiz-bank input[type=text] {
    width: 190px;
    max-width: 190px;
    min-width: 190px;
    min-height: 35px;
    max-height: 35px;
    margin-left: 0.5rem;
    padding: 0.5rem;
    border-radius: 20px;
    border: 2px solid black;
    font-size: 16px;
}

.info-message-quiz {
    margin-top: 2rem !important;
}



@media (min-width:540px) {
    .quiz-bank-box p {
        font-size: 24px;
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Offers block side */

.offers-block-side {
    margin-bottom: 1.5rem !important;
}

@media (min-width:1001px) {
    .offers-block-side {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}
