.popup_style {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    /* width: 100%; */
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 11111;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.panel {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.feedback_panel, .after_panel {
    visibility: hidden;
    opacity: 0;
}
.panel {
    width: 96%;
    max-width: 500px;
    box-sizing: border-box;
    padding: 70px 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 20px 20px 50px rgba(43, 33, 44, 0.4);
}
.popup_style.active .panel.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    transition-delay: 0.4s;
}
.popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 7;
}
.popup_close:before, .popup_close:after {
    background-color: #37375E;
    content: '';
    height: 18px;
    left: 22px;
    position: absolute;
    top: 12px;
    width: 2px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    cursor: pointer;
}
.popup_close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup_close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup_zaglav {
  /*  font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 35px;

    font-weight: bold;*/

    text-align: center;
}
.panel .form-group {
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
    border-bottom: 1px solid #707070;
    opacity: 1;
}
input.form-control, textarea.form-control {
    height: 60px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    margin: 0;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
      font-family: 'Circe';
    text-align: center;
    font-weight:normal;
    font-size: 16px;
    letter-spacing: 0.44px;
    color: #37375E;
    box-shadow: none;
}
.panel input.form-control {
    text-align: center;
}
.descript_popup {
    text-align: center;

    font-weight: normal;
    font-size: 17px;
    line-height: 1.6;
    color: #37375E;
}
.email-input::-webkit-input-placeholder,.form_textarea::-webkit-input-placeholder { color:  #37375E;}
.email-input::-moz-placeholder,.form_textarea::-moz-placeholder           { color:  #37375E;}
.email-input:-moz-placeholder,.form_textarea:-moz-placeholder            {color:  #37375E;}
.email-input:-ms-input-placeholder,.form_textarea:-ms-input-placeholder       {color:  #37375E;}

.email-input:-webkit-autofill{
    -webkit-box-shadow: inset 0 0 0 50px #fff!important;
    -webkit-text-fill-color: #37375E!important;
    color:  #37375E!important;
    font-size: 16px;
}
.width_fedback{
    max-width: 320px;
    margin: 0 auto;
}
.button_style.input_but{
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    border: none;
      font-family: 'Circe';
    font-weight: normal;
}
.sales_panel {
    width: 900px;
    max-width: 90%;
}
.popup_style.active .panel.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    transition-delay: 0.4s;
}
.sales_popup_block {
    display: none;
}
.sales_popup_block.active {
    display: block;
}
.video_frame_block{
    width: 100%;
    height: 450px;
}
.menublock_popup.active {
    right: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.menublock_popup {
    position: fixed;
    right: -440px;
    width: 430px;
    top: 97px;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    padding: 50px;
    z-index: 2;
}
.menu_style a:hover{
    color: #37375E;
    text-decoration: none;
}
.img_mob:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 16px;
    margin-top: -8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.img_mob{
    position: relative;
    display: flex;
    padding-left: 20px;
}
.menu_style a{
    font-size: 13px;
    font-weight: bold;
    line-height: 3;
    text-transform: uppercase;
    text-decoration: none;
    color: #37375E;
    margin-bottom: 10px;
}
.top_otst{
    margin-top: 15px;
}
.phone_mob:before{
    background-image: url(../img/phone_class.svg);
}
.email_mob:before{
    background-image: url(../img/email.svg);
}
.adress_mob:before{
    background-image: url(../img/adress.svg);
}
@media (max-width:500px){
    .menublock_popup{
        width: 320px;
        padding: 50px 25px;
        top: 80px;
    }
    .panel{
        padding: 50px 30px;
    }
}

.button_flex.margin_top {
    display: flex;
    justify-content: center;
}