@font-face {
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "slnt" 0;
}
:root {
    --Secondary-color: #BA8E54;
    --Primary-color: #000036;
    --White: #fff;
    --Tertiary: #EAEAEA;
}
html {
    font-size: 10px;
}
body {
    font-family: Inter, sans-serif;
    font-size: 18px;
    color: var(--Primary-color);
    line-height: 26px;
    font-weight: 400;
}
a, a:focus, a:visited, a:active {
    color: var(--Primary-color);
}
/*Header*/
header {
    position: relative;
}
header .navbar {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 100;
}
body.inner-pages header .navbar {
    position: relative;
}
.section.main {
    padding: 0;
    background-image: url("../images/main_bg_test.jpg");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-expand-lg.navbar {
    padding-top: 2rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 1rem;
    color: var(--Primary-color);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-brand {
    width: 35%;
}
.navbar-brand img {
    /*margin-left: 25%;*/
}
.navbar-collapse {
    width: 53%;
}
.navbar-expand-lg .navbar-nav .nav-item.lang a {
    padding-right: 0rem;
}
.navbar-expand-lg .navbar-nav .nav-item.lang {
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item.lang a:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 40%;
    background-color: var(--Primary-color);
    position: absolute;
    bottom: 12px;
    right: -15px;
}
.navbar-expand-lg .navbar-nav .nav-item.active {
    position: relative;
    background: var(--Primary-color);
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-item.active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-left: 22px solid transparent;
    border-top: 45px solid #fff;
}
.background-left--front-upper {
    position: absolute;
    height: 300px;
    width: 300px;
    background: #000036;
}
.background-left--front-upper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0px;
    height: 300px;
    border-left: 80px solid transparent;
    border-top: 300px solid white;
}
.navbar-expand-lg .navbar-nav .nav-item svg {
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-item.active svg {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    fill: #fff;
    width: 15px;
    right: 20px;
}
.collapse.show {
    background-color: var(--White);
}
/*Home*/
.section {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.section.main {
    padding-top: 8rem;
    height: 600px;
    margin-top: 0;
    margin-bottom: 8rem;
}
.section.main .content_layout {
    display: none;
    position: absolute;
    bottom: -5rem;
    width: 60%;
    left: 0;
}
.vektor_dark {
    background-image: url("../images/vector_dark.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.vektor_light {
    background-image: url("../images/vector.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section.main .content_layout {
    font-size: 1.3rem;
    line-height: 40px;
}
.section.main .content_fill {
    /*padding: 4rem 9rem 4rem 7rem;*/
    color: #fff;
    position: relative;
    background-color: var(--Primary-color);
    height: 400px;
}
.section.main .vektor_dark_main {
    display: block;
    width: 320px;
    height: 434px;
    position: absolute;
    top: -21px;
    right: -260px;
    background-image: url("../images/vector_dark_main.png");
    background-color: transparent;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.section.main .content_fill .content_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 75%;
    margin: auto;
    height: 100%;
    height: -webkit-calc(100% - 10rem);
    height: -moz-calc(100% - 10rem);
    height: calc(100% - 10rem);
    margin: auto;
}
/*.section.main .content_fill:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-left: 8rem solid transparent;
    border-top: 18rem solid #fff;
}*/
/*.section.main .content_layout_bg {
    position: absolute;
    bottom:0;
    width: 320px;
    height: 100%;
    right: -93px;
}*/
.box_layout > div {
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
}
.box_layout .box {
    background-color: var(--Secondary-color);
    padding: 2rem 3rem;
    text-align: center;
    height: 100%;
    width: 100%;

}
.box_layout .box h3 {
    color: var(--Primary-color);
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}
.box_layout .box hr {
    width: 20%;
    background-color: var(--White);
}
.box_layout .box .info_short {
    line-height: 26px;
    margin-bottom: 2rem;
}
.more.btn-outline-dark {
    border-color: var(--Primary-color);
    color: var(--Primary-color);
    border-width: 2px;
    border-radius: 0;
    padding: 8px 18px;
    font-size: .8rem;
    font-weight: 700;
}
.more.btn-outline-dark svg {
    width: 14px;
    position: relative;
    top: 3px;
    left: 6px;
}
.box_layout .box.with_bg {
    background-image: url("../images/box_bg.jpg");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info_short {
    font-size: 1rem;
}
.title {
    font-weight: 700;
    text-align: center;
    line-height: 90px;
    font-size: 5rem;
    margin: 2rem 0 6rem 0;
}
/*Footer*/
.footer {
    background-color: var(--Tertiary);
    padding: 6rem 4rem;
    font-size: 1rem;
}
.footer .info_short {
    margin-bottom: 1.5rem;
}
.footer .info_short span {
    display: block;
}
.footer .logo {
    width: 65%;
    margin-bottom: 1.5rem;
}
.footer .btn-outline-dark.bg_fill {
    color: var(--White);
    background-color: var(--Primary-color);
    border-color: var(--Primary-color);
}
.footer .btn-outline-dark.bg_fill svg {
    fill: var(--White);
    left: -4px;
}
.footer .footer_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.footer .footer_box.bottom a,
.footer .footer_box.bottom .links {
    position: absolute;
    bottom: 0;
}
.footer .footer_box.bottom .links {
    width: 100%;
}
.footer .footer_box.bottom .links a {
    position: initial;
}
.footer .footer_box.bottom .links > a {
    padding-right: 1rem;
}
/*Services*/
.rectangle_dark_bg {
    background-image: url("../images/rectangle_dark.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-img {
    background-image: url("../images/services_bg.jpg");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body.inner-pages .content {
    padding-top: 4rem;
}
body.services .service-img {
    height: 250px;
}
body.inner-pages .header-part .vektor_light {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.inner.text-content {
    /*width: 70%;
    margin: 0 auto 4rem auto;*/
    width: 100%;
}
.inner.text-content > div {
    margin: 1rem 0 4rem 0;
}
.inner.text-content .heading-title,
.inner.text-content .s_text {
    width: 50%;
}
.inner.text-content .heading-title h3 {
    width: 65%;
    float: right;
}
.inner.text-content h3,
.inner.text-content .staff-img {
    font-weight: 700;
    line-height: 40px;
    font-size: 2.5rem;
    margin-right: 3rem;
}
.inner.text-content .staff-img {
    width: 50%;
}
.inner.text-content .s_text {
    position: relative;
    bottom: -43px;
}
/*Inner pages*/
.rectangle_gold_bg {
    background-image: url("../images/rectangle_gold.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rectangle_grey_bg {
    background-image: url("../images/rectangle_grey.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.whytitans.inner-pages .inner.text-content h3 {
    width: 62%;
}*/
.inner.text-content .staff-img {
    position: relative;
}.inner.text-content .staff-img img {
     float: right;
 }
/*.inner.text-content .staff-img .vektor_dark {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 100%;
    right: -19px;
}*/
.inner.text-content .personal_data {
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 50%;
}
.inner.text-content .personal_data h4 {
    font-weight: 700;
    line-height: 47px;
    font-size: 2.5rem;
}
.inner.text-content .personal_data > div {
    font-weight: 400;
    color: var(--Primary-color);
    font-size: 1.18rem;
    line-height: 26px;
}
.inner.text-content .personal_data .status {
    color: var(--Secondary-color);
    margin-bottom: 15px;
}
.inner.text-content .personal_data a,
.inner.text-content .personal_data a:hover,
.inner.text-content .personal_data a:focus,
.inner.text-content .personal_data a:active {
    display: block;
    color: var(--Primary-color);
    cursor: pointer;
}
.contact_form .info_short span,
.contact_form .info_short a {
    display: block;
    font-size: 1.18rem;
}
.contact_form .info_short a,
.contact_form .info_short a:hover,
.contact_form .info_short a:focus,
.contact_form .info_short a:active {
    color: var(--Primary-color);
    cursor: pointer;
}
.contact_form img.logo {
    width: 60%;
    margin-bottom: 2rem;
}
.contact_form .contact_details {
    width: 60%;
    float: right;
}
input {
    height: 36px;
}
input,
textarea {
    background-color: var(--Tertiary) !important;
    font-size: .8rem !important;
    border-radius: 0 !important;
    border: 0 !important;
}
textarea {
    resize: none;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--Primary-color);
    opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--Primary-color) ;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--Primary-color);
}
.form-group {
    margin-bottom: .5rem;
}
.contact_form .btn {
    background-color: var(--Primary-color);
    border-color: var(--Primary-color);
    color: var(--White);
    float: right;
}
.contact_form .btn svg {
    fill: var(--White);
}
.team_member {
    width: 100%;
}
body.contacts .inner.text-content .heading-title h3 {
    width: 32%;
}
body.services .inner.text-content .heading-title h3 {
    width: 58%;
}

/*Media*/
@media (max-width: 575.98px) {
    .inner.text-content {
        width: 100%;
    }
    .inner.text-content .s_text {
        width: 100%;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    body.home .box_layout .box.with_bg {
        height: 17rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.5rem;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .inner.text-content > div {
        display: block !important;
    }
    .inner.text-content .heading-title,
    .inner.text-content .s_text,
    .inner.text-content .heading-title h3 {
        width: 100%;
    }
    .inner.text-content .s_text {
        bottom: -10px;
    }
    .inner.text-content .heading-title h3 {
        float: none;
    }
    .footer .footer_box.bottom a, .footer .footer_box.bottom .links {
        position: static;
    }
    .footer .footer_box {
        margin-bottom: 1rem;
    }
    .footer .footer_box .links.text-right {
        text-align: left !important;
    }
    .contact_form .contact_details {
        width: 100%;
        margin-bottom: 2rem;
    }
    .inner.text-content .staff-img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .inner.text-content .personal_data {
        width: 100%;
    }
    .section.main .content_layout {
        display: block;
        width: 100%;
        bottom: 0rem;
        opacity: .6;
        font-size: 1.4rem;
    }
    .section.main .content_fill {
        height: 270px;
    }
    .section.main .content_fill .content_text {
        height: 80%;
    }
    .section.main .vektor_dark_main {
        display: none;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .section.main .content_layout {
        display: block;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    html {

    }
    .section.main .content_fill {
        /*padding: 10rem 17rem 10rem 7rem;*/
        background-size: contain;
        height: 600px;
    }
    /*.section.main .content_layout {
        width: 60%;
    }*/
    .section.main .vektor_dark_main {
        height: 650px;
    }
    .section.main .content_layout {
        font-size: 1.7rem;
        line-height: 42px;
    }
    .section.main .content_fill .content_text {
        width: 60%;
    }
    .section.main .vektor_dark_main {
        height: 650px;
        top: -30px;
        right: -250px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }



