html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:"Inter";src:url("../fonts/src/Inter-Regular.woff2") format("woff2"),url("../fonts/src/Inter-Regular.woff") format("woff");font-style:normal;font-weight:400}@font-face{font-family:"Roboto";src:url("../fonts/src/Roboto-Regular.woff2") format("woff2"),url("../fonts/src/Roboto-Regular.woff") format("woff");font-style:normal;font-weight:400}@font-face{font-family:"Roboto";src:url("../fonts/src/Roboto-Medium.woff2") format("woff2"),url("../fonts/src/Roboto-Medium.woff") format("woff");font-style:normal;font-weight:500}@font-face{font-family:"Roboto";src:url("../fonts/src/Roboto-Italic.woff2") format("woff2"),url("../fonts/src/Roboto-Italic.woff") format("woff");font-style:italic;font-weight:400}@font-face{font-family:"Roboto";src:url("../fonts/src/Roboto-Bold.woff2") format("woff2"),url("../fonts/src/Roboto-Bold.woff") format("woff");font-style:normal;font-weight:700}@font-face{font-family:"Outfit";src:url("../fonts/src/Outfit-Regular.woff2") format("woff2"),url("../fonts/src/Outfit-Regular.woff") format("woff");font-style:normal;font-weight:400}@font-face{font-family:"Outfit";src:url("../fonts/src/Outfit-Medium.woff2") format("woff2"),url("../fonts/src/Outfit-Medium.woff") format("woff");font-style:normal;font-weight:500}@font-face{font-family:"Outfit";src:url("../fonts/src/Outfit-Bold.woff2") format("woff2"),url("../fonts/src/Outfit-Bold.woff") format("woff");font-style:normal;font-weight:700}@font-face{font-family:"Outfit";src:url("../fonts/src/Outfit-Black.woff2") format("woff2"),url("../fonts/src/Outfit-Black.woff") format("woff");font-style:normal;font-weight:900}:root{--primary-text-color: #2f2f2f;--primary-text-color-grey: #858585;--text-color-secondary: #54b4da;--sidebar-color: #fff;--body-color: #fff;--btn-bg-color-primary: #fff;--btn-bg-color-secondary: #2f2f2f;--btn-color-secondary: #fff;--btn-color-primary: #2f2f2f}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*::after,*::before{-webkit-box-sizing:inherit;box-sizing:inherit}a{text-decoration:none;color:inherit}ul{list-style:none}button{background-color:rgba(0,0,0,0);border:none;font-family:inherit;cursor:pointer}body{font-family:"Outfit",sans-serif;font-size:14px;line-height:1.7;color:var(--primary-text-color);height:100vh;background-color:var(--body-color)}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;line-height:1.25;border-radius:50px;color:var(--btn-color-primary);padding:10px;-webkit-box-shadow:0 2px 10px 0 rgba(47,47,47,.15);box-shadow:0 2px 10px 0 rgba(47,47,47,.15);border-radius:50px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.secondary-btn{background-color:var(--btn-bg-color-secondary);color:var(--btn-color-secondary)}.secondary-btn.not-active{color:#858585;background-color:#d6d6d6;cursor:unset}.secondary-btn.not-active:hover{color:#858585;background-color:#d6d6d6;cursor:unset;-webkit-box-shadow:0 2px 10px 0 rgba(47,47,47,.15);box-shadow:0 2px 10px 0 rgba(47,47,47,.15)}.secondary-btn:hover{background-color:#575757;-webkit-box-shadow:0 6px 20px 0 rgba(47,47,47,.25);box-shadow:0 6px 20px 0 rgba(47,47,47,.25)}.primary-btn{background-color:var(--btn-bg-color-primary)}.primary-btn.not-active{color:#d6d6d6;background-color:#fff;cursor:unset;border:2px solid #d6d6d6;-webkit-box-shadow:none;box-shadow:none}.primary-btn.not-active:hover{color:#d6d6d6;background-color:#fff;cursor:unset;-webkit-box-shadow:none;box-shadow:none}.primary-btn:hover{-webkit-box-shadow:0 6px 20px 0 rgba(47,47,47,.25);box-shadow:0 6px 20px 0 rgba(47,47,47,.25);background-color:#f1fcff}.btn--border{border:2px solid #f6f6f6;background-color:var(--btn-bg-color-primary)}.color--red{color:#ee4e4e}.container{max-width:1412px;padding:0 15px;margin:0 auto}.container--start-page{background-image:url("../images/shadow--lite-anim.svg");background-size:cover;background-repeat:no-repeat;background-position:center center}.menu-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;overflow-y:auto}.menu-bar .menu{padding:0 20px;height:100%;overflow-y:scroll;overflow-x:hidden}.menu-bar .menu::-webkit-scrollbar{width:0;background:rgba(0,0,0,0);scrollbar-width:none}.header-image{width:52px;height:52px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-image .logo-header{margin-right:7px}.header-image .logo-header-text{position:relative;z-index:-1;opacity:1;height:40px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header-image .logo-header-text.hidden{opacity:0}.main{position:relative;width:100%;height:100%;padding:0 0 0 96px}.start-page .main-section{padding-top:90px;padding-bottom:70px}.main-bg-image{top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;z-index:-1}.main-bg-image img{max-width:1440px;width:75vw}.sidebar{position:fixed;top:0;z-index:4;left:0;height:100vh;width:363px;background-color:var(--sidebar-color);-webkit-box-shadow:5px 0 15px 0 rgba(47,47,47,.15);box-shadow:5px 0 15px 0 rgba(47,47,47,.15);border-radius:20px 20px 20px 20px;padding:40px 0 31px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.sidebar header{padding:0 20px}.sidebar .nav-text{opacity:1;z-index:1;position:relative;color:var(--primary-text-color-grey);font-size:16px;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;white-space:nowrap;width:255px}.sidebar.hidden{width:92px}.sidebar.hidden .nav-text{opacity:0;z-index:-1}.sidebar .cabinet-opened{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.sidebar .cabinet-opened.onhover{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.sidebar .cabinet-closed.onhover{opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.sidebar .menu-links{margin-bottom:40px}.sidebar .menu-links:last-child{margin-bottom:10px}.sidebar .nav-link{height:52px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.sidebar .nav-link:hover{background-color:#f6f6f6}.sidebar .nav-link:hover .nav-text{color:var(--primary-text-color)}.sidebar .nav-link a{padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.sidebar .nav-link img{width:20px;height:20px;margin-right:8px}.bottom-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:95px}.bottom-content::before{position:absolute;content:"";top:0;left:0;width:100%;height:1px;background-color:#d6d6d6}.bottom-content .logged-in .logout-icon{width:36px;height:36px;margin-left:auto}.bottom-content .cabinet{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;position:absolute;top:0;left:0;width:92px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;cursor:pointer}.bottom-content .cabinet-opened{left:20px;width:315px}.bottom-content .cabinet-opened .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.bottom-content .cabinet .user-icon{width:52px;height:52px}.bottom-content .cabinet .user-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bottom-content .cabinet .user-name{font-size:16px;text-align:left;font-weight:500;line-height:1.25}.bottom-content .cabinet .user-email{color:#858585;font-size:15px;text-align:left;font-weight:400;line-height:1.26}.bottom-content .sign-up-btn{width:100%;max-width:153px;background-color:var(--btn-bg-color-secondary)}.bottom-content .sign-in-btn{width:100%;max-width:153px}.sidebar-bottom{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sidebar-bottom .inner-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;height:100%;overflow:hidden}.sidebar-hidden{width:100%;height:52px;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;opacity:1;overflow:hidden}.sidebar-hidden.hidden{opacity:0;width:0;-webkit-transform:translateY(-10000px);-ms-transform:translateY(-10000px);transform:translateY(-10000px)}.main-section{width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:60px;padding-bottom:34px}.main-section .shadow-bg{position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:-1}.main-section .shadow-bg img{width:100%;height:100%}.main-section .aog{width:435px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.main-section .aog .aog-icon{width:70%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.main-section .aog .aog-icon img{width:100%;height:auto}.main-section .aog .today-icon{width:64%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0px;bottom:-26px}.main-section .aog .today-icon img{width:100%;height:auto}.main-section .today-icon{opacity:0}.main-section .top-logo{width:435px;height:119px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-section .top-logo img{max-width:435px}.main-section .center-logos{width:78%;max-width:1070px;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.main-section .center-logos .wing{position:absolute;width:100%;height:100%}.main-section .center-logos .wing .light-static-green{position:absolute;width:20px;height:20px;bottom:35%;right:-4px}.main-section .center-logos .wing .light-static-red{position:absolute;width:20px;height:20px;bottom:32%;left:-4px}.main-section .center-logos .wing .light{position:absolute;width:20px;height:20px;opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.main-section .center-logos .wing .light.red{bottom:32%;left:-4px}.main-section .center-logos .wing .light.green{bottom:35%;right:-4px}@-webkit-keyframes blink{0%,100%{content:url("../images/light-green-3.svg")}50%{content:url("../images/light-red-1.svg")}}@keyframes blink{0%,100%{content:url("../images/light-green-3.svg")}50%{content:url("../images/light-red-1.svg")}}.main-section .center-logos .blink{-webkit-animation:blink 1s infinite;animation:blink 1s infinite}.main-section .center-logos .plane-img{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:72%;height:auto}.main-section .center-logos .plane-img img{width:100%;height:100%}.main-section .center-logos .clouds-img{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:auto}.main-section .center-logos .clouds-img img{width:100%;height:100%}.main-section .bottom-logo{margin-top:36px;width:100%;max-width:551px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-section .bottom-logo h1{font-size:clamp(50px,8vw,80px);background:-webkit-gradient(linear, left top, right top, from(#2f2f2f), color-stop(50%, #2f2f2f), color-stop(0, #ffffff));background:linear-gradient(90deg, #2f2f2f, #2f2f2f 50%, #ffffff 0);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;background-position:right;-webkit-transition-property:background-position;transition-property:background-position;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:1s;transition-duration:1s;opacity:0}.main-section .bottom-logo h1.color-change{background-position:left}.main-section .bottom-logo .animated-text{background:-webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #ffffff), color-stop(0, #2f2f2f));background:linear-gradient(0deg, #ffffff, #ffffff 50%, #2f2f2f 0);background-size:100% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;background-position:top;-webkit-transition-property:background-position;transition-property:background-position;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:0s;transition-duration:0s}.main-section .bottom-logo .aog-text{font-size:32px;line-height:1.25;color:#2f2f2f;font-family:"Outfit",sans-serif;font-weight:900;letter-spacing:10px;text-transform:uppercase}.main-section .bottom-logo .aog-text--animated{margin-left:10px}.main-section .bottom-logo .aog-text--animated h1{font-size:32px;line-height:1.25;font-family:"Outfit",sans-serif;font-weight:900;letter-spacing:10px;text-transform:uppercase}.toggle{margin-left:auto;width:100px;height:100px;background-color:red}.modal{background-color:var(--body-color);-webkit-box-shadow:0 2px 10px 0 rgba(47,47,47,.15);box-shadow:0 2px 10px 0 rgba(47,47,47,.15);padding:40px 60px;border-radius:20px}.modal.modal--clean{border-radius:50px}.modal.modal--clean .modal__container{padding:60px 87px;max-width:514px;min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal.modal--clean .modal__title{font-size:20px;font-weight:700;line-height:1.25}.modal .close-modal{position:absolute;right:10px;top:10px;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal .btn{width:100%;max-width:154px}.modal .btn img{width:16px;height:auto;margin-right:4px}.modal .btn.mw-200{max-width:200px}.modal__overlay{position:fixed;z-index:103;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__overlay.bg-black-05{background-color:rgba(0,0,0,.5)}.modal__subtitle{color:var(--primary-text-color-grey);font-size:18px;font-style:normal;margin-top:0;text-align:center;line-height:1.22;margin-top:8px}.modal__title{color:var(--primary-text-color);font-size:32px;text-align:center;font-family:"Outfit",sans-serif;font-weight:700;line-height:1.25}.modal__container{background-color:#fff;border-radius:20px;max-width:600px;padding:40px 60px;-webkit-box-shadow:0 2px 10px 0 rgba(47,47,47,.15);box-shadow:0 2px 10px 0 rgba(47,47,47,.15);max-height:100vh;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.modal__container .close-modal{right:20px;top:20px}.modal__container.modal--bigger{max-width:710px}.modal__container.modal--bigger .form-block{max-width:590px}.modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__content.mt-30{margin-top:30px}.modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin-bottom:32px}.modal .whatsapp-contact{display:inline-block;margin-top:32px}.modal .whatsapp-contact img{display:block;width:48px;height:48px;-webkit-filter:drop-shadow(0 2px 8px rgba(47, 47, 47, 0.2));filter:drop-shadow(0 2px 8px rgba(47, 47, 47, 0.2))}.modal .links-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 auto;row-gap:16px;width:192px}.modal .links-block .link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .links-block .link-wrapper a{position:relative;margin-left:8px;color:var(--primary-text-color);font-size:18px;font-family:"Roboto",sans-serif;font-weight:700;line-height:1.16}.modal .links-block .link-wrapper img{width:24px;height:24px}.form{width:100%}.form .select-wrapper{position:relative}.form .select-wrapper::after{content:"";position:absolute;right:13px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;width:18px;height:18px;background-image:url("../images/triangle.svg");background-repeat:no-repeat;background-position:center;background-size:cover}.form .form-selector{font-family:"Roboto",sans-serif;width:100%;padding:10px 15px;border:1px solid #fff;outline:1px solid #d6d6d6;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px 5px 5px 5px;background-color:#fff;color:#2f2f2f;font-size:15px;text-align:left;font-weight:400;line-height:1.1;letter-spacing:0;text-transform:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none}.form-label{display:inline-block;font-family:"Roboto",sans-serif;font-size:13px;font-style:italic;font-weight:400;line-height:1.1;margin-left:16px;margin-bottom:2px}.form-col-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.form-col-2 .input-block{-ms-flex-preferred-size:50%;flex-basis:50%}.form .input-block.currency:not(:last-child){margin-bottom:0}.form-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-footer__text{margin-top:32px}.form-footer .text{font-size:18px;line-height:1.2}.form-footer .text a{font-size:18px;line-height:1.2;font-weight:700}.form-footer .btn{margin-top:32px}.form-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:480px;gap:6.4%}.form .radio-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-column-gap:46px;-moz-column-gap:46px;column-gap:46px;margin-bottom:32px}.form .radio-box label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;color:var(--primary-text-color);font-size:18px;font-family:"Roboto",sans-serif;line-height:1.2;position:relative}.form .radio-box label span{display:inline-block;vertical-align:middle;margin-right:15px;width:19px;height:19px;cursor:pointer;border-radius:50%;position:relative;border:1px solid #858585}.form .radio-box label span::before{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:9px;height:9px;background-color:#2f2f2f;border-radius:50%;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.form .radio-box .custom-radio{display:none}.form .radio-box .custom-radio:checked+span::before{opacity:1}.form input{font-family:"Roboto",sans-serif;width:100%;padding:10px 16px;border:1px solid #fff;outline:1px solid #d6d6d6;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px 5px 5px 5px;background-color:#fff}.form input::-webkit-input-placeholder{font-family:"Roboto",sans-serif;color:var(--primary-text-color);opacity:.5;font-size:15px;text-align:left;line-height:1.1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.form input::-moz-placeholder{font-family:"Roboto",sans-serif;color:var(--primary-text-color);opacity:.5;font-size:15px;text-align:left;line-height:1.1;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.form input:-ms-input-placeholder{font-family:"Roboto",sans-serif;color:var(--primary-text-color);opacity:.5;font-size:15px;text-align:left;line-height:1.1;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.form input::-ms-input-placeholder{font-family:"Roboto",sans-serif;color:var(--primary-text-color);opacity:.5;font-size:15px;text-align:left;line-height:1.1;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.form input::placeholder{font-family:"Roboto",sans-serif;color:var(--primary-text-color);opacity:.5;font-size:15px;text-align:left;line-height:1.1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.form input:focus{outline:1px solid #54b4da}.form input:active::-webkit-input-placeholder,.form input:focus::-webkit-input-placeholder,.form input:focus-visible::-webkit-input-placeholder{opacity:1}.form input:active::-moz-placeholder,.form input:focus::-moz-placeholder,.form input:focus-visible::-moz-placeholder{opacity:1}.form input:active:-ms-input-placeholder,.form input:focus:-ms-input-placeholder,.form input:focus-visible:-ms-input-placeholder{opacity:1}.form input:active::-ms-input-placeholder,.form input:focus::-ms-input-placeholder,.form input:focus-visible::-ms-input-placeholder{opacity:1}.form input:active::placeholder,.form input:focus::placeholder,.form input:focus-visible::placeholder{opacity:1}.form .input-wrapper.has-error label{display:none !important}.form .input-block:not(:last-child){margin-bottom:8px}.form .password .input-wrapper{position:relative}.form .password .input-wrapper .toggle-password{position:absolute;width:18px;height:18px;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-image:url("../images/hide-password.svg");background-repeat:no-repeat;background-size:cover;background-position:center;cursor:pointer}.form .just-validate-error-label{color:#ee4e4e !important;font-size:13px;font-style:italic;font-family:"Roboto",sans-serif;font-weight:400;line-height:1.15;margin-left:16px;margin-top:4px}.form .just-validate-error-field{outline:1px solid #ee4e4e}.form .just-validate-error-field:focus{outline:1px solid #ee4e4e}.form .just-validate-error-field::-webkit-input-placeholder{color:#ee4e4e;opacity:1}.form .just-validate-error-field::-moz-placeholder{color:#ee4e4e;opacity:1}.form .just-validate-error-field:-ms-input-placeholder{color:#ee4e4e;opacity:1}.form .just-validate-error-field::-ms-input-placeholder{color:#ee4e4e;opacity:1}.form .just-validate-error-field::placeholder{color:#ee4e4e;opacity:1}.custom-file-upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-bottom:8px}.custom-file-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 24px;border:1px solid #2f2f2f;border-radius:50px;width:117px;height:40px;cursor:pointer;font-size:16px;background-color:#fff;text-align:center}.custom-file-label .plus-icon{margin-right:5px}.custom-file-upload input[type=file]{display:none}.custom-file-label:hover{background-color:#f1fcff}.upload-info{font-family:"Roboto",sans-serif;color:var(--primary-text-color-grey);font-size:16px;font-style:italic;line-height:1.125}.upload-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.upload-text img{margin-right:8px}.upload-file-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@-webkit-keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{from{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mmslideIn{from{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mmslideOut{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}@keyframes mmslideOut{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{-webkit-animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1);animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=false] .modal__container{-webkit-animation:mmslideIn .3s cubic-bezier(0, 0, 0.2, 1);animation:mmslideIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__overlay{-webkit-animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1);animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__container{-webkit-animation:mmslideOut .3s cubic-bezier(0, 0, 0.2, 1);animation:mmslideOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}.page-title{color:var(--primary-text-color);font-size:32px;line-height:1.25;font-weight:700;line-height:normal;margin-bottom:36px;-ms-flex-item-align:start;align-self:flex-start;padding-left:15px}.page-title a{cursor:pointer}.page-title span{padding:0 10px}.page-title span img{width:24px;height:24px}.counter{color:var(--primary-text-color);font-size:12px;font-family:"Roboto",sans-serif;line-height:1.16;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#d6d6d6;margin-left:10px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tabs-container{width:100%}.tab-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #d6d6d6;width:100%}.tab-box{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px 0 5px;overflow-x:auto;overflow-y:hidden;min-height:55px}.tab-box .card__buttons{margin-left:auto;padding-left:10px}.tab-box .tab__btn{white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px;color:var(--primary-text-color);min-width:200px;font-size:18px;font-family:"Roboto",sans-serif;font-weight:700;line-height:1.77;text-transform:uppercase}.tab-box .tab__btn.active .counter{color:#fff;background-color:#54b4da}.tab-box .line{position:absolute;bottom:0;left:15px;height:1px;background-color:#54b4da;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.d-none{display:none}.d-inl-block{display:inline-block}.content-box{margin-top:20px;width:100%;overflow:hidden;margin-bottom:auto}.content-box .form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.content-box .form .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.content-box .form .card__info .item-title{margin-bottom:5px;padding-left:16px}.content-box .accept-quote .card.opened .card__info{grid-template-columns:repeat(4, 1fr)}.content-box .closed-requests .card__info{grid-template-columns:1fr 1fr 1fr .45fr}.content-box .closed-requests .card__buttons.d-none{display:none}.content-box .content{display:none;-webkit-animation:moving .5s ease;animation:moving .5s ease;height:100%;overflow-y:auto;padding:0 15px 5px 15px}.content-box .content.active{display:block}.content-box .content.accept-send-quote .card__info-item.notes{grid-column:span 1}.content-box .content.accept-send-quote .card__info-item.date-col{grid-column:1;grid-row:1}.content-box .content.accept-send-quote .opened .card__info{grid-template-columns:repeat(4, 1fr)}.content-box .content.accept-send-quote .opened .card__info-item.notes{grid-column:span 5}.content-box .content.accept-send-quote .opened .date-col{display:none}.content-box .content.rfq .card.opened .form .card__info{border:none;background-color:rgba(0,0,0,0);grid-template-columns:repeat(2, 1fr)}.content-box .cards-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;row-gap:8px;height:100%}.content-box .cards-list.clients picture{width:110px;height:110px}.content-box .cards-list.clients .card{padding:20px 40px;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.content-box .cards-list.clients .card__info{max-width:790px;margin-right:auto;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;grid-template-columns:1.7fr 1fr 1fr 1fr}.content-box .cards-list.clients .card__info-item{max-width:150px;padding:0 12px}.content-box .cards-list.clients .card__info-item:first-child{max-width:250px}.content-box .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding:20px;-webkit-box-shadow:0 2px 10px 0 rgba(47,47,47,.15);box-shadow:0 2px 10px 0 rgba(47,47,47,.15);border:1px solid #d6d6d6;border-radius:20px;background-color:#fff;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.content-box .card.no-buttons .card__info-item.notes{grid-column:span 1}.content-box .card.no-buttons.opened .card__info-item.notes{grid-column:span 3}.content-box .card .inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px}.content-box .card .card__info-item.hidden{display:none}.content-box .card.opened{background-color:#f1fcff}.content-box .card.opened picture{width:100px;height:100px}.content-box .card.opened .card__info{border:1px solid #f6f6f6}.content-box .card.opened .card__info-item.d-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}.content-box .card.opened .card__info-item.hidden{display:-webkit-box;display:-ms-flexbox;display:flex}.content-box .card.opened .item-text{height:100%}.content-box .card.opened .card__buttons .btn.d-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}.content-box .card.opened .card__buttons .btn.button-hide{display:none}.content-box .card.opened .card--lite{background-color:rgba(0,0,0,0);border:none;-webkit-box-shadow:none;box-shadow:none;padding:0}.content-box .card.opened .card--lite .card__info{border:none;padding:0;background-color:rgba(0,0,0,0)}.content-box .card__info{padding:10px;border-radius:10px;background-color:#fff;row-gap:20px;width:100%;display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:auto}.content-box .card__info.gtc-5-3{grid-template-columns:repeat(5, 1fr)}.content-box .card__info.gtc-7{grid-template-columns:repeat(7, 1fr)}.content-box .card__info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 5px}.content-box .card__info-item.d-toggle{display:none}.content-box .card__info-item.price-item{width:100%;max-width:160px}.content-box .card__info-item.price-item .item-text{white-space:nowrap}.content-box .card__info-item.notes{grid-column:span 3}.content-box .card__info-item.notes.cols-4-2{grid-column:span 4}.content-box .card__info-item.notes .item-text{max-height:63px;text-overflow:ellipsis;overflow:hidden}.content-box .card__info .item-title{font-size:14px;font-family:"Roboto",sans-serif;font-weight:500;line-height:1.42;text-transform:uppercase;margin-bottom:2px}.content-box .card__info .item-text{color:#54b4da;font-size:15px;font-family:"Roboto",sans-serif;line-height:1.4;height:21px;text-overflow:ellipsis;overflow:hidden}.content-box .card__info .item-text.notes-text{max-height:63px;overflow:hidden;text-overflow:ellipsis}.content-box .card .info-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-box .card picture{width:70px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-box .card picture img{width:auto;height:100%}.card__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;row-gap:8px}.card__buttons .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:200px;font-size:16px;line-height:1.25}.card__buttons .btn.d-toggle{display:none}.card__buttons .btn img{width:16px;height:auto;margin-right:4px}@-webkit-keyframes moving{from{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes moving{from{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.dialogs-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:412px;row-gap:8px;overflow-y:auto;padding-right:10px;padding-bottom:5px}.dialog-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;cursor:pointer;width:100%;padding:20px 20px 20px 30px;border:1px solid #d6d6d6;-webkit-box-shadow:0 0 8px 0 rgba(47,47,47,.08);box-shadow:0 0 8px 0 rgba(47,47,47,.08);border-radius:20px;background-color:#fff;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.dialog-item:hover{background-color:#f1fcff}.dialog-item.current{background-color:#f1fcff;border:1px solid #54b4da}.dialog-item.current .counter{color:#fff;background-color:#54b4da}.dialog-item.unread{border:1px solid #54b4da}.dialog-item.unread .counter{color:#fff;background-color:#54b4da}.dialog-item picture{width:60px;height:60px}.dialog-item picture img{width:auto;height:100%}.dialog-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dialog-preview__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2px}.dialog-preview__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.dialog-preview .user-name{color:var(--primary-text-color);font-size:14px;font-family:"Roboto",sans-serif;font-weight:500;line-height:1.42;text-transform:uppercase}.dialog-preview .date{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--primary-text-color-grey);font-size:12px;font-family:"Roboto",sans-serif;line-height:1.41}.dialog-preview .preview-text{color:var(--text-color-secondary);font-size:15px;font-family:"Roboto",sans-serif;line-height:1.4;max-height:42px;word-break:break-all;text-overflow:ellipsis;overflow:hidden}.message-section{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.message-section .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-column-gap:35px;-moz-column-gap:35px;column-gap:35px}.message-section .content-box{max-width:420px;overflow-y:unset;margin-bottom:unset}.message-section .content-box .content{padding:0}.message-section .bottom-logo{-ms-flex-item-align:center;align-self:center}.chatbox-message-wrapper{padding:27px 20px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chatbox-message-wrapper .chatbox-close-chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #858585;margin-bottom:15px;padding-bottom:15px}.chatbox-message-wrapper .chatbox-close-chat .close-chat-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}.chatbox-message-wrapper .chatbox-close-chat img{width:50px;height:40px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.chatbox-message-wrapper .chatbox-close-chat p{color:#2f2f2f;font-size:14px;font-family:"Roboto",sans-serif;font-weight:500;line-height:1.42;text-transform:uppercase}.chatbox-wrapper{width:67%;max-width:900px;border-radius:20px;background-color:#f6f6f6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:right .3s ease-in-out;transition:right .3s ease-in-out;margin-bottom:5px}.chatbox-message-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px;height:100%;overflow-y:scroll}.chatbox-message-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.chatbox-message-item .inner-wrapper{margin-left:12px}.chatbox-message-item__text{position:relative;font-size:16px;font-family:"Roboto",sans-serif;line-height:1.375;padding:10px 12px;margin-bottom:5px}.chatbox-message-item__time{color:var(--primary-text-color-grey);font-size:12px;font-family:"Roboto",sans-serif;line-height:1.41;text-transform:uppercase}.chatbox-message-item .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chatbox-message-item picture{width:40px;height:40px;margin-bottom:22px;margin-right:8px}.chatbox-message-item picture img{width:auto;height:100%}.chatbox-message-item.sent{-ms-flex-item-align:end;align-self:flex-end;max-width:89%}.chatbox-message-item.sent .wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.chatbox-message-item.sent .chatbox-message-item__text{color:#fff;background-color:#54b4da;padding:10px 12px;border-radius:10px 10px 0 10px;margin-right:10px}.chatbox-message-item.sent .chatbox-message-item__text::before{content:"";position:absolute;bottom:0;right:-9px;width:10px;height:18px;background-image:url("../images/subtract.svg");background-repeat:no-repeat;background-position:center;background-size:cover}.chatbox-message-item.sent .chatbox-message-item__time{padding-right:22px}.chatbox-message-item.received .wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.chatbox-message-item.received .new-message{position:relative;color:var(--text-color-secondary);font-size:12px;font-family:"Roboto",sans-serif;line-height:1.41;text-transform:uppercase;margin-right:3px;padding-left:15px}.chatbox-message-item.received .new-message::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0px;width:10px;height:10px;border-radius:50%;background-color:var(--text-color-secondary)}.chatbox-message-item.received .chatbox-message-item__text{color:#4e4e4e;background-color:#fff;border-radius:10px 10px 10px 0;-webkit-box-shadow:0 0 8px 0 rgba(47,47,47,.08);box-shadow:0 0 8px 0 rgba(47,47,47,.08)}.chatbox-message-item.received .chatbox-message-item__text::before{content:"";position:absolute;bottom:0;left:-9px;width:10px;height:18px;background-image:url("../images/subtract-received.svg");background-repeat:no-repeat;background-position:center;background-size:cover}.chatbox-message-bottom{margin-top:30px;position:relative;border:1px solid #d6d6d6;border-radius:10px;background-color:#fff}.chatbox-message-input{position:relative;border:none;outline:none;background-color:rgba(0,0,0,0);resize:none;scrollbar-width:none;width:100%;color:var(--primary-text-color);font-size:16px;text-align:left;font-family:"Inter",sans-serif;line-height:1.4;padding-right:20px}.chatbox-message-input::-webkit-input-placeholder{color:var(--primary-text-color);font-size:16px;text-align:left;font-family:"Inter",sans-serif;line-height:1.4;opacity:.3}.chatbox-message-input::-moz-placeholder{color:var(--primary-text-color);font-size:16px;text-align:left;font-family:"Inter",sans-serif;line-height:1.4;opacity:.3}.chatbox-message-input:-ms-input-placeholder{color:var(--primary-text-color);font-size:16px;text-align:left;font-family:"Inter",sans-serif;line-height:1.4;opacity:.3}.chatbox-message-input::-ms-input-placeholder{color:var(--primary-text-color);font-size:16px;text-align:left;font-family:"Inter",sans-serif;line-height:1.4;opacity:.3}.chatbox-message-input::placeholder{color:var(--primary-text-color);font-size:16px;text-align:left;font-family:"Inter",sans-serif;line-height:1.4;opacity:.3}.chatbox-message-input::-webkit-scrollbar{display:none}.chatbox-message-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:10px;padding:12px 20px}.chatbox-message-submit{cursor:pointer;outline:none;border:none;background-color:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.chatbox-message-submit img{width:auto;height:100%}.grid-columns:has(.card__info-item:nth-child(n+2)){grid-template-columns:repeat(2, minmax(auto, 290px))}.grid-columns:has(.card__info-item:nth-child(n+3)){grid-template-columns:repeat(3, minmax(auto, 290px))}.grid-columns:has(.card__info-item:nth-child(n+4)){grid-template-columns:repeat(4, minmax(auto, 290px));-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.grid-columns:has(.card__info-item:nth-child(n+5)){grid-template-columns:repeat(5, minmax(auto, 290px));-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.grid-columns:has(.card__info-item:nth-child(n+6)){grid-template-columns:repeat(6, minmax(auto, 290px));-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.grid-columns:has(.card__info-item:nth-child(n+7)){grid-template-columns:repeat(7, minmax(auto, 290px));-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.grid-columns{display:grid;gap:10px}.card__info.grid-cols.grid-cols-1{grid-template-columns:repeat(1, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-2{grid-template-columns:repeat(2, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-3{grid-template-columns:repeat(3, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-4{grid-template-columns:repeat(4, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-5{grid-template-columns:repeat(5, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-6{grid-template-columns:repeat(6, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-7{grid-template-columns:repeat(7, minmax(auto, 290px))}.grid-container{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:auto;gap:10px;padding:20px;background-color:#f8fcff;border-radius:10px}.grid-item{padding:10px;color:#007bff}.grid-item.title{font-weight:bold;color:#333}.grid-item.note{grid-column:span 3}.grid-item:last-child{text-align:right}@media(max-width: 768px){.grid-container{grid-template-columns:repeat(2, 1fr)}.grid-item.note{grid-column:span 2}}.test-modal{margin-left:50%}@media(max-width: 1680px){.sidebar{padding:30px 0 20px 0}.header-image{margin-bottom:25px}.main-section{padding-top:60px}}@media(max-width: 1440px){.start-page .main-section .bottom-logo{max-width:500px}.start-page .main-section .bottom-logo .aog-text{font-size:25px}.start-page .main-section .bottom-logo .aog-text--animated h1{font-size:25px}.main-section.message-section{padding-top:40px}.main-section .bottom-logo{margin-top:25px;width:100%;max-width:200px}.main-section .bottom-logo img{width:100%}.message-section .wrapper{display:flex;overflow:hidden;column-gap:15px}.sidebar .menu-links{margin-bottom:20px}}@media(max-width: 1280px){.message-section .bottom-logo{margin-top:15px;width:100%;max-width:200px}.message-section .bottom-logo img{width:100%;height:auto}.card__info.grid-cols.grid-cols-4{grid-template-columns:repeat(4, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-5{grid-template-columns:repeat(4, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-6{grid-template-columns:repeat(4, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-7{grid-template-columns:repeat(4, minmax(auto, 290px))}}@media(max-width: 1024px){.menu-bar .menu{padding:0 15px}.sidebar{width:358px}.sidebar.hidden{width:82px}.sidebar header{padding:0 15px}.sidebar:hover{width:358px}.bottom-content .cabinet{width:82px}.bottom-content .cabinet-opened{width:315px}.content-box .card{flex-wrap:wrap}.content-box .card picture{flex:1}.content-box .card__info{flex:9;margin-top:15px;margin-bottom:15px}.content-box .card__info-item.notes.cols-4-2{grid-column:span 2}.content-box .card.opened .card--lite .card__info{grid-template-columns:repeat(2, 1fr)}.content-box .card__info{grid-template-columns:repeat(3, 1fr)}.content-box .card__info.gtc-5-3{grid-template-columns:repeat(3, 1fr)}.content-box .content{padding:0 10px 0 0}.content-box .content.accept-send-quote .card__info{grid-template-columns:repeat(4, 1fr)}.content-box .content.accept-send-quote .opened .card__info{grid-template-columns:repeat(2, 1fr)}.content-box .card__buttons{width:100%;row-gap:15px}.content-box .card__buttons .btn{margin-left:auto}}@media(min-width: 991px){.chatbox-message-wrapper .chatbox-close-chat{display:none}}@media(max-width: 990px){.main{overflow:hidden}.content-box .card__info-item.notes{grid-column:span 2}.content-box .card.no-buttons.opened .card__info-item.notes{grid-column:span 2}.message-section .bottom-logo{display:none}.message-section .content-box{max-width:100%}.dialogs-list{width:100%;max-width:100%}.chatbox-wrapper{position:absolute;right:-100%}.chatbox-wrapper.chat-opened{right:0;height:100%;bottom:0;width:calc(100% - 82px)}}@media(max-width: 900px){.content-box .closed-requests .card__info{grid-template-columns:repeat(3, 1fr)}.dialog-item{padding:17px}.card__info.grid-cols.grid-cols-1{grid-template-columns:repeat(2, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-2{grid-template-columns:repeat(2, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-3{grid-template-columns:repeat(2, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-4{grid-template-columns:repeat(2, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-5{grid-template-columns:repeat(2, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-6{grid-template-columns:repeat(2, minmax(auto, 290px))}.card__info.grid-cols.grid-cols-7{grid-template-columns:repeat(2, minmax(auto, 290px))}}@media(max-width: 770px){.start-page .main-section{padding-top:50px;padding-bottom:30px}.main-section .top-logo{width:265px;height:auto}.main-section .bottom-logo .aog-text{font-size:17px}.main-section .bottom-logo .aog-text--animated h1{font-size:17px}.bottom-logo{flex-direction:column;align-items:center}.modal__container{max-width:540px;padding:40px}.content-box .cards-list{row-gap:15px}.content-box .content.accept-send-quote .card__info{grid-template-columns:repeat(2, 1fr)}.content-box .card{padding:10px;column-gap:5px}.content-box .card.add .card__info{grid-template-columns:repeat(2, 1fr)}.content-box .card.edit .card__info{grid-template-columns:repeat(2, 1fr)}.content-box .card.opened.send-quote .card__info{grid-template-columns:repeat(2, 1fr)}.content-box .card.card--lite .card__info{grid-template-columns:repeat(1, 1fr) !important}}@media(min-width: 541px){.burger{display:none}}@media(max-width: 540px){.burger{cursor:pointer;width:30px;height:20px;position:relative;margin:20px}.burger-line{background-color:#333;height:4px;width:100%;position:absolute;transition:all .3s ease}.burger-line:nth-child(1){top:0}.burger-line:nth-child(2){top:8px}.burger-line:nth-child(3){top:16px}.burger.active .burger-line:nth-child(1){transform:rotate(45deg);top:8px}.burger.active .burger-line:nth-child(2){opacity:0}.burger.active .burger-line:nth-child(3){transform:rotate(-45deg);top:8px}.main{padding:0}.container{padding:0 15px}.sidebar{height:100vh;width:100vw;transition:height .3s ease-in-out;padding:15px 0 0 0}.sidebar header{display:flex;align-items:center;justify-content:space-between}.sidebar.hidden{width:100%;height:90px}.sidebar.hidden .menu-bar{opacity:0;height:0}.sidebar .header-image{margin-bottom:0}.sidebar .cabinet-opened{align-items:center}.sidebar .cabinet-opened.onhover{opacity:1;transform:translateY(0)}.sidebar .cabinet-closed.onhover{opacity:0;transform:translateY(100%)}.sidebar:hover{width:100%}.sidebar:hover .cabinet-opened{align-items:center;right:25px;left:unset}.content-box .card{column-gap:0;justify-content:center;padding:15px 10px}.content-box .card picture{width:50px;height:50px;flex:unset}.content-box .card.opened picture{width:85px;height:85px;margin-bottom:10px}.content-box .closed-requests .card__info-item.notes{grid-column:span 3}.content-box .card__info{grid-template-columns:repeat(2, 1fr);flex:unset}.content-box .card__info .item-text{font-size:12px}.content-box .card__info .item-title{font-size:12px}.content-box .card__info-item{padding:0 10px}.content-box .card__info-item.notes{grid-column:span 2}.card__buttons{width:100%;align-items:center}.card__buttons .btn{font-size:14px}.card__buttons .btn img{width:12px}.page-title{margin-bottom:20px}.bottom-logo{align-items:flex-start}.bottom-content{height:100px}.main-section{padding-top:40px;margin-bottom:20px}.main-section .center-logos{width:100%}.main-section .bottom-logo{width:50%;margin-top:20px}.main-section .bottom-logo picture{width:100%}.main-section .bottom-logo picture img{width:100%}.main-section .bottom-logo .aog-text--animated{margin-left:0}.modal__title{font-size:25px}.form .radio-box label{font-size:15px}.form .radio-box label span{margin-right:10px}.form .form-footer .text{font-size:15px}.form .form-footer .text a{font-size:16px}.tab-box{padding:0}.tab-box .tab__btn{min-width:150px;font-size:15px;padding:10px 15px}.chatbox-wrapper.chat-opened{width:100%;height:calc(100% - 90px)}.start-page .main-section{padding-top:95px}.menu-bar .menu{padding:15px}.start-page .main-section .bottom-logo{width:65%}}