::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: #095BB7
}

* {
    font-family: 'Rubik', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

strong {
    font-weight: 500;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    max-width: 100%
}*/

body {
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 400;
    background: #095BB7;
    background: linear-gradient(176.81deg, #020C36 2.38%, #0A174D 17.02%, #0B1C5F 28.21%, #0D3587 53.61%, #095BB7 71.53%);
    margin: 0;
    padding: 0;
    flex-direction: column;
    display: flex;
    min-height: 100vh;
}

.page-503 {
    background: #121826 url(/assets/images/503.png) no-repeat right bottom;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.page-503 a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.page-503-logo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #095BB7;
    line-height: 1;
}

.page-503-logo img {
    margin: 0 15px 0 0
}

h1, h2, h3 {
    text-align: center;
    color: #ef922f;
}


h1, h2, h3, h4, h5, h6, .title-1, .title-2, .title-3, .title-4 {
    margin: 0px 0 30px;
    line-height: 1.2;
    font-weight: 500;
}

h1, .title-1 {
    font-size: 36px;
    margin: 0px 0 60px;
}

h2, .title-2 {
    font-size: 30px;
}

h3, .title-3 {
    font-size: 26px;
}

h4, .title-4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 13px;
}

b {
    font-weight: 700;
}

a {
    color: #fff;
    transition: all 0.3s ease;
    display: inline-block;
}

input {
    padding: 10px 15px;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    outline: none;
    resize: none;
}

textarea {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #fcfcfc;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
    outline: none;
    resize: none;
}

blockquote {
    padding: 0px 100px 0px 100px;
    margin: 0 0 30px;
    font-weight: 400;
    position: relative;
}

blockquote:before {
    content: '';
    display: block;
    width: 30px;
    height: 99px;
    background: url(/template/img/quote-line.svg);
    background-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

blockquote:after {
    content: '';
    display: block;
    width: 30px;
    height: 99px;
    background: url(/template/img/quote-line.svg);
    background-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

blockquote p:last-child {
    margin-bottom: 0
}

p, ul, ol {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

figure {
    max-width: 100%;
    text-align: center;
}

div > img, p > img {
    border-radius: 8px;
}

ul, ol {
    padding-left: 50px;
}

ul li, ol li {
    margin-bottom: 15px
}

li p:last-child {
    margin: 0
}

p:last-child {
    margin: 0
}

.content p a {
    word-wrap: break-word;
}

.wrapp-content {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    flex-direction: column;
    text-align: center;
}

.wrapp-content a {
    color: #000;
}

.wrapp-content .breadcrumb {
    justify-content: center
}

.wrapp-content .aside-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    gap: 20px;
    justify-content: center;
}

.wrapp-content .aside-menu-item {
    margin: 0
}

.wrapp-content-text {
    max-width: 860px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
}

.section {
    padding: 100px 0;
}

.section.section-top {
    padding-top: 120px;
}

.cnt {
    width: 1400px;
    margin: 0 auto
}

.red {
    color: #f70000;
}

.center {
    text-align: center;
}

.btn, input[type="button"], input[type="submit"], input[type="reset"], button {
    background: linear-gradient(180deg, #0072C0 0%, #0B90EB 50%, #0072C0 100%);
    box-shadow: 0px 4px 20px rgba(0, 114, 192, 0.3);
    border: 0;
    border-radius: 40px;
    padding: 18px 40px 16px 40px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    resize: none;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn:hover, input[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgb(75 98 197 / 40%), inset 4px 4px 10px rgb(0 0 0 / 25%);
}

.bg {
    background: linear-gradient(180deg, #0072C0 0%, #0B90EB 50%, #0072C0 100%);
}

.bg:hover {
    background: #f3a330;
    color: #fff;
}

.btn.big {
    padding: 25px 50px 22px 50px;
    font-weight: 500;
    font-size: 18px;
}

.btn.small {
    padding: 10px 25px 10px 25px;
}

.btn i {
    font-size: 20px;
    margin-left: 15px;
}

.btn img {
    width: 30px;
    border-radius: 6px;
    margin-left: 15px;
}

a:hover {
    color: #8465C8;
}

.trans {
    background: none;
    border: 1px solid #ddd;
    color: #000000;
}

.trans:hover {
    background: #095BB7;
    color: #ffffff;
}

.text-color {
    color: #095BB7;
}

.text-bg {
    background: #095BB7;
    padding: 8px 15px 8px;
    line-height: 1;
    display: inline-block;
    border-radius: 20px;
}

#go-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding: 15px;
    background: linear-gradient(180deg, #0072C0 0%, #0B90EB 50%, #0072C0 100%);
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    z-index: 99;
    height: 50px;
    width: 50px;
    font-size: 20px;
    transition: all 0.3s ease;
}

#go-top:hover {
    color: #fff;
    box-shadow: inset 4px 4px 10px rgb(0 0 0 / 25%);
}

#go-top span {
    font-size: 0;
    font-weight: 400;
}

.tabs {
    position: relative;
    z-index: 2;
}

.tabs-caption {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: flex;
}

.tabs-content {
    display: none;
    position: relative;
    z-index: 2;
}

.tabs-content.active {
    display: block
}

.g-tabs .tabs-caption {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 50px;
}

.g-tabs .tabs-caption li {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    background: #F3F3F3;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    border-radius: 2px;
    padding: 25px 30px;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    line-height: 1;
    font-weight: 500;
}

.g-tabs .tabs-caption li.active, .g-tabs .tabs-caption li:hover {
    background: #33499a;
    color: #fff;
}

.g-tabs .tabs-content {
    box-shadow: 0px 5px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    padding: 50px;
}

/* Slider */
.carusel, .slider-carusel, .slider-for, .slider-nav {
    display: none
}

.slick-slider script {
    display: none !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 10px;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

table, th, td {
    border: 1px solid;
    margin: 5px;
    padding: 5px;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    outline: none;
    max-width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide:focus, .slick-slide * {
    outline: none;
}

.slick-arrow {
    text-align: center;
    border: 0;
    color: #ffffff;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex !important;
    height: 45px;
    width: 45px;
    font-size: 30px;
    padding: 0;
    z-index: 9;
    top: calc(50% - 40px);
    position: absolute;
    opacity: 1;
    right: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-arrow:last-child {
    right: 0;
}

.slick-arrow:first-child {
    left: 0;
}

.slick-arrow:hover {
    color: #000000;
    background: #095BB7;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 15px 0 0 0;
    z-index: 2;
    bottom: 150px;
    left: 22px;
}

.slick-dots li {
    margin: 10px;
    height: 5px;
    width: 25px;
    background: #ddd;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li:hover {
    background: #095BB7;
}

.slick-dots .slick-active {
    background: #095BB7;
}

.slick-dots button {
    display: none
}

.crumbs {
    padding: 20px 0px;
    background: #fafafa;
    margin-bottom: 50px;
    margin-top: -20px;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 14px;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
}

.breadcrumb li {
    margin: 0;
    display: inline-flex;
    align-items: center;
    color: #a5a5a5;
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb i {
    margin: 0 5px;
    font-size: 12px;
    line-height: 1;
    margin-top: 2px;
    color: #909090;
}

.breadcrumb li:after {
    content: '/';
    padding: 0 5px
}

.breadcrumb li:last-child:after {
    display: none
}

.pole input[type="submit"] {
    padding: 20px 20px 19px 20px !important;
    height: auto;
    line-height: 1;
}

.pole {
    margin-bottom: 20px;
}

.pole .btn-tertiary:hover, .example-2 .btn-tertiary:focus {
    color: #888;
    border-color: #888
}

.pole .input-file {
    width: .1px !important;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.pole .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.pole .input-file + .js-labelFile .icon:before {
    font-size: 14px;
}

.pole .input-file + .js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #0fcc13;
}

.content-form .police {
    text-align: left
}

.police {
    color: #7B7B7D;
    font-size: 12px;
    line-height: 1;
}

.police a {
    text-decoration: underline;
    color: #7B7B7D;
}

.pole input[type="text"], .pole input[type="password"], .pole input[type="email"], .pole input[type="tel"], .pole input[type="url"] {
    color: #000;
    font-size: 16px;
    height: auto;
    padding: 18px 30px;
    line-height: 1;
    font-weight: 400;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
}

.pole textarea {
    height: 100px;
    padding: 18px 30px;
    line-height: 1;
    font-weight: 400;
    width: 100%;
    font-size: 16px;
}

.content-form .pole input {
    border: 1px solid #ddd;
    background: #F5F5F5;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 2px;
    color: #000;
}

.popup-form {
    display: none;
    width: 400px !important;
    color: #000;
    border-radius: 8px;
    padding: 0 !important;
    position: relative;
    background: #FCFCFC !important;
}

.popup-bg {
    width: 700px !important;
}

.popup-bg .popup-form-content {
    width: 50%
}

.popup-img {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.popup-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.popup-form .fancybox-close-small {
    top: 20px !important;
    right: 20px !important;
}

.popup-form .form-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
}

.form-descr {
    font-size: 14px;
    margin: 0 0 20px
}

.popup-form .form-title + p {
    color: #000
}

.popup-form .form-title span {
    display: block
}

.popup-form .form-title img {
    max-width: 250px
}

.popup-form-content {
    padding: 40px;
    z-index: 2;
}

.popup-form-img {
    width: 56%;
    height: calc(100% - 0px);
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.popup-form-content .police {
    opacity: 0.5;
}

.popup-form-content .btn {
    padding: 20px 30px 18px 30px;
}

.popup-form .title-4 {
    margin-bottom: 20px
}

.popup-form-bg {
    width: 50%;
    background: url(/template/img/bg-popup.jpg) no-repeat;
    background-size: cover;
    background-position: top left;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.success-message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: auto;
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-shadow: 0 0 20px 10000px #000000c4;
    flex-direction: column;
    font-size: 16px;
    z-index: 9999;
    transition: all .3s ease;
    padding: 40px; /* text-align: center; */
    border-radius: 8px;
}

.success-message.open {
    display: flex;
}

.close-success {
    position: absolute;
    bottom: 100%;
    left: 100%;
    color: #ff0007;
    font-size: 22px;
    cursor: pointer;
}

.succes-title {
    color: #0cb709;
    margin: 0 0 10px;
}

.no-name {
    left: -99999px;
    position: absolute;
}

.alert-success {
    color: #000000;
}

.succes-text { /* font-size:16px */
    color: #000;
}

.ajax_form.af_example {
    position: relative;
}

.ajax_form .error .error {
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 100%;
    margin: 0 0 6px;
    background: rgb(195 0 0 / 90%);
    z-index: 2;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    color: #fff;
    transform: translateX(-50%);
}

.ajax_form .error .error:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #b0050a;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: rotate(-45deg) translateZ(-8px);
}

.jGrowl {
    display: none
}

.jGrowl-notification .jGrowl-close {
    padding: 0
}

.jGrowl-notification {
    border-radius: 10px !important;
    padding: 13px 15px 10px !important;
    font-size: 14px !important;
    line-height: 1.2;
}

.jGrowl-closer {
    border-radius: 0 !important;
    font-size: 12px !important;
    line-height: 1.2;
    background: #c82022 !important
}

.menu-icon {
    display: none;
    cursor: pointer;
}

.tel-icon {
    display: none;
    cursor: pointer;
}

.fixed .header {
    background: linear-gradient(176.81deg, #020C36 2.38%, #0A174D 17.02%, #0B1C5F 28.21%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}

.header {
    width: 100%;
    padding: 0;
    background: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all .2s ease;
}

.header .cnt {
    display: flex;
    align-items: center;
}

.header a {
    color: #fff
}

.logo {
    text-decoration: none;
    margin: 20px 0;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .2s ease;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

.logo img {
    width: 74px;
    display: block;
    margin: 0 15px 0 0;
}

.slogan {
    width: 195px;
}

.h-slogon {
    display: block
}

.h-contact {
    margin: 30px 0;
    text-align: center;
}

.h-cont {
}

.h-cont a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: #ffffff;
}

.h-cont span {
    font-size: 0.8em
}

.h-btn {
    margin-left: 50px
}

body.page {
    padding-top: 50px
}

.langs {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    margin: 0 20px 0 0;
    text-transform: capitalize;
    padding: 10px 0;
}

.langs a {
    text-decoration: none;
}

.imglang {
    width: 15px;
    display: block;
    margin: 0px 5px 0 0;
    border-radius: 0;
}

.lang-btn {
    display: flex;
    padding: 7px 25px 7px 10px;
    border: 1px solid #fff;
    border-radius: 30px;
    position: relative;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 32px;
}

.lang-btn i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    color: rgb(255 255 255 / 0.7);
    font-size: 12px;
}

.lang-btn.active {
    display: flex;
}

.langs:hover .lang-btn {
    background: linear-gradient(155.7deg, #8465C8 14.01%, #8662B4 20.61%, #4C4494 46.66%, #4151A1 65%, #25539E 81.14%);
    border-color: #8662b4;
}

.langs-menu {
    display: none;
    position: absolute;
    width: auto;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    border-radius: 8px;
    top: 100%;
    width: 100%;
    padding: 10px;
    color: #000;
    margin: 0;
}

.langs-menu.open {
    display: block
}

.langs:hover .langs-menu {
    display: block
}

.langs-menu:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: rotate(-45deg) translateX(-50%);
}

.langs-menu a {
    color: #000
}

.langs-menu a:hover {
    color: #8465C8;
}

.langs-item {
    display: flex;
    align-items: center;
}

.langs-item.active {
    opacity: 0.5
}

.menu {
    display: flex;
    align-items: center;
    margin: auto;
}

.menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

.menu ul li {
    margin: 0 40px 0 0;
    position: relative;
}

.menu li a {
    text-decoration: none;
    display: block;
    padding: 10px 0px;
    color: #fff;
}

.menu li a:hover, .menu .active > a {
}

.menu .active > a:after, .menu li a:hover:after {
    content: '';
    display: block;
    height: 2px;
    width: calc(100% - 10px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #0072C0
}

.sub-menu > a:after {
    content: '\f063';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 13px;
    width: 14px;
    margin-left: 5px
}

.sub-menu ul {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 20px 30px 20px 30px;
    top: 100%;
    left: -25px;
    width: 260px;
    border-radius: 0;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    margin: 0;
}

.sub-menu ul li {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    position: relative;
}

.sub-menu ul li a {
    padding: 10px 0;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.sub-menu ul a:hover {
    color: #fa582f;
}

.sub-menu:hover ul {
    display: block
}

.sub-menu .sub-menu ul {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 20px 30px;
    top: 0;
    left: calc(100% - 15px);
    width: 260px;
    border-radius: 2px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    margin: 0;
}

.sub-menu .sub-menu:hover > ul {
    display: block
}

.sub-menu .sub-menu > a:after {
    content: '\f061';
}

.section.home-top {
    overflow: hidden;
    padding-bottom: 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    position: relative;
    padding-top: 170px;
}

.home-top .cnt {
    position: relative;
    z-index: 1;
}

.home-top-info {
    width: 45%;
    position: relative;
    z-index: 2;
}

.home-top-title {
    margin: 0 0 20px;
}

.home-top-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.2;
}

.home-top-offers {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.offer-item {
    position: relative;
    padding-left: 50px;
    min-height: 40px;;
}

.offer-item span {
    padding: 10px 0;
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.offer-item p {
    font-weight: 300;
    font-size: 14px;
}

.offer-icon {
    width: 40px;
    height: 40px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(155.7deg, #8465C8 14.01%, #8662B4 20.61%, #4C4494 46.66%, #4151A1 65%, #25539E 81.14%);
}

.offer-icon img {
    width: 100%;
    filter: invert(1);
}

.home-top .offer-item {
    margin: 0 30px 20px 0
}

.home-top .block-btn {
    max-width: 370px;
}

.home-top .block-btn .btn {
    width: 200px
}

.home-top-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; /* mix-blend-mode: multiply; */
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
}

.home-top-globus {
    position: absolute;
    right: 0;
    top: 15px;
    width: 851px;
    height: 851px;
}

.block-globus-big-img {
    padding: 100px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 50px rgb(255 255 255 / 30%), inset 0 0 30px rgb(255 255 255 / 20%);
    animation: circle 6s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.block-globus-big-img:before {
    content: '';;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(155.7deg, #8465C8 14.01%, #8662B4 20.61%, #4C4494 46.66%, #4151A1 65%, #25539E 81.14%);
    top: 65%;
    left: 15px;
    position: absolute;
    transform: translate(-50%, -55%);
    box-shadow: 0 0 30px #8465c8;
}

.block-globus-big-img:after {
    content: '';;
    display: block;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    position: absolute;
    background: rgb(37 83 158 / 20%);
    box-shadow: 0 0 60px 0 rgb(37 83 158 / 50%);
}

.block-globus-big-img img {
    display: block;
    animation: circle-ctrl 6s linear infinite;
}

.home-top-stiker {
    background: linear-gradient(179deg, #8465C8 14.01%, #8662B4 20.61%, #4C4494 46.66%, #4151A1 65%, #25539E 81.14%);
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: 100px;
    overflow: hidden;
}

.home-top-stiker .cnt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-top-stiker img {
    width: 40px;
    filter: invert(1);
}

.home-top-stiker span {
    display: block;
    margin: 0 20px;
    padding: 30px 0;
    text-align: center;
}

.stiker-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.stiker-left i {
    font-size: 140px;
    line-height: 140px;
    color: #0a1a57;
    width: 50px;
    text-align: center;
}

.stiker-right {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    text-align: right;
}

.stiker-right i {
    font-size: 140px;
    line-height: 140px;
    color: #0a1a57;
    width: 50px;
    text-align: right;
}

.home-offers {
}

.home-offers-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.section.home-about {
    padding-top: 0;
}

.home-about .cnt {
    display: flex;
    align-items: center;
    background: linear-gradient(99.73deg, #050829 0.18%, #095BB7 87.95%, #0073C4 99.72%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    overflow: hidden;
    min-height: 260px;
    position: relative;
    border: 1px solid rgb(255 255 255 / 20%);
}

.home-about-content {
    position: relative;
    padding: 50px;
    padding-right: 35%;
    font-size: 20px;
    font-weight: 300;
}

.home-about-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    height: 100%;
}

.home-about-img img {
    display: block
}

.section.home-advant {
    padding-top: 0
}

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

.advant-item {
    position: relative;
    width: 20%;
}

.circlechart {
    position: relative;
    z-index: 2;
}

.circlechart svg {
    height: 100%;
    width: 100%
}

.advant-item-title {
    display: block;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}

.advant-item-text {
    text-align: center;
}

.advatn-item-info {
    position: absolute;
    height: 97%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    left: 0;
    top: 2px;
    box-shadow: 0 0 70px rgb(0 0 0 / 20%), inset 0 0 100px rgb(0 0 0 / 20%);
    border-radius: 50%;
    line-height: 1.2;
}

.circle-chart__circle {
    stroke: url(#gradient);
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
    animation: circle-chart-fill 2s reverse;
    transform: rotate(90deg);
    transform-origin: center;
}

.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
}

.circle-chart__background {
    stroke: #ffffff;
    stroke-width: 1px;
    fill: none;
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

.circle-chart__percent {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 8px;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
}

.success-stroke {
    stroke: url(#gradient);
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section.home-stage {
    padding-top: 0;
    position: relative;
}

.home-stage .cnt {
    padding-left: 260px;
    position: relative;
    z-index: 1;
}

.stage-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 80px;
    position: relative;
}

.stage-content:after {
    content: '';
    display: block;
    position: absolute;
    left: -260px;
    height: 100%;
    width: 260px;
    background: url(/assets/images/arrow-line-top.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: left center;
    z-index: 2;
}

.home-stage-title {
    position: relative;
    padding-right: 100px;
}

.home-stage-title img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.stage-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    overflow: hidden;
    background: #095bb7;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

.stage-item picture {
    width: 100%
}

.stage-item img {
    width: 100%;
    display: block;
    opacity: 0.5;
}

.stage-item-title {
    padding: 30px;
    background: #fff;
    height: 100%;
    color: #000;
    position: relative;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
}

.stage-item-title span {
    width: 50px;
    height: 50px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: -25px;
    background: linear-gradient(155.7deg, #8465C8 14.01%, #8662B4 20.61%, #4C4494 46.66%, #4151A1 65%, #25539E 81.14%);
    color: #fff;
    border: 5px solid #fff;
}

.home-stage-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; /* mix-blend-mode: multiply; */
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 0;
}

.section.home-social {
    padding-top: 0;
    position: relative;
}

.home-social-content {
    display: flex
}

.home-social-text {
    width: 40%;
    font-weight: 300;
}

.home-social-text a {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.home-social-text a img {
    width: 40px;
    margin: 0 0 0 20px;
    filter: invert(1);
}

.home-social-img {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 2px solid #fff;
}

.home-social-img img {
    max-width: 100%;
    display: block;
    padding: 0 15px 0 0;
}

.section.form-gorizontal {
    padding-top: 0;
}

.form-gorizontal .cnt {
    display: flex;
    align-items: center;
    background: linear-gradient(99.73deg, #050829 0.18%, #095BB7 87.95%, #0073C4 99.72%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(255 255 255 / 20%);
    flex-direction: column;
    padding: 50px;
}

.form-gorizontal .cnt:before {
    content: '';
    display: block;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100px;
    position: absolute;
    background: url(/assets/images/form-left.png);
    background-size: cover;
    background-position: left;
    z-index: 1;
}

.form-gorizontal .cnt:after {
    content: '';
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    position: absolute;
    background: url(/assets/images/form-right.png);
    background-size: cover;
    background-position: right;
    z-index: 1;
}

.form-g .form {
    display: flex;
    max-width: 950px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.form-g .form .pole {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.ajax_form.form-g .error .error {
    width: calc(100% - 30px)
}

.form-g .form .pole-icon input {
    padding-left: 55px;
}

.form-g .form .pole-icon i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #a9a9a9;
}

.form-g .form .pole-btn i {
    position: initial;
    transform: none
}

.form-g .form .pole-btn {;
    width: 300px;
}

.form-g .police {
    text-align: center;
    color: #fff;
    font-weight: 300;
}

.section.home-referral {
    padding-top: 0;
    position: relative;
}

.home-referral .cnt {
    background: linear-gradient(160deg, #8465C8 14.01%, #8662B4 20.61%, #4C4494 46.66%, #4151A1 65%, #25539E 81.14%);
    padding: 0;
    position: relative;
    z-index: 1;;
    overflow: hidden;
    border-radius: 8px;
    min-height: 260px;
    display: flex;
    align-items: center;
}

.home-referral a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
}

.home-referral-text {
    padding: 0 100px;
    width: calc(100% - 450px);
    position: relative;
    z-index: 1;
}

.referral-title {
    margin: 0 0 30px
}

.referral-text {
    font-size: 20px
}

.referral-btn {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #fff;
    text-decoration: none;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
    transition: all 0.3s ease;
}

.home-referral .cnt:hover .referral-btn {
    background: #fff;
    color: #8465C8
}

.home-referral .stiker-right {
    right: 440px;
    transform: translate(-50%, -50%);
    display: block;
}

.home-referral .stiker-right i {
    font-size: 530px;
    line-height: 530px;
    width: 80px;
    color: #095bb7;
    text-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.footer {
    margin: auto 0 0 0;
    padding: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-top {
    padding: 80px 0 80px;
    position: relative;
    border-radius: 100% 100% 0 0/ 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 125%;
    overflow: hidden;
    background: linear-gradient(155.7deg, #170E3D 14.01%, #0F1E55 29.43%, #0B316D 42.5%, #055091 58.79%, #0060AA 81.14%);
}

.footer-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; /* mix-blend-mode: multiply; */
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.footer-top .cnt {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.footer-top .title-2 {
    width: 100%;
    position: relative;
    margin: 0 0 80px;
}

.footer-block {
    width: 33.33%;
    position: relative;
    padding-left: 70px;
}

.footer-block img {
    position: absolute;
    width: 45px;
    left: 0;
    filter: invert(1);
}

.footer-block-btn {
    padding: 0
}

.block-btn {
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 0;
}

.block-btn .btn {
    position: absolute;
    z-index: 1;
    width: 260px;
    height: 50px;
}

.block-btn span {
    border-radius: 40px;
    border: 1px dashed rgb(255 255 255 / 70%);
    padding: 13px 0px 12px 50px;
    width: calc(50% + 50px);
    margin-left: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
}

.block-btn:hover .btn {
    position: absolute;
    width: 100%;
    color: #fff;
}

.footer-bottom {
    background: #040E3A;
    padding: 30px 0;
    position: relative;
}

.footer-bottom .cnt {
    display: flex;
    align-items: center;
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer-menu {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 0 0 0 100px;
    margin: 0 auto 0 0;
    width: 100%;
}

.footer-menu-item {
    margin: 0;
}

.footer-menu-item a {
    padding: 10px 0;
}

.footer-copyright {
    font-size: 12px;
    text-align: right;
    line-height: 1.2;
    margin: 0 0 -15px;
}

.footer .copy {
    font-size: 0.6em;
    opacity: 0.5;
}

.razrab {
    display: inline-block;
    opacity: 0.5;
}

.title-colum {
    flex-direction: column;
}

.content {
    display: flex
}

.right-content {
    width: 440px;
}

.left-content {
    width: calc(100% - 440px);
    padding: 0 100px 0 0;
}

.aside-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aside-menu-item {
    margin: 0 0 30px;
}

.aside-menu-item a {
    text-decoration: none;
    background: linear-gradient(155.7deg, #8465C8 14.01%, #8662B4 20.61%, #4C4494 46.66%, #4151A1 65%, #25539E 81.14%);
    padding: 20px 50px;
    border-radius: 8px;
    display: block;
    text-align: center;
    color: #fff;
}

.aside-menu-item a:hover {
    background: linear-gradient(155.7deg, #4C4494 16.95%, #4151A1 45.93%, #25539E 73.81%, #25539E 84.45%);
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.aside-block {
    margin: 0 0 60px
}

.aside-block:last-child {
    margin: 0
}

.block-globus-small {
    padding: 50px 30px;
    background: linear-gradient(99.73deg, #050829 0.18%, #095BB7 87.95%, #0073C4 99.72%);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.block-globus-small-img {
    padding: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 30px rgb(255 255 255 / 50%), inset 0 0 30px rgb(255 255 255 / 20%);
    animation: circle 3s linear infinite;
}

.block-globus-small-img:before {
    content: '';;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(155.7deg, #8465C8 14.01%, #8662B4 20.61%, #4C4494 46.66%, #4151A1 65%, #25539E 81.14%);
    top: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -55%);
    box-shadow: 0 0 30px #8465c8;
}

.block-globus-small img {
    display: block;
    animation: circle-ctrl 3s linear infinite
}

.block-globus-small .btn {
    position: absolute;
    transform: translateY(30px);
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle-ctrl {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.section.blog-related {
    padding-top: 0;
}

.blog-section-top {
    padding-bottom: 60px
}

.all-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.all-related {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.all-btn {
    margin: 30px 0 0;
    text-align: right;
}

.all-btn a {
    text-decoration: none;
    padding: 5px;
}

.pagination-more .btn {
    margin-top: 50px
}

.blog-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    overflow: hidden;
    background: #095bb7;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.blog-item .btn {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #0072C0 0%, #0B90EB 50%, #0072C0 100%);
    border-radius: 0;
}

.blog-item-img {
    display: block;
    opacity: 0.3;
    transition: all 0.3s ease;
    width: 100%;
}

.blog-item-img img {
    display: block;
    width: 100%;
}

.blog-item-name {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    line-height: 1.2;
}

.blog-item-name:last-child {
    margin: 0
}

.blog-item-intro {
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: auto;
}

.blog-item-parent {
    font-weight: 300;
    line-height: 1;
}

.blog-item-info {
    background: #fff;
    padding: 30px 30px;
    color: #000;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: 100%;
}

.blog-item:hover .blog-item-img {
    opacity: 1
}

.blog-item:hover .btn {
    display: flex;
    opacity: 1;
    box-shadow: none;
}

.blog-page-img {
    border-radius: 10px;
    display: block;
    margin: 0 auto 30px;
}


.ec-message {
    padding: 30px !important;
    border-radius: 0px !important;
}

.page-comm-ent {
    background: #282c55;
    color: #fff;
    padding: 0px 7px;
    font-size: 0.6em;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.form-group {
    margin-bottom: 20px
}

.anti-subject {
    position: absolute;
    left: -99999px
}

.faq-content.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 100px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.faq-item:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    width: calc(100% - 60px);
    padding-top: 0px;
}

.faq-btn {
    display: inline-block;
    width: 250px;
    text-align: center;
}

.popup-faq-form {
    display: none
}

.faq-item-title {
    font-size: 1.5em;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.faq-item-title:hover {
    color: #8662b4;
}

.faq-item-title i {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 1;
}

.faq-item-title i:after {
    content: '';
    position: absolute;
    border-radius: 50px;
    padding: 2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    transition: all 1s ease;
    background: linear-gradient(45deg, #563d8e, #223387);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.open .faq-item-title i:before {
    content: '\f068'
}

.open .faq-item-title i:after {
    transform: rotate(360deg)
}

.faq-item-reply {
    font-weight: 300;
    display: none;
    padding: 30px 0;
}

.open .faq-item-reply {
    display: block
}

.faq-category-item {
    text-decoration: none;
    background: linear-gradient(155.7deg, #8465C8 14.01%, #8662B4 20.61%, #4C4494 46.66%, #4151A1 65%, #25539E 81.14%);
    padding: 20px 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    margin: 0 30px 30px 0;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease;
}

.faq-category-item:hover, .faq-category-item.active {
    background: linear-gradient(155.7deg, #4C4494 16.95%, #4151A1 45.93%, #25539E 73.81%, #25539E 84.45%);
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.faq-category-item:last-child {
    margin-right: 0
}

video {
    border-radius: 12px;
    margin: 0 0 30px;
    width: 100%;
}

.iframe-wrap {
    position: relative;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 545px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 0 30px;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

@media (max-width: 1460px) {
    .cnt {
        width: auto;
        padding-right: 50px;
        padding-left: 50px;
    }

    .all-items {;
        grid-gap: 30px;
    }

    .right-content {
        width: 300px;
    }

    .left-content {
        width: calc(100% - 300px);
        padding: 0 50px 0 0;
    }

    .footer-top .cnt {
        width: calc(100% - 20%);
    }

    .block-btn .btn {
        width: 200px;
        padding: 15px 30px
    }

    .section.home-about {
        padding-left: 50px;
        padding-right: 50px
    }

    .stage-content:after {
        left: -220px
    }

    .section.form-gorizontal {
        padding-left: 50px;
        padding-right: 50px
    }

    .stage-content {
        grid-gap: 40px;
    }

    .section.home-referral {
        padding-left: 50px;
        padding-right: 50px
    }

    .footer-block-btn {
    }

    .home-social-img img {
        width: 150px
    }

    .home-referral-text {
        padding: 0 50px
    }

    .referral-btn {
        right: 50px
    }

    .home-referral .stiker-right {
        right: 350px;
        transform: translate(-50%, -50%);
    }

    .home-top-info {
        max-width: 550px;
        width: 100%;
    }

    .home-top-globus {
        right: -50px
    }

    .block-globus-big-img img {
    }

    .home-about-img {
        right: -200px
    }

    .advant-item-title {
        font-size: 30px
    }
}

@media (max-width: 1300px) {
    .advant-item {
        width: calc(25% - 30px);
    }

    .stiker-left {
        left: -107px;
    }

    .stiker-right {
        right: -17px;
    }
}

@media (max-width: 1200px) {
    .section {
        padding: 60px 0;
    }

    .blog-section-top {
        padding-bottom: 40px
    }

    .footer-top .cnt {
        justify-content: space-between;
    }

    .footer-block {
        width: auto;
    }

    .footer-block-btn {
        width: 370px;
    }

    .block-btn span {
        font-size: 14px;
        padding: 13px 30px 12px 60px;
    }

    .footer-menu {
        width: 100%;
        padding: 0;
        justify-content: flex-start;
    }

    .footer-menu-item {
        margin: 0 30px 0 0
    }

    .footer-menu-item:last-child {
        margin: 0
    }

    .referral-text {
        font-size: 16px
    }

    .home-stage .cnt {
        padding-left: 160px;
    }

    .stage-content:after {
        left: -120px
    }

    .home-social-img img {
        width: 100px
    }

    .home-top-globus {
        right: -25%;
        top: 25%;
    }

    .advatn-item-info {
        padding: 20px
    }

    .advant-item-title {
        font-size: 26px;
        margin: 0 0 5px
    }

    .advant-item-text {
        font-size: 14px
    }

    .menu ul li {
        margin: 0 30px 0 0;
    }
}

@media (max-width: 1100px) {
    .all-items {
        grid-template-columns:1fr 1fr
    }

    .news-item-name {
        font-size: 18px;
        line-height: 1.2
    }

    .stiker-left {
        display: none
    }

    .stiker-right {
        display: none
    }

    .home-referral-text {
        padding: 0 30px;
        width: calc(100% - 380px);
    }

    .home-referral .stiker-right {
        right: 400px;
    }

    .home-referral .stiker-right i:nth-child(2) {
        display: none
    }
}

@media (max-width: 991px) {
    .cnt {
        padding-right: 30px;
        padding-left: 30px;
    }

    .page-503 h1 br {
        display: none
    }

    .menu {
        position: fixed;
        width: 270px;
        padding: 40px 40px;
        left: -270px;
        background: #0B1C5F;
        height: 100%;
        z-index: 999;
        top: 0;
        overflow-y: auto;
        align-items: flex-start;
    }

    .open .menu {
        transform: translate(270px, 0);
        -webkit-transform: translate(270px, 0);
        -o-transform: translate(270px, 0);
        -moz-transform: translate(270px, 0);
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        box-shadow: 0 -20px 20px 0px rgba(0, 0, 0, 0.2)
    }

    .menu li a {
        color: #fff;
        text-align: left;
        padding: 5px 0;
    }

    .menu .active > a:after, .menu li a:hover:after {
        left: -10px;
        top: 50%;
        height: calc(100% - 10px);
        width: 2px;
        transform: translateY(-50%);
    }

    .first.level1 > a {
        width: 100%;
        white-space: normal
    }

    .first.level1 > a:after {
        position: initial
    }

    .sub-menu ul li a {
        opacity: 0.7;
        padding: 5px 0;
        font-size: 14px;
        color: #fff;
    }

    .menu ul {
        flex-direction: column;
        text-align: left;
        justify-content: start;
        align-items: start;
        padding: 0;
    }

    .menu ul li {
        margin: 0px 0px 15px !important;
        padding: 0;
        border: 0;
        width: 100%;
    }

    .sub-menu ul li {
        margin: 0 !important
    }

    .sub-menu ul, .sub-menu .sub-menu ul {
        display: block;
        position: initial;
        box-shadow: none;
        width: auto;
        padding: 0 0 0 20px;
        background: none;
    }

    .menu-icon {
        display: block;
        font-size: 35px;
        color: #fff;
        margin: 4px 20px 0 0;
        line-height: 1;
    }

    .logo {
        display: block;
        text-align: center;
        margin-right: auto;
    }

    .logo img {
        width: 50px;
    }

    .content {
        flex-wrap: wrap;
    }

    .wrapp-content {
        flex-wrap: nowrap;
    }

    .right-content {
        width: 100%;
    }

    .left-content {
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }

    .footer-block {
        margin: 0 30px 50px;
    }

    .footer-block-btn {
        width: 100%;
        margin: 0;
    }

    .footer-block-btn .block-btn {
        width: 370px;
        margin: 0 auto
    }

    .footer-top .cnt {
        justify-content: center;
    }

    .footer-bottom .cnt {
        flex-wrap: wrap
    }

    .footer-block.footer-menu {
        justify-content: center;
        margin: 0 0 15px;
    }

    .footer-copyright br {
        display: none;
    }

    .footer-copyright {
        text-align: center;
        width: 100%;
    }

    .footer-copyright a {
        margin: 0 15px 0 0
    }

    .header-btn {
        font-size: 12px;
        padding: 15px 25px
    }

    .all-related {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .faq-content.active {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .tabs-caption {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        margin: 0 0 40px
    }

    .faq-category-item {
        margin: 0;
        padding: 15px;
    }

    .faq-item-title {
        font-size: 1.2em
    }

    .footer-top .title-2 {
        margin: 0 0 50px
    }

    .section.home-top {
        padding-top: 100px
    }

    .home-top-info {
        padding-top: 50px
    }

    .home-stage .cnt {
        padding-left: 30px
    }

    .stage-content:after {
        left: -56px;
    }

    .section.home-about {
        padding-left: 30px;
        padding-right: 30px
    }

    .section.form-gorizontal {
        padding-left: 30px;
        padding-right: 30px
    }

    .section.home-referral {
        padding-left: 30px;
        padding-right: 30px
    }

    .home-about-content {
        padding: 0
    }

    .stage-content {
        grid-gap: 30px;
    }

    .home-offers-content {
        grid-template-columns: 1fr 1fr
    }

    .advant-item {
        width: calc(25% - 15px);
    }

    .advatn-item-info {
        padding: 5px;
    }

    .advant-item:last-child .advant-item-text {
        margin: 0 0 -5px;
    }

    .advant-item-text {
        font-size: 12px;
        padding: 0 10px;
    }

    .form-gorizontal .cnt {
        padding: 30px 20px;
    }

    .block-globus-big-img {
        padding: 50px;
    }

    .block-globus-big-img:before {
        left: 10px;
    }

    .home-top-globus {
        width: 700px;
        height: 700px;
    }

    .iframe-wrap.ssgportal {
        height: 460px;
    }
}

@media (max-width: 767px) {
    h1, .title-1 {
        font-size: 30px;
        margin: 0px 0 30px;
    }

    h2, .title-2 {
        font-size: 26px;
    }

    .footer-block {
        padding: 0;
        text-align: center;
        flex-wrap: wrap;
    }

    .footer-block img {
        position: initial;
        display: block;
        margin: auto
    }

    .referral-btn {
        width: 100px;
        height: 100px;
        font-size: 16px;
        text-align: center;
        line-height: 1;
        right: 30px;
    }

    .home-referral-text {
        padding: 0 30px;
        width: calc(100% - 200px);
    }

    .home-referral .stiker-right {
        right: 250px;
    }

    .form-g .form {
        flex-direction: column;
    }

    .form-g .form .pole-btn {
        width: 100%
    }

    .form-g .form .pole-btn .btn {
        width: 100%
    }

    .stage-content {
        grid-template-columns: 1fr 1fr
    }

    .home-social-content {
        flex-direction: column;
    }

    .home-social-img {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
        border: 0;
    }

    .home-social-text {
        width: 100%
    }

    .block-globus-small .btn {
        padding: 15px 30px
    }

    .block-globus-small {
        padding: 20px
    }

    .home-top-stiker span {
        margin: 0 15px;
        line-height: 1.2;
    }

    .section.home-advant {
        padding-bottom: 30px
    }

    .home-advant-content {
        flex-wrap: wrap
    }

    .advant-item {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .blog-item-name {
        font-size: 16px
    }

    .home-top-globus {
        width: 500px;
        height: 500px;
    }

    .iframe-wrap.ssgportal {
        height: 75vh;
    }
}

@media (max-width: 567px) {
    .all-items {
        grid-template-columns:1fr
    }

    .all-related {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    h1, .title-1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    h2, .title-2 {
        font-size: 20px;
    }

    .footer-top {
        border-radius: 100% 100% 0 0/ 50px;
    }

    .footer-block {
        margin: 0 15px 30px
    }

    .footer-block-btn {
        margin: 0
    }

    .cnt {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section.home-about {
        padding-left: 20px;
        padding-right: 20px
    }

    .section.form-gorizontal {
        padding-left: 20px;
        padding-right: 20px
    }

    .section.home-referral {
        padding-left: 20px;
        padding-right: 20px
    }

    .blog-item-info {
        padding: 20px
    }

    .home-stage .cnt {
        padding-left: 20px
    }

    .advant-item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .form-gorizontal .cnt {
        padding: 30px 10px;
    }

    .footer-menu-item a {
        padding: 5px 0
    }

    .aside-menu-item {
        margin: 0 0 20px;
    }

    .tabs-caption {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .stage-content {
        grid-template-columns: 1fr
    }

    .home-top-globus {
        top: auto;
        bottom: -50%;
        right: -50%;
    }

    .home-top .cnt {
        padding-bottom: 60px;
    }

    .home-top-stiker {
        margin: 0;
    }

    .home-top-stiker .cnt {
        padding-bottom: 0
    }

    .block-btn span {
        background: #0d2259
    }

    .home-offers-content {
        grid-template-columns: 1fr
    }

    .home-social-img img {
        width: 20%;
        padding: 0
    }

    .stage-content:after {
        display: none
    }

    .home-stage-title img {
        width: 70px;
        transform: translateY(0%);
        top: 0;
    }

    .home-stage-title {
        position: relative;
        padding-right: 60px;
        font-size: 22px;
    }

    .home-about-content {
        font-size: 16px
    }

    .home-about .cnt {
        padding: 30px;
        min-height: auto;
    }

    .home-referral .cnt {
        flex-wrap: wrap;
        padding: 20px;
    }

    .home-referral-text {
        padding: 0;
        width: 100%;
        margin: 0 0 30px;
    }

    .referral-btn {
        position: initial;
        transform: none;
    }

    .home-referral .stiker-right i {
        font-size: 130px;
        line-height: 100px;
        width: 20px;
    }

    .home-referral .stiker-right {
        left: 118px;
        right: auto;
        bottom: 20px;
        top: auto;
        transform: none;
    }

    .home-referral .stiker-right i:nth-child(2) {
        display: inline-block;
    }

    .form-gorizontal .cnt:before {
        display: none
    }

    .form-gorizontal .cnt:after {
        display: none
    }

    .block-globus-big-img:before {
        left: 5px;
    }

    .wrapp-content {
        padding: 20px
    }
}

@media (max-width: 450px) {
    .footer-block-btn .block-btn {
        width: 100%;
        flex-direction: column;
    }

    .footer-block-btn .block-btn .btn {
        width: 100%
    }

    .footer-block-btn .block-btn span {
        display: none;
    }

    .tabs-caption {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .faq-btn {
        width: 100%;
        margin: 0 0 30px
    }

    .block-btn span {
        display: none
    }

    .block-btn .btn {
        position: initial
    }

    .home-top-globus {
        bottom: -25%;
        width: 400px;
        height: 400px;
    }

    .block-globus-big-img {
        padding: 30px;
    }

    .advant-item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .advant-item-title {
        font-size: 20px;
    }

    .home-top-info {
        padding-top: 30px
    }

    .section.section-top {
        padding-top: 100px;
    }

    .header-btn {
        width: 100px;
        padding: 5px 15px;
        text-align: center;
        line-height: 1;
        display: block;
    }

    .langs {
        font-size: 14px;
    }

    .lang-btn {
        height: 30px
    }
}

@media (max-width: 370px) {
    .menu-icon {
        margin: 3px 10px 0 0;
    }

    .header-btn {
        width: 80px
    }

    .langs {
        margin: 0 10px 0 0
    }

    .langs i {
        display: none
    }

    .lang-btn {
        padding: 5px 10px;
        height: 25px;
    }

    .home-top-globus {
        width: 300px;
        height: 300px;
    }
}
