.center {
        text-align: center;
}
.parange {
        background: rgba(255, 255, 255, 0.7);
        cursor: pointer;
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1950;
}
.notice {
        position: absolute;
        background: rgba(240, 38, 38, 0.78);
        font-size: 15px;
        padding: 6px 20px!important;
        color: white;
        margin: 4px 20px;
        border-radius: 3px;
        box-shadow: 0px 0px 20px rgba(0,0,0,.3); 
        z-index: 99999999;
        line-height: 18px;
        height: 32px!important;
        font-weight: 400;
}
.notice.s_right:after {
        right: 100%;
        top: 0%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: rgba(240, 38, 38, 0.78);
        border-width: 14px;
        margin-top: 2px;
}
.notice.s_left:after {
        right: -28px;
        top: 0%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: rgba(240, 38, 38, 0.78);
        border-width: 14px;
        margin-top: 2px;
}
.saver-busy {
        background-color: rgba(255,255,255,.85);
        background-image: url('../img/busy.gif');
        background-repeat: no-repeat;
        background-position: center center;
        cursor: wait;
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1250;
}
.fcbtn, .fcbtn-privacy {
        position: absolute;
        display: inline-block;
        width: 27px;
        height: 27px;
        background: url('../img/close.png') no-repeat 0 0;
        cursor: pointer;
        right: 25px;
        top: 15px;
        opacity: .6;
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%);
        transition-duration: .15s;
}
.fcbtn:hover, .fcbtn-privacy:hover {
        /*background-position: 0 -27px;*/
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
        -webkit-filter: grayscale(0%);
}
.modal-w {
        max-width: 500px;
        margin: 0 auto;
        padding: 10px 15px 20px;
        background: white;
        cursor: default;
        box-shadow: 0 10px 20px rgba(0,0,0,.3);
        position: relative;
}
.modal-w input[type="text"] {
        width: 96%;
        font-weight: 300;
        height: 38px;
        line-height: 38px;
        border: 1px solid #ebebeb;
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0px 2%;
        font-style: italic;
        font-size: 13px;
        background: white;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal-w input[type="text"]:focus, textarea:focus {
        border: 1px solid #65C6F8!important;
        outline: none;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
input[type="text"].err, textarea.err {
        border: 1px solid #f2961d!important;
        outline: none;
}
.modal-w textarea {
        width: 96%;
        font-weight: 300;
        height: 100px;
        line-height: 15px;
        border: 1px solid #ebebeb;
        box-sizing: border-box;
        /*box-shadow: inset 0px 2px 2px rgba(0,0,0,.2);*/
        padding: 10px 10px;
        margin: 0px 2%;
        font-style: italic;
        font-size: 13px;
        background: white;
        resize: none;
}
.form-input {
        margin: 10px 0;
}
.send-btn {
        font-size: 18px;
        border: 1px solid #1a4a77;
        padding: 5px 49px;
        margin-top: 15px;
        display: inline-block;
        text-decoration: none!important;
        transition-duration: 200ms;
        transition-timing-function: ease-in-out;
        cursor: pointer;
        background: white;
        color: #1a4a77;
}
.send-btn:hover {
        color: white;
        background: #1a4a77;
}
.form-header {
        padding: 10px 10px 0px;
        font-size: 20px;
}
.form-text {
        padding: 0 15px;
        font-style: italic;
        color: gray;
        font-size: 13px;
}
.google_map:not(.opened):after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: 'Показать на карте';
        cursor: pointer;
        position: absolute;
        background-color: rgba(0,0,0,.7);
        font-size: 40px;
        color: white;
        line-height: 200px;
}
.shadow {
        box-shadow: 0 15px 15px rgba(0,0,0,.2);
        z-index: 1;
}
