744 lines
14 KiB
Plaintext
744 lines
14 KiB
Plaintext
:root {
|
|
--blue: #1C01A9;
|
|
--blue-secondary: #85B2FC;
|
|
--gray: #2C2D2E;
|
|
--gray-light: rgba(0, 16, 61, 0.06);
|
|
--primary: #005FF9;
|
|
--primary-light: rgb(0 95 249 / 10%);
|
|
--red: #ED0A34;
|
|
--inactive: #EDEFF5;
|
|
--green: #04A8A4;
|
|
--text_not_active: #8E94A7;
|
|
}
|
|
|
|
html {
|
|
/*
|
|
@media all and (max-width: 1420px) and (min-width: 1280px) {
|
|
zoom: 0.7;
|
|
|
|
.container, .bx-breadcrumb {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
*/
|
|
}
|
|
|
|
body {
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
color: #0C0C0C;
|
|
font-family: 'Montserrat', sans-serif;
|
|
font-weight: 400;
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
|
|
.overflow {
|
|
overflow: hidden;
|
|
|
|
@media all and(max-width: 960px) {
|
|
overflow: unset;
|
|
}
|
|
}
|
|
|
|
#__next {
|
|
@media all and (max-width: 960px) {
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
.container {
|
|
padding-top: 80px;
|
|
width: 100%;
|
|
max-width: 1310px;
|
|
margin: auto;
|
|
position: relative;
|
|
padding-bottom: 140px;
|
|
margin-bottom: 40px;
|
|
|
|
&:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: -4px;
|
|
bottom: 0;
|
|
z-index: -1;
|
|
/*
|
|
background: repeating-linear-gradient(
|
|
90deg,
|
|
#fff,
|
|
#EDEFF5 1px,
|
|
transparent 0px,
|
|
transparent 25%);
|
|
background: repeating-linear-gradient(to right, transparent 1px, transparent calc(25% - 1px), #EDEFF5 25%, #EDEFF5 25%);
|
|
*/
|
|
}
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
@media all and (max-width: 1279px) {
|
|
padding-top: 30px;
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
padding-top: 30px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
@media all and (max-width: 1420px) {
|
|
width: calc(100% - 160px);
|
|
margin: 0 80px 30px 80px;
|
|
}
|
|
|
|
@media all and (max-width: 768px) {
|
|
margin: 0 16px 16px 16px;
|
|
width: calc(100% - 32px);
|
|
}
|
|
}
|
|
|
|
.aside_container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
|
|
@media all and (min-width: 1280px) {
|
|
&:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
width: 1px;
|
|
top: -135px;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 3;
|
|
background: var(--inactive)
|
|
}
|
|
}
|
|
|
|
aside {
|
|
width: 415px;
|
|
|
|
@media all and (max-width: 960px) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
article {
|
|
width: calc(100% - 550px);
|
|
|
|
&:only-child {
|
|
width: 100%;
|
|
}
|
|
|
|
.info_column {
|
|
padding: 20px 40px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #EDEFF5;
|
|
|
|
div {
|
|
width: calc(50% - 55px);
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
padding: 0;
|
|
|
|
div {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
width: 100%;
|
|
|
|
.info_column {
|
|
padding: 25px 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.about {
|
|
aside {
|
|
width: 255px;
|
|
border-right: 1px solid var(--inactive);
|
|
padding-bottom: 80px;
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
width: 255px;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
@media all and (max-width: 1279px) {
|
|
border-right: 0;
|
|
padding-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
article {
|
|
width: calc(100% - 285px);
|
|
padding-bottom: 80px;
|
|
|
|
&.full {
|
|
width: 100%;
|
|
}
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
width: calc(100% - 295px);
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
padding-bottom: 0px;
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 1279px) {
|
|
display: block;
|
|
|
|
aside, article {
|
|
width: 100%;
|
|
}
|
|
|
|
aside.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
.section_title {
|
|
font-size: 50px;
|
|
line-height: 60px;
|
|
font-weight: 700;
|
|
color: #0C0C0C;
|
|
margin-bottom: 35px;
|
|
|
|
&.no-margin {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
font-size: 36px;
|
|
line-height: 48px;
|
|
}
|
|
|
|
@media all and (max-width: 1279px) {
|
|
font-size: 32px;
|
|
line-height: 44px;
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
font-size: 22px;
|
|
line-height: 33px;
|
|
}
|
|
|
|
@media all and (max-width: 768px) {
|
|
margin-bottom: 25px;
|
|
}
|
|
}
|
|
|
|
h1 {
|
|
font-size: 32px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 24px;
|
|
line-height: 28px;
|
|
margin-top: 1.5em;
|
|
margin-bottom: 10px;
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
font-size: 22px;
|
|
line-height: 26px;
|
|
}
|
|
|
|
&.model {
|
|
font-size: 26px;
|
|
line-height: 35px;
|
|
color: var(--text_not_active);
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
|
|
@media all and (max-width: 768px) {
|
|
font-size: 19px;
|
|
line-height: 26px;
|
|
}
|
|
}
|
|
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
font-size: 17px;
|
|
line-height: 24px;
|
|
margin-top: 1.5em;
|
|
margin-bottom: 10px;
|
|
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
h4 {
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
margin-top: 1.5em;
|
|
margin-bottom: 10px;
|
|
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
.secondary {
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
|
|
&.not_active {
|
|
color: #8E94A7;
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
font-size: 10px;
|
|
line-height: 15px;
|
|
}
|
|
}
|
|
|
|
b,
|
|
strong {
|
|
font-weight: 700;
|
|
}
|
|
|
|
p {
|
|
&.primary {
|
|
color: var(--blue);
|
|
}
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: var(--blue);
|
|
}
|
|
|
|
div {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.clear {
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
@media all and (max-width: 736px) {
|
|
h1 {
|
|
font-size: 24px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
|
|
.i-phone {
|
|
padding-left: 28px;
|
|
background: url("/assets/images/icons/icon-phone-hot.svg") no-repeat 0 2px;
|
|
}
|
|
.i-phone-secondary {
|
|
padding-left: 28px;
|
|
background: url("/assets/images/icons/icon-phone-secondary.svg") no-repeat 0 2px;
|
|
}
|
|
.i-address {
|
|
padding-left: 28px;
|
|
background: url("/assets/images/icons/icon-address.svg") no-repeat 0 2px;
|
|
}
|
|
.i-worktime {
|
|
padding-left: 28px;
|
|
background: url("/assets/images/icons/icon-worktime.svg") no-repeat 0 2px;
|
|
}
|
|
|
|
.i-pdf {
|
|
padding-left: 80px;
|
|
background: url("/assets/images/icons/icon-pdf.svg") no-repeat left center;
|
|
|
|
&[data-format] {
|
|
background: url("/assets/images/icons/icon-file.svg") no-repeat left center;
|
|
position: relative;
|
|
|
|
&:before {
|
|
content: attr(data-format);
|
|
color: #fff;
|
|
font-weight: 700;
|
|
position: absolute;
|
|
left: 3px;
|
|
right: 1px;
|
|
bottom: 1px;
|
|
top: 0;
|
|
font-size: 11px;
|
|
width: 27px;
|
|
display: flex;
|
|
align-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-transform: uppercase;
|
|
word-break: break-all;
|
|
}
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
padding-left: 56px;
|
|
background-size: 42px;
|
|
|
|
&:before {
|
|
width: 27px;
|
|
font-size: 8px;
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
padding-left: 55px;
|
|
background-size: 32px;
|
|
background-position: 0 5px;
|
|
|
|
&:before {
|
|
font-size: 8px;
|
|
width: 34px;
|
|
height: 44px;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
padding-left: 56px;
|
|
background-size: 42px;
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
padding-left: 55px;
|
|
background-size: 32px;
|
|
background-position: 0 5px;
|
|
}
|
|
}
|
|
|
|
.extension
|
|
{
|
|
&[data-format]
|
|
{
|
|
background: url("/assets/images/icons/icon-file.svg") no-repeat left center;
|
|
position: relative;
|
|
|
|
&:before {
|
|
content: attr(data-format);
|
|
color: #fff;
|
|
font-weight: 700;
|
|
position: absolute;
|
|
left: 10px;
|
|
right: 1px;
|
|
bottom: 1px;
|
|
top: 0;
|
|
font-size: 10px;
|
|
width: 35px;
|
|
display: flex;
|
|
align-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-transform: uppercase;
|
|
word-break: break-all;
|
|
}
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
padding-left: 56px;
|
|
background-size: 42px;
|
|
|
|
&:before {
|
|
width: 27px;
|
|
font-size: 8px;
|
|
left: 8px;
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
padding-left: 42px;
|
|
background-size: 32px;
|
|
background-position: 0 5px;
|
|
|
|
&:before {
|
|
font-size: 7px;
|
|
width: 24px;
|
|
height: 42px;
|
|
line-height: 11px;
|
|
text-align: center;
|
|
left: 4px;
|
|
right: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.medium-icon {
|
|
[data-format] {
|
|
&:before {
|
|
line-height: 1.2;
|
|
text-align: center;
|
|
padding: 2px 8px 0 8px;
|
|
box-sizing: border-box;
|
|
font-weight: 600;
|
|
font-size: 7px;
|
|
left: 0;
|
|
width: 34px;
|
|
|
|
@media all and (max-width: 1600px) {
|
|
width: 34px;
|
|
padding: 0;
|
|
height: 44px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.i-doc {
|
|
padding-left: 80px;
|
|
background: url("/assets/images/icons/icon-doc.svg") no-repeat left center;
|
|
background-size: 56px;
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
padding-left: 56px;
|
|
background-size: 42px;
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
padding-left: 55px;
|
|
background-size: 32px;
|
|
background-position: 0 5px;
|
|
}
|
|
|
|
&.blue {
|
|
background-image: url("data:image/svg+xml,%3Csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3.5C2 1.84315 3.34315 0.5 5 0.5H18.3701L20.7774 4L23.1848 7.06354V24.5C23.1848 26.1569 21.8417 27.5 20.1848 27.5H5C3.34314 27.5 2 26.1569 2 24.5V3.5Z' fill='%231C01A9'/%3E%3Cpath opacity='0.4' d='M23.1858 11.5V7L19.334 6.5L23.1858 11.5Z' fill='%230C0C0C'/%3E%3Cline y1='-0.5' x2='11.5553' y2='-0.5' transform='matrix(1 -9.89866e-05 0.000132759 1 6.81445 7.50098)' stroke='%23F0F0F0'/%3E%3Cline y1='-0.5' x2='11.5553' y2='-0.5' transform='matrix(1 -9.89866e-05 0.000132759 1 6.81445 12.501)' stroke='%23F0F0F0'/%3E%3Cline y1='-0.5' x2='11.5553' y2='-0.5' transform='matrix(1 -9.89866e-05 0.000132759 1 6.81445 17.501)' stroke='%23F0F0F0'/%3E%3Cline y1='-0.5' x2='11.5553' y2='-0.5' transform='matrix(1 -9.89866e-05 0.000132759 1 6.81445 22.501)' stroke='%23F0F0F0'/%3E%3Cpath d='M23.1858 7H19.3711C18.8188 7 18.3711 6.55228 18.3711 6V3.5V0.5L23.1858 7Z' fill='%232F80ED'/%3E%3C/svg%3E");
|
|
}
|
|
}
|
|
|
|
.success {
|
|
color: var(--green);
|
|
}
|
|
|
|
.danger {
|
|
color: var(--red)
|
|
}
|
|
|
|
@media all and (max-width: 768px) {
|
|
::-webkit-scrollbar {
|
|
display: none; // Safari and Chrome
|
|
}
|
|
}
|
|
|
|
.avans {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
margin-bottom: 80px;
|
|
|
|
p {
|
|
font-weight: 700;
|
|
font-size: 15px;
|
|
line-height: 23px;
|
|
color: #000;
|
|
padding-bottom: 0px;
|
|
|
|
@media all and (max-width: 1280px) {
|
|
font-size: 14px;
|
|
padding-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 1279px) {
|
|
margin-bottom: 30px;
|
|
|
|
p {
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.rw-calendar-btn-view {
|
|
font-weight: bold;
|
|
font-size: 12px !important;
|
|
|
|
@media all and (max-width: 768px) {
|
|
font-size: 12px !important;
|
|
line-height: 20px;
|
|
}
|
|
|
|
@media (max-width: 1600px) and (min-width: 1280px) {
|
|
font-size: 12px !important;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
|
|
.interactive {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.unselectable {
|
|
user-select: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
|
|
.uploaded_extension
|
|
{
|
|
&[data-format]
|
|
{
|
|
background: url("/assets/images/icons/icon-file.svg") no-repeat left center;
|
|
position: relative;
|
|
min-height: 50px!important;
|
|
background-size: 50px!important;
|
|
padding-left: 58px!important;
|
|
|
|
&:before {
|
|
content: attr(data-format);
|
|
color: #fff;
|
|
font-weight: 700;
|
|
position: absolute;
|
|
left: 10px;
|
|
right: 1px;
|
|
bottom: 1px;
|
|
top: 0;
|
|
font-size: 10px;
|
|
width: 48px!important;
|
|
display: flex;
|
|
align-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-transform: uppercase;
|
|
word-break: break-all;
|
|
text-align: center;
|
|
}
|
|
|
|
@media all and (max-width: 1600px) and (min-width: 1280px) {
|
|
padding-left: 56px;
|
|
background-size: 42px;
|
|
height: 50px!important;
|
|
|
|
&:before {
|
|
width: 27px;
|
|
font-size: 8px;
|
|
left: 8px;
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 960px) {
|
|
padding-left: 42px;
|
|
background-size: 32px;
|
|
background-position: 0 5px;
|
|
min-height: 58px!important;
|
|
|
|
&:before {
|
|
font-size: 7px;
|
|
width: 24px;
|
|
height: 60px !important;
|
|
line-height: 11px;
|
|
text-align: center;
|
|
left: 4px;
|
|
right: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.deals_list_title {
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
line-height: 35px;
|
|
margin-top: 35px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.contracts_list_title {
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
line-height: 35px;
|
|
margin-top: 35px;
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
.messages_overlay {
|
|
position: fixed;
|
|
top: 0px;
|
|
right: 0px;
|
|
width: 30%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: flex-start;
|
|
z-index: 100;
|
|
gap: 10px 10px;
|
|
margin: 10px;
|
|
|
|
.overlay_message_error {
|
|
position: relative;
|
|
width: 100%;
|
|
background-color: #df2525;
|
|
padding: 10px 15px;
|
|
font-size: 12px;
|
|
|
|
h4, p {
|
|
color: #fff;
|
|
}
|
|
|
|
h4 {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.button {
|
|
position: absolute;
|
|
top: 8px;
|
|
right: 8px;
|
|
width: 16px;
|
|
height: 16px;
|
|
padding: 0;
|
|
border: 0;
|
|
background: url("/assets/images/icons/close-white.svg") no-repeat center;
|
|
background-size: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.invoices_title {
|
|
&:extend(.contracts_list_title);
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.schedule_title {
|
|
&:extend(.contracts_list_title);
|
|
margin-bottom: 15px;
|
|
} |