<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*fonts import*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&amp;display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #222;
}

.spacing {
    padding-top: 30px;
    padding-bottom: 50px;
}

.sWay a {
    color: #222;
}

.sWay strong {
    font-weight: 500;
    color: #275080;
}

.sWay a:hover {
    color: #275080;
}

h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #275080;
}

.projects-container {
	padding-top: 109px;
}

/*a*/
.btn, .menu a, .social a, .sWay a, .contact-item a {
    text-decoration: none;
}
.eng-container {
    margin-left: 15px;
}
.dropbtn {
    color: #222;
    font-weight: 600;
    background: none;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn i {
    color: #222 !important;
    margin-left: 5px !important;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    opacity: 0.8;
}
.btn {
    font-family: 'Noto Sans', sans-serif;
    padding: 15px 30px;
    background: none;
    border: 1px solid #275080;
    box-sizing: border-box;
    border-radius: 5px;
    color: #275080;
    display: inline-block;
}

.btn:hover {
    background: #275080;
    color: #fff;
    cursor: pointer;
}

.header-top .btn {
    color: #E51A4B;
    font-size: 14px;
    padding: 9px 15px;
    border: 1px solid #E51A4B;
}

.header-top .btn:hover {
    color: #fff;
    background: #E51A4B;
}

/*social*/
.social {
    text-align: right;
}

.social a {
    font-size: 16px;
    color: #275080;
    margin-right: 10px;
}

.social a:last-child {
    margin-right: 0;
}

.social a:hover {
    cursor: pointer;
    color: #5A7EB5;
}

/*header*/
.header-top {
    padding: 15px 0;
}


header .logo img {
	width: 100%;
}

.header-bottom {
    margin-bottom: 25px;
}

.contact-item {
    font-size: 14px;
    margin-right: 30px;
}
.contact-item a {
    color: #222;
}
.contact-item:last-child {
    margin-right: 0;
}

.contact-item i {
    font-size: 12px;
    color: #E51A4B;
    margin-right: 10px;
}

.contact-item:hover,.contact-item a:hover {
    color: #275080;
    cursor: pointer;
}

.menu {
   min-height: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.menu ul {
    display: flex;
    height: 20px;
    justify-content: center;
}

.menu li,.menu ul {
    margin-right: 20px;
}

.menu li:last-child,.menu ul:last-child {
    margin-right: 0;
}

.menu a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #2F2F2F;
}

.menu a:hover:after, .menu strong::after {
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #275080 12.05%, #5A7EB5 88.5%);
    display: block;
    margin-top: 10px;
}

/*footer*/
.footer-copy {
    font-weight: 300;
    font-size: 14px;
    color: #275080;
}

footer {
    margin-top: 200px;
}

footer .menu {
    margin-bottom: 20px;
	flex-wrap: nowrap;
}

footer .menu ul {
    justify-content: flex-end;
}

footer .menu ul li{	
	font-size: 0.8em
}

.footer-callback {
    min-height: 300px;
    background: linear-gradient(90.19deg, #275080 0.03%, #5A7EB5 99.98%);
    color: #fff;
}

.footer-callback-container {
    position: relative;
    min-height: 300px;
}

.footer-callback-body {
    width: 650px;
}

.footer-callback-container img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer-callback-body h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
}

.footer-callback-text {
    font-size: 18px;
}

.footer-callback-btn {
    margin-top: 35px;
}

.footer-callback .btn {
    color: #fff;
    border: 1px solid #fff;
}

.footer-callback .btn:hover {
    color: #275080;
    background: #fff;
}

.footer-top {
    padding: 30px 40px;
}
.footer-top .logo-cell{
	min-width: 170px
}

.footer-bottom {
    padding-bottom: 10px;
}

.footer-bottom hr {
    background-color: #275080;
    border: none;
    height: 1px;
    margin-bottom: 10px;
    opacity: 0.44;
}

.footer-bottom .social {
    text-align: center;
}

.footer__column-company a {
    justify-content: flex-end;
}

/*about*/
.about-container {
    padding-top: 36px;
}

.about-img {
    border-radius: 10px;
}

.numbers-advantages {
    display: flex;
    margin-top: 45px;
}

.numbers-item {
    font-family: Montserrat, sans-serif;
    margin-right: 30px;
    width: 150px;
}

.numbers-item:last-child {
    margin-right: 0;
}

.number {
    font-weight: 900;
    font-size: 48px;
    line-height: 59px;
    color: #275080;
    margin-bottom: 15px;
}

.text {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #4A4A4A;
}

.text strong {
    font-weight: 500;
}

/*slider*/
.header-slider ,
.project-slider {
    position: relative;
}

.header-slider .bx-controls,
.project-slider .bx-controls{
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999;
}

.header-slider .prev-contr, .header-slider .next-contr,
.project-slider .prev-contr, .project-slider .next-contr{
    width: 40px;
    height: 40px;
    background: #275080;
    border: 1px solid #275080;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    z-index: 10;
}

.header-slider .prev-contr:hover,
.header-slider .next-contr:hover,
.project-slider .prev-contr:hover,
.project-slider .next-contr:hover{
    background: #fff;
    border: 1px solid #275080;
    color: #275080;
}

.header-slider .prev-contr{
    left: 0;
}

.project-slider .prev-contr {
    left: -50px;
}

.header-slider .next-contr{
    right: 0;
}

.project-slider .next-contr {
    right: -50px;
}


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

.slide-body {
    width: 350px;
    margin-right: 35px;
}

.slide-title {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #275080;
    margin-bottom: 25px;
    font-weight: bold;
}

.slide-desc {
    font-size: 16px;
    line-height: 22px;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.slide-image {
    width: 544px;
    height: 430px;
}

.slide-image img {
    width: 100%;
    -webkit-mask: url(../images/masc.svg);
    mask: url(../images/masc.svg);
    background: #8d92a6;
    -webkit-mask-size: cover;
    mask-size: cover;
    object-fit: cover;
    height: 430px;
}

/*container*/
.container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.container-title {
    font-family: Montserrat, sans-serif;
    width: 300px;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #5A7EB5;
}

.container-title::first-line {
    color: #275080;
}

.container-desc {
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: #2F2F2F;
    width: 400px;
}

.container-btn {
    text-align: center;
    margin-top: 50px;
}

/*advantages-container*/
.advantages-container {
    background: linear-gradient(90deg, #275080 12.05%, #5A7EB5 88.5%);
    padding-top: 25px;
}

.advantage {
    display: flex;
    align-items: center;
    margin-bottom: 25px;

}

.advantage-image img {
    width: 40px;
    height: 40px;
}

.advantage-title {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 19px;
    margin-left: 20px;
    color: #FEFEFE;
}

/*catalog-container*/
.catalog-container {
    background: #F3F5F5;
}

.ctg {
    box-shadow: 1px 2px 10px rgba(39, 80, 128, 0.2);
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
    justify-items: center;
    grid-gap: 30px;
    margin-bottom: 20px;
}
.ctg:hover {
    box-shadow: 1px 2px 10px rgba(39, 80, 128, 0.5);

}
.row [class*=col-]:last-child .ctg {
    margin-bottom: 0;
}

.ctg-image {
    width: 152px;
    height: 152px;
    margin: 0 auto 30px auto;
}

.ctg-image img {
    width: 100%;
    -webkit-mask: url(../images/masc-ctg.svg);
    mask: url(../images/masc-ctg.svg);
    background: #CAD8EE;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.ctg-title a {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #4A4A4A;
    text-decoration: none;
}

/*projects-container*/
.projects-container {
    background: #F3F5F5;
}
.adaptive-img {
    width: 100%;
}
.itm {
    background: #FFFFFF;
    box-shadow: 1px 2px 10px rgba(39, 80, 128, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.itm:hover {cursor: pointer; box-shadow: 1px 2px 10px rgba(39, 80, 128, 0.5);}
.itm:hover .itm-title {
    color: #132E4F;
}


.row [class*=col-]:last-child .itm {
    margin-bottom: 0;
}

.itm-image {
    width: 351px;
    height: 212px;
    overflow: hidden;
}

.itm-image img {
    width: 100%;
    height: 212px;
    object-fit: cover;
}

.itm-body {
    font-family: Noto Sans, sans-serif;
    padding: 24px;
}

.itm-footer {
    display: flex;
    justify-content: space-between;
    padding: 15px 24px;
    align-items: center;
}

.itm-location i {
    font-size: 12px;
    margin-right: 5px;
    color: #E51A4B;
}

.itm-title {
    line-height: 22px;
    text-decoration: none;
    color: #222222;
	min-height: 100px;
	display: block;	
}

.itm-url {
    font-weight: 600;
    line-height: 22px;
    color: #132E4F;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    justify-self: flex-end;
}

/*Form callback*/
.form-container {
    background: linear-gradient(75.34deg, rgba(39, 80, 128, 0.7) 13.21%, rgba(229, 26, 75, 0.7) 88%),
    url(../images/main-form.png) no-repeat;
    margin-top: 160px;
}

.form-container .form-body {
    position: relative;
    min-height: 350px;
    align-items: center;
    display: flex;
}

.form-body__text {
    width: 640px;
    font-family: Noto Sans, sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
}

.form-body__text h3 {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
}

.form-action.form {
    position: absolute;
    right: 0;
    top: -80px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(47, 47, 47, 0.4);
    width: 448px;
    padding: 38px 40px;
    box-sizing: border-box;
}

.form-action.form .form-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    color: #222222;
}

.form-action.form .form-desc {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 20px;
}

.form-action.form .form-action__input {
    display: grid;
    grid-gap: 20px;
    width: 363px;
}

.form-action.form .form-action__input input,
.form-action.form .form-action__input textarea {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 19px;
    color: #828F9E;
    padding: 23px;
}

.form-action.form .form-action__input textarea {
    padding: 10px 23px;
    height: 100px;
}

.form-policy.form-action__policy {
    font-size: 13px;
    line-height: 18px;
    color: #222222;
}

/*news container*/
.news-container {
    padding-bottom: 0;
}

.news {
    margin-bottom: 20px;
}

.row [class*=col-]:last-child .news {
    margin-bottom: 0;
}

.news-image {
    width: 256px;
    height: 200px;
}

.news-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.news-full-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 10px;
}
.news-full-image img {
    width: 100%;    
}
.news-body {
    margin-top: 15px;
}

.news-date {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #7B7B7B;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.news-title {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #275080;
}

.news-title:hover {
    color: #132E4F;
}
</pre></body></html>