body {
    font-family: 'Satoshi';
    background-color: #F8FAFC;
    background-image: url(../images/bg.svg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 1280px auto;
    max-width: 100%;
    overflow-X: hidden;
}

.btn-primary {
    background: #193CB8;
    border-color: #193CB8;
    border-radius: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px
}

.btn-primary:hover {
    background: #1972F0;
    border-color: #1972F0
}

.btn-secondary {
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    border-radius: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #45556C;
}

.btn-secondary:hover {
    background: #45556C;
    border-color: #45556C;
    color: #fff;
}

.mb-120 {
    margin-bottom: 120px
}

.mb-200 {
    margin-bottom: 200px !important;
}

header {
    padding: 16px 0;
    margin-bottom: 68px;
}

.topMenu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.topMenu ul li a {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 10px;
    line-height: 22px;
    color: #0F172B;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.topMenu ul li:hover a {
    color: #1a72f0
}

.topMenu ul li + li {
    margin-left: 12px;
}
.topMenu ul li {
    position: relative;
    
}
.topMenu ul li ul {
    position: absolute;
    display: none;
min-width: 166px;

background: #193CB8;
border-radius: 20px;
    padding: 10px 15px;

}
.topMenu ul li ul li + li {
    margin-left: 0;
}

.topMenu ul li:hover ul {
    display: block;
}
header .topMenu ul ul li a {
    border-radius: 10px;
    color: #fff !important
}

body header .topMenu ul ul li:hover  a:hover{
    background: rgba(255, 255, 255, 0.2);
        color: #fff;
}
body:has(#homeSlider) > header .topMenu ul ul{
    
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(5px);
}
header .dropdown-toggle {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0F172B;
    text-decoration: none;
    padding: 12px 13px;
}

header .dropdown-toggle img {
    margin-right: 12px;
}

header .dropdown-toggle::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/ico-arrow-down.svg);
    background-size: cover;
    background-position: center;
    border: 0
}

.headerRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.headerRight .btn-primary {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;

}
.headerRight .btn-primary .icon {
    display: none;
}
header .dropdown-menu {
    padding: 5px 10px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 15px
}

header .dropdown-menu li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 15px;
}

header .dropdown-menu li a img {
    width: 16px;
    margin-right: 5px
}

header .dropdown-menu li a:hover {
    background: #193CB8;
    color: #fff
}

body:has(#homeSlider) > header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

body:has(#homeSlider) > header .logo img {
    filter: brightness(0) invert(1);
}

body:has(#homeSlider) > header .topMenu ul li a {
    color: #fff;
}

body:has(#homeSlider) > header .topMenu ul li a:hover {
    color: #1972F0
}

body:has(#homeSlider) > header .dropdown-toggle {
    color: #fff;


    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 16px;

}

body:has(#homeSlider) > header .headerRight .btn-primary {
    background: #fff;
    color: #020618;
    border-color: #fff;
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb-item.active {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #0F172B;
}

.breadcrumb li a {
    color: #45556C;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #1a72f0
}

.pageTitle {
    margin: 20px 0;
    font-weight: 900;
    font-size: 40px;
    line-height: 54px;
    color: #0F172B;
}

.pageContent h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #0F172B;
    margin-bottom: 20px;

}

.pageContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #45556C;
}

.vision {
    margin: 64px 0
}

footer {
    margin-top: 80px;
    padding: 120px 0 80px;
    border-top: 1px solid #E2E8F0;
}


.footerTop {
    max-width: 720px;
    margin: auto;
    margin-bottom: 64px
}

.footerLogo {
    margin-bottom: 36px
}

.footerLogo img {
    height: 36px
}

.footerText {
    max-width: 560px;
    margin: 0 auto 40px;
    text-align: center
}

.footerText strong {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 43px;
    text-transform: uppercase;
    color: #18181B;
}

.footerText p {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #52525B;
}

.subscribeBox {
    display: flex;
    align-items: center;
    max-width: 560px;
    padding: 0 40px;
    margin: auto;
}

.subscribeBox .subscribeInput {
    position: relative;
    width: 100%;
    max-width: 327px
}

.subscribeBox .subscribeInput input {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    padding: 9px 20px 9px 44px;
    background: #FFFFFF;
    border-radius: 30px;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #18181B;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.subscribeBox .subscribeInput input:placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #18181B;

}

.subscribeBox .subscribeInput input:focus {
    border-color: #193CB8
}

.subscribeBox .subscribeInput img {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.subscribeBox .btn-primary {
    width: 100%;
    max-width: 140px;
    padding: 9px 8px 10px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 0.75px 0px rgba(255, 255, 255, 0.2);
    border-radius: 31px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin-left: 8px
}

.footerMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.footerMenu a {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #18181B;
    text-decoration: none;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footerMenu a:hover {
    color: #193CB8
}

.footerMenu a + a {
    margin-left: 40px;
}

.footerMeta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #E4E4E7;
    display: block;
    margin: 0 16px;

}

.social a .icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

}

.social a .icon img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social a:hover .icon img {
    transform: scale(1.2)
}

.social a + a {
    margin-left: 24px
}

.footerInfos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerInfos a {
    display: block;
    padding: 8px 15px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 35px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #18181B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footerInfos a:hover {
    background: #193CB8;
    border-color: #193CB8;
    color: #fff;
}

.footerInfos a + a {
    margin-left: 12px;
}

.copyRight {
    display: block;
    max-width: 720px;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #45556C;
    padding-top: 48px;
    border-top: 1px solid #E2E8F0;
}

.pageTop {
    max-width: 560px;
    margin: 0 auto 80px;
    text-align: center;

}

.refList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}

.refList .refItem {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #F4F4F5;
    padding: 20px 0;
}

.refList .refItem:nth-last-child(-n+4) {
    border-bottom: none;
    padding-bottom: 0;
}

.refList .refItem:nth-child(-n+4) {
    padding-top: 0
}

.refList .refItem:before {
    content: "";
    position: absolute;
    height: 112px;
    width: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #F4F4F5
}

.refList .refItem:nth-child(4n + 1):before {
    display: none;
}

.refList .refItem img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1) webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.refList .refItem:hover img {
    transform: scale(1.2)
}

.contactTop {
    display: flex;
    align-items: center;
    max-width: 560px;
    margin: auto;
    margin-bottom: 96px
}

.contactTop .contactItem {
    display: flex;
    align-items: center;
    width: 50%;
}

.contactTop .contactItem .icon {
    margin-right: 16px;
}

.contactTop .contactItem span i {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #45556C;
    margin-bottom: 4px;
}

.contactTop .contactItem span strong {
    display: block;
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0F172B;
}

.contactTop .contactItem + .contactItem {
    margin-left: 40px;
}

.contactMaps strong {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0F172B;
    margin-bottom: 8px;
}

.contactMaps p {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #45556C;
    margin-bottom: 24px;
}

.contactMaps iframe {
    border-radius: 24px;
    max-width: 100%;
}

.pageForm {
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 0px 25px #E2E8F0;
    border-radius: 20px;

}
.pageForm.contactForm {
    max-width: 560px;
    
}

.pageForm .col-lg-6:nth-child(odd) {
    padding-right: 8px
}

.pageForm .col-lg-6:nth-child(even) {
    padding-left: 8px
}

.pageForm .pageFormTop {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #F1F5F9;
}

.pageForm .pageFormTop strong {
    display: block;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0F172B;
}

.pageForm .pageFormTop p {
    display: block;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #45556C;
}

.formItem {
    margin-bottom: 20px
}

.form-control,
.form-select {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 20px;
    border: 1px solid #F1F5F9;
    background-color: #fff;
    border-radius: 16px;
    outline: none !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #45556C;
}

.form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #45556C;
}

.form-control:focus,
.form-select:focus {
    background-color: #F1F5F9;
    border-color: #E2E8F0;


}

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

.customCheckbox .customCheck {
    position: relative;
    margin-right: 16px;
}

.customCheckbox .customCheck input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.customCheckbox .customCheck input[type="checkbox"] ~ i {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    background: #E2E8F0;
    border-radius: 6px;
    font-style: normal;
}

.customCheckbox .customCheck input[type="checkbox"] ~ i:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    color: #1a3cb8;
    opacity: 0;
}

.customCheckbox .customCheck input[type="checkbox"]:checked ~ i:before {
    opacity: 1;
}

.customCheckbox span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #45556C;
}

.pageForm .btn-primary {
    padding: 12px 12px 11px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    max-width: 250px;

}
.formItem .form-label {
        font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #45556C;
}
.services {
    margin-top: 80px;
}

.boxText strong {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #0F172B;
    margin-bottom: 20px;
}

.boxText p {
    display: block;
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: #45556C;
    margin-bottom: 48px;
}

.boxText .btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    padding: 12px 24px 11px
}

.boxText .btn-secondary {
    font-weight: 500
}

.boxText .photo img {
    max-width: 100%;
}

.boxIconList {
    margin-bottom: 90px
}

.boxIconList .boxIconItem {
    margin-bottom: 30px;
}

.boxIconList .boxIconItem .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #E2E8F0;
    border-radius: 80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.boxIconList .boxIconItem:hover .icon {
    background: #1972f0;
}

.boxIconList .boxIconItem .icon img {
    filter: brightness(0) invert(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.boxIconList .boxIconItem:hover .icon img {
    filter: brightness(0) invert(1);
}

.boxIconList .boxIconItem strong {
    display: block;
    margin: 24px 0 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0F172B;
}

.boxIconList .boxIconItem p {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #45556C;
}

.reviews .reviewsTitle {
    display: block;
    text-align: center;
    margin-bottom: 56px;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 43px;
    text-transform: uppercase;
    color: #020618;
}

.reviews .reviewItem {
    padding: 24px;
    background: #FFFFFF;
    border-radius: 32px;

}

.reviews .reviewItem .logo {
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
    height: 40px;
}

.reviews .reviewItem .logo img {
    max-height: 40px;
    width: auto
}

.reviews .reviewItem .star {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #020618;
}

.reviews .reviewItem .star span {
    margin-left: 8px;
}

.reviews .reviewItem .comments {
    display: block;
    margin: 24px 0 20px;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #020618;
    border-bottom: 1px solid #E2E8F0;
}

.reviews .reviewUser {
    display: flex;
    align-items: center;
}

.reviews .reviewUser .userPhoto {
    margin-right: 24px
}

.reviews .reviewUser .userPhoto img {
    width: 48px;
    height: 48px;
    border-radius: 32px;
}

.reviews .reviewUser .userInfo strong {
    display: block;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #020618;
}

.reviews .reviewUser .userInfo p {
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #45556C;
}

#faq .faqTitle {
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #020618;
    margin-bottom: 56px;
}

#faq .accordion .accordion-item {
    position: relative;
    margin-bottom: 12px;
    border: 0;
    border: 1px solid #F1F5F9;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;

}

#faq .accordion .accordion-header .accordion-button {
    background: transparent;
    border: 0;
    outline: none !important;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #0F172B;
    padding: 24px 30px;
}

#faq .accordion .accordion-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #E2E8F0
}

#faq .accordion .accordion-item:has(.accordion-button[aria-expanded="true"]) {
    background: #fff;
}

#faq .accordion .accordion-item:has(.accordion-button[aria-expanded="true"]):before {
    background: #193CB8
}

#faq .accordion .accordion-item .accordion-body {
    padding: 0 26px 24px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #45556C;
}

#faq .accordion .accordion-button::after {
    background-image: url(../images/icons/ico-arrow-faq.svg);
    width: 20px;
    height: 20px;
    transform: rotate(-180deg)
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important
}
.sliderItem {
    position: relative;
}

.sliderItem .sliderText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 620px;
    max-width: 90%;
    opacity: 0
}

.sliderItem .sliderText strong {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 67px;
    text-align: center;
    color: #FFFFFF;
}

.sliderItem .sliderText p {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 70px;
    margin: 16px 0 72px;
}

.sliderItem .sliderText a {
    display: block;
    width: 145px;
    max-width: 100%;
    padding: 11px 16px 10px;
    margin: auto;
    background: #fff;
    border-color: #fff;
    border-radius: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #020618;
}


.sliderItem .sliderText a:hover {
    background: #1972F0;
    border-color: #1972F0
}

#logoSlider {
    padding: 80px 0 200px
}

#logoSlider .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

#logoSlider .item .icon img {
    width: auto;
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#logoSlider .item .icon:hover img {
    transform: scale(1.1);
}

.callCenterUsersPhotos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.callCenterUsersPhotos .callCenterUsersPhoto + .callCenterUsersPhoto {
    margin-left: 24px
}

#callCenterUsers .boxText {
    text-align: center;
    max-width: 600px;
    margin: 48px auto 0
}

#callCenterUsers .boxText p {
    margin-bottom: 32px;
}

#callCenterUsers .btn-secondary {
    border: 0;
    margin-left: 24px
}

#bannerBoxes {
    margin: 200px 0;
}

#bannerBoxes .bannerBoxesTitle strong {
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;

    color: #18181B;


}

#bannerBoxes .bannerBoxesTitle {
    max-width: 800px;
    margin: 0 auto 64px;
    text-align: center
}

#bannerBoxes .bannerBoxesTitle strong span {
    display: block;
}

#bannerBoxes .bannerBoxesTitle p {
    display: block;
    margin-top: 24px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #45556C;
}

.bannerBoxItem {
    position: relative;
    border-radius: 24px;
    margin-bottom: 28px
}
.bannerBoxItem.banner1 {
    background-size: auto 100%;
}
.bannerBoxItem.banner1 .bannerPhoto {
    position: absolute;
    right: 10px;
    top: 32px;
}

.bannerBoxItem.banner1 {
    padding: 68px 28px 28px;
}

.bannerBoxItem.bigBannerBoxItem .text {
    position: relative;
    z-index: 2
}

.bannerBoxItem.bigBannerBoxItem .text strong {
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 54px;
    color: #020618;
}

.bannerBoxItem.bigBannerBoxItem .text span {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    color: #020618;
}

.bannerBoxItem.bigBannerBoxItem .text p {
    display: block;
    margin: 8px 0 26px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;

    color: #020618;

    opacity: 0.6;


}

.bannerBoxItem.bigBannerBoxItem .text a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 40px;
    border-radius: 24px;
    color: #FFFFFF;
    text-decoration: none;

}

.bannerBoxItem.banner2 {
    padding: 68px 28px 28px;
     background-size: auto 100%;
}

.bannerBoxItem.banner2 .bannerPhoto {
    position: absolute;
    right: 0px;
    top: 32px;
}

.miniBannerBoxItem {
    position: relative;
    height: 319px;
    border-radius: 40px;
    overflow: hidden;
    padding: 32px 32px 24px
}

.miniBannerBoxItem .text {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
}

.miniBannerBoxItem strong {
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 43px;
    color: #FFFFFF;
}

.miniBannerBoxItem span {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}

.miniBannerBoxItem .text a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: auto;
    width: 129px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.miniBannerBoxItem .text a:hover {
    background: rgba(255, 255, 255, 0.5);
}

.miniBannerBoxItem.banner3 strong,
.miniBannerBoxItem.banner3 span {
    color: #020618
}

.miniBannerBoxItem.banner3 {
    background: #BDFF1C;
}

.miniBannerBoxItem.banner3 .bannerPhoto {
    position: absolute;
    left: 67px;
    bottom: 0px
}

.miniBannerBoxItem.banner4 {
    background: #854DFF;
}

.miniBannerBoxItem.banner4 .bannerPhoto {
    position: absolute;
    right: 0px;
    bottom: 0px
}

.miniBannerBoxItem.banner4 .text a {
    margin-left: -8px
}

.miniBannerBoxItem.banner5 {
    background: #193CB8;
}

.miniBannerBoxItem.banner5 .bannerPhoto {
    position: absolute;
    right: 0px;
    bottom: 0px
}

.miniBannerBoxItem.banner5 .text a {
    margin-left: -8px
}

.boxMiniIconList {
    margin-top: 64px;
    padding-top: 64px;
    margin-bottom: 200px;

    border-top: 1px solid #E2E8F0;


}

.blueBgBox {
padding: 104px 0;
background: #020618;
}
.blueBgBox .blueBgBoxTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    max-width: 100%;
    width: 800px;
    margin: 0 auto 80px;
}
.blueBgBox .blueBgBoxTop strong {
  display: block;
    padding: 0 40px;
    margin-bottom: 24px;
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 65px;
text-align: center;
text-transform: uppercase;
}
.blueBgBox .blueBgBoxTop p {
display: block;
    padding: 0 120px;
    margin-bottom: 40px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #CAD5E2;
}
.blueBgBox .blueBgBoxTop .btn-primary{
    padding: 11px 24px !important
}
.blueBgBox .blueBgBoxPhoto img {
    max-width: 100%;
}
.blueBgBoxList {
    margin: 96px auto 0;
    border-top: 0;
    width: 1040px;
    max-width: 100%;
}
.boxIconList.blueBgBoxList  .boxIconItem strong {
 margin: 12px 0 8px;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #FFFFFF;
}
.boxIconList.blueBgBoxList  .boxIconItem p {
font-weight: 500;
font-size: 14px;
line-height: 19px;
color: #CAD5E2;
}
.boxIconList.blueBgBoxList  .boxIconItem {
    position: relative;
    padding: 0 16px;
}
.boxIconList.blueBgBoxList  .boxIconItem:before {
    content: "";
width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1D293D

}
.boxIconList.blueBgBoxList  .boxIconItem:after {
    content: "";
width: 2px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff

}
.futures .futuresTop {
    width: 767px;
    max-width: 100%;
    margin: 0 auto 48px;
}
.futures .futuresTop strong {
display: block;
    margin-bottom: 24px;
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 65px;
text-align: center;
text-transform: uppercase;
color: #020618;

}
.futures .futuresTop  p {
display: block;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #45556C;
}

.futures .futuresItem {
overflow: hidden;
background: #FFFFFF;
border-radius: 24px;

}
.futures .futuresItem .photo {
    width: 100%;
    height: 216px;
    overflow: hidden;
}
.futures .futuresItem .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.futures .futuresItem:hover .photo img {
    transform: scale(1.2)
}
.futures .futuresItem .text {
    padding: 24px;
}
.futures .futuresItem  strong {
 display: block;
    margin-bottom: 8px;
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 150%;

color: #0F172B;

}
.futures .futuresItem p {
display: block;
    margin-bottom: 32px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #45556C;
}
.callCenterUserSlider .callCenterUserSliderItem img{
    transform: scale(0.8)
}

.callCenterUserSlider .callCenterUserSliderItem img {
    transform: scale(0.85);
}
.callCenterUserSlider .active.center .callCenterUserSliderItem img {
    transform: scale(1);
}

.callCenterUserSlider .callCenterUserSliderItem {
    padding: 30px 10px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.item.animate .sliderText {
  animation: fadeInUp 1.5s ease both;
}
.btn-mobileMenu {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border:0
}
.btn-mobileMenu span:before , .btn-mobileMenu span:after {
    content: "";
}
.btn-mobileMenu span , .btn-mobileMenu span:before , .btn-mobileMenu span:after{
    display: block;
    background: #fff;
    width: 15px;
    height: 2px;
    border-radius: 1px;

}
.btn-mobileMenu span:before {
    margin-top: -4px
}
.btn-mobileMenu span:after {
    margin-top: 6px
}

body:has(#homeSlider) > header .btn-mobileMenu span , body:has(#homeSlider) > header .btn-mobileMenu span:before , body:has(#homeSlider) > header .btn-mobileMenu span:after{
    background: #000
}

.mobileCloseMenu {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 200;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    display: none;;
    align-items: center;
    justify-content: center;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:has(#preloader) {
    overflow: hidden
}
#logoLoader {
  width: 100px;
  animation: bounce  1.5s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.headerRight .btn-primary.btn-mobileMenu {
    display: none;
}