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

body {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 200;
    color: #333;
    padding-top: 0;
}
h1, h2, .h1, .h2 {
    text-transform: uppercase;
}
h1 small, h2 small, h3 small {
    text-transform: none;
    color: #b1b1b1;
}
h2 {
    font-size: 54px;
    margin-bottom: 30px;
    text-transform: none;
    font-weight: 700;
}
@media(max-width: 991px){
    h2 {
        font-size: 46px;
    }
}
h3, .h3, .widget-title {
    text-transform: none;
    font-weight: 700;
}
h4, .h4 {
    font-size: 20px;
    color: #333;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
p {
    margin: 0 0 20px;
}
/*.text-center h1::after, h1.text-center::after, [style*="text-align: center"] h1::after, h1[style*="text-align: center"]::after, .text-center h2::after, h2.text-center::after, [style*="text-align: center"] h2::after, h2[style*="text-align: center"]::after, .text-center h3::after, h3.text-center::after, [style*="text-align: center"] h3::after, h3[style*="text-align: center"]::after {
    display: none;
}*/
b, strong {
    font-weight: 600;
}
p strong,
li strong {
    font-weight: 400;
}
.navbar-abs-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #18313A;
    z-index: 9;
}
#bg-page::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: #393632;
    opacity: 0.5;
}
@media(min-width: 992px){
    body {
        padding-top: 420px;
    }
    body#page-1 {
        padding-top: 0;
    }
    #mainHeader {
        background: transparent;
    }
    .navbar-brand {
        padding: 50px 0;
    }
    .navbar-brand img {
        max-height: 225px;
    }
    #mainMenu .navbar-nav {
        top: 80px;
    }
    ul.navbar-nav > li.primary > a.firstLevel {
        color: #fff;
    }
    .navbar-abs-top {
        position: absolute;
        background: transparent;
    }
    #bg-page {
        height: 420px;
        position: absolute;
        top: -420px;
        background-position: 50% 50%;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
    }
    .stellar {
        background-size: auto auto;
        /*background-position: 0 110px;*/
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
}
@media (max-width: 1600px){
    .navbar-brand img {
        max-height: 50px;
    }
}
@media (max-width: 991px){
    #mainHeader {
        background: transparent;
    }
}
.navbar-nav > li > a {
    font-weight: 300;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 20px;
    letter-spacing: 0;
}
ul.navbar-nav > li.primary > a.firstLevel.active, ul.navbar-nav > li.primary > a.firstLevel:hover, ul.navbar-nav > li.primary > a.firstLevel:focus {
    color: #aaa;
    background: none;
}
@media(min-width: 992px) and (max-width: 1600px){
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }
}
.btn-primary {
    background-color: transparent;
    border-color: #aaa497;
    color: #aaa497;
}
.btn {
    line-height: 2;
    padding: 10px 90px;
    border-radius: 39px;
    text-decoration: none !important;
    border-width: 2px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
}
@media(max-width: 991px){
    .btn {
        padding: 6px 40px;
        font-size: 19px;
        letter-spacing: 3px;
    }
}
.btn-sm {
    padding: 10px 50px;
    font-size: 18px;
}
.btn-primary:hover {
    border-color: #aaa497;
    background: transparent;
    color: #aaa497;
}
.rsContent::before {
    display: none;
}
.infoBlock {
    top: 25%;
    text-align: left;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 0 16px;
}
.infoBlock h1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 58px;
    text-transform: none;
    margin-bottom: 60px;
}
.infoBlock h1::after {
    display: none !important;
}
@media(min-width: 992px) {
    .infoBlock h1 {
        font-size: 54px;
    }
    .infoBlock {
        top: 35%;
        padding: 40px 120px 40px 120px;
    }
}
.infoBlock h1 small {
    color: #fff;
    font-weight: 200;
}
.infoBlock h3 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 8px;
}
.infoBlock h3 strong {
    color: #1481ff;
}
.infoBlock p {
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 40px;
}
.infoBlock .btn-primary {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
#page {
    background: #fff;
    position: relative;
}
.iconBlocHome {
    text-align: center;
    padding: 0;
}
.iconBlocHome strong {
    font-size: 62px;
    color: #aaa497;
}
.isotopeContent {
    padding: 20px 10px;
    background: #fff;
    border: 0;
    font-size: 18px;
}
.isotopeInner {
    border-radius: 0;
    box-shadow: none;
}
.img-container {
    border-radius: 30px!important;
}
.img-container.md {
    height: 400px;
}
h3, .h3, .widget-title {
    font-size: 48px;
    margin-bottom: 30px;
}
@media(max-width: 991px){
    h3, .h3, .widget-title {
        font-size: 42px;
        margin-bottom: 25px;
    }
}
.isotopeContent h3 {
    margin-top: 0;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
}
.isotopeContent h4 {
    text-align: center;
}
.article-home h3 {
    position: relative;
}
.article-home h3::before {
    content: '';
    width: 170px;
    display: block;
    height: 2px;
    background: #333;
    position: absolute;
    left: -200px;
    top: 30px;
}
@media(min-width: 992px){
    .article-home .pull-left h3::before {
        left: auto;
        right: -200px;
    }
    .article-home figure img {
        margin-left: -67px;
    }
    .article-home .pull-right figure img {
        margin-left: auto;
        margin-right: -67px;
    }
}
.form-control {
    height: 60px;
    font-size: 16px;
    border-radius: 6px;
}
footer {
    background: #000;
    color: #fff;
    font-size: 18px;
}
footer a {
    color: #fff;
}
footer h4 {
    color: #fff;
    font-weight: 600;
}
#mainFooter {
    padding: 55px 0 50px 0;
}
footer .btn-primary {
    background: transparent;
    border: 2px solid #fff!important;
    color: #fff;
}
.infoBlock .btn-primary:hover,
footer .btn-primary:hover {
    background-color: transparent;
    border-color: #aaa497!important;
    color: #aaa497;
}
#footerRights {
    padding: 20px 0 10px 0;
    background: #000;
    color: #fff;
}
#footerRights .container {
    border-top: 1px solid #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}
#footerRights a {
    color: #fff;
}
#content {
    overflow: hidden;
}
#content p {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 40px;
}
@media(max-width: 991px){
    #content p {
        margin: 0 0 25px;
        font-size: 22px;
        line-height: 36px;
    }
}
.img-right-side img {
    border-radius: 44px 0 0 44px;
}
.img-right-side {
    background: #aaa497;
    border-radius: 44px 0 0 44px;
    transform: translateX(65px);
}
h1::after, h2::after {
    content: ''!important;
    display: block!important;
    height: 14px !important;
    width: 68px !important;
    border-radius: 7px !important;
    margin: 20px 0!important;
    background: #aaa497;
}
.text-center h1::after, h1.text-center::after, [style*="text-align:center"] h1::after, h1[style*="text-align:center"]::after, .text-center h2::after, h2.text-center::after, [style*="text-align:center"] h2::after, h2[style*="text-align:center"]::after, .text-center h3::after, h3.text-center::after, [style*="text-align:center"] h3::after, h3[style*="text-align:center"]::after {
    margin: 20px auto!important;
}
#page-1 .isotopeContent {
    text-align: center;
}
.btn-default {
    background-color: #aaa497;
    border-color: #aaa497;
    color: #fff;
}
.btn-default:hover {
    background-color: transparent;
    color: #aaa497;
    border-color: #aaa497;
}
@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
    }
}
.page-header {
    background: #65625c;
    color: #fff;
    border: none;
    padding: 100px 0;
    text-align: center;
}
.page-header h1, #page h1, .page-header .h1, #page .h1 {
    color: #fff;
    font-weight: 800;
    line-height: 58px;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 54px;
}
.breadcrumb {
    text-align: center;
    font-size: 18px;
    color: #AAA497;
}
.page-header a {
    color: #AAA497!important;
}
.breadcrumb a::after {
    content: "\25B8";
    padding: 0 4px 0 6px;
    font-weight: 300;
}
.img-page, #mapWrapper {
    border-radius: 30px;
    margin-top: -73px;
    width: 100%;
    height: 400px;
}
@media (min-width: 992px){
    .lead {
        font-size: 24px;
    }
    .page-header {
        padding-top: 40px;
    }
}
.text-small {
    font-size: smaller;
}
th {
    background: #aaa497;
    color: #fff;
}
#widget-1 p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}
.grecaptcha-badge {
    bottom: 90px!important;
}