.section-preload .wrapper{height:100vh;position:fixed;z-index:1000;width:100%;background:#fff;top:0;left:0;opacity:1;display:inline-block;visibility:visible}.section-preload .loaded{display:none;visibility:hidden;opacity:0}.section-preload .container{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:100%;max-width:100vw}.section-preload .loader{max-width:15rem;width:100%;height:auto;stroke-linecap:round;overflow:visible}.section-preload .img{width:150px;height:150px;position:absolute}.section-preload .circle{fill:none;stroke-width:3.5;-webkit-animation-name:preloader;animation-name:preloader;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform-origin:170px 170px;transform-origin:170px 170px;will-change:transform}.section-preload .circle:nth-of-type(1){stroke-dasharray:550px;-webkit-animation-duration:1.5s;animation-duration:1.5s}.section-preload .circle:nth-of-type(2){stroke-dasharray:500px;-webkit-animation-duration:3s;animation-duration:3s}.section-preload .circle:nth-of-type(3){stroke-dasharray:450px;-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes preloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes preloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes preloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes preloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.section-modal-form{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100vh;background-color:rgba(0,0,0,50%);z-index:100;display:none;align-items:center;justify-content:center}.section-modal-form .wrapper .container .form{display:flex;flex-direction:column;gap:10px;width:500px;height:auto;padding:50px;border-radius:10px;background-color:#fff;border:2px solid #167ac6;position:relative}@media screen and (max-width:567px){.section-modal-form .wrapper{width:100%}.section-modal-form .wrapper .container .form{width:90%;margin:0 auto}}.section-modal-form .wrapper .container .form .modal_close_img{position:absolute;width:24px;height:24px;padding:0;border-radius:24px;background-color:#fff;right:10px;top:10px}.section-modal-form .wrapper .container .form .field{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.section-modal-form .wrapper .container .form .field span{font-size:14px;font-weight:700;padding:0 4px}.section-modal-form .wrapper .container .form .field input{width:100%;height:54px;border-radius:5px;font-size:16px;padding:0 20px;outline:none;box-shadow:0 0 0 1px rgb(111,111,111);border:none}.section-modal-form .wrapper .container .form .field button{width:100%;height:54px;border:none;background-color:#167ac6;border-radius:5px;font-size:18px;color:#fff;cursor:pointer}