@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');
html,
body {
    height: 100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background-image: url(/images/sw.png);
    color: #393939;
}
.wrap {
    min-height: 100%;
    height: auto;
    width: 100%;
}
a {
    /*color: #68aecf;*/
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:active, a:focus, a:hover {
    text-decoration: none;
}

.fs-50 {font-size: .5em;}
.fs-60 {font-size: .6em;}
.fs-70 {font-size: .7em;}
.fs-80 {font-size: .8em;}
.fs-90 {font-size: .9em;}
.fs-100 {font-size: 1em;}
.fs-110 {font-size: 1.1em;}
.fs-120 {font-size: 1.2em;}
.fs-130 {font-size: 1.3em;}
.fs-140 {font-size: 1.4em;}
.fs-150 {font-size: 1.5em;}
.fs-160 {font-size: 1.6em;}
.fs-170 {font-size: 1.7em;}
.fs-180 {font-size: 1.8em;}
.fs-190 {font-size: 1.9em;}
.fs-200 {font-size: 2em;}

.auth-link *{
    font-size: 25px;
    padding: 0;
}
.content-main{
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.footer {
    background-color: #1E5994;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer a{
    color: #ffffff;
    font-weight: 600;
}
.footer .phone{
    font-size: 24px;
    font-weight: 600;
}
#sidenav {
    flex: 0 1 100px;
}
.toolbar-row{
    height: 65px
}
.logo *{
    max-height: 100%;
}
.header-title h3{
    line-height: 1;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    /*border-right: 1px solid #c0c0c0;*/
}
.bg-dark-blue{
    background-color: #1d2939;
}
.section{
    padding: 30px;
    border-radius: .25rem;
    background: #ffffff;
    color: #343a40;
    margin-bottom: 15px;
}
.active-section{
    padding: 10px;
    border-radius: .25rem;
    background: #ffffff;
    color: #343a40;
    margin-bottom: 15px;
}
.sort-nav .active-section{
    margin-bottom: 0;
}
.active-section:hover{
    background: #eeeeee;
}
.tools{
    margin-bottom: 15px;
}
#mainmenu li.active>a{
    background-color: #3b4b60;
}
.help-block{
    color: #ca0000;
}
.dropdown-menu *{
    margin: 0;
    padding: 0;
}
.dropdown-menu > *{
    display: block;
    width: 100%;
    padding: 5px 15px;
}
/*---------------MENU-----------------*/
.navbar {
    font-size: 18px;
}
.menu-widget li{
    display: block;
}
.navbar-nav li{
    text-align: center;
}
.navbar-light .navbar-nav .nav-link{
    color: #1D1336;
}
.navbar-light .navbar-nav .nav-link{
    color: #1D1336;
}
.navbar-light .navbar-nav .nav-link:active,.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active .nav-link{
    color: #1DAAF9;
}
.navbar > .container{
    position: relative;
}
.navbar .navbar-nav .nav-link{
    padding-left: 20px;
    position: relative;
}
.navbar .navbar-nav >li:first-child .nav-link{
    padding-left: 0.5rem;
}
.navbar .navbar-nav .nav-link:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #70C1F8;
}
.navbar .navbar-nav>li:first-child .nav-link:before{
    display: none;
}

/*---------------SEARCH-----------------*/
#search-form{
    padding-right: 35px;
    background-image: url(/images/search.png);
    background-size: 28px auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
#search-form input {
    position: absolute;
    padding: 10px;
    padding-right: 10px;
    padding-right: 25px;
    font-size: 17px;
    top: 0;
    border: 0px;
    right: 0;
    display: block;
    width: 0px;
    z-index: 9;
    height: auto;
    box-shadow: none;
    background-image: url(../images/search.png);
    background-size: 25px 25px;
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    color: #6f6f6f;
}

#search-form input:focus {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
/*---------------HEADER-----------------*/
header{
    background-image: url(/images/header.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
}
.site header:after{
    width: 300px;
    height: 300px;
}
header:after{
    content: '';
    background-image: url(/images/np.png);
    background-position: 100% 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 30px;
    width: 250px;
    height: 250px;
    z-index: 1;
}
header .title{
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0px 2px 5px #626262;
    padding-left: 185px;
    background-position: 0px 50%;
    background-size: 171px 163px;
    background-repeat: no-repeat;
    margin: 50px 0;
}
.site header .title{
    margin: 150px 0;
}
header .title:hover,header .title:active,header .title:focus{
    color: #a3dfff;
}
header .i-contacts{
    text-shadow: 0px 2px 5px #626262;
    padding-left: 60px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
    font-weight: 700;
    display: block;
    background-size: 55px;
}
header .i-contacts a{
    color: #ffffff;
}
header .i-contacts a:hover,header .i-contacts a:active,header .i-contacts a:focus{
    color: #a3dfff;
}
header .email{
    font-size: 26px;
    background-image: url(/images/mail.png);
}
header .phone{
    font-size: 40px;
    background-image: url(/images/phone.png);
}
header .address{
    /*color: #1E5993;*/
    color: #10394F;
    background-color: rgba(255,255,255,.7);
    font-size: 20px;
    font-weight: 600;
    border-radius: 15px;
}
header .address svg{
    /*color: #1E5993;*/
    color: #1E5993;
    margin-right: 15px;
}
/*--------Vertical---------*/
.tmpl-vertical ul > .nav-item{
    width: 100%
}
/*---------------Error Page-----------------*/

.wrapper-error {
    min-height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/bg.jpg) no-repeat center #1c8fdf;
    background-size: cover;
}

.site-error {
    background: rgba(255,255,255,.8);
    width: 100%;
    max-width: 830px;
    margin: auto;
    left: 100%;
}
/*---------------Error Page END-----------------*/

/*---------------CARD-----------------*/

.card.item-block {
    margin-bottom: 15px;
    overflow: hidden;
}
[id^=file-block-wrapper] .card {
    overflow: inherit;
}
.active-card .card-body:hover{
    background: rgba(0,0,0,.1);
    cursor: pointer;
}
.card.item-link:hover{
    background-color: rgba(0,0,0,.1)
}
.item-link a:hover{
    text-decoration: none;
}
.card.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125) !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.card-hover:focus.shadow, .card-hover:hover.shadow{
    background-color: #f8f8f8 !important;
    box-shadow: 0 0.5rem 1rem rgba(0,123,255,.125) !important;
}
/*--------------- Page size widget END-----------------*/

.styled-select {
    overflow: hidden;
    position: relative;
    border: 0px;
    background-color: #28a745;
}
.styled-select select {
    /*padding: 20px;*/
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding-right: 40px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}
.styled-select:after {
    content: "\f078";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 26px;
    z-index: 1;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    color: #ffffff;
}
/*--------------- Page size widget END-----------------*/

/*--------------- File field widget START-----------------*/

.input-file-box {}
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.input-file-label {
    cursor: pointer;
}
.input-file-label:focus,
.input-file-label:hover {
    box-shadow: 0 0 4px 0 black;
}

.drop-area-block {
    outline: 4px dotted #fff;
    outline-offset: -10px;
}
.drop-area-label {
    font-weight: bold;
}
.drop-area-label:focus,
.drop-area-label:hover {
    cursor: pointer;

}

.highlight {background-color: #B9DD1E !important;}

/*--------------- File field widget END-----------------*/

/*--------------- Select field widget START-----------------*/

#selectfield-widget .dropdown-menu{
    max-height: 360px;
    overflow: auto;
}
#selectfield-widget .list-group-item:hover {background-color: #ececec;}

/*--------------- Select field widget END-----------------*/

/*--------------- rss widget START-----------------*/

.widget-title{
    color: #2D4285;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.rss .news-body{
    background-color: #1E5995;
    padding-top: 10px;
}
.rss .news-body a{
    color: #ffffff;
}
.rss .news-body a:hover,.rss .news-body a:focus,.rss .news-body a:active{
    color: #f5f5f5;
    text-decoration: underline;
}
.rss .news-title{
    font-weight: 600;
}
/*--------------- rss widget END-----------------*/

.card-body .preview-text p:last-child{
    margin: 0px;
}
.image-thumbnail{
    background-color: #0572ad;
    background-repeat: no-repeat;
    background-position: 50%;
}
#content img{
    max-width: 100%
}
/*---------------- material START -----------------*/

.item-image.text-image {
    width: 240px;
}

/*---------------- material END -----------------*/
/*---------------- links START -----------------*/
.links{
    padding: 50px 0px;
}
.links .owl-carousel .owl-item img {
    width: auto;
    margin: 20px auto;
}
.links .owl-carousel .owl-item a {
    font-size: 19px;
    color: #000000;
}
.links .owl-carousel .owl-item a:hover,
.links .owl-carousel .owl-item a:active,
.links .owl-carousel .owl-item a:focus {
    color: #007bff;
}
.links h5, .links .h5 {
    font-size: 1rem;
}
#education .owl-item{
    padding: 10px;
    background: #ffffff;
    box-shadow: 2px 2px 5px #dedede;
    margin-top: 10px;
    margin-bottom: 10px;
}
#education .owl-stage{
    display: flex;
    align-items: stretch !important;
}
#education h5, #education .h5 {
    font-size: 1rem;
}
#education a {
    color: #000000;
}
#education a:hover {
    color: #007bff;
}
/*---------------- links END -----------------*/
/*---------------- links START -----------------*/
.carousel-indicators li {
    background-color: #00ABFF;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    background: none;
    display: block;
    width: auto;
    height: auto;
}
.carousel-control-prev-icon:before, .carousel-control-next-icon:before{
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300ABFF' width='25' height='40' viewBox='0 0 320 512' %3e%3cpath d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300ABFF' width='25' height='40' viewBox='0 0 320 512' %3e%3cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3e%3c/svg%3e");
}
/*---------------- links END -----------------*/
/*---------------- last-vacancy START -----------------*/
#last-vacancy .card a{
    color: #D91249;
}
#last-vacancy .last-vacancy-marker{
    color: #215994;
}
/*---------------- last-vacancy END -----------------*/

#to-top {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 15;
    cursor: pointer;
    background: #869791;
    color: #ffffff;
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 30px;
    opacity: .8;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#to-top.top {
    bottom: 30px;
    left: -100px;
}
#to-top:active,#to-top:focus,#to-top:hover{
    opacity: 1;
}
#cookie_notice{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #007bff;
    padding: 20px;
    z-index: 10;
    color: #ffffff;
}
#cookie_notice a{
    color: #ffffff;
    font-weight: 600;
}