@font-face {
    font-family:'Montserrat Regular';
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Montserrat light';
    src: url("../fonts/Montserrat-Light.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Montserrat extralight';
    src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}


@font-face {
    font-family:'Montserrat bold';
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Montserrat semibold';
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Montserrat extrabold';
    src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}
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;
}
/* HTML5 display-role reset for older browsers */
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;
}

body {
    font-family:'Montserrat Regular';
}

.wrapper {
    max-width: 100%;
    overflow: hidden;
}

h2 {
    color: #032F41;
    font-family: 'Montserrat Bold';
    font-size: 48px;
}

h3 {
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 36px;
}

@media (max-width: 1280px) {
    h3 {
        color: white;
        text-transform: uppercase;
        font-family: 'Montserrat Bold';
        font-size: 24px;
    }
}

.font-extrabold {
    font-family:'Montserrat extrabold';
}

.header {
    position: relative;
}

.header-col {
    position: absolute;
    margin-top: 40px;
    z-index: 2;
}

@media (max-width: 1280px) {
    .header-col {
        position: absolute;
        margin: 30px 0 0 25px;
        z-index: 2;
    }
    .header-col img{
        width: 80%;
    }
}

.color-primary {
    color: #032F41;
}

.color-secondary {
    color: #EEF2F4;
}

.color-white {
    color: white;
}

.color-orange {
    color: #E9630A;
    text-transform: uppercase;
}

.nav {
    font-size: 14px;
    font-family: 'Montserrat SemiBold';
    justify-content: end;
    text-align: center;
}

.nav ul {
    background-color: #032F41;
    list-style: none;
    padding: 17px 0;
    color: white;
    border-radius: 27px;
}

.nav ul li {
    text-transform: uppercase;
    display: inline-block;
}

.nav ul li a{
    padding: 13px 18px;
    text-decoration: none;
}

.nav ul li a:hover{
    padding: 13px 18px;
    color: white;
    text-decoration: none;
    border-radius: 23px;
    background-color: #0F3E51;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .nav {
        margin-right: 15px;
    }

    .nav ul li a{
        padding: 10px 13px;
        text-decoration: none;
    }
}

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

.hero img {
    width: 101vw;
    max-height: 720px;
    object-fit: cover;
}

.container{
    position: relative;
}

.nested-col {
    position: absolute;
    left: 0;
    margin-top: 0;
    bottom: 150px;
    width: 100%;
}

.hero .nested-col p{
    font-family: 'Montserrat SemiBold';
    font-size: 21px;
    letter-spacing: .1em;
}

.hero .nested-col h1{
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    font-size: 62px;
    padding-top: 25px;
    line-height: 1;
}

@media (max-width: 1280px) {
    .hero img {
        max-width: 100%;
        height: 560px;
        object-fit: cover;
    }
    
    .container{
        position: relative;
    }
    
    .nested-col {
        position: absolute;
        left: 35px;
        margin-top: 0;
        bottom: 80px;
        width: 100%;
    }
    
    .hero .nested-col p{
        font-size: 18px;
    }
    
    .hero .nested-col h1{
        font-family: 'Montserrat Bold';
        text-transform: uppercase;
        font-size: 34px;
        padding-right: 75px;
        padding-top: 15px;
        line-height: 1.25;
    }
}

@media (max-width: 320px) {
    .hero .nested-col p{
        font-size: 16px;
    }
}

.description {
    background-color: #EEF2F4;
    height: 400px;
}

@media (max-width: 1280px) {
    .description {
        background-color: #EEF2F4;
        height: 420px;
    }
}

@media (min-width: 600px) and (max-width: 992px) {
    .description {
        height: 460px;
    }
}

@media (max-width: 767px) {
    .description {
        background-color: #EEF2F4;
        height: 100%;
    }
    .description-block {
        flex-direction: column-reverse;
    }
}

.light {
    color: #032F41;
    line-height: 1.5;
    padding: 80px 0 40px;
    font-size: 18px;
    font-family: 'Montserrat Light';
}

@media (max-width: 1280px) {
    .light {
        padding: 60px 30px 30px;
        font-size: 16px;
        line-height: 1.75;
    }
}
.floating {
    line-height: 1.25;
    z-index: 1;
    margin-top: -80px;
    padding: 80px 80px;
    background-color: #032F41;
    color: white;
}
.floating h3 {
    padding-bottom: 20px;
}

.floating ul{
    padding-right: 50px;
}
.floating ul li{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.floating ul li p{
    font-size: 18px;
    font-family: 'Montserrat Light';
    padding-left: 20px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .floating {
        margin: -50px 0px 0 -20px;
        padding: 60px 30px;
    }
    .floating h3 {
        padding-bottom: 40px;
    }
    .floating ul li p{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .floating {
        margin-top: -40px;
        padding: 60px 30px;
    }
}
.left-border {
    margin: 80px 0 100px 0;
    color: #032F41;
    line-height: 1.5;
    padding-left: 30px;
    font-size: 18px;
    border-left: 2px solid #E9630A;
    font-family: 'Montserrat Light';
}

@media (max-width: 1280px) {
    .left-border {
        margin: 60px 30px;
        font-size: 16px;
        line-height: 1.75;
    }
}
.knowledge {
    background-color: #032F41;
    padding-bottom: 425px;
}

.knowledge h3{
    padding: 100px 0 30px;
}

.knowledge .desc {
    line-height: 1.5;
    padding-bottom: 50px;
    font-family: 'Montserrat Light';
    color: white;
}

.knowledge img{
    width: 100%;
}

@media (max-width: 1023px) {
    .knowledge {
        background-color: #032F41;
        padding-bottom: 290px;
    }
    
    .knowledge h3{
        padding: 60px 30px;
    }
    
    .knowledge .desc {
        padding: 0 30px;
        line-height: 1.75;
        padding-bottom: 50px;
        font-family: 'Montserrat Light';
        color: white;
    }
    .knowledge img{
        margin: 10px 10px 0;
        padding-right: 20px;
    }
}

.specialities {
    background-color: #0F3E51;
    padding: 50px 0 0 40px;
}

.speciality {
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    font-size: 21px;
    color: #E9630A;
}
.summary {
    line-height: 1.5;
    padding: 15px 45px 70px 0;
    font-family: 'Montserrat Light';
    color: white;
}


@media (max-width: 1023px) {
    .specialities {
        background-color: #0F3E51;
        padding: 50px 0 0 40px;
        margin: -3px 10px 20px 10px;
    }
    
    .speciality {
        text-transform: uppercase;
        font-family: 'Montserrat SemiBold';
        font-size: 18px;
        color: #E9630A;
    }
    .summary {
        line-height: 1.5;
        padding: 15px 45px 60px 0;
        font-family: 'Montserrat Light';
        color: white;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .summary {
        line-height: 1.5;
        padding: 15px 65px 60px 0;
        font-family: 'Montserrat Light';
        color: white;
    }
    .appointment .info {
        padding: 80px 100px 100px 100px !important;
    }
    .appointment img{
        width: 50%;
    }
}
.contact {
    background-color: #EEF2F4;
}

.appointment {
    display: flex;
    margin-top: -275px;
    background-color: white;
    margin-bottom: 80px;
}

.appointment .info {
    padding: 80px 195px 0 100px;
}

.appointment .slug{
    font-family: 'Montserrat Light';
    font-size: 18px;
    line-height: 1.5;
    padding: 60px 0 30px 0;
}

.appointment h2{
    line-height: 1.25;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .appointment {
        display: flex;
        margin: -215px 10px 0 10px;
        background-color: white;
        margin-bottom: 80px;
        flex-direction: column;
    }
    .appointment .info {
        padding: 60px 30px;
    }
    .appointment .slug{
        font-family: 'Montserrat Light';
        font-size: 16px;
        line-height: 1.5;
        padding: 30px 0 40px 0;
    }
    .appointment img {
        height: 245px;
    }
}

.info p{
    font-family: 'Montserrat SemiBold';
    font-size: 18px;
    color: #032F41;
    padding-left: 12px;
}

.info a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.info a:hover svg circle{
    fill: #4A7486;
}

.info a p:hover {
    text-decoration: underline;
}

@media (max-width: 1280px) {
    .info h2{
        font-size: 32px;
    }
    .info p{
        font-size: 16px;
    }
    .info li p{
        word-break: break-all;
        font-size: 14px;
    }
    .info li a svg {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
    }
}

.appointment-image img{
    width: 100%;
}

.footer {
    padding-bottom: 80px;
    display: flex;
}

.footer p {
    margin-left: 55px;
    padding-left: 30px;
    font-family: 'Montserrat Light';
    font-size: 18px;
    line-height: 1.5;
    border-left: 2px solid #81A3B0;
}

.footer a:hover svg circle{
    fill: rgb(223, 220, 220);
}

@media (max-width: 767px) {
    .footer  {
        margin: 0 10px;
        padding-bottom: 50px;
        display: block;
    }
    .footer p {
        margin: 0 15px;
        padding: 30px 0;
        font-family: 'Montserrat Light';
        font-size: 16px;
        line-height: 1.5;
        border-left: none;
        border-top: 2px solid #81A3B0;
    }
    .footer a{
        margin-left: 15px;
    }
    .footer a svg{
        margin-bottom: 30px;
    }
}

.rdw-logo {
    text-align: right;
}

@media (max-width: 1023px) {
    .rdw-logo {
        margin: 0 30px;
        text-align: left;
        padding-bottom: 80px;
    }
}

.sticky-button-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.sticky-button{
    position: fixed;
    bottom: 15px;
    background-color: #E9630A;
    border-radius: 27px;
}

.sticky-button a, .button-vacancy a{
    font-family: 'Montserrat SemiBold';
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.sticky-button:hover, .button-vacancy:hover{
    background-color: #F17726;
}
.sticky-button p, .button-vacancy p{
    padding: 10px 25px 10px 10px;
}

@media (max-width: 992px) {
    .button-vacancy p{
        padding: 10px 10px 10px 10px;
        font-size: 15px;
    }
}

.button-vacancy {
    width: auto;
    display: inline-block;
    background-color: #E9630A;
    border-radius: 27px;
}

.button-vacancy svg {
    padding: 6px 0 2px 0;
    margin-left: 5px;
    background-color: #F17726;
    border-radius: 50%;
}

.button-vacancy--bottom {
    margin-top: 10px
}


@media (max-width: 1280px) {
    .sticky-button{
        bottom: 15px;
        right: 6%;
    }
    .sticky-button a svg{
        width: 52px;
        height: 52px;
    }
    .sticky-button p {
        display: none;
    }
    .button-vacancy {
        width: 85%;
        margin: 0 0 10px 30px;
    }
}

@media (max-width: 767px) {
    .button-vacancy--bottom {
        margin-bottom: 20px;
    }
}

@media (max-width: 460px) {
    .button-vacancy p {
        font-size: 11px;
    }
}

@media (min-width: 1400px) {
    .button-vacancy {
        width: 53%;
    }
}

@media (min-width: 1280px) and (max-width: 1399px) {
    .button-vacancy {
        width: 62%;
    }
}
.vacancy-menu-item {
    position: relative;
}
.vacancy-menu-item:hover {
    color: #fff;
}
.vacancy-menu-item:after {
    content: '2';
    position: absolute;
    height: 18px;
    width: 18px;
    display: flex;
    top: 0;
    right: 2px;
    justify-content: center;
    align-items: center;
    background-color: #E9630A;
    font-size: 12px;
    border-radius: 100%;
    animation: pulse .8s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1.2, 1.2);
    }

    50% {
        transform: scale(1, 1);
    }

    75% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .logo-wrapper {
        width: 25%;
    }

    .menu {
        width: 75%;
    }

    .nav ul li a {
        padding: 10px 4px;
    }

    .nav ul {
        padding: 17px 15px;
    }

    .vacancy-menu-item:after {
        top: -2px;
        right: -8px;
    }
}

.nav-mobile {
    display: none;
}

@media (max-width: 767px) {
    .nav-mobile {
        display: block;
    }

    .menu {
        width: 33%;
        display: flex;
        justify-content: end;
    }

    .nav-mobile ul {
        background-color: #032F41;
        list-style: none;
        padding: 17px 20px;
        color: white;
        border-radius: 27px;
        display: inline-block;
        font-size: 14px;
        font-family: 'Montserrat SemiBold';
    }

    .nav-mobile ul li {
        text-transform: uppercase;
        text-decoration: none;
    }

    .nav-mobile ul li a {
        text-transform: uppercase;
        text-decoration: none;
    }

    .vacancy-menu-item:after {
        top: -12px;
        right: -14px;
    }

    .logo-wrapper {
        width: 66%;
    }
}

@media (max-width: 575px) {
    .logo-wrapper {
        width: 50%;
    }

    .menu {
        padding-left: 0;
        width: 40%
    }

    .nav-mobile ul {
        padding: 17px 15px;
    }

    .header-col img {
        width: 95%;
    }
}