*{--white: #ffffff;--black: #000000;--blue: #2E284F;--dark-blue: #211d39;--light-blue: #3f386c;--orange: #FF914D;--gray: #646464;--bg-gray: #EEEEEE;--bg-box: #F8F8F8;--form-border: #D8D8D8;--main-size-text: 16px;--animation-time: .3s;box-sizing:border-box;text-decoration:none;text-align:left}ul,li,div{margin:0 auto;padding:0}ul{list-style:none}input,textarea{border:none;outline:none}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}a{color:var(--black)}a:hover{cursor:pointer}.burger{display:none}@font-face{font-family:SuezOne;src:url(/build/assets/SuezOne-Regular-ZYBUzwLs.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:url(/build/assets/Roboto-Bold-CM98DFac.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:url(/build/assets/Roboto-Bold-CM98DFac.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Roboto;src:url(/build/assets/Roboto-Light-BW8nAIZg.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Roboto;src:url(/build/assets/Roboto-LightItalic-DqE8hU0c.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-Black-lPV88BO8.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-BlackItalic-BR7jlTMX.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-Bold-Du8giq-C.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-BoldItalic-BZpS8C0J.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-ExtraBold-LoA67B-f.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-ExtraBoldItalic-DiDm4Ple.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-ExtraLight-DE8yOi_r.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-ExtraLightItalic-BgDP9OUL.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-Italic-DtV6GOhL.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-Light-DbzEu6wT.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-LightItalic-BHHIkJsy.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-Medium-BtfNrkJj.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-MediumItalic-DLtGHLo3.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-Regular-BpskOkD5.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-SemiBold-C9_sHzqi.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-SemiBoldItalic-PUGMC8_l.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-Thin-BQGyXcpw.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Inter;src:url(/build/assets/Inter_18pt-ThinItalic-BJX95Jay.ttf) format("truetype");font-weight:100;font-style:italic}body{background:var(--white);font-size:var(--main-size-text);color:var(--gray);margin:0 auto;font-family:Inter,sans-serif}body .mail_send{padding:15px 50px;text-align:center;background:#8fbc8f;border-radius:10px;color:#fff;position:fixed;bottom:10px;right:10px;display:none;box-sizing:border-box;opacity:0;transition:all ease 2s}body .mail_block{display:block;opacity:1}body .container{max-width:1200px}body .navigation{width:100%;padding:30px 0}body .navigation nav{display:flex;align-items:center;justify-content:flex-start}body .navigation nav .logotype{margin-left:0}body .navigation nav .logotype img{width:250px}body .navigation nav ul{display:flex;padding:0;list-style:none;margin:0 0 0 auto}body .navigation nav ul li{margin-left:30px;position:relative}body .navigation nav ul li .call{background:var(--blue);border-radius:20px;color:var(--white);padding:11px 40px;transition:all ease var(--animation-time)}body .navigation nav ul li .call:hover{background:var(--light-blue);box-shadow:0 5px 18px -10px #000000e6}body .navigation nav ul li .dropdown-menu-arrow{display:flex;align-items:center}body .navigation nav ul li .dropdown-menu-arrow img{margin-left:10px}body .navigation nav ul li .dropmenu{display:none;min-width:160px;position:absolute;top:20px;left:0;background:var(--blue);z-index:6;box-shadow:0 5px 18px -10px #000000e6;border-radius:5px;transition:all ease var(--animation-time)}body .navigation nav ul li .dropmenu a{display:block;width:100%;padding:10px 15px;color:var(--white)}body .navigation nav ul li .dropmenu a:hover{cursor:pointer;background:var(--white);color:var(--blue)}@media screen and (max-width: 1200px){body .navigation{padding:30px 15px}}@media screen and (max-width: 920px){body h1{font-size:39px!important}body .navigation{position:fixed;background:#fff;margin:0;top:0;left:0;z-index:6;padding:0}body .navigation nav{display:block;padding:15px;box-shadow:0 10px 30px -10px #000000e6;position:relative}body .navigation nav ul{width:100%;flex-direction:column;display:none}body .navigation nav ul li{width:100%;padding:10px 0;margin-left:0;font-size:24px}body .navigation nav ul li .call{display:block;text-align:center;margin-top:20px}body .navigation nav ul li .dropmenu{width:100%;top:40px}}body footer{width:100%;min-height:300px;background:url(/build/assets/footer-DeOuxFO4.svg) 100% 100%;background-size:cover;background-repeat:no-repeat}body footer .footer__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:57px 0 20px;border-bottom:1px solid #AAAAAA}body footer .footer__header h2{font-family:SuezOne,sans-serif;font-size:63px;color:var(--white)}body footer .footer__header a{font-family:Inter,sans-serif;font-size:15px;color:var(--white);padding:16px 39px;border:1px solid #FF6B00;border-radius:30px;transition:all ease var(--animation-time)}body footer .footer__header a img{margin-left:17px}body footer .footer__header a:hover{background:#ff6b00;color:var(--white)}body footer .footer__content{width:100%;display:flex;align-items:flex-start;justify-content:space-between;margin-top:50px}body footer .footer__content .footer__content-item{width:33.33%;display:flex;flex-direction:column}body footer .footer__content .footer__content-item p{font-family:Roboto,sans-serif;font-size:20px;font-weight:700;color:var(--white);padding-bottom:41px;padding-left:115px}body footer .footer__content .footer__content-item ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-left:115px;width:100%}body footer .footer__content .footer__content-item ul li{width:50%;padding-bottom:25px;font-family:Roboto,sans-serif;font-size:20px}body footer .footer__content .footer__content-item ul li a{color:var(--white)}body footer .footer__content .footer__content-item .footer-logo{display:flex;flex-direction:column;padding-left:45px;font-family:Roboto,sans-serif;font-weight:lighter;font-size:19px;color:#e9e9e9}body footer .footer__content .footer__content-item .footer-logo img{margin-bottom:16px}body footer .footer__content .footer-social p{padding-left:0}body footer .footer__content .footer-social form{width:100%;display:flex}body footer .footer__content .footer-social form input{width:80%;background:transparent;font-family:Inter,sans-serif;font-size:15px;padding:12px 0 12px 26px;border:1px solid #FF6B00;border-top-left-radius:30px;border-bottom-left-radius:30px;color:var(--white)}body footer .footer__content .footer-social form input::placeholder{color:var(--white)}body footer .footer__content .footer-social form button{width:15%;border:1px solid #FF6B00;border-top-right-radius:30px;border-bottom-right-radius:30px;background:#ff6b00;display:flex;align-items:center;justify-content:center;transition:all ease var(--animation-time)}body footer .footer__content .footer-social form button img{margin-left:-5px}body footer .footer__content .footer-social form button:hover{cursor:pointer;background:#dc5e03;border-color:#dc5e03}body footer .footer__content .footer-social .footer__content-item-social{width:100%}body footer .footer__content .footer-social .footer__content-item-social ul{width:100%;flex-direction:row;flex-wrap:nowrap;display:flex;align-items:center;justify-content:flex-start;margin-top:28px;padding-left:0}body footer .footer__content .footer-social .footer__content-item-social ul li{width:auto;padding-right:25px}body footer .footer__contacts{width:100%;display:flex;align-items:center;justify-content:space-between;color:var(--white);padding:74px 0 28px;font-family:Roboto,sans-serif;font-size:20px;font-weight:700;border-bottom:1px solid #AAAAAA}body footer .footer__contacts a{color:var(--white)}body footer .footer__corp{padding:32px 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:var(--white);font-family:Inter,sans-serif;font-size:16px}body footer .footer__corp ul{display:flex}body footer .footer__corp ul li{margin-left:30px}body footer .footer__corp ul li a{color:var(--white)}@media screen and (max-width: 1200px){body footer{padding:0 15px}}@media screen and (max-width: 920px){body footer .footer__header{flex-direction:column}body footer .footer__header h2{font-size:26px;margin-top:20px}body footer .footer__header a{margin-top:20px}body footer .footer__content{flex-direction:column}body footer .footer__content .footer__content-item{width:100%}body footer .footer__content .footer__content-item .footer-logo{margin:0;padding:0;text-align:center}body footer .footer__content .footer__content-item p{padding:20px 0}body footer .footer__content .footer__content-item ul{padding-left:0;text-align:center}body footer .footer__content .footer-social form button{width:25%}body footer .footer__contacts{flex-direction:column;text-align:center}body footer .footer__contacts p{padding:20px 0;text-align:center}body footer .footer__corp{flex-direction:column}body footer .footer__corp ul{margin-top:20px;flex-direction:column;width:100%;text-align:center}body footer .footer__corp ul li{margin:20px 0 0;width:100%;text-align:center;padding:0}}@media screen and (max-width: 920px){body{padding-top:50px!important}.burger{position:absolute;display:block;width:30px;right:15px;top:34px}.burger span{display:block;width:100%;border-bottom:1px solid var(--blue);margin-bottom:5px}}
