html, body {
    font-family: 'Montserrat', sans-serif;
    background-image: url("../img/business-backgorund.png");
    background-color: #000000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.page-head {
    padding-bottom: 380px;
}
.page-head h1 {
    margin: 0 auto;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 60%;
}
.page-head span {
    color: #03C3D7;
}
.white-button {
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #FEFEFE;
    border: 3px solid #FEFEFE;
    border-radius: 8px;
    padding: 16px 40px;
    transition: background .6s ease, color .6s ease, border .6s ease;
    display: inline-block;
    background: none;
}
.white-button:hover {
    border: 3px solid #03C3D7;
    color: #03C3D7;
}
.white-button-filled {
    background: #FEFEFE!important;
    color: #161616;
}

.white-button-filled:hover {
    background: #03C3D7;
}
.page-section {
    background: #FEFEFE;
    padding: 64px 0 128px;
}
.page-section h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #161616;
    margin: 0 0 0 0;
}
.page-section p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 16px 0 0 0;
    color: #676767;
}
.with-business {
    background: #FEFEFE;
    padding: 128px 0 128px 0;
}
.with-business h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #161616;
    margin: 0 0 0 0;
}
.with-business p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 16px 0 0 0;
    color: #676767;
}
.with-business .deal-item .content p {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #FEFEFE;
}
.with-business .deals {
    margin-top: 32px;
}
.with-business .deal-item {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 32px;
}
.with-business .deal-item:hover > .filter{
    opacity: 1;
}
.with-business .deal-item:hover > .content{
    opacity: 0;
}
.with-business .deal-item:hover > img{
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}
.with-business .deal-item .filter {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: opacity .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.with-business .deal-item img{
    width: 100%;
    height: 100%;
    transition: filter .3s ease;
}

.with-business .deal-item .content{
    opacity: 1;
    position: absolute;
    /*right: 32px;*/
    bottom: 32px;
    width: 100%;
    z-index: 2;
    transition: opacity .3s ease;
}
.with-business .deal-item .content h3{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-align: right;
    color: #FEFEFE;
}
/*.with-business .deal-item .content p{*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    text-align: right;*/
/*    color: #FEFEFE;*/
/*}*/
.deal-item::after {
    position: absolute;
    background: #000000;
    filter: blur(44px);
    content: '';
    height: 36%;
    width: 144%;
    z-index: 1;
    pointer-events: none;
    bottom: -32px;
    left: -64px;
}
.request-form {
    background: #FEFEFE;
    padding-bottom: 188px;
}
.request-form h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #161616;
    margin: 0 0 0 0;
}
.request-form p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 16px 0 0 0;
    color: #676767;
}

.input-row .input-group,.input-row .form-select{
    width: auto;
}
.input-row input,.input-row textarea,.input-row select{
    width: 55%;
}
.input-row input,.input-row textarea{
    margin: 0;
    padding: 0;
}
.input-row select{
    background-color: transparent;
    min-width: 80px;
}
.input-row .input-group div {
    color: #676767;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-right: 0.05em;
}
.input-row .input-group input::placeholder {
    color: transparent;
}
.read-more-modal .modal-header{
    position: relative;
}
.read-more-modal .modal-close{
    position: absolute;
    right: 16px;
    top: 16px;
}
.read-more-modal .modal-banner{
    width: 100%;
}
.read-more-modal .additional {
    padding: 16px 103px;
}

.footer {
    padding: 32px 16px;
    background: #000000;
    position: relative;
}