<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding:0;
    outline:0;
}
body{
    font-family:'Gotham';
    font-size: 15px;
    color: #302f41;
    line-height: normal;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
.main-content p{
    text-align: justify;
}
a{
    color: #0600fe;
}
a:hover, a:focus{
    color: #0600fe;
}
a:focus{
    text-decoration: none;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

.header &gt; h1 &gt; a &gt; span.slogan
{
    font-family:'Gotham';
}
header ul a,
.header-contacts span,
.navbar-nav &gt; li &gt; a,
h2,
.link-std,
.link-std-inline-rect,
.specialists .name,
.latest-news &gt; li .date,
.latest-news &gt; li .title &gt; a,
.link-std-rect,
.footer-container h5,
.footer-contacts .text,
.slider-item-content .title,
.dropdown-menu&gt;li&gt;a,
.page-content &gt; ul &gt; li,
.page-content &gt; ul &gt; li &gt; a,
.contacts .text
{
    font-family:'Gotham-Medium';
}
a.active
{
    font-family:'Gotham-Bold';
}
header &gt; h1 &gt; a &gt; span.name,
.slider-content &gt; h3
{
    font-family:'Gotham-Black';
}
header{
    background-image: radial-gradient(circle at 50% 100%, #cacad2, #313042, #302f41, #313042);
    position: relative;
}
.header{
    color: #fff;
    padding: 21px 0;
    margin-bottom: 110px;
}
.header a{
    color: #fff;
    font-size: 15px;
}
.header-widget-area ul{
    margin-left: 25px;
    height: 25px;
    display: flex;
    float: left;
}
.header-widget-area ul &gt; li{
    display: flex;
    margin-right: 15px;
}
.header-widget-area ul &gt; li.current-lang &gt; a{
    text-decoration: underline;
}
.header-widget-area ul &gt; li &gt; a{
    margin: auto 0;
}
.header-social, .header-contacts{
}
.header-social{
    margin-left: 35px;
}
.header-social{
    margin-right: 35px;
}
.header-social li{
    display: inline;
    margin-left: 10px;
}
.header-social li a{
    display: inline;
}
.header-social li a:hover{
    text-decoration: none;
}
.header-social li a &gt; i{
    font-size: 24px;
}
.languages li a.active{
    text-decoration: underline;
}
.header-contacts{
    display: flex;
    margin-right: 25px;
}
.header-contacts &gt; li{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}
header &gt; h1 &gt; a{
    position: absolute;
    top: 15px;
    left: 50%;
    width: 186px;
    margin-left: -93px;
    display: block;
    text-align: center;
}
header &gt; h1 &gt; a:hover{
    text-decoration: none;
}
header &gt; h1 &gt; a &gt; img{
    width: 132px;
    height: 93px;
}
header &gt; h1 &gt; a &gt; span{
    display: block;
    text-align: center;
    text-transform: uppercase;
}
header &gt; h1 &gt; a &gt; span.name{
    font-size: 24px;
    text-transform: uppercase;
}
header &gt; h1 &gt; a &gt; span.slogan{
    font-size: 10px;
    color: #302f41;
    font-weight: normal;
}

.content{
    margin-bottom: 100px;
    position: relative;
}

.nav-menu{
    border-top: 2px solid #f2f2f2;
}
.navigation-block{
    padding-left: 0;
    padding-right: 0;
}
.nav-menu &gt; div{
    display: table;
    width: 100%;
}
.navbar-nav{
    float: none;
    display: table-row;
}
.navbar-nav i.icon-bottom{
    font-size: 10px;
    margin-left: 5px;
}
.navbar-nav &gt; li{
    display: table-cell;
    float: none;
    border-right: 1px solid #fff;
}
.navbar-nav &gt; li:last-child{
    border-right: none;
}
.navbar-nav &gt; li &gt; a{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #302f41;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
}
.nav .open&gt;a, .nav .open&gt;a:hover, .nav .open&gt;a:focus{
    background-color: #f2f2f2 !important;
}
.navbar-nav &gt; li.menu-item-has-children &gt; a::after{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    font-family: 'recinvest' !important;
    content: "\62";
    text-transform: lowercase !important;
}
.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
nav{
    text-align: center;
}
.dropdown-menu{
    top: 78px;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    background: #f2f2f2;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 12px 12px rgba(0,0,0,0.175);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-menu &gt; li{
    margin-bottom: 1px;
}
.dropdown-menu &gt; li &gt; a{
    white-space: normal;
    padding: 10px 25px;
    line-height: 100%;
}
.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus, .nav&gt;li.active &gt; a, .current-menu-item &gt; a, .current_page_parent{
    background: #f2f2f2 !important;
    color: #0600fe;
}
.nav&gt;li .dropdown-menu &gt; li &gt; a:hover{
    color: #0600fe;
}
.nav&gt;li.active &gt; a{
    background: #ecebeb !important;
}
.dropdown-menu&gt;li&gt;a:hover, .dropdown-menu&gt;li&gt;a:focus{
    background: #fff !important;
}

.main-dynamic-slider{
    display: none;
}
.slider-block{
    height: 475px;
    background: #302f41;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
.slider-block &gt; div, .slider-right, .slider-help, .slider{
    height: 100%;
}
.slider-help{
    padding-right: 0;
}
.main-dynamic-slider-block{
    position: relative !important;
    height: 100%;
}
.slider{
    background: url("../images/slide-delete.jpg") center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.slider &gt; span{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(48,47,65,0.6);
}
.slider-content{
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    color: #fff;
}
.slider-content &gt; p{
    min-height: 80px;
}
.slider-content &gt; h3{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.slider-content &gt; p{
    font-size: 14px;
    line-height: 17px;
}
.slider-right{
    padding-left: 0;
}
.slider-item{
    display: flex;
    height: calc(100% / 3);
    text-align: center;
    border-bottom: 1px solid #262538;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.slider-item:hover{
    background: #262538;
}
.slider-item.active{
    background: #0600fe;
}
.slider-item-content{
    margin: auto;
    color: #fff;
}
.slider-item-content .icon &gt; .icon-balance{
    font-size: 70px;
}
.slider-item-content .icon{
    font-size: 55px;
    height: 55px;
}
.slider-item-content .title{
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
}
h2{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-block{
    margin-bottom: 50px;
}
.about-text &gt; p{
    margin-bottom: 10px;
}
.about-text &gt; p:last-child{
    margin-bottom: 0;
}
.link-container{
    margin-top: 20px;
}
.link-std{
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
}
.link-std.white{
    color: #fff;
}
.link-std:hover{
    text-decoration: none;
}
.link-std-rect{
    text-transform: uppercase;
    display: block;
    background: #302f41;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: 0;
}
.link-std-inline-rect{
    text-transform: uppercase;
    background: #302f41;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: 0;
    min-width: 100px;
    display: inline-block;
}
.link-std-inline-rect.white{
    background: #fff;
    color: #302f41;
}
.link-std-rect:hover{
    color: #fff;
    background: #26262f;
    text-decoration: none;
}

.specialists-block &gt; h2{
    margin-bottom: 35px;
}
.specialists{
    margin-top: 10px;
    text-align: center;
}
.specialists &gt; li{
    margin-bottom: 35px;
    padding: 0 30px;
}
.specialists .image, .partners &gt; li{
    margin-bottom: 15px;
    text-align: center;
}
.specialists .image &gt; img, .partners img{
    display: inline-block;
}
.specialists .image &gt; img, .partners img{
    background: #f2f2f2;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}
.specialists .name{
    /*text-transform: uppercase;*/
    min-height: 55px;
    font-size: 15px;
}
.specialists .name &gt; a{
    color: inherit;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.specialists .name &gt; a:hover{
    color: #0600fe;
}
.specialists .position{
    font-size: 12px;
    height: 35px;
}
.specialists &gt; li:hover img, .partners &gt; li:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.specialists &gt; li:hover .name &gt; a{
    color: #0600fe;
}
.promo-video-preview-block{
    margin-bottom: 50px;
}
.promo-video-preview{
    position: relative;
    text-align: center;
}
.promo-video-preview &gt; img{
    display: inline-block;
}
.promo-video-preview &gt; span{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.promo-video-preview-overlay{
    background: rgba(0,0,0,0.5);
}
.promo-video-preview-play{
    display: flex !important;
}
.promo-video-preview .icon-play{
    margin: auto;
    font-size: 60px;
    height: 70px;
    color: #fff;
}

#recent-posts-2{
    padding-top: 50px;
    border-top: 2px solid #f2f2f2;
}
.latest-news-block &gt; h2{
    margin-bottom: 30px;
}
.latest-news &gt; li{
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.latest-news &gt; li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
}
.latest-news &gt; li .date{
    font-size: 12px;
    color: #9b9b9b;
    margin-bottom: 5px;
}
.latest-news &gt; li .title{
    margin-bottom: 15px;
}
.latest-news &gt; li .title &gt; a{
    /*text-transform: uppercase;*/
    color: #302f41;
}

.partners-block{
    margin-top: 50px;
    border-top: 2px solid #f2f2f2;
    padding-top: 50px;
}
.partners &gt; li &gt; a &gt; img{
    border: 2px solid #f2f2f2;
}

.footer-container{
    background: #302f41;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    color: #fff;
}
.footer-container a{
    font-size: 14px;
    color: #fff;
}
.footer-container h5{
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 14px;
    text-decoration: underline;
}
.footer-container h5 &gt; a{
    text-decoration: underline;
}
.footer-container h5 &gt; a:hover{
    text-decoration: none;
}
.footer-container .row ul &gt; li{
    margin-bottom: 10px;
}
.footer-container ul{
    margin-bottom: 30px;
}
.footer-bottom{
    margin-bottom: 100px;
}
.footer-contacts i, .contacts i{
    font-size: 50px;
    margin-bottom: 5px;
    height: 60px;
    display: inline-block;
}
.contacts i{
    float: left;
}
.contacts .text{
    padding-left: 60px;
}
.contact-details{
    margin-bottom: 50px;
}
.footer-contacts i.icon-call{
    font-size: 46px;
}
.footer-contacts .text{
    font-size: 14px;
}
.counter{
    margin-bottom: 25px;
}
.copy{
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.footer-end{
    border-top: 2px solid #f2f2f2;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 14px;
}
.form-group-custom{
    margin-bottom: 30px;
}
.form-group-custom &gt; input, .form-group-custom &gt; textarea{
    border: 0;
    border-bottom: 2px solid #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    resize: none;
}
.form-control:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
}
.form-group-custom &gt; input::placeholder, .form-group-custom &gt; textarea::placeholder{
    text-transform: uppercase;
}
.contact-form{
    margin-bottom: 30px;
}

.submenu{
    list-style: none !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
    display: inline-block;
}
.submenu &gt; li{
    display: inline-block;
}
.submenu &gt; li &gt; a{
    padding: 10px;
    border: 2px solid #f2f2f2;
    text-transform: uppercase;
    display: inline-block;
}</pre></body></html>