@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #fafafa;
}

.main-container {
    flex: 1 0 auto;
    min-height: 100vh;
}
      

.br8 {border-radius: 8px;}
.mb0 {margin-bottom: 0 !important;}
.mt0 {margin-top: 0 !important;}

a {
    color: #4aafd3;
    font-weight: 500;
}

a.link {
    color: #4aafd3;
    padding-bottom: 2px;
    border-bottom: 1px dashed transparent;
    transition: 0.3s;
    font-style: italic;
}

a.link:hover {
    border-color: #4aafd3;
}

P {
    margin-top: 0;
}

h2,h3,h4,h5,b,strong {
    font-weight: 700;
}

h3,h4,h5 {
     font-size: 1.4rem;
     color: #0B4D65;
}

header {
    height: 160px;
}

header .flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .brand-logo {
    height: 160px;
    display: flex;
    margin-right: 40px;
}

header .header-items {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
}

header .header-items .top-line {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid #D5D5D5 2px;
}

header .header-items .top-line .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .header-items .top-line .company-name {
    font-weight: 900;
    font-size: 3rem;
    color: #0B4D65;
    line-height: 1;
    white-space: nowrap;
}

header .header-items .top-line .company-description{
    font-size: 1.2rem;
    color: #578595;
    line-height: 1;
    white-space: nowrap;
}

header .header-items .top-line .site-contacts {
    color: #0B4D65;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.2;
    white-space: nowrap;
}

header .header-items .top-line .site-contacts i {
    color: #45AED5;
    margin-right: 5px;
}

header .header-items .top-line .site-contacts .phone {
    font-weight: 900;
}

header .header-items .nav {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    height: 60px;
    line-height: 60px;
}

header .header-items .nav .header-items-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

header .flex-container .mob-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .flex-container .mob-icons a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid #45AED5 2px;
    color: #062734;
    font-size: 1.2rem;
    margin-right: 10px;
}

header .flex-container .sidenav-trigger {
    float: none;
    position: static;
    line-height: 1;
    margin: 0;
    display: block;
    height: auto;
}

header .flex-container .sidenav-trigger i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid #45AED5 2px;
    color: #062734;
    font-size: 1.2rem;
    margin-left: 5px;
}


header .header-items .nav ul a {
    color: #1E1E1E;
    font-weight: 500;
}

header .header-items form {
    display: block;
    width: 100%;
    padding:  0 40px;
}

header .header-items .search-input {
    display: block;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #B7CBD2;
    padding: 10px 20px 10px 40px;
    outline: none;
}

header .header-items .search-input:focus-visible {
    border: 2px solid #4aafd3;
}

header .header-items .input-field .fa-magnifying-glass {
    position: absolute;
    left: 20px;
    top: 14px;
    color: #B7CBD2;
}


.card-flex {
    display: flex;
    align-items: center;
}

/* .fullscreen-modal {
    background: #fff;
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 1000;
    overflow-x: scroll;
    display: none;
    padding-top: 5vh;
}

.fullscreen-modal .modal-close {
    position: absolute;
    font-size: 40px;
    top: 20px;
    right: 20px;
    color: #4aafd3;
}

.fullscreen-modal .card .card-content {
    padding: 3rem;
} */


.section {
    padding: 60px 0;
}

nav.breadcrumbs, .breadcrumb, .breadcrumb:last-child {
    color: #848484;
    font-size: 1rem;
}

nav.breadcrumbs {
    background: #efefef;
    box-shadow: none;
    line-height: 1.5em; 
    padding-top: 20px;

    border-bottom: solid #D5D5D5 2px;
    height: 52px;
}

.breadcrumb {
    padding-left: 5px;
    padding-right: 5px;
}

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

.breadcrumb:last-child {
    border-bottom: solid #4aafd3 2px;
    line-height: 1em;
    padding-bottom: 10px;
    position: relative;
}

nav.breadcrumbs, .breadcrumb, .breadcrumb:last-child {
    color: #848484;
    font-size: 1rem;
}

.breadcrumb:before {
    content: none;
}

.breadcrumb:last-child:before {
    content: '';
    width: 0;
    height: 0;
    border: solid transparent 4px;
    border-bottom-color: #4aafd3;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
}

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

.flex .input-field {
    display: inline-block;
    width: 100%;
    margin-right: 20px;
}

.button {
    appearance: none;
    cursor: pointer;
    display: inline-block;
    border: 0;
    border-radius: 5px;
    border: 2px #2693ba solid;
    background: #2693ba;
    position: relative;
    overflow: hidden;
    color: white;
    min-width: 100px;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    padding: 8px 16px;
    transition: 0.3s ease-in-out;
    font-family: inherit;
}

.button.button-light {
    border-color:  #2693ba;
    color:  #2693ba;
    background: transparent;
    margin: 0 5px;
}

.button.button-green {
    background: #26ba4e;
    color: white;
}

.button:hover {
    background: #1a6581;
    border-color: #1a6581;
  }
  
.button:focus {
    background: #1a6581;
}

.button.button-light:hover {
    border-color:  #2693ba;
    color:  white;
    background: #2693ba;
}

.button.button-light:focus {
    border-color:  #2693ba;
    color:  white;
    background: #2693ba;
}

.button.button-light.active {
    border-color: #2693ba;
    color: white;
    background: #2693ba;
}

.button.button-green:hover {
    background: #17722f;
}

.button.button-green:focus {
    background: #17722f;
}



.container {
    width: 96%;
    max-width: 1280px;
    position: relative;
}

aside {
    width: 282px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

aside .menu-sidebar a {
    display: block;
    width: 100%;
    color: #262626;
    font-size: .9rem;
    padding: 10px 15px;
    background: #E9ECEC;
   /*  border: solid #E9ECEC 1px; */
    border-radius: 2px;
    margin-top: 6px;
    transition: 0.5s ease;
   /*  line-height: 1; */
}

aside .menu-sidebar a:hover,  aside .menu-sidebar .active {
    color: #fff;
    background: #4aafd3;
}

aside .menu-sidebar a i {
    margin-right: 10px;
    color: #4aafd3;
    transition: 0.5s ease;
}

aside .menu-sidebar a:hover i {
    color: white;
}

.main-content {
    margin-right: 305px;
    width: calc(100% - 305px);
}

.main-container ul {
    padding-left: 25px;
}

.main-container ul > li {
    position: relative;
    padding: 0 20px;
    list-style-type: none;
}

.main-container ul > li:before {
    content: "\f0a3";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.6rem;
    color: #4aafd3;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
}

.main-container ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 40px;
	padding: 15px 0 5px 0;
}

.main-container ol > li {
	position: relative;	
	margin: 0 0 0 0;
}

.main-container ol > li:before {
	content: counter(num) '.'; 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: 4px;
	left: -26px;
	width: 20px;    
	color: #4aafd3;
	text-align: right;
	font-weight: 700;
	font-size: 0.8rem;
}

.main-container .card .card-content p {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 10px;
}

.content .cover-image {
    padding: 0  0 20px 10px;
}


/* .content ul {
    padding-left: 20px;
}
 */
.content ul > li {
    position: relative;
    padding: 0 0 0 20px;
    list-style-type: none;
}

.content ul > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    transform: rotate(45deg);
    background: #4aafd3;
}

.main-container h1 {
    font-weight: 700;
    font-size: 2.6rem;
    margin-top: 20px;
}

.white-section {
    background: #fff;
}

.grey-section {
    background: #fafafa;
}

.section .section-title {
    font-size: 2.8rem;
    font-weight: 800;
}

.parallax-container {
    color: #B7CBD2;
    text-shadow: #000000c7 2px 3px 5px;
    height: 530px;
    text-transform: uppercase;
}

.parallax-container .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 530px;
}

.parallax-container .flex-container h1 {
    font-weight: 500;
    font-size: 3.6rem;
    margin-top: 0;
}

.reviews img {
    margin-bottom: 20px;
    border: 4px solid white;
}

.card-panel {
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(44,43,55,.1);
    border-radius: 8px;
    padding: 24px;
    overflow: hidden;
}

.card {
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(44,43,55,.1);
    border-radius: 8px;
    overflow: hidden;
}

.card .card-content {
    padding: 15px;
}

.technologist .card .card-content {
    padding: 24px;
}

.technologist .card .card-content b {
    font-weight: 700;
    font-size: 1.6rem;
    display: block;
}

.technologist .card .card-content small {
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
}


.card-news {
    position: relative;
    overflow: hidden;
}

.card-news .block {
    color: inherit;
    text-decoration: inherit;
    display: block;
}

.card-news .img-container {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 12px;
    background-size: cover;
}

.card-news .title {
    height: 4.3em;
    margin-bottom: 12px;
    color: #4d4d4d;
    font-weight: 600;
    overflow: hidden;
    font-size: 1em;
    line-height: 1;
}

.card-news .date {
    color: #828282;
    font-size: 0.9em;
}

.card .card-title {
    font-size: 24px;
    font-weight: 600;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #4aafd3;
    margin-right: 0;
    text-transform: none;
    font-weight: 500;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
    color: #4d4d4d;;
}

.card .card-content .introtext {
    height: 260px;
    overflow: hidden;
}

.card-category .page-icon {
    filter: grayscale(1);
    opacity: 0.4;
    transition: 0.5s;
}

.card-category:hover .page-icon {
    filter: grayscale(0);
    opacity: 1;
}

.card-category .card-content {
    padding: 20px;
    height: 160px;
    overflow: hidden;
}

.card-category .title {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
}

.card-category .page-icon {
    width: 46px;
    margin-right: 20px;
}


.person-card .card-image {
    display: block;
    width: 100%;
    aspect-ratio: 4/5;
    background-size: cover;
    background-position: top center;
}



.person-card .card-content .card-title {
    font-size: 1em;
    line-height: 1;
    height: 50px;
    overflow: hidden;
}

.card .card-content .card-title i {
    color: #4aafd3;
}

.card .card-image  {
    position: relative;
}

.card .card-image .card-introtext {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    color: white;
    font-weight: 500;
    line-height: 1;
}

.person-card .card-reveal {
    padding: 20px;
    line-height: 1;
}

.person-card .card-reveal .card-title {
    font-size: 18px;
    line-height: 1.2;
}

.person-card .card-reveal .card-title i {
    color: #4aafd3;
}

.person-card .card-reveal .divider {
    margin: 20px 0;
}

.advantages {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.advantages .card-panel {
    flex: 1 0 320px;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(44,43,55,.1);
    border-radius: 8px;
    margin: 10px;
    padding: 24px;
    overflow: hidden;
}

.page-footer {
    background: #062734;
    color: #83A4B0;
    font-size: 1rem;
    padding-top: 60px;
}

.page-footer h3 {
    font-size: 3rem;
    color: #83A4B0;
    font-weight: 700;
    margin: 0;
}

.page-footer ul, .page-footer p {
    margin: 0;
}

.page-footer a {
    color: #83A4B0;
}

.page-footer a:hover {
    color: white;
}

.page-footer .footer-copyright {
     font-size: 0.8em;
     background: #041921;
}

.block4x5 {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.block4x5:before {
    content: "";
    padding-top: 137%;
    float: left;
}

figure {
    margin:0;
    font-size:0
}
figure a {display: block}

@media screen and (max-width: 600px) {

    header {
        height: 120px;
    }

    header .brand-logo {
        height: 120px;
        margin-right: 20px;
    }
    
    header .header-items {
        height: 120px;
    }

    header .header-items .top-line {
        height: auto;
        padding: 10px 0;
    }

    header .header-items .nav {
        height: auto;
    }

    header .header-items .top-line .company-name {
        font-size: 2rem;
    }

    header .header-items .top-line .company-description {
        font-size: 0.8rem;
    }
    
    .card-news .block {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        padding: 20px;
    } 

    .card-news .img-container {
        flex-basis: 60%;
    }

    .card-news .card-content {
        flex-basis: 100%;
        padding: 0;
    }

    .flex-search-modal {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .person-card .card-content {
        padding: 10px;
    }
    
    .person-card .card-content .card-title {
        font-size: 15px;
        height: 60px;
    }
    
    .person-card .card-reveal .card-title {
        font-size: 15px;
    }
    
    .person-card .card-reveal {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    
    
    .parallax-container {
        height: 300px;
    }
    
    .parallax-container .flex-container {
        height: 300px;
    }
    
    .parallax-container .flex-container h1 {
        font-size: 2rem;
    }
 
    .main-content {
        width: 100%;
        margin-right: 0;
    }

    aside {
        width: 100%;
        position: relative !important;
        top: 0 !important;
    }
}

.footer-copyright-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


