@charset "UTF-8";

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes finger {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.first_section {
    padding: 0;
    overflow: hidden
}

.first_section--inner {
    background-color: var(--text);
    padding: 115px;
    margin-left: -115px;
    margin-right: -115px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 12px;
    background-image: url(/local/templates/els/img/about-new/first-bg.png);
    background-size: cover;
    background-position: center
}

.first_composition {
    color: #fff
}

.first_composition .title-main {
    color: #fff;
    margin: 0
}

.first_composition p {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 18px
}

.first_section--scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.first_section--scroll img {
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px
}

.first_section--scroll .mouse {
    position: absolute;
    width: 18px;
    height: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    border-radius: 10em;
    border: 2px solid var(--text);
    animation: intro 1s;
    cursor: pointer;
    z-index: 1
}

.first_section--scroll .scroll {
    display: block;
    width: 2px;
    height: 5px;
    margin: 3px auto;
    border-radius: 10em;
    background: var(--text);
    animation: finger 1s infinite
}

@media screen and (max-width:1200px) {
    .first_section--inner {
        padding: 24px 16px 58px;
        margin-left: 0;
        margin-right: 0
    }

    .first_section--inner img {
        max-height: 145px
    }
}

@media screen and (max-width:768px) {
    .first_composition .title-main {
        font-size: 24px
    }

    .first_composition p {
        margin-bottom: 40px
    }

    .first_section--scroll img {
        max-height: 26px
    }

    .first_section--scroll .mouse {
        width: 12px;
        height: 19px;
        margin-left: -6px;
        border-width: 1px
    }

    .first_section--scroll .scroll {
        background-color: var(--text);
        width: 2px;
        height: 4px
    }

    @keyframes finger {
        0% {
            opacity: 1
        }

        to {
            opacity: 0;
            transform: translateY(10px)
        }
    }
}

.navigation_links {
    padding-top: 35px
}

.navigation_links ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between
}

.navigation_links li {
    list-style-type: none;
    display: inline-block
}

.navigation_links li a {
    display: inline-block;
    font-size: 18px;
    color: var(--text);
    position: relative;
    padding-bottom: 10px
}

.navigation_links li a::after,
.navigation_links li a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 76px;
    height: 5px;
    background-repeat: no-repeat;
    transition: all .25s ease
}

.navigation_links li a::before {
    background-image: url(/local/templates/els/img/about-new/arrow-under-link.svg)
}

.navigation_links li a::after {
    background-image: url(/local/templates/els/img/about-new/arrow-under-link--hover.svg);
    opacity: 0
}

.navigation_links li a:hover {
    color: var(--green)
}

.navigation_links li a:hover::before {
    opacity: 0
}

.navigation_links li a:hover::after,
section.certificates.dark .certificates_item:hover::after {
    opacity: 1
}

@media screen and (max-width:992px) {
    .navigation_links {
        display: none
    }
}

.products_section .title-main {
    margin-bottom: 10px
}

.products_section .under-title {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 10px
}

.products_section .row>div {
    margin-top: 30px
}

.products_item {
    background-color: #fff;
    border-radius: 16px;
    padding: 28px 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 231px;
    display: flex;
    flex-direction: column
}

.products_item::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 380px;
    background: radial-gradient(46.31% 46.31% at 50% 50%, #e6f0ff 0, rgba(152, 224, 255, 0) 100%);
    bottom: -103px;
    right: -129px;
    z-index: -2
}

.products_item img {
    position: absolute;
    right: 0;
    bottom: 90px;
    z-index: -1
}

.products_item.alt img {
    right: 0;
    bottom: 0
}

.head_slide .person_item p,
.products_item.alt p {
    margin: 0
}

.products_item.alt {
    min-height: 260px
}

.products_item .h3 {
    font-size: 24px;
    margin-bottom: 16px
}

.products_item p {
    max-width: 330px;
    margin: 0 0 32px
}

.products_item .btn {
    display: block;
    margin-top: auto;
    max-width: 316px
}

@media screen and (max-width:992px) {
    .products_item {
        height: auto
    }

    .products_section .row>div {
        margin-top: 16px
    }

    .products_section .title-main {
        margin-bottom: 14px
    }
}

@media screen and (max-width:768px) {
    .products_item {
        min-height: auto;
        padding: 24px 24px 48px
    }

    .products_item .h3 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .products_item img,
    .products_item.alt img {
        height: auto;
        max-height: 150px;
        max-width: 150px
    }

    .products_section .under-title {
        font-size: 16px;
        margin-bottom: 14px
    }

    .products_item.alt {
        min-height: 244px
    }

    .products_item.alt img {
        right: -10px;
        bottom: -6px;
        max-height: 120px;
        top: auto
    }

    .products_item.alt::before {
        width: 390px;
        height: 380px;
        background: radial-gradient(46.31% 46.31% at 50% 50%, #e6f0ff 0, rgba(152, 224, 255, 0) 100%);
        bottom: -179px;
        right: -129px;
        z-index: -2
    }
}

@media screen and (max-width:576px) {

    .products_item .btn,
    .products_item p {
        max-width: 100%
    }

    .products_item img {
        max-width: 40px;
        bottom: auto;
        top: 10px;
        right: 5px
    }

    .products_item::before {
        background: radial-gradient(46.31% 46.31% at 50% 50%, #e5f0ff 0, rgba(152, 224, 255, 0) 100%);
        bottom: 20px;
        width: 394.378px;
        height: 344px
    }
}

@media screen and (max-width:360px) {
    .products_item img {
        max-width: 40px
    }
}

.mission_text ul {
    margin: 0;
    padding: 0 0 0 24px
}

.mission_text li {
    position: relative;
    margin-top: 20px;
    font-size: 18px
}

.mission_text li:first-child {
    margin-top: 0
}

@media screen and (max-width:992px) {
    .mission_section img {
        margin-top: 32px
    }
}

.head_slide,
.head_slider.owl-carousel .owl-stage-outer,
section.about_advantages,
section.certificates,
section.certificates.dark {
    overflow: hidden
}

.head_slide {
    color: #fff;
    background-color: #c4c4c4;
    border-radius: 16px;
    padding: 60px 60px 80px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.head_slide .wrap-img img {
    position: absolute;
    right: -110px;
    bottom: -10px;
    z-index: -3
}

.head_slide .person_items {
    position: absolute;
    z-index: 0;
    right: 20px;
    bottom: 40px;
    display: flex
}

.head_slide .person_item {
    height: 100%;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(18, 27, 61, .1);
    backdrop-filter: blur(22px);
    margin-right: 10px;
    font-size: 14px;
    line-height: var(--lineheight-title);
    min-width: 176px
}

.head_slide .person_item:last-child {
    margin-right: 0
}

.head_slide::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: var(--text);
    width: 60%;
    height: 1000px;
    left: 0;
    top: 50%;
    transform: rotate(-14deg) translateY(-50%)
}

.head_slide .wrap-composition {
    max-width: 488px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    align-items: flex-start
}

.head_slide .wrap-composition .title-main {
    color: #fff;
    margin-bottom: 0
}

.head_slide .wrap-composition .btn {
    margin-top: 60px;
    width: auto;
    align-self: flex-start;
    padding: 0 60px;
    color: var(--text);
    background: #fff;
    border: 0;
    display: block
}

.head_slide .wrap-composition .img-logo {
    margin-bottom: 18px
}

@media screen and (max-width:992px) {
    .head_slide .wrap-img img {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 100%;
        height: auto
    }

    .head_slide::after {
        display: none
    }

    .head_slide {
        background-color: var(--text)
    }

    .head_slide .wrap-img {
        position: relative;
        display: flex
    }

    .head_slide .person_items {
        left: 50%;
        transform: translateX(-50%);
        right: auto
    }

    .head_slide .wrap-composition {
        padding-top: 24px
    }
}

@media screen and (max-width:768px) {
    .head_slide .wrap-img {
        margin-left: -24px;
        width: calc(100% - -48px)
    }

    .head_slide {
        padding: 0 24px 36px;
        background-position: 90% 50%;
        border-radius: 12px
    }

    .head_slide .wrap-composition .btn {
        width: 100%
    }

    .head_slide .wrap-composition .title-main {
        font-size: 24px
    }

    .head_slide .wrap-composition .btn {
        max-width: 100%;
        margin-top: 28px
    }

    .head_slide .wrap-composition .img-logo {
        margin-bottom: 16px
    }
}

@media screen and (max-width:576px) {
    .head_slide .wrap-img {
        justify-content: center;
        align-items: flex-end;
        height: 300px
    }

    .head_slide .person_items {
        bottom: 9px
    }

    .head_slide .person_item {
        font-size: 7px;
        padding: 4px 6px;
        margin-right: 5px;
        border-radius: 6px;
        min-width: 88px
    }
}

@media screen and (max-width:480px) {
    .head_slide .wrap-img {
        height: 250px
    }
}

@media screen and (max-width:420px) {
    .head_slide .wrap-img {
        height: 220px
    }
}

@media screen and (max-width:380px) {
    .head_slide .wrap-img {
        height: 200px
    }
}

.advantages_slide {
    background-color: #fff;
    transition: all .2s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
    padding: 28px 20px 28px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1
}

.advantages_slide strong {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 1
}

.advantages_slide p {
    margin-top: 6px;
    margin-bottom: 0;
    line-height: var(--lineheight-title)
}

.advantages_slide img,
.certificates_item::before {
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: -1
}

@media screen and (max-width:992px) {
    section.about_advantages .row>div {
        margin-bottom: 32px
    }
}

@media screen and (max-width:768px) {
    section.about_advantages .row>div {
        margin-bottom: 16px
    }
}

@media screen and (max-width:576px) {
    section.about_advantages .row>div:last-child {
        margin-bottom: 0
    }

    .advantages_slide p br {
        display: none
    }
}

@media screen and (max-width:430px) {
    .advantages_slide {
        display: block
    }

    .advantages_slide img {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 10px
    }
}

section.certificates.dark .confidence_slider .owl-stage-outer {
    overflow: visible
}

section.certificates.dark .certificates_item {
    border: 0;
    width: 212px;
    height: 302px
}

section.certificates.dark .certificates_item .img-certificate {
    border: 17px solid transparent
}

section.certificates.dark .certificates_item .img-zoom {
    opacity: 0 !important
}

section.certificates.dark .certificates_item::before {
    background-image: url(/local/templates/els/img/b2b/frame.svg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    background-repeat: no-repeat
}

section.certificates.dark .certificates_item::after {
    background: rgba(60, 62, 79, .7);
    opacity: 0;
    z-index: 2
}

section.certificates.dark .certificates_item:hover .img-zoom {
    opacity: 1 !important
}

.blago_slider.owl-carousel .owl-item .certificates_item .img-zoom,
.confidence_slider.owl-carousel .owl-item .certificates_item .img-zoom {
    width: auto
}

.certificates_item {
    display: flex;
    height: 376px;
    position: relative;
    z-index: 1;
    border: 2px solid #d6d7de;
    justify-content: center;
    align-items: center
}

.certificates_item::before {
    content: '';
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#5683f8), to(#034bb6));
    background: -o-linear-gradient(#5683f8, #034bb6);
    background: linear-gradient(#5683f8, #034bb6);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.certificates_item::after {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent
}

.certificates_item .img-certificate {
    width: 100%;
    height: auto;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden
}

.certificates_item .img-zoom,
.certificates_item::after {
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.certificates_item .img-zoom {
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.certificates_item:hover .img-zoom,
.certificates_item:hover::before {
    opacity: 1
}

.certificates_item:hover::after {
    background-color: rgba(226, 236, 255, .7)
}

@media screen and (max-width:1200px) {
    .certificates_item {
        width: 270px
    }
}

.wrap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.wrap-title .title-main {
    max-width: 800px;
    margin: 10px 0 0
}

.wrap-title .btn-more {
    color: #2d315a;
    font-size: 13px;
    border: 1px solid #656d8b;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 30px;
    line-height: 1.4
}

.wrap-title .btn-more:hover {
    color: #0967eb
}

.wrap-title .btn-more:active {
    color: #2d315a;
    border: 1px solid #2d315a
}

@media screen and (max-width:992px) {
    .wrap-title .title-main {
        margin-top: 0
    }
}

@media screen and (max-width:768px) {
    .wrap-title {
        display: block;
        margin-bottom: 30px
    }

    .wrap-title .title-main {
        margin: 0;
        max-width: 100%
    }

    .wrap-title .btn-more {
        margin-top: 20px
    }
}

.privileges_section .title-main {
    margin-bottom: 16px;
    text-align: center
}

.privileges_section .under-title {
    font-size: 20px;
    text-align: center;
    max-width: 535px;
    margin: auto
}

.privilege_item {
    display: flex;
    margin-top: 55px
}

.privilege_item .wrap-img {
    width: 54px;
    margin-right: 24px
}

.privilege_item .wrap-text {
    width: calc(100% - 54px - 24px)
}

.privilege_item p {
    margin: 0
}

@media screen and (max-width:768px) {
    .privileges_section .title-main {
        text-align: left
    }

    .privileges_section .under-title {
        text-align: left;
        font-size: 16px;
        max-width: 100%
    }

    .privilege_item {
        margin-top: 30px
    }
}

.smi_slider.owl-carousel .owl-stage-outer,
section.certificates.dark .blago_slider .owl-stage-outer {
    overflow: visible
}

.partners_item {
    height: 158px;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px 30px;
    margin-bottom: 30px;
    display: flex
}

.partners_item img {
    max-height: 135px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .partners_item {
        height: 80px;
        padding: 0
    }

    .partners_item img {
        max-height: 40px
    }
}

@media screen and (max-width:576px) {
    .partners_item {
        margin-bottom: 16px
    }
}

.smi_section {
    overflow: hidden
}

.smi_slider.owl-carousel .owl-stage {
    display: flex
}

.smi_item {
    background-color: #fff;
    border-radius: 12px;
    display: block;
    padding: 24px 20px;
    box-shadow: var(--boxShadow);
    transition: all .25s ease;
    height: 100%;
    position: relative
}

.smi_item:hover {
    box-shadow: 0 0 0 0 transparent
}

.smi_item:hover .h3 {
    color: var(--accent)
}

.smi_item .wrap-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    height: 40px
}

.smi_item .wrap-img img {
    width: auto;
    max-width: 160px
}

.smi_item .date {
    color: var(--gray)
}

.smi_item .h3 {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .smi_items .row>div {
        margin-bottom: 16px
    }

    .smi_item .h3 {
        font-size: 16px
    }
}

.requisites_item {
    margin-top: 30px;
    font-size: 18px
}

.download-links .download-link:first-child,
.requisites_item:first-child {
    margin-top: 0
}

.requisites_item p {
    margin-top: 0;
    margin-bottom: 16px
}

.requisites_item p b,
.requisites_item p strong {
    color: var(--black)
}

@media screen and (max-width:992px) {
    .requisites_item {
        margin-top: 0;
        margin-bottom: 24px
    }
}

.download-links {
    margin-top: 20px
}

.download-links .download-link {
    margin-top: 20px;
    padding: 24px 44px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    box-shadow: var(--boxShadow)
}

.download-links .download-link img {
    border-radius: 0
}

.download-links .download-link .wrap-doc {
    width: 60px;
    margin-right: 30px
}

.download-links .download-link .wrap-doc img {
    max-width: 100%
}

.download-links .download-link .wrap-text {
    width: calc(100% - 60px - 30px - 50px);
    padding-right: 30px;
    max-width: 325px
}

.download-links .download-link .wrap-text span {
    display: block;
    color: var(--gray);
    margin-bottom: 9px;
    line-height: 1.3
}

.download-links .download-link .wrap-text .text-download {
    font-size: 18px;
    display: block
}

.download-links .download-link .icon-download {
    width: 50px;
    display: inline-block;
    margin-left: auto;
    position: relative;
    overflow: hidden
}

.download-links .download-link .icon-download span {
    position: absolute;
    font-size: 14px;
    left: -15px;
    top: -14px
}

.download-links .download-link:hover .icon-download svg path {
    stroke: var(--accent)
}

.download-links .download-link .icon-download svg {
    pointer-events: none;
    fill: transparent
}

.download-links .download-link .icon-download svg path {
    stroke: var(--black);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (max-width:768px) {
    .download-links .download-link {
        padding: 24px;
        display: block;
        position: relative;
        background-color: #fff
    }

    .download-links .download-link .wrap-doc {
        width: auto;
        margin-right: 0
    }

    .download-links .download-link .wrap-doc img {
        max-width: 24px
    }

    .download-links .download-link .wrap-text {
        padding: 0;
        width: 100%;
        max-width: 100%
    }

    .download-links .download-link .wrap-text span {
        position: absolute;
        top: 26px;
        left: 60px;
        color: var(--gray);
        font-size: 16px;
        margin: 0
    }

    .download-links .download-link .wrap-text .text-download {
        margin-top: 16px;
        font-size: 16px
    }

    .download-links .download-link .icon-download {
        width: 33px;
        position: absolute;
        right: 15px;
        top: 7px
    }

    .download-links .download-link .icon-download svg {
        max-width: 100%
    }
}

@media screen and (max-width:576px) {
    .download-links .download-link .icon-download {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 5px
    }

    .download-links .download-link {
        padding-bottom: 4px
    }
}