/** FORMA-MODAL
.preload_main {position: fixed;width: 56px;height: 56px;z-index: 10001;background: #fff;left: 50%;margin-left: -28px;
top: 100px;display: none;margin-top: 0;background-image: url(002.gif);background-repeat: no-repeat;
background-size: 68%;background-position: center;border-radius: 50%;box-shadow: 1px 1px 5px #00000052;} **/

.preload_main {
    position: fixed;
    width: 56px;
    height: 56px;
    z-index: 10001;
    background: #fff;
    left: 50%;
    margin-left: -28px;
   display: none;
   /** box-shadow: 1px 1px 5px #00000052; **/
    background-color: #fff;
    user-select: none;
    top: 50%;
}



.preload_main {
   width: 56px;
   height: 26.9px;
   background: radial-gradient(circle closest-side,#000 90%,#0000) 0%   50%,
          radial-gradient(circle closest-side,#000 90%,#0000) 50%  50%,
          radial-gradient(circle closest-side,#000 90%,#0000) 100% 50%;
   background-size: calc(100%/3) 13.4px;
   background-repeat: no-repeat;
   animation: dots-7ar3yq 1s infinite linear;
}

@keyframes dots-7ar3yq {
   20% {
      background-position: 0%   0%, 50%  50%,100%  50%;
   }

   40% {
      background-position: 0% 100%, 50%   0%,100%  50%;
   }

   60% {
      background-position: 0%  50%, 50% 100%,100%   0%;
   }

   80% {
      background-position: 0%  50%, 50%  50%,100% 100%;
   }
}






.om {
    background: rgba(0,0,0,0.7);
    text-align: center;
    background-image: url(body_forma.png);
    background-size: 100px;
    position: fixed;
    background-size: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 1;
    -khtml-opacity: 0;
    -webkit-transition: all 3s ease;
    transition: all 0.2s ease;
    opacity: 0;
    background-image: url(../_icons_modul/icons_modul_load2.png);
    background-size: 5px;
}


.active_om{visibility:visible;opacity:0.3;-khtml-opacity:0.3;position: fixed;}


.box_modal {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: overlay;
    z-index: 9999;
}
.box_f1 {
    margin-top: 25%;
    top: 0;
    position: absolute;
    width: 100%;
    max-width: 780px;
    left: 50%;
    margin-left: -380px;
    z-index: 1000;
    opacity: 0;
    text-align: center;
}


.box_f2{background:#fff;overflow:hidden;margin-bottom:99px;position:relative;border-radius: 20px;box-shadow: 3px 4px 20px #00000061;background-size:25px;min-height:80px;}

.color_sale{background: #fff700;}

.bt_form1 {
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 30px;
    color: #fff;
        -webkit-transition: all 3s ease;
    transition: all 0.2s ease;
}

.bt_form1:hover{    padding-left: 35px;
    padding-right: 35px;}

.box_f3{padding:6%;}
.box_f3 img{width: 100%;max-width: 420px;}
.content{text-align:justify;}
.box_f1 .clous {
    position: absolute;
    right: 5%;
    z-index: 11;
    top: 0%;
    cursor: pointer;
    /* margin-right: 10px; */
    margin-top: -18px;
    background: #fff700;
    padding: 7px;
   border-radius: 50%;
    opacity: 0.8;
}
.box_f1 .clous:hover{opacity: 1;}

.box_f1 .clous img{width: 20px;}
.box_f3 h2{font-size:30px;display:block;padding-top:5px;color:#4a4a4a;padding-bottom:10px;line-height:29px;}
.box_f3 h3 {
    font-size: 34px;
    display: block;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 20px;
}


.box_f4{text-align:center;padding-bottom:50px;}
.adres_modal{width:100%;text-align:center;}
.adres_modal h4{font-weight:400;}


.box_f3 .contacts div {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: normal;
}
.box_f3 .contacts div b {
    font-size: 15px;
    color: #919191;
    font-weight: normal;
}
.box_f3 .contacts div a {
    font-size: 18px;
    font-weight: bold;
}

.box_f3 .contacts div p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* text-align: left; */
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    width: 100%;
}
.box_f3 hr {
    border: none;
    width: 100%;
    height: 1px;
    margin: 10px 0 0;
    background: #00000021;
    margin-bottom: 30px;
    margin-top: 15px;
}









.modal_n_box {
    /* background: #fff; */

    margin-bottom: 99px;
    position: relative;
    /* box-shadow: 3px 4px 20px #00000061; */
    background-size: 25px;
    min-height: 80px;
}
.modal_n_box .modal_img,
.modal_n_box .modal_content
{
  width: 80%;margin-left: 10%;  
}

.modal_n_box .modal_img {
    background-image: url(/user/forma_modal/003_1.gif);
    min-height: 100px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
   /** border-radius: 10px 10px 0px 0px; **/
    width: 100%;
    margin-left: 0%;
}
.modal_n_box .modal_img img{
    width: 100%;
    opacity: 0;
    }
    
.modal_n_box .modal_content {
    min-height: 100px;
    
    background-color: #000;
    
  /** border-radius: 0px 0px 10px 10px; **/
    padding-bottom: 30px;
    padding-top: 25px;
    color: #fff;
}
.modal_n_box .modal_content div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.modal_n_box .modal_content h3 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #fff;
}
.modal_n_box .modal_content p {
    font-weight: bold;
    font-size: 17px;
}


.modal_n_box .modal_content s {
    text-decoration: none;
    position: relative;
    /* width: 100%; */
    display: inline-block;
}

.modal_n_box .modal_content s:after {
    content: "";
    /* background-color: #ccc; */
    height: 9px;
    display: block;
    position: absolute;
    width: 100%;
    background-image: url(/user/img/gr_3.png);
    background-size: 9px;
    background-repeat-y: no-repeat;
    margin-top: -4px;
}



.modal_n_box .modal_content p b {
    border-bottom: 3px solid #000;
}
 
.modal_n_box .modal_content hr {
    border: none;
    margin-bottom: 25px;
    margin-top: 25px;
    background: #ffffff1a;
    height: 1px;
    width: 50%;
}
/** ********************************************************************************* **/
@media screen and (max-width: 750px) {
#test{}
.box_f1 {max-width: 96%;margin-left: -48%;}
.box_f3 h3,.box_f3 h4{font-size: 23px;}
.box_f2 .img_form img {margin-top: -50px;margin-bottom: -90px;}
.forma_fm textarea {width: 90%;}}