body {
    font-family: 'Gotham Pro';
    font-size: 14px;
    color: #000000;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}
h1 {
    font-size: 40px;
    color: #F7CD00;
    line-height: 130%;
    font-weight: 900;
    margin-bottom: 10px;
}
h2 {
    font-size: 35px;
    color: #000000;
    line-height: 140%;
    font-weight: 900;
}
h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 130%;
    font-weight: 400;
}
h4 {
    font-size: 20px;
    color: #000000;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 30px;
}
h5 {
    font-size: 18px;
    color: #000000;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 5px;
}
.position-relative {
    position: relative;
    z-index: 1;
}
.text-right {
    text-align: right;
}
header {
    width: 100%;
    position: absolute;
    top: auto;
    z-index: 5;
    padding-top: 40px;
}
header .top-logo {
    margin: 0 -6px;
}
header .top-logo img {
    max-width: 100%;
}
header .top-phone {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 130%;
}
header .top-phone:focus,
header .top-phone:hover {
    text-decoration: none;
    color: #FFFFFF;
}
section {
    position: relative;
    padding: 70px 0;
}
.btn {
    border: 2px solid transparent;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 20px;
    background: #F7CD00;
    outline: 0 !important;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.btn:focus,
.btn:hover {
    text-decoration: none;
    color: #000000;
}
.btn.no-bg {
    border-color: #F7CD00;
    background: none;
}
.btn.no-bg.active,
.btn.no-bg:hover {
    background: #F7CD00;
    color: #000000;
}
.section-1 {
    position: relative;
    background: url("../imgs/main-section-bg.jpg") center no-repeat;
    background-size: cover;
    min-height: 580px;
    padding: 170px 0 50px 0;
}
.section-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.section-1 .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section-1 .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section-1 .btn {
    color: #ffffff;
}
.section-1 .start-price {
    margin-top: 60px;
}
.section-1 .start-price-text {
    font-size: 24px;
    color: #ffffff;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 15px;
}
.projects-block {
    margin: 0 10px;
}
.projects-block .row>div {
    position: relative;
    overflow: hidden;
}
.projects-item {
    margin: -1px -11px -1px -11px;
}
.projects-item img {
    width: 100%;
}
.projects-item .hover-block {
    padding: 20px;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(247, 205, 0, 0.9);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.projects-item:hover .hover-block {
    opacity: 1;
}
.projects-item .hover-block .btn.no-bg {
    padding: 8px 20px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
}
.projects-item .hover-block .btn:hover {
    background: #ffffff;
    color: #000000;
}
.projects-item .hover-block .projects-product {
    margin-bottom: 40px;
}
.projects-item .hover-block .projects-title {
    font-size: 30px;
    color: #000000;
    font-weight: 900;
    line-height: 130%;
    margin-bottom: 20px;
}
.projects-item .hover-block .projects-props {
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.projects-item .hover-block .projects-prop {
    float: left;
    min-width: 100px;
    margin-right: 20px;
}
.projects-item .hover-block .projects-prop-value {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    line-height: 100%;
}
.clients-block {
    position: relative;
}
.clients-block .client-item {
    display: inline-block;
    width: 138px;
    height: 90px;
    line-height: 80px;
    text-align: center;
}
.clients-block .client-item img {
    vertical-align: middle;
}
.feedback {
    margin-top: 10px;
}
.feedback label {
    font-size: 18px;
}
.feedback input[type='text'],
.feedback textarea {
    padding: 7px 0 0 0;
    width: 100%;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #000000;
    outline: 0 !important;
    margin-bottom: 30px;
}
.feedback textarea {
    resize: none;
    border: 0;
    background: #F7F7F7;
    padding: 5px 10px;
    height: 100px;
}
.feedback .error input[type='text'],
.feedback .error textarea {
    background: #ffe8eb;
}
.feedback .success {
    display: block;
    padding: 10px 0;
    font-size: 16px;
}
.section-6 {
    padding-top: 0;
}
.section-6 .container {
    padding-top: 30px;
    border-top: 5px solid #F7CD00;
}
footer {
    background: #000000;
    color: #ffffff;
    padding: 40px 0 60px 0;
}
footer .note {
    margin-top: 30px;
    font-size: 12px;
}
.bottom-phone {
    color: #000000;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
}
.bottom-phone:focus,
.bottom-phone:hover {
    text-decoration: none;
    color: #000000;
}
.address-container {
    margin-top: 20px;
    padding-left: 20px;
    border-left: 2px solid #F7CD00;
}
.address-container .address-city {
    font-size: 16px;
    font-weight: 500;
}
.address-container .address-phone {
    font-size: 16px;
    margin-top: 3px;
}
.address-container .address-text {
    font-size: 20px;
}
.chart-block {
    position: relative;
    overflow: hidden;
    margin-bottom: -160px;
}
.horizontal-scroll {
    overflow-x: scroll;
    padding-bottom: 160px;
    margin-bottom: -30px;
}
.chart-block svg {
    min-width: 1000px;
}
.tooltip {
    cursor: pointer;
}
.tooltip:hover {
    fill: #F7CD00;
}
.tooltip-container {
    position: absolute;
    padding: 10px 20px;
    margin: 0 -20px;
    background: #ffffff;
    min-width: 300px;
    max-width: 400px;
    border: 1px solid #eeee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.section-4 {
    overflow: hidden;
}
.help-item img {
    margin-bottom: 15px;
}
.mfp-iframe-holder .mfp-close {
    background: url("../imgs/icon-close.svg") center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    text-indent: 9999px;
    top: -40px;
    right: 10px;
    opacity: 1;
}
.mfp-iframe-holder .mfp-close:hover {

}
.align-bottom {
    margin-top: 180px;
}
.mb-5 {
    margin-bottom: 5px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
@media (max-width: 1099px) {
    .chart-block:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        box-shadow: 0 0 50px 50px rgba(255, 255, 255, 0.9);
        z-index: 1000;
    }
    .chart-block svg {
        margin-right: 200px;
    }
}
@media (max-width: 991px) {
    .address-container {
        padding: 0;
        border: 0;
    }
    .address-container:before {
        content: "";
        display: block;
        width: 50px;
        height: 4px;
        background: #F7CD00;
        margin-bottom: 20px;
    }
    .address-content {
        margin-bottom: 20px;
    }
    .bottom-phone {
        display: inline-block;
        margin-bottom: 40px;
    }
    .sm-hidden {
        display: none !important;
    }
    .help-item {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    .help-block>.row>div,
    .projects-block>.row>div {
        width: 50%;
        float: left;
    }
    h1 br,
    h4 br {
        display: none;
    }
    .xs-hidden {
        display: none !important;
    }
    .section-1 .video-container {
        display: none;
    }
    .projects-item .hover-block .projects-prop {
        margin-right: 10px;
    }
    .projects-item .hover-block .projects-prop-value {
        font-size: 16px;
    }
}
@media (max-width: 580px) {
    .help-block>.row>div,
    .projects-block>.row>div {
        width: 100%;
        float: none;
        overflow: inherit;
    }
    .projects-item {
        margin: 0 -25px -1px -25px;
    }
    .projects-item .hover-block {
        left: -15px;
        right: -15px;
    }
    .clients-block .client-item {
        width: 48%;
    }
    h1 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 125%;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    .section-1 {
        min-height: 100vh;
        padding: 130px 0 30px 0;
    }
    header .top-phone {
        font-size: 16px;
    }
    .help-text br {
        display: none;
    }
    .align-bottom {
        margin-top: -15px;
    }
    .bottom-phone {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .mb-5 {
        margin-bottom: 2px;
    }
    .start-text br {
        display: none;
    }
}