@viewport {
    user-zoom: fixed
}

* {
    backface-visibility: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    appearance: none
}

body,
html {
    position: relative;
    overflow-x: hidden !important
}

body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    color: #232323;
    font: 16px "Rubik", sans-serif;
    line-height: normal;
    font-weight: normal;
    background: #fff
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000000s ease-in-out 0s !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

:focus-visible {
    outline: 0
}

.container {
    max-width: 1281px;
    width: 100%;
    margin: 0 auto
}

main {
    margin-top: 95px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

section {
    position: relative;
    padding: 50px 0;
    z-index: 0;
}

a {
    color: #232323;
    text-decoration: none
}

img {
    user-select: none
}

button,
input {
    background-color: unset;
    border: 0
}

button {
    cursor: pointer
}

textarea {
    resize: none
}

.flex-col {
    flex-direction: column;
    align-items: center;
    height: 100%
}

.flex-col,
.flex-row,
.flex-wrap {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.h1,
h1 {
    font-size: 50px;
    font-weight: 500;
}

.h2,
h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
}

.h3,
h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
}

.h4,
h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 130%;
}

.h6,
h6 {
    font-size: 18px;
    font-weight: 600;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    padding: 0 12px 24px;
    position: relative
}

.col-1 > *,
.col-2 > *,
.col-3 > *,
.col-4 > *,
.col-5 > *,
.col-6 > * {
    width: 100%;
    height: 100%
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.3%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

.col-6 {
    width: 16.6%
}

/* Default */
.btn,
input[type="submit"] {
    padding: 16px 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    line-height: 130%;
    color: #fff;
    background: #19766C;
    transition: all .4s ease;
}

.btn:hover,
input[type="submit"]:hover {
    background: #0C544C;
    transition: all .4s ease;
}

.btn.red,
input[type="submit"] {
    background: #E16732;
}

.btn.red:hover,
input[type="submit"]:hover {
    background: #C44A14;
}

.btn.outline {
    border: 1px solid #19766C;
    color: #19766C;
    background: #fff;
}

.btn.outline:hover {
    color: #fff;
    background: #19766C;
}

.form {
    width: calc(100% + 12px);
    margin: 0 -6px -12px;
}

.form p {
    display: flex;
    flex-direction: column;
    padding: 0 6px 12px;
}

.form span,
.form input,
.form textarea {
    width: 100%;
}

.form input:not([type="submit"]),
.form textarea {
    border-radius: 10px;
    border: 1px solid rgba(25, 118, 108, 0.50);
    background: #FFF;
    padding: 14px 25px;
    font-family: "Rubik", sans-serif !important;
    color: #232323;
    line-height: 130%;
    font-weight: 300;
}

.form textarea {
    height: 126px;
}

.form input[type="submit"] {
    margin-top: 20px;
    width: 100%;
}

.file {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    color: #19766C;
    line-height: 130%;
    font-weight: 300;
}

.file input,
.file .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    opacity: 0;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    margin-top: 5px;
}

/* Nav */
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    padding: 0 20px;
    transition: all .4s ease;
}

.nav {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 !important;
    position: relative;
    border-bottom: 1px solid rgba(195, 195, 195);
    transition: all .4s ease;
}

.logo {
    position: relative;
}

.logo,
.logo img {
    width: 175px;
    height: 54px;
    transition: all .4s ease;
}

.logo img {
    position: absolute;
}

.logo img:nth-child(2) {
    position: absolute;
    opacity: 0;
}

.nav__menu {
    margin: 0 auto;
}

.nav__menu > *:nth-child(n+2) {
    display: none;
}

.nav__menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.nav__menu ul a {
    line-height: 130%;
    transition: all .4s ease;
}

.nav__menu ul a:hover {
    color: rgba(225, 103, 50, 1);
    transition: all .4s ease;
}

.lang {
    margin-left: 17px;
    position: relative;
}

.lang span {
    display: none;
}

.lang__header,
.lang__items {
    padding: 9px 15px;
    border-radius: 10px;
    border: 1px solid var(--Green_main, #19766C);
    background: var(--White_background, #FFF);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.lang img {
    width: 20px;
    height: 13px;
}

.lang__items {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.lang__header:hover + .lang__items,
.lang__items:hover {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.burger {
    width: 42px;
    height: 42px;
    position: relative;
    border-radius: 10px;
    background: var(--Green_main, #19766C);
    z-index: 99;
    display: none;
    margin-left: 10px;
}

.burger::after,
.burger::before,
.burger span {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    transition: 0.3s ease 0s;
}

.burger::before {
    top: 15px;
}

.burger::after {
    bottom: 15px;
}

.burger span {
    top: 50%;
    transform: translate(-50%, -50%)
}

.menu-active .burger::after,
.menu-active .burger::before,
.menu-active .burger span {
    transition: 0.3s ease 0s;
    top: 50%;
    width: 100%;
    left: 50%;
    bottom: auto;
}

.menu-active .burger::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-active .burger::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-active .burger span {
    transform: translate(-50%, -50%) scaleX(0);
}

/* Footer */
footer {
    background: #19766C;
    color: #fff;
    padding: 47px 0 22px;
}

.footer {
    justify-content: space-between;
    align-items: flex-start;
}

.footer a {
    color: #fff;
}

.footer .flex-col {
    align-items: flex-start;
}

.footer .logo {
    margin-bottom: 45px;
}

.tel {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-weight: 300;
    line-height: 130%;
}

.footer .tel {
    margin-bottom: 26px;
}

.footer .tel img {
    margin-bottom: auto;
}

.footer .tel:last-child {
    margin-bottom: 0;
}

.footer__social {
    margin-top: 34px;
}

.footer__social .h4 {
    margin-bottom: 30px;
}

.footer__social a {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 22px;
}

.footer__social a:last-child {
    margin-bottom: 0;
}

.footer__menu {
    margin-top: 94px;
    list-style: none;
    gap: 24px;
    width: 300px;
    align-items: flex-start;
    height: fit-content;
    justify-content: space-between;
}

.footer__menu li {
    width: 200px;
}

.footer__menu li:nth-child(2n+2) {
    width: 70px;
}

.footer__copy {
    width: 100%;
    align-items: center;
    margin-top: 87px;
    gap: 26px;
    padding-top: 15px;
    border-top: 1px solid #FFF;
}

.med {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-size: 14px !important;
    line-height: 120%;
    gap: 6px;
    margin-left: auto;
}

/* Modal */
.modal {
    border-radius: 30px;
    border: 1px solid #CC9B80;
    background: #FFF;
    padding: 40px;
    max-width: 417px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.modal__title {
    color: #19766C;
    margin-bottom: 10px;
}

.modal > p {
    max-width: 262px;
    font-weight: 300;
    line-height: 130%;
    margin: 0 auto 20px;
}

.mfp-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px !important;
    right: 20px;
    opacity: 1;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    background: url(../img/close.svg) center center / 20px 20px no-repeat;
    cursor: pointer;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Hero */
.section__hero {
    padding: 60px 0 50px;
    position: relative;
    z-index: 0;
}

.section__hero::before,
.section__hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    filter: blur(20px);
}

.section__hero::before {
    border-radius: 582px;
    opacity: 0.5;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.40) 0%, rgba(225, 103, 50, 0.18) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    width: 582px;
    height: 357px;
    transform: rotate(-7.693deg);
    bottom: 0;
    left: -135px;
}

.section__hero::after {
    border-radius: 760px;
    opacity: 0.74;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    width: 760px;
    height: 611px;
    top: 0;
    right: -200px;
}

.hero {
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hero__content {
    max-width: 628px;
    width: 100%;
    z-index: 2;
}

.hero__content h1 {
    color: #19766C;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hero__content > p {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 40px;
}

.hero__content > p b,
.hero__content > p strong {
    color: #19766C;
    font-weight: 500 !important;
}

.hero__btns {
    gap: 24px;
    width: fit-content;
}

.hero__items {
    margin-top: 120px;
}

.hero__items.mob {
    display: none;
}

.hero__item {
    padding-right: 6px;
    width: 33.3%;
    padding-left: 20px;
    position: relative;
}

.hero__item::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    top: 18px;
    bottom: 0;
    background: rgb(186, 184, 183);
}

.hero__item:nth-child(3)::before {
    display: none;
}

.hero__item:first-child {
    padding-left: 0;
}

.hero__item span {
    color: #19766C;
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 13px;
}

.hero__item p {
    line-height: 130%;
    font-size: 15px;
}

.hero__images {
    gap: 24px;
    height: auto;
    width: calc(100% - 652px);
    position: relative;
    z-index: 0;
}

.hero__images::before {
    content: '';
    border-radius: 907px;
    opacity: 0.66;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.40) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    filter: blur(20px);
    width: 907px;
    height: 729px;
    position: absolute;
    top: -222px;
    z-index: -1;
    left: -50%;
}

.hero__images .col-2 {
    padding: 0;
    width: calc(54% - 12px);
    height: fit-content;
    display: flex;
}

.hero__images .col-2:nth-child(2n+2) {
    width: calc(46% - 12px);
}

.hero__img {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    border-radius: 40px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    background: var(--Green_secondary, #BFDDDA);
}

.hero__img img {
    width: 100%;
    height: 90%;
    object-fit: contain;
    object-position: center bottom;
}

.hero__images .col-2:nth-child(4n+1) .hero__img {
    width: 73%;
    height: 216px;
    margin-left: auto;
}

.hero__images .col-2:nth-child(4n+2) .hero__img {
    background: var(--Orange_main, #E16732);
    width: 100%;
    height: 228px;
    margin-right: auto;
    margin-top: 80px;
}

.hero__images .col-2:nth-child(4n+3) .hero__img {
    background: var(--T4B-Green, #19766C);
    height: 196px;
    margin-top: -80px;
}

.hero__images .col-2:nth-child(4n+4) .hero__img {
    width: 81%;
    height: 235px;
}

.section__hero-def .hero__content h1 {
    font-weight: 500;
    margin-bottom: 48px;
    text-transform: none;
}

.section__hero-def .hero__content p {
    margin-bottom: 60px;
}

.section__hero-def .col-2:nth-child(2n+1) .hero__img {
    height: 223px;
    width: 223px;
    margin-top: 171px;
    background: #E16732;
}

.section__hero-def .hero__img {
    overflow: hidden;
}

.section__hero-def .col-2:nth-child(2n+2) .hero__img {
    margin-top: 0;
    height: 326px;
    width: 262px;
    background: #BFDDDA;
}

.section__hero-talant .col-2:nth-child(2n+1) .hero__img {
    background: #BFDDDA;
}

.section__hero-talant .col-2:nth-child(2n+2) .hero__img {
    background: #E16732;
}

.section__hero-talant .col-2:nth-child(2n+2) .hero__img img {
    height: 80%;
}

.section__hero-about .col-2:nth-child(3n+1) .hero__img {
    background: #BFDDDA;
    width: 225px;
    height: 271px;
    margin-top: 0;
}

.section__hero-about .col-2:nth-child(3n+2) .hero__img {
    background: #E16732;
    width: 225px;
    margin-top: 75px;
    height: 280px;
}

.section__hero-about .col-2:nth-child(3n+3) .hero__img {
    background: #19766C;
    margin-top: -75px;
    width: 100%;
    height: 196px;
}

.section__hero-about .hero__images {
    margin-right: -50px;
}

.section__hero-def .hero__content {
    max-width: 700px;
}

.section__hero-def .hero__images {
    margin-left: -100px;
}

.breadcrumps {
    width: 100%;
    margin-bottom: 37px;
}

.breadcrumps > span {
    display: flex;
    align-items: center;
}

.breadcrumps span {
    font-weight: 300;
    color: #19766C;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumps span::after {
    content: '/';
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    color: #19766C;
}

.breadcrumps span:last-child::after {
    display: none;
}

.breadcrumps a {
    opacity: 0.5;
    color: #232323 !important;
}

.breadcrumps span > span:last-child {
    width: 248px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: unset;
}

/* About */
.section__about {
    z-index: 1;
}

.section__about::before,
.section__about::after,
.about__items::before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    filter: blur(20px);
    opacity: 0.5;
}

.section__about::before {
    width: 907px;
    height: 729px;
    top: 100px;
    left: -200px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.40) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
}

.section__about::after {
    width: 786px;
    height: 482px;
    transform: rotate(-69.721deg);
    top: 150px;
    right: -50px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.40) 0%, rgba(225, 103, 50, 0.18) 61.98%, rgba(225, 103, 50, 0.00) 100%);
}

.about__items::before {
    width: 760px;
    height: 611px;
    opacity: 0.3;
    left: 100px;
    top: 50px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
}

.header {
    max-width: 700px;
    width: 100%;
    margin-bottom: 70px;
    display: inline-block;
}

.header .header {
    margin-bottom: 0;
    max-width: 100%;
}

.header .h5 {
    font-weight: 400;
    color: #19766C;
    margin-bottom: 10px;
}

.header .h2 {
    margin-bottom: 30px;
}

.header p {
    font-weight: 300;
    line-height: 130%;
}

.items {
    width: calc(100% + 24px);
    margin: 0 -12px -24px;
    justify-content: center;
}

.about__items {
    margin-bottom: -75px;
    padding-top: 40px;
    position: relative;
    z-index: 0;
}

.about__items > div {
    padding-bottom: 75px;
}

.section__about-about .about__items > div {
    padding-bottom: 24px;
}

.about__item {
    border-radius: 30px;
    background: var(--White_background, #FFF);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 40px;
    align-items: flex-start;
    transition: all .4s ease;
}

.about__item:hover {
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.10);
    transition: all .4s ease;
}

.about__item-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #E16732;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 31px;
    margin-top: -90px;
}

.about__item-img img {
    width: auto;
    height: 75%;
    object-fit: contain;
    object-position: center center;
}

.section__about-business .about__item-img {
    background: transparent;
}

.section__about-business .about__item-img img {
    width: 100%;
    height: 100%;
}

.about__item .h4,
.about__item .h5 {
    color: #19766C;
    margin-bottom: 30px;
}

.about__item .h2 {
    color: #19766C;
    margin-bottom: 10px;
}

.about__item p {
    font-weight: 300;
    line-height: 130%;
}

.section__about-business .about__item p {
    height: 63px;
    margin-top: auto;
}

.info {
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    border-radius: 30px;
    background: var(--Green_main, #19766C);
    padding: 51px 85px;
    gap: 17px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.info .h4 {
    font-weight: 400;
}

.info b {
    font-weight: 500 !important;
}

.info .btn {
    color: #E16732;
    background: #fff;
    min-width: 250px;
}

.info .btn:hover {
    background: #E16732 !important;
    color: #fff !important;
}

/* Services */
.section__services::before,
.section__services::after,
.services__items::before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    opacity: 0.5;
    filter: blur(20px);
}

.section__services::before {
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.40) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    width: 808px;
    height: 729px;
    top: -300px;
    right: -200px;
}

.section__services::after {
    width: 657px;
    height: 436px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.40) 0%, rgba(225, 103, 50, 0.18) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    bottom: -100px;
    left: 50px;
}

.services__items::before {
    width: 677px;
    height: 611px;
    opacity: 0.3;
    top: -300px;
    left: 40%;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
}

.services__items {
    padding-bottom: 34px;
    position: relative;
    z-index: 0;
}

.services__items > div:nth-child(2n+2) {
    position: relative;
    top: 34px;
}

.services__item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 30px;
    background: var(--Orange_secondary, #FCEDE8);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 60px;
    transition: all .4s ease;
}

.services__item:hover {
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.10);
    transition: all .4s ease;
}

.services__item .h4 {
    color: #19766C;
    margin-bottom: 20px;
}

.services__item ul,
.services__item ol {
    margin-left: 20px;
    margin-bottom: 33px;
    max-width: 312px;
}

.services__item li {
    font-weight: 300;
    line-height: 130%;
}

.services__item img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 255px;
    height: 255px;
    object-fit: contain;
    object-position: center bottom;
    z-index: -1;
}

/* Vacancy */
.section__vacancy::before,
.section__vacancy::after,
.vacancy__items::before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    opacity: 0.5;
    filter: blur(20px);
}

.section__vacancy::before {
    width: 437px;
    height: 352px;
    top: -100px;
    left: -50px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.30) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
}

.section__vacancy::after {
    width: 786px;
    height: 482px;
    top: -100px;
    right: 0;
    transform: rotate(-69.721deg);
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.40) 0%, rgba(225, 103, 50, 0.18) 61.98%, rgba(225, 103, 50, 0.00) 100%);
}

.vacancy__items::before {
    width: 760px;
    height: 611px;
    opacity: 0.3;
    top: -200px;
    left: 10%;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
}

.vacancy__header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 68px;
}

.vacancy__header .h5 {
    width: 100%;
    color: #19766C;
    margin-bottom: 11px;
}

.vacancy__items {
    position: relative;
    z-index: 0;
}

.vacancy__item {
    border-radius: 30px;
    background: var(--White_background, #FFF);
    padding: 40px 40px 30px;
    align-items: flex-start;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    transition: all .4s ease;
}

.vacancy__item:hover {
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.10);
    transition: all .4s ease;
}

.vacancy__item > .h4,
.vacancy__item > .h5 {
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
}

.vacancy__item-label {
    align-items: center;
    gap: 13px;
    margin-bottom: 30px;
}

.vacancy__item-label span {
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--Green_main, #19766C);
    color: #19766C;
    gap: 9px;
    line-height: 130%;
}

.vacancy__item p {
    font-weight: 300;
    line-height: 130%;
    margin-bottom: auto;
    opacity: 0.8;
}

.vacancy__item-date {
    margin-top: 37px;
    border-top: 1px solid rgb(189, 189, 189);
    padding-top: 20px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.vacancy__item-date p {
    opacity: 0.5;
    margin-bottom: 0 !important;
}

.vacancy__item-date .h4 {
    color: #E16732;
}

.vacancy__item-date span {
    font-weight: 400;
    line-height: 130%;
    color: #19766C;
}

.vacancy__item-img {
    background: var(--Green_secondary, #BFDDDA);
    height: 237px;
    margin: -40px -40px 20px;
    width: calc(100% + 80px);
    border-radius: 30px 30px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vacancy__item-img img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
}

/* Contact */
.section__contact {
    background: rgb(221, 236, 235);
    margin: 100px 0;
    padding: 100px 0;
}

.section__contact-contact {
    margin: 0;
    background: transparent;
    padding: 50px 0 0;
}

.contact {
    justify-content: space-between;
}

.contact__content {
    max-width: 390px;
    width: 100%;
}

.contact__content > .h4 {
    font-weight: 400;
}

.section__contact-contact .contact__content {
    max-width: 578px;
    align-items: center;
    margin-bottom: 80px;
}

.contact__content .h2 {
    margin-bottom: 20px;
    width: 100%;
}

.section__contact-contact .contact__content .h2 {
    margin-bottom: 10px;
}

.section__contact-contact .contact {
    padding-bottom: 350px;
}

.section__contact-contact .contact__content > p {
    font-weight: 300;
    line-height: 130%;
    width: 100%;
    margin-bottom: 60px;
}

.contact__info {
    display: flex;
    text-align: left;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}

.contact__info a,
.contact__info p {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 17px;
    font-weight: 400 !important;
    line-height: 130%;
}

.contact__info,
.section__contact-contact .contact__social,
.section__contact-contact .footer__social {
    width: calc(50% - 12px);
    margin-right: 24px;
}

.section__contact-contact .footer__social img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(21%) saturate(2497%) hue-rotate(337deg) brightness(93%) contrast(89%);
}

.section__contact-contact .contact__social,
.section__contact-contact .footer__social {
    margin-top: 80px;
    margin-bottom: auto;
    align-items: flex-start;
}

.section__contact-contact .footer__social p {
    margin-bottom: 23px;
}

.section__contact-contact .h6 {
    font-weight: 500;
}

.section__contact-contact .footer__social:last-child {
    margin-right: 0;
}

.contact__info:nth-of-type(2) {
    margin-right: 0;
}

.contact__content .h4 {
    margin-bottom: 87px;
}

.contact__social p {
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 23px;
}

.contact__content .social {
    gap: 10px;
}

.contact__content .social a {
    max-width: 41px;
    min-width: 41px;
    width: 100%;
    height: 41px;
    background: rgba(225, 103, 50, 1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.contact__content .social a:hover {
    transform: scale(1.1);
    transition: all .4s ease;
}

.contact__form {
    border-radius: 30px;
    background: var(--Green_main, #19766C);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    margin-top: -140px;
    margin-bottom: -140px;
    padding: 106px 90px;
    min-width: 629px;
    max-width: 629px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.section__contact-contact .contact__form {
    margin: 0 0 -100px;
    z-index: 2;
    position: relative;
    padding: 50px 85px;
}

.section__contact-contact .contact__form h4 {
    color: #FFF;
    margin-bottom: 27px;
}

.section__contact-contact .contact__form input[type="submit"] {
    width: fit-content;
    margin: 10px auto 0;
}

.contact__form .form {
    justify-content: space-between;
}

.contact__form .file {
    text-align: left;
    align-items: flex-start;
    filter: brightness(10);
    width: fit-content !important;
}

.req {
    color: #fff;
    opacity: 0.5;
    font-weight: 300;
    line-height: 130%;
    width: fit-content !important;
}

.files {
    flex-direction: row !important;
    justify-content: space-between;
    width: 100%;
}

.contact__map {
    width: 100vw;
    height: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.contact__map * {
    width: 100%;
    height: 100%;
    border: none;
}

.section__contact-contact::before,
.section__contact-contact::after,
.section__contact-contact .contact::before {
    content: '';
    position: absolute;
    filter: blur(20px);
    opacity: 0.5;
    z-index: -1;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    border-radius: 100%;
}

.section__contact-contact::before {
    width: 582px;
    height: 357px;
    transform: rotate(-7.693deg);
    bottom: 350px;
    left: -50px;
}

.section__contact-contact::after {
    width: 760px;
    height: 611px;
    opacity: 0.74;
    top: 0;
    right: -100px;
}

.section__contact-contact .contact::before {
    width: 907px;
    height: 729px;
    top: -200px;
    right: 200px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.40) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    opacity: 0.66;
}

/* Reviews */
.section__reviews::before,
.section__reviews::after,
.reviews::before {
    content: '';
    position: absolute;
    filter: blur(20px);
    opacity: 0.5;
    z-index: -1;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    border-radius: 100%;
}

.section__reviews::before {
    width: 760px;
    height: 611px;
    transform: rotate(4.259deg);
    top: 80px;
    left: -50px;
}

.section__reviews::after {
    width: 437px;
    height: 352px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.30) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    top: -50px;
    right: -50px;
}

.reviews::before {
    width: 666px;
    height: 705px;
    transform: rotate(-65.462deg);
    left: 40%;
    top: 30px;
}

.reviews {
    justify-content: space-between;
    align-items: flex-start;
}

.swiper-control {
    margin-top: 35px;
    align-items: center;
    gap: 20px;
}

.swiper-btn {
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    border: 1px solid rgba(25, 118, 108, 1);
    background: url(../img/swiper-arrow.svg) center center / 20px 14px no-repeat;
    transition: all .4s ease;
}

.swiper-btn:hover {
    background: url(../img/swiper-arrow-hover.svg) center center / 20px 14px no-repeat, rgba(25, 118, 108, 1);
    transition: all .4s ease;
}

.swiper-prev {
    transform: rotate(180deg);
}

.reviews__swiper {
    width: 100%;
    overflow: unset;
}

.reviews__swiper .swiper-slide {
    border-radius: 30px;
    background: var(--White_background, #FFF);
    padding: 50px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    transition: all .4s ease;
}

.reviews__swiper .swiper-slide:hover {
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.10);
    transition: all .4s ease;
}

.reviews__header {
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.reviews__header img {
    border-radius: 50%;
    max-width: 80px;
    min-width: 80px;
    width: 100%;
    height: 80px;
}

.reviews__header p {
    margin-top: 9px;
    line-height: 130%;
    color: #19766C;
}

.reviews__swiper p {
    opacity: 0.8;
    font-weight: 300;
    line-height: 130%;
}

/* Work */
.section__work::before,
.section__work::after {
    content: '';
    position: absolute;
    filter: blur(20px);
    opacity: 0.5;
    z-index: -1;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    border-radius: 100%;
}

.section__work::before {
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.30) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    left: -100px;
    top: -200px;
    width: 632px;
    height: 433px;
}

.section__work::after {
    opacity: 0.3;
    width: 760px;
    height: 611px;
    transform: rotate(4.259deg);
    right: 0px;
    top: 100px;
}

.work__swiper {
    overflow: unset;
    pointer-events: none;
    user-select: none;
}

.work__swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.work__swiper .swiper-slide {
    width: 230px;
    height: auto;
    margin: 0 60px;
    padding: 20px;
}

.work__swiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

/* News */
.section__news::before,
.section__news-news::after,
.section__news-news .news::before {
    content: '';
    position: absolute;
    width: 752px;
    height: 433px;
    border-radius: 752px;
    opacity: 0.5;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.30) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    filter: blur(20px);
    left: -100px;
    z-index: -1;
    top: 100px;
}

.section__news-news::before {
    width: 907px;
    height: 729px;
    top: -200px;
    left: 30%;
}

.section__news-news::after {
    width: 760px;
    height: 611px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    top: -50px;
    right: -100px;
    left: auto;
}

.section__news-news .news::before {
    width: 582px;
    height: 357px;
    transform: rotate(-7.693deg);
    left: -50px;
    top: 250px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.40) 0%, rgba(225, 103, 50, 0.18) 61.98%, rgba(225, 103, 50, 0.00) 100%);
}

.news {
    align-items: center;
    justify-content: space-between;
}

.section__news-news .header {
    margin-bottom: 30px;
}

.filter {
    width: 100%;
}

.wpc-edit-filter-set,
.wpc-filters-widget-controls-container,
.wpc-filter-header,
.widget-title {
    display: none;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    margin-bottom: 0;
}

.news__label,
.wpc-filters-section {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 80px;
}

.news__label.red {
    margin-top: -60px;
}

.news__label a,
.news__label div,
body .wpc-filters-main-wrap label span.wpc-filter-label-wrapper {
    color: #19766C !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 6px;
    padding: 6px 12px 5px 12px;
    border-radius: 10px !important;
    border: 1px solid var(--Green_main, #19766C) !important;
    line-height: 130%;
    transition: all .4s ease;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    border: none !important;
}

.wpc-filters-main-wrap label a {
    margin: 0 !important;
    color: #19766C !important;
}


.section__news-news .news__items > div {
    display: block !important;
}

.news__label a:hover,
.news__label a.active,
.news__label div:hover,
.news__label div.active,
body .wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap input.wpc-label-input + label:hover span {
    color: #fff !important;
    background: #19766C !important;
    border-radius: 10px !important;
    transition: all .4s ease;
}

body .wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper a,
body .wpc-filters-main-wrap input.wpc-label-input + label:hover a {
    color: #fff !important;
}

.news__label.red a,
.news__label.red div,
body .wpc-filters-main-wrap .wpc-filters-section-788 label span {
    color: #E16732 !important;
    border: 1px solid var(--Green_main, #E16732) !important;
}

body .wpc-filters-main-wrap .wpc-filters-section-788 label span a {
    color: #E16732 !important;
}

.news__label a:hover img,
.news__label a.active img,
.news__label div:hover img,
.news__label div.active img {
    filter: brightness(4);
}

.post-type-archive-job .items {
    justify-content: flex-start;
}

.news__label.red a:hover,
.news__label.red a.active,
.news__label.red div:hover,
.news__label.red div.active,
body .wpc-filters-main-wrap .wpc-filters-section-788 input.wpc-label-input:checked + label span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap .wpc-filters-section-788 input.wpc-label-input + label:hover span {
    background: #E16732 !important;
}

.section__news-news .news > .btn {
    display: none;
    margin: 57px auto 0;
}

.section__news-news .info {
    width: 100%;
    color: #232323;
    background: var(--Green_secondary, #BFDDDA);
}

.pagination {
    margin-top: 73px;
    width: 100%;
}

.pagination .nav-links {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination .nav-links * {
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
}

.pagination .nav-links span,
.pagination .nav-links a:hover {
    color: #19766C;
    transition: all .4s ease;
    text-shadow: 0 0 1px #19766C;
}

.pagination .nav-links a,
.pagination .nav-links .dots {
    text-shadow: 0 0 1px transparent;
    color: rgba(42, 42, 42, 0.50);
    transition: all .4s ease;
}

/* Faq */
.section__faq {
    padding-bottom: 87px;
}

.section__faq::before,
.section__faq::after {
    content: '';
    position: absolute;
    filter: blur(20px);
    opacity: 0.5;
    z-index: -1;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    border-radius: 100%;
}

.section__faq::before {
    width: 845.654px;
    height: 390.709px;
    transform: rotate(-26.766deg);
    right: 0;
    top: -100px;
}

.section__faq::after {
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.30) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    width: 752px;
    height: 433px;
    left: 50px;
    bottom: 100px;
}

.faq {
    border-radius: 30px;
    background: var(--Orange_secondary, #FCEDE8);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    max-width: 1062px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 108px;
}

.accordion__item {
    border-bottom: 1px solid #19766C;
    overflow: hidden;
    transition: all .4s ease;
}

.accordion__item.active {
    padding-bottom: 30px;
    transition: all .4s ease;
}

.accordion__header {
    padding: 30px 0;
    font-weight: 400;
    cursor: pointer;
    gap: 10px;
    line-height: 1.5;
    align-items: center;
    justify-content: space-between;
}

.accordion__header::after {
    content: '';
    display: inline-block;
    max-width: 39px;
    min-width: 39px;
    height: 39px;
    width: 100%;
    border-radius: 50%;
    background: url(../img/acc-arrow.svg) center center / 21px 21px no-repeat, #E16732;
    transition: all .4s ease;
}

.accordion__item.active .accordion__header::after {
    transform: rotate(45deg);
    transition: all .4s ease;
}

.accordion__content {
    line-height: 1.3;
    font-weight: 300;
    opacity: 0.7;
    max-height: 0;
    transition: all .4s ease;
}

/* Business */
.section__business::before,
.section__business::after,
.business::before {
    content: '';
    position: absolute;
    filter: blur(20px);
    opacity: 0.5;
    z-index: -1;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    border-radius: 100%;
}

.section__business::before {
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.40) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    top: -100px;
    right: 0;
    width: 808px;
    height: 729px;
}

.section__business::after {
    width: 656.7px;
    height: 436.024px;
    bottom: -100px;
    left: 0;
}

.business::before {
    bottom: 0;
    left: 30%;
    width: 677px;
    height: 611px;
}

.section__business2::before {
    right: auto;
    left: -100px;
}

.section__business2::after {
    left: auto;
    right: 0;
}

.business__item {
    border-radius: 30px;
    background: var(--White_background, #FFF);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 50px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    transition: all .4s ease;
}

.business__item:hover {
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.10);
    transition: all .4s ease;
}

.section__business2 .business__item {
    background: #FCEDE8;
}

.business__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.business__content .header {
    margin-bottom: 40px;
    max-width: 615px;
}

.business .hero__images {
    width: fit-content;
}

.business .hero__images::before {
    display: none;
}

.business .hero__images > div {
    width: calc(50% - 12px) !important;
}

.business .hero__images > div:nth-child(2n+1) .hero__img {
    margin-top: 100px;
    background: var(--T4B-Green, #BFDDDA);
}

.business .hero__images > div:nth-child(2n+2) .hero__img {
    background: #E16732;
}

.business .hero__img img {
    width: 100%;
}

.section__business2 .business .hero__images > div:nth-child(2n+1) .hero__img {
    background: #fff;
}

.section__business2 .business .hero__images > div:nth-child(2n+2) .hero__img {
    background: #19766C;
}

.business .hero__images .hero__img {
    width: 225px !important;
    height: 225px !important;
}

.business__item ul {
    list-style: none;
    margin: auto 0;
    display: block;
}

.business__item ul li {
    line-height: 130%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 18px;
}

.business__item ul li::before {
    content: '';
    display: inline-block;
    max-width: 21px;
    min-width: 21px;
    width: 100%;
    margin-top: 4px;
    height: 14px;
    background: url(../img/check-red.svg) center center / 100% 100% no-repeat;
}

.business__item ul li:last-child {
    margin-bottom: 0;
}

.business .items > div:last-child .business__item ul li::before {
    background: url(../img/check-green.svg) center center / 100% 100% no-repeat;
}

/* How */
.section__how::before,
.section__how::after,
.how::before {
    content: '';
    position: absolute;
    filter: blur(20px);
    opacity: 0.5;
    z-index: -1;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    border-radius: 100%;
}

.section__how::before {
    width: 808px;
    height: 729px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.40) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    top: -100px;
    right: -100px;
}

.section__how::after {
    width: 656.7px;
    height: 436.024px;
    bottom: -200px;
    left: 0;
}

.how::before {
    width: 677px;
    height: 611px;
    opacity: 0.3;
    bottom: -200px;
    left: 30%;
}

.how {}

.how__items {
    align-items: flex-start;
    gap: 56px;
    position: relative;
    z-index: 0;
}

.how__items::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #E16732;
    z-index: -1;
}

.how__item {
    width: calc(25% - 36px);
    align-items: flex-start;
}

.how__item-num {
    max-width: 80px;
    min-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    background-color: #E16732;
    justify-content: center;
    margin-bottom: 38px;
}

.how__item .h4 {
    color: #19766C;
    margin-bottom: 20px;
    height: 62px;
}

.how__item p {
    font-weight: 300;
    line-height: 130%;
}

/* Team */
.section__team::before,
.section__team::after,
.team::before {
    content: '';
    position: absolute;
    filter: blur(20px);
    opacity: 0.5;
    z-index: -1;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.30) 0%, rgba(225, 103, 50, 0.06) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    border-radius: 100%;
}

.section__team::before {
    width: 808px;
    height: 729px;
    top: -200px;
    right: -100px;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.40) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
}

.section__team::after {
    right: 0;
    bottom: -100px;
    width: 656.7px;
    height: 436.024px;
}

.team::before {
    width: 677px;
    height: 611px;
    bottom: 0;
    left: 30%;
}

.team {
    justify-content: space-between;
    align-items: center;
}

.team .swiper-control {
    margin-top: -60px;
}

.team__swiper {
    text-align: center;
    margin-top: -20px;
}

.team__swiper .swiper-slide img {
    height: 389px;
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 20px;
}

.team__swiper .swiper-slide .h4 {
    color: #19766C;
}

.team__swiper .swiper-slide p {
    font-weight: 300;
    line-height: 130%;
    opacity: 0.7;
}

/* Article */
.section__article {}

.article {
    align-items: flex-start;
    justify-content: space-between;
}

.article__content {
    width: calc(100% - 532px);
    align-items: flex-start;
}

.article__content h1 {
    margin-bottom: 23px;
}

.date {
    opacity: 0.5;
    line-height: 1.5;
    margin-bottom: 49px;
}

.article__content > a {
    color: var(--Green_main, #19766C);
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.article__content > p,
.article__content li {
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 40px;
}

.article__content li {
    margin-bottom: 25px;
}

.article__content li:last-child {
    margin-bottom: 0;
}

.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 44px;
}

.article__content ul,
.article__content ol {
    margin-left: 20px;
    margin-bottom: 80px;
}

.article__content > img,
.wp-block-image {
    margin: 30px auto;
    width: auto;
    height: auto;
}

.wp-block-image img,
.wp-block-image figure {
    width: 100%;
    height: auto;
}

.article__content .news__label {
    margin-bottom: 54px;
    user-select: none;
    pointer-events: none;
}

.article__content .news__label.red {
    margin-top: -44px;
}

.section__article-vacancy .article__content ul,
.section__article-vacancy .article__content ol {
    margin-bottom: 0;
    margin-top: -38px;
}

.section__article-vacancy .article__content li {
    margin-bottom: 0;
}

.article__content > * {
    display: inline-block;
}

.article__info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 44px;
    border-radius: 20px;
    background: var(--White_background, #FFF);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    margin: 20px 0 63px;
    transition: all .4s ease;
}

.article__info:hover {
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.10);
    transition: all .4s ease;
}

.article__info > img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.article__info-content {
    margin-left: 45px;
    padding: 10px 0;
    padding-left: 45px;
    border-left: 1px solid #19766C;
}

.article__info-content p {
    font-weight: 300;
    line-height: 130%;
    opacity: 0.4;
}

.article__info-content .h4 {
    color: #19766C;
    line-height: 1.5;
    margin-top: 28px;
}

.article__aside {
    width: 411px;
}

.article__aside h4 {
    margin-bottom: 40px;
    color: #19766C;
}

.article__aside .vacancy__item {
    height: fit-content;
    margin-bottom: 20px;
}

.article__aside .vacancy__item-date {
    margin-top: 0;
}

.section__article-vacancy .article__aside .vacancy__item-date {
    margin-top: 37px;
}

.article__content .flex-row:has(.date) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.article__content .flex-row:has(.date) .date {
    margin-bottom: 0 !important;
}

.price {
    color: #E16732;
}

/* Error */
.section__error {
    padding: 93px 0 102px;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__error::before,
.section__error::after,
.error::before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    opacity: 0.5;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(225, 103, 50, 0.40) 0%, rgba(225, 103, 50, 0.18) 61.98%, rgba(225, 103, 50, 0.00) 100%);
    filter: blur(20px);
}

.section__error::before {
    bottom: -100px;
    width: 582px;
    height: 357px;
    transform: rotate(-7.693deg);
    left: -100px;
}

.section__error::after {
    width: 760px;
    height: 611px;
    opacity: 0.74;
    top: 0;
    right: -300px;
}

.error::before {
    opacity: 0.66;
    background: radial-gradient(50.56% 50.24% at 50% 50%, rgba(25, 118, 108, 0.40) 0%, rgba(25, 118, 108, 0.00) 61.98%, rgba(25, 118, 108, 0.00) 100%);
    width: 907px;
    height: 729px;
    top: -300px;
    left: 40%;
}

.error {
    text-align: center;
    max-width: 489px;
    width: 100%;
    margin: 0 auto;
}

.error h1:not(.h2) {
    color: var(--Orange_main, #E16732);
    font-size: 100px;
    font-weight: 500;
    text-transform: uppercase;
}

.error .h2 {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 15px;
    color: #19766C;
}

.error h4 {
    margin-bottom: 44px;
    font-weight: 400;
}

.error:has(.h2) h4 {
    margin-bottom: 70px;
}

.error p {
    line-height: 130%;
    margin-bottom: 40px;
}

/* Pol */
.section__pol {
    padding-bottom: 125px;
}

.pol h1 {
    margin-bottom: 10px;
}

.pol .date {
    font-weight: 300;
    line-height: 130%;
    opacity: 0.7;
    margin-bottom: 60px;
}

.pol h2,
.pol h3,
.pol h4,
.pol h5,
.pol h6 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
}

.pol p,
.pol li {
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 16px;
}

.pol ul,
.pol ol {
    margin-left: 20px;
    margin-bottom: 16px;
}

.pol a {
    color: #005BBB;
}

.pol a:hover {
    text-decoration: underline;
}