
/* Контактная форма */
.modal-dialog-center {
    margin-top: 20%;
}
.simplemodal-container { border-radius: 5px; }

.popup-header {
    background-image: linear-gradient(to bottom, #61be12, #61be12);
       padding-top: 12px;
    padding-bottom: 12px;
}

.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-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.popup-title .header {
    margin: 0px;
    color: white;
}
.error-popup-header .popup-title .header{
    color: #570113;
}

.dialog-close-btn {
    position: absolute;
    right: 12px;
    top: 12px;
}

.dialog-close-btn-image {
    color:  white;
}

.no-popup-header .dialog-close-btn-image {
    color:  #0ba6c8;
}

.popup-body {
	       padding: 16px 20px 27px 20px;
	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: #61be12;
    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: 50px;
    vertical-align: text-bottom;
    background-color: #fff;
    width: 100% !important;
    padding: 0;

}
.popup-footer {
	text-align: center;
	padding: 10px 0 10px 0;
}

.submit-button {
    display: inline-block;
    height: 50px;
    padding: 10px 20px 3px 20px;
    border: 0;
    font-family: "Roboto";
    font-size: 15px;
    line-height: normal;
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: #00cc74;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: visible;
    border-radius: 3px;
    border-bottom: 3px solid #10ae6f;
    margin-top: 15px;
    width: 100%;
}

.submit-button:hover {
        background-color: #10ae6f;
}

.submit-button:active {
        background-color: #10ae6f;
}

.fill-order-popup-body {
    padding-top: 15px;
    padding-bottom: 35px;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 510px;
}

.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: inline-block;
    height: 50px;
    padding: 10px 20px 3px 20px;
    border: 0;
    font-family: "Roboto";
    font-size: 15px;
    line-height: normal;
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: #00cc74;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: visible;
    border-radius: 3px;
    border-bottom: 3px solid #10ae6f;
    margin-top: 10px;
    width: 100%;
}

.fill-order-popup-body button:hover {
    background-color: #10ae6f;
    border-bottom: 3px solid #10ae6f;
}

.fill-order-popup-body button:active {
    background-color: #10ae6f;
    border-bottom: 3px solid #10ae6f;
}

.submit-button i {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    top: 50%;
    right: 1em;
}

.fill-order-action {
    color: #00cc74;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.fill-order-action2 {
    color: #000;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 10px;
}
.user-photo { max-width: 100px; float: left; margin-right: 20px; margin-bottom: 20px; }
.border { border-bottom: 2px #c1c6cb dotted; margin: 25px 0 15px 0; }
.number-phone { text-align: left; color: #000; font-size: 16px; }
/*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-popup-body {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@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: 10px;
        top: 10px;
    }



    .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: 15px;
        line-height: 15px;
    }
}

@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-action2 {
        font-size: 12px;
        line-height: 12px;
    }

.user-photo { max-width: 80px; }
.number-phone { font-size: 14px; }
    .fill-order-popup-body {
        padding-right: 10px;
        padding-left: 10px;
    }

    .fill-order-popup-body .popup-row-input {
        height: 40px;
        font-size: 12px;
        line-height: 12px;
    }

    .fill-order-popup-body button {
        height: 45px;
        font-size: 12px;
        line-height: 12px;
    }

    .no-popup-header .dialog-close-btn {
        right: 10px;
        top: 10px;
    }
}