.ffl-row {
    margin-bottom: 25px;
}

.ffl-wrapper {
    position: relative;
    display: block;
}

.ffl-wrapper.captcha-wrapper {
    margin-bottom: 20px;
    margin-right: 55px;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
}

.textarea-wrapper {
    margin: 25px 0;
}

.ffl-row .ffl-wrapper {
    width: 48%;
}

.ffl-row .ffl-wrapper:nth-child(odd) {
    float: left;
}

.ffl-row .ffl-wrapper:nth-child(even) {
    float: right;
}

/* .ffl-wrapper input[type="text"] {
    width: 100%;
    height: 51px;
    line-height: 51px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 2px solid #d2d2d2;
    border-radius: 28px;
    font-size: 18px;
    outline: 0;
  } */

.ffl-wrapper input[type="text"],
.ffl-wrapper select {
    width: 100%;
    height: 61px;
    line-height: 61px;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    outline: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    /* box-shadow: 0px 3px 10px #0000000D; */
    border: 1px solid #cccce1;
}

.ffl-wrapper textarea {
    width: 100%;
    height: 170px;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font-size: 18px;
    outline: 0;
    resize: none;
    border: 1px solid #cccce1;
}

.ffl-wrapper .ffl-label {
    position: absolute;
    font-size: 14px;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    top: 15px;
    left: 15px;
    padding: 2px 5px;
    color: #757575;
    border-radius: 10px;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.captcha-wrapper .ffl-label {
    left: 50%;
    transform: translateX(-50%);
}

.ffl-floated .ffl-label {
    top: -9px;
    background: #fff;
}

.cf-bottom {
    text-align: right;
}

.cf-remark {
    margin-bottom: 20px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #757575;
}

.cf-submit {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
}

.cf-submit button {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    z-index: 1;
    text-align: left;
    letter-spacing: 0.9px;
    border: none;
    height: 60px;
    padding: 20px 75px 20px 25px;
    width: 100%;
    cursor: pointer;
}

.cf-submit button:hover {
    background: #0f3872;
}

.spinner {
    display: none;
}

.spinner img {
    height: 48px;
}

.contact-page {
    max-width: 1360px;
    margin: 65px auto 75px;
    padding: 0 10px;
}

.cp-l {
    float: left;
    position: relative;
    width: calc(100% - 505px);
}

.cpl-title {
    margin: 10px 0 25px;
}

.cpl-title h2 {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 48px;
    color: #124ea2;
}

.cpl-title p {
    font-size: 18px;
    color: #141414;
}

.cp-r {
    float: right;
    width: 430px;
}

.contact-info-block {
    padding: 40px 70px 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
}

.contact-info-block h4 {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 36px;
    color: #124ea2;
}

.cib-item {
    margin-bottom: 40px;
}

.cib-item h5 {
    margin-bottom: 17px;
}

.cib-icon {
    margin-right: 11px;
}

.cib-icon img {
    max-width: 21px;
    max-height: 21px;
}

.cib-value {
    position: relative;
    top: -3px;
    line-height: 21px;
    font-weight: 700;
    font-size: 20px;
    color: #13293d;
    text-transform: uppercase;
}

.cib-item p {
    margin: 0 0 5px 60px;
    font-size: 16px;
}

.captcha-wrapper input {
    text-align: center;
}

.form-success {
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    border: 1px solid #328f20;
}

#project_tag {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    margin-right: 10px;
}
#project_tag:focus {
    box-shadow: 0 5px 3px -1px rgba(165, 165, 165, 0.473);
}
#sel_product,
#sel_product_type {
    margin: 5px 10px 5px 0;
   width: 100%;
    min-width: 100px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #0a2463;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #0a2463;
    text-align: center;
}
.design-inner-btn{
     /* white-space: nowrap; */
     min-width: 280px;
     display: flex;
     justify-content: space-evenly;
     align-items: center;
}
.design-inner-btn span {
    font-size: .8em;
}
@media (max-width: 1515px) {
    .pp-specs-and-form .cf-remark {
        margin-right: 15px;
    }

    .pp-specs-and-form .ffl-wrapper.captcha-wrapper {
        margin-right: 15px;
    }
}

@media (max-width: 1230px) {
    .cp-l .cf-remark {
        margin-right: 15px;
    }

    .cp-l .ffl-wrapper.captcha-wrapper {
        margin-right: 15px;
    }
    .design-inner-media .ppm-l,
    .design-inner-media .ppm-cr-wrapper {
        float: none;
        width: 100%;
    }
    .design-inner-media .product-main-photo{
        min-height: 400px;
    }
}

@media (max-width: 1175px) {
    .contact-info-block {
        padding: 40px 30px 25px;
    }

    .cp-l {
        width: calc(100% - 375px);
    }

    .cp-r {
        width: 340px;
    }
}

@media (max-width: 850px) {
    .cp-l,
    .cp-r {
        float: none;
        width: auto;
    }

    .cib-item {
        margin-right: 2%;
        display: inline-block;
        vertical-align: top;
    }

    .cib-item p {
        margin: 0 0 5px 0;
    }

    .contact-info-block {
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .contact-page {
        margin: 25px auto;
    }
}

@media (max-width: 850px) {
    .design-inner-media .icon-text {
         display: none;
    }
    .design-inner-media .second-link.btn-pp-add .icn,
    .design-inner-media .second-link.btn-pp-save .icn,
    .design-inner-media .second-link.btn-pp-share .icn
    {
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 460px) {
    .ffl-row {
        margin-bottom: 0;
    }

    .ffl-row .ffl-wrapper {
        width: 100%;
        margin-bottom: 25px;
    }

    .ffl-row .ffl-wrapper:nth-child(odd),
    .ffl-row .ffl-wrapper:nth-child(even) {
        float: none;
    }
}
