
/* Контактная форма */
.modal-dialog-center {
    margin-top: 20%;
}

.popup-header {
    background-image: linear-gradient(to bottom, #0ba6c8, #0ba6c8);
    padding-top: 23px;
    padding-bottom: 18px;
    width: 751px;
}

.error-popup-header {
    background-image: linear-gradient(to bottom, #ea1a46, #ea1a46);
}

.no-popup-header {
    background-image: none;
    background-color: white;
}

.popup-title {
    color: #00314a;
    text-align:center;
    display: inline-block;
    width:  100%;
    text-align: center;
    font-family: "Bebas";
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.popup-title .header {
    margin: 0px;
    color: #00314a;
}
.error-popup-header .popup-title .header{
    color: #570113;
}

.dialog-close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
}

.dialog-close-btn-image {
    color:  white;
}

.no-popup-header .dialog-close-btn-image {
    color:  #0ba6c8;
}

.popup-body {
	padding: 25px 40px 27px 40px;
	color:	#3f484d !important;

    font-family: 'Open Sans', sans-serif;
    text-align:center;
    font-weight:500;
    color: inherit;
    font-size:  18px;
    line-height: 30px;
    margin: 0;
}

.popup-body .phone-section {
    margin-top: 10px;
}
.popup-body .phone-number {
    font-family: "Bebas";
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    vertical-align: middle;
    color: #0ba6c8;
    margin-top: 7px
}

.popup-body .form-group {
    margin-bottom: 0;
}
.popup-footer {
    border-top: 1px solid #e5e5e5;
}

.feedback-form-fill-order {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.popup-row-label {
    text-align: left;
    display: inline-block;
    width: 30%;
    font-size: 14px;
}
.popup-row-input {
	display: block;
    margin: auto;
    margin-bottom: 10px;
    height: 53px;
    vertical-align: text-bottom;
    background-color: #ebebeb;
    width: 100% !important;
    padding: 0;
}
.popup-footer {
	text-align: center;
	padding: 10px 0 10px 0;
}

.submit-button {
    display: block;
    margin: auto;
    color: white;
    font-family: inherit;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1em 2.5em .75em 1.5em;
    background-color: #BB2F2F;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#AA3838), to(#842B2B));
    background-image: -webkit-linear-gradient(top, #B63030, #842B2B);
    background-image: -moz-linear-gradient(top, #89aa38, #6a842b);
    background-image: -o-linear-gradient(top, #89aa38, #6a842b);
    background-image: linear-gradient(to bottom, #EB2A2A, #842B2B);
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #5D1F1F;
    position: relative;
    -webkit-box-shadow: inset 0 1px 1px #D88989;
    box-shadow: inset 0 1px 1px #D88989;
    overflow: visible;
    border: 1px solid #A23535;
    border-bottom: 1px solid #702525;
    font-size: inherit;
    padding: 1em 2.5em .85em 1.5em;
    text-align: center;
}

.submit-button:hover {
    background-color: #CA3232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B33434), to(#973232));
    background-image: -webkit-linear-gradient(top, #B23B3B, #973232);
    background-image: -moz-linear-gradient(top, #8fb23b, #7a9732);
    background-image: -o-linear-gradient(top, #8fb23b, #7a9732);
    background-image: linear-gradient(to bottom, #E41A1A, #C02D2D);
}

.submit-button:active {
    background-color: #973232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#973232), to(#B23B3B));
    background-image: -webkit-linear-gradient(top, #973232, #B23B3B);
    background-image: -moz-linear-gradient(top, #7a9732, #8fb23b);
    background-image: -o-linear-gradient(top, #7a9732, #8fb23b);
    background-image: linear-gradient(to bottom, #973232, #B23B3B);
}

.fill-order-popup-body {
    padding-top: 15px;
    padding-bottom: 35px;
    padding-right: 150px;
    padding-left: 150px;
}

.fill-order-popup-body ::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color:#303030;
}

.fill-order-popup-body :-moz-placeholder { /* Firefox 18- */
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color:#303030; 
}

.fill-order-popup-body ::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color:#303030; 
}

.fill-order-popup-body :-ms-input-placeholder {  
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color:#303030; 
}


.fill-order-popup-body button {
    display: block;
    height: 53px;
    margin: auto;
    margin-bottom: 0px;

    padding-top: 6px;
    
    border: 0;
    border-radius: 0;

    font-family: "Bebas";
    font-size: 20px;
    line-height: 20px;
    color:#ffffff;
    font-weight: bold;
    letter-spacing: 4px;

    background-color: #ea1a46;

    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: visible;
    width: 100%;
}

.fill-order-popup-body button:hover {
    background-color: #ff3661;
}

.fill-order-popup-body button:active {
    background-color: #ff3661;
}

.submit-button i {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    top: 50%;
    right: 1em;
}

.fill-order-action {
    color: #00314a;
    text-align: center;
    font-family: "Bebas";
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 5px;
}

/*Responsive*/
@media only screen and (min-width : 550px) and (max-width : 780px) {
    .popup-header {
         width: 100%;
    }

    .popup-title {
        font-size: 30px;
        line-height: 30px;
    }

    .fill-order-action {
        font-size: 25px;
        line-height: 25px;
    }

    .fill-order-popup-body {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media only screen and (min-width : 421px)  and (max-width : 549px) {
        .popup-header {
         width: 100%;
    }

    .popup-title {
        font-size: 26px;
        line-height: 26px;
    }

    .dialog-close-btn {
        right: 26px;
        top: 26px;
    }


    .fill-order-action {
        font-size: 18px;
        line-height: 18px;
    }

    .fill-order-popup-body {
        padding-right: 20px;
        padding-left: 20px;
    }

    .fill-order-popup-body .popup-row-input {
        height: 40px;
        font-size: 16px;
        line-height: 16px;
    }

    .fill-order-popup-body button {
        height: 45px;
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (max-width : 420px)
{
    .popup-header {
         width: 100%;
    }

    .popup-title {
        font-size: 23px;
        line-height: 23px;
    }

    .popup-body {
        font-size:  14px;
        line-height: 23px;
    }

    .dialog-close-btn {
        right: 26px;
        top: 26px;
    }

    .fill-order-action {
        font-size: 16px;
        line-height: 16px;
    }

    .fill-order-popup-body {
        padding-right: 10px;
        padding-left: 10px;
    }

    .fill-order-popup-body .popup-row-input {
        height: 40px;
        font-size: 16px;
        line-height: 16px;
    }

    .fill-order-popup-body button {
        height: 45px;
        font-size: 18px;
        line-height: 18px;
    }

    .no-popup-header .dialog-close-btn {
        right: 10px;
        top: 10px;
    }
}