body {
    background: #F5F5F5;    
}

header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
header.dark {
    background: #00000069;
}
.navbar.navbar-expand-lg {
    padding: 27px 0;
}
.navbar-brand {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.navbar-brand:hover {
    color: #000;
}
header.dark .navbar-brand {
    color: #fff;
}
header.dark .navbar-brand:hover {
    color: #fff;
}
.nav-link {
    color: #000;
    margin-right: 8px;
    margin-left: 8px;
}
.nav-link:hover {
    color: #000;
}
header.dark .nav-link {
    color: #fff;
}
.header__button {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    width: 160px;
    height: 44px;
    background: #B1040E;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid #B1040E;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.header__button:hover {
    color: #B1040E;
    background: #fff;
}

#hero {
    width: 100%;
    height: 100vh;
    position: relative;
}
#myVideo {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.hero-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: #00000085;
}
.hero-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-title {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}
.hero-text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.hero-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

#hrbp {
    padding: 50px 0;
    overflow-x: hidden;
}
.hrbp-row-1 {
    display: flex;
}
.hrbp-row-1 .hrbp-block {
    width: 21.280276816609%;
    margin-right: 10.1999%;
}
.hrbp-block-image {
    width: 132.04065%;
    margin-left: -16.108867%;
}
.hrbp-block-image.hover {
    content: url(../img/hex-red.png);
    z-index: 2;
    position: relative;
}
.hrbp-row-2 {
    display: flex;
    justify-content: end;
    margin-top: -16.2%;
}
.hrbp-row-2 .hrbp-block {
    width: 21.280276816609%;
    margin-left: 10.1999%;
}
.hrbp-block {
    position: relative;
}
.hrbp-block.line-1::after {
    content: url(../img/hrbp-line.png);
    position: absolute;
    top: calc(50% - 8px);
    right: 96%;
}
.hrbp-block.line-2::after {
    content: url(../img/hrbp-line.png);
    position: absolute;
    top: calc(50% - 8px);
    left: 96%;
}
.hrbp-text-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hrbp-text {
    text-align: center;
    max-width: 50%;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
.hrbp-text:hover {
    color: #000; 
}

#employees {
    padding: 50px 0;
}
.main-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.mainSwiper {
    padding: 15px 50px 50px;
}
.mainSwiper-inner {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.mainSwiper-image {
    position: relative;
}
.mainSwiper-image img {
    position: relative;
    z-index: 2;
}
.mainSwiper-image::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 15px;
    width: 100%;
    height: 100%;
    background: #B1040E;
    z-index: 1;
    border-radius: 100%;
}
.mainSwiper-title {
    font-size: 12px;
    color: #404040;
    margin-top: 20px;
    margin-bottom: 5px;
}
.mainSwiper-name {
    font-size: 18px;
    color: #B1040E;
    font-weight: 600;
    margin-bottom: 10px;
}
.mainSwiper-mail, .mainSwiper-number {
    font-size: 14px;
    color: #404040;
    margin-bottom: 10px;
}
.mainSwiper-mail a {
    color: #404040;
    text-decoration: none;
}
.mainSwiper .swiper-button-prev:after {
    content: url(../img/arrow-left.svg);
}
.mainSwiper .swiper-button-next:after {
    content: url(../img/arrow-right.svg);
}
.mainSwiper .mainSwiper-pagination {
    bottom: 0;
}
.mainSwiper .swiper-pagination-bullet {
    background: #000;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 15px !important;
}
.mainSwiper .swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #000;
    width: 14px;
    height: 14px;
}

footer {
    padding: 50px 0;
}
.footer-inner {
    background: #fff;
    border-radius: 20px;
    box-shadow: #000 0 0 50px -36px;
    padding: 40px;
}
.footer-inner-row {
    display: flex;
}
.footer-left {
    width: 25%;
}
.footer-text {
    font-size: 14px;
    color: #404040;
    margin: 0;
}
.footer-mail {
    font-size: 18px;
    font-weight: 500;
    color: #404040;
    text-decoration: none;
}
.footer-mail:hover {
    color: #404040;
    text-decoration: underline;
}
.footer-text a {
    color: #404040;
    text-decoration: none; 
}
.footer-right {
    width: 75%;
}
.footer-right-top {
    display: flex;
    justify-content: space-between;
}
.footer-right-bottom-inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #C6C6C6;
}
.footer-right-text {
    font-weight: 500;
    color: #404040;
    text-decoration: none;
    margin: 0;
}
a.footer-right-text:hover {
    color: #404040;
    text-decoration: underline;
}
.footer-right .footer-text, .footer-right .footer-right-text {
    width: 33%; 
}
.footer-left-top {
    height: 20%;
}
.footer-right-top {
    height: 20%;
}
.footer-left-bottom {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-right-bottom {
    height: 80%;
}

#banner {
    margin-top: 100px;
    height: 160px;
    display: flex;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

#main {
    padding: 50px 0 0;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #939393;
    background: #f5f5f5;
    padding: 30px 0;
}
.accordion-button {
    background: #F5F5F5;
    box-shadow: none !important;
    font-size: 32px;
    font-weight: 500;
    padding: 0;
}
.accordion-button:not(.collapsed) {
    color: #404040;
    background: #F5F5F5;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after {
    background-image: url(../img/plus.svg) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg) !important;
}
.accordion-body {
    background: #f5f5f5;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
.accordion-row {
    display: flex;
    justify-content: space-between;
}
.accordion-row-inner {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    box-shadow: #000 0 0 11px -8px;
    min-height: 140px;
}
.accordion-row-inner.w-22 {
    width: 22%;
}
.accordion-row-inner.w-30 {
    width: 30%;
}
.accordion-row-inner.arrow-short::after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: calc(50% - 8px);
}
.accordion-row-inner.w-22.arrow-short::after {
    left: 102%;
}
.accordion-row-inner.w-30.arrow-short::after {
    left: 103%;
}
.accordion-row-inner-text {
    margin: 0;
    font-size: 20px;
    color: #404040;
}
#main.administration .accordion-row-inner-text {
    font-size: 16px;
}
.arrow-long {
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.arrow-long-inner {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-right: auto;
    margin-left: auto;
}
.arrow-long-inner::before {
    content: url(../img/arrow-down.svg);
    position: absolute;
    top: 0;
    left: calc(10% - 8px);
}
.arrow-long-inner::after {
    content: '';
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    position: absolute;
    border-left: 2px solid #404040;
    bottom: 0;
    right: 10%;
}
.arrow-long-sep {
    width: 80%;
    border-top: 2px solid #404040;
}
.accordion-button-row {
    padding-top: 30px;
    display: flex;
}
.accordion-row-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #B1040E;
    height: 48px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid;
    border-radius: 8px;
    margin-right: 25px;
}
.accordion-row-link img {
    margin-left: 15px; 
}
.accordion-row-link:hover {
    color: #B1040E;
}
.plus-after::after {
    content: url(../img/plus-after.svg);
    position: absolute;
    top: calc(50% - 12px);
    left: 106.5%;
}
.plus-minus-after::after {
    content: url(../img/plus-minus-after.svg);
    position: absolute;
    top: calc(50% - 27px);
    left: 105%;
}
.accordion-row.justify-content-start .accordion-row-inner.w-30 {
    margin-right: 5%; 
}
.accordion-button-row.pb-30 {
    padding-bottom: 30px;
}
.accordion-inner {
    background: #fff;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-shadow: #000 0 0 20px -13px;
}
.accordion-inner-link {
    font-size: 18px;
    color: #404040;
    padding: 5px 0;
}
.accordion-inner-link:hover {
    color: #404040;
}

.jobs-sort {
    display: flex;
    margin-bottom: 30px;
}
#jobs {
    background: transparent;
    width: 260px;
    border: none;
    border-bottom: 1px solid;
    margin-right: 30px;
}
.jobs-sort .header__button {
    width: 100px;
}
.jobs-row {
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
}
.jobs-row-text {
    font-size: 14px;
    color: #404040;
}   
.jobs-row-text-1 {
    width: 60%;
}
.jobs-row-text-2 {
    width: 15%;
}
.jobs-row-text-3 {
    width: 25%;
    text-align: end;
}
.accordion-jobs .accordion-item {
    background: #fff;
    border-radius: 14px !important;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    box-shadow: #000 0 0 20px -13px;
}
.accordion-jobs .accordion-button {
    background: #fff;
    width: auto;
}
.accordion-jobs .accordion-body {
    background: #fff;
    margin-top: 30px;
    border-top: 1px solid #939393;
}
.accordion-jobs .accordion-inner {
    padding: 0;
    box-shadow: none;
}
.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-header-title {
    width: 60%;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #404040;
}
.accordion-header-division {
    width: 15%;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #404040;
}
.accordion-header-block {
    width: 25%; 
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.accordion-header-button {
    font-size: 14px;
    color: #B1040E;
    text-decoration: none;
    width: 180px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-radius: 8px;
}
.accordion-header-button:hover {
    color: #B1040E;
}
.summary-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
    border-bottom: 1px solid;
}
.summary-block {
    background: #fff;
    border-radius: 14px;
    border: none;
    padding: 30px;
    box-shadow: #000 0 0 20px -13px;
}
.summary-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #404040;
    margin-bottom: 5px;
}
.summary-text-1 {
    font-size: 20px;
    color: #404040;
    margin-bottom: 20px;
}
.summary-text-2 {
    font-size: 18px;
    font-weight: 500;
    color: #404040;
    margin-bottom: 15px;
}
form.summary-form {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 10px 35px;
    align-items: center;
    border-radius: 14px;
}
.summary-submit.header__button {
    width: 180px;
}

#mainModal1 .modal-dialog, #mainModal2 .modal-dialog, #mainModal3 .modal-dialog, #mainModal4 .modal-dialog, #mainModal5 .modal-dialog, #mainModal6 .modal-dialog {
    margin-top: 20vh;
}
.modal-dialog {
    max-width: 560px;
}
#formModal .modal-dialog {
    max-width: 360px;
}
/*#mainModal6 .modal-dialog {
    max-width: 360px;
}*/
.modal-content {
    border-radius: 14px;
}
.modal-body {
    padding: 50px 40px 40px;
}
.button-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal-title {
    font-size: 18px;
    font-weight: 500;
    color: #B1040E;
    margin-bottom: 30px;
}
a.modal-title:hover {
    color: #B1040E;
}
.modal-text a {
    color: #B1040E;
    font-weight: 500;
} 
form {
    display: flex;
    flex-direction: column;
}
.form-name, .form-tel, .form-mail {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 100%;
}
.form-message {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 100%;
}
.form-submit {
    width: 100%; 
}
#modalInner1.hide {
    display: none !important;
}
#modalSuccess1 {
    width: 100%;
    flex-direction: column;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
#modalSuccess1 .modal-check {
    width: 50px;
    margin-bottom: 0;
}
#modalSuccess1.hide {
    display: none;
}
#modalInner2.hide {
    display: none !important;
}
#modalSuccess2 {
    width: 100%;
    flex-direction: column;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
#modalSuccess2 .modal-check {
    width: 50px;
    margin-bottom: 0;
}
#modalSuccess2.hide {
    display: none;
}
#modalInner2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 10px 35px;
    align-items: center;
    border-radius: 14px;
}

@media (max-width: 767px) {
    header.dark-2-light {
        background: #f5f5f5;
        box-shadow: #000 0 0 30px -10px;
    }
    header.dark-2-light .navbar-brand {
        color: #000; 
    }
    header.dark-2-light .nav-link {
        color: #000;
    }
    .header__button {
        width: 190px;
        height: 50px;
    }
    header .header__button {
        width: 100%;
        height: 55px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .navbar.navbar-expand-lg {
        padding: 13px 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        background: url(../img/menu-open.png);
        width: 44px;
        height: 44px;
    }
    .nav-item.header__item {
        border-bottom: 1px solid #939393;
        width: 100%;
    }
    .nav-item.header__item:nth-child(4) {
        border-bottom: none;
    }
    .navbar-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-align-items: start !important;
                align-items: start !important;
    }
    .nav-link {
        margin: 0; 
        font-size: 24px;
        font-weight: 600;
        padding: 15px 0;
    }
    #banner {
        margin-top: 80px;
    }
    .hero-title {
        font-size: 36px;
        text-align: center;
    }
    .hrbp-block.d-md-none {
        display: flex;
        margin-bottom: 10%;
    }
    .hrbp-block {
        margin-bottom: -33%;
    }
    .hrbp-row.hrbp-col-1 {
        width: 57.4108818011257%;
    }
    .hrbp-row.hrbp-col-2 {
        width: 57.4108818011257%;
        margin-left: -14.82176360225141%;
        margin-top: 24.1999%;
    }
    .hrbp-text {
        max-width: 70%;
        font-size: 12px;
    }
    #employees {
        padding: 20px 0 50px;
    }
    .mainSwiper {
        padding: 15px 0px 50px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: auto;
        bottom: 0;
        z-index: 11;
    }
    .mainSwiper .mainSwiper-pagination {
        bottom: 12px;
    }
    .footer-inner {
        padding: 40px 20px;
    }
    .footer-inner-row {
        flex-direction: column;
    }
    .footer-left {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-right {
        width: 100%;
    }
    .footer-text {
        font-size: 12px;
    }
    .footer-left-top .footer-text {
        margin-bottom: 10px;
    }
    .footer-left-bottom .footer-mail {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .footer-right-text {
        font-size: 14px; 
    }
    .footer-right-bottom-inner {
        flex-direction: column;
    }
    .footer-right .footer-text, .footer-right .footer-right-text {
        width: auto;
        margin-bottom: 10px;
    }
    .footer-right-bottom-inner {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #brand {
        padding-top: 10px;
        margin-bottom: 0;
    }
    footer {
        padding: 20px 0;
    }
    .accordion-row-inner.w-22, .accordion-row-inner.w-30 {
        width: 95%;
        margin-bottom: 20px;
    }
    .accordion-row {
        flex-direction: column;
        align-items: end;
    }
    .accordion-row-inner.arrow-short::after {
        display: none;
    }
    .arrow-long {
        display: none;
    }
    .arrow-mobile::before {
        content: url(../img/arrow-mobile.svg);
        position: absolute;
        right: 100%;
        top: 67%;
    }
    .accordion-button-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .accordion-row-link {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 0;
    }
    .accordion-row.justify-content-start .accordion-row-inner.w-30 {
        margin-right: 0;
    }
    .plus-after::after {
        top: 100%;
        left: -6.5%;
    }
    .plus-minus-after::after {
        top: 92%;
        left: -8%;
    }
    #jobs {
        width: 60%;
        margin-right: 5%;
    }
    .jobs-sort .header__button {
        width: 35%;
    }
    .jobs-row-text-3 {
        width: 100%;
        text-align: start;
    }
    .accordion-header {
        align-items: start;
        flex-direction: column;
    }
    .accordion-header-title, .accordion-header-division {
        width: 100%;
        margin-bottom: 30px;
    }
    .accordion-header-block {
        width: 100%;
    }
    .accordion-header .jobs-row-text.d-md-none {
        margin-bottom: 10px;
    }
    .summary-subtitle {
        margin-bottom: 10px;
    }
    .summary-text-1 {
        margin-bottom: 30px;
    }
    .summary-text-2 {
        margin-bottom: 20px;
    }
    form.summary-form {
        padding: 10px 15px;
        border-radius: 8px;
    }
    .summary-submit.header__button {
        width: 120px;
        height: 30px;
    }
    .modal-dialog {
        margin-top: 10vh !important;
    }
    #modalSuccess1 {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
    #modalSuccess2 {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
}