@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

/*  RESET
______________________________________________________________________________*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    height: auto;
}

/*  RESET END
______________________________________________________________________________*/

/* FONTS
______________________________________________________________________________*/

body {
    font: 400 17px/1.47 "Poppins", sans-serif;
}
@media (max-width: 1440px) {
    body {
        font: 400 16px/1.5 "Poppins", sans-serif;
    }
}
.title-lvl-1 {
    font-size: 40px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}
.title-lvl-2 {
    line-height: 1.4;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}
p {
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
@media (max-width: 1440px) {
    .title-lvl-1 {
        font-size: 35px;
        line-height: 40px;
    }
    .title-lvl-2 {
        line-height: 1.2;
    }
    .title-lvl-3 {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .title-lvl-1 {
        margin-bottom: 22px;
    }
}

/* FONTS END
______________________________________________________________________________*/

/* REUSABLE STYLES
______________________________________________________________________________*/

.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}

/* REUSABLE STYLES END
______________________________________________________________________________*/

/* FOUNDATION
______________________________________________________________________________*/

html {
    height: 100%;
}
body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    color: #034c53;
    height: 100%;
    min-height: 100%;
    position: relative;
}
a {
    color: #3d99ed;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover {
    color: #4daaff;
    text-decoration: none;
}
img {
    color: #57a5ac;
}
strong {
    font-weight: bold;
}
section {
    padding: 180px 0;
}
.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
@media (max-width: 1440px) {
    section {
        padding: 100px 0;
    }
}
@media (max-width: 1024px) {
    section {
        padding: 50px 0 60px;
    }
}

/* FOUNDATION
______________________________________________________________________________*/

/* MAIN */

.main {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 50px;
    box-sizing: border-box;
}
@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
    .main {
        padding: 0 20px;
    }
}

/* MAIN END */

/* BUTTONS
______________________________________________________________________________*/

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.47;
    padding: 19px 25px;
    margin: 0;
    border: 2px solid #00d4e8;
    transition: background-color 0.15s linear, color 0.15s linear, border-color 0.15s linear;
    border-radius: 10px;
    background: #00d4e8;
    color: #034c53;
    -webkit-appearance: none;
    cursor: pointer;
    min-width: 250px;
    box-sizing: border-box;
    white-space: nowrap;
}
.btn:hover {
    color: #fff;
}
.btn-secondary {
    border: 2px solid #fff;
    background: #fff;
    color: #000000;
}
.btn-secondary:hover {
}
.btn--outline {
    border: 2px solid #fff;
    background: transparent;
    color: #ffffff;
}
.btn--outline:hover {
    background: #ffffff;
    color: #000000;
}
.link-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    color: #000;
}
.link-arrow i {
    margin-left: 32px;
    width: 32px;
    height: 32px;
    display: block;
    background-image: url("../images/icon-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 1440px) {
    .btn {
        font-weight: 600;
        line-height: 28px;
        padding: 11px 30px 11px 30px;
    }
    .link-arrow {
        font-size: 18px;
        line-height: 24px;
    }
    .link-arrow i {
        margin-left: 34px;
        width: 24px;
        height: 24px;
    }
}

/* BUTTONS END
______________________________________________________________________________*/

/* FORM __________________________-*/

.form {
}
.form .form-row {
    margin: 0 -11px 0;
    display: flex;
}
.form .form-row--btn {
    justify-content: flex-end;
    align-items: center;
    padding-top: 15px;
}
.form .form-col {
    margin: 0 11px 11px;
    width: 50%;
}
.form .form-col--full {
    width: 100%;
}
.form .form-col--btn {
    width: auto;
    margin-bottom: 0;
    margin-left: 20px;
}
.form .form-col--btn .btn {
    width: 100%;
    min-width: 0;
}
.form .form-col--file,
.form .form-col--note {
    width: fit-content;
}
.form .form-group {
    position: relative;
}
.form .form-group.has-error {
}
.form .form-control {
    font-family: "Poppins", sans-serif;
    height: 54px;
    background: #ffe0d9;
    border: 1px solid #ffe0d9;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    width: 100%;
    padding: 2px 0 2px 10px;
    outline: none;
}
.form .has-error .form-control {
    border: 2px solid #d32b7f;
    background: linear-gradient(0deg, rgba(211, 43, 127, 0.15) 0%, rgba(211, 43, 127, 0.15) 100%), rgba(255, 193, 180, 0.5);
}
.form textarea.form-control {
    min-height: 80px;
    padding-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    resize: none;
    display: block;
}
.form .control-label {
    text-align: left;
    margin-bottom: 0;
    color: #034c53;
}
::-webkit-input-placeholder {
    color: #181818;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
::-moz-placeholder {
    color: #181818;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
:-ms-input-placeholder {
    color: #181818;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
::-ms-input-placeholder {
    color: #181818;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
::placeholder {
    color: #181818;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.form-note {
    margin: 0;
}
.alert-msg {
    position: absolute;
    color: #d32b7f;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.form-group-file .alert-msg {
    width: 300px;
}
.form .form-row--file {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 10px;
    justify-content: space-between;
}
.form .form-group-file {
    position: relative;
}
.form .form-group-file input {
    position: absolute;
    z-index: -1000;
    opacity: 0;
}
.form .control-label-file {
    background: transparent;
    min-width: 100%;
}
.form .control-label-file:hover {
    background-color: #00d4e8;
}
.form .form-right {
    text-align: right;
}
.form #cv-form__size {
    margin-left: auto;
    margin-right: 10px;
}
.form .form-row--file-info {
    align-items: center;
    margin: 0 0 11px;
}
.form .form-row--file-info.hidden {
    display: none;
}
.form-row--file-info .form-note,
.form-row--file .form-note {
    font-size: 14px;
    line-height: 1.2;
}
.form__remove {
}
@media (max-width: 768px) {
    .form .form-row {
        flex-wrap: wrap;
    }
    .form .form-row .form-col {
        width: 100%;
    }
    .form-row--btn .form-note {
        margin: 0 auto 10px;
    }
    .form-row--file .form-note {
        margin-top: 12px;
        text-align: center;
    }
    .form .form-row--file-info {
        flex-wrap: nowrap;
    }
    .form #cv-form__filename {
        width: 100%;
    }
    .form #cv-form__size {
        margin-left: 0;
    }
    .form .control-label-file {
        width: fit-content;
        min-width: fit-content;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* FORM END ________-*/

/* HEADER
______________________________________________________________________________*/

.header {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    will-change: auto;
}
.header.header--scrolled {
    background: #034c53;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.header.header--bg {
    background: #034c53;
}
.header .main {
    position: relative;
    max-width: 1500px;
}
.header .header__inner {
    position: relative;
    padding: 22px 0;
    transition: padding 0.3s ease;
    will-change: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header--scrolled .header__inner {
    padding: 15px 0;
}
.header .header__logo {
    display: block;
    width: 100%;
    max-width: 520px;
    overflow: hidden;
    will-change: auto;
    transition: max-width 0.15s ease-out;
}
.header.header--scrolled .header__logo {
    max-width: 300px;
}
.header .header__logo img {
    display: block;
    width: 100%;
}
.header-nav {
    display: block;
    padding-top: 6px;
    transition: all 0.3s ease-in;
}
.header .nav__list {
    display: flex;
}
.header .nav__item {
    position: relative;
    margin-right: 48px;
}
.header .nav__item:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header .nav__link {
    color: #ffc1b4;
    transition: color 0.3s ease;
    position: relative;
}
.header .nav__item .nav__link:hover,
.header .nav__item .nav__link.mPS2id-highlight {
    color: #ffffff;
}
.btn-mob-menu {
    display: none;
    background: transparent;
    -webkit-appearance: none;
    border: 0;
    color: #ffc1b4;
    position: absolute;
    top: 13px;
    right: 0;
    cursor: pointer;
    z-index: 101;
}
.btn-mob-menu:focus {
    outline: none;
}
.btn-mob-menu__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-mob-menu__label {
    display: block;
    position: relative;
    padding-top: 5px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 10px;
}
.btn-mob-menu__dots {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}
.btn-mob-menu__dot {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 100%;
    background: #ffc1b4;
    transition: height 0.3s ease-in-out, width 0 ease-in-out;
}
@media (max-width: 1440px) {
    .header .nav__item {
        margin-right: 25px;
    }
}
@media (max-width: 1320px) {
    .header .header__logo {
        max-width: 335px;
        z-index: 101;
    }
}
@media (max-width: 1024px) {
    .header .header__inner {
        padding: 15px 0;
    }
}
@media (max-width: 1060px) {
    .header .header__inner {
        padding: 12px 0;
    }
    .header .header__logo {
    }
    .header-nav {
        position: fixed;
        background: #034c53;
        right: 150%;
        width: 100%;
        z-index: 100;
        padding: 0 16px;
        top: 0;
        bottom: 0;
    }
    .header .nav__list {
        display: block;
        padding-top: 50px;
        text-align: right;
    }
    .header .nav__item {
        margin: 0 0 8px;
    }
    .header-nav.active {
        right: 0;
    }
    .btn-mob-menu {
        display: block;
        padding: 0;
    }
    .state-2 {
        position: absolute;
        left: -2px;
        right: 0;
        text-align: center;
        opacity: 0;
    }
    .btn-mob-menu.active {
    }
    .btn-mob-menu.active .state-1 {
        opacity: 0;
    }
    .btn-mob-menu.active .state-2 {
        opacity: 1;
    }
    .btn-mob-menu.active .btn-mob-menu__dot:nth-child(1),
    .btn-mob-menu.active .btn-mob-menu__dot:nth-child(3) {
        position: absolute;
        height: 2px;
        border-radius: 2px;
        width: 24px;
        margin: 0;
        transform-origin: center;
        transition: width 0.3s ease;
    }
    .btn-mob-menu.active .btn-mob-menu__dot:nth-child(1) {
        transform: rotatez(20deg);
    }
    .btn-mob-menu.active .btn-mob-menu__dot:nth-child(2) {
        opacity: 0;
    }
    .btn-mob-menu.active .btn-mob-menu__dot:nth-child(3) {
        transform: rotatez(-20deg);
    }
}
@media (max-width: 480px) {
    .header .header__logo,
    .header.header--scrolled .header__logo {
        max-width: 270px;
        padding-top: 5px;
    }
}

/* HEADER END
______________________________________________________________________________*/

/* FOOTER
______________________________________________________________________________*/

.footer {
    width: 100%;
    padding: 92px 0 95px;
    color: #ffffff;
    position: relative;
    z-index: 10;
    background-image: url("../images/bg-footer.png");
    background-repeat: repeat;
    background-position: 0 0;
}
.footer--bgless {
    background-image: none;
}
.footer .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .copyright {
    color: #ffffff;
}
.footer .nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer .nav__link {
    margin-left: 24px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
}
.footer .nav__link:hover {
    text-decoration: none;
}
@media (max-width: 1440px) {
    .footer {
        padding-top: 100px;
    }
}
@media (max-width: 980px) {
    .footer {
        padding: 35px 0;
    }
}
@media (max-width: 979px) {
    .footer .main {
        flex-direction: column;
    }
    .footer .copyright {
        order: 2;
        margin-top: 15px;
    }
    .footer .nav__link {
        margin: 0 10px;
    }
}
@media (max-width: 480px) {
    .footer .nav__list {
        display: flex;
        flex-direction: column;
    }
    .footer .nav__item {
        margin: 5px;
    }
}

/* FOOTER END
______________________________________________________________________________*/

/* Intro ____________________________-*/

.section-intro {
    padding: 180px 0 90px;
    background-color: #034c53;
    position: relative;
}
.section-intro:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 35px;
    height: 100px;
    right: calc(50% + 1280px / 2 - 18px);
    background-image: radial-gradient(rgb(217, 217, 217) 10px, transparent 10px);
    background-position: 100% -10px;
    background-size: 40px 40px;
    background-color: rgba(255, 255, 255, 0);
}
.section-intro .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-intro .col {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}
.section-intro .col-info {
}
.section-intro .intro-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
}
.section-intro .btn-wrap {
    margin-top: 35px;
}
.section-intro .col-pic {
    padding-left: 20px;
}
.section-intro .col-pic img {
    display: block;
    margin-left: auto;
}
@media screen and (max-height: 820px), (max-width: 1440px) {
    .section-intro {
        padding-top: 92px;
    }

    .section-intro .col-pic img {
        max-height: 450px;
    }
}
@media (max-width: 1024px) {
    .section-intro {
        padding-top: 80px;
    }
    .section-intro .col-info {
        max-width: 360px;
        flex-basis: auto;
        width: auto;
    }
    .section-intro .intro-title {
        font-size: 35px;
        line-height: 45px;
    }
    .section-intro .col-pic {
        flex-shrink: 1;
        flex-shrink: 1;
        width: 45%;
        max-width: 45%;
    }
    .section-intro .col-pic img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .section-intro {
        padding: 87px 0 40px;
    }
    .section-intro .main {
        display: block;
    }
    .section-intro .col-info {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    .section-intro .intro-title {
    }
    .section-intro .btn-wrap {
        margin-top: 27px;
    }
    .section-intro .btn {
        width: 100%;
    }
    .section-intro .col-pic {
        margin: 25px auto 0;
        width: 100%;
        max-width: 335px;
        padding: 0;
    }
    .section-intro .col-pic img {
        width: 100%;
        max-height: initial;
    }
}

/* About ____________________________-*/

.section-about {
    background: #d9d9d9;
}
.section-about .info {
}
.section-about .text-column {
    max-width: 840px;
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    position: relative;
}
.section-about .subtitle {
    font-weight: 700;
}
.section-about .devider {
    display: block;
    width: 100px;
    height: 4px;
    background: #034c53;
    margin: 50px 0;
}
.section-about .pic {
    position: absolute;
    left: calc(100% + 40px);
    top: -96px;
}
.section-about .pic img {
    display: block;
}
.section-about .pic:after {
    display: block;
    content: "";
    position: absolute;
    background: #034c53;
    height: 45px;
    right: 0;
    left: 25%;
    bottom: 0;
    transform: translate(0, 45px);
}
@media (max-width: 1440px) {
    .section-about .text-column {
        max-width: 750px;
    }
}
@media (max-width: 1280px) {
    .section-about .text-column {
        max-width: 600px;
    }
}
@media (max-width: 980px) {
    .section-about .text-column {
        max-width: 440px;
        -moz-columns: 1;
        columns: 1;
    }
}
@media (max-width: 860px) {
    .section-about {
        padding-bottom: 0;
    }
    .section-about .text-column {
        max-width: 100%;
    }
    .section-about .pic {
        position: relative;
        left: 0;
        top: 0;
        margin: 20px -20px -56px;
    }
    .section-about .pic img {
        display: block;
        position: relative;
        margin: auto;
        width: 100%;
        max-width: 590px;
        z-index: 1;
    }
    .section-about .pic:after {
        transform: translate(0, 30px);
    }
}

/* Services ____________________________-*/

.section-services {
    background: #ffffff;
    padding-bottom: 90px;
}
.service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.service-item:first-of-type {
    margin-top: -100px;
}
.service-item:last-of-type {
    margin-bottom: 0;
}
.service-item .item-info {
    max-width: 840px;
    order: 3;
}
.service-item .title-outer {
    margin-bottom: 16px;
}
.service-item .item-title {
    display: inline;
    background-image: linear-gradient(to right, #ffddd6, #ffddd6);
    background-repeat: no-repeat;
    background-position: 0 96%;
    background-size: 100% 15px;
}
.service-item .item-pic {
    order: 3;
}
.service-item--text-first .item-info {
    order: 1;
}
.service-item--text-first .item-pic {
    padding-left: 40px;
}
.service-item--pic-first .item-pic {
    order: 1;
    padding-left: 0;
    padding-right: 40px;
}
@media (max-width: 1280px) {
    .service-item:first-of-type {
        margin-top: -40px;
    }
}
@media (max-width: 980px) {
    .service-item:first-of-type {
        margin-top: 0;
    }
}
@media (max-width: 860px) {
    .section-services {
        padding-top: 80px;
    }
}
@media (max-width: 768px) {
    .service-item {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .service-item .item-info {
        order: 1;
        width: 100%;
    }
    .service-item .item-pic {
        order: 2;
        padding-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    .service-item .item-pic img {
        display: block;
        margin: auto;
        max-width: 300px;
    }
}

/* Values ____________________________-*/

.section-values {
    background-color: #d9d9d9;
    position: relative;
}
.section-values:before,
.section-values:after {
    display: block;
    position: absolute;
    content: "";
    background: #ffddd6;
    z-index: 0;
}
.section-values:before {
    width: 150px;
    height: 300px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    top: 135px;
    right: 62px;
    z-index: 0;
}
.section-values:after {
    width: 400px;
    height: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    bottom: 566px;
    left: -158px;
}
.section-values .values-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    position: relative;
    z-index: 1;
}
.section-values .values-item-cell {
    flex-basis: calc(50% - 50px);
    margin: 0 25px 50px;
}
.section-values .item + .item {
    margin-top: 50px;
}
.section-values .title-outer {
    margin-bottom: 16px;
}
.section-values .item-title {
    display: inline;
    background-image: linear-gradient(to right, #f2f2f2, #f2f2f2);
    background-repeat: no-repeat;
    background-position: 0 96%;
    background-size: 100% 15px;
}
.section-values img {
    display: block;
    width: 100%;
}
.section-values .note {
    font-weight: 700;
}
.section-values .decor {
    display: block;
    position: absolute;
    width: 274px;
    height: 240px;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.section-values .decor-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 120px 0 0 274px;
    border-color: transparent transparent transparent #ffffff;
    transform: rotate(0deg);
}
@media (max-width: 980px) {
    .section-values:before,
    .section-values:after,
    .section-values .decor {
        display: none;
    }
}
@media (max-width: 768px) {
    .values-items {
        flex-direction: column;
    }
    .values-item-cell--mob-hide {
        display: none;
    }
    .values-item-cell--web-left {
        order: 1;
    }
    .values-item-cell--web-right {
        order: 2;
    }
    .section-values .values-item-cell {
        margin-bottom: 30px;
    }
}

/* Team ____________________________*/
.section-team {
    padding: 90px 0;
}

.section-team .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-team .col-pic {
    padding-left: 40px;
}

.section-team .col-info {
    max-width: 840px;
}

@media (max-width: 860px) {
    .section-team {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .section-team .row {
        flex-wrap: wrap;
    }
    .section-team .col-info {
        width: 100%;
    }
    .section-team .col-pic {
        padding-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    .section-team .col-pic img {
        display: block;
        margin: auto;
        max-width: 300px;
    }
}

/* Career ____________________________*/
.section-career {
    background-color: #d9d9d9;
}

.section-career .title-outer {
    margin-bottom: 16px;
    margin-top: 30px;
}

.section-career .item-title {
    display: inline;
    background-image: linear-gradient(to right, #f2f2f2, #f2f2f2);
    background-repeat: no-repeat;
    background-position: 0 96%;
    background-size: 100% 15px;
}

.section-career .list-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section-career ul {
    width: 47%;
}

.section-career ul li {
    list-style: disc;
    margin-bottom: 7px;
}

.section-career ul {
    padding-left: 20px;
}

.section-career .subtitle {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 17px;
}

.section-career .card {
    background: #fff;
    padding: 131px 120px;
    margin: 60px auto 0;
}

.section-career .row {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
}

.section-career .card .title-outer {
    margin-bottom: 4px;
    margin-top: 14px;
}

.section-career .card .item-title {
    background-image: linear-gradient(to right, #ffddd6, #ffddd6);
}

.section-career .col {
    margin: 0 8px;
    width: 50%;
}

.section-career .col-info {
    max-width: 473px;
}

@media (max-width: 1280px) {
    .section-career .card {
        padding: 96px 80px 58px;
    }
}

@media (max-width: 980px) {
    .section-career .card {
        margin: 40px -20px 0;
        padding: 66px 40px 60px;
    }
}

@media (max-width: 979px) {
    .section-career .card {
        padding: 40px 20px 40px;
    }

    .section-career .row {
        flex-direction: column;
        margin: 0;
    }

    .section-career .col {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .section-career .col-info {
        margin-bottom: 20px;
    }

    .section-career .subtitle {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .section-career .list-row {
        flex-wrap: wrap;
    }

    .section-career ul {
        width: 100%;
    }
}

/* Contact us ____________________________-*/

.section-contact {
    background-color: #034c53;
    background-image: url(../images/bg-footer.png);
    background-repeat: repeat;
    background-position: 0 0;
    padding-bottom: 0;
}
.section-contact .card {
    background: #fff;
    padding: 195px 120px;
}
.section-contact .card .row {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
}
.section-contact .col {
    margin: 0 8px;
    width: 60%;
    max-width: 562px;
}
.section-contact .col-info {
    max-width: 360px;
}
.section-contact .title {
    margin-bottom: 8px;
}
.section-contact .col-form {
}
@media (max-width: 1280px) {
    .section-contact .card {
        padding: 96px 80px 58px;
    }
    .section-contact .col-form {
        max-width: 460px;
    }
}
@media (max-width: 980px) {
    .section-contact {
        padding: 0 0;
    }
    .section-contact .card {
        margin: 0 -20px;
        padding: 66px 40px 60px;
    }
}
@media (max-width: 979px) {
    .section-contact .card {
        padding: 40px 20px 40px;
    }
    .section-contact .card .row {
        flex-direction: column;
        margin: 0;
    }
    .section-contact .col-info {
        max-width: 100%;
        flex-basis: 100%;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .section-contact .col-form {
        max-width: 100%;
        flex-basis: 100%;
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 768px) {
}

/* MODAL */

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    padding: 90px 50px;
    text-align: center;
    max-width: 560px;
    width: 100%;
    box-sizing: border-box;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.8;
}
.modal .close {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    background: url("../images/icon-close.png") 50% 50% no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
}
.modal-content .modal__icon {
    display: block;
    margin-right: 20px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
}
.modal .close span {
    visibility: hidden;
}
.modal-content .modal__info {
    color: #fff;
}
.modal .modal-title {
    margin: 0 0 30px;
    display: block;
}
.modal p {
}
@media (max-width: 580px) {
    .modal-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .modal .modal-title {
        font-size: 30px;
    }
}

/* coolie popup */

.popup {
    position: fixed;
    bottom: -100%;
    left: calc(50% - 640px);
    background: #000;
    max-width: 550px;
    padding: 32px 40px;
    z-index: 10;
    transition: all 0.3s linear;
    box-sizing: border-box;
}
.popup.popup--shown {
    bottom: 0;
}
.popup__btns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.popup__btns .btn {
    font-size: 14px;
    font-weight: 700;
    margin: 0 12px;
    min-width: 155px;
    padding: 11px 15px;
    box-sizing: border-box;
}
.popup__close {
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    background: url("../images/icon-cross.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
}
.popup__title {
    margin-bottom: 16px;
}
.popup__text {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}
@media (max-width: 1280px) {
    .popup {
        left: 20px;
    }
}
@media (max-width: 1024px) {
    .popup {
        max-width: 100%;
        right: 0;
        left: 0;
    }
}
@media (max-width: 768px) {
    .popup {
        border-radius: 0;
        padding: 16px 32px;
    }
    .popup__close {
        right: 10px;
        top: 10px;
        width: 24px;
        height: 24px;
    }
    .popup__btns {
        margin: 20px -12px 0;
    }
    .popup__btns .btn {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 8px;
        min-width: 0;
    }
}

/* LEGACY PAGES (TERMS AND PRIVACY) */

.section-legacy {
    background: #d9d9d9;
    padding: 165px 0 100px;
    position: relative;
}
.section-legacy .main {
    max-width: 1270px;
}
.legacy-heading {
    display: flex;
}
.legacy-heading .title-lvl-1 {
    /* margin-bottom: 20px; */
}
.legacy-heading .title-lvl-2 {
    font-weight: 900;
}
.legacy-heading .col-date {
    text-align: right;
    position: relative;
}
.legacy-heading .col-date:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    width: 80px;
    height: 56px;
    background-image: url("../images/pic-legacy-decor.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.legacy-heading .col-date p {
    position: relative;
}
.legacy-content {
    margin-top: 8px;
}
.legacy-content .title-outer {
    margin: 22px 0 20px;
}
.legacy-content h2 {
    font-size: 24px;
    line-height: 1.41;
    font-style: normal;
    font-weight: 600;
    display: inline;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 15px;
}
.section-legacy .text-content p {
    margin-bottom: 15px;
}
.section-legacy ul {
    margin: 8px 0;
}
.section-legacy ul li {
    margin-bottom: 4px;
}
.section-legacy ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ffffff;
    vertical-align: middle;
    margin-right: 15px;
}
.section-legacy a {
    color: #000000;
}
@media (max-width: 1440px) {
    .section-legacy {
        padding: 180px 0 80px;
    }
}
@media (max-width: 1024px) {
    .section-legacy {
        padding: 100px 0 80px;
    }
}
@media (max-width: 768px) {
    .legacy-heading {
        display: block;
    }
    .legacy-heading .col-date {
        margin-top: 16px;
    }
    .legacy-content h2 {
        font-size: 18px;
    }
    .legacy-content h2 {
        background-size: 100% 10px;
    }
    .legacy-content .title-outer {
        margin: 32px 0 18px;
    }
}

/* section text contact */

.section-text-contact {
    padding: 80px 0 97px;
}
.section-text-contact a {
    color: #000000;
}

/* 404 */
.wrapper--404 {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-404 {
    text-align: center;
    width: 100%;
    flex-grow: 1;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-404__subtitle {
    font-size: 24px;
    line-height: 1.41;
    font-style: normal;
    font-weight: 600;
    display: inline;
    background-image: linear-gradient(to right, #ffddd6, #ffddd6);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 15px;
}

.section-404 .btn {
    margin: 62px auto 0;
}

@media (max-width: 768px) {
    .section-404__subtitle {
        font-size: 18px;
    }

    .section-404__subtitle {
        background-size: 100% 10px;
    }
}
