<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&amp;subset=cyrillic-ext');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #97a0ac;
    font-weight: 500;
    line-height: 1.5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #97a0ac;
    font-size: 11px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #97a0ac;
    font-size: 11px;
}/* Firefox 19+ */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #97a0ac;
    font-size: 11px;
}/* Firefox 18- */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #97a0ac;
    font-size: 11px;
}

input:focus::-moz-placeholder { color: transparent; }
input:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus::-moz-placeholder { color: transparent; }
textarea:focus::-webkit-input-placeholder { color: transparent; }
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #97a0ac !important;
    color: #97a0ac !important;
}

header {
    padding-top: 35px;
}

header a[href^='tel'] {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #0b5b93;
    transition: color .15s ease-in-out;
}

header a[href^='tel']:hover {
    color: #146faf;
}

/* Menu */
.nav-item {
    position: relative;
}

.nav-item ul {
    list-style: none;
    padding-left: 0;
    flex: 1;
    box-shadow: 0 15px 30px rgba(3, 3, 3, .25);
}

.nav-item ul li {
    display: block;
}

.nav-item &gt; div a {
    padding: 10px 20px;
    color: #0b5b93;
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;    
}

.nav-item &gt; div a:hover {
    background-color: #eeeff2;
}

.nav-item &gt; div {
    position: absolute;
    min-width: 160px;
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    left: 0;
    top: 100%;
}

.touch-no .nav-item:hover &gt; div  {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.top-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.top-menu &gt; .row {
    min-width: 50%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.top-menu &gt; .row .nav {
    padding: 0 10px;
}

footer .social a img {
    display: none;
}

.lang-switch {
    font-size: 12px;
    text-transform: uppercase;
    color: #a3b3c9;
    cursor: pointer;
}

.lang-switch .dropdown-menu {
    min-width: 50px;
    right: 0;
    left: initial;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    color: #16181b;
}

.lang-switch .dropdown-item {
    padding: 5px;
    font-size: 12px;
    text-align: center;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.dropdown-toggle::after {
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    background-image: none;
    vertical-align: 0;
    margin-right: 8px;
    border: none;
    -webkit-font-smoothing: antialiased;
}

.nav {
    background-color: #0b5b93;
    height: 50px;
    position: relative;
    z-index: 10;
    margin-top: -25px;
    transform: translateY(25PX);
}

.nav-link {
    padding: 17px 5px;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .75px;
    position: relative;
}

.nav-link:after {
    height: 0px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: '';
    transform: translateX(-50%);
    background-color: #fff;
    transition: width .15s ease-in-out, height .15s ease-in-out;
}

.nav-item:hover .nav-link:after {
    width: 100%;
    height: 4px;
}

.nav-link:hover {
    color: #fff;
}

/* Banner */
.main-page-banner .banner__bg-image {
    background-image: url(../img/main-banner.png);
    position: relative;
    display: initial;
}

.main-page-banner .banner__bg-image:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 160px;
    display: block;
    top: -45px;
    right: 8%;
    background-image: url(../img/logo-with-top-line.png);
    background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: contain;
}

.breadcrumbs {
    margin-left: 20px;
    margin-bottom: 15px;
}

.breadcrumbs span,
.breadcrumbs a,
.breadcrumbs {
    color: #fff;
    font-size: 11px;
}


.clients &gt; p {
    flex: 0 0 25%;
    max-width: 25%;
}

.clients &gt; img {
   max-width: 100%;
   height: auto;
}


.banner .banner__bg-image {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    -webkit-background-clip: content-box;
       -moz-background-clip: content-box;
            background-clip: content-box;
    display:         flex;
    align-items: flex-end;
}

.main-page-banner .content {
    padding: 100px 17.09% 175px 20.94%;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
    text-align: right;
    line-height: 1.2;
    text-transform: uppercase;
}

.main-page-banner {
    position: relative;
}

.main-page-banner aside {
    transform: translateX(-100%);
    position: absolute;
    padding-right: 0;
    left: 0;
    height: 100%;
    justify-content: center;
}

.main-page-banner aside a {
    margin: 20px 0;
}


.main-page-banner  .banner__bg-image {
    -webkit-background-clip: content-box;
       -moz-background-clip: content-box;
            background-clip: content-box;
}


.banner__bg-image {
    background-repeat: no-repeat;
    background-position: center;
    min-height: 150px;
    -webkit-background-size: cover;
            background-size: cover;
}

.container {
    max-width: 1170px;
}

a[href^='tel'] {
    white-space: nowrap;
    text-decoration: none;
}
footer p {
    margin-bottom: 5px;
    color: #9aa2ae;
    font-size: 14px;
}

footer a[href^='tel'],
.contacts a[href^='tel'] {
    color: #9aa2ae;
    font-size: 14px;
}

footer a[href^='mail'],
.contacts a[href^='mail'] {
    color: #0b5b93;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    display: inline-block;
    text-decoration: underline;
}

footer a[href^='mail']:hover,
.contacts a[href^='mail']:hover {
    text-decoration: none;
}

footer a[href^='tel']:hover,
.contacts a[href^='tel']:hover {
    color: #757c88;
}

footer {
    margin-top: 55px;
    font-weight: 500;
}

footer h3 {
    color: #0b5b93;
    font-weight: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.contacts p {
    margin-bottom: 0;
}

footer .contact {
    width: calc(100% - 200px);
}

footer .map {
    width: 200px;
    overflow: hidden;
}

footer .map iframe {
    max-height: 260px;
}

footer .social {
    margin-top: 25px;
}

footer .social a {
    font-size: 30px;
    color: #0b5b93;
    margin-right: 20px;
}

footer .social a:hover {
    color: #167abf;
}

.form-group {
    margin-bottom: 0;
}

.form-group .form-text {
    /*display: none;*/
    font-size: 11px;
    border-bottom: #e0e2e6 1px solid;
}

.form-control {
    padding: 8.5px 12px;
    outline: none;
    box-shadow: none;
    font-size: 11px;
    border: #e0e2e6 1px solid;
    border-radius: 0;
}

textarea {
    resize: none;
    height: 80px;
}

.form-group + .form-group .form-control {
    border-top: 0;
}

.form-control:focus,
.form-control:active {
    /*outline: #80bdff 1px solid;*/
    outline: none;
    box-shadow: none;
    border-color: #e0e2e6;
}

.btn {
    outline: none;
    box-shadow: none;
    border: none;
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:focus:active {
    outline: none;
    box-shadow: none !important;
    border: none;
}

.btn-primary {
    background-color: #0b5b93;
}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show &gt; .btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #167abf;
    outline: none;
}

.wrap-form .btn {
    margin-top: 10px;
}

.custom-checkbox ~ .btn {
    margin-top: 0;
}

button.close {
    width: 25px;
    height: 25px;
    margin-left: auto;
    outline: none;
}

[name="form11_type-5"] {
    display: none;
}

.modal-dialog {
    max-width: 400px;
    margin: auto;
}

.modal-body {
    padding: 40px 15px 50px;
}

.modal-content {
    border-radius: 0;
}

.wrap-form {
    width: 260px;
}

.wrap-form:first-child {
    margin-left: auto;
    margin-right: auto;
}

.custom-control {
    font-size: 11px;
    line-height: 15px;
    min-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.custom-checkbox {
    margin: 15px 0;
    user-select: none;
}

.custom-checkbox + .btn {
    margin-top: 0;
}

.custom-checkbox .custom-control-label::before {
    background-color: transparent;
    border: #e0e2e6 1px solid;
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0b5b93;
}


.btn-secondary {
    background-color: #a1a9b4;
}

footer .copyright {
    margin-top: 30px;
    padding-bottom: 15px;
}

footer .copyright  p:first-child {
    opacity: .5;
}

footer .copyright  p {
    font-size: 11px;
}

footer .copyright  a {
    margin-left: 15px;
}

.page-404 {
    font-size: 1.125rem;
    font-weight: 500;
}


.page-404 h1 {
    padding-top: 30px;
    font-size: 12.5rem;
    color: #00537f;
    font-weight: bold;
    letter-spacing: -.2em;
    text-indent: -.3em;
    line-height: .85;
    user-select: none;
}

.page-404 .btn {
    margin-top: 20px;
    margin-bottom: 40px;
}

.page-404 h1 span {
    color: #a6aeb9;
}




main {
    padding-top: 55px;
    padding-bottom: 130px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7142;
}

h1 {
    color: #00537f;
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 20px;
}



.program-image {
    width: 260px;
    margin-right: 15px;
}


.programs {
    margin-top: 60px;
}

.programs_item h3,
h3 {
    color: #00537f;
    font-size: 1.5rem;
    font-weight: 700;
}

.programs_item h3 {
    margin-top: 22px;
}

.programs_item {
    font-size: 12px;
    margin-bottom: 35px;
}

.programs_item .btn-secondary {
    width: 260px;
    margin-top: 15px;
    max-width: 100%;
}

.team {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.team br {
    display: none;
}

.team &gt; p {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    width: 50%;
    padding-right: 20px;

    font-size: 12px;

}

.team p &gt; img {
    width: 165px;
    float: left;
    height: auto;
    margin-right: 25px;

    border-radius: 50%;
}


.team strong {
    font-weight: bold;
    font-size: 18px;
    display: block;
    line-height: 1.2;
}

.team em {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.team strong,
.team  em {
    color: #0b5b93;
    font-style: normal;
}


.card-img-top {
    border-radius: 0;
}

.card-news {
    width: 290px;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}

.card-news &gt; a:first-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.card-news a span {
    display: none;
}

.card-news .card-body {
    position: relative;
    font-size: 11px;
}


.card-news .date {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    left: 0;
    background-color: #fff;
    width: 90px;
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    vertical-align: middle;
    padding: 7px 10px;
}

.card-news .card-text {
    height: 55px;
    overflow: hidden;
}

.card-news .card-title {
    color: #00537f;
    max-height: 40px;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 700;
}

.card-news .card-title:hover {
    color: #0c84c3;
}

.card-news .card-link {
    color: #a9b1bc;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}


.card-news .card-link:hover {
    color: #00537f;
    text-decoration: none;
}

.card-news .card-link:after {
    background-image: url(../img/arrow-right.png);
    width: 21px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    opacity: 0;
    top: 50%;
    transform: translate(10px, -50%);
    transition: all .15s ease-in-out;
}

.card-news .card-link:hover:after {
    transform: translate(100%, -50%);
    opacity: 1;
}



.contacts a,
.contacts p {
    font-size: 18px !important;
}


.page-contacts .wrap-form {
    width: 100%;
}

.page-contacts .form-group:nth-child(1),
.page-contacts .form-group:nth-child(2) {
    width: 50%;
}

.page-contacts .form-group {
    width: 100%;
}

.page-contacts form {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
}


.page-contacts .wrap-form h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-contacts .wrap-form .btn-primary {
    max-width: 270px;
}

.page-contacts .wrap-form  .form-group:nth-child(2) .form-control {
    border: #e0e2e6 1px solid;
    border-left: none;
}

.page-contacts ~ footer &gt; div:not(:first-child),
.page-contacts ~ footer .contact {
    display: none !important;
}

.page-contacts ~ footer &gt; div:first-child {
    flex: 1 ;
    max-width: 100%;
}

.page-contacts ~ footer &gt; div:not(:first-child).copyright {
    display: -webkit-flex !important;
    display:    -moz-flex !important;
    display:     -ms-flex !important;
    display:      -o-flex !important;
    display:         flex !important;
}


.page-contacts ~ footer .map,
.page-contacts ~ footer .map iframe {
    width: 100%;
}

.simple-content {
    font-size: 14px;
}


.simple-content img {
    max-width: 100%;
    display: inline-block;
    margin: 30px 0;
    height: auto;
}


.simple-content h2 {
    font-size: 1.5rem;
    color: #00537f;
    font-weight: 700;
}

.simple-content ul {
    list-style: none;
    line-height: 2;
}

.simple-content ul li {
    padding-left: 10px;
    position: relative;
}

.simple-content ul li:after {
    content: 'â€¢';
    color: #00537f;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 16px;
    line-height: 1;
}

.simple-content blockquote,
.simple-content q {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    max-width: 665px;
    position: relative;
    padding-left: 60px;
    padding-top: 10px;
}


.simple-content blockquote:before,
.simple-content q:before {
    content: 'â€œ';
    font-size: 72px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    color: #0b5b93;
}


.btn-back {
    padding-left: 70px;
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    transition: all .15s ease-in-out;
    margin-top: 50px;
}

.btn-back:hover {
    background-position: 15px center;
}

.btn-facebook {
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 30px;
    margin-top: 30px;
    background-color: #0b5b93;
}

.btn-facebook:hover {
    background-color: #084875;
}

.btn-facebook .fa {
    font-size: 18px;
    margin-right: 15px;
}

.partners {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.partners &gt; p br {
    display: none;
}


.partners &gt; p {
    margin-bottom: 0;
    padding-left: 140px;
    position: relative;

}

.partners &gt; p {
    flex: 0 0 50%;
    width: 50%;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
}

.partners p &gt; img {
    max-width: 140px;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 30px;
}

.partners .partners_item--content {
    width: 245px;
}

.partners &gt; p strong {
    color: #296a9b;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.mobile-menu {
    display: none;
}


@media (max-width: 1100px ) {
    .news {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
}


@media (max-width: 1023px) {

     .team &gt; p {
        width: 100%;
    }

    .team p &gt; img {
        width: 100px;
    }

    .nav-link {
        padding: 17px 10px;
    }

    .program-image + div {
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
    }

    .card-news {
        margin: auto auto 10px;
    }

    .main-page-banner .content {
        padding: 60px 5.09% 75px 5.94%;
        font-size: 1.75rem;
    }

    .main-page-banner .banner__bg-image:after {
        height: 70px;
        background-size: 100px;
        top: initial;
        bottom: 20px;
        right: 2%;
        background-position: bottom center;
    }

	footer {
		margin-top: 30px;
	}

	footer {
		
		align-items: center;
	}

	footer &gt; div {
		flex: 0 0 100% !important;
		max-width: 700px !important;
		margin-bottom: 20px;
        position: relative;
	}

	footer .wrap-form:first-child {
		margin-left: 0;
	}

	footer .contact,
	footer .map {
		width: 50%;

	}
}


@media (max-width: 767px) {

    .simple-content blockquote, .simple-content q {
        padding-left: 40px;
        font-size: 16px;
    }

    .simple-content h2 {
        font-size: 1.125rem;
    }

    .simple-content blockquote:before, .simple-content q:before {
        font-size: 48px;
    }

    .clients &gt; p {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .partners &gt; p {
        flex: 0 0 100%;
        width: 100%;
    }

    .team &gt; p {
        width: 100%;
    }

    .page-contacts .wrap-form h3 {
        margin-top: 15px;font-size: 16px;
    }

    .contacts a, .contacts p {
        font-size: 16px;
    }


	header {
		padding-top: 15px;
	}

	.nav {
		margin-top: 0;
	}

	.banner__bg-image {
		padding-left: 0;
		padding-right: 0;
	}

	main {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}



@media (max-width: 680px) {
    .page-contacts .form-group:nth-child(1), .page-contacts .form-group:nth-child(2) {
        width: 100%;
    }

    .page-contacts .wrap-form .form-group:nth-child(2) .form-control {
        border: #e0e2e6 1px solid;
        border-top: none;
    }

    .programs_item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .programs {
        margin-top: 30px;
    }

    main .pl-5 {
        padding-left: 15px !important;
    }

    .program-image,
    .program-image + div {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

	header a[href^='tel'] {
		display: none;
	}


	h1 {
		font-size: 1.35rem;
	}
}


@media (max-width: 580px) {

    footer .contact, footer .map {
        width: 260px;
    }


    .partners &gt; p {
        padding-left: 0;
    }

    .partners &gt; p img {
        float: none;
        display: block;
        margin: 10px auto;
        position: static;
    }

     .nav-item ul {
        box-shadow: none;
    }
    .main-page-banner .content {
        padding: 60px 5.09% 75px 5.94%;
        font-size: 1.45rem;
    }

    .mobile-menu {
        display: block;
        font-size: 20px;
    }

    .wrap-mobile-menu {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lang-switch {
        margin-right: 20px;
    }

    .top-menu {
        position: absolute;
        left: 0;
        top: 100%;
        display: none;
    }

    header {
        position: relative;
        padding-bottom: 15px;
    }

    .nav-item &gt; div {
        position: relative;
    }

    .nav-item &gt; div a {
        padding: 5px 15px;
    }

    .nav-link {
        padding: 10px 5px;
    }

    .nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        height: auto;
        transform: none;
    }

    .top-menu &gt; .row {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .main-page-banner .banner__bg-image:after {
        height: 70px;
        background-size: 100px;
        top: initial;
        bottom: 20px;
        right: 2%;
        background-position: bottom center;
    }
	footer &gt; div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: center;
		margin-bottom: 10px;
	}

	footer .wrap-form:first-child {
		margin: auto;
		margin-bottom: 10px;
	}

    footer .d-flex {
        flex-direction: column;
    }
}</pre></body></html>