body{
    margin: 0;
    padding: 0;
}
.border-arrow-white{
    border: 1px solid white;
    border-radius: 100%;
}
.blog-content{
    max-height: 100%;
    height: 310px;
}
.blog-vr{
    width: 1px;
    height: 22.1px;
    color: #CDCACA;
}
.vr-silver{
    height: 200px;
    border: 1px #C8CBD2 dashed ;
    width: 1px;
    left: 27%;
    top: 30%;
}
.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.c-pointer {
    cursor: pointer;
}
hr{
    border: 1px solid #CDCACA;
    background-color: #CDCACA;
    opacity: .5;
    margin: 0;
    padding: 0;
}
.hr-blog{
    color: #D1D1D1;
}
.hr-light-silver{
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    opacity: 1;
    margin: 0;
    padding: 0;
}
.hr-blue{
    border: 2px solid #06A7DD;
    background-color: #06A7DD;
}
.hr-white{
    border: 1px solid white;
    opacity: 1;
}
.h-200px{
    height: 200px;
}
.h-video{
    height: 380px!important;
}
ul{
    padding: 0;
}
ol li{
    display: flex;
}
.marker-blue li{
    list-style-type: none;
    display: flex;
}
.marker-blue li:before{
    content: url('../images/icons/marker.svg') !important;
    margin-right: 0.8em;
}
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: counter;
}
.transparent-scroll, .modal {
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
}
.modal-backdrop {
    background: #5A9EDD;
}
.modal-backdrop.show {
    opacity: .6;
}

.transparent-scroll::-webkit-scrollbar, .modal::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.transparent-scroll::-webkit-scrollbar-track, .modal::-webkit-scrollbar-track {
    background-color: transparent;
}

.transparent-scroll::-webkit-scrollbar-thumb, .modal::-webkit-scrollbar-thumb {
    background-color: transparent;
}
ol li::before {
    margin-right: 2.75em;
    content: counter(counter, decimal-leading-zero);
    counter-increment: counter;
}
a{
    text-decoration: none;
}
.avatar-reviews-bg-silver{
    background: #E5E5E5;
}
.navbar {
    z-index: 99;
    min-height: 55px;
}
.navbar a {
    text-decoration: none;
}
.navbar-brand {
    height: 55px;
}
.navbar a:not(.btn):hover {
    color: #06A7DD!important;
}
.navbar .navbar-toggler {
    padding: 0;
    opacity: 1;
    border: 0;
    outline: none;
    border-radius: 0;
    font-size: unset;
}
.navbar-toggler.collapsed .close-menu, .navbar-toggler:not(.collapsed) .open-menu {
    display: none;
}
.brand-icon{
    height: 150px;
}
.bd-home{
    background-size: cover;
    height: 110vh;
}
.bg-gradient-down-home{
    height: 25%;
    background-image: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 100%);
}
.bg-gradient-up-home{
    height: 15%;
    background-image: linear-gradient(to top, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 100%);
}
.black-overlay{
    /*z-index: 1;*/
    background: rgba(0, 0, 0, 0.5);
}
.service-card-overlay{
    /*z-index: 1;*/
    background: rgba(0, 0, 0, .5);
}
.blog-overlay{
    background: rgba(0, 0, 0, 0.4);
}
.bg-silver{
    background-color: #E5E5E5;
}
.bg-silver-gr{
    background: radial-gradient(241.03% 118.17% at 64.56% 96.27%, #2F3138 0%, #4D4E56 75.84%);
}
.benefits-img{
    width: 76.6px;
    height: 76.6px;
}
.btn{
    text-transform: none!important;
}
.btn-black {
    background-color: #1D1D1D;
    color: #f5f3e2;
    padding: 12px 28px 12px 28px!important;
}
.btn-black:hover {
    background-color: #322e2e;
}
.btn-black:active {
    background-color: #322e2e!important;
}
.btn-add{
    width: 56px;
    height: 56px;
    background-color: white;
    cursor: pointer;
    border-radius: 100px;
    position: relative!important;
    text-align: center;
    margin: auto;
    vertical-align: baseline!important;
}
.btn-white{
    background-color: white;
    padding: 12px 0 12px 0!important;
}
.btn-white:hover {
    background: #f5f5f5;
    color: #06A7DD;
}
.btn-purple{
    background-color: #8249DC;
    padding: 12px 0 12px 0!important;
}
.btn-purple:hover {
    background: #6E35C8;
}
.btn-blue{
    background-color: #06A7DD;
    padding: 12px 0 12px 0!important;
}
.btn-menu-blue{
    background-color: #06A7DD;
    padding: 12px 28px 12px 28px!important;
}
.btn-blue:hover, .btn-menu-blue:hover {
    background: #0093C9;
}
.btn-minus{
    width: 56px;
    height: 56px;
    background-color: black;
    border-radius: 100px;
}
.btn-job{
    color: black;
    padding: 12px 28px 12px 28px!important;
    background: #ffffff;
    border-radius: 50px;
}
.btn-job.active{
    color: white;
    background: #06A7DD;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.cover-image{
    height: 666px;
}
.cover-service-image{
    height: 666px;
}
.contact-margin-top{
    margin-top: 192px;
}
.card-blue{
    background-color: #06A7DD;
}
.card-red{
    background-color: #FB2D7F;
}
.card-purple{
    background-color: #8249DC;
}
.card-red.digital-padding{
    padding: 50px 50px 50px 50px;
    border-radius: 20px 0 0 20px;
}
.card-purple.digital-padding{
    padding: 50px 50px 50px 50px;
    border-radius: 20px 0 0 20px;
}
.card-image-digital-rounded{
    border-radius: 0 20px 20px 0;
}
.card-silver{
    background-color: #E5E5E5;
}
.card-p-40{
    padding: 40px!important;
}
.card-img-height{
    height: 100%;
}
.card-brand{
    height: 380px;
}
.card-brand-black-bg{
    background-color: #131213;
}
.card-brand-pink-bg{
    background-color: #DEDEEF;
}
.card-brand-learning-ef{
    background-color: #1B1612;
    padding: 40px;
}
.card-contacts{
    background-color: #E5E5E5;
    height: 370px;
    padding: 24px 30px 24px 30px;
}
.card-body .text-container {
    flex: 1;
}
.circle-about-white{
    width:32px;
    height: 32px
}
.circle-about-blue{
    width:13.33px;
    height: 13.33px;
}
.circle-white{
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}
.circle-white img{
    right: -45%;
    top: -30%;
}
.circle-director{
    width: 60px;
    height: 60px;
    background: #E5E5E5 ;
    border: 4px solid white;
    top: 60%;
    right: -10%;
}
.director-avatar{
    width: 140px;
    height: 140px;
}
.dark-overlay {
    background: linear-gradient(180deg, rgba(33, 45, 66, 0) 0%, #212D42 100%);
}
.dark-gr-card-overlay{
    background: linear-gradient(0deg, #191919 0%, rgba(0, 0, 0, 0.00) 100%);
}
.black-overlay-gr{
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.dropdown-toggle.nav-link::after {
    content: url('../images/icons/arrow-nav-black-down.svg')!important;
    border: none!important;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    vertical-align: middle;
}
.dropdown-toggle.nav-link.show::after {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(71%) sepia(83%) saturate(3097%) hue-rotate(183deg) brightness(100%) contrast(90%);
}
.dropdown-toggle.nav-link.show {
    color: #06A7DD!important;
}
.dropdown-toggle.blog-filter::after {
    content: none;
    border: none!important;
}
.dropdown-toggle.nav-link.show::before {
    content: url('../images/icons/arrow-menu.svg')!important;
    display: block;
    position: absolute;
    top: 75%;
    left: 75%;
}
.dropdown-menu{
    border: none;
    background: #ffffff;
}
.dropdown-toggle.more::after{
    content: none;
}
.offer-margin-top{
    margin-top: 152px;
}
.form-offer{
    border: none;
    min-height: 57px;
    border-radius: 10px;
    padding: 4px 24px 4px 24px;
    background: white;
}
.form-offer input{
    background: none;
    border: 0;
}
.from-cke {
    overflow-x: auto;
}
.from-cke p {
    font-size: 1.125em;
    font-weight: 300;
}
.from-cke a {
    color: #06A7DD;
}
.from-cke strong{
    font-weight: 700;
}
.from-cke ul li{
    list-style-type: none;
    font-size: 1.125em;
    margin-top: 12px;
    font-weight: 300;
}
.from-cke ol li{
    margin-top: 12px;
    font-size: 1.125em;
    font-weight: 300;
}
.from-cke ul li:before{
    content: url('../images/icons/marker.svg') !important;
    margin-right: 0.8em;
}
.from-cke img {
    max-width: 100%;
    height: auto !important;
    border-radius: 20px;
    aspect-ratio: unset !important;
}
.from-cke td, .from-cke th {
    border: 1px solid #052A34;
    border-collapse: collapse;
    padding: 5px;
}
.from-cke blockquote {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 28px 32px 28px 32px;
}
.title-home-100{
    font-size: 100px;
    color: #242424;
    line-height: 110px;
    font-weight: 500;
    bottom: 20%;
}
.title-service{
    margin-top: 20% ;
    position: relative;
    z-index: 2;
}
.home-arrow{
    width: 46px;
    height: 51px;
}
.text-white .dropdown-toggle::after {
    content: url('../images/icons/arrow-nav-white-down.svg') !important;
}
.text-blue{
    color: #06A7DD!important;
}
.text-pink{
    color: #FB2D7F;
}
.text-black{
    color: #242424!important;
}
.text-dark{
    color: #666666!important;
}
.text-silver{
    color: #979292!important;
}
.text-grey{
    color: #BBC4C7!important;
}
.text-service-card{
    color: #242424;
}
.has-inner-image {
    position: relative;
}
.img-cover {
    object-fit: cover;
}
.img-block-rel {
    padding-bottom: 50%;
    position: relative;
}
.img-block-rel img, .img-block-rel iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%;
    border-radius: 20px;
}
.inner-image {
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rounded-15{
    border-radius: 15px;
}
.row-scrollable {
    white-space: nowrap;
}
.row-scrollable .row {
    display: flex;
}
.page-link {
    background: #FFFFFF !important;
    border-radius: 8px !important;
    margin: 0 10px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5A5546;
}
a.page-link:hover {
    color: #5A5546 !important;
}
.page-link{
    padding: 0!important;
    margin: 0 5.5px 0 0!important;
}
.page-item.active .page-link {
    background: #06A7DD !important;
    border: none;
}
.nav-tabs.policy {
    border-bottom: none;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
}
.nav-tabs.policy .nav-item {
    padding-top: 25px;
    padding-bottom: 25px;
}
.nav-tabs.policy .nav-link,
.nav-tabs.policy .nav-link:hover {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}
.nav-tabs.policy .nav-item:not(:last-child) {
    border-bottom: 1px solid #06A7DD;
}
.nav-tabs.policy .nav-link.active {
    position: relative;
}
.nav-tabs.policy .nav-link.active::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #06A7DD;
    height: 100%;
    width: 8px;
    left: -25px;
    top: 0;
}
input::placeholder, textarea::placeholder {
    color: #829499;
}
.radio-r {
    min-width: 24px;
    height: 24px;
    border: 1px solid #CCD2DE;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
input:checked + .radio-r::after {
    position: absolute;
    display: block;
    content: '';
    background: #06A7DD;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50%;
    transition: .3s;
}

.checkbox-r {
    min-width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #F0F1F3;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

input:checked + .checkbox-r {
    background: #06A7DD !important;
}
input:checked:disabled + .checkbox-r {
    background: #CCD2DE !important;
}
input:checked + .checkbox-r::after {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 10px;
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    transform: rotate(-45deg);
    transition: .3s;
    top: 4px;
    left: 4px;
}
.radio-label {
    display: block;
    padding: 8px 16px;
    background: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
}
input:checked + .radio-label {
    background: #06A7DD;
    color: #FFFFFF;
}
.star-checkbox {
    color: #DADADA;
}
input:checked + .star-checkbox {
    color: #FFC700;
}
.link-filter{
    background-color: #FFFFFF;
    color: black;
}
.link-filter.active{
    background-color: #06A7DD;
    color: white;
}
.link-filter.active img{
    filter: brightness(0) invert(1) contrast(2);
}
.slick-dots li {
    width: 32px!important;
    height: 4px!important;
    margin: 0 6px;
    background: #FFFFFF;
    border-radius: 10px;
}
.slick-dots li.slick-active {
    background: #06A7DD;
}
.slick-dots li button::before {
    display: none;
}
*[data-bs-toggle].btn-add:not(.collapsed){
    background-color: black;
    align-items: center!important;
    justify-content: center!important;
}
*[data-bs-toggle].btn-add:not(.collapsed):before{
    position: absolute!important;
    margin: auto;
    top: 12%!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    text-align: center!important;
    vertical-align: baseline!important;
    content: url('../images/icons/minus.svg') !important;
}
[data-bs-toggle].btn-add.collapsed:before {
    position: absolute;
    margin: auto;
    top: 12%!important;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    vertical-align: baseline!important;
    content: url('../images/icons/add.svg') !important;
}
*[data-bs-toggle].btn-vacancies:not(.collapsed):before{
    display: flex;
    cursor: pointer;
    content: url('../images/icons/minus-blue.svg') !important;
}
[data-bs-toggle].btn-vacancies.collapsed:before {
    display: flex;
    cursor: pointer;
    content: url('../images/icons/plus-blue.svg') !important;
}
.view-more.show{
    animation: rotate 1s linear infinite;
    transform: rotate(-180deg);
}
.avatar-select {
    aspect-ratio: 1;
    border-radius: 10px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.footer{
    background-color: #242424;
}
.z-10{
    z-index: 10;
}

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

.swiper-slide img {
    max-height: 100vh;
    max-width: 100%;
    object-fit: contain;
}

/* Btn Swiper */
.swiper-button-next,
.swiper-button-prev {
    width: 3.5rem!important;
    height: 3.5rem!important;
    border-radius: 50%;
    background: white;
    top: 50%!important;
    transform: translateY(-50%)!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1050;
}

/* Swiper Arrow */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.5rem!important;
    color: black;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.85);
}

.btn-close{
    z-index: 1005;
    opacity: 1;
}

.mobile-scroll-x > * {
    white-space: nowrap;
}

img.lazyload, .home-arrow {
    font-size: 0; /* убираем текст, если alt показывается */
    color: transparent;
    text-indent: -9999px;
}

.rotate-arrow {
    transition: transform 0.3s ease;
}

.dropdown-toggle.show .rotate-arrow {
    transform: rotate(180deg);
}



