/* reset unnecessary styles */
.page-top-wrapper.grey.v3 {
    background:none;
}
.page-top-wrapper.grey.v3 .page-top-main {
    display:none;
}
.breadcrumbs {
    padding-bottom: 0;
}
.top_inner_block_wrapper {
    padding-bottom: 9px;
}
.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs a span{
    font-size: 16px;
    line-height: 24px;
}
.breadcrumbs a,
.breadcrumbs a span {
    color:#555555;
    transition: color 0.5s ease;
}
.breadcrumbs a:hover,
.breadcrumbs a:hover span {
    color:#1976D2;
}
.breadcrumbs > .separator {
    font-size:0;
    line-height:0;
}
.breadcrumbs > .separator:after {
    content:"/";
    font-size: 16px;
    line-height: 24px;
    color:#555555;
}

/* common blocks */
.block__full-width {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -1px;
}
.block__full-width.block__full-width-oveflow {
    overflow-x:hidden;
}
.text__black {
    color: #1D2029;
}
.text__blue {
    color: #1976D2;
}
.text__gray {
    color: #9299A5;
}
.text__white {
    color: #fff;
}

.button {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    max-width:260px;
    min-height:52px;
    display:flex;
    justify-content: center;
    align-items: center;
    transition: color 0.5s ease, background-color 0.5s ease;
    border-radius: 4px;
}
.button.button__blue {
    background-color: #1976D2;
    color:#fff;
}
.button.button__blue:hover {
    background-color: #2585E5;
    color:#fff;
}

.block__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 64px;
    color: #1D2029;
}
.block__title-center {
    text-align: center;
}
.block-title__numbers {
    margin-bottom:40px;
}
.block-title__licenses {
    margin-bottom:48px;
}
.blocks__margin {
    margin-bottom: 160px;
}

/* company blocks */
.company {
    font-family: Open Sans, sans-serif;
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.company__banner {
    height: 670px;
    padding-top:100px;
    box-sizing: border-box;
    margin-bottom:160px;
    background: url("/bitrix/templates/aspro_next/images/company/banner.png") center center no-repeat,
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(306.69deg, rgba(0, 0, 0, 0) 44.09%, rgba(0, 0, 0, 0.47) 80.26%);
    background-size: cover;
}
.company__banner > .wrapper_inner {background: none;}

.company__banner.company__slide {
    padding-top: 80px;
    height: 800px;
    margin-bottom:0;
    background-position: center center;
}

.company__banner-title,
.company__banner-text {
    max-width: 815px;
    color: #fff;
}
.company__slide .company__banner-title,
.company__slide .company__banner-text {
    max-width: 626px;
}

.company__banner-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
}
.company__banner-text {
    margin-top: 28px;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}
.company__slide .company__banner-text {
    margin-top: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.company__2cols {
    display: grid;
    grid-template-columns: calc(100% - 740px) 720px;
    grid-gap: 20px;
    margin-bottom:160px;
}
.company__2cols-description {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}

.company__tabs {
    margin-bottom:24px;
}
.company__tabs-item {
    display: block;
    border-top: 1px solid #E6E8EC;
    padding: 24px 260px 24px 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    color: #555;
    position: relative;
    transition: color 0.5s ease;
}
.company__tabs .company__tabs-item:first-child {
    margin-top: -24px;
    border-top: 0 none;
}
.company__tabs-item-img {
    width:180px;
    height:180px;
    position: absolute;
    right: 80px;
    top:50%;
    margin-top: -90px;
    opacity: 0;
    border-radius: 90px;
    z-index:5;
    transition: opacity 0.5s ease;
}
.company__tabs-item-arrow {
    display: block;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 50px;
    margin-top: -20px;
}
.company__tabs-item-arrow path {
    transition: stroke 0.5s ease;
}

.company__tabs-item:hover {
    color: #1976D2;
}
.company__tabs-item:hover .company__tabs-item-img {
    opacity: 1;
}
.company__tabs-item:hover .company__tabs-item-arrow path {
    stroke: #1976D2;
}

.company__4colls {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}
.company__advantages {
    margin-bottom: 16px;
}
.company__advantages-item {
    background-color: #F5F6FB;
    padding:28px;
    border-radius: 10px;
}
.company__advantages-icon {
    margin-bottom: 52px;
}
.company__advantages-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom:12px;
}
.company__advantages-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.company__video {
    margin-bottom: 160px;
    border-radius: 12px;
}
.company__video img {
    cursor: pointer;
    max-width:100%;
    border-radius: 12px;
}
.company__video iframe {
    border-radius: 12px;
    display:none;
}

.company__numbers {
    display:flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom:160px;
}
.company__numbers-item {
    background: #F5F6FB;
    border-radius:10px;
    width:348px;
    padding:32px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    min-height: 240px;
}
.company__numbers-item-img {
    padding:0;
}
.company__numbers-item-wide {
    width: calc(100% - 720px);
}
.company__numbers-item-title {
    font-weight: 500;
    font-size: 64px;
    line-height: 72px;
}

.company__slider {
    margin-bottom: 160px;
}
.company__slider + .swiper-pagination-bullets.swiper-pagination-horizontal {
    top:auto;
    bottom: 76px;
}
.company__slider + .swiper-pagination .swiper-pagination-bullet {
    width: 64px;
    height: 64px;
    margin: 0 16px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    opacity: 1;
    position:relative;
    transition: background-color 0.5s ease;
    backdrop-filter: blur(8px);
}
.company__slider + .swiper-pagination .swiper-pagination-bullet:after {
    /*content: "";
    position:absolute;
    left:-11px;
    top:-10px;
    width:86px;
    height:86px;
    background: url(/bitrix/templates/aspro_next/images/company/ellipse.png) center center no-repeat;
    opacity:0;
    transition: opacity 0.5s ease;*/
}
.company__slider + .swiper-pagination .swiper-pagination-bullet .drawing-circle{
    position:absolute;
    left:-12px;
    top:-11px;
    width:86px;
    height:86px;
    opacity:0;
}
.company__slider + .swiper-pagination .swiper-pagination-bullet circle{
    fill: transparent;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 283; /* 2πr (2 * 3.14159 * 45) */
    stroke-dashoffset: 283;
    transform-origin: center;
    transform: rotate(0deg); /* Старт анимации */
}
@keyframes draw-circle {
    0% {
        stroke-dashoffset: 283;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.company__slider + .swiper-pagination .swiper-pagination-bullet:before {
    content:"";
    width:32px;
    height:32px;
    position:absolute;
    left: 50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
}
.company__slider + .swiper-pagination .swiper-pagination-bullet:nth-child(1):before {
    background: url("/bitrix/templates/aspro_next/images/company/slide-ico1.svg") center center no-repeat;
}
.company__slider + .swiper-pagination .swiper-pagination-bullet:nth-child(2):before {
    background: url("/bitrix/templates/aspro_next/images/company/slide-ico2.svg") center center no-repeat;
}
.company__slider + .swiper-pagination .swiper-pagination-bullet:nth-child(3):before {
    background: url("/bitrix/templates/aspro_next/images/company/slide-ico3.svg") center center no-repeat;
}
.company__slider + .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.company__slider + .swiper-pagination .swiper-pagination-bullet:hover {
    background:#1976D2;
}
.company__slider + .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.company__slider + .swiper-pagination .swiper-pagination-bullet:hover:after {
    /*opacity:1;*/
}
.company__slider + .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active  .drawing-circle {
    opacity:1;
}
.company__slider + .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active circle
{
    animation: draw-circle 5s linear forwards;

}

.company__heads {
    margin-bottom: 160px;
}
.company__heads-header {
    display:grid;
    margin-bottom: 64px;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
}
.company__heads-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}
.company__heads-description {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.company__heads-stuff {
    display:grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.company__heads-stuff-item {}
.company__heads-stuff-img {
    margin-bottom:24px;
    border-radius: 50%;
}
.company__heads-stuff-img img {
    max-width:100%;
    border-radius: 50%;
}
.company__heads-stuff-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0 14px 8px;
}
.company__heads-stuff-post {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0 14px;
}

.company__licenses {
    margin-bottom: 160px;
}
.company__licenses-slider {
    margin-bottom:48px;
}
.swiperCert .swiper-slide {
    width: 280px;
}
.swiperCert .swiper-slide img {
    max-width: 100%;
}
.company__licenses-img {
    display:flex;
    margin-bottom:20px;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 396px;
}
.company__licenses-popup {

}
#license_modal.popup-window {
    max-height:90vh;
    max-width:500px;
}
#license_modal img {
    max-width:90vw;
    max-height:90vh;
}
.company__licenses-img img {
    filter: grayscale(100%);
    opacity: .6;
    transition: filter 0.5s ease, opacity 0.5s ease;
    border-radius: 12px;
    max-width: 100%;
    max-height: 100%;
}
.swiperCert .swiper-slide {
    width:280px !important;
}
.swiper-slide:hover .company__licenses-img img {
    filter: grayscale(0);
    opacity: 1;
}
.company__licenses-name {
    display:block;
    margin:0 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.company__licenses-nav {
    display:flex;
    justify-content: space-between;
}
.company__licenses-nav > div {
    height:52px;
}
.company__licenses-nav-scroll {
    width:160px;
    position:relative;
}
.company__licenses-nav-scroll .swiper-scrollbar {
    top: 50%;
    background: rgba(25, 118, 210, .2);
    border-radius: 12px;
    height: 6px;
}
.company__licenses-nav-scroll .swiper-scrollbar-drag {
    background: #1976D2;
    border-radius: 12px;
}
.company__licenses-nav-arrows {
    width: 120px;
    position:relative;
    display:flex;
    justify-content: space-between;
}
.company__licenses-nav-arrows .swiper-button-prev,
.company__licenses-nav-arrows .swiper-button-next {
    width:52px;
    height:52px;
    border-radius: 50%;
    border: 2px solid #D0D4DA;
    display:flex;
    align-items: center;
    align-content: center;
    transition: border-color 0.5s ease;
    margin-top:0;
    position: static;
}
.company__licenses-nav-arrows .swiper-button-next {
    transform: rotate(180deg);
}
.company__licenses-nav-arrows .swiper-button-prev svg,
.company__licenses-nav-arrows .swiper-button-next svg {
    width:24px;
    height:24px;
}
.company__licenses-nav-arrows .swiper-button-prev svg path,
.company__licenses-nav-arrows .swiper-button-next svg path {
    transition: stroke 0.5s ease;
}
.company__licenses-nav-arrows .swiper-button-next.swiper-button-disabled,
.company__licenses-nav-arrows .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.company__licenses-nav-arrows .swiper-button-prev:not(.swiper-button-disabled):hover,
.company__licenses-nav-arrows .swiper-button-next:not(.swiper-button-disabled):hover {
    border-color: #1976D2;
}
.company__licenses-nav-arrows .swiper-button-prev:not(.swiper-button-disabled):hover svg path,
.company__licenses-nav-arrows .swiper-button-next:not(.swiper-button-disabled):hover svg path {
    stroke: #1976D2;
}
.company__licenses-nav-arrows .swiper-button-prev:hover,
.company__licenses-nav-arrows .swiper-button-next:hover {
    border: 2px solid #D0D4DA;
}

.company__licenses-nav-arrows .swiper-button-next.swiper-button-disabled svg path,
.company__licenses-nav-arrows .swiper-button-prev.swiper-button-disabled svg path {
    stroke: #D0D4DA;
}
.company__licenses-nav-arrows .swiper-button-prev:after,
.company__licenses-nav-arrows .swiper-button-next:after {
    display:none;
}

.company__vacancy {
    display:flex;
    justify-content: space-between;
    gap: 20px;
}
.company__vacancy-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}
.company__vacancy-block {
    width: 887px;
    border: 2px solid #E6E8EC;
    border-radius: 12px;
    margin-bottom: 110px;
}
.company__vacancy-item {
    padding:32px;
    border-top: 2px solid #E6E8EC;
    display:flex;
    justify-content: space-between;
    gap: 16px;
    color:#555;
    flex-wrap: wrap;
    cursor:pointer;
}
.company__vacancy-block .company__vacancy-item:first-child{
    border-top: 0 none;
}
.company__vacancy-name,
.company__vacancy-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.company__vacancy-description {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.company__vacancy-item:hover .company__vacancy-name {
    color: #1976D2;
}

@media(max-width:1172px) {
    .company__2cols {
        grid-template-columns: 1fr;
    }
}
@media(max-width:1024px) {
    .company__numbers .company__numbers-item {
        width: calc(50% - 6px);
    }
    .company__advantages,
    .company__heads-stuff {
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:960px) {
    .company__vacancy {
        flex-wrap: wrap;
    }
    .blocks__margin {
        margin-bottom:80px;
    }
}
@media(max-width:600px) {
    .company__banner-title {
        font-size: 40px;
    }
    .company__banner-text {
        font-size:18px;
        line-height:28px;
    }
    .company__banner.company__slide {
        height:540px;
    }
    .company__slide .company__banner-title {
        font-size:36px;
        line-height:42px;
    }
    .company__slide .company__banner-text {
        font-size:20px;
        line-height:24px;
    }
    .company__banner-text {
        padding-bottom: 40px;
    }
    .company__numbers .company__numbers-item {
        width: 100%;
    }
    .company__tabs-item {
        padding-right: 60px;
    }
    .company__tabs-item:hover .company__tabs-item-img {
        opacity:0;
    }
    .company__advantages,
    .company__heads-header {
        grid-template-columns: 1fr;
    }
}
@media(max-width:480px) {
    .company__banner-title,
    .company__2cols-description,
    .company__tabs-item,
    .block__title {
        font-size: 24px;
        line-height: 32px;
    }
    .company__banner-text {
        font-size:18px;
        line-height:28px;
    }
    .company__slide .company__banner-text {
        font-size:20px;
        line-height:24px;
    }
    .company__banner {
        background-position: 75% top;
        background-image: url("/bitrix/templates/aspro_next/images/company/banner_mobile.png");
        padding-top: 24px;
        max-height: 600px;
    }
    .company__banner.company__slide {
        padding-top: 20px;
        height:400px;
        background-position: center center;
    }
    .company__slide .company__banner-text {
        font-size:16px;
        line-height:20px;
    }
    .company__heads-stuff {
        grid-template-columns: 1fr;
    }
    .company__heads-stuff-item {
        text-align: center;
    }

    .company__video iframe {
        max-height:226px;
    }
    .company__slider + .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom:20px;
    }
}