@charset "UTF-8";*{font-family:Manrope,sans-serif}a{color:currentColor;text-decoration:none}body{background:#fafaff}.logo{height:44px}.logo>*{vertical-align:middle}.logo span{font-size:32px;font-weight:800;font-style:italic;color:currentColor}.logo svg{margin-right:10px;display:inline;height:100%;fill:currentColor}.btn{height:68px;border-radius:56px;font-size:22px;font-weight:700;cursor:pointer;display:block;background-color:#1e88e5;color:#fff;text-align:center;position:relative}.btn.white{background-color:#fff;color:#1e88e5}.btn span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);line-height:1;white-space:nowrap}.grecaptcha-badge{visibility:hidden!important}footer{padding:80px 15px;max-width:1583px;margin:0 auto;text-align:center}footer a{color:inherit}footer .logo{color:#1e88e5}footer span{color:#002c56}footer .row{display:flex;font-size:24px;justify-content:space-between}footer .row b{font-weight:800;margin-right:8px}footer .row{margin-top:40px}@media screen and (max-width: 1199px){footer{padding:45px 15px}footer .row{font-size:18px;margin-top:30px}}@media screen and (max-width: 767px){footer{margin-top:25px;padding:0 15px}footer .logo{height:23px}footer .logo span{font-size:20px}footer .row{margin-top:20px;font-size:10px}}@media screen and (max-width: 575px){footer .row{flex-direction:row;flex-wrap:wrap;text-align:left}footer .row>div{width:50%}footer .row>div:nth-child(2n){text-align:right}}.input_e{width:100%;margin-top:10px;padding-bottom:10px;position:relative}.input_e .img_error{display:none;position:absolute;right:0;top:12px}.input_e .e_item{width:100%;height:40px;cursor:pointer;background-color:transparent;border:none;font-size:14px;line-height:28px;font-weight:400;padding:4px 0 12px;color:#2b3642;border-bottom:1px solid #C8CFD5}.input_e .e_item::-moz-placeholder{opacity:1}.input_e .e_item:focus{outline:none;box-shadow:none}.input_e .e_item:focus::-webkit-input-placeholder{color:transparent}.input_e.light .e_item{color:#2b3642;border-bottom:1px solid #C8CFD5}.input_e.light .e_item:focus{color:#10171e;border-bottom-color:#6f7985}.input_e.light .e_item:active{color:#10171e;border-bottom-color:#6f7985}.input_e.light .e_item:hover{border-bottom-color:#da2149}.input_e.dark .e_item{color:#ffffffa8;border-bottom:1px solid rgba(255,255,255,.16)}.input_e.dark .e_item:focus{color:#fff;border-bottom-color:#ffffffb3}.input_e.dark .e_item:active{color:#fff;border-bottom-color:#ffffffb3}.input_e.dark .e_item:hover{border-bottom-color:#da2149}.input_e.error .img_error{display:block}.input_e.error .e_item{color:#ff1e1e;border-bottom-color:#ff1e1e}.input_e.error .e_item:hover{border-bottom-color:#da2149}@keyframes dothabottomcheck-19{0%{height:0}to{height:10.5px}}@keyframes dothatopcheck-19{0%{height:0}50%{height:0}to{height:21px}}.checkbox_e{width:100%;margin-top:10px;font-size:14px;line-height:19.12px;font-weight:400;display:flex;align-items:flex-start;padding-bottom:10px;position:relative;box-sizing:border-box}.checkbox_e .e_check{width:21px;height:21px;position:absolute;z-index:-1;opacity:0}.checkbox_e .e_check:focus+.check-box{box-shadow:0 0 0 .2rem #da214986}.checkbox_e.light{color:#2b3642}.checkbox_e.light .check-box{border:1px solid #C8CFD5}.checkbox_e.dark{color:#ffffffa8}.checkbox_e.dark .check-box{border:1px solid rgba(255,255,255,.45)}.checkbox_e .check-box{margin-right:10px;height:21px;width:21px;min-width:21px;background-color:transparent;border-radius:5px;position:relative;display:inline-block;box-sizing:border-box;transition:border-color ease .2s;cursor:pointer}.checkbox_e .check-box:hover{border-color:#da2149}.checkbox_e .check-box:before,.checkbox_e .check-box:after{box-sizing:border-box;position:absolute;height:0;width:2.8px;background-color:#fff;display:inline-block;transform-origin:left top;border-radius:5px;content:" ";transition:opacity ease .5}.checkbox_e .check-box:before{top:15.12px;left:10.5px;transform:rotate(-145deg)}.checkbox_e .check-box:after{top:7px;left:2.5px;transform:rotate(-40deg)}.checkbox_e input[type=checkbox]:checked+.check-box,.checkbox_e .check-box.checked{border-color:#da2149;background-color:#da2149}.checkbox_e input[type=checkbox]:checked+.check-box:hover,.checkbox_e .check-box.checked:hover{border-color:#f42e59;background-color:#f42e59}.checkbox_e input[type=checkbox]:checked+.check-box:after,.checkbox_e .check-box.checked:after{height:10.5px;animation:dothabottomcheck-19 .2s ease 0s forwards}.checkbox_e input[type=checkbox]:checked+.check-box:before,.checkbox_e .check-box.checked:before{height:21px;animation:dothatopcheck-19 .4s ease 0s forwards}.wrap-center-middle{display:flex;align-items:center;justify-content:center;flex-flow:wrap column;text-align:center;height:100vh}.modal-window{position:fixed;z-index:100;top:50%;left:50%;transform:translate(-50%,-80%) scale(.9);width:520px;max-width:95%;min-height:200px;box-shadow:0 10px 30px #0003;background-color:#fff;transition:all .18s ease-in-out;visibility:hidden;opacity:0;border-radius:25px;padding:50px}.modal-window .title{font-size:25px}.modal-window .close{border:none;background:none;cursor:pointer;position:absolute;top:-25px;right:-25px;filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(9deg) brightness(103%) contrast(106%)}.modal-window .close:hover{filter:brightness(0) saturate(100%) invert(22%) sepia(28%) saturate(6901%) hue-rotate(331deg) brightness(99%) contrast(99%)}.modal-window.show{transform:translate(-50%,-50%) scale(1);opacity:1;visibility:visible}.modal-window__title{display:flex;justify-content:center;align-items:center;flex-flow:column wrap;height:100%;min-height:inherit}.hidden{display:none}.modal-window__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:99}body{margin:0}*{font-family:Manrope;box-sizing:border-box}#logo{color:#fff}#prices{text-align:center;line-height:1;background:url(/build/assets/1920-DffXciPC.svg) no-repeat top center;background-size:1920px auto;max-width:1920px;margin:0 auto;min-height:100vh}@media (max-width: 768px){#prices{background-size:3500px auto}}#prices header{padding-top:50px;margin:0 auto}#prices .text{font-size:28px;font-weight:500}#prices #top{margin:193px auto 727px;color:#fff;max-width:780px}#prices #top i{font-size:137px}#prices #top .title{font-size:64px;font-weight:700}#prices #top .text{margin:15px 0 30px}#prices #center{max-width:1200px;margin:auto}#prices #center .title{font-weight:700;font-size:44px}#prices #center .text{margin:10px 0 49px}#prices #center .list{display:flex;flex-wrap:wrap;margin:0 -30px;justify-content:center}#prices #center .item{display:inline-flex;align-items:center;flex-shrink:0;height:100px;width:380px;margin:30px 15px 0;padding:0 30px;font-size:32px;font-weight:700;border-radius:15px;box-shadow:0 4px 13.8px #00000040}#prices #center i{color:#0256a6;font-size:64px;margin-right:30px}#prices #bottom{color:#fff;max-width:1200px;padding:0 10px 80px;margin:0 auto}#prices #bottom i{font-size:297px}#prices #bottom .textb{font-weight:700;font-size:32px;margin-top:30px}#form-send-order .btn{margin-top:20px}.prices-table{color:#fff;padding:40px 20px;font-family:Arial,Helvetica,sans-serif}.prices-table h2,.prices-table h3{text-align:center;margin:10px 0}.prices-table .symbol{font-family:Arial,Helvetica,sans-serif}.prices-table table{width:100%;max-width:1000px;margin:40px auto 0;border-collapse:collapse}.prices-table th,.prices-table td{padding:12px 25px;text-align:left;color:#fff}.prices-table th{background-color:transparent}.prices-table tfoot td{text-align:center}.prices-table x-button{display:inline-block;padding:10px 20px;margin:5px auto;text-decoration:none;text-align:center}@media (max-width: 768px){.prices-table table,.prices-table thead,.prices-table tbody,.prices-table th,.prices-table td,.prices-table tr{display:block;width:100%}.prices-table thead tr{display:none}.prices-table tbody tr{margin-bottom:30px;border:1px solid rgba(255,255,255,.2);padding:10px;border-radius:8px}.prices-table td{padding:8px 15px;text-align:left;position:relative}.prices-table td:before{content:attr(data-label);font-weight:700;display:block;margin-bottom:5px}.prices-table tfoot{text-align:center;display:block;width:100%}.prices-table .btn{width:100%}}
