body {
    font-family: 'Circe';
}

header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(/img/header.jpg);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 884px;
    margin-top: 100px;
}

.topmenu {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.topmenu.scrol {
    box-shadow: 0 0 100px #00000063;
}

.topmenu .logo {
    color: #333333;
    font-weight: 800;
    font-style: normal;
    font-size: 42px;
}

.topmenu .logo p {
    margin-bottom: 0;
}

.topmenu .phone p {
    text-align: right;
    font-weight: 500;
    font-size: 20px;
    margin-top: 4px;
}

.topmenu .phone p img {
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.topmenu ul {
    padding: 0;
}

.topmenu ul>li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 10.93px;
}

.topmenu ul>li a {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

header .h3 {
    font-weight: 800;
    font-size: 36px;
    margin-top: 440px;
    text-align: center;
}

header h1 {
    text-align: center;
    font-size: 26px;
    position: relative;
}

header .h3 {
    position: relative;
}

header .h3 span:nth-child(1) {
    position: absolute;
    left: 20%;
    top: -10px;
}

header .h3 span:nth-child(2) {
    position: relative;
    top: -10px;
}

header .h3 span:nth-child(3) {
    position: absolute;
    top: -10px;
    right: 12%;
}

main .block {
    padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

main .block.bg-img-right {
    background-position: center right;
}

main .block.bg-img-left {
    background-position: center left;
}

main .block.bg-img-right .title {
    text-align: right;
    border-right: 4px solid #1787ce;
}

main .block.bg-img-left .title {
    border-left: 4px solid #1787ce;
}

main .title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 0;
}

main .title p {
    margin-top: 0;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 16px;
}

#ipoteka {
    background-color: #DCDDE2;
}

#podbor {
    background-color: #dcdcde;
}

#urist {
    background-color: #f9eae3
}

#vakans {
    background-color: #aac0ce;
}

#vikup {
    background-color: #5e92c4;
}

#vikup .title {
    border-left: 4px solid rgb(0, 0, 0);
}

footer {
    background-color: #211d1c;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #c3c3c3;
    font-size: 16px;
}

footer .contact {
    text-align: right;
}

footer .contact img {
    width: 30px;
    margin-right: 10px;
}