.anm-senks {
    text-align: center;
}
h3.senks-neim {
    font-size: 25px;
    font-weight: 400;
}
.mod-anm-form-form .form .inp {
    margin: 0 0 13px;
}
.mod-anm-form-form .inp input, .mod-anm-form-form .inp textarea {
    width: 100%;
    padding: 5px 7px;
    height: 40px;
    font-size: 16px;
    background-color: rgba(234, 234, 234, 0.51);
    color: #545454;
    margin: 0;
    border: 0;
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.mod-anm-form-form input.button:hover {
    border-style: none;
}
.mod-anm-form-form input::-webkit-input-placeholder {color: #aaa;}
.mod-anm-form-form input::-moz-placeholder { /* Firefox 19+ */ color: #aaa;}
.mod-anm-form-form input:-ms-input-placeholder {color: #aaa;}
.mod-anm-form-form input:-moz-placeholder { /* Firefox 18- */color: #aaa;}

.mod-anm-form {
    margin: 0 auto;
    position: relative;
}
/*анимация загрузки*/
.form_congratulation {	display: none;}.jb_progress {
    display: none;
    vertical-align: top;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;}
    .jb_progress::after {    border-width: 0 3px 0 0;    border-style: solid;    border-color: rgba(0, 0, 0, .5);    border-radius: 50%;    display: block;    height: 50px;    left: 50%;    margin: -25px 0 0 -25px;    position: absolute;    top: 50%;    width: 50px;    content: "";    animation: spin 1s infinite linear;    -webkit-animation: spin 1s infinite linear;}@keyframes spin {	from { transform: rotate(0deg); }	to { transform: rotate(360deg); }}@-webkit-keyframes spin {	from { -webkit-transform: rotate(0deg); }	to { -webkit-transform: rotate(360deg); }}

/*стили popup*/
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.paket-block .vertikal #anm-form { max-width: 680px;}
.vertikal #anm-form{
    background: #fff;
    padding: 20px 10px;
    max-width: 680px;
    width: 380px;
    margin: 0 auto;
    border-radius: 1px;
    text-align: center;
}
.hidden-modal {
    position: fixed;
    max-width: 80%;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.55s cubic-bezier(0.23,1,0.32,1);
    transition: all 0.55s cubic-bezier(0.23,1,0.32,1);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}
.form .inp {
    margin: 0 0 15px;
}
@media screen and (max-width: 500px) {
    .hidden-modal {width: 100%;left: 0!important;right: 0!important;}
}
.hidden-modal .load-block-modal {color: #18abb5;}
.hidden-modal .form span.lab {color: #828282;    font-size: 12px;}
[id^="overlay"] {z-index: 9980;position: fixed;  background-color: #606060; opacity: 0.4;width: 100%;height: 100%;top: 0;left: 0;cursor: pointer;display: none;}
.mfp-wrap{
    overflow-x: hidden;
    overflow-y: auto;
}
.mod-anm-form .agreement {
    background: #e2e2e2;
    padding: 10px 20px;
    border: 1px solid #aeaeae;
    display: inline-block;
    z-index: 9999;
    margin-top: 50px;
    margin-bottom: 50px;
}
.agre-scrol {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.close-agre {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9980;
    background: rgba(255, 255, 255, 0.73);
}
span.link-agre {
    text-decoration: underline;
    color: #035bbf;
}
/*style vertikal*/
.mod-anm-form.vertikal {
    background: #fff;
    padding: 0 20px;
}
.vertikal [id^=title-anm-form] {
    margin-bottom: 20px;
}
.vertikal .mod-anm-form-form .inp input {
    width: 100%;
}
.vertikal p.bottom-agre {
    font-size: 12px;
}
.vertikal .mod-anm-form-form .inp input {
    background: none;
}