
.custom-samples {
    text-align: center;
    font-size: 0;
    margin: 20px 0 40px;
}
.custom-samples img {
    margin: 1%;
    vertical-align: top;
}
.custom-catalog {
    text-align: center;
    display: block;
}
.content__category .custom-catalog li {
    font-size: 0;
    display: inline-block !important;
    width: 181px;
    vertical-align: top;
    margin: 20px;
    padding: 0;
    background: none;
    background-size: 0px 0px;
}
.custom-category-img {
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 3px solid  #2f87cc
}
.custom-catalog li:hover {
    opacity: 0.8;
}
.custom-catalog li:hover .custom-category-img {
    border: 1px solid #ccc;
    border-bottom: 3px solid  #2f87cc
}

.custom-samples img {
    width: 177px;
    padding: 1% 0;
    border: 1px solid #e5e5e5;
}
.custom-samples img:hover {
    opacity: 0.7;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-color: #fff;
}
a.custom-category-title {
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.custom-catalog li:hover a.custom-category-title {
    color: #2f87cc;
}
.work-wrap {
    font-size: 0;
    max-width: 952px;
    padding: 24px 0;
    margin: auto;
    position: relative;
    margin-top: 20px;
}

.work-wrap:after {
    content: ' ';
    font-size: 0;
    position: absolute;
    border-right: 1px solid  #519bd4;
    width: 3px;
    height: 175px;
    top: 159px;
    left: 910px;
}
.work-block {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    margin: 16px 32px;
    width: 250px;
    position: relative;
    vertical-align: top;
    line-height: 1.3em;
}
.work-block:nth-child(4), .work-block:nth-child(7) {
    margin-right: 0 !important;
}
.work-block:after {
    content: ' ';
    border-top: 1px solid #519bd4;
    position: absolute;
    z-index: 3;
    height: 2px;
    font-size: 0;
    width: 100%;
    top: 75px;
}
.work-block:nth-child(4):after, .work-block:nth-child(7):after {
    width: 127px;
}
.work-header {
    font-weight: bold;
    font-size: 15px;
    width: 150px;
    text-align: center;
    margin: auto;
    background-color: #f0f5fa;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}
.work-img {
    width: 100px;
    margin: auto;
    height: 65px;
}
.arrow-right:after, .arrow-left:after {
    content: ' ';
    background: url(/images/custom/work-arrow.png) 0 0 no-repeat;
    position: absolute;
    top: -8px;
    left: 212px;
    width: 35px;
    height: 35px;
    z-index: 10;
}
.arrow-left:after {
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.work-desc {
    font-size: 14px;
}
.work-block:nth-child(3) .work-img:after {
    content: ' ';
    background: url(/images/custom/work-arrow.png) 0 0 no-repeat;
    position: absolute;
    top: 142px;
    left: 549px;
    width: 35px;
    height: 35px;
    z-index: 10;
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}

@media only screen and (max-width: 979px) {

    .work-block:nth-child(3) .work-img:after {
        display: none;
    }

    .work-wrap:after {
        display: none;
    }
    .work-block:nth-child(4):after, .work-block:nth-child(7):after {
        display: none;
    }
    .work-wrap {
        width: 100%
    }

    .arrow-right:after, .arrow-left:after {
        display: none;
    }

    .work-block:after {
        display: none;
    }
    .work-block {
        width: 250px;
    }

    .work-block:nth-child(4), .work-block:nth-child(7) {
        margin-right: 40px !important;
    }
    .work-wrap {
        text-align: center;
    }
}

.work-wrap h4, #custom-adv h4{
    position: relative;
    font-family: "Glober Bold";
    font-size: 23px!important;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 12px;
    z-index: 1;
    text-align: center;
}
.how-we-work {
    position: relative;
    background-color: #f0f5fa;
}
.work-left-top,  .work-left-bottom, .work-right-bottom, .work-right-top {
    position: absolute;
    width: 72px;
    height: 45px;
}
.work-left-top {
    left: 20px;
    top: 20px;
    background: url(/images/custom/work-left-top.png) left top no-repeat;
}
.work-left-bottom {
    left: 20px;
    bottom: 20px;
    background: url(/images/custom/work-left-bottom.png) left top no-repeat;
}
.work-right-top {
    right: 20px;
    top: 20px;
    background: url(/images/custom/work-right-top.png) left top no-repeat;
}
.work-right-bottom {
    right: 20px;
    bottom: 20px;
    background: url(/images/custom/work-right-bottom.png) left top no-repeat;
}

.error-input {
    color: red !important;
    border: 1px solid red !important;
    background-color: #f4eded;
}
#custom-request {
    background-color: #f0f5fa;
    text-align: right;
}
#custom-request h4, #custom-request h5 {
    font-size: 27px;
    text-transform: uppercase;
}
#custom-request h5 {
    color: #006edb;
}
#custom-request-wrap {
    max-width: 500px;
    margin: 20px auto;
    padding: 40px 0 20px;
    font-size: 0;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-right: 150px;
}
#custom-request-wrap>div {
    margin-top: 20px;
}
#custom-request-wrap:before {
    position: absolute;
    margin-left: -501px;
    margin-top: -35px;
    content: url(/images/custom/custom-request.png);

    background-repeat: no-repeat;
}





#custom-request-wrap input, #custom-request-wrap textarea {
    margin: 0 0 1% 0;
    font-size: 15px !important;
}
#custom-request-wrap div input {
    width: 32.3%;
    margin-left: 1%;
}
#custom-request-wrap div input:first-child {
    margin-left: 0% !important;
    width: 33.3% !important;
}
#custom-request-wrap textarea {
    height: 103px;
    padding-top: 7px;
    width: calc(99% - 198px);
    margin-right: 1%;
    vertical-align: top;
}
#custom-request-wrap button {
    width: 198px;
    height: 102px;
    background: url(/images/custom/send_request.png) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
}
#custom-request-wrap button:hover {
    opacity: 0.8;
}


@media only screen and (max-width: 1269px) {
    #custom-request-wrap {
        margin-right: 100px;
    }
}
@media only screen and (max-width: 979px) {

    #custom-request-wrap {
        margin: auto;
        margin-right: 0px !important;
    }
    #custom-request-wrap:before {
        display: none;
        content: "";
    }
    #custom-request {
        text-align: center;
    }
}
@media only screen and (max-width: 540px) {
    #custom-request-wrap {
        padding: 15px;
    }
    #custom-request-wrap textarea {
        width: 100%;
        margin-right: 0;
    }
    #custom-request-wrap button {
        margin: auto;
        display: block;
    }
    #custom-request-wrap {
        text-align: center;
    }
}


#custom-adv-2  {
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 25px;
}
#custom-adv-2 img {
    text-align: left;
}
#custom-adv-2 div  {
    line-height: 1;
    font-size: 44px;
}
#custom-adv-2 div span {
    font-size: 14px;
}
#custom-adv-2 ul {
    font-size: 0;
    text-align: center;
    margin-left: 150px;
}
#custom-adv-2 ul li {
    text-align: left;
    width: 350px;
    font-size: 15px;
    display: inline-block;
}
#custom-adv-2 ul li {
    position: relative
}
#custom-adv-2 ul li:before {
    position: absolute;
    left: -50px;
    top: 0px;
}
#custom-adv-2 ul li.icon-avd-1:before {
    content: url(/images/custom/icon-adv-1.png);
}
#custom-adv-2 ul li.icon-avd-2:before {
    content: url(/images/custom/icon-adv-2.png);
}
#custom-adv-2 ul li.icon-avd-3:before {
    content: url(/images/custom/icon-adv-3.png);
}


@media only screen and (max-width: 1269px) {
    #custom-adv-2 ul li {
        text-align: left;
        width: 290px;
        font-size: 15px;
        display: inline-block;
    }
    #custom-adv-2 ul {
        margin-left: 80px;
    }
}



@media only screen and (max-width: 979px) {
    #custom-adv-2 {
        display: none;
    }
}

#custom-adv {
    text-align: center;
}
#custom-adv ul {

    margin: 23px auto;
    font-size: 0;
    display: block;
    padding-bottom: 55px;
}
#custom-adv ul li {
    width: 190px;
    vertical-align: top;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    color: white;
    line-height: 1.4;
    margin: 0 20px;

}
#custom-adv ul li img {
    margin-bottom: 10px;
}
#custom-adv ul li div {
    line-height: 1;
    margin: 10px 0;
}
#custom-adv ul li span {

}
#custom-adv h4 {
    color: white;
}
#custom-adv {
    background: url(/images/custom/custom-adv.jpg) 0 0 no-repeat #505559;
    max-width: 1240px;
    max-height: 400px;
    padding-top: 30px;
}

#colors-pantone {
    display: inline-block;
    max-width: calc(100% - 400px);
    text-align: left;
    margin-top: 27px;
    margin-left: 20px;
}
.pantone-wrap {
    display: inline-block;
    margin-left: 20px;
    width: 80px;
    margin-top: 14px;
}
.pantone {
    font-size: 13px;
    color: white;
    text-align: center;
}
.pantone:before {
    width: 45px;
    height: 45px;
    background-color: red;
    display: block;
    margin: 0 auto 5px auto;
    content: ' ';
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2);
}
.pantone.red:before {
    background-color: #c01006;
}
.pantone.pink:before {
    background-color: #e687a7;
}
.pantone.orange:before {
    background-color: #df4100;
}
.pantone.vinous:before {
    background-color: #740b18;
}
.pantone.brown:before {
    background-color: #5b3519;
}
.pantone.beige:before {
    background-color: #ded1c0;
}
.pantone.yellow:before {
    background-color: #efb709;
}
.pantone.golden:before {
    background-color: #8f7033;
}
.pantone.gray:before {
    background-color: #a7a7a7;
}
.pantone.light-blue:before {
    background-color: #0098d2;
}
.pantone.turquoise:before {
    background-color: #5e969d;
}
.pantone.blue:before {
    background-color: #0050b8;
}
.pantone.light-green:before {
    background-color: #00a020;
}
.pantone.green:before {
    background-color: #006931;
}
.pantone.black:before {
    background-color: #0f1008;
}
.pantone.white:before {
    background-color: #ffffff;
}
#custom-adv h5 {
    font-size: 15px;
    text-align: center;
    color: white;
}
.pantone-block {
    min-height: 341px;
    max-height: 1000px !important;
}

.print-logo-one:before, .print-logo-two:before, .print-logo-three:before, .print-logo-four:before, .print-logo-five:before {
    height: 19px;
    position: absolute;
}
.print-logo-one:before {
    content: url(/images/custom/color-one.png);
    margin-left: -31px;
}
.print-logo-two:before {
    content: url(/images/custom/color-two.png);
    margin-left: -53px;
}
.print-logo-three:before {
    content: url(/images/custom/color-three.png);
    margin-left: -75px;
}
.print-logo-four:before {
    content: url(/images/custom/color-four.png);
    margin-left: -97px;
}
.print-logo-five:before {
    content: url(/images/custom/color-five.png);
    margin-left: -119px;
}
.print-logo-label ul li {
    padding: 7px 0;
    vertical-align: top;
    padding-left: 150px;
}
.print-logo {
    line-height: 1.6;
    font-size: 15px;
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    vertical-align: top;
    padding-bottom: 30px;
}

.size-items {
    text-align: center;
    font-size: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
    vertical-align: bottom;
}
.size-items div img {
    vertical-align: bottom;
    margin-bottom: 10px;
    display: block;
}
.size-items div {
    min-width: 60px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0% 1.7%;
}

.view-items {
    font-size: 0;
}
.view-items  {
    text-align: center;
    display: block;
}
.view-items li {
    width: 307px;
    margin: 15px 3%;
    display: inline-block;
    vertical-align: top;
}
.view-items li div {
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 5px;
}
.view-items li span {
    font-size: 17px;
}

.clear {
    clear: both;
    font-size: 0;
}
.who-cost {
    background-color: #f5f5f5;
    text-align: center;
    clear: both;
    padding: 20px 20px;
    margin: 20px auto;
    font-size: 17px;
    line-height: 1;
}
.who-cost span {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 5px;
}
.who-cost ul {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.who-cost ul li {
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    margin-left: 70px;
    position: relative;
    padding-top: 5px;
}
.who-cost ul li span {
    display: inline-block;
}

.who-cost ul li:before {
    margin-right: 10px;
    vertical-align: top;
    position: absolute;
    margin-left: -30px;
    margin-top: -6px;
    content: url(/images/custom/cost-arrow.png);

}

.text-custom-left-block {
    float: left;
    width: calc(100% - 320px);
}
.text-custom-right-block {
    width: 300px;
    float: right;
}
.text-custom-right-block .background-blue {
    background-color: #e4f3ff;
    padding: 10px 20px;
}
.text-custom-right-block p {
    font-size: 14px;
    line-height: 1.5;
}
.text-custom-right-block h3 {
    margin-top: 7px;
    font-weight: bold;
}
.scrool-send:hover {
    cursor: pointer;
    opacity: 0.9;
}


.custom-phone {
    text-align: center;
    float: right;
    width: 300px;
    padding-top: 15px;
}
.custom-phone div a {
    font-size: 23px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.custom-phone div a:hover {
    color: #006edb;
    text-decoration: underline;
}
.request-custom-phone {
    font-size: 17px;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}
.request-custom-phone a {
    font-size: 20px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.request-custom-phone a:hover {
    color: #006edb;
    text-decoration: underline;
}

@media only screen and (max-width: 1269px) {
    .print-logo {
        width: 95%;
    }
    #custom-request-wrap {
        margin-right: 100px;
    }
    .size-items div {
        margin: 0 1% !important;
    }
    .who-cost li {
        margin-left: 50px !important;
    }
    .view-items li {
        width: 250px !important;
    }
    #colors-pantone {
        margin-top: 0px;
    }
    .pantone-wrap {
        margin-left: 10px;
        margin-top: 9px;
    }
}
@media only screen and (max-width: 979px) {
    .print-logo {
        width: 100%;
        margin-left: 20px;
        vertical-align: top;
    }
    .print-logo-label ul li {
        padding-left: 120px;

    }
    #colors-block img {
        height: 180px !important;
    }

    #colors-pantone {
        max-width: calc(100% - 300px);
    }
    #custom-adv ul li {
        margin: 0;
    }
    .who-cost ul li {
        margin-top: 12px;
    }
    .view-items li {
        padding-top: 15px;
        width: 200px !important;
        vertical-align: top;
    }
}
@media only screen and (max-width: 767px) {
    .custom-phone {
        float: none;
        margin: auto;
    }
    .scrool-send {
        margin: auto;
        display: block;
        margin-top: 10px;
    }
    .print-logo-label ul li:before {
        content: ' ' !important;
    }
    .print-logo-label ul li {
        padding-left: 20px;
    }
    .print-logo {
        margin-left: 0;
        display: block;
    }
    .print-logo-img {
        margin-right: 10px;
        float: right;
        width: 180px;
    }
    #colors-block img {
        display: none;
    }
    .pantone-block {
        padding-bottom: 20px !important;
    }
    #colors-pantone {
        max-width: 100%;
    }
    .pantone-block h4 {
        display: block !important;
    }
    #custom-adv {
        height: auto;
        padding-top: 5px;
        min-height: 0;
        padding-bottom: 10px;
    }
    .size-items-block {
        display: none;
    }
    #custom-adv h4 {
        display: none;
    }
    .text-custom-left-block {
        width: 100% !important;
        padding: 15px;
    }
    .text-custom-right-block {
        float: none;
        width: 100% !important;
    }

    #custom-adv ul li {
        margin-bottom: 20px;
        line-height: 1.2;
    }
    #custom-adv ul li img {
        margin-bottom: 7px;
    }
    #custom-adv ul li div {
        margin: 7px 0;
    }
    .view-items li {
        width: 140px !important;
        vertical-align: top;
    }
}
@media only screen and (max-width: 540px) {
    .view-items li {
        width: 170px !important;
        vertical-align: top;
    }
}

@media only screen and (max-width: 425px) {
    #custom-adv {
        display: none;
    }
    #custom-adv.pantone-block {
        display: block !important;
    }
}




/* Калькуляторы */
.price-result {
    background-color: #e4f3ff;
    padding: 12px 15px 10px;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
    margin-right: 10px;
}
#price-result-one {
    font-size: 17px;
}
#price-result-one b {
    font-size: 23px;
}
#price-result-all {
    font-size: 15px;
    color: gray;
}
#price-result-all b {
    font-size: 17px;
}
#custom-calc-param .quantity-color {
    width: 36% !important;
}
#request-message_flex h5 {
    color: #006edb;
    font-size: 27px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
#request-form_flex {
    max-width: 600px;
}
#custom-request-wrap-form_flex {
    text-align: left!important;
}
.ajax-file-upload-container {
    margin: 0 !important;
}
#custom-request-wrap-form_flex .ajax-upload-dragdrop{
    height: 60px;
}
#custom-request-wrap-form_flex {
    margin-top: 50px;
}
#request-message_calc h5 {
    color: #006edb;
    font-size: 27px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
#request-message_calc p {
    font-size: 15px;
}
#fileuploader2 {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    width: 55%;
    position: relative;
}
#fileuploader2 span {
    position: absolute;
    top: 25px;
    right: 25px;
}
#fileuploader_flex {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    width: 100%;
    position: relative;
}
#fileuploader_flex span {
    position: relative;
    top: -2px;
}
.btn-req-calc {
    margin-left: 60%;
    width: 40% !important;
    position: relative;
    font-family: "Glober regular";
    font-size: 20px !important;
    font-weight: 300 !important;
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    padding-top: 15px;
    height: 60px !important;
    float: left;
}
#request-form_flex .btn-req-calc {
    float: none;
    margin-top: 10px;
}

#fileuploader2 .ajax-upload-dragdrop {
    padding: 0px !important;
    height: 60px;
}

.calc_comment {
    padding-top: 10px;
}
.calc_comment textarea {
    color: black;
}

.calc_comment2 {
    height: 70px !important;
    font-size: 15px !important;
    padding-top: 7px;
}

.form__label {
    margin-bottom: 0px;
}

.form__label_calc {
    text-align: left !important;
}

.calc-req-inputs {
    display: flex;
    overflow: hidden;
}
.calc-req-input:nth-of-type(1),
.calc-req-input:nth-of-type(2) {

    padding-right: 3%;
}

.calc-request-form {
    padding: 10px 0px 0px 0px;
    text-align: left;
}

.custom-calc-request {
    padding-left: 10px;
    font-size: 16px !important;
    font-family: "Glober regular";
    text-align: left;
    max-width: 320px;
    padding-top: 30px;
}

.custom-calc-request a {
    color: black;
    text-decoration: none;
}

.dropdown-calc {

    font-size: 14px !important;
}

.calc-price {
    font-size: 20px;
    width: 60% !important;
    padding-top: 1.5%;
}

.calc-btn {
    position: relative;
    font-family: "Glober regular";
    font-size: 20px !important;
    font-weight: 300 !important;
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    padding-top: 10px;
    height: 50px !important;
}

.flex-calc-padding {
    padding-top: 5px;
}

.ui-slider.ui-slider-horizontal {
    background: #ccc;
    height: 4px;
    border: none;
}

.ui-slider .ui-slider-handle {
    width: 20px !important;
    height: 20px !important;
    background: url(/images/site/slider-icon.png) 0 0 no-repeat !important;
    border: 0 !important;
    top: -8px !important;
    margin-left: -12px !important;
    cursor: pointer !important;
}

.ui-slider .ui-slider-range {
    background: #2f87cc;
    height: 4px;
}
.slider-scale {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    position: relative;
}

.slider-scale-tick {
    position: relative;
    font-size: 11px;
    font-weight: bold;
}

.slider-scale-tick:before {
    content: "";
    border-left: 1px solid #ccc;
    display: block;
    position: absolute;
    height: 5px;
}

.slider-scale-big:before {
    height: 10px;
}

.slider-scale-tick:after {
    top: 10px;
    counter-increment: section;
    content: attr(data-label);
    transform: translateX(-50%);
    text-align: center;
    position: absolute;
}

#custom-calc-wrap {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

#custom-calc-param {
    max-width: 600px;
    margin-top: 20px;
}

#custom-calc-param .custom-calc-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    min-width: 500px;
    text-align: left;
}

#custom-calc-param .custom-calc-flex>div:nth-of-type(1), #custom-calc-param .custom-calc-flex>div:nth-of-type(2) {
    width: 31%;
    padding-right: 3%;
}
#custom-calc-param .custom-calc-flex>div:nth-of-type(3) {
    width: 19%;
    padding-right: 3%;
}
#custom-calc-param .custom-calc-flex>div:nth-of-type(4) {
    width: 19%;
}

#custom-calc-notice {
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
    max-width: 320px;
    padding-top: 10px;
}

@media only screen and (max-width: 1269px) {
    #custom-calc-wrap img {
        display: none;
    }
    #custom-calc-wrap  {
        justify-content: center;
    }
}

@media only screen and (max-width: 979px) {
    #custom-calc-wrap  {
        display: block;
    }
    #request-form_flex {
        display: block;
        margin: auto;
        padding: 0 15px;
    }
    #custom-calc-notice {
        margin: auto;
        max-width: 630px;
    }
    #custom-calc-param {
        margin: auto;
        margin-top: 20px;
        padding: 0 15px;
    }
    #fileuploader2 span {
        /*top: 15px !important;*/
        right: 5px !important;
        left: 5px !important;
    }
    .calc_comment2 {
        height: 100px !important;
    }
}
@media only screen and (max-width: 540px) {
    #fileuploader2 span {
        top: 15px !important;
    }
    #request-form_calc_param2 {
        display: block !important;
    }
    #custom-calc-param .custom-calc-flex {
        min-width: 100px;
    }
    #request-form_calc_param2>div {
        width: 100% !important;
    }
    #custom-calc-param .quantity-color {
        width: 100% !important;
        max-width: 300px;
        margin-bottom: 10px;
    }
}