@media screen and (min-width:969px){.header_burger{display:none!important}}header{z-index:50}header,header .top{width:100%;position:relative}header .top{background-color:var(--black);z-index:2}header .top .wrapper{display:flex;align-items:center;justify-content:space-between;gap:10px;height:50px}header .top .wrapper .burger{width:30px;height:24px;flex-direction:column;justify-content:space-between;cursor:pointer;display:none}header .top .wrapper .burger span{width:100%;height:3px;background-color:var(--white)}@media screen and (max-width:768px){header .top .wrapper .burger{display:flex}}header .top .wrapper .header_item{display:flex;align-items:center;height:100%}@media(max-width:768px){header .top .wrapper .header_item{gap:calc(20px + 51*(100vw - 320px)/1920)}}@media(min-width:768px){header .top .wrapper .header_item{gap:calc(20px + 30*.0520833333vw)}}@media screen and (max-width:768px){header .top .wrapper .header_item.left{display:none}}header .top .wrapper .header_item a{position:relative;display:block;color:#fff;transition:.3s;text-decoration:none}@media(max-width:768px){header .top .wrapper .header_item a{font-size:calc(16px + 3.4*(100vw - 320px)/1920)}}@media(min-width:768px){header .top .wrapper .header_item a{font-size:calc(16px + 2*.0520833333vw)}}header .top .wrapper .header_item a:before{content:"";width:0;background-color:var(--white);position:absolute;bottom:0;left:0;height:1px;transition:.3s}@media screen and (min-width:992px){header .top .wrapper .header_item a:hover{color:var(--blue)}header .top .wrapper .header_item a:hover:before{width:100%;background-color:var(--blue)}}@media screen and (max-width:768px)and (max-width:768px){header .top .wrapper .header_item a{font-size:calc(16px + 23.8*(100vw - 320px)/1920)}}@media screen and (max-width:768px)and (min-width:768px){header .top .wrapper .header_item a{font-size:calc(16px + 14*.0520833333vw)}}header .bottom{width:100%;min-height:100px;flex-wrap:wrap;padding:15px 0;background-color:var(--white)}header .bottom,header .bottom .wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px}@media screen and (max-width:768px){header .bottom .wrapper{flex-direction:column}}header .bottom .wrapper .bottom_item{display:flex;align-items:center;gap:20px;flex-wrap:wrap}@media screen and (max-width:556px){header .bottom .wrapper .bottom_item{flex-direction:column}}@media(max-width:768px){header .bottom .wrapper .bottom_item img{width:calc(120px + 51*(100vw - 320px)/1920)}}@media(min-width:768px){header .bottom .wrapper .bottom_item img{width:calc(120px + 30*.0520833333vw)}}header .bottom .wrapper .bottom_item button{color:var(--blue)!important;border-bottom:2px dashed var(--blue)}@media(max-width:768px){header .bottom .wrapper .bottom_item button{font-size:calc(18px + 10.2*(100vw - 320px)/1920)}}@media(min-width:768px){header .bottom .wrapper .bottom_item button{font-size:calc(18px + 6*.0520833333vw)}}@media screen and (max-width:768px){header .bottom .wrapper .bottom_item button{font-size:26px}}header .bottom .wrapper .bottom_item.phones{gap:3dvw;width:max-content}header .bottom .wrapper .bottom_item .phone_field{display:flex;flex-direction:column;align-items:flex-end;gap:6px}header .bottom .wrapper .bottom_item .phone_field a{white-space:nowrap;color:var(--black)!important}@media(max-width:768px){header .bottom .wrapper .bottom_item .phone_field a{font-size:calc(20px + 6.8*(100vw - 320px)/1920)}}@media(min-width:768px){header .bottom .wrapper .bottom_item .phone_field a{font-size:calc(20px + 4*.0520833333vw)}}header .bottom .wrapper .bottom_item .phone_field p{font-size:14px;margin-bottom:0}@media screen and (max-width:768px){header .bottom .wrapper .bottom_item .phone_field{align-items:center}}header .mobile_menu{position:absolute;top:0;left:0;width:100%;padding:20px 15px;display:none;flex-direction:column;gap:20px;background-color:var(--black);transform:translateY(calc(-100% + 50px));transition:.3s ease-out}header .mobile_menu.open{transform:translateY(50px)}header .mobile_menu a{color:var(--white)!important;text-decoration:none;width:max-content;font-size:22px}@media screen and (max-width:768px){header .mobile_menu{display:flex}}.regions_container{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;display:flex!important;animation:Open .5s forwards;background:transparent;z-index:100;padding:30px 20px;transform:translateY(-100%);transition:transform .5s .2s,background .5s 0s}.regions_container.open{transform:translateY(0);background:rgba(0,0,0,.5);transition:transform .5s,background .5s .4s}.regions_container .modal{position:relative;width:100%;max-width:600px;background-color:var(--white);border-radius:20px;margin:auto}@media(max-width:768px){.regions_container .modal{padding:calc(15px + 25.5*(100vw - 320px)/1920)}}@media(min-width:768px){.regions_container .modal{padding:calc(15px + 15*.0520833333vw)}}@media(max-width:768px){.regions_container .modal .head{font-size:calc(22px + 23.8*(100vw - 320px)/1920)}}@media(min-width:768px){.regions_container .modal .head{font-size:calc(22px + 14*.0520833333vw)}}.regions_container .modal .close{position:absolute;top:15px;right:15px;width:30px;height:30px;z-index:2}.regions_container .modal .close:before{transform:translate(-50%,-50%) rotate(45deg)}.regions_container .modal .close:after,.regions_container .modal .close:before{content:"";position:absolute;top:50%;left:50%;height:25px;width:2px;background-color:var(--black)}.regions_container .modal .close:after{transform:translate(-50%,-50%) rotate(-45deg)}.regions_container .modal .regions_list{overflow:auto;min-height:250px;height:55dvh;margin-top:20px;display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.regions_container .modal .regions_list .region_item h2{font-size:calc(22px + 10.2*(100vw - 320px)/1920)}}@media(min-width:768px){.regions_container .modal .regions_list .region_item h2{font-size:calc(22px + 6*.0520833333vw)}}.regions_container .modal .regions_list .region_item .city_block{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:15px}.regions_container .modal .regions_list .region_item .city_block a{display:block;color:var(--blue)}@media(max-width:768px){.regions_container .modal .regions_list .region_item .city_block a{font-size:calc(20px + 3.4*(100vw - 320px)/1920)}}@media(min-width:768px){.regions_container .modal .regions_list .region_item .city_block a{font-size:calc(20px + 2*.0520833333vw)}}@media screen and (max-width:768px){.regions_container .modal .regions_list .region_item .city_block{grid-template-columns:1fr;gap:25px}.regions_container .modal .regions_list .region_item .city_block a{font-size:24px}}:root{--white:#fff;--black:#000;--blue:#007bff;--grey:#787878;--dark-grey:#353535}*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav{display:block}[inert],[inert] *{opacity:.3}body,html{max-width:100%;min-width:320px;font-size:100%;font-weight:400;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-family:Arial,Helvetica,sans-serif}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{background:transparent}button::-moz-focus-inner{padding:0;background:transparent}a,a:visited{color:#fff}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{background-color:transparent!important;color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px transparent!important;-webkit-text-fill-color:#000!important;-webkit-transition:background-color 0s 600000s,color 0s 600000s;transition:background-color 0s 600000s,color 0s 600000s;caret-color:transparent;box-shadow:inset 0 0 0 1000px transparent!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;caret-color:transparent!important}button{all:unset;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer;background:none;border:none;padding:0;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}button:active,button:focus,button:focus-visible{outline:none!important;box-shadow:none!important}button::-moz-focus-inner{border:0}input{border-radius:0!important}body::-webkit-scrollbar{width:5px}body::-webkit-scrollbar-track{background-color:var(--black)}body::-webkit-scrollbar-thumb{background-color:var(--blue);border:1px solid var(--black);border-radius:5px}body.hidden_mode{overflow:hidden}.wrapper{width:100%;max-width:1190px;margin:0 auto;padding:0 15px}@media screen and (max-width:768px){.wrapper{padding:0 20px}}.main_page{width:100%;opacity:0;animation:Open .5s forwards}.main_title{color:var(--black);width:100%;text-align:center;margin:0 auto;max-width:800px;font-weight:400;line-height:120%}@media(max-width:768px){.main_title{margin-top:calc(35px + 59.5*(100vw - 320px)/1920)}}@media(min-width:768px){.main_title{margin-top:calc(35px + 35*.0520833333vw)}}@media(max-width:768px){.main_title{margin-bottom:calc(25px + 42.5*(100vw - 320px)/1920)}}@media(min-width:768px){.main_title{margin-bottom:calc(25px + 25*.0520833333vw)}}@media(max-width:768px){.main_title{font-size:calc(32px + 22.1*(100vw - 320px)/1920)}}@media(min-width:768px){.main_title{font-size:calc(32px + 13*.0520833333vw)}}@keyframes Open{0%{opacity:0}to{opacity:1}}