.yellow-text {
    color: #ffc902;
}

.no-padding {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
 }

#about-company-welcome {
    position: relative;
}

#about-company-welcome-background {
    background-image: url(../images/about/about_hello.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: -1;
}

#about-company-left-menu .about-company-left-menu-link {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    font-size: 18px;
    padding-left: 77px;
}

#about-company-left-menu .about-company-left-menu-link#about-company-left-menu-link-1 {
    background-image: url(../images/about/about_menu_1.png);
    background-size: 56px 49px;
}

#about-company-left-menu .about-company-left-menu-link#about-company-left-menu-link-2 {
    background-image: url(../images/about/about_menu_2.png);
    background-size: 43px 55px;
    background-position: 5px center;
}

#about-company-left-menu .about-company-left-menu-link#about-company-left-menu-link-3 {
    background-image: url(../images/about/about_menu_3.png);
    background-size: 50px 39px;
}

#about-company-content h2,
#about-company-welcome-text h1 {
    font-size: 44px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#about-company-content h2 {
    margin-bottom: 30px;
}

#about-company-welcome-text .about-company-text {
    font-size: 24px;
    line-height: 48px;
}

#about-company-content {
    background-color: #ffffff;
    color: #51555c;
    line-height: 28px;
}

#out-development .about-number {
    font-size: 44px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#out-development .about-number span {
    font-size: 18px;
}

#about-company-content .about-image-full-width {
    width: 100%;
    height: auto;
}

.out-development-gallery .about-gallery-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 180px;
}

#about-company-content h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

#our-pros .our-pros-icon {
    max-width: 80px;
    height: 100%;
    width: 100%;
}

#our-service-callback-button {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #242424;
    font-size: 18px;
    background-color: #ffc900;
    font-size: 16px;
    border: 1px solid #ffc900;
    letter-spacing: .8px;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    text-decoration: none;
}

#our-service-callback-button:hover {
    background-color: #ffcf1f;
    border-color: #ffcf1f;
}

#about-page-callback .form-control {
    border: none;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

#about-page-callback .form-control label {
    color: #888888;
    font-size: 13px;
    font-weight: 400;
}

#about-page-callback .form-control label .star {
    margin: 0;
    top: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 0;
    position: relative;
    color: #ff0000;
}

#about-page-callback .form-control input[type="text"],
#about-page-callback .form-control input[type="tel"] {
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
    line-height: 20px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    font-size: 14px;
}

#about-page-callback .form-control input[type="checkbox"] {
    border: 1px solid #ececec;
    background: #fafafa;
    color: #383838;
}

#about-page-callback .modal-header {
    border-bottom: none;
}

#about-page-callback .licence_block {
    padding: 6px 12px;
    margin-bottom: 25px;
}

#about-page-callback .licence_block,
#about-page-callback .licence_block label {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}

#about-page-callback .licence_block label {
    padding-left: 8px;
}

#about-page-callback .licence_block label a {
    color: #e6b500;
}

#about-page-callback .form_footer button {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #242424;
    font-size: 14px;
    background-color: #ffc900;
    font-size: 16px;
    border: 1px solid #ffc900;
    letter-spacing: .8px;
    border-radius: 0px;
}

#about-page-callback .modal-content {
    padding: 30px 15px;
}

#about-page-callback .modal-header {
    padding: 15px 32px;
}

#about-hello-background-shadow {
    background-image: url(../images/about/about_hello_background.png);
    background-size: cover;
    height: 300px;
    margin-top: -90px;
}

#about-company-content #out-development,
#about-company-content #our-tech,
#about-company-content #our-pros {
    padding-top: 126px;
}

#about-company-content #our-service-callback-button {
    margin-top: 30px;
}

#about-company-content #our-service {
    padding-top: 20px;
    padding-bottom: 84px;
}

#about-company-content #out-development-image {
    margin-bottom: 53px;
}

#about-company-content #out-development-text-1 {
    margin-bottom: 53px;
}
#about-company-content #out-development-text-2 {
    margin-top: 100px;
}

#our-tech .our-tech-block {
    margin-bottom: 100px;
}
#our-tech .our-tech-block:last-child {
    margin-bottom: 0;
}

#our-pros .sub-title {
    font-size: 20px;
}

#our-pros p {
    margin-bottom: 70px;
}


@media screen and (max-width:1186px) {
    body {
        scrollbar-width: none;
    }

    #about-company-content {
        font-size: 20px;
    }

    #about-company-left-menu .about-company-left-menu-link {
        font-size: 24px;
    }

    #about-hello-background-shadow {
        display: none;
    }

    #about-company-welcome-text .about-company-text {
        padding-bottom: 20px;
    }

    #about-company-content #out-development,
    #about-company-content #our-tech,
    #about-company-content #our-pros {
        padding-top: 30px;
    }

    #about-company-content h2,
    #about-company-welcome-text h1 {
        text-align: center;
        font-size: 32px;
    }

    #out-development .about-number-title {
        margin-top: 15px;
    }

    #out-development .about-number-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }

    #about-company-content #out-development-text-2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .out-development-gallery .about-gallery-image {
        margin-bottom: 20px;
    }

    #our-tech .our-tech-block {
        margin-bottom: 0;
    }

    #our-tech .our-tech-block > div {
        margin-bottom: 20px;
    }

    #about-company-content #our-pros,
    #about-company-content h3 {
        text-align: center;
    }

    #about-company-content #our-service #our-service-button-wrapper {
        text-align: center;
    }
}