:root {
    --duration: 15000ms;
}
.gradient {
    background: radial-gradient(50% 50% at 50% 50%, #080F4F 0%, #004DA7 100%);
}
.gradient-1 {
    background: linear-gradient(180deg, #172163 0%, #4952AA 100%);
}
.gradient-2 {
    background: linear-gradient(180deg, rgba(8,15,79,1) 0%, rgba(0,77,167,1) 100%);
}
.main-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100rem;
    background: radial-gradient(35.22% 35.22% at 50% 50%, #26A4FF 66.15%, #8C98FF 72.92%);
    filter: blur(100px);

}
svg, main {
    position: relative;
}
svg {
    position: absolute;
}

.software-registry {
    margin-bottom: 20px;
    display: flex;
    align-items: center;

    &:before {
        content: '';
        display: block;
        width: 24px;
        height: 25px;
        background: url("../../images/reestr-icon.png");
        background-size: cover;
        margin-right: 10px
    }

    &:after {
        content: '\f105';
        margin-top: 2px;
        margin-left: 12px;
        font-family: 'Font Awesome 5 Free', sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 1;
    }
}

.mover {
    position: absolute;
    height: 40px;
    width: 40px;
    background-image: url("/images/company/sphere-1.png");
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    offset-path: path("M585.734 584.782C631.262 544.944 567.823 397.968 444.038 256.5C320.253 115.033 182.997 32.6455 137.469 72.4833");
    offset-rotate: auto 90deg;
    animation: move-along 9000ms 0ms infinite alternate ease-in-out;
}

.mover-1 {
    position: absolute;
    height: 80px;
    width: 80px;
    background-image: url("/images/company/sphere-1.png");
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    offset-path: path("M137.469 72.4833C91.9399 112.321 155.379 259.298 279.164 400.765C402.949 542.233 540.205 624.62 585.733 584.782");
    offset-rotate: auto 90deg;
    animation: move-along 5000ms 0ms infinite alternate ease-in-out;
}

.mover-2 {
    position: absolute;
    height: 40px;
    width: 40px;
    background-image: url("/images/company/sphere-1.png");
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    offset-path: path("M91.0476 591.028C54.3391 537.884 145.712 392.031 295.135 265.257C444.558 138.483 595.447 78.7946 632.155 131.939");
    offset-rotate: auto 90deg;
    animation: move-along 8000ms 0ms infinite alternate ease-in-out;
}

.mover-3 {
    position: absolute;
    height: 80px;
    width: 80px;
    background-image: url("/images/company/sphere-1.png");
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    offset-path: path("M632.155 131.939C668.864 185.083 577.491 330.935 428.068 457.71C278.645 584.484 127.756 644.172 91.0477 591.028");
    offset-rotate: auto 90deg;
    animation: move-along 15000ms 0ms infinite alternate ease-in-out;
}

.mover-4 {
    position: absolute;
    height: 40px;
    width: 40px;
    background-image: url("/images/company/sphere-1.png");
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    offset-path: path("M9.76051 310.945C14.8982 294.3 176.421 292.682 370.532 307.33C564.642 321.978 717.835 347.347 712.697 363.991");
    offset-rotate: auto 90deg;
    animation: move-along 8000ms 0ms infinite alternate ease-in-out;
}

.mover-5 {
    position: absolute;
    height: 90px;
    width: 90px;
    background-image: url("/images/company/sphere-1.png");
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    offset-path: path("M712.697 363.991C707.56 380.636 546.037 382.255 351.926 367.606C157.816 352.958 4.62273 327.59 9.76047 310.945");
    offset-rotate: auto 90deg;
    animation: move-along 5000ms infinite alternate ease-in-out;
}

@keyframes move-along {
    100% {
        offset-distance: 100%;
    }
}

.start-card {
    transition: 0.5s;
    position: relative;
    padding: 1.5rem;
    background: #FFFFFF0D;
    border-radius: 1rem;
    box-shadow: 46px 46px 40px 0 #00000040;
}
.start-card::before,
.square::before,
.square-1::before,
.card-opacity::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    padding: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(127, 147, 234, 0.15) 56%, rgba(105, 188, 229, 0.07) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.card-stat-hover:hover > .row .col-lg-4 .start-card {
    background-color: #fff;
}
.card-stat-hover:hover > .row .col-lg-4 .start-card p,
.card-stat-hover:hover > .row .col-lg-4 .start-card span {
    color: #023083 !important;
}
.start-card p {
    font-weight: 700;
    font-size: 35px;
    color: #fff !important;
    margin-bottom: 0;
}
.start-card span {
    font-size: 16px;
    color: #fff !important;
}

h1 {
    font-size: 60px !important;
}
h2 {
    font-size: 52px !important;
}
.start-text p {
    color: #fff !important;
    font-size: 28px;
}
.start-text span {
    color: #A5ACD6 !important;
}
.lin-bg-1 {
    bottom: 0;
    position: absolute;
    width: 30rem;
    height: 30rem;
    background: rgb(168,178,231);
    background: linear-gradient(222deg, #696EC9 18%, #377AD8 75%);
    filter: blur(100px);
}
.start-img {
    position: absolute;
    z-index: 3;
    top: 8rem;
}
p.fs-16 {
    font-size: 16px;
}
.mis-1-3 {
    width: 49px;
}
.mis-1-1 img,
.mis-2 img,
.mis-3-1 img {
    width: 300px;
}
.mis-3-2 img {
    width: 200px;
}
.card-opacity .anima-img img {
    transition: 0.5s;
}
.card-opacity .mis-1-2 {
    top: 14%;
    left: 39%;
    transition: 0.5s;
}
.card-opacity .mis-1-3 {
    bottom: 0;
    left: 22%;
    transition: 0.5s;
}
.card-opacity .mis-3-2 {
    top: 30%;
    right: 23%;
    transition: 0.5s;
}
.card-opacity {
    transition: 0.5s;
}
.card-opacity:hover {
    background-color: #E7F2FF36;
}
.card-opacity:hover > .anima-img img,
.card-opacity:hover >.position-relative .anima-img img {
    padding-top: 2rem;
    transform: scale(1.1) !important;
}
.card-opacity:hover >.position-relative .mis-1-2 img {
    transform: scale(1.1) !important;
}
.card-opacity:hover >.position-relative .mis-1-2 {
    top: 10%;
}
.card-opacity:hover >.position-relative .mis-1-3 {
    left: 28%;
    bottom: -18%;
}
.card-opacity:hover >.position-relative .mis-3-2 {
    top: 43%;
    right: 3%;
    transform: rotate(-5deg);
}
.card-opacity .anima-text {
    transition: 0.5s;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
.card-opacity:hover > .anima-text {
    padding-top: 2rem;
}
.card-opacity {
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 46px 46px 40px 0 #00000040;
    background: #ffffff0f;
    position: relative;
}
.lin-bg-2 {
    right: 13%;
    top: 16%;
    position: absolute;
    width: 74%;
    height: 81%;
    background: linear-gradient(208deg, #696EC9 4%, #5294E7 75%);
    filter: blur(83px);
}
.lin-bg-3 {
    right: 10%;
    top: 24%;
    position: absolute;
    width: 80%;
    height: 64%;
    background: linear-gradient(208deg, #696EC9 4%, #5294E7 75%);
    filter: blur(83px);
    border-radius: 93rem;
}
.lin-bg-4 {
    right: 10%;
    top: 24%;
    position: absolute;
    width: 80%;
    height: 73%;
    background: linear-gradient(184deg, #696EC9 52%, #5294E7 75%);
    filter: blur(83px);
    border-radius: 93rem;
}
.lin-bg-5 {
    background: radial-gradient(35.22% 35.22% at 50% 50%, #26A4FF 66.15%, #8C98FF 72.92%);
    border-radius: 0 100rem 100rem 0;
    height: 81%;
    width: 20%;
    top: 20%;
    filter: blur(83px);
    position: absolute;
    opacity: 0.6;
}
.lin-bg-6 {
    background: radial-gradient(35.22% 35.22% at 50% 50%, #26A4FF 66.15%, #8C98FF 72.92%);
    border-radius: 100rem 0 0 100rem;
    height: 81%;
    width: 20%;
    top: 20%;
    right: 0;
    filter: blur(83px);
    position: absolute;
    opacity: 0.6;
}
.lin-bg-7 {
    background: radial-gradient(50% 50% at 50% 50%, rgba(177, 147, 246, 0.84) 68.75%, rgba(38, 164, 255, 0.84) 83.33%);
    left: 19%;
    top: 24%;
    position: absolute;
    width: 75%;
    height: 64%;
    filter: blur(83px);
    border-radius: 93rem;
    opacity: 0.6;
}
.lin-bg-8 {
    background: radial-gradient(35.22% 35.22% at 50% 50%, #26A4FF 66.15%, #8C98FF 72.92%);
    border-radius: 0 100rem 100rem 0;
    height: 90%;
    width: 39%;
    top: 2%;
    filter: blur(83px);
    position: absolute;
    opacity: 0.3;
}
.card-white {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}
.card-white p,
.card-white h5 {
    color: #023083 !important;
}
.card-white h5 {
    font-size: 24px;
}
.card-campus, .card-campus img {
    border-radius: 1.3rem;
}
.card-campus img {
    border: 2px solid #fff;
}

.card-campus h5 a {
    color: #023083 !important;
}
.card-campus p a {
    color: #4C6CA8 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100px;
    margin-right: 0.5rem;
    opacity: 0.5;
}
.owl-carousel.dark .owl-nav button.owl-next,
.owl-carousel.dark .owl-nav button.owl-prev,
.owl-carousel.dark button.owl-dot {
    background-color: #023083;
    opacity: 0.3;
}
.owl-carousel button.owl-dot.active {
    width: 18px;
    height: 18px;
    opacity: 1;
}
.owl-dots {
    text-align: center;
    margin-top: 2rem;
}
.owl-carousel-partner .owl-dots {
    position: absolute;
    left: calc(50% - 48px);
}
.block-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.square {
    width: 85px;
    height: 85px;
    border: 2px solid;
    border-image-source: linear-gradient(113.96deg, rgba(255, 255, 255, 0.3) 0%, rgba(238, 238, 243, 0.279688) 12.5%, rgba(0, 7, 73, 0) 100%);
    box-shadow: 46px 46px 40px 0 #00000040;
    background: #FFFFFF0D;
    border-radius: 1rem;
    position: absolute;
    top: 11rem;
}
.square-1 {
    width: 85px;
    height: 85px;
    border: 2px solid;
    border-image-source: linear-gradient(113.96deg, rgba(255, 255, 255, 0.3) 0%, rgba(238, 238, 243, 0.279688) 12.5%, rgba(0, 7, 73, 0) 100%);
    box-shadow: 46px 46px 40px 0 #00000040;
    background: #FFFFFF0D;
    border-radius: 1rem;
    position: absolute;
    bottom: 5rem;
    right: 0;
    z-index: 3;
}
.btn-white {
    background-color: #fff;
    padding: 1rem 2rem;
    border-radius: 4rem;
    font-weight: 600;
    color: #023083 !important;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(127, 147, 234, 0.15) 0%, rgba(105, 188, 229, 0.07) 100%);
    box-shadow: 0 0 40px 0 #B193F680;
}
.btn-white i {
    color: #023083 !important;
}

.fs-60 {
    font-size: 60px;
}
.fs-48 {
    font-size: 48px;
}
.fs-28 {
    font-size: 28px;
}
p.text-diff span {
    font-weight: 400;
    color: #FFFFFF8C;
}
.z-index-1 {
    z-index: 1;
}
.z-index-3 {
    z-index: 3;
}
.btn-primary-lg {
    color: #fff !important;
    padding: 1.3rem 4rem;
    border-radius: 4rem;
    font-weight: 600;
}
.btn-outline-white, .btn-outline-white:hover {
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    padding: 1.3rem 3rem;
}
.btn-outline-blue, .btn-outline-blue:hover {
    border: 2px solid #023083;
    border-radius: 100px;
    color: #023083;
    font-size: 16px;
    padding: 1.3rem 3rem;
}
.text-blue-light {
    color: #004DA7;
}
p.text-blue-light {
    line-height: 29px;
}
.text-blue {
    color: #023083 !important;
}
.card-shadow {
    box-shadow: 46px 46px 40px 0 #00000026 !important;
}
.card-campus-white .badge-absolute {
    top: 0.5rem;
    left: 0.5rem;
}
.card-campus p span {
    color: #8097C1;
}
.card-campus .badge.badge-dark {
    white-space: normal;
    text-align: left;
    padding: .5em 2em;
}
.card-campus-white .badge {
    border-radius: 100px;
    box-shadow: 0 0 7px 0 rgba(0, 77, 215, 0.20);
}
.badge-light {
    border: 1px solid #FFF;
    background: #FFF;
    color: #023083 !important;
}
.br-26 {
    border-radius: 26px;
}
.br-primary-2 {
    border: 2px solid #023083;
}
.card-lectoriy.bg-red {
    background-color: #F4BBB5;
}
.card-lectoriy.bg-blue {
    background-color: #C3DEF2;
}
.card-lectoriy.bg-yellow {
    background-color: #FCF0CC;
}
.card-lectoriy {
    border-radius: 1.5rem;
    box-shadow: 10px 22px 19px 0 #0000001A;
}
.card-lectoriy .img-lectorer {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.card-lectoriy .badge.badge-light {
    border-radius: 1rem;
    border: 1px solid #CDD2E6;
}
.card-lectoriy .vr {
    width: 4px;
    background: #CDD2E6;
    opacity: 1;
}
.card-lectoriy .hr {
    background: #CDD2E6;
    opacity: 1;
    height: 3px;
}
.card-lectoriy p {
    color: #023083 !important;
}
.small-icon {
    /*width: 32px !important;*/
    height: 32px !important;
}
.fw-300 {
    font-weight: 400;
}
#carousel {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.slide:first-child {
    opacity: 1;
}
.slide {
    width: 100%;
    height: 200px;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 1.7rem;
}
.owl-carousel-partner .owl-dots {
    margin-top: 4rem;
}
.swiper-bg {
    transition: 0.5s;
    border-radius: 1.7rem;
}
.swiper-bg:hover {
    background-color: #080F4FD9;
}
.swiper-bg:hover > .d-none {
   display: block !important;
}
.swiper-pagination-bullet {
    width: 125px;
    height: 6px;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.swiper-slide .btn-white {
    box-shadow: none;
    padding: 1rem 6rem;
}
.swiper-slide h2 {
    font-size: 44px !important;
}
.owl-stage {
    display: flex;
}
.fs-20 {
    font-size: 20px !important;
}
nav .nav-item a.nav-link.fw-300 {
    font-weight: 400;
}
#nav-addit {
    background-color: #fff !important;
}
#nav-addit .nav-item a.nav-link {
    color: #023083;
}
#nav-top {
    backdrop-filter: blur(0);
}
.list-decoration-none {
    list-style: none;
}
a.text-blue.fw-700 i {
    color: #023083 !important;
    font-weight: 700;
}
.theme-light {
    background-color: #FFF !important;
}
.theme-light .navbar .nav-link:hover,
.theme-light .navbar .nav-link:focus,
.multicolor-nav .navbar .nav-link {
    color: #023083 !important;
}
.circle {
    width: 18px;
    height: 18px;
    background-color: #FFF;
    border-radius: 100%;
}
.line {
    height: 2rem;
    border-right: 2px solid #85A6CF;
    width: 2px;
}
.line-2 {
    height: 4rem;
    border-right: 2px solid #85A6CF;
    width: 2px;
}
.line-1 {
    height: 0.3rem;
    border-right: 2px solid #85A6CF;
    width: 2px;
}
.card-absolute {
    left: 2rem;
    bottom: 2rem;
}
.card-campus-img {
    width: 258px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}
#nav-addit .nav-link {
    border-bottom: 2px solid transparent;
}
#nav-addit .nav-link:hover {
    transition: 0.3s;
    border-bottom: 2px solid #004DA7bf;
}
#nav-addit .nav-link.active {
    border-bottom: 2px solid #004DA7;
}

.bg-lin {
    position: absolute;
    background: linear-gradient(197.89deg, rgba(177, 147, 246, 0.65) 24.28%, rgba(38, 164, 255, 0.65) 64.22%);
    border-radius: 100rem;
    width: 80%;
    height: 90%;
    bottom: 0;
    filter: blur(69px);
    opacity: 0.8;
}
.bg-lin-1 {
    background: radial-gradient(48.22% 45.22% at 50% 50%, #26A4FF 85.15%, #8C98FF 94.92%);
    position: absolute;
    border-radius: 100rem 0 0 100rem;
    width: 28%;
    height: 79%;
    right: 0;
    top: 0;
    filter: blur(69px);
    opacity: 0.4;
}
.bg-lin-2 {
    background: #3648A5;
    position: absolute;
    border-radius: 100rem;
    width: 60%;
    height: 48%;
    left: 0;
    bottom: 20%;
    filter: blur(69px);
    opacity: 0.9;
}
.bg-lin-3 {
    background: linear-gradient(87.53deg, #B193F6 13.03%, #26A4FF 111.21%);
    position: absolute;
    border-radius: 100rem;
    width: 60%;
    height: 48%;
    left: 0;
    bottom: 20%;
    filter: blur(69px);
    opacity: 0.9;
}
.bg-lin-card {
    background: linear-gradient(87.53deg, rgba(177, 147, 246, 0.1) 13.03%, rgba(38, 164, 255, 0.1) 111.21%);
    box-shadow: 46px 46px 40px 0 #00000026;
}
.navbar-expand-lg {
    padding-top: 3rem;
}
.fs-32 {
    font-size: 32px;
}
.block-lin {
    background: linear-gradient(87.53deg, rgba(177, 147, 246, 0.6) 13.03%, rgba(38, 164, 255, 0.6) 111.21%);
    border-radius: 1.4rem 1.4rem 1.4rem 0;
    box-shadow: 46px 46px 40px 0 #00000026;
}
.block-white-spec {
    background-color: #fff;
    border-radius: 1.4rem 1.4rem 1.4rem 0;
    box-shadow: 46px 46px 40px 0 #00000026;
}
.block-white-spec p {
    color: #004DA7 !important;
}
nav .nav-item a.nav-link {
    font-weight: 500 !important;
}
.theme-light .theme-dark i {
    color: #023083 !important;
}
.blur-bg-card {
    background: linear-gradient(90deg, rgba(0, 77, 167, 0.5) 0%, rgba(2, 48, 131, 0.3) 69.5%);
    border-radius: 0 1.5rem 0 0;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    width: min-content;
    height: 87px;
}
.text-pale-blue {
    color: #54679C;
}
.fs-22 {
    font-size: 22px;
}
.card-white-invite {
    background: linear-gradient(87.53deg, #FAF9FE 13.03%, #F6FAFF 111.21%);
    border-radius: 1.4rem 1.4rem 0 1.4rem;
    box-shadow: 46px 46px 40px 0 #00000026;
}
.card-white-invite .lin-block {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    background: linear-gradient(87.53deg, #B193F6 13.03%, #26A4FF 111.21%);
    border-radius: 1.4rem 0 1.4rem 1.4rem;
}
.fs-26 {
    font-size: 26px;
}
.card-white-invite ul {
    padding-left: 1rem;
    list-style: square outside url("/images/company/style-li.svg");
}
.card-white-invite li {
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}
.card-white-invite li:last-child {
    padding-bottom: 0;
}
.vuz-img {
    height: 207px;
}
.category-card.card-white {
    box-shadow: 46px 46px 40px 0 #00000026;
}
.category-card.card-white p {
    color: #004DA7 !important;
}
.box-white {
    box-shadow: 46px 46px 40px 0 #00000026;
    background-color: #fff;
    border-radius: 1.5rem;
    position: relative;
}
.box-white::before,
.category-card.card-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    padding: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(127, 147, 234, 0.15) 56%, rgba(105, 188, 229, 0.07) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.nav-tabs {
    border: none !important;
}
.nav-tabs button {
    color: #004DA7 !important;
    font-weight: 700;
    font-size: 36px;
    text-align: left;
    position: relative;
    box-shadow: 46px 46px 40px 0 #00000026;
    border: 2px solid #F0F1FC !important;
    border-bottom: none !important;
    margin-bottom: 3rem !important;
    border-radius: 1.5rem !important;
    background-color: #fff !important;
}
.nav-tabs button.active {
    padding-bottom: 3.5rem !important;
    margin-bottom: 1rem !important;
    border-radius: 1.5rem 1.5rem 0 0 !important;
}
/*.nav-tabs button::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    border-radius: 1.5rem !important;*/
/*    padding: 2px;*/
/*    background: linear-gradient(358.48deg, rgba(255, 255, 255, 0.15) 4.37%, rgba(105, 188, 229, 0.07) 31.21%, rgba(127, 147, 234, 0.15) 64.68%);*/
/*    -webkit-mask:*/
/*        linear-gradient(#fff 0 0) content-box,*/
/*        linear-gradient(#fff 0 0);*/
/*    -webkit-mask-composite: destination-out;*/
/*    mask-composite: exclude;*/
/*}*/
/*.nav-tabs button.active::before {*/
/*    border-radius: 1.5rem 1.5rem 0 0 !important;*/
/*}*/

.nav-tabs button.active:nth-child(2)::after {
    content: url("/images/company/addit-nav-tab.svg");
    bottom: -0.7rem;
    position: absolute;
    right: -2.5rem;
}
.nav-tabs .nav-link.active:nth-child(2)::before {
    content: url("/images/company/addit-nav-tab-1.svg");
    bottom: -0.7rem;
    position: absolute;
    left: -2.5rem;
}
.nav-tabs button.active:first-child::after {
    content: url("/images/company/addit-nav-tab.svg");
    bottom: -0.7rem;
    position: absolute;
    right: -2.5rem;
}
.nav-tabs button.active:last-child::after {
    content: url("/images/company/addit-nav-tab-1.svg");
    bottom: -0.7rem;
    position: absolute;
    left: -2.5rem;
}
.potential p {
    line-height: 30px;
}
.company-level img {
    width: 258px;
    height: 258px;
}
.card-campus-img-box {
    height: 177px;
    display: block;
}
@media (min-height: 900px) {
    .pt-main {
        padding-top: 12rem !important;
    }
    #student .pt-main {
        padding-bottom: 3rem !important;
    }
    .card-img-block {
        height: 260px;
        width: 100%;
        object-fit: cover;
        border-radius: 1.5rem;
    }
    .card-img-block-1 {
        height: 260px;
        width: 100%;
        object-fit: cover;
        border-radius: 1.5rem 1.5rem 1.5rem 0;
    }
}
@media (max-height: 899px) {
    .pt-main {
        padding-top: 6rem !important;
    }
    .card-img-block {
        height: 180px;
        width: 100%;
        object-fit: cover;
        border-radius: 1.5rem;
    }
    .card-img-block-1 {
        height: 180px;
        width: 100%;
        object-fit: cover;
        border-radius: 1.5rem 1.5rem 1.5rem 0;
    }
}
@media (min-width: 1920px) {
    .atom-box {
        left: 10%;
    }
    .square {
        width: 157px;
        height: 157px;
        left: 5rem;
    }
    .square-1 {
        width: 157px;
        height: 157px;
        right: 5rem;
    }
}
@media (min-width: 2000px) {
    .atom-box {
        left: 20%;
    }
}
@media (max-width: 1399px) {
    .blur-bg-card .fs-24 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .card-absolute .fs-24 {
        font-size: 17px;
    }
    .swiper-slide .fs-20 {
        font-size: 16px !important;
    }
    .swiper-slide h2 {
        font-size: 30px !important;
    }
    .blur-bg-card .fs-24 {
        font-size: 16px;
    }
    .block-lin img {
        width: 100%;
    }
    .block-lin .fs-32 {
        font-size: 25px;
    }
    .nav-tabs button {
        font-size: 24px;
    }
}
@media (max-width: 992px) {
    .swiper-bg:hover {
        background-color: transparent;
    }
    .swiper-bg:hover > .d-none {
        display: none !important;
    }
    #nav-top {
        backdrop-filter: none !important;
        background-color: #023083 !important;
    }
    .navbar {
        backdrop-filter: none !important;
    }
    .card-img-block {
        width: 100%;
    }
    .card-img-block-1 {
        width: 100%;
    }
    .navbar-expand-lg {
        padding-top: 1rem;
    }
    .nav-tabs button {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    h2, .fs-60, .fs-48, .fs-50 {
        font-size: 30px !important;
    }
    .fs-36, .fs-28 {
        font-size: 20px !important;
    }
    .fs-24 {
        font-size: 18px !important;
    }
    .fs-20 {
        font-size: 16px !important;
    }
    .owl-carousel-partner .owl-dots {
        margin-top: 6rem;
    }
    .partner-block {
        padding-bottom: 8rem;
    }
    .nav-tabs button {
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    h2, .fs-60, .fs-48, .fs-50 {
        font-size: 24px !important;
    }
    .fs-36 {
        font-size: 18px !important;
    }
    .fs-24, .fs-28 {
        font-size: 16px !important;
    }
    .owl-carousel-partner .owl-dots {
        margin-top: 8rem;
    }
    .partner-block {
        padding-bottom: 10rem;
    }
    .nav-tabs button,
    .nav-tabs button.active {
        width: 100%;
        margin-bottom: 1.5rem !important;
        padding: 1rem !important;
        border-radius: 0.6rem !important;
    }
    .nav-tabs button::before,
    .nav-tabs button.active::before {
        border-radius: 0.6rem !important;
    }
    .nav-tabs button.active::after {
        display: none;
    }
    .nav-tabs button:last-child {
        margin-bottom: 2.5rem !important;
    }
}
