header#header{height:70px}@media screen and (min-width:1024px){header#header{border-width:3px}}header#header>section{background:var(--white);border-bottom:2px solid #e6e6e6;padding:15px 0;position:fixed;top:0;width:100%;z-index:100}header#header .main-container>section{align-items:center;display:flex;flex-direction:row;justify-content:space-between}header#header .main-container>section .header-logo img{max-width:230px;width:230px}@media screen and (min-width:1024px){header#header .main-container>section .header-logo img{max-width:320px;width:320px}}header#header .main-container>section .header-nav{display:none;opacity:1;transition:opacity .3s ease,visibility .3s ease;visibility:visible;width:100%}header#header .main-container>section .header-nav.hidden{opacity:0;visibility:hidden}@media screen and (min-width:1024px){header#header .main-container>section .header-nav{display:flex;flex-direction:column}}header#header .main-container>section .header-nav nav{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly}header#header .main-container>section .header-nav nav li{list-style-type:none}header#header .main-container>section .header-nav nav li a{color:var(--font-color);text-decoration:none}header#header .main-container>section .header-aside a,header#header .main-container>section .header-aside button{align-items:center;display:flex;flex-direction:column;height:40px;justify-content:center;width:40px}@media screen and (min-width:1024px){header#header .main-container>section .header-aside a,header#header .main-container>section .header-aside button{height:50px;width:50px}}header#header .main-container>section .header-aside .user-menu{display:none}@media screen and (min-width:1024px){header#header .main-container>section .header-aside .user-menu{display:flex}header#header .main-container>section .header-aside .mobile-menu{display:none}}.header-trigger{height:1px}.close-btn-container{display:flex;justify-content:flex-end;padding:10px}nav.v-navigation-drawer .v-navigation-drawer__content{padding:0 15px}nav.v-navigation-drawer .v-navigation-drawer__content>section{display:flex;flex-direction:column;gap:30px;padding:15px}nav.v-navigation-drawer .main-menu{border-bottom:1px solid var(--neutral);display:flex;flex-direction:column;margin:0 -15px;padding-bottom:15px}nav.v-navigation-drawer .main-menu li{list-style-type:none;padding:0}nav.v-navigation-drawer .main-menu li a{display:flex;font-weight:var(--font-semi);padding:15px;text-decoration:none}nav.v-navigation-drawer .close-btn-container{padding:15px 15px 0 0}nav.v-navigation-drawer .close-btn-container button{height:40px;width:40px}nav.v-navigation-drawer .socials-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}@media screen and (min-width:1440px){nav.v-navigation-drawer .socials-list{padding-top:60px}}nav.v-navigation-drawer .socials-list a{display:flex;flex-direction:column;height:40px;width:40px}nav.v-navigation-drawer .socials-list a span{align-items:center;border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}nav.v-navigation-drawer .socials-list a span img{max-height:80%;max-width:80%}nav.v-navigation-drawer .contacts-list{border-bottom:1px solid var(--neutral);display:flex;flex-direction:column;font-size:80%;gap:10px;line-height:120%;margin:0 -15px;padding-bottom:30px;padding-left:15px;padding-right:15px}nav.v-navigation-drawer .contacts-list p{-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;flex-wrap:wrap;line-height:120%;row-gap:10px}nav.v-navigation-drawer .contacts-list p a{font-weight:var(--font-semi);text-decoration:none}nav.v-navigation-drawer .contacts-list p a[href^="tel:"]{font-size:140%}footer{background-color:var(--primary);color:var(--white);padding:20px 0 40px;position:relative;z-index:30}@media screen and (min-width:1024px){footer{padding:80px 0}footer .main-container>section{display:flex;flex-direction:row}}footer a{color:var(--white);text-decoration:none}footer .footer-logo{padding-bottom:30px}@media screen and (min-width:1024px){footer .footer-logo{padding:0;width:45%}}footer .footer-logo a{display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1024px){footer .footer-logo a{gap:30px}}footer .footer-logo a img{width:190px}@media screen and (min-width:1024px){footer .footer-logo a img{width:350px}}footer .footer-logo a .footer-logo-descript{font-size:14px;font-weight:var(--font-semi);line-height:1}@media screen and (min-width:1024px){footer .footer-logo a .footer-logo-descript{font-size:22px}}footer .footer-nav{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:20px}@media screen and (min-width:1024px){footer .footer-nav{flex-direction:row;width:55%}}footer .footer-nav .footer-nav-column{display:contents}@media screen and (min-width:1024px){footer .footer-nav .footer-nav-column{display:flex;flex-direction:column;gap:20px;width:50%}footer .footer-nav .footer-nav-column:last-child{width:100%}footer .footer-nav .footer-nav-column .footer-nav-item{width:100%!important}}@media screen and (min-width:1440px){footer .footer-nav .footer-nav-column,footer .footer-nav .footer-nav-column:last-child{width:33.3333333333%}}footer .footer-nav .footer-nav-item{width:100%}@media screen and (min-width:1024px){footer .footer-nav .footer-nav-item{width:33.3333333333%!important}}footer .footer-nav .footer-nav-item nav{display:flex;flex-direction:column;gap:10px}footer .footer-nav .footer-nav-item nav li{font-size:12px;list-style-type:none}@media screen and (min-width:1024px){footer .footer-nav .footer-nav-item nav li{font-size:16px}}footer .footer-nav .footer-nav-item nav li:first-child{font-size:16px;font-weight:var(--font-semi);margin-bottom:10px}@media screen and (min-width:1024px){footer .footer-nav .footer-nav-item nav li:first-child{font-size:22px}}footer .footer-nav .footer-nav-item:not(:last-child){width:50%}footer .footer-nav .footer-nav-item:nth-last-child(2){width:100%}footer .footer-contacts{display:flex;flex-direction:column;gap:10px}@media screen and (min-width:1024px){footer .footer-contacts{font-size:16px;gap:20px}}footer .footer-contacts p{-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;flex-wrap:wrap;font-size:12px;line-height:120%}@media screen and (min-width:1024px){footer .footer-contacts p{flex-direction:column;font-size:16px;gap:20px}}footer .footer-clients{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media screen and (min-width:1440px){footer .footer-clients{flex-direction:column}}footer .footer-clients .footer-clients-title{font-size:16px;font-weight:var(--font-semi);margin-bottom:10px;margin-top:10px;width:100%}@media screen and (min-width:1024px){footer .footer-clients .footer-clients-title{font-size:22px;margin-top:0}}footer .footer-clients .footer-clients-login{align-items:center;display:flex;flex-direction:row;gap:10px}@media screen and (min-width:1024px){footer .footer-clients .footer-clients-login{gap:15px}}footer .footer-clients .footer-clients-login .this-icon{align-items:center;border:2px solid #111f85;border-radius:20px;display:flex;flex-direction:column;height:40px;justify-content:center;width:40px}@media screen and (min-width:1024px){footer .footer-clients .footer-clients-login .this-icon{border-radius:50px;height:60px;width:60px}}footer .footer-clients .footer-clients-login .this-icon img{height:auto;width:17px}@media screen and (min-width:1024px){footer .footer-clients .footer-clients-login .this-icon img{width:22px}}footer .footer-clients .footer-clients-login .this-text{font-size:12px}@media screen and (min-width:1024px){footer .footer-clients .footer-clients-login .this-text{font-size:16px}}@media screen and (min-width:1440px){footer .footer-clients .clinets-feedback{margin-top:35px}}footer .footer-socials{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;padding-top:30px}@media screen and (min-width:1440px){footer .footer-socials{padding-top:60px}}footer .footer-socials a{display:flex;flex-direction:column;height:40px;width:40px}footer .footer-socials a span{align-items:center;border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}footer .footer-socials a span img{max-height:80%;max-width:80%}footer .footer-footnote{display:flex;flex-direction:column;font-size:12px;padding-top:30px}@media screen and (min-width:1024px){footer .footer-footnote{flex-direction:row;font-size:16px;justify-content:space-between;line-height:120%;margin-left:auto;padding-top:43px;width:55%}}footer .footer-footnote .footer-copyright,footer .footer-footnote .footer-personal-data-link{opacity:.5}:root{--font-color:#252525;--primary:#1d2ca1;--primary-rgb:29,44,161;--primary-hard:#111f85;--secondary:#62c4dd;--secondary-rgb:98,196,221;--neutral:#d9dadb;--gray-brandbook:#d9dadb;--neutral-one-more:#e6e6e6;--input-backgound:#f5f5f5;--error:#ff2d2d;--error-soft:#fcd7d7;--success:green;--success-soft:#c1ffc1;--warning:#f37a08;--warning-soft:#ffefd2;--white:#fff;--gradient:linear-gradient(0deg,var(--secondary) 0%,var(--primary) 100%);--round-default:20px;--main-font:"Mulish";--font-regular:400;--font-medium:500;--font-semi:600;--font-bold:700}body{color:var(--font-color)}.v-application{background:#fafafa!important}a{color:var(--primary)}.main-container{margin:0 auto;max-width:1780px;padding:0 15px;width:100%}@media screen and (min-width:1810px){.main-container{padding:0}}.no-underline{text-decoration:none}.secondary-container{margin:0 auto;max-width:1440px;padding:0 15px;width:100%}.section-title{font-size:28px;font-weight:var(--font-bold);line-height:120%}@media screen and (min-width:1024px){.section-title{font-size:58px}}.v-btn.rounded-pill.v-btn--size-default{font-size:14px;height:50px;letter-spacing:normal;padding-left:25px;padding-right:25px;text-transform:none;width:-moz-max-content;width:max-content}@media screen and (min-width:1024px){.v-btn.rounded-pill.v-btn--size-default{font-size:18px;height:60px;padding-left:30px;padding-right:30px}}.v-btn.rounded-pill.v-btn--size-default.bg-white{color:var(--primary)!important}.page-spacer{padding-top:20px}@media screen and (min-width:1024px){.page-spacer{padding-top:77px}}.local-custom.v-btn{border-radius:25px;font-family:inherit;font-size:14px;font-weight:700;height:50px;letter-spacing:normal;text-transform:none}@media screen and (min-width:1024px){.local-custom.v-btn{border-radius:30px;font-size:18px;height:60px}}.local-custom.v-btn.v-btn--disabled:disabled{background:var(--gray-brandbook)!important;color:var(--white)!important}.local-custom.v-btn.v-btn--variant-tonal{background:var(--white)}.local-custom.v-btn.v-btn--variant-tonal .v-btn__overlay,.local-custom.v-btn.v-btn--variant-tonal .v-btn__underlay{background-color:var(--white)}.local-custom.v-btn.v-btn--variant-outlined:hover,.local-custom.v-btn.v-btn--variant-tonal:hover{background:var(--neutral-one-more)}.local-custom.v-input{padding-top:20px}.local-custom.v-input .v-field{background:var(--neutral-one-more)}.local-custom.v-input .v-field .v-field__field{height:50px}@media screen and (min-width:1024px){.local-custom.v-input .v-field .v-field__field{height:60px}}.local-custom.v-input .mdi-menu-down:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIyIDE0Ij48cGF0aCBmaWxsPSIjMjUyNTI1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xODIgMTAuMjg4IDIwLjU4Ni44ODMgMjIgMi4yOTggMTEuMTgyIDEzLjExNi4zNjQgMi4yOTggMS43NzguODg0eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-position:50%;color:transparent}.local-custom.v-input .v-field__input{padding-top:0}.local-custom.v-input .v-field-label{margin-left:0;margin-top:-30px}.local-custom.v-textarea .v-field{background:var(--neutral-one-more)!important}.local-custom.v-textarea .v-field .v-field__field{height:auto}.local-custom.v-textarea .v-field__input{padding-top:16px}.local-custom.v-checkbox .mdi-checkbox-blank-outline:before{background-color:var(--input-backgound);border:1px solid var(--primary);border-radius:3px;color:transparent;height:26px;width:26px}.local-custom.v-checkbox .mdi-checkbox-marked{background-color:var(--primary);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDEyIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZD0ibS43NDEgNi4zMSAzLjk3IDQuMDIzIDguNTQ5LTguNjY2Ii8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;border:1px solid var(--primary);border-radius:3px;color:transparent;height:26px;width:26px}.local-custom.v-radio .mdi-radiobox-blank:before{background-color:var(--input-backgound);border:1px solid var(--primary);border-radius:13px;color:transparent;height:26px;width:26px}.local-custom.v-radio .mdi-radiobox-marked:before{background-color:var(--primary);border:4px solid var(--white);border-radius:13px;color:transparent;height:24px;outline:solid 1px var(--primary);width:24px}.local-custom.v-tabs{height:50px}@media screen and (min-width:1024px){.local-custom.v-tabs{height:60px}}.local-custom.v-tabs .v-slide-group__content{gap:10px}.local-custom.v-tabs button.v-btn{border-radius:5px;color:var(--primary);height:50px}@media screen and (min-width:1024px){.local-custom.v-tabs button.v-btn{height:60px}}.local-custom.v-tabs button.v-btn.v-tab-item--selected{background:var(--primary);color:var(--white)!important}.local-custom.v-tabs button.v-btn.v-tab-item--selected .v-tab__slider{display:none}.local-custom.v-tabs+.v-window{padding-top:20px}.v-field--error:not(.v-field--disabled) .v-label.v-field-label{color:inherit}
