a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    text-align: center;
    font-size: 28px;
}

h2 {
    text-align: center;
    font-size: 24px;
}

footer {
    text-align: center;
    background: #fbe608;
    height: 60px;
}

footer #copyright {
    line-height: 60px;
}

body {

}

header {
    background: #FFFFFF url("/img/bg_pattern.png");
    height: 88px;
    padding: 1px 0 1px 0;
    font-size: 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

header .container {
    margin-top: 18px;
    position: relative;
    text-align: center;
}

header #logo {
    position: absolute;
    top: 3px;
    left: 35px;
    text-decoration: none;
}

header #logo:hover {
    text-decoration: none;
}

header #header-phones,
header #header-address {   
    text-align: right;
    font-size: 16px;
    line-height: 24px;
}

header #header-phones {
    font-weight: bold;
}

header #header-address {
    
}

#main-menu {
    height: 72px;
    background: #fbe608;
    padding: 1px 0 1px 0;
    position: fixed;
    top: 88px;
    z-index: 10;
    width: 100%;
}

.index-page #main-menu.not-at-top {
    position: fixed;
    top: 88px;
}

body.index-page {
    margin-top: 74px;
}

#main-menu .container {
    text-align: left;
    padding: 0 40px 0 40px;
    line-height: 72px;
}

#main-menu .container a {
    color: #000000;
    font-size: 16px;
    margin: 0 20px 0 20px;
    white-space: nowrap;
    line-height: normal;
}

.feedback-form form .feedback-form-submit input,
#main-menu .container a#main-menu-callback {
    background: #5a5a5a;
    background: -moz-linear-gradient(top,  #5a5a5a 0%, #303030 28%, #161616 42%, #000000 56%, #000000 100%);
    background: -webkit-linear-gradient(top,  #5a5a5a 0%,#303030 28%,#161616 42%,#000000 56%,#000000 100%);
    background: linear-gradient(to bottom,  #5a5a5a 0%,#303030 28%,#161616 42%,#000000 56%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#000000',GradientType=0 );
    opacity: 1;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.feedback-form form .feedback-form-submit input:hover,
#main-menu .container a#main-menu-callback:hover {
    opacity: 0.9;
}

#main-menu .container a#main-menu-callback {
    padding: 10px 20px 10px 50px;
    float: right;
    line-height: normal;
    margin-top: 17px;
}

#main-menu .container a#main-menu-callback:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 20px;
    width: 16px;
    height: 24px;
    background: url("../img/phone_icon.png") no-repeat center;
}

#main-menu .container a:first-child {
    margin-left: 0;
}

#main-menu .container a:last-child {
    margin-right: 0;
}

#slides {
    height: 400px;
    color: #FFFFFF;
    text-align: center;
}

#slides a {
    color: #FFFFFF;
}

#slides .fotorama__arr {
    width: 50px;
    height: 100%;
    top: 0;
    margin-top: 0;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;

    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;

    opacity: 0.6 !important;
}

#slides .fotorama__arr:hover {
    opacity: 1 !important;
}

#slides .fotorama__arr--prev {
    background: url("../img/white_arrow_left.png") no-repeat center center;
}

#slides .fotorama__arr--next {
    background: url("../img/white_arrow_right.png") no-repeat center center;
}

#slides .fotorama__arr--disabled {
    opacity: 0.2 !important;
}

.office-photos .fotorama__arr {
    width: 40px;
    height: 100%;
    top: 0;
    margin-top: 0;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;

    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;

    opacity: 0.6 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.office-photos .fotorama__arr:hover {
    opacity: 1 !important;
}

.office-photos .fotorama__arr--prev {
    background: url("../img/slider_arr_left.png") no-repeat center center;
    left: 0 !important;
}

.office-photos .fotorama__arr--next {
    background: url("../img/slider_arr_right.png") no-repeat center center;
    right: 0 !important;
}

.office-photos .fotorama__arr--disabled {
    opacity: 0.2 !important;
}

#content {
    padding: 162px 0 1px 0;
    min-height: calc(100vh - 60px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#kontakty {
    min-height: 500px;
    position: relative;
}

#kontakty #map {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    min-width: 0;
}

#kontakty #contacts-panel {
    left: -400px;
    top: 100px;
    background-color: rgba(255, 255, 255, 0.75);
}

.separate-page #kontakty #contacts-panel {
    left: 60px;
}

#kontakty #contacts-panel h1,
#kontakty #contacts-panel h2 {
    font-size: 24px;
    margin-top: 0;
}

#about-us {
    margin-bottom: 40px;
}

#about-us h1 {
    display: block;
    margin: 0 auto 40px auto;
    font-size: 36px;
    height: 77px;
    line-height: 77px;
    width: 397px;
    font-weight: normal;
    background: url("/img/home_yellow_header.png") no-repeat center center;
}

#news .news-item {
    margin-bottom: 10px;
}

#news .news-item h2,
#news .news-item h2 a {
    font-size: 16px;
    text-align: left !important;
}

#news .news-item h2 {
    display: inline-block;
    margin: 0;
    width: calc(100% - 96px);
    vertical-align: top;
}

#news .news-item .news-date {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #888888;
    margin-right: 8px;
    width: 82px;
    line-height: 20px;
}

#order-form {
    width: 100%;
    padding: 0;
    margin: 40px 0 40px 0;
}

#order-form .order-form-container {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;overflow: hidden;
}

#order-form .tabs .tab {
    display: inline-block;
    width: 50%;
    padding: 18px 18px 18px 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #bbbbbb;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    cursor: pointer;
}

#order-form .tabs .tab.tab-1 {
    background-color: #ace5f8;
    border-right: 1px solid #bbbbbb !important;
}

#order-form .tabs .tab.tab-1.active {
    border-color: #ace5f8;
    border-left: 1px solid #ace5f8;
}

#order-form .tabs .tab.tab-2 {
    background-color: #e3e3e3;
    width: 50%;
    border-left: 0 none;
}

#order-form .tabs .tab.tab-2.active {
    border-color: #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

#order-form .order-form-block {
    padding: 40px 40px 30px 40px;
    background-color: #68787f;
    color: #FFFFFF;
}

#order-form .order-form-block.type-normal {
    background-color: #ace5f8;
}

#order-form .order-form-block.type-urgent {
    background-color: #e3e3e3;
}

#order-form form label {
    width: 180px;
    margin-right: 20px;
}

#order-form form label.required:after {
    content: '*';
}

#order-form form .input input,
#order-form form .input textarea {
    width: calc(100% - 200px);
    min-width: 300px;
}

#order-form form .captcha input {
    width: 138px;
}

.feedback-form form .feedback-form-submit {
    text-align: center;
    margin-top: 20px;
}

.feedback-form form .feedback-form-submit input {
    padding: 0 60px 0 60px;
}

#home-video {
    background-color: #f3f3f3;
    padding: 0;
    margin: 150px 0 0 0;
    vertical-align: top;
    overflow: hidden;
    max-height: calc(100vh - 162px);
    height: 720px;
    width: 100%;
    position: relative;
}

#home-video video {
    width: 100%;
    height: auto;
    vertical-align: top;
    position: absolute;
    top: 40%;
    left: 50%;
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

#offices-list .office {
    margin-bottom: 40px;
}

#offices-list .office .office-title-container {
    text-align: center;
}

#offices-list .office .office-title {
    display: inline-block;
    height: 77px;
    line-height: 76px;
    font-size: 38px;
    font-weight: bold;
    margin: 50px 0 50px 0;
    width: 250px;
    background: url("../img/office_tittle_yellow.png") no-repeat center;
}

#offices-list-menu {
    text-align: center;
    margin: 50px 0 30px 0;
}

#offices-list-menu a {
    display: inline-block;
    height: 77px;
    line-height: 76px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 439px;
    background: url("../img/office_tittle_gray.png") no-repeat center;
    text-align: center;
    text-decoration: none;

    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

#offices-list-menu a:hover {
    text-decoration: none;
    opacity: 0.8;
}

#offices-list-menu a.active,
#offices-list-menu a.active:hover {
    opacity: 1;
    background-image: url("../img/office_tittle_yellow.png");
}

.office .office-description {
    margin-bottom: 30px;
}

.office .office-photos {
    margin-bottom: 40px;
}

.office .office-info {
    margin-bottom: 10px;
}

.office .office-info > div {
    display: inline-block;
    height: 210px;
    width: 23%;
    background: #fbe608;
    vertical-align: top;
}

.office .office-info > div.office-total-area {
    width: 30%;
    margin-right: 1%;
    background-image: url('../img/yellow_bg_with_line.png');
}

.office .office-info > div .title {
    text-align: center;
    font-size: 26px;
    margin-top: 50px;
}

.office .office-info > div .value {
    text-align: center;
    font-weight: bold;
    font-size: 54px;
    margin-top: 14px;
    font-family: "Arial Black", arial-black, "Arial", "sans-serif";
}

.office .office-info > div .value sup {
    font-size: 36px;
}

.office .office-plan {
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.office .office-features {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px 40px 30px;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 10px;
}

.office .office-features td,
.office .office-features td img {
    vertical-align: middle;
}

.office .office-rent-price-container {
    height: 76px;
    line-height: 76px;
    font-size: 30px;
    position: relative;
    background-color: #fbe608;
    padding-left: 30px;
}

.office .office-rent-price-clarification {
    margin-top: 10px;
}

.office .office-rent-price {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    float: right;
    margin-right: 30px;
}

.office .office-details-file {
    margin-top: 20px;
    text-align: center;
}

.office .office-details-file a {
    display: inline-block;
    padding-left: 44px;
    line-height: 36px;
    background: url("../img/icon_download_doc.png") no-repeat left;
    font-size: 18px;
    color: #2676ba;
    text-decoration: underline;
}

.office .office-details-file a:hover {
    text-decoration: none;
}

#content #order-form h2 {
    background: url("../img/home_yellow_header.png") no-repeat center;
    height: 77px;
    line-height: 77px;
    width: 397px;
    margin: 20px auto 40px auto;
    padding: 0;
    font-size: 36px;
}

#content #order-form .order-form-container {
    width: 580px;
    margin: 0 auto 40px auto;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#content #order-form .order-form-block {
    background-color: #fbe608;
    color: #000000;
    font-size: 18px;
}

#content #order-form .order-form-block input {
    min-width: 100px;
}

.feedback-form form .feedback-form-submit input {
    height: 44px;
    line-height: 44px;
    border: 0 none;
    font-size: 18px;
}

#rent-types-menu td {
    text-align: center;
}

#rent-types-menu td a {
    display: inline-block;
    width: 247px;
    height: 248px;
    position: relative;
}

#rent-types-menu td a span {
    display: inline-block;
    position: absolute;
    top: 200px;
    left: 20px;
    right: 20px;
    text-align: center;
    color: #fbe608;
    font-size: 16px;
    font-weight: bold;
}

#rent-types-menu td a:hover span {
    text-decoration: underline;
}

.page-arenda-spetstekhniki .section-body.texts table {
    background-color: #FFFFFF;
}

.page-arenda-spetstekhniki .section-body.texts table tr td:first-child {
    border-right-color: transparent;
}