*{-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    font-family: Calibri, sans-serif;
    color: #0c0c0e;
}

h2 {
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 15px;
}

h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.header {
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 70px;
}

.header_left {
    display: block;
}

.header_left > span + span:before {
    content: '|';
    display: inline-block;
    margin: 0 25px;
}

.bot {
    text-align: center;
}

.bot_title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.bot-wrapper .bot {
    width: 33.333333%;
    float: left;
}


.sultan {
    color: rgba(255, 255, 255, .9);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.sultan:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}

.sultan .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.title_inner {
    text-align: center;
}

.sultan_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-family: Calibri, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.sultan_wrapper {
    position: relative;
    Padding: 120px 0 30px;
    z-index: 99;
    min-height: 60vh;
}

.sultan_wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
