* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    overflow-x: hidden;
    overflow-y: auto
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh
}

p {
    margin: 0;
    font-weight: 300
}

ul {
    list-style: none
}

.disableScroll {
    overflow: hidden
}

.main.subpage {
    background: #ebebeb;
    padding-bottom: 100px
}

.subpage {
    padding-top: 115px
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage {
        padding-top: 70px
    }
}

@media screen and (max-width: 767px) {
    .subpage {
        padding-top: 70px !important
    }
}

.subpage-about .breadcrumbs {
    display: none
}

.subpage .banner {
    width: 100%;
    margin-bottom: 20px
}

    .subpage .banner img {
        width: 100%
    }

.breadcrumbs {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    list-style: none;
    margin: 0 auto
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .breadcrumbs {
        padding: 0 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .breadcrumbs {
        padding: 0 24px
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 0 16px;
        align-items: center;
        margin-top: 20px
    }
}

.breadcrumbs.disable {
    display: none
}

.breadcrumbs.spacing {
    margin-top: 25px
}

@media screen and (min-width: 1366px) {
    .breadcrumbs.custom {
        margin-top: -70px
    }
}

.breadcrumbs a {
    text-decoration: none;
    color: #000;
    font-size: 14px
}

.breadcrumbs li {
    padding-right: 11px;
    border-right: 1px solid #000;
    line-height: 1;
    margin-right: 11px
}

    .breadcrumbs li:last-child {
        padding-right: 0px;
        border: unset;
        margin: 0px
    }

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 118px;
    display: flex;
    border-bottom: 7px solid #0b143d;
    z-index: 9999
}

@media screen and (max-width: 1365px) {
    .header {
        height: 70px;
        z-index: 9999;
        position: fixed
    }
}

.header.active .header__hamburger div:first-child {
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    border-radius: 2px
}

.header.active .header__hamburger div:nth-child(2n) {
    display: none
}

.header.active .header__hamburger div:last-child {
    transform: rotate(-45deg);
    position: relative;
    bottom: 3px;
    border-radius: 2px
}

.header.active .header__login {
    display: none
}

.header.active .header__menu {
    transform: translateY(0%)
}

.header__login {
    position: absolute;
    right: calc((100% - 1440px) / 2);
    top: 43px;
    cursor: pointer;
    display: flex;
    align-items: center
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .header__login {
        right: 100px;
        top: 17px
    }
}

@media screen and (max-width: 767px) {
    .header__login {
        right: 68px;
        top: 28px;
        display: none
    }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
    .header__login .user {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .header__login .user {
        display: none
    }
}

.header__login .login {
    color: #fff;
    text-decoration: none;
    text-align: right;
    margin-right: 28px;
    position: relative;
    padding-right: 30px
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
    .header__login .login {
        padding: 0;
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .header__login .login {
        padding: 0px;
        margin: 0px
    }
}

.header__login .login::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 50px;
    background: #56618d;
    right: 0;
    top: -13px
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
    .header__login .login::before {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .header__login .login::before {
        display: none
    }
}

.header__login .login p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1
}

.header__login .login span {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff9c;
    line-height: 1;
    display: block
}

.header__logo {
    width: 355px;
    background: #0e1841;
    opacity: 1;
    padding-left: 110px
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .header__logo {
        width: 250px;
        padding-left: 30px
    }
}

@media screen and (max-width: 1365px) {
    .header__logo {
        width: 100%;
        padding-left: 16px;
        z-index: 9999;
        display: flex;
        align-items: center
    }

        .header__logo a {
            width: 200px;
            display: flex
        }
}

.header__logo .logo {
    display: flex;
    height: 100%;
    align-items: center;
    margin-top: 2px;
    position: relative
}

    .header__logo .logo img {
        width: 200px
    }

.header__hamburger {
    position: absolute;
    right: 16px;
    top: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 9999
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .header__hamburger {
        right: 20px;
        top: 25px
    }
}

@media screen and (min-width: 1366px) {
    .header__hamburger {
        display: none
    }
}

.header__hamburger div {
    height: 2px;
    width: 100%;
    background: #fff;
    margin-bottom: 5px;
    transition: transform .2s,-webkit-transform .2s;
    max-width: 25px;
    border-radius: 4px
}

.header__menu {
    width: calc(100% - 355px);
    background-color: #112164f2;
    padding-left: 40px
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .header__menu {
        width: calc(100% - 250px)
    }
}

@media screen and (max-width: 1365px) {
    .header__menu {
        width: 100%;
        position: fixed;
        top: 65px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #09133b;
        height: 100vh;
        overflow: hidden;
        transition: .2s all;
        padding: 0px;
        transform: translateY(-130%);
        z-index: 9998
    }
}

.header__menu .menu {
    width: 100%;
    height: 100%;
    display: flex
}

    .header__menu .menu > ul {
        list-style: none;
        display: flex;
        align-items: center;
        margin-top: 15px
    }

@media screen and (max-width: 1365px) {
    .header__menu .menu > ul {
        flex-direction: column;
        margin-top: 0;
        padding-top: 0;
        align-items: flex-start;
        width: 100%;
        height: calc(100vh - 100px);
        overflow-y: scroll
    }
}

.header__menu .menu > ul > li {
    padding-right: 40px
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .header__menu .menu > ul > li {
        padding-right: 20px
    }
}

@media screen and (max-width: 1365px) {
    .header__menu .menu > ul > li {
        padding-bottom: 16px;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ffffff1f;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        height: 60px
    }

        .header__menu .menu > ul > li .arrow {
            position: absolute;
            right: 20px;
            top: 22px
        }
}

@media screen and (min-width: 1366px) {
    .header__menu .menu > ul > li .arrow {
        display: none
    }
}

@media screen and (min-width: 1600px) {
    .header__menu .menu > ul > li:hover > .dropdown {
        max-height: 1000px;
        min-height: 320px;
        box-shadow: 0 16px 30px 0 #0000001A
    }
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .header__menu .menu > ul > li:hover > .dropdown {
        max-height: 1000px;
        min-height: 320px;
        box-shadow: 0 16px 30px 0 #0000001A
    }
}

.header__menu .menu > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    transition: all .2s;
    padding-bottom: 43px;
    position: relative;
    cursor: pointer
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .header__menu .menu > ul > li > a {
        font-size: 14px
    }
}

@media screen and (max-width: 1365px) {
    .header__menu .menu > ul > li > a {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 0px
    }
}

@media screen and (max-width: 1365px) {
    .header__menu .menu > ul > li > a.disableLink {
        pointer-events: none
    }
}

.header__menu .menu > ul > li.activeNav a {
    position: relative
}

    .header__menu .menu > ul > li.activeNav a::before {
        content: "";
        display: block;
        width: calc(100% + 12px);
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: -6px;
        left: -5px
    }

.header__search {
    position: absolute;
    right: 120px;
    top: 33px;
    display: flex;
    align-items: center
}

@media screen and (min-width: 1366px) and (max-width: 1800px) {
    .header__search {
        right: 45px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .header__search {
        right: 80px;
        top: 8px
    }
}

@media screen and (max-width: 767px) {
    .header__search {
        display: none
    }
}

.header__search p {
    font-size: 18px;
    color: #fff;
    margin-right: 35px;
    position: relative
}

    .header__search p::after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 50px;
        background: #ffffff54;
        right: -26px;
        top: -13px
    }

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header__search p::after {
        height: 30px;
        right: -25px;
        top: -1px
    }
}

.header__search i {
    color: #fff;
    font-size: 60px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header__search i {
        font-size: 50px
    }
}

.header .dropdown {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform .4s;
    transform: translateX(100%);
    height: 100vh;
    background: #09133b;
    overflow-y: hidden;
    padding-bottom: 70px
}

@media screen and (min-width: 1366px) {
    .header .dropdown {
        transition: all .2s;
        background: #cfcfcf;
        position: absolute;
        top: 118px;
        max-width: 1300px;
        left: 355px;
        max-height: 0px;
        transform: unset;
        display: flex;
        height: unset;
        margin-top: 0px;
        padding: 0px
    }
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .header .dropdown {
        left: 100px !important
    }
}

@media screen and (max-width: 1365px) {
    .header .dropdown.open {
        transform: translateX(0%);
        background: #050e33
    }
}

.header .dropdown .goBack {
    display: flex;
    color: #fff;
    align-items: center;
    border-bottom: 1px solid #ffffff1f;
    height: 60px
}

@media screen and (min-width: 1366px) {
    .header .dropdown .goBack {
        display: none
    }
}

.header .dropdown .goBack i {
    font-size: 50px
}

.header .dropdown .goBack p {
    font-size: 18px
}

@media screen and (min-width: 1366px) {
    .header .dropdown.uslugi li a {
        text-decoration: none;
        padding: 20px
    }

        .header .dropdown.uslugi li a::before {
            top: 9px;
            right: 5px
        }

    .header .dropdown.uslugi li:hover {
        background: #112165
    }

        .header .dropdown.uslugi li:hover .icon img {
            filter: unset
        }

        .header .dropdown.uslugi li:hover a::before {
            color: #fff
        }

        .header .dropdown.uslugi li:hover p, .header .dropdown.uslugi li:hover span {
            color: #fff
        }

    .header .dropdown.uslugi .icon img {
        filter: invert(82%) sepia(90%) saturate(5010%) hue-rotate(234deg) brightness(36%) contrast(108%)
    }

    .header .dropdown.uslugi .content {
        padding-left: 25px
    }

        .header .dropdown.uslugi .content p {
            font-size: 14px;
            color: #122266;
            padding-right: 15px;
            font-weight: 700
        }

        .header .dropdown.uslugi .content span {
            font-size: 11px;
            display: block;
            margin-top: 15px;
            color: #000
        }
}

@media screen and (min-width: 1366px) {
    .header .dropdown.oprogramowanie li {
        height: auto
    }

        .header .dropdown.oprogramowanie li a {
            height: 100%;
            padding: 10px;
            padding-right: 20px;
            padding-left: 20px;
            text-decoration: none;
            flex-direction: column;
            align-items: flex-start
        }

            .header .dropdown.oprogramowanie li a .top {
                display: flex;
                width: 100%;
                margin-top: 13px;
                border-bottom: 1px solid #c4c8d9;
                padding-bottom: 15px;
                margin-bottom: 13px;
                align-items: center;
                height: 50px
            }
}

@media screen and (min-width: 1366px) and (min-width: 1365px) {
    .header .dropdown.oprogramowanie li a .bottom {
        display: block
    }
}

@media screen and (min-width: 1366px) {
    .header .dropdown.oprogramowanie li a .bottom span {
        font-size: 12px;
        line-height: 1.3;
        display: block;
        color: #000;
        padding-right: 10px
    }

    .header .dropdown.oprogramowanie li a .icon {
        width: 125px;
        text-align: right;
        padding-right: 10px;
        border-right: 1px solid #c4c8d9;
        line-height: 1.2
    }

        .header .dropdown.oprogramowanie li a .icon img.iACS, .header .dropdown.oprogramowanie li a .icon img.Alkomatbramkowy, .header .dropdown.oprogramowanie li a .icon img.PunktkontrolnyiACS {
            height: 35px
        }

        .header .dropdown.oprogramowanie li a .icon img.mobiApps {
            max-width: 100px
        }

        .header .dropdown.oprogramowanie li a .icon img.iOFFICE {
            max-width: 100px
        }

        .header .dropdown.oprogramowanie li a .icon img.ICRM {
            max-width: 80px
        }

        .header .dropdown.oprogramowanie li a .icon img.PortalPracownika {
            max-width: 50px
        }

        .header .dropdown.oprogramowanie li a .icon img.iTOOLS {
            max-width: 105px
        }

        .header .dropdown.oprogramowanie li a .icon img.iCRM {
            max-width: 80px
        }

        .header .dropdown.oprogramowanie li a .icon img.iCMMS {
            max-width: 100px
        }

        .header .dropdown.oprogramowanie li a .icon img.iTV {
            max-width: 55px
        }

        .header .dropdown.oprogramowanie li a .icon .hover {
            display: none
        }

    .header .dropdown.oprogramowanie li a .content {
        padding-left: 10px;
        width: calc(100% - 115px);
        padding-right: 20px
    }

        .header .dropdown.oprogramowanie li a .content p {
            font-size: 14px;
            color: #122266;
            font-weight: 700;
            text-decoration: none;
            line-height: 1.2
        }

        .header .dropdown.oprogramowanie li a .content span {
            font-size: 11px;
            color: #000;
            display: block;
            margin-top: 15px
        }

    .header .dropdown.oprogramowanie li a::before {
        right: 7px;
        top: 15px
    }

    .header .dropdown.oprogramowanie li a:hover {
        background: #112165
    }

        .header .dropdown.oprogramowanie li a:hover .icon {
            border-right: 1px solid #4d598c
        }

            .header .dropdown.oprogramowanie li a:hover .icon i {
                color: #fff
            }

            .header .dropdown.oprogramowanie li a:hover .icon .main {
                display: none
            }

            .header .dropdown.oprogramowanie li a:hover .icon .hover {
                display: unset
            }

        .header .dropdown.oprogramowanie li a:hover .top {
            border-bottom: 1px solid #4d598c
        }

        .header .dropdown.oprogramowanie li a:hover p, .header .dropdown.oprogramowanie li a:hover span {
            color: #fff
        }

        .header .dropdown.oprogramowanie li a:hover::before {
            color: #fff
        }
}

.header .dropdown__content {
    width: 320px;
    padding: 35px;
    background: #fff
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .header .dropdown__content {
        width: 290px
    }
}

@media screen and (max-width: 1365px) {
    .header .dropdown__content {
        display: none
    }
}

.header .dropdown__content p {
    font-size: 20px;
    color: #122266;
    font-weight: 700;
    margin-bottom: 10px
}

.header .dropdown__content img {
    width: 100%
}

.header .dropdown__content span {
    font-size: 13px;
    color: #000;
    font-weight: 300;
    margin-top: 10px;
    display: block
}

.header .dropdown .mobile {
    display: block;
    border-radius: 0;
    opacity: 1;
    height: 60px;
    padding-bottom: 16px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ffffff1f;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    background: unset;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none
}

@media screen and (min-width: 1366px) {
    .header .dropdown .mobile {
        display: none
    }
}

.header .dropdown__list {
    padding: 35px;
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .header .dropdown__list {
        width: calc(100% - 290px)
    }
}

@media screen and (max-width: 1365px) {
    .header .dropdown__list {
        width: 100%;
        padding: 0;
        height: auto
    }
}

.header .dropdown__list li {
    width: 32%;
    background: #fff;
    margin-right: 9px;
    margin-bottom: 9px;
    border-radius: 3px;
    position: relative
}

@media screen and (max-width: 1365px) {
    .header .dropdown__list li {
        border-radius: 0;
        opacity: 1;
        height: 60px;
        padding-bottom: 16px;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ffffff1f;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        background: unset;
        margin-bottom: 0
    }
}

.header .dropdown__list li:nth-child(3n) {
    margin-right: 0px
}

.header .dropdown__list li .icon {
    display: none
}

@media screen and (min-width: 1366px) {
    .header .dropdown__list li .icon {
        display: block;
        width: 75px
    }
}

.header .dropdown__list li .bottom {
    display: none
}

.header .dropdown__list li .content {
    padding-left: 0px
}

    .header .dropdown__list li .content p {
        color: #fff;
        font-size: 16px;
        font-weight: 400
    }

@media screen and (max-width: 1365px) {
    .header .dropdown__list li .content span {
        display: none !important
    }
}

.header .dropdown__list li a {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none
}

@media screen and (min-width: 1366px) {
    .header .dropdown__list li a::before {
        content: "\e956";
        display: block;
        font-family: 'intebucon' !important;
        font-size: 40px;
        font-weight: 700;
        position: absolute;
        color: #ed1c24
    }
}

.slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 100vh
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .slider {
        height: 600px
    }
}

@media screen and (max-width: 767px) {
    .slider {
        height: 500px
    }
}

.slider.remove .fakeSlider {
    display: none
}

.slider.remove .mySwiper {
    display: block
}

.slider .swiper {
    width: 100%;
    height: 100%
}

.slider .swiper-slide {
    position: relative
}

    .slider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .slider .swiper-slide .content {
        position: absolute;
        bottom: 150px;
        right: calc((100% - 1440px) / 2);
        text-align: right;
        z-index: 3
    }

@media screen and (min-width: 2100px) {
    .slider .swiper-slide .content {
        bottom: 250px
    }
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .slider .swiper-slide .content {
        right: 100px;
        max-width: 1200px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .slider .swiper-slide .content {
        bottom: 130px;
        right: unset;
        transform: translate(-50%, 0%);
        left: 50%;
        text-align: center;
        width: 90%
    }
}

@media screen and (max-width: 1023px) {
    .slider .swiper-slide .content {
        bottom: 75px;
        right: unset;
        transform: translate(-50%, 0%);
        left: 50%;
        text-align: center;
        width: 90%
    }
}

.slider .swiper-slide .content h2 {
    font-size: 72px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 5px #000;
    line-height: 1
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .slider .swiper-slide .content h2 {
        font-size: 60px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .slider .swiper-slide .content h2 {
        font-size: 44px
    }
}

@media screen and (max-width: 767px) {
    .slider .swiper-slide .content h2 {
        font-size: 26px
    }
}

.slider .swiper-slide .content p {
    font-size: 24px;
    color: #fff;
    max-width: 1380px;
    font-weight: 300;
    text-shadow: 1px 1px 5px #000;
    margin-top: 20px;
    margin-left: auto
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .slider .swiper-slide .content p {
        font-size: 20px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .slider .swiper-slide .content p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .slider .swiper-slide .content p {
        font-size: 14px
    }
}

.slider .swiper-slide .content a {
    display: block;
    width: 255px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-left: auto;
    margin-top: 55px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    transition: all .2s
}

@media screen and (max-width: 1365px) {
    .slider .swiper-slide .content a {
        width: 175px;
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-top: 20px;
        height: 45px;
        line-height: 45px;
        font-size: 14px
    }
}

.slider .swiper-slide .content a:hover {
    background: #fff;
    color: #11205f
}

.slider .swiper-pagination {
    right: calc((100% - 1440px) / 2);
    left: unset !important;
    text-align: right;
    bottom: 100px !important
}

@media screen and (min-width: 2100px) {
    .slider .swiper-pagination {
        bottom: 190px !important
    }
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .slider .swiper-pagination {
        right: 100px
    }
}

@media screen and (max-width: 1365px) {
    .slider .swiper-pagination {
        right: unset;
        transform: translate(-50%, -50%);
        left: 50% !important;
        bottom: 15px !important;
        width: auto !important
    }
}

.slider .swiper-pagination span {
    width: 17px;
    height: 17px;
    border-radius: 0px;
    background: #8d8e93;
    margin-right: 5px !important;
    opacity: 1
}

    .slider .swiper-pagination span:last-child {
        margin-right: 0px !important
    }

    .slider .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #FFF
    }

.news {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 20px
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .news {
        padding: 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .news {
        padding: 24px
    }
}

@media screen and (max-width: 767px) {
    .news {
        padding: 16px
    }
}

.news__breadcramps ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
}

    .news__breadcramps ul li a {
        font-size: 14px;
        color: #000;
        text-decoration: none;
        margin-right: 8px;
        border-right: 1px solid #000;
        padding-right: 8px;
        line-height: 1.1;
        display: block
    }

    .news__breadcramps ul li:last-child a {
        border-right: unset
    }

.news__title {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .news__title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px
    }
}

.news__title h2 {
    font-size: 75px;
    font-weight: 800;
    color: #11205f;
    line-height: 1
}

@media screen and (max-width: 767px) {
    .news__title h2 {
        font-size: 32px
    }
}

.news__title a {
    display: block;
    width: 260px;
    height: 52px;
    border: 2px solid #f01;
    border-radius: 4px;
    text-align: center;
    line-height: 47px;
    text-decoration: none;
    color: #f01;
    font-weight: 700;
    transition: all .2s
}

@media screen and (max-width: 767px) {
    .news__title a {
        margin-top: 20px;
        margin-bottom: 0px
    }
}

.news__title a:hover {
    background: #f01;
    color: #fff
}

.news__items {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .news__items {
        justify-content: space-between
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .news__items {
        justify-content: space-between
    }
}

@media screen and (max-width: 767px) {
    .news__items {
        margin-top: 20px
    }
}

.news__items .first {
    display: flex;
    margin-bottom: 60px;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .news__items .first {
        display: none
    }
}

.news__items .first .article__img {
    width: 470px;
    height: 320px
}

@media screen and (max-width: 767px) {
    .news__items .first .article__img {
        width: 100%
    }
}

.news__items .first .article__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-position: center;
    object-fit: cover
}

.news__items .first .article__img.blur-load {
    background-size: cover;
    background-position: center
}

    .news__items .first .article__img.blur-load img {
        opacity: 0;
        transition: opacity 200ms ease-in-out
    }

.news__items .first .article__img.loaded img {
    opacity: 1
}

.news__items .first .article__content {
    width: calc(100% - 450px);
    margin-left: 30px
}

@media screen and (max-width: 767px) {
    .news__items .first .article__content {
        width: 100%;
        margin-left: unset
    }
}

.news__items .first .article__content .info {
    display: flex;
    margin-bottom: 25px
}

    .news__items .first .article__content .info p {
        display: flex;
        align-items: center;
        margin-right: 35px;
        position: relative;
        font-weight: 300
    }

        .news__items .first .article__content .info p::before {
            content: '';
            display: block;
            position: absolute;
            right: -18px;
            width: 1px;
            height: 55px;
            background: #b5b9ca
        }

        .news__items .first .article__content .info p i {
            font-size: 50px;
            color: #122266;
            margin-left: -10px
        }

        .news__items .first .article__content .info p span {
            font-size: 14px
        }

        .news__items .first .article__content .info p:last-child::before {
            display: none
        }

.news__items .first .article__content .content .title {
    font-size: 22px;
    color: #11205f;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 20px;
    display: block
}

.news__items .first .article__content .content p {
    font-size: 16px
}

.news__items .first .article__content .content .link {
    width: 250px;
    height: 50px;
    display: block;
    background: #ec1e24;
    text-align: center;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 30px;
    font-weight: 700;
    border: 2px solid #ec1e24;
    transition: .2s all
}

    .news__items .first .article__content .content .link:hover {
        background: #fff;
        color: #ec1e24
    }

.news__items .grid {
    width: 453px;
    margin-right: 20px
}

    .news__items .grid:hover {
        box-shadow: 0 0 30px rgba(0,0,0,0.1);
        transition: .2s all
    }

        .news__items .grid:hover .article__body {
            background-color: #fff
        }

            .news__items .grid:hover .article__body p {
                color: #11205f
            }

            .news__items .grid:hover .article__body .data p {
                color: #666 !important
            }

        .news__items .grid:hover .article__img .title {
            background: #ffffffbf
        }

            .news__items .grid:hover .article__img .title h4 {
                color: #11205f
            }

    .news__items .grid:nth-last-child(4) {
        display: none
    }

@media screen and (max-width: 1023px) {
    .news__items .grid:nth-last-child(4) {
        display: block
    }
}

.news__items .grid:last-child {
    margin: 0
}

.news__items .grid a {
    text-decoration: none;
    color: #fff
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .news__items .grid {
        width: 32%
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .news__items .grid {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .news__items .grid {
        width: 48%;
        margin-right: 0px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .news__items .grid {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        display: none
    }
}

.news__items .grid .article__img {
    width: 100%;
    height: 300px;
    position: relative
}

@media screen and (max-width: 767px) {
    .news__items .grid .article__img {
        height: 200px
    }
}

.news__items .grid .article__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.news__items .grid .article__img.blur-load {
    background-size: cover;
    background-position: center
}

    .news__items .grid .article__img.blur-load img {
        opacity: 0;
        transition: opacity 200ms ease-in-out
    }

.news__items .grid .article__img.loaded img {
    opacity: 1
}

.news__items .grid .article__img .title {
    position: absolute;
    bottom: 0;
    height: 83px;
    background: #122266de;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px
}

@media screen and (max-width: 767px) {
    .news__items .grid .article__img .title {
        height: 50px;
        width: 100%
    }
}

.news__items .grid .article__img .title h4 {
    font-size: 20px;
    color: #fff;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .news__items .grid .article__img .title h4 {
        font-size: 13px
    }
}

.news__items .grid .article__body {
    background: #122266;
    padding: 30px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .news__items .grid .article__body {
        padding: 16px
    }
}

.news__items .grid .article__body .desc {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    font-weight: 300;
    height: 115px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .news__items .grid .article__body .desc {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .news__items .grid .article__body .desc {
        font-size: 13px
    }
}

.news__items .grid .article__body .data {
    max-width: 350px;
    margin: 0 auto;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .news__items .grid .article__body .data {
        margin-top: 15px;
        margin-bottom: 5px;
        display: none
    }
}

.news__items .grid .article__body .data p {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    opacity: .5;
    line-height: 1
}

.news__items .grid .article__body .link {
    display: block;
    width: 250px;
    background: #eb1d23;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 0px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    margin-bottom: 15px;
    border: 1px solid #eb1d23;
    transition: .2s all
}

.offer {
    margin-top: 40px;
    height: 550px;
    overflow: hidden
}

@media screen and (max-width: 1365px) {
    .offer {
        height: 400px
    }
}

.offer .swiper {
    overflow: unset
}

.offer__slider {
    position: relative
}

.offer .swiper-slide {
    width: 100%;
    height: 550px
}

@media screen and (max-width: 1365px) {
    .offer .swiper-slide {
        height: 400px
    }
}

.offer .swiper-slide img {
    width: 100%
}

@media screen and (max-width: 1365px) {
    .offer .swiper-slide img {
        height: 100%;
        object-fit: cover;
        object-position: left
    }
}

.offer .swiper-slide .content {
    position: absolute;
    top: 80px;
    right: calc((100% - 1400px) / 2)
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .offer .swiper-slide .content {
        margin-right: 50px
    }
}

@media screen and (max-width: 1365px) {
    .offer .swiper-slide .content {
        right: 0;
        width: 100%;
        text-align: center;
        top: 10px
    }
}

.offer .swiper-slide .content h2 {
    font-size: 75px;
    color: #fff;
    text-align: right;
    font-weight: 800;
    line-height: 1
}

@media screen and (max-width: 1365px) {
    .offer .swiper-slide .content h2 {
        font-size: 32px;
        text-align: center;
        line-height: unset
    }
}

.offer .swiper-slide .content h2 span {
    display: block;
    font-size: 60px
}

@media screen and (max-width: 1365px) {
    .offer .swiper-slide .content h2 span {
        font-size: 28px
    }
}

.offer .swiper-slide .content p {
    color: #fff;
    text-align: right;
    margin-left: auto;
    margin-top: 35px
}

@media screen and (max-width: 1365px) {
    .offer .swiper-slide .content p {
        font-size: 14px;
        text-align: center;
        padding: 0 10px
    }

        .offer .swiper-slide .content p br {
            display: none
        }
}

.offer .swiper-slide .content a {
    display: block;
    width: 250px;
    height: 50px;
    background: unset;
    margin-left: auto;
    margin-top: 40px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #fff;
    transition: .2s all
}

@media screen and (max-width: 1365px) {
    .offer .swiper-slide .content a {
        margin: 0 auto;
        margin-top: 25px
    }
}

.offer .swiper-slide .content a:hover {
    background: #fff;
    color: #11205f
}

.offer .pagination {
    right: calc((100% - 1400px) / 2);
    position: absolute;
    left: unset !important;
    width: auto !important;
    bottom: 50px !important;
    z-index: 100;
    text-align: center
}

@media screen and (max-width: 1023px) {
    .offer .pagination {
        bottom: 20px !important;
        right: unset !important;
        left: 50% !important;
        transform: translate(-50%, 0)
    }
}

.offer .pagination span {
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 0px
}

@media screen and (min-width: 1366px) and (max-width: 1540px) {
    .advertising {
        padding: 0 36px
    }
}

.advertising .swiper {
    overflow: unset
}

.advertising__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

    .advertising__wrapper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px
    }

@media screen and (max-width: 1365px) {
    .advertising__wrapper .swiper-slide {
        align-items: flex-start;
        justify-content: normal;
        margin-bottom: 30px;
        flex-direction: column
    }
}

.advertising__wrapper .swiper-slide.swiper-slide-next {
    opacity: 0 !important
}

.advertising__wrapper .swiper-slide.swiper-slide-prev {
    opacity: 0 !important
}

.advertising__wrapper .swiper-slide.swiper-slide-active .content {
    display: block
}

.advertising__wrapper .img {
    margin-top: -30px
}

@media screen and (max-width: 1365px) {
    .advertising__wrapper .img {
        width: 95%;
        max-width: 700px;
        margin: 0 auto;
        display: block
    }

        .advertising__wrapper .img img {
            width: 100%
        }
}

.advertising__wrapper .content {
    text-align: right;
    margin-top: 85px;
    display: none
}

@media screen and (max-width: 1365px) {
    .advertising__wrapper .content {
        text-align: center;
        margin: 0 auto;
        margin-top: 40px
    }
}

.advertising__wrapper .content h2 {
    font-size: 75px;
    font-weight: 900;
    color: #11205f;
    line-height: 1
}

@media screen and (max-width: 1365px) {
    .advertising__wrapper .content h2 {
        font-size: 32px
    }
}

.advertising__wrapper .content h2 span {
    display: block;
    font-size: 60px
}

@media screen and (max-width: 1365px) {
    .advertising__wrapper .content h2 span {
        font-size: 28px
    }
}

.advertising__wrapper .content p {
    font-size: 16px;
    margin-top: 35px;
    max-width: 625px;
    margin-left: auto
}

@media screen and (max-width: 1365px) {
    .advertising__wrapper .content p {
        font-size: 14px;
        padding: 0 16px
    }
}

.advertising__wrapper .content a {
    display: block;
    width: 250px;
    height: 50px;
    background: #ec1e24;
    margin-left: auto;
    margin-top: 40px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-weight: 700
}

@media screen and (max-width: 1365px) {
    .advertising__wrapper .content a {
        margin: 0 auto;
        margin-top: 20px
    }
}

.advertising .paginationAdvertising {
    text-align: right
}

@media screen and (max-width: 1365px) {
    .advertising .paginationAdvertising {
        text-align: center
    }
}

.advertising .paginationAdvertising span {
    width: 17px;
    height: 17px;
    background: #b4b6c1;
    opacity: 1;
    border-radius: 0px
}

.advertising .paginationAdvertising .swiper-pagination-bullet-active {
    background-color: #101942
}

.footer {
    width: 100%;
    height: auto;
    background: #122266;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 40px
}

    .footer.subpage {
        margin-top: 0px
    }

.footer__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .footer__wrapper {
        padding: 0 36px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer__wrapper {
        padding: 0 24px
    }
}

@media screen and (max-width: 1023px) {
    .footer__wrapper {
        padding: 16px;
        flex-direction: column
    }
}

.footer__wrapper.subpage {
    flex-direction: column;
    padding-top: 20px !important
}

.footer__left {
    border-right: 2px solid #4d598c;
    padding-bottom: 20px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer__left {
        width: calc(100% - 300px)
    }
}

@media screen and (max-width: 1023px) {
    .footer__left {
        border: unset;
        order: 2
    }
}

.footer__right {
    width: 450px;
    margin-left: 20px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer__right {
        width: 300px
    }
}

@media screen and (max-width: 1023px) {
    .footer__right {
        width: 100%;
        margin: 0;
        margin-bottom: 40px
    }
}

.footer__right p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.footer__right form {
    display: flex;
    flex-direction: column
}

    .footer__right form.success-send .form__popup {
        display: flex
    }

    .footer__right form.success-send .form__wrapper {
        display: none
    }

    .footer__right form.success-send i {
        font-size: 60px;
        color: #00a651
    }

    .footer__right form.fail-send .form__popup {
        display: flex
    }

        .footer__right form.fail-send .form__popup h2 {
            font-size: 20px
        }

    .footer__right form.fail-send .form__wrapper {
        display: none
    }

    .footer__right form.fail-send i {
        font-size: 60px;
        transform: rotate(135deg);
        color: red
    }

.footer__right .form__popup {
    display: none;
    background: #fff;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 25px;
    border-radius: 5px;
    text-align: center
}

    .footer__right .form__popup a {
        width: 230px;
        height: 43px;
        background: #122266;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 45px;
        text-decoration: none;
        margin-top: 7px;
        font-size: 14px
    }

.footer__right .form__input {
    display: flex;
    flex-direction: column
}

    .footer__right .form__input input {
        width: calc(100% - 40px);
        height: 45px;
        background: #203175;
        border: unset;
        border-radius: 4px;
        color: #fff;
        padding-left: 16px;
        margin-left: auto;
        font-size: 14px;
        margin-bottom: 10px;
        outline: none
    }

@media screen and (max-width: 1023px) {
    .footer__right .form__input input {
        width: 100%
    }
}

.footer__right .form__input input.empty {
    border: 1px solid #f01
}

.footer__right .form__input input::placeholder {
    font-family: 'Open Sans', sans-serif;
    opacity: 1;
    color: #ffffff4a
}

.footer__right .form__input textarea {
    width: calc(100% - 40px);
    height: 75px;
    background: #203175;
    border: unset;
    border-radius: 4px;
    color: #fff;
    padding-left: 16px;
    margin-left: auto;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
    outline: none
}

@media screen and (max-width: 1023px) {
    .footer__right .form__input textarea {
        width: 100%
    }
}

.footer__right .form__input textarea.empty {
    border: 1px solid #f01
}

.footer__right .form__input textarea::placeholder {
    font-family: 'Open Sans', sans-serif;
    opacity: 1;
    color: #ffffff4a
}

.footer__right .form .btns {
    width: calc(100% - 40px);
    margin-left: auto;
    display: flex
}

@media screen and (max-width: 1023px) {
    .footer__right .form .btns {
        width: 100%
    }
}

.footer__right .form .btns button {
    width: 49%;
    margin-right: 10px;
    height: 50px;
    background: #0f1941;
    border: unset;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.footer__right .form .btns .send {
    background: #eb1d23;
    margin-right: 0px
}

.footer__right .form .checkbox {
    margin-left: 40px;
    display: flex;
    align-items: flex-start
}

    .footer__right .form .checkbox.unchecked label::before {
        border: 1px solid #f01
    }

    .footer__right .form .checkbox label {
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: flex-start
    }

        .footer__right .form .checkbox label::before {
            content: "";
            background-color: #dfe2eb;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            border-radius: 4px
        }

        .footer__right .form .checkbox label p {
            margin-left: 5px;
            margin-top: -2px;
            font-size: 9px;
            overflow: hidden;
            color: #fff;
            font-weight: 300
        }

            .footer__right .form .checkbox label p a {
                color: #f01;
                text-decoration: none
            }

    .footer__right .form .checkbox .term {
        display: none
    }

    .footer__right .form .checkbox #term:checked ~ label::after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 8px;
        width: 4px;
        height: 12px;
        border: solid #f01;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

.footer__contact p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.footer__contact .btns {
    display: flex
}

@media screen and (max-width: 1023px) {
    .footer__contact .btns {
        flex-direction: column
    }
}

.footer__contact .btns a {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 25px;
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    padding-left: 80px;
    padding-right: 10px;
    margin-right: 30px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer__contact .btns a {
        flex: 49%;
        height: 63px;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 46px;
        padding-right: 0;
        font-size: 16px
    }
}

@media screen and (max-width: 1023px) {
    .footer__contact .btns a {
        font-size: 16px;
        margin-bottom: 20px;
        width: 100%;
        padding-right: 0
    }
}

.footer__contact .btns a:hover {
    background: #fff;
    color: #126
}

    .footer__contact .btns a:hover i {
        color: #126
    }

.footer__contact .btns a span {
    font-weight: 700
}

.footer__contact .btns a i {
    font-size: 60px;
    position: absolute;
    left: 10px;
    color: #fff;
    top: 9px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer__contact .btns a i {
        top: 0px
    }
}

.footer__menu {
    display: flex;
    list-style: none;
    border-top: 2px solid #4d598c;
    margin-top: 30px;
    padding-top: 20px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer__menu {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1023px) {
    .footer__menu {
        display: block
    }
}

.footer__menu li {
    padding-right: 25px
}

    .footer__menu li:last-child {
        padding-right: 0px
    }

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer__menu li {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1023px) {
    .footer__menu li {
        padding-right: 10px;
        display: inline-block
    }
}

.footer__menu li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 300
}

    .footer__menu li a:hover {
        color: #f01
    }

.footer__top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ffffff4a;
    padding-bottom: 20px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer__top {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1023px) {
    .footer__top {
        flex-direction: column;
        align-items: flex-start
    }
}

.footer__top .img {
    margin-right: 45px;
    margin-left: -20px
}

@media screen and (max-width: 1023px) {
    .footer__top .img {
        margin: unset
    }
}

.footer__top .img img {
    max-width: 300px
}

@media screen and (max-width: 1023px) {
    .footer__top .img img {
        max-width: 250px
    }
}

.footer__top .desc {
    border-left: 1px solid #ffffff4a;
    padding-left: 40px;
    line-height: 1.2;
    padding-bottom: 9px;
    margin-top: 10px
}

@media screen and (max-width: 1023px) {
    .footer__top .desc {
        padding-left: unset;
        border: unset
    }
}

.footer__top .desc p {
    color: #fff;
    font-size: 19px;
    font-weight: 300
}

    .footer__top .desc p span {
        display: block;
        font-weight: 700
    }

.footer__top .btns {
    margin-left: auto;
    display: flex;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer__top .btns {
        margin-left: unset;
        margin-top: 20px
    }
}

@media screen and (max-width: 1023px) {
    .footer__top .btns {
        flex-direction: column;
        margin-top: 20px;
        margin-left: unset
    }
}

.footer__top .btns a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    width: 340px;
    height: 55px;
    display: flex;
    margin-right: 30px;
    justify-content: center;
    align-items: center
}

    .footer__top .btns a:hover {
        background: #fff;
        color: #122264
    }

    .footer__top .btns a span {
        font-weight: 700;
        margin-left: 1px;
        font-size: 16px
    }

    .footer__top .btns a:last-child {
        margin-right: 0px
    }

@media screen and (max-width: 1023px) {
    .footer__top .btns a:last-child {
        margin-top: 20px
    }
}

.footer__top .btns a i {
    font-size: 40px;
    position: absolute;
    left: 8px
}

.footer__top .btns a p {
    margin-left: 30px
}

.footer__top .btns a:first-child p {
    margin-left: 0px
}

.footer__center {
    padding-top: 25px;
    border-bottom: 2px solid #ffffff4a;
    padding-bottom: 20px
}

    .footer__center p {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 25px
    }

    .footer__center a {
        color: #fff;
        text-decoration: none
    }

        .footer__center a:hover {
            color: #f01
        }

    .footer__center ul {
        display: flex;
        list-style: none;
        flex-wrap: wrap
    }

@media screen and (max-width: 1023px) {
    .footer__center ul {
        flex-direction: column
    }
}

.footer__center ul li {
    width: auto;
    margin-right: 50px;
    padding-bottom: 10px
}

@media screen and (min-width: 1024px) and (max-width: 1500px) {
    .footer__center ul li {
        width: 19%
    }
}

@media screen and (max-width: 1023px) {
    .footer__center ul li {
        width: 100%
    }
}

.footer__center ul li p {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    text-transform: none
}

    .footer__center ul li p span {
        font-weight: 300
    }

.footer__bottom {
    padding-top: 25px;
    padding-bottom: 10px
}

    .footer__bottom ul {
        list-style: none;
        display: flex
    }

@media screen and (max-width: 1023px) {
    .footer__bottom ul {
        display: unset
    }
}

.footer__bottom ul li {
    padding-right: 42px
}

@media screen and (max-width: 1023px) {
    .footer__bottom ul li {
        padding-right: 15px;
        display: inline-block
    }
}

.footer__bottom ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 300
}

    .footer__bottom ul li a:hover {
        color: #f01
    }

.articles {
    margin-top: 70px;
    margin-bottom: 120px
}

@media screen and (max-width: 767px) {
    .articles {
        margin-top: 20px
    }
}

.articles__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .articles__wrapper {
        padding: 0 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .articles__wrapper {
        padding: 0 24px
    }
}

@media screen and (max-width: 767px) {
    .articles__wrapper {
        padding: 16px
    }
}

.articles__title {
    padding-bottom: 40px
}

    .articles__title p {
        font-size: 52px;
        font-weight: 800;
        color: #132267
    }

@media screen and (max-width: 767px) {
    .articles__title p {
        font-size: 32px
    }
}

.articles__items {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .articles__items {
        justify-content: space-between
    }
}

.articles__items .article {
    width: 453px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-top: 0px !important
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .articles__items .article {
        width: 32%;
        margin-right: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .articles__items .article {
        width: 49%;
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .articles__items .article {
        width: 100%;
        margin-right: 0px
    }
}

.articles__items .article:hover .title {
    background: #ffffffbf
}

    .articles__items .article:hover .title h4 {
        color: #11205f
    }

.articles__items .article:hover .article__body {
    background-color: #fff
}

    .articles__items .article:hover .article__body p {
        color: #11205f
    }

.articles__items .article:nth-child(3n) {
    margin-right: 0px
}

.articles__items .article a {
    text-decoration: none
}

.articles__items .article__img {
    width: 100%;
    height: 300px;
    position: relative
}

    .articles__items .article__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .articles__items .article__img .title {
        position: absolute;
        bottom: 0;
        height: auto;
        min-height: 92px;
        background: #122266de;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 30px;
        width: 100%
    }

        .articles__items .article__img .title h4 {
            font-size: 20px;
            color: #fff;
            text-decoration: none
        }

.articles__items .article__body {
    background: #122266;
    padding: 30px;
    text-align: center;
    height: 260px
}

    .articles__items .article__body p {
        font-size: 16px;
        color: #fff;
        text-align: justify;
        font-weight: 300
    }

    .articles__items .article__body > p {
        height: 125px
    }

@media screen and (max-width: 767px) {
    .articles__items .article__body > p {
        height: auto
    }
}

.articles__items .article__body ul {
    list-style: none;
    margin-top: 35px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px
}

    .articles__items .article__body ul li {
        display: inline-block
    }

        .articles__items .article__body ul li p {
            font-size: 12px;
            font-weight: 300;
            color: #fff;
            opacity: .5;
            line-height: 1
        }

.articles .pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 50px
}

    .articles .pagination li {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-right: 1px solid #b4b8c9
    }

        .articles .pagination li a {
            text-decoration: none;
            color: #000;
            font-size: 14px
        }

        .articles .pagination li:last-child {
            border-right: unset
        }

        .articles .pagination li.active {
            background-color: #f01;
            color: #fff
        }

            .articles .pagination li.active a {
                color: #fff
            }

.customPage {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 80px;
    min-height: calc(100vh - 660px)
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .customPage {
        padding: 0 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .customPage {
        padding: 0 24px
    }
}

@media screen and (max-width: 767px) {
    .customPage {
        padding: 16px;
        margin-top: 20px
    }
}

.customPage h2 {
    font-size: 60px;
    color: #122266;
    font-weight: 800;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .customPage h2 {
        font-size: 42px
    }
}

.customPage p {
    font-size: 16px;
    padding-bottom: 20px
}

.customPage h4 {
    font-size: 24px;
    color: #132267;
    margin-bottom: 15px
}

.customPage ul {
    margin-bottom: 20px;
    margin-left: 15px
}

    .customPage ul li {
        display: flex;
        align-items: center;
        font-weight: 300
    }

        .customPage ul li::before {
            content: '';
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #11205f;
            border-radius: 50%;
            margin-right: 10px
        }

.uslugi .software {
    display: none !important
}

.oprogramowanie .services {
    display: none !important
}

.kariera .software, .kariera .services {
    display: none !important
}

@media screen and (min-width: 1366px) {
    .header__menu ul li:hover .menu__list--anchor::after {
        content: '';
        display: block;
        width: calc(100% + 26px);
        height: 7px;
        background-color: #f01;
        position: absolute;
        bottom: 0;
        left: -13px
    }
}

.header__menu ul li .active::after {
    content: '';
    display: block;
    width: calc(100% + 26px);
    height: 7px;
    background-color: #f01;
    position: absolute;
    bottom: 0;
    left: -13px
}

@media screen and (max-width: 1365px) {
    .header__menu ul li .active::after {
        display: none
    }
}

.subpage .article {
    margin-top: 60px
}

@media screen and (max-width: 1365px) {
    .subpage .article {
        margin-top: 20px
    }
}

.subpage .article__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .subpage .article__wrapper {
        padding: 0 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .article__wrapper {
        padding: 24px;
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    .subpage .article__wrapper {
        padding: 16px;
        flex-direction: column
    }
}

.subpage .article__content {
    width: calc(100% - 450px);
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px
}

@media screen and (max-width: 1365px) {
    .subpage .article__content {
        width: 100%
    }
}

.subpage .article__title {
    margin-bottom: 50px
}

    .subpage .article__title h1 {
        font-size: 60px;
        color: #122266;
        font-weight: 800;
        line-height: 1.2
    }

@media screen and (max-width: 767px) {
    .subpage .article__title h1 {
        font-size: 32px
    }
}

.subpage .article__text .main {
    float: left;
    width: 450px;
    height: 320px;
    object-fit: cover;
    margin-right: 35px;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .subpage .article__text .main {
        width: 100%
    }
}

.subpage .article__text p {
    font-size: 16px;
    margin-bottom: 20px
}

.subpage .article__text img {
    width: 100%
}

.subpage .article__text h2 {
    font-size: 30px;
    color: #485486;
    margin-bottom: 10px
}

.subpage .article__text h5 {
    font-size: 18px
}

.subpage .article__text a {
    text-decoration: none;
    color: #122266
}

.subpage .article__text ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    margin-bottom: 15px
}

    .subpage .article__text ul li::before {
        content: '';
        left: 0;
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #122266;
        margin-right: 10px;
        margin-top: 9px;
        border-radius: 50%;
        position: absolute
    }

@media screen and (max-width: 1023px) {
    .subpage .article__text img {
        width: 100% !important;
        height: auto !important
    }
}

.subpage .article__data {
    margin-top: 25px;
    display: flex
}

@media screen and (max-width: 767px) {
    .subpage .article__data {
        flex-direction: column;
        margin-top: 0
    }
}

.subpage .article__data p {
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 5px;
    position: relative
}

    .subpage .article__data p::before {
        content: '';
        display: block;
        position: absolute;
        right: 0px;
        width: 1px;
        height: 45px;
        background: #b5b9ca
    }

@media screen and (max-width: 767px) {
    .subpage .article__data p::before {
        display: none
    }
}

.subpage .article__data p i {
    font-size: 50px;
    color: #122264
}

@media screen and (max-width: 767px) {
    .subpage .article__data p i {
        font-size: 25px
    }
}

.subpage .article__data p span {
    font-size: 14px;
    padding-left: 5px
}

.subpage .article__data p:last-child::before {
    display: none
}

.subpage .article__btn {
    margin-top: 40px
}

    .subpage .article__btn a {
        display: block;
        width: 250px;
        height: 50px;
        line-height: 45px;
        border: 2px solid #f01;
        color: #F01;
        text-decoration: none;
        text-align: center;
        font-weight: 700;
        border-radius: 4px
    }

        .subpage .article__btn a:hover {
            background: #f01;
            color: #fff
        }

.subpage .article__panel {
    width: 400px
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .article__panel {
        margin-top: 30px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .subpage .article__panel {
        width: 100%
    }
}

.subpage .article__panel .aside {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .article__panel .aside {
        width: 49%
    }
}

.subpage .article__panel .aside:last-child {
    border: unset
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .article__panel .aside:last-child {
        border-bottom: 1px solid #d7d7d7
    }
}

.subpage .article__panel .aside h4 {
    font-size: 18px;
    color: #122266;
    font-weight: 700
}

.subpage .article__panel .aside i {
    font-size: 45px;
    color: #122266;
    margin-left: -8px
}

.subpage .article__panel .aside p {
    font-size: 14px;
    color: #333;
    font-weight: 300
}

.subpage .article__panel .aside .date {
    display: flex;
    align-items: center
}

    .subpage .article__panel .aside .date p {
        color: #122266
    }

.subpage .article__panel .aside a {
    display: block;
    width: 200px;
    height: 42px;
    background: #7e86a7;
    border-radius: 4px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    margin-top: 30px;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #7e86a7
}

    .subpage .article__panel .aside a:hover {
        background-color: #fff;
        color: #7e86a7
    }

.subpage .article__career {
    width: calc(100% - 450px);
    margin-right: 50px;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .article__career {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .subpage .article__career {
        width: 100%
    }
}

.subpage .article__career--title h1 {
    font-size: 50px;
    color: #122266;
    font-weight: 800;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .subpage .article__career--title h1 {
        font-size: 32px
    }
}

.subpage .article__career--desc {
    display: flex
}

@media screen and (max-width: 767px) {
    .subpage .article__career--desc {
        flex-direction: column
    }
}

.subpage .article__career--desc img {
    width: 375px;
    height: 250px;
    object-fit: cover;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .subpage .article__career--desc img {
        width: 100%
    }
}

.subpage .article__career--desc .desc {
    margin-top: 15px
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .article__career--desc .desc {
        margin-top: 5px
    }
}

.subpage .article__career--desc .desc p {
    margin-bottom: 20px;
    font-weight: 300
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .article__career--desc .desc p {
        margin-bottom: 10px;
        font-size: 14px
    }
}

.subpage .article__career--content {
    display: flex;
    flex-direction: column;
    margin-top: 30px
}

    .subpage .article__career--content h5 {
        font-size: 24px;
        color: #122266;
        margin-bottom: 10px;
        font-weight: 500
    }

    .subpage .article__career--content p {
        margin-bottom: 20px
    }

    .subpage .article__career--content ul {
        margin-left: 10px;
        margin-bottom: 35px
    }

@media screen and (max-width: 767px) {
    .subpage .article__career--content ul {
        margin-bottom: 0
    }
}

.subpage .article__career--content li {
    position: relative;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
    padding-left: 15px
}

@media screen and (max-width: 767px) {
    .subpage .article__career--content li {
        padding-left: 20px
    }
}

.subpage .article__career--content li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #122266;
    margin-right: 10px;
    margin-top: 9px;
    border-radius: 50%;
    position: absolute;
    left: 0
}

@media screen and (max-width: 767px) {
    .subpage .article__career--content li::before {
        position: absolute;
        left: 0
    }
}

.subpage .article__career--content h2 {
    font-size: 40px;
    color: #122266;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .subpage .article__career--content h2 {
        font-size: 30px;
        margin-top: 20px
    }
}

.subpage .article__career--content h3 {
    font-size: 28px;
    display: block;
    letter-spacing: .3px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #122266
}

@media screen and (max-width: 767px) {
    .subpage .article__career--content h3 {
        font-size: 23px
    }
}

.subpage .article__career--content h4 {
    text-align: center;
    font-weight: 16px;
    font-weight: 300
}

    .subpage .article__career--content h4 strong {
        color: #122266;
        font-weight: 700
    }

.subpage .article__career--content a {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: #ed1c24;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 30px
}

.subpage .article__career--content img {
    margin-top: 30px
}

.subpage .article__career--content .banner {
    position: relative
}

    .subpage .article__career--content .banner img {
        width: 100%
    }

@media screen and (max-width: 1023px) {
    .subpage .article__career--content .banner img {
        height: 200px;
        object-fit: cover
    }
}

.subpage .article__career--content .banner .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 180px
}

@media screen and (max-width: 1023px) {
    .subpage .article__career--content .banner .logo {
        height: 41px
    }
}

.subpage .article__career--content .banner span {
    position: absolute;
    left: 38px;
    bottom: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width: 1023px) {
    .subpage .article__career--content .banner span {
        bottom: 30px;
        font-size: 15px
    }
}

.subpage .article__career--content .banner p {
    position: absolute;
    font-size: 40px;
    color: #fff;
    bottom: 45px;
    left: 37px;
    font-weight: 800;
    text-transform: uppercase
}

@media screen and (max-width: 1023px) {
    .subpage .article__career--content .banner p {
        font-size: 32px;
        bottom: 33px
    }
}

.subpage .article__career--btns {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

@media screen and (max-width: 767px) {
    .subpage .article__career--btns {
        flex-direction: column
    }
}

.subpage .article__career--btns a {
    width: 250px;
    height: 50px;
    background: #fff;
    border: 2px solid #f01;
    border-radius: 4px;
    text-align: center;
    color: #f01;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .subpage .article__career--btns a {
        margin-bottom: 20px
    }
}

.subpage .article__career--btns a:hover {
    background: #f01;
    color: #fff
}

.subpage .article__career--box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .subpage .article__career--box {
        flex-wrap: wrap
    }
}

.subpage .article__career--box div {
    width: 175px;
    height: 175px;
    background: #122266;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .subpage .article__career--box div {
        width: 19%
    }
}

@media screen and (max-width: 767px) {
    .subpage .article__career--box div {
        width: 49%;
        margin-bottom: 10px
    }
}

.subpage .article__career--box div i {
    font-size: 110px;
    color: #fff;
    margin-top: -15px
}

.subpage .article__career--box div p {
    font-size: 12px;
    color: #fff;
    font-weight: 300
}

.subpage .article__career--box div span {
    font-size: 14px;
    color: #fff;
    font-weight: 700
}

.subpage .article__career--application {
    margin-top: 30px
}

    .subpage .article__career--application h4 {
        font-size: 40px;
        color: #122266;
        text-align: center;
        letter-spacing: -2.5px
    }

        .subpage .article__career--application h4 span {
            font-size: 28px;
            display: block;
            letter-spacing: .3px
        }

    .subpage .article__career--application p {
        text-align: center
    }

        .subpage .article__career--application p strong {
            color: #122266;
            font-weight: 700
        }

.subpage .career {
    margin-top: 40px
}

@media screen and (max-width: 1365px) {
    .subpage .career {
        margin-top: 20px
    }
}

.subpage .career__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .subpage .career__wrapper {
        padding: 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .career__wrapper {
        padding: 24px
    }
}

@media screen and (max-width: 767px) {
    .subpage .career__wrapper {
        padding: 16px
    }
}

.subpage .career__title h2 {
    font-size: 60px;
    color: #122266;
    font-weight: 800;
    line-height: 1
}

@media screen and (max-width: 767px) {
    .subpage .career__title h2 {
        font-size: 40px;
        line-height: normal
    }
}

.subpage .career__title p {
    font-size: 35px;
    color: #485486
}

@media screen and (max-width: 767px) {
    .subpage .career__title p {
        font-size: 20px
    }
}

.subpage .career__subtitle {
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    .subpage .career__subtitle {
        margin-top: 20px
    }
}

.subpage .career__subtitle p {
    font-size: 16px;
    font-weight: 300
}

.subpage .career__offer {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.subpage .career__offer--item {
    width: 455px;
    margin-bottom: 70px
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .subpage .career__offer--item {
        width: 32%
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .career__offer--item {
        width: 49%
    }
}

@media screen and (max-width: 767px) {
    .subpage .career__offer--item {
        width: 100%;
        margin-bottom: 20px
    }
}

.subpage .career__offer--item .img {
    width: 100%;
    height: 205px
}

    .subpage .career__offer--item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

.subpage .career__offer--item .body {
    width: 100%;
    height: 350px;
    background: #122266;
    padding: 30px 65px;
    text-align: center;
    color: #fff;
    padding-top: 0px
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .subpage .career__offer--item .body {
        padding: 24px
    }
}

@media screen and (max-width: 767px) {
    .subpage .career__offer--item .body {
        height: auto;
        padding: 16px
    }
}

.subpage .career__offer--item .body__title {
    border-bottom: 1px solid #4d598c;
    padding-bottom: 5px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .subpage .career__offer--item .body__title {
        height: auto;
        padding-bottom: 20px
    }
}

.subpage .career__offer--item .body__title p {
    font-size: 24px;
    font-weight: 700
}

.subpage .career__offer--item .body__experience {
    border-bottom: 1px solid #4d598c;
    padding-bottom: 20px;
    padding-top: 15px
}

    .subpage .career__offer--item .body__experience .stars {
        margin-bottom: 5px
    }

        .subpage .career__offer--item .body__experience .stars svg {
            opacity: .3
        }

    .subpage .career__offer--item .body__experience .active-1 svg:nth-child(-n+1) {
        opacity: 1
    }

    .subpage .career__offer--item .body__experience .active-2 svg:nth-child(-n+2) {
        opacity: 1
    }

    .subpage .career__offer--item .body__experience .active-3 svg:nth-child(-n+3) {
        opacity: 1
    }

    .subpage .career__offer--item .body__experience .active-4 svg:nth-child(-n+4) {
        opacity: 1
    }

    .subpage .career__offer--item .body__experience .active-5 svg:nth-child(-n+5) {
        opacity: 1
    }

    .subpage .career__offer--item .body__experience p {
        font-size: 14px;
        color: #ffffff52
    }

        .subpage .career__offer--item .body__experience p span {
            color: #fff
        }

.subpage .career__offer--item .body__information {
    padding-top: 20px
}

    .subpage .career__offer--item .body__information p {
        font-size: 14px;
        color: #ffffff52
    }

        .subpage .career__offer--item .body__information p span {
            color: #fff
        }

.subpage .career__offer--item .body__btn {
    margin-top: 25px
}

    .subpage .career__offer--item .body__btn a {
        width: 250px;
        height: 50px;
        display: block;
        background: #ec1e24;
        margin: 0 auto;
        line-height: 48px;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 700;
        border: 2px solid #ec1e24
    }

        .subpage .career__offer--item .body__btn a:hover {
            background: unset;
            color: #fff
        }

.reference {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .reference {
        margin-top: 20px
    }
}

.reference__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin: 0 auto
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .reference__wrapper {
        padding: 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .reference__wrapper {
        padding: 24px
    }
}

@media screen and (max-width: 767px) {
    .reference__wrapper {
        padding: 16px
    }
}

.reference__title h2 {
    font-size: 60px;
    color: #122266;
    font-weight: 800;
    line-height: 1
}

@media screen and (max-width: 767px) {
    .reference__title h2 {
        font-size: 32px
    }
}

.reference__title p {
    font-size: 35px;
    color: #485486
}

@media screen and (max-width: 767px) {
    .reference__title p {
        font-size: 30px
    }
}

.reference__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px
}

    .reference__items .item {
        width: 23%;
        background: #132267;
        margin-right: 0;
        height: 300px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        margin-bottom: 40px
    }

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .reference__items .item {
        width: 32%
    }
}

@media screen and (max-width: 767px) {
    .reference__items .item {
        width: 100%
    }
}

.reference__items .item:nth-child(4n) {
    margin-right: 0px
}

.reference__items .item img {
    margin-bottom: 50px
}

.reference__items .item .text {
    color: #fff;
    position: absolute;
    bottom: 45px
}

    .reference__items .item .text p {
        font-size: 20px;
        line-height: 1;
        text-align: center
    }

        .reference__items .item .text p strong {
            font-weight: 700
        }

        .reference__items .item .text p span {
            font-size: 16px;
            font-weight: 400
        }

.product {
    margin-top: 40px
}

.product__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin: 0 auto
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .product__wrapper {
        padding: 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .product__wrapper {
        padding: 24px
    }
}

@media screen and (max-width: 767px) {
    .product__wrapper {
        padding: 16px
    }
}

.product__content h2 {
    font-size: 60px;
    color: #122266;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .product__content h2 {
        font-size: 32px
    }
}

.product__content p {
    margin-bottom: 20px
}

.product__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px
}

    .product__items .item {
        width: 49%;
        position: relative;
        margin-bottom: 35px
    }

@media screen and (max-width: 767px) {
    .product__items .item {
        width: 100%
    }
}

.product__items .item__bg {
    height: 270px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .product__items .item__bg {
        height: 300px
    }
}

@media screen and (max-width: 1023px) {
    .product__items .item__bg {
        height: 250px
    }
}

.product__items .item__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product__items .item__body {
    box-shadow: 0px 0px 24px 0px #ccc;
    padding: 22px 35px;
    display: flex
}

@media screen and (max-width: 767px) {
    .product__items .item__body {
        padding: 16px
    }
}

.product__items .item__body img {
    height: 50px
}

.product__items .item__body p {
    color: #122266;
    font-size: 14px;
    font-weight: 700;
    max-width: 99px;
    margin-left: 15px;
    border-left: 2px solid #c4c8d9;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 19px
}

.product__items .item__body a {
    display: block;
    width: 170px;
    height: 45px;
    background: #f01;
    border: 2px solid #f01;
    border-radius: 4px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: .2s all
}

    .product__items .item__body a:hover {
        background: unset;
        color: #f01
    }

.product__items .item__text {
    position: absolute;
    top: 30px;
    left: 35px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .product__items .item__text {
        width: calc(100% - 40px);
        max-width: 100%;
        left: 16px
    }
}

.product__items .item__text h3 {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 450px;
    min-height: 48px
}

@media screen and (max-width: 767px) {
    .product__items .item__text h3 {
        font-size: 16px
    }
}

.product__items .item__text h4 {
    font-size: 16px;
    font-weight: 700
}

.product__items .item__text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
    font-size: 14px;
    max-width: 290px;
    min-height: 57px
}

.product__items .item__text a {
    display: block;
    width: 170px;
    height: 45px;
    background: #f01;
    border: 2px solid #f01;
    border-radius: 4px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: .2s all
}

    .product__items .item__text a:hover {
        border: 2px solid #fff;
        background: unset;
        color: #fff
    }

.product__items .item__icon {
    position: absolute;
    right: 50px;
    width: 300px;
    height: 250px;
    bottom: 60px
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .product__items .item__icon {
        right: 21px;
        width: 250px;
        height: 250px;
        bottom: 20px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .product__items .item__icon {
        right: 15px;
        width: 200px;
        height: 200px;
        bottom: 0
    }
}

@media screen and (max-width: 1023px) {
    .product__items .item__icon {
        display: none
    }
}

.product__items .item__icon .img {
    position: relative
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .product__items .item__icon .img img {
        width: 250px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .product__items .item__icon .img img {
        width: 200px
    }
}

.product__items .item__icon .img .icon {
    position: absolute;
    top: calc(50% + 18px);
    left: calc(50% + 37px);
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 1024px) and (max-width: 1500px) {
    .product__items .item__icon .img .icon {
        top: calc(50% + 10px);
        left: calc(50% + 22px);
        width: 70px
    }
}

.product__items .item__img {
    position: absolute;
    bottom: 15px;
    right: 30px
}

    .product__items .item__img img {
        width: 100%
    }

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .product__items .item__img {
        width: 250px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .product__items .item__img {
        width: 150px;
        right: 15px
    }
}

@media screen and (max-width: 1023px) {
    .product__items .item__img {
        display: none
    }
}

.product__items .item.hover .item__bg {
    overflow: hidden
}

.product__items .item.hover img {
    transition: all .2s
}

.product__items .item.hover--active .item__bg img {
    transform: scale(1.1)
}

.product__items .item.hover--active .icon-small {
    transform: translate(-50%, -50%) scale(1.05)
}

.product__items .item.hover--active .icon-big {
    transform: scale(1.05)
}

.service .item__body {
    padding: 40px 35px
}

.service .item__text h3 {
    font-size: 22px;
    max-width: 500px;
    line-height: 1;
    margin: 0;
    color: #fff;
    min-height: unset
}

.service .item__text h4 {
    margin-bottom: 15px;
    color: #fff
}

.service .item__text p {
    font-size: 14px;
    font-weight: 300;
    padding-right: 35px;
    color: #fff;
    line-height: 1.6;
    max-width: 340px
}

@media screen and (max-width: 767px) {
    .service .item__text p {
        padding-right: 10px
    }
}

.service .item__text a:hover {
    color: #f01
}

.service .item:hover .item__text {
    display: block !important
}

.caseStudy {
    margin-top: 40px
}

.caseStudy__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin: 0 auto
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .caseStudy__wrapper {
        padding: 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .caseStudy__wrapper {
        padding: 24px
    }
}

@media screen and (max-width: 767px) {
    .caseStudy__wrapper {
        padding: 16px
    }
}

.caseStudy__content h2 {
    font-size: 60px;
    color: #122266;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px
}

.caseStudy__content p {
    margin-bottom: 20px
}

.caseStudy__content h4 {
    margin-bottom: 20px
}

.caseStudy__content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 300;
    margin-bottom: 15px
}

    .caseStudy__content ul li {
        font-weight: 300
    }

        .caseStudy__content ul li::before {
            content: '';
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #11205f;
            border-radius: 50%;
            margin-right: 10px
        }

    .caseStudy__content ul p {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 15px
    }

.caseStudy__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 55px
}

    .caseStudy__items .item {
        width: 49%;
        background: #132267;
        display: flex;
        height: 320px;
        position: relative;
        overflow: hidden;
        margin-bottom: 45px;
        justify-content: space-between;
        padding: 40px 24px 50px 25px;
        text-decoration: none
    }

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .caseStudy__items .item {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .caseStudy__items .item {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .caseStudy__items .item {
        width: 100%;
        height: auto;
        flex-direction: column
    }
}

.caseStudy__items .item:nth-child(1n) {
    background-image: url("../img/new/caseBg01.png")
}

.caseStudy__items .item:nth-child(2n) {
    background-image: url("../img/new/caseBg02.png")
}

.caseStudy__items .item:nth-child(3n) {
    background-image: url("../img/new/caseBg03.png")
}

.caseStudy__items .item:nth-child(4n) {
    background-image: url("../img/new/caseBg04.png")
}

.caseStudy__items .item__img {
    width: 49%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .caseStudy__items .item__img {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .caseStudy__items .item__img {
        width: 100%;
        max-height: 250px
    }
}

.caseStudy__items .item__img img {
    transition: .2s all
}

@media screen and (max-width: 767px) {
    .caseStudy__items .item__img img {
        max-width: 150px
    }
}

.caseStudy__items .item__img .logo {
    width: auto;
    height: auto;
    max-width: max-content;
    position: absolute;
    bottom: 0;
    right: 20px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .caseStudy__items .item__img .logo {
        position: relative
    }
}

.caseStudy__items .item__content {
    width: 49%;
    z-index: 2;
    border-left: 1px solid #4e5677;
    padding-left: 40px
}

@media screen and (max-width: 1023px) {
    .caseStudy__items .item__content {
        width: 100%;
        padding-left: 0;
        border: unset
    }
}

.caseStudy__items .item__content .title h3 {
    color: #fff;
    line-height: 1;
    font-size: 32px
}

.caseStudy__items .item__content .title p {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.caseStudy__items .item__content .body {
    padding-top: 25px
}

    .caseStudy__items .item__content .body p {
        font-weight: 300;
        color: #fff;
        font-size: 14px
    }

.caseStudy__items .item:hover h3, .caseStudy__items .item:hover p {
    color: #f01
}

.caseStudy__items .item:hover img {
    transform: scale(1.05)
}

.caseStudy.single h2 {
    margin-bottom: 0px;
    line-height: unset
}

.caseStudy.single h3 {
    font-size: 35px;
    color: #485486;
    margin-bottom: 30px
}

.caseStudy.single .caseStudy__content {
    width: calc(100% - 420px);
    margin-right: 50px
}

@media screen and (max-width: 1365px) {
    .caseStudy.single .caseStudy__content {
        width: 100%
    }
}

.caseStudy.single .caseStudy__items {
    width: 380px;
    flex-direction: column-reverse
}

@media screen and (max-width: 1365px) {
    .caseStudy.single .caseStudy__items {
        width: 100%
    }
}

.caseStudy.single .caseStudy__items a {
    width: 100%;
    text-decoration: none
}

    .caseStudy.single .caseStudy__items a:nth-child(odd) .item {
        background-image: url("../img/new/caseBg01.png")
    }

    .caseStudy.single .caseStudy__items a:nth-child(even) .item {
        background-image: url("../img/new/caseBg02.png")
    }

    .caseStudy.single .caseStudy__items a .item {
        width: 100%;
        padding: 30px 40px 35px 40px;
        flex-direction: column;
        justify-content: center;
        height: auto;
        align-items: center;
        margin-bottom: 20px
    }

    .caseStudy.single .caseStudy__items a .item__img {
        width: 100%;
        align-items: center;
        justify-content: center
    }

    .caseStudy.single .caseStudy__items a .item__content {
        width: 100%;
        padding: 0;
        border: unset;
        text-align: center;
        border-top: 1px solid #4e5677;
        padding-top: 20px;
        margin-top: 35px
    }

        .caseStudy.single .caseStudy__items a .item__content h3 {
            margin-bottom: 16px
        }

        .caseStudy.single .caseStudy__items a .item__content p {
            font-size: 18px;
            font-weight: 400
        }

        .caseStudy.single .caseStudy__items a .item__content .body {
            display: none
        }

.caseStudy.single .caseStudy__wrapper {
    display: flex
}

@media screen and (max-width: 1365px) {
    .caseStudy.single .caseStudy__wrapper {
        flex-direction: column
    }
}

.pattern {
    opacity: 0.75;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/new/test.png");
    z-index: 2;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center
}

.service .item__body p {
    max-width: 100%;
    height: 35px;
    line-height: 35px
}

.customer {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .customer {
        margin-top: 20px
    }
}

.customer__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin: 0 auto
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .customer__wrapper {
        padding: 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .customer__wrapper {
        padding: 24px
    }
}

@media screen and (max-width: 767px) {
    .customer__wrapper {
        padding: 16px
    }
}

.customer__content h2 {
    font-size: 60px;
    color: #122266;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px
}

@media screen and (max-width: 1023px) {
    .customer__content h2 {
        font-size: 40px
    }
}

.customer__content p {
    margin-bottom: 20px
}

.customer__box {
    margin-top: 60px;
    margin-bottom: 10px;
    display: flex
}

@media screen and (max-width: 1023px) {
    .customer__box {
        flex-direction: column
    }
}

.customer__box--img {
    width: 500px
}

@media screen and (max-width: 1023px) {
    .customer__box--img {
        width: 100%
    }
}

.customer__box--img img {
    display: block
}

@media screen and (max-width: 1365px) {
    .customer__box--img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.customer__box--body {
    width: calc(100% - 500px);
    background: #132267;
    padding: 60px;
    padding-bottom: 0px;
    padding-top: 45px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__box--body {
        padding: 24px
    }
}

@media screen and (max-width: 1023px) {
    .customer__box--body {
        width: 100%;
        padding: 16px
    }
}

.customer__box--body .info {
    margin-bottom: 30px
}

    .customer__box--body .info h2 {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 30px;
        font-weight: 700
    }

@media screen and (max-width: 1023px) {
    .customer__box--body .info h2 {
        font-size: 22px
    }
}

.customer__box--body .info h2 i {
    font-size: 55px;
    margin-top: -10px
}

.customer__box--body .info h2 img {
    margin-right: 13px
}

.customer__box--body .info .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

@media screen and (max-width: 1023px) {
    .customer__box--body .info .btns {
        flex-direction: column
    }
}

.customer__box--body .info .btns .button {
    border: 2px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 67px;
    color: #fff;
    position: relative;
    width: 33%;
    max-width: 240px;
    text-decoration: none
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__box--body .info .btns .button {
        text-align: center
    }
}

@media screen and (max-width: 1023px) {
    .customer__box--body .info .btns .button {
        width: 100%;
        margin-bottom: 20px
    }
}

.customer__box--body .info .btns .button:hover {
    background: #fff;
    color: #126
}

.customer__box--body .info .btns .button i {
    position: absolute;
    font-size: 55px;
    left: 10px
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .customer__box--body .info .btns .button i {
        left: 4px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__box--body .info .btns .button i {
        display: none
    }
}

.customer__box--body .info .btns .button p {
    font-size: 16px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__box--body .info .btns .button p {
        font-size: 14px;
        text-align: center;
        margin: 0 auto
    }
}

.customer__box--body .info .btns .button .numbers {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    padding-right: 30px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__box--body .info .btns .button .numbers {
        padding: unset;
        margin: unset;
        margin: 0 auto
    }
}

.customer__box--body .info .btns .button .numbers a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__box--body .info .btns .button .numbers a {
        padding: unset;
        margin: unset;
        margin: 0 auto;
        font-size: 14px
    }
}

.customer__box--body .info .btns .button .numbers span {
    font-size: 13px;
    font-weight: 300;
    max-width: 140px;
    line-height: 1
}

.customer__box--body .info .text {
    margin-top: 20px;
    display: flex
}

@media screen and (max-width: 1365px) {
    .customer__box--body .info .text {
        flex-direction: column
    }
}

.customer__box--body .info .text p {
    max-width: 525px;
    color: #fff;
    font-size: 16px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__box--body .info .text p {
        font-size: 14px
    }
}

.customer__box--body .info .text a {
    margin-left: auto;
    width: 240px;
    height: 65px;
    background: #fff;
    text-align: center;
    line-height: 65px;
    text-decoration: none;
    color: #126;
    font-weight: 700;
    border-radius: 5px;
    transition: .2s all;
    border: 2px solid #fff
}

@media screen and (max-width: 1365px) {
    .customer__box--body .info .text a {
        margin: 0;
        margin-top: 20px
    }
}

.customer__box--body .info .text a:hover {
    background: unset;
    color: #fff
}

.customer__box--body .info.sell {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 1365px) {
    .customer__box--body .info.sell {
        align-items: flex-start;
        flex-direction: column
    }
}

.customer__box--body .info.sell i {
    margin-left: -10px
}

.customer__box--body .info.sell a {
    display: block;
    margin-left: auto;
    width: 240px;
    height: 65px;
    background: #c4c8d9;
    text-align: center;
    line-height: 65px;
    text-decoration: none;
    color: #126;
    font-weight: 700;
    border-radius: 5px;
    transition: .2s all;
    border: 2px solid #c4c8d9
}

@media screen and (max-width: 1365px) {
    .customer__box--body .info.sell a {
        margin-left: unset;
        margin-top: 10px
    }
}

.customer__box--body .info.sell a:hover {
    background: #fff;
    border: 2px solid #fff
}

.customer__box.white {
    box-shadow: 0 0px 30px 0 #0000001A
}

    .customer__box.white .customer__box--body {
        background-color: #fff
    }

        .customer__box.white .customer__box--body .info h2 {
            color: #126;
            margin-bottom: 15px
        }

.customer__files {
    margin-top: 60px
}

    .customer__files h3 {
        font-size: 40px;
        color: #112267;
        margin-bottom: 20px
    }

.customer__files--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .customer__files--items {
        flex-direction: column
    }
}

.customer__files--items .item {
    width: 49%;
    box-shadow: 0 0px 30px 0 #0000001A;
    display: flex;
    padding: 20px 0 20px 30px;
    align-items: center;
    position: relative;
    margin-bottom: 25px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__files--items .item {
        padding: 16px
    }
}

@media screen and (max-width: 1023px) {
    .customer__files--items .item {
        width: 100%;
        flex-direction: column;
        padding: 16px
    }
}

.customer__files--items .item__body {
    padding-left: 35px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__files--items .item__body {
        padding-left: 15px
    }
}

@media screen and (max-width: 1023px) {
    .customer__files--items .item__body {
        padding: 0;
        text-align: center;
        margin-top: 10px
    }
}

.customer__files--items .item__body h4 {
    color: #112267;
    max-width: 330px
}

@media screen and (max-width: 1023px) {
    .customer__files--items .item__body h4 {
        margin-bottom: 13px
    }
}

.customer__files--items .item__body .size {
    display: flex
}

@media screen and (max-width: 1023px) {
    .customer__files--items .item__body .size {
        text-align: center;
        flex-direction: column
    }
}

.customer__files--items .item__body .size p {
    font-size: 14px;
    color: #112267;
    margin-right: 15px;
    padding-right: 15px
}

    .customer__files--items .item__body .size p span {
        font-weight: 700
    }

@media screen and (max-width: 1023px) {
    .customer__files--items .item__body .size p:first-child {
        border: unset
    }
}

.customer__files--items .item__arrow {
    position: absolute;
    width: 95px;
    height: 100%;
    right: 0;
    background: #132267
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .customer__files--items .item__arrow {
        width: 60px
    }
}

@media screen and (max-width: 1023px) {
    .customer__files--items .item__arrow {
        position: relative;
        background: unset;
        margin-top: 20px
    }
}

.customer__files--items .item__arrow a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%
}

    .customer__files--items .item__arrow a:hover {
        background-color: #f01
    }

@media screen and (max-width: 1023px) {
    .customer__files--items .item__arrow a:hover {
        background: unset
    }
}

.customer__files--items .item__arrow i {
    color: #fff;
    font-size: 40px
}

@media screen and (max-width: 1023px) {
    .customer__files--items .item__arrow i {
        color: #f01
    }
}

.contact__slider {
    width: 100%;
    height: 930px;
    background: #0a143c;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .contact__slider {
        height: auto;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .contact__slider {
        height: auto
    }
}

.contact__form {
    height: 460px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1023px) {
    .contact__form {
        height: auto
    }
}

.contact__form .form {
    width: 880px;
    background: #fff;
    padding: 30px 50px;
    border-radius: 4px;
    border: 1px solid #ccc8c8;
    margin: 0 auto;
    margin-top: -145px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .contact__form .form {
        margin-top: 0px
    }
}

@media screen and (max-width: 1023px) {
    .contact__form .form {
        width: 90%;
        position: relative;
        padding: 16px;
        top: 20px;
        margin-top: 0px
    }
}

.contact__form .form.success-send .form__popup {
    display: flex
}

.contact__form .form.success-send .form__wrapper {
    display: none
}

.contact__form .form.fail-send .form__popup {
    display: flex
}

.contact__form .form.fail-send .form__wrapper {
    display: none
}

.contact__form .form.fail-send i {
    color: red;
    transform: rotate(135deg)
}

.contact__form .form__popup {
    display: none;
    height: 405px;
    flex-direction: column;
    align-items: center;
    padding-top: 50px
}

    .contact__form .form__popup h2 {
        font-size: 32px
    }

    .contact__form .form__popup i {
        font-size: 200px;
        color: #00a651
    }

    .contact__form .form__popup a {
        width: 260px;
        height: 50px;
        background: #122266;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 50px;
        text-decoration: none;
        margin-top: 25px
    }

.contact__form .form__title {
    border-bottom: 1px solid #dcdee8;
    padding-bottom: 15px;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .contact__form .form__title {
        margin-bottom: 15px
    }
}

.contact__form .form__title P {
    font-size: 25px;
    color: #122266;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .contact__form .form__title P {
        font-size: 18px
    }
}

.contact__form .form__inputs {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .contact__form .form__inputs {
        flex-direction: column
    }
}

.contact__form .form__inputs--left {
    padding-right: 10px
}

@media screen and (max-width: 1023px) {
    .contact__form .form__inputs--left {
        padding: 0px
    }
}

.contact__form .form__inputs--left, .contact__form .form__inputs--right {
    width: 49%
}

@media screen and (max-width: 1023px) {
    .contact__form .form__inputs--left, .contact__form .form__inputs--right {
        width: 100%
    }
}

.contact__form .form__inputs--left .input, .contact__form .form__inputs--right .input {
    position: relative;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .contact__form .form__inputs--left .input, .contact__form .form__inputs--right .input {
        margin-bottom: 10px
    }
}

.contact__form .form__inputs--left .input i, .contact__form .form__inputs--right .input i {
    font-size: 60px;
    color: #26387c;
    position: absolute;
    left: -10px;
    top: -10px
}

.contact__form .form__inputs--left .input input, .contact__form .form__inputs--right .input input {
    width: calc(100% - 55px);
    height: 45px;
    background: #f8f8f8;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #cdcdcd;
    margin-left: auto;
    display: block;
    font-size: 14px;
    padding-left: 16px;
    font-family: "Open Sans",sans-serif
}

    .contact__form .form__inputs--left .input input.empty, .contact__form .form__inputs--right .input input.empty {
        border: 1px solid #f01
    }

.contact__form .form__inputs--left .input textarea, .contact__form .form__inputs--right .input textarea {
    width: calc(100% - 55px);
    height: 45px;
    background: #f8f8f8;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #cdcdcd;
    margin-left: auto;
    display: block;
    font-size: 14px;
    padding-left: 16px;
    height: 175px;
    font-family: "Open Sans",sans-serif;
    padding-top: 10px;
    resize: none
}

@media screen and (max-width: 767px) {
    .contact__form .form__inputs--left .input textarea, .contact__form .form__inputs--right .input textarea {
        height: 100px
    }
}

.contact__form .form__inputs--left .input textarea.empty, .contact__form .form__inputs--right .input textarea.empty {
    border: 1px solid #f01
}

.contact__form .form__inputs--left .input.margin, .contact__form .form__inputs--right .input.margin {
    margin-bottom: 10px
}

.contact__form .form__inputs--left .checkbox.unchecked label::before, .contact__form .form__inputs--right .checkbox.unchecked label::before {
    border: 1px solid #f01
}

.contact__form .form__inputs--left .checkbox input, .contact__form .form__inputs--right .checkbox input {
    display: none
}

.contact__form .form__inputs--left .checkbox label, .contact__form .form__inputs--right .checkbox label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start
}

    .contact__form .form__inputs--left .checkbox label::before, .contact__form .form__inputs--right .checkbox label::before {
        content: "";
        -webkit-appearance: none;
        padding: 11px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
        border-radius: 5px;
        background: #f8f8f8;
        border: 1px solid #cdcdcd;
        margin-left: 7px
    }

    .contact__form .form__inputs--left .checkbox label p, .contact__form .form__inputs--right .checkbox label p {
        margin-left: 15px;
        margin-top: -2px;
        font-size: 9px;
        overflow: hidden;
        color: #00000096;
        font-weight: 600
    }

        .contact__form .form__inputs--left .checkbox label p a, .contact__form .form__inputs--right .checkbox label p a {
            font-size: 9px;
            color: #12226675;
            font-weight: 800;
            text-decoration: none
        }

.contact__form .form__inputs--left .checkbox #term:checked ~ label::after, .contact__form .form__inputs--right .checkbox #term:checked ~ label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 16px;
    width: 6px;
    height: 14px;
    border: solid #26377c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.contact__form .form__inputs--left .btn, .contact__form .form__inputs--right .btn {
    margin-top: 10px
}

    .contact__form .form__inputs--left .btn button, .contact__form .form__inputs--right .btn button {
        width: calc(100% - 55px);
        display: block;
        margin-left: auto;
        height: 45px;
        background: #00a651;
        border: unset;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        cursor: pointer
    }

.contact__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .contact__wrapper {
        padding: 0 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .contact__wrapper {
        padding: 0 24px
    }
}

.contact__content {
    display: flex;
    height: 100%
}

@media screen and (min-width: 1023px) and (max-width: 1365px) {
    .contact__content {
        justify-content: center
    }
}

.contact__content--img {
    width: calc(100% - 710px);
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .contact__content--img {
        display: none
    }
}

.contact__content--img img {
    position: absolute;
    left: 0;
    top: 80px;
    opacity: 1;
    transition: .3s all
}

.contact__content--img .desc {
    position: absolute;
    bottom: 75px;
    right: 45px;
    text-align: right;
    width: 800px;
    opacity: 0;
    transition: .3s all
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .contact__content--img .desc {
        width: 600px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .contact__content--img .desc {
        display: none
    }
}

.contact__content--img .desc h2 {
    font-size: 100px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.27)
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .contact__content--img .desc h2 {
        font-size: 70px
    }
}

.contact__content--img .desc p {
    font-size: 72px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.27)
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .contact__content--img .desc p {
        font-size: 62px
    }
}

.contact__content--img .desc span {
    font-size: 50px;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.27);
    color: #fff
}

.contact__content--desc {
    width: 100%;
    padding-top: 25px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1023px) {
    .contact__content--desc {
        width: 100%;
        padding: 16px
    }
}

.contact__content--desc .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff40
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .title {
        padding-bottom: 20px
    }
}

.contact__content--desc .title h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    text-align: right;
    line-height: 1
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .title h2 {
        font-size: 40px;
        text-align: left
    }
}

.contact__content--desc .title p {
    font-size: 28px;
    color: #fff;
    text-align: right
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .title p {
        font-size: 24px;
        text-align: left;
        padding-bottom: 10px
    }
}

.contact__content--desc .body {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .body {
        flex-direction: column
    }
}

.contact__content--desc .body .cards {
    width: 49%;
    border-right: 1px solid #ffffff40;
    margin-top: 35px;
    padding-right: 40px
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .body .cards {
        width: 100%;
        padding: 0;
        border: 0
    }
}

.contact__content--desc .body .cards__title p {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    display: flex
}

@media screen and (max-width: 767px) {
    .contact__content--desc .body .cards__title p {
        font-size: 26px
    }
}

.contact__content--desc .body .cards__title p img {
    margin-right: 20px
}

.contact__content--desc .body .cards__title span {
    font-size: 18px;
    margin-top: 5px;
    display: block;
    font-weight: 300;
    color: #fff
}

@media screen and (max-width: 767px) {
    .contact__content--desc .body .cards__title span {
        font-size: 16px
    }
}

.contact__content--desc .body .list {
    padding-top: 20px
}

    .contact__content--desc .body .list p {
        font-size: 22px;
        color: #fff;
        font-weight: 400
    }

    .contact__content--desc .body .list ul {
        padding-top: 15px
    }

        .contact__content--desc .body .list ul li {
            color: #fff;
            font-size: 14px;
            font-weight: 300;
            position: relative;
            padding-bottom: 3px
        }

            .contact__content--desc .body .list ul li::before {
                content: '';
                display: inline-block;
                width: 4px;
                height: 4px;
                background: #fff;
                border-radius: 50%;
                vertical-align: middle;
                margin-right: 20px
            }

.contact__content--desc .body .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 35px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .contact__content--desc .body .items {
        padding-right: 15px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact__content--desc .body .items {
        max-width: 700px;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .contact__content--desc .body .items {
        flex-direction: column
    }
}

.contact__content--desc .body .items .item {
    width: 202px;
    height: 280px;
    border: 2px solid #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 30px
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .contact__content--desc .body .items .item {
        width: 185px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .contact__content--desc .body .items .item {
        width: 31%
    }
}

@media screen and (max-width: 767px) {
    .contact__content--desc .body .items .item {
        width: 100%;
        height: 150px;
        margin-bottom: 15px
    }
}

.contact__content--desc .body .items .item.contact {
    background: #2e3658
}

.contact__content--desc .body .items .item p {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 767px) {
    .contact__content--desc .body .items .item p {
        padding-bottom: 10px
    }
}

.contact__content--desc .body .items .item img {
    margin-top: 25px;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .contact__content--desc .body .items .item img {
        display: none
    }
}

.contact__content--desc .body .items .item span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    max-width: 150px
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .contact__content--desc .body .items .item span {
        padding: 0 10px;
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .contact__content--desc .body .items .item span {
        max-width: 100%;
        padding: 0 25px
    }
}

.contact__content--desc .body .data {
    width: 49%
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .body .data {
        width: 100%
    }
}

.contact__content--desc .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff4a;
    padding-bottom: 10px;
    max-width: 690px;
    margin-left: auto
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
    .contact__content--desc .content {
        justify-content: flex-end
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact__content--desc .content {
        justify-content: flex-start;
        margin-left: unset
    }
}

.contact__content--desc .content__item {
    width: 335px;
    height: 135px;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
    .contact__content--desc .content__item {
        margin-right: 15px;
        width: 304px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact__content--desc .content__item {
        margin-right: 9px
    }
}

.contact__content--desc .content__item:first-child, .contact__content--desc .content__item:last-child {
    animation: background 5s ease infinite !important
}

.contact__content--desc .content__item:nth-child(2n), .contact__content--desc .content__item:nth-child(3n) {
    animation: backgroundReverse 5s ease infinite
}

.contact__content--desc .content__item h3 {
    font-size: 16px
}

.contact__content--desc .content__item p {
    font-size: 13px;
    margin-top: 12px
}

.contact__content--desc .dane {
    padding-top: 45px
}

    .contact__content--desc .dane h3 {
        font-size: 35px;
        color: #fff;
        font-weight: 800;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 355px;
        margin-left: auto;
        padding-bottom: 10px
    }

@media screen and (max-width: 1023px) {
    .contact__content--desc .dane h3 {
        margin-left: unset
    }
}

.contact__content--desc .dane h3 i {
    font-size: 55px;
    position: absolute;
    left: 0
}

.contact__content--desc .dane p {
    text-align: right;
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .dane p {
        text-align: left
    }
}

.contact__content--desc .dane span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    max-width: 630px;
    margin-left: auto;
    padding-top: 5px
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .dane span {
        text-align: left;
        margin: 0
    }
}

.contact__content--desc .office {
    padding-top: 45px
}

    .contact__content--desc .office h3 {
        font-size: 35px;
        color: #fff;
        font-weight: 800;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 150px;
        margin-left: auto;
        padding-bottom: 10px
    }

@media screen and (max-width: 1023px) {
    .contact__content--desc .office h3 {
        margin-left: unset
    }
}

.contact__content--desc .office h3 i {
    font-size: 55px;
    position: absolute;
    left: 0
}

.contact__content--desc .office p {
    font-size: 18px;
    color: #fff;
    text-align: right
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .office p {
        text-align: left
    }
}

.contact__content--desc .office p span {
    font-weight: 700
}

.contact__content--desc .office .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 690px;
    margin-left: auto
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .contact__content--desc .office .btns {
        width: 655px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .contact__content--desc .office .btns {
        flex-direction: column;
        align-items: flex-end;
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact__content--desc .office .btns {
        margin-left: unset
    }
}

@media screen and (max-width: 767px) {
    .contact__content--desc .office .btns {
        flex-direction: column;
        margin-left: unset
    }
}

.contact__content--desc .office .btns a {
    width: 335px;
    height: 65px;
    background: transparent;
    border-radius: 5px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    transition: .2s all
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .contact__content--desc .office .btns a {
        width: 320px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .contact__content--desc .office .btns a {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .office .btns a {
        margin-bottom: 10px
    }
}

.contact__content--desc .office .btns a:hover {
    background: unset;
    color: #fff
}

    .contact__content--desc .office .btns a:hover i {
        color: #fff
    }

    .contact__content--desc .office .btns a:hover p, .contact__content--desc .office .btns a:hover span {
        color: #fff
    }

.contact__content--desc .office .btns a i {
    color: #fff;
    font-size: 55px;
    margin-left: -10px
}

.contact__content--desc .office .btns a p {
    color: #fff;
    font-size: 16px;
    padding: 0;
    font-weight: 400
}

    .contact__content--desc .office .btns a p span {
        color: #fff;
        font-weight: 800
    }

.contact__content--desc .office .btns a.email {
    justify-content: flex-start;
    padding-left: 25px
}

    .contact__content--desc .office .btns a.email p {
        padding-left: 10px;
        line-height: 1.2
    }

.contact__content--desc .contact {
    padding-top: 40px;
    text-align: right
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .contact {
        text-align: left
    }
}

.contact__content--desc .contact h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 800;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 345px;
    margin-left: auto;
    padding-bottom: 10px
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .contact h3 {
        font-size: 24px;
        text-align: left;
        padding-bottom: 10px;
        justify-content: flex-start;
        padding-left: 62px;
        margin: unset
    }
}

.contact__content--desc .contact h3 i {
    font-size: 55px;
    position: absolute;
    left: 0
}

.contact__content--desc .contact p {
    font-size: 18px;
    color: #fff
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .contact p {
        font-size: 16px;
        text-align: left
    }
}

.contact__content--desc .contact span {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.contact__content--desc .contact .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 690px;
    margin-left: auto
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .contact__content--desc .contact .btns {
        width: 655px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .contact__content--desc .contact .btns {
        flex-direction: column;
        align-items: flex-end;
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact__content--desc .contact .btns {
        margin-left: unset
    }
}

@media screen and (max-width: 767px) {
    .contact__content--desc .contact .btns {
        flex-direction: column;
        margin-left: unset
    }
}

.contact__content--desc .contact .btns a {
    width: 335px;
    height: 65px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    transition: .2s all
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .contact__content--desc .contact .btns a {
        width: 320px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .contact__content--desc .contact .btns a {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .contact .btns a {
        margin-bottom: 10px
    }
}

.contact__content--desc .contact .btns a:hover {
    background: unset;
    color: #fff
}

    .contact__content--desc .contact .btns a:hover i {
        color: #fff
    }

    .contact__content--desc .contact .btns a:hover p, .contact__content--desc .contact .btns a:hover span {
        color: #fff
    }

.contact__content--desc .contact .btns a i {
    color: #122266;
    font-size: 55px;
    margin-left: -10px
}

.contact__content--desc .contact .btns a p {
    color: #122266;
    font-size: 16px;
    padding: 0;
    font-weight: 400
}

    .contact__content--desc .contact .btns a p span {
        color: #122266;
        font-weight: 800
    }

.contact__content--desc .contact .btns a.email {
    justify-content: flex-start;
    padding-left: 25px
}

    .contact__content--desc .contact .btns a.email p {
        font-size: 15px;
        line-height: 1.2
    }

        .contact__content--desc .contact .btns a.email p span {
            font-size: 15px
        }

.contact__content--desc .support {
    margin-top: 50px;
    border-top: 1px solid #ffffff36;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .support {
        flex-direction: column;
        padding-bottom: 60px
    }
}

.contact__content--desc .support__left {
    width: 50%;
    padding-top: 15px;
    padding-right: 20px;
    border-right: 1px solid #ffffff36;
    text-align: center
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .support__left {
        width: 100%;
        border: unset
    }
}

.contact__content--desc .support__left h4 {
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .support__left h4 {
        justify-content: flex-start
    }
}

.contact__content--desc .support__left h4 i {
    font-size: 50px;
    margin-right: 10px
}

.contact__content--desc .support__left a {
    display: block;
    width: 100%;
    height: 65px;
    background: #00a651;
    border-radius: 5px;
    margin-top: 20px;
    line-height: 65px;
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

    .contact__content--desc .support__left a:hover {
        background: #fff;
        color: #126
    }

.contact__content--desc .support__right {
    width: 50%;
    padding-top: 15px;
    padding-left: 20px
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .support__right {
        width: 100%;
        padding: 0;
        padding-top: 10px
    }
}

.contact__content--desc .support__right h4 {
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 800;
    padding-left: 10px
}

@media screen and (max-width: 1023px) {
    .contact__content--desc .support__right h4 {
        padding-left: 0px
    }
}

.contact__content--desc .support__right h4 i {
    font-size: 50px;
    margin-right: 10px
}

.contact__content--desc .support__right .buttons {
    margin-top: 20px
}

    .contact__content--desc .support__right .buttons a {
        width: 100%;
        height: 65px;
        border: 2px solid #fff;
        border-radius: 4px;
        display: flex;
        align-items: center;
        color: #fff;
        text-decoration: none;
        padding-left: 8px
    }

        .contact__content--desc .support__right .buttons a:hover {
            background: #fff;
            color: #126
        }

        .contact__content--desc .support__right .buttons a i {
            font-size: 50px;
            margin-right: 8px;
            margin-left: 5px
        }

        .contact__content--desc .support__right .buttons a span {
            font-weight: 800
        }

        .contact__content--desc .support__right .buttons a:last-child {
            margin-top: 15px
        }

.about__header {
    position: relative
}

@media screen and (max-width: 767px) {
    .about__header {
        height: 500px
    }
}

.about__header img {
    width: 100%
}

@media screen and (max-width: 767px) {
    .about__header img {
        height: 100%;
        object-fit: cover;
        object-position: left
    }
}

.about__header--content {
    position: absolute;
    left: calc((100% - 1400px) / 2);
    width: 830px;
    top: 116px;
    color: #fff
}

@media screen and (min-width: 2100px) {
    .about__header--content {
        top: 160px
    }
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .about__header--content {
        left: 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .about__header--content {
        left: 24px;
        top: 16px;
        width: 90%
    }
}

@media screen and (max-width: 767px) {
    .about__header--content {
        left: 16px;
        top: 16px;
        width: 95%;
        padding-right: 16px
    }
}

.about__header--content h2 {
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .about__header--content h2 {
        font-size: 40px
    }
}

.about__header--content p {
    font-size: 15px;
    background: #0b153b;
    padding: 17px 20px 17px 20px
}

.about__header--content span {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-top: 15px;
    line-height: 1.4;
    color: #ffffffc2
}

@media screen and (max-width: 767px) {
    .about__header--content span {
        font-weight: 700
    }
}

.about__content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 70px
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .about__content {
        padding: 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .about__content {
        margin: 0;
        padding: 24px;
        flex-direction: column
    }
}

@media screen and (max-width: 1365px) {
    .about__content {
        margin: 0;
        padding: 16px;
        flex-direction: column
    }
}

.about__content h2 {
    font-size: 42px;
    color: #122468;
    margin-bottom: 20px;
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .about__content h2 {
        font-size: 32px
    }
}

.about__content h3 {
    margin-bottom: 20px;
    font-size: 19px
}

@media screen and (max-width: 767px) {
    .about__content h3 {
        font-size: 16px
    }
}

.about__content a {
    color: #126;
    margin-right: 5px
}

.about__content--svg {
    margin-top: 100px;
    position: relative
}

@media screen and (max-width: 767px) {
    .about__content--svg {
        margin-top: 50px;
        background: #122468;
        padding-bottom: 50px
    }
}

.about__content--svg p {
    background: #122468;
    padding: 30px;
    width: calc(100% - 60px);
    margin-left: auto;
    font-size: 20px;
    color: #fff;
    line-height: 1.2
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .about__content--svg p {
        width: 100%
    }

        .about__content--svg p br {
            display: none
        }
}

@media screen and (max-width: 767px) {
    .about__content--svg p {
        width: 100%;
        font-size: 16px
    }
}

.about__content--svg img {
    position: absolute;
    right: -40px;
    top: -80px
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .about__content--svg img {
        position: unset;
        right: unset;
        top: unset;
        display: block;
        text-align: center;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .about__content--svg img {
        position: unset;
        right: unset;
        top: unset;
        width: 90%;
        margin: 0 auto;
        display: block
    }
}

.about__content--text {
    margin-top: 80px;
    display: flex;
    margin-bottom: 50px
}

@media screen and (max-width: 767px) {
    .about__content--text {
        flex-direction: column
    }
}

.about__content--text ul {
    margin-bottom: 15px
}

    .about__content--text ul li {
        display: flex;
        font-weight: 300;
        position: relative;
        padding-left: 15px
    }

        .about__content--text ul li::before {
            content: '';
            width: 6px;
            height: 6px;
            background-color: #11205f;
            border-radius: 50%;
            margin-right: 10px;
            margin-top: 10px;
            position: absolute;
            left: 0
        }

.about__content--text .left {
    width: 50%;
    margin-right: 20px;
    border-right: 1px solid #d2d2d2;
    padding-right: 40px
}

@media screen and (max-width: 767px) {
    .about__content--text .left {
        width: 100%;
        margin: 0;
        border: unset
    }
}

.about__content--text .left h4 {
    font-size: 26px;
    color: #122468;
    margin-bottom: 20px
}

.about__content--text .left ul p {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px
}

.about__content--text .right {
    width: 50%;
    margin-left: 20px
}

@media screen and (max-width: 767px) {
    .about__content--text .right {
        width: 100%;
        margin: 0;
        border: unset
    }
}

.about__content--text .right h4 {
    font-size: 26px;
    color: #122468;
    margin-bottom: 20px
}

.about__content--text .right p {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px
}

.about__content--btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px
}

@media screen and (max-width: 1023px) {
    .about__content--btns {
        flex-direction: column;
        justify-content: center
    }
}

.about__content--btns div {
    width: 420px;
    height: 210px;
    background: #126;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .about__content--btns div {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .about__content--btns div {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px
    }
}

.about__content--btns div:hover img {
    transform: rotate(8deg) scale(1.1)
}

.about__content--btns div img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    transition: .2s all
}

.about__content--btns div p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-align: center
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .about__content--btns div p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .about__content--btns div p {
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px
    }
}

.about__content--btns div span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    z-index: 2
}

.about__content--btns div a {
    display: block;
    width: 250px;
    height: 50px;
    background: #ed1c24;
    border: 2px solid #ed1c24;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    margin-top: 45px;
    position: relative;
    z-index: 2;
    transition: all .2s
}

    .about__content--btns div a:hover {
        border: 2px solid #fff;
        background: unset
    }

.about__content--btns div:last-child {
    margin-right: 0px
}

.about__content--left {
    width: 48%;
    margin-right: 45px
}

@media screen and (max-width: 1365px) {
    .about__content--left {
        width: 100%;
        margin: 0
    }
}

.about__content--right {
    width: 48%
}

@media screen and (max-width: 1365px) {
    .about__content--right {
        width: 100%
    }
}

.about__content--info {
    margin-top: 50px;
    text-align: center
}

    .about__content--info h4 {
        font-size: 36px;
        color: #122266;
        font-weight: 800;
        margin-bottom: 20px
    }

@media screen and (max-width: 1365px) {
    .about__content--info h4 {
        font-size: 27px
    }
}

.about__content--info h4 span {
    color: #ed1c24
}

.about__content--info span {
    font-size: 20px;
    color: #126;
    margin-top: 20px;
    display: block;
    font-weight: 700
}

.about__content--info a {
    width: 280px;
    height: 55px;
    display: block;
    background: #f01;
    border: 2px solid #f01;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 45px;
    border-radius: 4px;
    line-height: 55px;
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

    .about__content--info a:hover {
        border: 2px solid #f01;
        background: unset;
        color: #f01
    }

.service {
    margin-top: 70px;
    min-height: calc(100vh - 700px)
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .service {
        padding: 36px
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .service {
        padding: 24px
    }
}

@media screen and (max-width: 767px) {
    .service {
        padding: 16px;
        margin-top: 0
    }
}

.service__wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.service h2 {
    font-size: 52px;
    font-weight: 800;
    color: #132267
}

@media screen and (max-width: 767px) {
    .service h2 {
        font-size: 38px
    }
}

.service h3 {
    font-size: 35px;
    color: #485486;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .service h3 {
        font-size: 28px
    }
}

.service h4 {
    font-size: 24px;
    color: #132267;
    margin-bottom: 15px
}

.service p {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000
}

.service strong {
    color: #126
}

.service table {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
    border-collapse: collapse;
    width: 100%
}

    .service table tr th, .service table tr td {
        border-bottom: 1px solid #566292;
        padding: 10px 10px;
        font-size: 15px
    }

        .service table tr th:first-child, .service table tr td:first-child {
            border-right: 1px solid #fff;
            padding-right: 35px;
            font-weight: 700
        }

        .service table tr th:last-child, .service table tr td:last-child {
            padding-left: 40px
        }

    .service table tr:last-child td {
        border-bottom: unset
    }

    .service table tr:nth-child(odd) td {
        background: transparent
    }

    .service table tr:nth-child(even) td {
        background: #ffffff0f
    }

.service .table {
    background: #102166;
    padding: 40px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url("../img/new/table-bg.png");
    background-repeat: no-repeat;
    background-position: right
}

@media screen and (max-width: 767px) {
    .service .table {
        padding: 16px
    }
}

.service .table p {
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff
}

.service .service-bg {
    background: #102166;
    padding: 40px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url("../img/new/table-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .service .service-bg {
        padding: 16px
    }
}

.service .service-bg h5 {
    font-size: 22px;
    margin-bottom: 35px
}

.service .service-bg .item {
    margin-left: 10px;
    margin-bottom: 0px;
    width: 47%
}

@media screen and (max-width: 767px) {
    .service .service-bg .item {
        width: 100%
    }
}

.service .service-bg .item p {
    margin-top: 0px;
    margin-left: 15px
}

.service .service-bg .item ul {
    margin-bottom: 0px;
    margin-left: 0px
}

.service .service-bg ul {
    width: 100%
}

    .service .service-bg ul li {
        font-weight: 700
    }

        .service .service-bg ul li::before {
            background-color: #fff
        }

    .service .service-bg ul p {
        margin-top: 0px;
        margin-left: 15px
    }

.service .service-bg p {
    color: #fff
}

.service .service-bg strong {
    color: #fff
}

.service .service-bg.small p {
    margin-top: 0px
}

.service .service-bg .items {
    column-count: 2;
    column-fill: balance;
    column-gap: 35px
}

@media screen and (max-width: 767px) {
    .service .service-bg .items {
        column-count: 1
    }
}

.service .service-bg .items .item {
    width: 100%;
    background: #4d5a8d;
    display: flex;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 20px
}

    .service .service-bg .items .item p {
        margin: 0;
        color: #fff;
        line-height: 1.3;
        margin-left: 25px
    }

    .service .service-bg .items .item img {
        margin-left: 10px
    }

.service .service-simple {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .service .service-simple .logo {
        flex-basis: 100%
    }

        .service .service-simple .logo img {
            margin: 0 auto;
            display: block;
            margin-bottom: 50px
        }

@media screen and (max-width: 767px) {
    .service .service-simple .logo img {
        width: 100%
    }
}

.service .service-simple div {
    width: 48%
}

@media screen and (max-width: 767px) {
    .service .service-simple div {
        width: 100%
    }
}

.service .service-simple div ul {
    margin-left: 15px
}

.service .service-simple div li {
    font-weight: 400
}

.service .service-icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 30px
}

    .service .service-icon .icon {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #b9becf;
        width: 48%;
        padding-bottom: 10px
    }

@media screen and (max-width: 767px) {
    .service .service-icon .icon {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 20px
    }
}

.service .service-icon .icon i {
    color: #0a1a5e;
    font-size: 115px
}

.service .service-icon .icon img {
    margin-left: 22px;
    margin-right: 20px
}

.service .service-icon .icon .img-icon {
    width: 118px;
    height: 115px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 767px) {
    .service .service-icon .icon .img-icon {
        width: 114px
    }
}

.service .service-icon .icon .text {
    margin-left: 10px
}

    .service .service-icon .icon .text p {
        color: #0a1a5e;
        margin: 0;
        font-weight: 700
    }

.service .service-icon .icon:nth-last-child(-n+2) {
    border: unset
}

.service .service-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px
}

@media screen and (max-width: 767px) {
    .service .service-wrapper {
        flex-direction: column
    }
}

.service .service-wrapper ul:last-child {
    margin-left: 60px
}

@media screen and (max-width: 767px) {
    .service .service-wrapper ul:last-child {
        margin-left: 0px
    }
}

.service .service-wrapper.nospace ul {
    margin-left: 0px !important;
    width: 100%
}

.service .service-wrapper.nospace .item {
    width: 50%
}

@media screen and (max-width: 767px) {
    .service .service-wrapper.nospace .item {
        width: 100%
    }
}

.service .service-wrapper.blue {
    flex-wrap: wrap
}

    .service .service-wrapper.blue h4 {
        flex-basis: 100%
    }

    .service .service-wrapper.blue .item {
        margin-left: 10px;
        margin-bottom: 0px;
        width: 47%
    }

@media screen and (max-width: 767px) {
    .service .service-wrapper.blue .item {
        width: 100%
    }
}

.service .service-wrapper.blue .item p {
    margin-top: 0px;
    margin-left: 15px
}

.service .service-wrapper.blue .item ul {
    margin-bottom: 0px;
    margin-left: 0px
}

.service .service-wrapper.blue ul {
    width: 100%
}

    .service .service-wrapper.blue ul li {
        font-weight: 700;
        color: #126
    }

    .service .service-wrapper.blue ul p {
        margin-top: 0px;
        margin-left: 15px
    }

.service .service-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px
}

@media screen and (max-width: 767px) {
    .service .service-box {
        flex-direction: column
    }
}

.service .service-box > div {
    width: 32%;
    border: 2px solid #126;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 14px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .service .service-box > div {
        width: 49%
    }
}

@media screen and (max-width: 767px) {
    .service .service-box > div {
        width: 100%
    }
}

.service .service-box > div .text {
    margin-left: 25px
}

.service .service-box > div:last-child {
    margin: 0 auto
}

.service .service-box > div:first-child img {
    margin-left: 0px
}

.service .service-box > div img {
    margin-left: 25px
}

.service .service-box > div p {
    font-size: 16px;
    margin: 0;
    margin-bottom: 0px;
    color: #11205f;
    font-weight: 700;
    margin-bottom: 10px
}

.service .service-box > div span {
    color: #11205f;
    font-size: 14px
}

.service .service-banner {
    width: 100%;
    background: #112367;
    padding: 30px 45px 15px 45px;
    color: #fff;
    margin-bottom: 50px;
    background-image: url("../img/new/paralax.png");
    background-position: 100% 0%;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .service .service-banner {
        background-size: cover
    }
}

.service .service-banner p {
    color: #fff
}

.service .service-banner h4 {
    color: #fff;
    margin: 0
}

.service .service-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("../img/new/service-info.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    padding-left: 50px;
    padding-right: 55px;
    margin-top: 40px;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .service .service-info {
        height: auto;
        padding: 16px;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.service .service-info .text p {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    color: #fff
}

.service .service-info .text span {
    font-size: 16px;
    color: #fff
}

.service .service-info .btn a {
    display: block;
    width: 250px;
    height: 50px;
    background: #f01;
    border: 2px solid #f01;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px
}

@media screen and (max-width: 767px) {
    .service .service-info .btn a {
        margin-top: 15px
    }
}

.service .service-info .btn a:hover {
    border: 2px solid #fff;
    background: unset
}

.service ul {
    margin-bottom: 15px;
    width: 50%
}

@media screen and (max-width: 767px) {
    .service ul {
        width: 100%
    }
}

.service ul li {
    display: flex;
    align-items: center;
    font-weight: 300
}

    .service ul li::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #11205f;
        border-radius: 50%;
        margin-right: 10px
    }

.service ol {
    margin-left: 20px;
    margin-bottom: 15px
}

    .service ol li {
        font-weight: 300
    }

.product.single {
    min-height: calc(100vh - 700px);
    margin-top: 60px
}

    .product.single h1 {
        font-size: 60px;
        color: #122266;
        font-weight: 800
    }

@media screen and (max-width: 767px) {
    .product.single h1 {
        font-size: 42px
    }
}

.product.single h2 {
    color: #485486;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 30px
}

    .product.single h2 span {
        color: #485486 !important
    }

.product.single h3 {
    font-size: 35px;
    color: #485486;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .product.single h3 {
        font-size: 24px
    }
}

.product.single h4 {
    font-size: 24px;
    color: #132267;
    margin-bottom: 15px
}

.product.single b {
    color: #126;
    font-weight: 700
}

.product.single strong {
    color: #485486 !important;
    font-weight: 700
}

    .product.single strong span {
        color: #485486 !important
    }

.product.single img {
    width: 100%
}

.product.single hr {
    margin-bottom: 20px
}

.product.single p {
    margin-bottom: 15px
}

.product.single ul {
    margin-bottom: 15px
}

    .product.single ul li {
        display: flex;
        align-items: center;
        font-weight: 300
    }

        .product.single ul li::before {
            content: '';
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #11205f;
            border-radius: 50%;
            margin-right: 10px
        }

.product.single a {
    text-decoration: none;
    color: #203175;
    margin-bottom: 10px;
    font-weight: 600;
    display: block
}

.product.single small {
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.product.single .product-itools .logo {
    width: 400px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px
}

@media screen and (max-width: 767px) {
    .product.single .product-itools .logo {
        width: 100%
    }
}

.product.single .product-itools .banner {
    display: flex;
    background: #fff;
    margin-top: 30px;
    padding: 20px 30px;
    align-items: center
}

@media screen and (max-width: 767px) {
    .product.single .product-itools .banner {
        flex-direction: column;
        padding: 16px
    }
}

.product.single .product-itools .banner .img {
    width: 180px;
    margin-right: 50px
}

@media screen and (max-width: 767px) {
    .product.single .product-itools .banner .img {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0
    }
}

.product.single .product-itools .banner .text {
    width: calc(100% - 190px)
}

@media screen and (max-width: 767px) {
    .product.single .product-itools .banner .text {
        width: 100%
    }
}

.product.single .product-itools .banner .text p {
    color: #126
}

.product.single .product-itools .banner.transparent {
    background: unset
}

@media screen and (max-width: 767px) {
    .product.single .product-itools .banner.transparent {
        padding: 0px
    }
}

.product.single .product-itools .banner.transparent p {
    color: #000
}

.product.single .product-itools strong {
    color: #122266 !important
}

.product.single .product-itools .info {
    background-image: url("/img/new/itools-info.png");
    padding: 40px 50px 20px 50px;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 50px
}

@media screen and (max-width: 767px) {
    .product.single .product-itools .info {
        padding: 16px
    }
}

.product.single .product-itools .info h4 {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    line-height: 1
}

@media screen and (max-width: 767px) {
    .product.single .product-itools .info h4 {
        font-size: 32px;
        margin-bottom: 10px
    }
}

.product.single .product-itools .info h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px
}

.product.single .product-itools .info p {
    color: #fff
}

    .product.single .product-itools .info p b {
        color: #fff !important
    }

.product.single .itools-phone {
    display: flex;
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .product.single .itools-phone {
        flex-direction: column
    }
}

.product.single .itools-phone img {
    margin-right: 50px
}

@media screen and (max-width: 1365px) {
    .product.single .itools-phone img {
        display: none
    }
}

.product.single .itools-phone h5 {
    font-size: 48px;
    line-height: 1;
    color: #1b2e75;
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .product.single .itools-phone h5 {
        font-size: 32px
    }
}

.product.single .itools-phone h6 {
    color: #1b2e75;
    font-size: 24px
}

.product.single .product-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .product.single .product-box {
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

@media screen and (max-width: 767px) {
    .product.single .product-box {
        flex-direction: column
    }
}

.product.single .product-box.white .item {
    background: #fff
}

    .product.single .product-box.white .item p {
        color: #126;
        font-weight: 400
    }

.product.single .product-box.white-small .item {
    background: #fff;
    width: 16%;
    padding: 16px 10px;
    justify-content: flex-start
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .product.single .product-box.white-small .item {
        width: 32%;
        margin-bottom: 20px;
        margin-right: 9px
    }
}

@media screen and (max-width: 767px) {
    .product.single .product-box.white-small .item {
        width: 100%;
        margin-bottom: 20px
    }
}

.product.single .product-box.white-small .item .img {
    width: 140px;
    height: 145px
}

    .product.single .product-box.white-small .item .img img {
        width: 100%;
        height: 100%
    }

.product.single .product-box.white-small .item p {
    color: #126;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #c6cbdc;
    width: 100%;
    margin-top: 10px
}

.product.single .product-box.white-small .item span {
    font-size: 12px;
    text-align: center;
    color: #126
}

.product.single .product-box .item {
    width: 19%;
    background: #1b2e75;
    padding: 40px 30px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .product.single .product-box .item {
        width: 32%;
        margin-bottom: 20px;
        margin-right: 9px
    }
}

@media screen and (max-width: 767px) {
    .product.single .product-box .item {
        width: 100%;
        margin-bottom: 20px
    }
}

.product.single .product-box .item img {
    height: 140px
}

.product.single .product-box .item p {
    text-align: center;
    color: #fff;
    border-top: 1px solid #ffffff54;
    margin-top: 25px;
    padding-top: 26px;
    font-size: 15px;
    font-weight: 400
}

.product.single .product-cart {
    display: flex;
    margin: 50px 0px
}

@media screen and (max-width: 1023px) {
    .product.single .product-cart {
        flex-direction: column
    }
}

.product.single .product-cart .img img {
    width: 400px
}

@media screen and (max-width: 1023px) {
    .product.single .product-cart .img img {
        width: 100%;
        max-width: 400px
    }
}

.product.single .product-cart .text {
    margin-left: 50px
}

@media screen and (max-width: 1023px) {
    .product.single .product-cart .text {
        margin-left: unset
    }
}

.product.single .product-cart .text h3 {
    font-size: 48px;
    color: #1b2e75;
    margin-bottom: 20px
}

.product.single .product-cart .text h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 0px
}

.product.single .product-cart .text h5 {
    font-size: 30px;
    color: #132267
}

.product.single .product-list {
    display: flex
}

@media screen and (max-width: 1023px) {
    .product.single .product-list {
        flex-wrap: wrap
    }
}

.product.single .product-list ul {
    width: 50%
}

.product.single .product-list li {
    position: relative;
    padding-left: 15px;
    display: block
}

    .product.single .product-list li::before {
        position: absolute;
        left: 0;
        top: 7px
    }

    .product.single .product-list li ul {
        padding-left: 5px;
        margin-top: 8px
    }

.product.single .product-list.blue {
    justify-content: space-between;
    background: #122266;
    padding: 40px;
    color: #fff;
    margin-top: 40px;
    background-image: url("../img/new/paralax.png");
    background-position: 100% 0%;
    background-repeat: no-repeat
}

    .product.single .product-list.blue ul {
        width: 48%
    }

@media screen and (max-width: 1023px) {
    .product.single .product-list.blue ul {
        width: 100%
    }
}

.product.single .product-list.blue ul li {
    margin-bottom: 15px
}

    .product.single .product-list.blue ul li::before {
        background-color: #fff
    }

.product.single .product-ioffice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px
}

    .product.single .product-ioffice .item {
        width: 49%;
        background: #122266;
        margin-bottom: 25px;
        display: flex;
        padding: 50px;
        align-items: center;
        padding-bottom: 30px
    }

@media screen and (max-width: 1023px) {
    .product.single .product-ioffice .item {
        width: 100%;
        flex-direction: column
    }
}

.product.single .product-ioffice .item .icon {
    width: 125px;
    margin-right: 30px
}

.product.single .product-ioffice .item .text {
    width: calc(100% - 155px);
    margin-left: 20px
}

@media screen and (max-width: 1023px) {
    .product.single .product-ioffice .item .text {
        width: 100%;
        margin-top: 20px
    }
}

.product.single .product-ioffice .item .text p {
    font-size: 15px;
    color: #fff
}

.product.single .product-ioffice .item .text b {
    color: #fff
}

.product.single .product-ihr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px
}

    .product.single .product-ihr .item {
        width: 49%;
        background: #122266;
        margin-bottom: 25px;
        display: flex;
        padding: 50px;
        align-items: flex-start;
        padding-bottom: 50px;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover
    }

@media screen and (max-width: 1023px) {
    .product.single .product-ihr .item {
        width: 100%;
        padding: 16px
    }
}

.product.single .product-ihr .item:first-child {
    background-image: url("/img/new/ihr-bg1.png")
}

.product.single .product-ihr .item:nth-child(2n) {
    background-image: url("/img/new/ihr-bg2.png")
}

.product.single .product-ihr .item:nth-child(3n) {
    background-image: url("/img/new/ihr-bg2.png")
}

.product.single .product-ihr .item:last-child {
    background-image: url("/img/new/ihr-bg4.png")
}

.product.single .product-ihr .item .icon {
    margin-top: 25px;
    display: flex;
    align-items: center
}

    .product.single .product-ihr .item .icon img {
        width: 80px;
        margin-right: 33px
    }

    .product.single .product-ihr .item .icon h4 {
        color: #fff;
        margin-bottom: 0px
    }

.product.single .product-ihr .item .text {
    margin-top: 50px
}

    .product.single .product-ihr .item .text h4 {
        color: #fff;
        text-align: center;
        margin-bottom: 20px
    }

    .product.single .product-ihr .item .text p {
        color: #fff;
        font-size: 16px
    }

.product.single .product-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("../img/new/product-item.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    padding-left: 50px;
    padding-right: 55px;
    margin-top: 40px;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .product.single .product-info {
        height: auto;
        padding: 16px;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.product.single .product-info .text p {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    color: #fff
}

.product.single .product-info .text span {
    font-size: 16px;
    color: #fff
}

.product.single .product-info .btn a {
    display: block;
    width: 250px;
    height: 50px;
    background: #f01;
    border: 2px solid #f01;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 0px
}

@media screen and (max-width: 767px) {
    .product.single .product-info .btn a {
        margin-top: 15px
    }
}

.product.single .product-info .btn a:hover {
    border: 2px solid #fff;
    background: unset
}

.service-contact {
    display: flex;
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .service-contact {
        flex-direction: column;
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .service-contact .img img {
        width: 150px;
        display: block;
        text-align: center;
        margin: 0 auto
    }
}

.service-contact .label {
    margin-left: 41px;
    width: 800px;
    margin-top: 15px
}

@media screen and (max-width: 767px) {
    .service-contact .label {
        width: 100%;
        margin-left: 0
    }
}

.service-contact .label .text {
    background: #b5b9ca;
    padding: 16px;
    position: relative
}

    .service-contact .label .text::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 25px 25px;
        border-color: transparent transparent #b5b9ca transparent;
        position: absolute;
        left: -25px;
        bottom: 22px
    }

@media screen and (max-width: 767px) {
    .service-contact .label .text::before {
        display: none
    }
}

.service-contact .label .text .title {
    margin: 0;
    font-size: 18px;
    color: #122266;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0px
}

.service-contact .label .text .titleBold {
    color: #122266;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px
}

.service-contact .label .text .subtitle {
    font-size: 14px;
    margin: 0px;
    color: #122266
}

.service-contact .label .text span {
    color: #102064;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 15px
}

.service-contact .label .contact {
    margin-top: 20px
}

    .service-contact .label .contact p {
        font-size: 30px;
        font-weight: 700;
        color: #122266;
        padding-left: 20px;
        margin-bottom: 0
    }

    .service-contact .label .contact span {
        display: block;
        padding-left: 20px;
        color: #000;
        font-size: 20px;
        font-weight: 700
    }

    .service-contact .label .contact a {
        display: block;
        width: 280px;
        height: 55px;
        background: #f01;
        border: 2px solid #f01;
        text-align: center;
        line-height: 55px;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        margin-top: 20px
    }

        .service-contact .label .contact a:hover {
            border: 2px solid #f01;
            background: unset;
            color: #f01
        }

@keyframes background {
    0% {
        background: #232c50
    }

    50% {
        background: #474f6d
    }

    100% {
        background: #232c50
    }
}

@keyframes backgroundReverse {
    0% {
        background: #474f6d
    }

    50% {
        background: #232c50
    }

    100% {
        background: #474f6d
    }
}

.mobile-phone {
    display: none
}

@media screen and (max-width: 767px) {
    .mobile-phone {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .desktop-phone {
        display: none
    }
}

.error404 {
    background-image: url("https://ihr.intebuco.pl/Content/Images/404.png");
    position: absolute;
    width: 100%;
    height: calc(100% - 115px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 1365px) {
    .error404 {
        height: 100%
    }
}

.error404 p {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    top: calc(50% - 270px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 5px #000
}

.error404 h2 {
    font-size: 300px;
    font-weight: 800;
    color: #f01;
    top: calc(50% + 0px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 1365px) {
    .error404 h2 {
        font-size: 150px
    }
}

.error404 h3 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    top: calc(50% + 167px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 5px #000
}

@media screen and (max-width: 1365px) {
    .error404 h3 {
        font-size: 25px;
        top: calc(50% + 130px)
    }
}

.error404 h4 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    top: calc(50% + 225px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 5px #000
}

@media screen and (max-width: 1365px) {
    .error404 h4 {
        font-size: 25px
    }
}

.blocked {
    position: absolute;
    font-size: 11px;
    left: 57px;
    color: red;
    visibility: hidden
}

    .blocked.show {
        visibility: unset
    }

.footer__right .blocked {
    position: relative;
    height: 0
}

    .footer__right .blocked.show {
        visibility: unset;
        height: auto !important;
        left: 40px;
        margin-top: -9px;
        margin-bottom: 5px
    }

.update {
    position: absolute;
    width: 100%;
    height: calc(100% - 111px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/raport.png");
    z-index: 9999;
    top: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media screen and (max-width: 1365px) {
    .update {
        top: 70px;
        height: calc(100% + 120px);
        padding-top: 100px;
        justify-content: flex-start;
        z-index: 999
    }
}

.update h1 {
    font-size: 50px;
    color: #fff;
    max-width: 1200px;
    text-align: center
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .update h1 {
        font-size: 30px
    }
}

@media screen and (max-width: 767px) {
    .update h1 {
        font-size: 24px;
        max-width: 90%
    }
}

.update h2 {
    font-size: 50px;
    color: #fff;
    margin-top: 60px;
    max-width: 1200px;
    text-align: center
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .update h2 {
        font-size: 30px;
        max-width: 90%
    }
}

@media screen and (max-width: 767px) {
    .update h2 {
        font-size: 24px;
        max-width: 90%
    }
}

.update .buttons {
    display: flex;
    margin-top: 45px
}

@media screen and (max-width: 1365px) {
    .update .buttons {
        flex-direction: column;
        text-align: center
    }
}

.update .buttons p {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .update .buttons p {
        font-size: 18px;
        margin-top: 10px
    }
}

.update .buttons p a {
    color: #fff
}

.mobi li {
    position: relative;
    font-weight: 300;
    flex-direction: column;
    padding-left: 20px;
    align-items: flex-start !important;
    margin-bottom: 20px
}

    .mobi li::before {
        position: absolute;
        top: 11px;
        left: 0
    }

    .mobi li p {
        font-weight: 700;
        color: #126;
        font-size: 18px
    }

    .mobi li span {
        display: block
    }

.politics {
    padding-top: 50px;
    margin-left: 20px
}

    .politics ol li {
        font-size: 18px;
        color: #0F2064;
        font-weight: 700;
        padding-bottom: 10px
    }

        .politics ol li p {
            padding-top: 10px;
            color: #000;
            padding-bottom: 10px
        }

    .politics ol ul {
        padding-top: 10px;
        margin-left: 0
    }

        .politics ol ul li {
            font-weight: 300;
            color: #000;
            font-size: 16px;
            position: relative
        }

            .politics ol ul li strong {
                display: contents
            }

@media screen and (max-width: 1023px) {
    .politics ol ul li::before {
        position: absolute;
        top: 8px;
        left: -14px
    }
}

.productCarousel {
    padding-top: 100px !important;
    padding-bottom: 60px !important
}

    .productCarousel .swiper-slide {
        width: 800px;
        opacity: 0.4
    }

@media screen and (max-width: 1023px) {
    .productCarousel .swiper-slide {
        width: 100%
    }
}

.productCarousel .swiper-slide-active {
    opacity: 1 !important
}

.productCarousel .img {
    border: 15px solid #fff;
    border-radius: 5px;
    position: relative
}

    .productCarousel .img::before {
        content: '';
        display: block
    }

.sliderButtons {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap
}

    .sliderButtons button {
        background: #122164;
        color: #fff;
        border: unset;
        padding: 19px 18px;
        padding-left: 18px;
        font-size: 16px;
        border-radius: 5px;
        margin-right: 5px;
        cursor: pointer;
        position: relative;
        padding-left: 60px;
        margin-bottom: 10px
    }

        .sliderButtons button i {
            font-size: 50px;
            position: absolute;
            top: 4px;
            left: 6px
        }

        .sliderButtons button.active {
            background: #ec1d23
        }

.swiper-pagination-bullet-active {
    background: #126 !important
}

.partners {
    width: 100%;
    max-width: 1400px;
    padding-top: 100px;
    margin: 0 auto;
}

    .partners .title p {
        font-size: 75px;
        font-weight: 900;
        color: #11205f;
        line-height: 1;
    }

    .partners .items {
        display: flex;
        align-items: center;
        padding-top: 70px;
        flex-wrap: wrap;
    }
    .partners .item {
margin-right: 0;
  height: 150px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 40px;
  width: 150px;
  margin-right: 21px;
border: 1px solid #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
  background: #fff;
  border-top: 1px solid #126;
    }
    .partners .items img {
        width: 80px;
        max-height: 70px;
  object-fit: contain;
  margin-top: -10px;
    }

    @media screen and (min-width:768px) and (max-width:1365px) {
        .partners {
            margin: 16px;
        }
    }

        @media screen and (max-width:767px) {
            .partners {
                padding: 16px;
            }
                .partners .title p {
                    font-size: 32px;
                }
                .partners .items {
                    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
                }
                .partners .item {
                    margin-right: 0px;
                }
        }


          .partners .item p {
            position: absolute;
  bottom: 8px;
  font-size: 12px;
  color: #126;
  font-weight: 600;
          }