.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html.remodal-is-locked {
overflow: hidden;
touch-action: none;
} .remodal,
[data-remodal-id] {
display: none;
} .remodal-overlay {
position: fixed;
z-index: 9999;
top: -5000px;
right: -5000px;
bottom: -5000px;
left: -5000px;
display: none;
} .remodal-wrapper {
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: auto;
text-align: center;
-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
display: inline-block;
height: 100%;
margin-left: -0.05em;
content: "";
} .remodal-overlay,
.remodal-wrapper {
backface-visibility: hidden;
} .remodal {
position: relative;
outline: none;
text-size-adjust: 100%;
}
.remodal-is-initialized { display: inline-block;
}.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
filter: blur(3px);
} .remodal-overlay {
background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
animation-name: remodal-overlay-closing-keyframes;
} .remodal-wrapper {
padding: 10px 10px 0;
} .remodal {
box-sizing: border-box;
width: 100%;
margin-bottom: 10px;
padding: 35px;
transform: translate3d(0, 0, 0);
color: #2b2e38;
background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
animation-name: remodal-closing-keyframes;
} .remodal,
.remodal-wrapper:after {
vertical-align: middle;
} .remodal-close {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
transition: color 0.2s;
text-decoration: none;
color: #95979c;
border: 0;
outline: 0;
background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
color: #2b2e38;
}
.remodal-close:before {
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
font-size: 25px;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
content: "\00d7";
text-align: center;
} .remodal-confirm,
.remodal-cancel {
font: inherit;
display: inline-block;
overflow: visible;
min-width: 110px;
margin: 0;
padding: 12px 0;
cursor: pointer;
transition: background 0.2s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border: 0;
outline: 0;
}
.remodal-confirm {
color: #fff;
background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
background: #66bb6a;
}
.remodal-cancel {
color: #fff;
background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
background: #ef5350;
} .remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
padding: 0;
border: 0;
} @keyframes remodal-opening-keyframes {
from {
transform: scale(1.05);
opacity: 0;
}
to {
transform: none;
opacity: 1;
filter: blur(0);
}
}
@keyframes remodal-closing-keyframes {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(0.95);
opacity: 0;
filter: blur(0);
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
} @media only screen and (min-width: 641px) {
.remodal {
max-width: 700px;
}
} .lt-ie9 .remodal-overlay {
background: #2b2e38;
}
.lt-ie9 .remodal {
width: 700px;
}.jq-checkbox,.jq-radio{position:relative;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jq-checkbox input,.jq-radio input{position:absolute;z-index:-1;margin:0;padding:0;opacity:0}.jq-file{position:relative;display:inline-block;overflow:hidden}.jq-file input{position:absolute;top:0;right:0;height:auto;margin:0;padding:0;opacity:0;font-size:100px;line-height:1em}.jq-file__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.jq-select-multiple,.jq-selectbox{position:relative;display:inline-block}.jq-select-multiple select,.jq-selectbox select{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0}.jq-select-multiple li,.jq-selectbox li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.jq-selectbox{z-index:10}.jq-selectbox__select{position:relative}.jq-selectbox__select-text{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis}.jq-selectbox__dropdown{position:absolute}.jq-selectbox__search input{-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__dropdown ul{position:relative;overflow:auto;overflow-x:hidden;list-style:none;-webkit-overflow-scrolling:touch}.jq-select-multiple ul{position:relative;overflow-x:hidden;-webkit-overflow-scrolling:touch}.jq-number{display:inline-block}.jq-number__field input{-moz-appearance:textfield;text-align:left}.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}:root { --container-padding: 10px;
--container-width: calc(1280px + (var(--container-padding) * 2));
--section-padding: 50px;
--header-top-height: 65px;
--header-bottom-height: 60px;
scroll-behavior: auto; --body-text-color: #000000;
--body-bg: #ffffff;
--color-blue-50: #F5FCFF;
--color-primary: #006BEB;
--color-primary-hover: hsl(213, 100%, 40%);
--color-secondary: #EB9B00;
--transition: cubic-bezier(0.53, 0.04, 0.16, 0.98); --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--body-font-family: "Ubuntu", var(--font-sans-serif);
--header-font: "Unbounded", var(--font-sans-serif);
--body-font-family-secondary: "Montserrat", var(--font-sans-serif);
--ease-time: 0.25s;
--h1-font: 2.5rem;
--h2-font: 2rem;
--h3-font: 1.5rem;
--h4-font: 1.25rem;
--h5-font: 1.2rem;
--h6-font: 1.125rem;
}  @font-face {
font-family: "Unbounded";
font-style: normal;
font-weight: 400;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Unbounded/Unbounded-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Unbounded";
font-style: normal;
font-weight: 600;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Unbounded/Unbounded-SemiBold.ttf) format("truetype");
}
@font-face {
font-family: "Unbounded";
font-style: normal;
font-weight: 700;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Unbounded/Unbounded-Bold.ttf) format("truetype");
}
@font-face {
font-family: "Ubuntu";
font-style: normal;
font-weight: 300;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Ubuntu/Ubuntu-Light.ttf) format("truetype");
}
@font-face {
font-family: "Ubuntu";
font-style: normal;
font-weight: 400;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Ubuntu/Ubuntu-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Ubuntu";
font-style: normal;
font-weight: 500;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Ubuntu/Ubuntu-Medium.ttf) format("truetype");
}
@font-face {
font-family: "Ubuntu";
font-style: normal;
font-weight: 700;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Ubuntu/Ubuntu-Bold.ttf) format("truetype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 600;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 700;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 300;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Inter/Inter-Light.ttf) format("truetype");
}
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Inter/Inter-Regular.ttf) format("truetype");
}
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 600;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Inter/Inter-SemiBold.ttf) format("truetype");
}
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 700;
font-display: swap;
text-rendering: optimizeLegibility;
src: url(//www.maximusgruz.com/wp-content/themes/maximus/fonts/Inter/Inter-Bold.ttf) format("truetype");
}
b,
strong {
font-weight: bold;
}
p {
margin-top: 0;
margin-bottom: 0;
}
.lead {
font-size: 1rem;
line-height: 1.375;
font-family: "Unbounded", var(--font-sans-serif);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: var(--header-font);
font-weight: 600;
line-height: 1.3;
margin-bottom: 0;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
.h1 > span,
.h2 > span,
.h3 > span,
.h4 > span,
.h5 > span,
.h6 > span {
color: var(--color-primary);
}
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong,
.h1 > strong,
.h2 > strong,
.h3 > strong,
.h4 > strong,
.h5 > strong,
.h6 > strong {
color: var(--color-primary);
font-weight: 600;
}
h1,
.h1 {
font-size: var(--h1-font);
margin-bottom: 32px;
}
h2,
.h2 {
font-size: var(--h2-font);
margin-bottom: 32px;
}
h3,
.h3 {
font-family: "Ubuntu", var(--font-sans-serif);
font-weight: 700;
font-size: var(--h3-font);
margin-bottom: 24px;
}
h4,
.h4 {
font-size: var(--h4-font);
}
h5,
.h5 {
font-size: var(--h5-font);
}
h6,
.h6 {
font-size: var(--h6-font);
}
a {
color: inherit;
text-decoration: none;
}
.button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 260px;
max-width: 100%;
min-height: 44px;
padding: 12px 28px;
cursor: pointer;
font-family: "Unbounded", var(--font-sans-serif);
color: #fff;
background-color: var(--color-primary);
border: 2px solid var(--color-primary);
line-height: 1;
border-radius: 6px;
font-size: 1rem;
font-weight: 600;
white-space: nowrap;
text-align: center;
text-decoration: none;
-webkit-transition-timing-function: var(--transition);
transition-timing-function: var(--transition);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-property: background-color, color, border-color;
transition-property: background-color, color, border-color;
}
.button:hover {
-webkit-transition-duration: 0.25s;
transition-duration: 0.25s;
background-color: var(--color-primary-hover);
}
.button[disabled] {
pointer-events: none;
opacity: 0.65;
}
.button--secondary {
background-color: #fff;
color: var(--color-primary);
}
.button--secondary:hover {
color: #fff;
background-color: var(--color-primary);
} table {
border-spacing: 0;
overflow-x: auto;
text-align: left;
width: 100%;
display: table;
overflow-x: initial;
}
td,
th {
border-bottom: 0.1rem solid currentColor;
padding: 1.2rem 1.5rem;
}
td:first-child,
th:first-child {
padding-left: 0;
}
td:last-child,
th:last-child {
padding-right: 0;
}
dl,
ol,
ul {
margin-top: 0;
padding-left: 0;
}
dl,
ol,
ul {
margin: 1rem 0 1rem 0.5em;
}
ol {
list-style: decimal inside;
}
ul {
list-style: disc inside;
}
img {
display: block;
max-width: 100%;
position: relative;
} .form-styled form {
font-family: var(--body-font-family);
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
font-size: 1rem;
font-weight: 400;
}
.form-styled input,
.form-styled textarea {
background-color: transparent;
}
.form-styled select,
.form-styled input,
.form-styled textarea,
.form-styled button {
width: 100%;
}
.form-styled input,
.form-styled textarea,
.form-styled .jq-selectbox__select {
min-height: 40px;
border: 1px solid #000;
border-radius: 8px;
font-family: inherit;
padding: 8px 24px;
font-size: inherit;
display: block;
}
.form-styled input:focus,
.form-styled textarea:focus,
.form-styled .jq-selectbox__select:focus {
outline: none;
border-color: #000 !important;
}
.form-styled input::-webkit-input-placeholder,
.form-styled textarea::-webkit-input-placeholder,
.form-styled .jq-selectbox__select::-webkit-input-placeholder {
color: #000;
opacity: 1;
}
.form-styled input::-moz-placeholder,
.form-styled textarea::-moz-placeholder,
.form-styled .jq-selectbox__select::-moz-placeholder {
color: #000;
opacity: 1;
}
.form-styled input:-ms-input-placeholder,
.form-styled textarea:-ms-input-placeholder,
.form-styled .jq-selectbox__select:-ms-input-placeholder {
color: #000;
opacity: 1;
}
.form-styled input::-ms-input-placeholder,
.form-styled textarea::-ms-input-placeholder,
.form-styled .jq-selectbox__select::-ms-input-placeholder {
color: #000;
opacity: 1;
}
.form-styled input::placeholder,
.form-styled textarea::placeholder,
.form-styled .jq-selectbox__select::placeholder {
color: #000;
opacity: 1;
}
.form-styled option[value=""][disabled] {
display: none;
}
.form-styled textarea {
resize: none;
height: 106px;
}
.form-styled input:-webkit-autofill,
.form-styled input:-webkit-autofill:hover,
.form-styled input:-webkit-autofill:focus,
.form-styled input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-styled input:-webkit-autofill {
-webkit-text-fill-color: #000 !important;
} .form-styled { }
.form-styled form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.form-styled form p {
margin: 0;
}
.form-styled .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 8px;
}
.form-styled .form-group-title {
margin-bottom: 3px;
font-family: var(--body-font-family-secondary);
font-weight: 600;
}
.form-styled .wpcf7-form-control-wrap {
display: block;
}
.form-styled .checkbox-group {
padding: 0;
margin: 0;
border: none;
}
.form-styled .checkbox-group .wpcf7-form-control.wpcf7-checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 12px;
}
.form-styled .checkbox-group input[type=checkbox] {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.form-styled .checkbox-group label {
font-weight: 600;
font-family: var(--body-font-family-secondary);
position: relative;
cursor: pointer;
}
.form-styled .wpcf7-list-item {
margin: 0;
}
.form-styled .checkbox-group .wpcf7-list-item-label {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
padding-left: 24px;
}
.form-styled .checkbox-group .wpcf7-list-item-label:before,
.form-styled .checkbox-group .wpcf7-list-item-label:after {
content: "";
display: block;
position: absolute;
width: 20px;
height: 20px;
left: 0;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.form-styled .checkbox-group .wpcf7-list-item-label:before {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMS40NjQzNiIgeT0iMC43NSIgd2lkdGg9IjE4LjUiIGhlaWdodD0iMTguNSIgcng9IjIuMjUiIHN0cm9rZT0iIzdGN0Y3RiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==);
}
.form-styled .checkbox-group .wpcf7-list-item-label:after {
opacity: 0;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuODU3NDIgMTEuMzgxM0w3LjYyNjY1IDEzLjc4MTNMMTYuODU3NCA1Ljc4MTI1IiBzdHJva2U9IiMwMDZCRUIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.form-styled .checkbox-group input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
opacity: 1;
}
.form-styled .checkbox-group > div {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.big-form {
padding-right: 96px;   }
.big-form form {
gap: 24px;
}
.big-form input,
.big-form textarea {
background-color: transparent;
}
.big-form input::-webkit-input-placeholder,
.big-form textarea::-webkit-input-placeholder {
color: #8F8F8F;
opacity: 1;
}
.big-form input::-moz-placeholder,
.big-form textarea::-moz-placeholder {
color: #8F8F8F;
opacity: 1;
}
.big-form input:-ms-input-placeholder,
.big-form textarea:-ms-input-placeholder {
color: #8F8F8F;
opacity: 1;
}
.big-form input::-ms-input-placeholder,
.big-form textarea::-ms-input-placeholder {
color: #8F8F8F;
opacity: 1;
}
.big-form input::placeholder,
.big-form textarea::placeholder {
color: #8F8F8F;
opacity: 1;
}
.big-form .points {
position: relative;
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;
padding: 0px;
gap: 8px;
background: var(--color-blue-50);
-webkit-box-shadow: 2px 4px 4px rgba(11, 135, 186, 0.16);
box-shadow: 2px 4px 4px rgba(11, 135, 186, 0.16);
border-radius: 12px;
}
.big-form .points.only-a .point-b {
display: none;
}
.big-form .points.only-a:after {
display: none;
}
.big-form .points:after {
content: "";
position: absolute;
left: calc(100% + 18px);
top: calc(50% - 78px);
width: 78px;
height: 148px;
background-image: url(//www.maximusgruz.com/wp-content/themes/maximus/images/big-form-picture.svg);
background-position: left center;
background-repeat: no-repeat;
background-size: contain;
}
.big-form .point-a,
.big-form .point-b {
width: 100%;
display: block;
padding: 16px;
border-radius: 12px;
}
.big-form .point-a {
color: #fff;
background-color: var(--color-primary);
}
.big-form .point-a input {
border-color: #fff;
color: #fff;
}
.big-form .point-a input::-webkit-input-placeholder {
color: #DFDFDF !important;
opacity: 1 !important;
}
.big-form .point-a input::-moz-placeholder {
color: #DFDFDF !important;
opacity: 1 !important;
}
.big-form .point-a input:-ms-input-placeholder {
color: #DFDFDF !important;
opacity: 1 !important;
}
.big-form .point-a input::-ms-input-placeholder {
color: #DFDFDF !important;
opacity: 1 !important;
}
.big-form .point-a input::placeholder {
color: #DFDFDF !important;
opacity: 1 !important;
}
.big-form .point-a input:focus {
border-color: #fff !important;
}
.big-form .point-b {
background-color: var(--color-blue-50);
}
.big-form .form-group-grid {
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 9px;
-webkit-column-gap: 9px;
-moz-column-gap: 9px;
column-gap: 9px;
}
.big-form .radio-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
padding: 4px 8px;
min-height: 40px;
}
.big-form .radio-group .custom-label {
margin-right: auto;
font-weight: 600;
font-family: var(--body-font-family-secondary);
}
.big-form .wpcf7-form-control.wpcf7-radio {
--input-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
}
.big-form .wpcf7-form-control.wpcf7-radio input[type=radio] {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.big-form .wpcf7-form-control.wpcf7-radio label {
font-weight: 600;
font-family: var(--body-font-family-secondary);
position: relative;
cursor: pointer;
}
.big-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
padding-left: 27px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.big-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before,
.big-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:after {
content: "";
display: block;
position: absolute;
width: 23px;
height: 23px;
border: 1px solid var(--input-color);
left: 0;
border-radius: 50%;
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
}
.big-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:after {
left: 4px;
width: 15px;
height: 15px;
}
.big-form .wpcf7-form-control.wpcf7-radio input[type=radio]:checked ~ .wpcf7-list-item-label:after {
background-color: var(--input-color);
}
.big-form .point-b .wpcf7-form-control.wpcf7-radio {
--input-color: var(--color-primary);
}
.big-form .jq-selectbox {
width: 100%;
}
.big-form .jq-selectbox .jq-selectbox__dropdown ul li:first-child {
display: none;
}
.big-form .jq-selectbox select {
visibility: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
opacity: 0;
}
.big-form .jq-selectbox .jq-selectbox__dropdown {
width: 100%;
background-color: #fff;
border-radius: 0px 0px 8px 8px;
-webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.07);
box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.07);
}
.big-form .jq-selectbox .jq-selectbox__dropdown ul {
margin: 0;
padding: 0;
padding-top: 16px;
}
.big-form .jq-selectbox .jq-selectbox__dropdown li {
padding: 8px 24px;
cursor: pointer;
-webkit-transition: color 0.25s ease;
transition: color 0.25s ease;
}
.big-form .jq-selectbox .jq-selectbox__dropdown li:hover {
text-decoration: underline;
color: var(--color-primary);
}
.big-form .jq-selectbox .jq-selectbox__select {
padding: 0;
}
.big-form .jq-selectbox .jq-selectbox__select-text {
padding: 8px 24px;
min-height: 40px;
line-height: 1.5;
}
.big-form .jq-selectbox .jq-selectbox__trigger {
position: absolute;
width: 24px;
height: 100%;
right: 24px;
top: 0;
bottom: 0;
background-position: center center;
background-repeat: no-repeat;
background-size: 24px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzE0ODQgOUwxMi43MTQ4IDE1TDE4LjcxNDggOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
-webkit-transition: -webkit-transform 0.25s ease;
transition: -webkit-transform 0.25s ease;
transition: transform 0.25s ease;
transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.big-form .jq-selectbox.opened .jq-selectbox__trigger {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
} .menu-toggle {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
margin: 0;
width: 24px;
height: 24px;
cursor: pointer;
border: 0;
font: inherit;
color: #000;
text-transform: none;
background-color: transparent;
overflow: visible;
-webkit-transition-property: opacity, -webkit-filter;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
-webkit-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.menu-toggle .middle {
-webkit-transform-origin: 12px 13px;
-ms-transform-origin: 12px 13px;
transform-origin: 12px 13px;
-webkit-transition: rotate 0.2s;
transition: rotate 0.2s;
}
.menu-toggle .bottom {
-webkit-transform-origin: 12px 19px;
-ms-transform-origin: 12px 19px;
transform-origin: 12px 19px;
}
.menu-toggle .top,
.menu-toggle .bottom {
-webkit-transition-property: translate, rotate;
transition-property: translate, rotate;
-webkit-transition-delay: 0.2s, 0s;
transition-delay: 0.2s, 0s;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.menu-toggle .top {
-webkit-transform-origin: 12px 7px;
-ms-transform-origin: 12px 7px;
transform-origin: 12px 7px;
} body.menu--opened .top {
translate: 0px 6px;
rotate: 45deg;
-webkit-transition-delay: 0s, 0.2s;
transition-delay: 0s, 0.2s;
}
body.menu--opened .middle {
rotate: 45deg;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
body.menu--opened .bottom {
translate: 0px -6px;
rotate: -45deg;
-webkit-transition-delay: 0s, 0.2s;
transition-delay: 0s, 0.2s;
}
html.remodal-is-locked .header-top,
html.remodal-is-locked .header-bottom {
padding-right: var(--scrollbarWidth);
}
.remodal-overlay {
background: rgba(0, 0, 0, 0.25);
}
.remodal {
padding: 32px;
max-width: 430px;
border-radius: 8px;
outline: none !important;
}
.remodal-title {
color: var(--color-primary);
font-family: var(--body-font-family-secondary);
margin-bottom: 8px;
font-size: 1.5rem;
}
.remodal-close-btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: absolute;
right: 16px;
top: 16px;
padding: 0;
margin: 0;
border: none;
background: transparent;
width: 24px;
height: 24px;
-webkit-transition: -webkit-transform 0.25s ease;
transition: -webkit-transform 0.25s ease;
transition: transform 0.25s ease;
transition: transform 0.25s ease, -webkit-transform 0.25s ease;
cursor: pointer;
}
.remodal-close-btn:hover {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.remodal-close-btn svg {
color: #000;
width: 100%;
height: 100%;
}
*,
*::after,
*::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
* {
margin: 0;
}
.wpcf7-form br,
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-response-output {
display: none !important;
}
input.wpcf7-not-valid {
border-color: red !important;
}
html,
body {
height: 100%;
text-size-adjust: 100%;
-o-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
-webkit-font-smoothing: antialiased;
margin: 0;
font-family: var(--body-font-family);
font-size: 1rem;
font-weight: 400;
line-height: 1.375;
color: var(--body-text-color);
text-align: left;
background-color: var(--body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
min-height: 100%;
}
img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
svg {
height: auto;
}
input,
button,
textarea,
select {
font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
overflow-wrap: break-word;
}
#site-wrapper {
overflow: hidden;
min-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;
}
#main {
position: relative;
width: 100%;
max-width: 2560px;
margin: 0 auto;
display: block;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-top: calc(var(--header-top-height) + var(--header-bottom-height));
}
.header {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.container {
width: 100%;
max-width: var(--container-width);
padding-right: var(--container-padding);
padding-left: var(--container-padding);
margin-right: auto;
margin-left: auto;
}
:focus-visible {
outline: 2px solid rgb(32, 103, 210);
outline-offset: 2px;
}
.img-cover {
position: relative;
overflow: hidden;
}
.img-cover.has-overlay:before {
content: "";
display: block;
position: absolute;
inset: 0;
background-color: rgba(0, 107, 235, 0.3);
z-index: 1;
}
.img-cover video,
.img-cover img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.section {
padding: var(--section-padding) 0;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
#site-overlay {
z-index: 9040;
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
transition: opacity 0.5s ease, visibility 0.5s ease;
opacity: 0;
visibility: hidden;
}
body.overlay-show #site-overlay {
opacity: 1;
visibility: visible;
}
.first-section {
padding-top: 80px;
} .social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
}
.link-with-icon {
font-size: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.link-with-icon svg,
.link-with-icon img {
width: 32px;
height: 32px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.link-with-icon .icon {
width: 32px;
height: 32px;
border-radius: 50%;
background-color: #fff;
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: background-color 0.25s ease;
transition: background-color 0.25s ease;
}
.link-with-icon .icon > div {
width: 22px;
height: 22px;
background-color: var(--color-primary);
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
}
.link-with-icon:hover .icon {
background-color: #46B2FF;
}
.link-with-icon:hover .icon > div {
background-color: #fff;
} .order-service-box.boxed {
padding: 12px 8px;
background: #FFFFFF;
-webkit-box-shadow: 0px -4px 4px rgba(176, 176, 176, 0.25), 0px 4px 4px rgba(151, 151, 151, 0.25);
box-shadow: 0px -4px 4px rgba(176, 176, 176, 0.25), 0px 4px 4px rgba(151, 151, 151, 0.25);
border-radius: 8px;
}
.order-service-box__title {
display: inline-block;
color: var(--color-primary);
font-size: 1.5rem;
margin-bottom: 16px;
font-family: var(--body-font-family-secondary);
font-weight: 700;
}
.order-service .order-service-box__form:not(.big-form) {
max-width: 500px;
} .x-content {
font-family: var(--body-font-family-secondary);
font-weight: 600;
}
.x-content h2 {
margin-top: 32px;
}
.x-content p {
margin-bottom: 16px;
}
.x-content > :last-child {
margin-bottom: 0;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(30px, 0, 0);
transform: translate3d(30px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(30px, 0, 0);
transform: translate3d(30px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
transform: translate3d(0, 500px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
transform: translate3d(0, 500px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateIn {
from {
opacity: 0;
-webkit-transform: rotate(45deg) translateZ(0);
transform: rotate(45deg) translateZ(0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rotateIn {
from {
opacity: 0;
-webkit-transform: rotate(45deg) translateZ(0);
transform: rotate(45deg) translateZ(0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} .header {
position: fixed;
width: 100%;
top: 0;
left: 0;
right: 0;
z-index: 9050;
}
.header:after {
content: "";
position: absolute;
top: 0;
left: calc(50% - 210px);
height: 100%;
width: 420px;
z-index: 0;
background-image: url(//www.maximusgruz.com/wp-content/themes/maximus/images/circles-pattern.svg);
background-repeat: no-repeat;
background-size: auto;
background-position: bottom;
}
.header__inner {
position: relative;
z-index: 5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .header-top {
background: #F7FBFE;
border-bottom: 1px solid rgba(0, 107, 235, 0.06);
}
.header-top .header__inner {
z-index: 10;
height: var(--header-top-height);
padding: 8px 0;
} .header-brand {
width: 260px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 75px;
}
.header-brand a {
-webkit-transition: opacity var(--ease-time) ease;
transition: opacity var(--ease-time) ease;
}
.header-brand a:hover {
opacity: 0.6;
}
.header-brand img {
max-height: 36px;
width: auto;
} .header-top-nav {
font-family: var(--header-font);
font-weight: 400;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-right: 32px;
}
.header-top-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 12px;
margin: 0;
padding: 0;
list-style-type: none;
}
.header-top-nav a {
display: inline-block;
padding: 8px;
-webkit-transition: color var(--ease-time) ease;
transition: color var(--ease-time) ease;
}
.header-top-nav a:hover {
color: var(--color-primary);
} .header-top-actions {
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
}
.header-top-actions .header-order-btn {
display: none;
}
.header-top-social-list {
gap: 8px;
} .header-call-box {
position: relative;
}
.header-call-box {
width: 49px;
height: 49px;
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;
}
.header-call-box:hover .header-call-list {
opacity: 1;
visibility: visible;
}
.header-call-btn {
z-index: 1;
position: relative;
width: 32px;
height: 32px;
padding: 0;
border-radius: 50%;
border: none;
font-size: 1rem;
background: transparent;
}
.header-call-btn span {
width: 100%;
height: 100%;
border-radius: inherit;
background-color: var(--color-primary);
color: #fff;
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;
}
.header-call-btn svg {
width: 1em;
height: 1em;
}
.header-call-btn:before,
.header-call-btn:after {
content: "";
position: absolute;
z-index: -1;
border-radius: inherit;
}
.header-call-btn:before {
background-color: #D1E5FF;
inset: -9px;
-webkit-animation: 4s callBtnAnim 0s ease infinite;
animation: 4s callBtnAnim 0s ease infinite;
}
.header-call-btn:after {
background-color: #A4CCFF;
inset: -4px;
-webkit-animation: 4s callBtnAnim 0.15s ease infinite;
animation: 4s callBtnAnim 0.15s ease infinite;
}
.header-call-list {
z-index: 1;
opacity: 0;
visibility: hidden;
position: absolute;
top: calc(100% + 20px);
right: 0px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
padding: 16px;
background-color: #fff;
border-radius: 6px;
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;
gap: 8px;
font-family: "Inter", var(--font-sans-serif);
font-weight: 700;
-webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.header-call-list:before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 20px;
top: -20px;
left: 0;
right: 0;
}
.header-call-list a {
-webkit-transition: color var(--ease-time) ease;
transition: color var(--ease-time) ease;
}
.header-call-list a:hover {
color: var(--color-primary);
}
@-webkit-keyframes callBtnAnim {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
15% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes callBtnAnim {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
15% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
} .header-lang-nav {
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;
}
.header-lang-nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.header-lang-box a[href="#pll_switcher"] {
pointer-events: none;
}
.header-lang-box .menu-item-has-children {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-lang-box .sub-menu {
z-index: 1;
position: absolute;
top: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.header-lang-box .sub-menu a:hover {
text-decoration: underline;
}
.header-lang-box .icon-toggle {
width: 1.25rem;
height: 1.25rem;
}
.header-lang-box .menu-item-has-children:hover > a,
.header-lang-box .menu-item-has-children:hover > .sub-menu-toggle,
.header-lang-box .menu-item-has-children:focus-within > a,
.header-lang-box .menu-item-has-children:focus-within > .sub-menu-toggle {
color: var(--color-primary);
}
.header-lang-box .menu-item-has-children:hover .sub-menu,
.header-lang-box .menu-item-has-children:focus-within .sub-menu {
opacity: 1;
visibility: visible;
} .header-top .menu-toggle {
display: none;
} .header-bottom {
background-color: #fff;
border-bottom: 1px solid rgba(131, 183, 245, 0.25);
}
.header-bottom .header__inner {
height: var(--header-bottom-height);
padding: 8px 0;
}
.header-bottom .header-order-btn {
margin-right: 75px;
}
.header-bottom .header-bottom-social-list,
.header-bottom .header-lang-nav {
display: none;
}
.header-bottom-nav-box {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.header-bottom-nav {
font-family: var(--body-font-family-secondary);
font-weight: 500;
}
.header-bottom-nav a:hover {
color: var(--color-primary);
}
.header-bottom-nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.header-bottom-nav .header-menu-list {
margin: 0;
padding: 0;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
gap: 32px;
justify-content: space-between;
}
.header-bottom-nav .menu-item-has-children {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
padding: 11px 8px;
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
border-radius: 4px 4px 0 0;
}
.header-bottom-nav .menu-item-has-children:last-child .sub-menu {
left: auto;
right: 0;
}
.header-bottom-nav .menu-item-has-children > a[href="#"] {
pointer-events: none;
}
.header-bottom-nav .menu-item-has-children > a,
.header-bottom-nav .menu-item-has-children > .sub-menu-toggle {
-webkit-transition: color 0.25s ease;
transition: color 0.25s ease;
}
.header-bottom-nav.top-nav-copy {
display: none;
}
.header-bottom-nav .sub-menu {
position: absolute;
top: calc(100% - 1px);
left: 0;
opacity: 0;
padding: 16px;
visibility: hidden;
border-radius: 0px 0px 6px 6px;
background-color: var(--color-blue-50);
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
-webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
transition: opacity 0.25s ease, visibility 0.25s ease;
-webkit-box-shadow: 2px 4px 4px 0px rgba(11, 135, 186, 0.16);
box-shadow: 2px 4px 4px 0px rgba(11, 135, 186, 0.16);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 8px;
}
.header-bottom-nav .sub-menu a {
-webkit-transition: color 0.25s ease, -webkit-text-decoration 0.25s ease;
transition: color 0.25s ease, -webkit-text-decoration 0.25s ease;
transition: color 0.25s ease, text-decoration 0.25s ease;
transition: color 0.25s ease, text-decoration 0.25s ease, -webkit-text-decoration 0.25s ease;
}
.header-bottom-nav .sub-menu a:hover {
color: var(--color-primary);
text-decoration: underline;
} .hero__inner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.hero-decor {
display: block;
z-index: -1;
width: 1477px;
height: 620px;
position: absolute;
left: -80px;
bottom: -112px;
background-image: url(//www.maximusgruz.com/wp-content/themes/maximus/images/hero-decor.png);
background-size: 100%;
background-repeat: no-repeat;
} .hero-left {
position: relative;
z-index: 5;
width: 72.66%;
-ms-flex-negative: 0;
flex-shrink: 0;
max-width: 100%;
}
.hero-left-head {
max-width: 730px;
margin-bottom: 24px;
}
.hero-left-head .h1 {
line-height: 1.25;
margin-bottom: 40px;
font-weight: 600;
}
.hero-left-head .lead {
font-size: 1.25rem;
color: var(--color-primary);
font-weight: 500;
}
.hero-left-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
}
.hero-left-picture {
display: none;
margin-bottom: 16px;
}
.hero-left-picture .img-cover {
border-radius: 12px;
} .hero-right {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-left: -70px;
}
.hero-right .img-cover {
border-radius: 12px;
padding-bottom: 87%;
}
.hero-right img {
width: 100%;
} .hero-metrics {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
}
.hero-metrics .order-call-box {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.hero-metrics-card {
color: var(--color-secondary);
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: center;
-ms-flex-pack: center;
justify-content: center;
gap: 12px;
text-align: center;
border-radius: 8px;
padding: 32px 24px;
background-color: #fff;
-webkit-box-shadow: 0px 4px 4px 0px rgba(151, 151, 151, 0.25);
box-shadow: 0px 4px 4px 0px rgba(151, 151, 151, 0.25);
}
.hero-metrics-card:nth-child(1) .hero-metrics-card__number {
font-family: var(--header-font);
}
.hero-metrics-card__number {
font-family: var(--body-font-family-secondary);
font-weight: 700;
font-size: 2.5rem;
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;
gap: 8px;
}
.hero-metrics-card__number img {
width: 78px;
height: 33px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
}
.hero-metrics-card__text {
font-size: 1.125rem;
font-weight: 700;
font-family: var(--body-font-family-secondary);
}
.order-call-box {
width: 335px;
-ms-flex-negative: 0;
flex-shrink: 0;
max-width: 100%;
padding: 12px 8px;
border-radius: 8px;
background-color: #fff;
-webkit-box-shadow: 0px 4px 4px 0px rgba(151, 151, 151, 0.25);
box-shadow: 0px 4px 4px 0px rgba(151, 151, 151, 0.25);
}
.order-call-box__title {
text-align: center;
margin-bottom: 20px;
font-size: 0.875rem;
color: var(--color-primary);
font-weight: 700;
font-family: var(--body-font-family-secondary);
}
.order-call-form form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
}
.order-call-form .phone-input {
position: relative;
}
.order-call-form .phone-input input {
width: 100%;
border: 1px solid #EEEEEE;
border-radius: 6px;
padding: 5px 12px 5px 56px;
font-size: 1rem;
font-weight: 500;
}
.order-call-form .phone-input:before {
content: "";
pointer-events: none;
position: absolute;
top: 0px;
bottom: 0;
left: 24px;
width: 24px;
height: 100%;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjAwMDEgMTYuOTIwMVYxOS45MjAxQzIyLjAwMTIgMjAuMTk4NiAyMS45NDQxIDIwLjQ3NDMgMjEuODMyNiAyMC43Mjk0QzIxLjcyMSAyMC45ODQ2IDIxLjU1NzQgMjEuMjEzNyAyMS4zNTIxIDIxLjQwMkMyMS4xNDY5IDIxLjU5MDIgMjAuOTA0NiAyMS43MzM2IDIwLjY0MDggMjEuODIyOEMyMC4zNzcgMjEuOTEyIDIwLjA5NzQgMjEuOTQ1MiAxOS44MjAxIDIxLjkyMDFDMTYuNzQyOSAyMS41ODU3IDEzLjc4NzEgMjAuNTM0MiAxMS4xOTAxIDE4Ljg1MDFDOC43NzM4OCAxNy4zMTQ4IDYuNzI1MzkgMTUuMjY2MyA1LjE5MDA2IDEyLjg1MDFDMy41MDAwMyAxMC4yNDEzIDIuNDQ4MyA3LjI3MTA5IDIuMTIwMDYgNC4xODAxQzIuMDk1MDcgMy45MDM1NiAyLjEyNzkzIDMuNjI0ODYgMi4yMTY1NiAzLjM2MTcyQzIuMzA1MTggMy4wOTg1OSAyLjQ0NzYzIDIuODU2NzkgMi42MzQ4MiAyLjY1MTcyQzIuODIyMDIgMi40NDY2NSAzLjA0OTg2IDIuMjgyODEgMy4zMDM4NSAyLjE3MDYyQzMuNTU3ODMgMi4wNTg0MyAzLjgzMjQgMi4wMDAzNiA0LjExMDA2IDIuMDAwMUg3LjExMDA2QzcuNTk1MzYgMS45OTUzMiA4LjA2NTg1IDIuMTY3MTggOC40MzM4MiAyLjQ4MzYzQzguODAxNzkgMi44MDAwOCA5LjA0MjEzIDMuMjM5NTQgOS4xMTAwNSAzLjcyMDFDOS4yMzY2OCA0LjY4MDE2IDkuNDcxNTEgNS42MjI4MiA5LjgxMDA2IDYuNTMwMUM5Ljk0NDYgNi44ODgwMiA5Ljk3MzcyIDcuMjc3MDEgOS44OTM5NiA3LjY1MDk4QzkuODE0MjEgOC4wMjQ5NCA5LjYyODkyIDguMzY4MjEgOS4zNjAwNSA4LjY0MDFMOC4wOTAwNiA5LjkxMDFDOS41MTM2MSAxMi40MTM2IDExLjU4NjUgMTQuNDg2NSAxNC4wOTAxIDE1LjkxMDFMMTUuMzYwMSAxNC42NDAxQzE1LjYzMTkgMTQuMzcxMiAxNS45NzUyIDE0LjE4NTkgMTYuMzQ5MiAxNC4xMDYyQzE2LjcyMzEgMTQuMDI2NCAxNy4xMTIxIDE0LjA1NTYgMTcuNDcwMSAxNC4xOTAxQzE4LjM3NzMgMTQuNTI4NiAxOS4zMiAxNC43NjM1IDIwLjI4MDEgMTQuODkwMUMyMC43NjU4IDE0Ljk1ODYgMjEuMjA5NSAxNS4yMDMzIDIxLjUyNjYgMTUuNTc3NkMyMS44NDM3IDE1Ljk1MTkgMjIuMDEyMiAxNi40Mjk3IDIyLjAwMDEgMTYuOTIwMVoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.order-call-form .submit-box button {
width: 100%;
}
.hero-home-picture {
position: relative;
}
.hero-home-picture .img-cover {
padding-bottom: 97.9%;
}
.hero-home-picture .img-cover img {
-o-object-fit: contain;
object-fit: contain;
}
.hero-home-picture .img-cover.svg {
-webkit-transform-origin: 45% 45%;
-ms-transform-origin: 45% 45%;
transform-origin: 45% 45%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
} .hero-home .hero-left-picture .img-cover {
border-radius: 0;
padding-bottom: 97.9%;
}
.hero-home .hero__inner {
min-height: 490px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hero-home .hero-right {
margin-left: -156px;
}
.hero-home .hero-right .hero-home-picture {
position: relative;
}
.hero-home .hero-right .img-cover {
padding-bottom: 97.9%;
}
.hero-home .hero-right .img-cover img {
-o-object-fit: contain;
object-fit: contain;
}
.hero-home .hero-left-head {
margin-bottom: 56px;
}
.about {
overflow: hidden;
}
.about-top {
margin-bottom: 24px;
}
.about-top .lead {
color: var(--color-primary);
max-width: 635px;
} .about-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 65px;
} .about-left {
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-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
gap: 40px;
}
.about-picture-desktop {
margin-top: auto;
}
.about-picture-tablet,
.about-picture-phone {
display: none;
}
.about-benefits {
display: grid;
grid-template-columns: auto auto;
row-gap: 32px;
-webkit-column-gap: 65px;
-moz-column-gap: 65px;
column-gap: 65px;
}
.icon-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 22px;
}
.icon-box__icon {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.icon-box__icon img {
width: 68px;
height: 68px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: left center;
object-position: left center;
display: block;
max-width: 100%;
}
.icon-box__title {
color: #33363F;
font-weight: 500;
text-transform: uppercase;
line-height: 1.2;
} .about-right {
width: 44.4%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.about-right__content p {
margin-bottom: 16px;
}
.about-right__action {
margin-top: 16px;
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: 40px;
}
.about-right__action .img-cover {
border-radius: 12px;
height: 305px;
width: 100%;
}
.how-order__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 64px;
}
.how-order-left {
width: 612px;
max-width: 100%;
}
.how-order-left .button {
margin-top: 24px;
}
.how-order-right {
width: 536px;
max-width: 100%;
margin-left: auto;
}
.how-order-right .how-order-btn {
display: none;
}
.how-order-right-title {
margin-left: 84px;
margin-bottom: 22px;
font-size: 1.5rem;
font-weight: 500;
}
.how-order-slider {
width: 100%;
max-width: 536px;
position: relative;
padding-right: 36px;
position: relative;
}
.how-order-slider .slick-list {
overflow: hidden;
}
.how-order-slider .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.how-order-slider__item {
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
}
.how-order-slider .number {
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: 68px;
height: 68px;
border-radius: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 32px;
background-color: var(--color-secondary);
color: #fff;
font-family: "Unbounded", var(--font-sans-serif);
font-weight: 600;
line-height: 1;
-webkit-box-shadow: 2px 4px 4px 0 rgba(108, 108, 108, 0.25);
box-shadow: 2px 4px 4px 0 rgba(108, 108, 108, 0.25);
}
.how-order-slider .slide-content {
font-size: 1.25rem;
line-height: 1.1;
}
.how-order-slider .slide-content p {
margin-bottom: 16px;
}
.how-order-slider .slide-content .h4,
.how-order-slider .slide-content h4 {
margin-bottom: 8px;
}
.how-order-slider .img-cover {
border-radius: 12px;
margin-top: 28px;
height: 176px;
width: 100%;
}
.how-order-slider .slick-dots {
position: absolute;
right: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
list-style-type: none;
gap: 6px;
margin: 0;
padding: 0;
}
.how-order-slider .slick-dots li.slick-active button {
background-color: var(--color-secondary);
}
.how-order-slider .slick-dots button {
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 12px;
height: 12px;
background-color: #000;
border-radius: 12px;
font-size: 0px;
outline: none;
border: none;
cursor: pointer;
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
}
.benefits {
overflow: hidden;
} .benefits-head {
text-transform: uppercase;
font-family: "Unbounded", var(--font-sans-serif);
text-align: center;
line-height: 1;
font-weight: 600;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.benefits-head__top {
display: block;
font-size: 74px;
color: var(--color-primary);
margin-bottom: -0.2em;
}
.benefits-head__bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 10px;
font-size: 60px;
color: #fff;
background-color: var(--color-primary);
padding: 28px 20px 20px;
overflow: hidden;
}
.benefits-head__bottom--ru {
font-size: 47px;
} .benefits-row {
margin-top: 56px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 76px;
}
.benefits-image {
width: 25%;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.benefits-image .img-cover {
height: 100%;
width: 100%;
border-radius: 12px;
}
.benefits-image .tablet {
display: none;
} .benefits-grid {
display: grid;
grid-template-columns: 1fr 1fr;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
row-gap: 40px;
padding-right: 16px;
}
.benefits-grid__item {
position: relative;
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;
padding: 9px 16px;
min-height: 185px;
background-color: #fff;
border-radius: 12px;
font-family: var(--body-font-family-secondary);
font-weight: 600;
font-size: 1rem;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
line-height: 1.28;
}
.benefits-grid__icon {
position: absolute;
height: 68px;
right: -16px;
top: -16px;
display: block;
width: auto;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: right top;
object-position: right top;
}
.benefits-grid__title {
margin-right: 60px;
margin-bottom: 22px;
}
.services-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 32px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 32px;
}
.services-head h2 {
margin: 0;
}
.services-slider-box .services-slider-arrows {
display: none;
}
.slider-arrows,
.services-slider-arrows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
}
.slider-arrows button,
.services-slider-arrows button {
padding: 0;
border: none;
outline: none;
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 24px;
height: 24px;
cursor: pointer;
}
.slider-arrows button svg,
.services-slider-arrows button svg {
-webkit-transition: 0.25s ease;
transition: 0.25s ease;
}
.slider-arrows button:hover,
.services-slider-arrows button:hover {
color: var(--color-primary);
}
.slider-arrows .button-prev svg,
.services-slider-arrows .button-prev svg {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
} .services-slider {
--gutter: 14px;
width: 100%;
}
.services-slider .slick-list {
position: relative;
overflow: hidden;
padding-bottom: 16px;
width: calc(100% + var(--gutter) * 2);
margin-left: calc(var(--gutter) * -1);
margin-right: calc(var(--gutter) * -1);
}
.services-slider .slick-list:before,
.services-slider .slick-list:after {
content: "";
position: absolute;
width: var(--gutter);
height: 100%;
z-index: 5;
}
.services-slider .slick-list:before {
left: 0;
top: 0;
bottom: 0;
right: auto;
background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0));
}
.services-slider .slick-list:after {
left: auto;
top: 0;
bottom: 0;
right: 0;
background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
background-image: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0));
}
.services-slider .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.services-slider .slider-item {
padding: 16px;
margin-left: var(--gutter);
margin-right: var(--gutter);
background-color: #FBFAFF;
border-radius: 12px;
-webkit-box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.25);
box-shadow: 0px 4px 4px 0 rgba(197, 197, 197, 0.25);
-webkit-transition: background-color var(--ease-time) ease, -webkit-box-shadow var(--ease-time) ease;
transition: background-color var(--ease-time) ease, -webkit-box-shadow var(--ease-time) ease;
transition: background-color var(--ease-time) ease, box-shadow var(--ease-time) ease;
transition: background-color var(--ease-time) ease, box-shadow var(--ease-time) ease, -webkit-box-shadow var(--ease-time) ease;
}
.services-slider .slider-item__head {
height: 160px;
padding: 16px;
position: relative;
border-radius: 12px;
overflow: hidden;
background-position: center center;
background-size: cover;
margin-bottom: 16px;
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.services-slider .slider-item__head > * {
position: relative;
z-index: 1;
}
.services-slider .slider-item__head:after {
content: "";
position: absolute;
display: block;
inset: 0;
border-radius: inherit;
background-color: rgba(0, 0, 0, 0.2);
}
.services-slider .slider-item-head-box {
width: 100%;
margin-top: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.services-slider .slider-item__title {
-webkit-transition: -webkit-transform 0.25s ease;
transition: -webkit-transform 0.25s ease;
transition: transform 0.25s ease;
transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.services-slider .slider-item__arrow {
-ms-flex-negative: 0;
flex-shrink: 0;
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;
color: var(--color-primary);
background-color: #fff;
border-radius: 50%;
height: 40px;
width: 40px;
}
.services-slider .slider-item__arrow svg {
-webkit-transition: var(--ease-time) ease;
transition: var(--ease-time) ease;
}
.services-slider .slider-item__content {
-webkit-transition: color var(--ease-time) ease;
transition: color var(--ease-time) ease;
font-size: 1rem;
line-height: 1.28;
font-weight: 600;
font-family: var(--body-font-family-secondary);
}
.services-slider .slider-item .fake-title {
font-size: 2.5rem;
font-family: var(--header-font);
position: absolute;
line-height: 1.2;
top: 3px;
left: 16px;
font-weight: 600;
-webkit-transition: -webkit-transform 0.25s ease;
transition: -webkit-transform 0.25s ease;
transition: transform 0.25s ease;
transition: transform 0.25s ease, -webkit-transform 0.25s ease;
-webkit-transform: translateY(-110%);
-ms-transform: translateY(-110%);
transform: translateY(-110%);
}
.services-slider .slider-item:hover {
background-color: var(--color-primary);
color: #fff;
-webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.services-slider .slider-item:hover .fake-title {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.services-slider .slider-item:hover .slider-item-head-box .slider-item__title {
-webkit-transform: translateY(calc(100% + 40px));
-ms-transform: translateY(calc(100% + 40px));
transform: translateY(calc(100% + 40px));
}
.services-slider .slider-item:hover .slider-item__arrow svg {
-webkit-transform: translateX(2px);
-ms-transform: translateX(2px);
transform: translateX(2px);
}
.home-reviews__inner {
background-color: var(--color-blue-50);
border: 1px solid rgba(0, 107, 235, 0.12);
-webkit-box-shadow: 0px 4px 4px 0px rgba(24, 160, 251, 0.11);
box-shadow: 0px 4px 4px 0px rgba(24, 160, 251, 0.11);
border-radius: 24px;
padding: 65px 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 32px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-image: url(//www.maximusgruz.com/wp-content/themes/maximus/images/home/home-reviews-decor.svg);
background-position: center center;
background-repeat: no-repeat;
} .home-reviews__left {
max-width: 526px;
font-weight: 400;
}
.home-reviews__left .h2 {
margin-bottom: 24px;
}
.home-reviews__left .read-all-btn {
margin-top: 40px;
width: 100%;
max-width: 426px;
} .home-reviews__right {
max-width: 100%;
}
.home-reviews__right .read-all-btn {
display: none;
} .home-reviews-slider {
--gutter: 10px;
width: 100%;
max-width: 450px;
}
.home-reviews-slider .slick-list {
overflow: hidden;
width: calc(100% + var(--gutter) * 2);
margin-left: calc(var(--gutter) * -1);
margin-right: calc(var(--gutter) * -1);
}
.home-reviews-slider .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.home-reviews-slider .home-reviews-slider__item {
padding-bottom: 16px;
text-align: left;
}
.home-reviews-slider .slider-item {
margin-left: var(--gutter);
margin-right: var(--gutter);
min-height: 220px;
padding: 24px 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
background-color: #fff;
-webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
border-radius: 12px;
}
.home-reviews-slider .slider-item__top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.home-reviews-slider .city {
font-size: 1.25rem;
font-weight: 600;
font-family: var(--body-font-family-secondary);
}
.home-reviews-slider .date {
font-size: 0.9375rem;
color: #858585;
}
.home-reviews-slider .slider-item__middle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.home-reviews-slider .name {
font-size: 1.25rem;
color: var(--color-primary);
font-weight: 600;
font-family: "Unbounded", var(--font-sans-serif);
}
.home-reviews-slider .icon {
width: 49px;
height: 49px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.home-reviews-slider .slider-item__content {
font-family: var(--body-font-family-secondary);
font-weight: 600;
}
.home-reviews-slider-arrows {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.hero-about .h1 {
margin-bottom: 8px;
}
.hero-about .brand-name {
font-size: 6.6875rem;
line-height: 0.8;
color: var(--color-primary);
text-transform: uppercase;
font-weight: 600;
font-family: var(--header-font);
}
.hero-about .hero-right .img-cover {
padding-bottom: 87%;
}
.principles__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.principles-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-right: 45px;
width: 415px;
}
.principles-left .h2 {
margin-bottom: 20px;
margin-right: -15px;
}
.principles-left .order-service-box {
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: center;
-ms-flex-pack: center;
justify-content: center;
padding: 12px 8px;
background: #fff;
-webkit-box-shadow: 0px -4px 4px rgba(176, 176, 176, 0.25), 0px 4px 4px rgba(151, 151, 151, 0.25);
box-shadow: 0px -4px 4px rgba(176, 176, 176, 0.25), 0px 4px 4px rgba(151, 151, 151, 0.25);
border-radius: 8px;
}
.principles-left .order-service-box__form {
width: 100%;
}
.principles-left__image {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-bottom: 105%;
border-radius: 12px;
margin-bottom: 46px;
} .principles-right {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.principles-right-title {
display: none;
}
.principles-right-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 14px;
-webkit-column-gap: 24px;
-moz-column-gap: 24px;
column-gap: 24px;
}
.principles-list-item {
border-radius: 8px;
padding: 16px;
background-color: #fff;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.principles-list-item__head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 22px;
margin-bottom: 22px;
}
.principles-list-item__number {
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: 68px;
height: 68px;
border-radius: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 32px;
background-color: var(--color-secondary);
color: #fff;
font-family: "Unbounded", var(--font-sans-serif);
font-weight: 600;
line-height: 1;
-webkit-box-shadow: 2px 4px 4px 0 rgba(108, 108, 108, 0.25);
box-shadow: 2px 4px 4px 0 rgba(108, 108, 108, 0.25);
}
.principles-list-item__title {
font-family: var(--header-font);
font-weight: 600;
font-size: 1.25rem;
}
.principles-list-item__content {
font-family: var(--body-font-family-secondary);
font-weight: 600;
font-size: 1rem;
}
.info__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 24px;
background-color: #F3FAFF;
-webkit-box-shadow: -2px -4px 4px rgba(11, 135, 186, 0.16), 2px 4px 4px rgba(11, 135, 186, 0.16);
box-shadow: -2px -4px 4px rgba(11, 135, 186, 0.16), 2px 4px 4px rgba(11, 135, 186, 0.16);
margin-top: 50px;
margin-bottom: 50px;
}
.info-left {
width: 60%;
padding: 50px 64px 50px 70px;
font-family: var(--body-font-family-secondary);
font-weight: 600;
}
.info-left .h3,
.info-left h3 {
margin-top: 24px;
}
.info-left > :last-child {
margin-bottom: 0;
}
.info-left p {
margin-bottom: 16px;
}
.info-right {
width: 40%;
}
.info-right .img-cover {
border-radius: 12px;
width: 100%;
height: calc(100% + 100px);
margin-top: -50px;
-webkit-box-shadow: 2px 4px 4px rgba(108, 108, 108, 0.25);
box-shadow: 2px 4px 4px rgba(108, 108, 108, 0.25);
}
.info-right .img-cover img {
-o-object-position: right center;
object-position: right center;
}
.checklist__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 32px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .checklist-left {
width: 640px;
max-width: 100%;
}
.checklist-left .boxed-content {
padding: 16px 8px;
background-color: var(--color-blue-50);
-webkit-box-shadow: 2px 4px 4px rgba(11, 135, 186, 0.16);
box-shadow: 2px 4px 4px rgba(11, 135, 186, 0.16);
border-radius: 12px;
margin-bottom: 16px;
} .checklist-right {
width: 500px;
max-width: 100%;
}
.checklist-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 26px;
}
.checklist-list-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 38px;
}
.checklist-list-item svg {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 50px;
height: 50px;
}
.checklist-list-item-title {
margin: 0;
line-height: 1.1;
}
.cta__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 32px;
padding: 64px 70px 110px;
background-color: var(--color-blue-50);
-webkit-box-shadow: -2px -4px 4px rgba(11, 135, 186, 0.16), 2px 4px 4px rgba(11, 135, 186, 0.16);
box-shadow: -2px -4px 4px rgba(11, 135, 186, 0.16), 2px 4px 4px rgba(11, 135, 186, 0.16);
border-radius: 24px;
} .cta-left {
width: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.cta-left .h4 {
margin-bottom: 16px;
}
.cta-left .lead {
margin-bottom: 24px;
font-weight: 700;
font-family: var(--body-font-family);
color: var(--color-primary);
}
.cta-left .styled-list {
list-style-type: none;
margin-top: 16px;
margin-bottom: 16px;
margin-left: 0;
font-family: var(--body-font-family-secondary);
font-weight: 600;
}
.cta-left .styled-list li {
position: relative;
padding-left: 1em;
margin-bottom: 14px;
}
.cta-left .styled-list li:last-child {
margin-bottom: 0;
}
.cta-left .styled-list li:before {
content: "";
position: absolute;
width: 0.75em;
height: 0.75em;
border-radius: 50%;
background-color: var(--color-primary);
left: 0;
top: 0.27em;
} .cta-right {
width: 415px;
max-width: 100%;
}
.cta-right .order-service-box__title {
display: inline-block;
margin-bottom: 24px;
font-size: 2rem;
color: var(--body-text-color);
}
.cta-right .order-service-box__desc {
font-family: var(--header-font);
color: var(--color-primary);
font-weight: 400;
margin-bottom: 16px;
font-size: 1rem;
}
.hero-service.hero-service-version-2 .hero-left-description {
max-width: 530px;
margin-right: auto;
}
.hero-service.hero-service-version-2 .hero-left-description p {
font-family: var(--body-font-family-secondary);
font-weight: 600;
}
.hero-service .hero-left {
width: 75%;
}
.hero-service .hero-left .h1 {
margin-bottom: 32px;
}
.hero-service .hero-left .h3 {
font-weight: 500;
}
.hero-service .hero-left p {
margin-bottom: 16px;
}
.hero-service .hero-left-description > :last-child {
margin-bottom: 0;
}
.hero-service .order-call-box {
-ms-flex-item-align: start;
align-self: flex-start;
}
.hero-service .hero-right {
margin-left: -140px;
}
.hero-service .hero-right .img-cover {
padding-bottom: 60%;
}
.service-cta .cta__inner {
padding: 34px 50px 54px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.service-cta .cta-left {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.service-cta .cta-left h2:first-child {
margin-top: 0;
}
.cta-right-cards {
width: 420px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 24px;
}
.cta-right-cards-item {
display: block;
padding: 16px;
color: #fff;
background-color: var(--color-primary);
-webkit-box-shadow: 0px 4px 4px rgba(0, 107, 235, 0.1);
box-shadow: 0px 4px 4px rgba(0, 107, 235, 0.1);
border-radius: 12px;
}
.cta-right-cards-item .h3 {
font-family: var(--header-font);
margin-bottom: 8px;
font-weight: 400;
} .order-service .order-service-box__title {
font-family: var(--header-font);
color: var(--body-text-color);
font-size: 2rem;
margin-bottom: 24px;
}
.order-service .order-service-box__desc {
color: var(--color-primary);
margin-bottom: 32px;
font-family: var(--header-font);
}
.order-service__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 24px;
} .order-service-left {
width: 730px;
max-width: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
} .order-service-right__picture {
width: 402px;
max-width: 100%;
}
.why-us-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 20px;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-family: var(--body-font-family-secondary);
font-weight: 500;
}
.why-us-item {
width: calc((100% - 48px) / 3);
padding: 16px;
background: #fff;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 12px;
min-height: 185px;
}
.why-us-item__title {
margin-bottom: 22px;
}
.contact__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .contact-left {
width: 43%;
padding-right: 54px;
} .contact-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
padding: 24px;
font-family: "Inter", var(--font-sans-serif);
background-color: #F5FCFF;
-webkit-box-shadow: 2px 4px 4px rgba(11, 135, 186, 0.16);
box-shadow: 2px 4px 4px rgba(11, 135, 186, 0.16);
border-radius: 12px;
}
.contact-box .group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 24px;
}
.contact-box-left {
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 24px;
}
.contact-box-group p {
font-family: var(--body-font-family-secondary);
margin-bottom: 16px;
font-weight: 600;
}
.contact-call-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 8px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.contact-call-list a {
font-weight: 700;
color: var(--color-primary);
font-size: 1.5rem;
}
.contact-email-list a {
font-weight: 700;
}
.contact-social-list a img {
width: 22px;
height: 22px;
} .contact-box-image {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.contact-box-image .img-cover {
height: 100%;
width: 100%;
border-radius: 6px;
} .contact-right {
width: 57%;
}
.contact .svg-map {
margin-top: 100px;
}
.repr-head .h1 {
margin-bottom: 24px;
}
.repr-list {
list-style-type: none;
margin: 0;
margin-top: 40px;
margin-bottom: 40px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 16px;
-webkit-column-gap: 24px;
-moz-column-gap: 24px;
column-gap: 24px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.repr-list-item {
padding: 8px 16px 8px 48px;
width: calc(50% - 12px);
background-color: var(--color-blue-50);
background-image: url(//www.maximusgruz.com/wp-content/themes/maximus/images/map-pin.svg);
background-position: 16px 9px;
background-repeat: no-repeat;
background-size: 24px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 107, 235, 0.1);
box-shadow: 0px 4px 4px rgba(0, 107, 235, 0.1);
border-radius: 12px;
font-family: var(--header-font);
}
.repr-list-item .city {
font-size: 1.25rem;
}
.repr-list-item .state {
font-size: 0.9375rem;
}
.error-section__inner {
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: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.error-section__inner .button {
width: auto;
}
.error-section-title {
font-size: 15.625rem;
font-weight: 700;
color: #BCBCDD;
}
.error-section-subtitle {
font-family: var(--header-font);
margin-bottom: 16px;
font-weight: 400;
}
.thank-you-section__inner {
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: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.thank-you-section__inner .button {
width: auto;
}
.thank-you-section-picture {
margin-bottom: 40px;
width: 340px;
}
.thank-you-section-subtitle {
font-family: var(--header-font);
margin-bottom: 16px;
font-weight: 400;
}
.documents-head {
margin-bottom: 40px;
}
.documents-head .h1 {
margin-bottom: 32px;
}
.documents-list {
display: grid;
grid-template-columns: repeat(4, 1fr);
row-gap: 16px;
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
}
.documents-list-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-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 12px;
gap: 8px;
min-height: 210px;
background: var(--color-blue-50);
-webkit-box-shadow: 2px 4px 4px rgba(11, 135, 186, 0.16);
box-shadow: 2px 4px 4px rgba(11, 135, 186, 0.16);
border-radius: 6px;
font-family: "Inter", var(--font-sans-serif);
font-weight: 600;
font-size: 1rem;
}
.documents-list-item:hover .item-arrow svg {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.documents-list-item-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 16px;
font-size: 0.875rem;
}
.item-arrow {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid var(--color-primary);
background-color: #fff;
-ms-flex-negative: 0;
flex-shrink: 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;
color: var(--color-primary);
margin-left: auto;
}
.item-arrow svg {
-webkit-transition: -webkit-transform var(--ease-time) ease;
transition: -webkit-transform var(--ease-time) ease;
transition: transform var(--ease-time) ease;
transition: transform var(--ease-time) ease, -webkit-transform var(--ease-time) ease;
}
.agreement-head {
max-width: 750px;
margin-bottom: 40px;
}
.agr-content {
font-family: var(--body-font-family);
}
.agr-content h2 {
font-family: var(--body-font-family);
margin-top: 24px;
margin-bottom: 24px;
font-size: 1.25rem;
font-weight: 700;
}
.agr-content p {
margin-bottom: 16px;
}
.hero-reviews .hero-left {
width: auto;
}
.hero-reviews .hero-left-picture .img-cover {
padding-bottom: 56.65%;
}
.hero-reviews .hero-right {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
margin-left: auto;
width: 492px;
}
.hero-reviews .hero-right .img-cover {
width: 100%;
padding-bottom: 60%;
} .reviews-list {
display: grid;
grid-template-columns: 1fr 1fr;
-webkit-column-gap: 62px;
-moz-column-gap: 62px;
column-gap: 62px;
row-gap: 16px;
font-family: "Inter", var(--font-sans-serif);
}
.reviews-list-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 16px 24px;
gap: 24px;
background: var(--color-blue-50);
border: 1px solid #EAEAEA;
border-radius: 12px;
min-height: 230px;
}
.reviews-list-item__head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px;
}
.reviews-list-item__icon {
width: 49px;
height: 49px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.reviews-list-item-head__box {
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;
}
.reviews-list-item__name {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 6px;
line-height: 1.1;
}
.reviews-list-item__date {
font-size: 0.875rem;
font-weight: 600;
}
.reviews-list-pagination {
margin-top: 24px;
}
.reviews-list-pagination .nav-links {
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;
gap: 8px;
}
.reviews-list-pagination .page-numbers {
width: 39px;
height: 33px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
border: 1px solid #AAAAAA;
border-radius: 6px;
font-family: "Inter", var(--font-sans-serif);
line-height: 1;
font-size: 1.5rem;
font-weight: 400;
}
.reviews-list-pagination .current {
background-color: var(--color-primary);
color: #fff;
border-color: #0000FF;
}
.reviews-list-pagination .prev,
.reviews-list-pagination .next {
border: none;
width: 24px;
height: 24px;
font-size: 0;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
-webkit-transition: background-position 0.25s ease;
transition: background-position 0.25s ease;
}
.reviews-list-pagination .prev {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDE4LjVMOSAxMi41TDE1IDYuNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.reviews-list-pagination .prev:hover {
background-position: -4px center;
}
.reviews-list-pagination .next {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTguNUwxNSAxMi41TDkgNi41IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.reviews-list-pagination .next:hover {
background-position: 4px center;
} .footer {
padding-top: var(--section-padding);
overflow: hidden;
color: #fff;
font-family: "Inter", var(--font-sans-serif);
}
.footer-top__brand {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Unbounded", var(--font-sans-serif);
font-weight: 600;
font-size: 210px;
color: var(--color-primary);
text-align: center;
display: block;
line-height: 0.75;
margin-bottom: -0.2em;
}
.footer-box {
padding-top: 48px;
position: relative;
z-index: 1;
background-color: var(--color-primary);
}
.footer__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-top {
width: 100%;
padding-bottom: 40px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 90px;
}
.footer-top__tellist {
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;
gap: 8px;
}
.footer-top__tellist svg {
width: 2rem;
height: 2rem;
}
.footer-top__links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 55px;
}
.footer-menu-part {
border-top: 2px solid #6CA7ED;
padding-top: 40px;
padding-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 20px;
}
.footer-menu-part a {
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.footer-menu-part a:hover {
text-decoration: underline;
}
.footer-menu-part--first {
padding-right: 20px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 39%;
}
.footer-menu-part--second {
width: 61%;
}
.footer-menu-nav {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-size: 0.875rem;
line-height: 1.375;
font-weight: 600;
}
.footer-menu-nav ul {
list-style-type: none;
margin: 0;
}
.footer-menu-nav .footer-menu-list {
width: 230px;
max-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;
gap: 22px;
}
.footer-menu-nav .menu-item-has-children .sub-menu {
margin-top: 24px;
font-weight: 400;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
}
.footer-menu-nav .menu-item-has-children a[href="#"] {
pointer-events: none;
}
.footer-bottom {
width: 100%;
border-top: 2px solid #6CA7ED;
padding-top: 20px;
padding-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 48px;
font-weight: 300;
}
.footer-bottom__rights {
letter-spacing: 1px;
}
.footer-bottom__nav a {
text-decoration: underline;
}
.footer-bottom__nav a:hover {
text-decoration: none;
}
.footer-bottom__created {
margin-left: auto;
font-weight: 400;
font-family: "Montserrat", var(--font-sans-serif);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 8px;
}
.footer-bottom__created a:hover {
opacity: 0.8;
}
.footer-bottom__created img {
display: inline-block;
max-height: 1.27em;
}
@media (min-width: 1280px) {
.header-bottom-nav .menu-item-has-children:hover,
.header-bottom-nav .menu-item-has-children:focus-within {
background-color: var(--color-blue-50);
}
.header-bottom-nav .menu-item-has-children:hover > a,
.header-bottom-nav .menu-item-has-children:hover > .sub-menu-toggle,
.header-bottom-nav .menu-item-has-children:focus-within > a,
.header-bottom-nav .menu-item-has-children:focus-within > .sub-menu-toggle {
color: var(--color-primary);
}
.header-bottom-nav .menu-item-has-children:hover .sub-menu,
.header-bottom-nav .menu-item-has-children:focus-within .sub-menu {
opacity: 1;
visibility: visible;
}
}
@media (max-width: 1365px) {
.hero-metrics-card__number {
font-size: 2rem;
}
}
@media (max-width: 1290px) {
.benefits-head__top {
font-size: 72px;
}
}
@media (max-width: 1279px) {
:root {
--ease-time: 0s;
--container-padding: 40px;
--h1-font: 1.625rem;
--h2-font: 1.5rem;
--h3-font: 1.25rem;
--h4-font: 1rem;
--section-padding: 40px;
}
h1,
.h1 {
margin-bottom: 24px;
}
h2,
.h2 {
margin-bottom: 24px;
}
.button {
font-size: 0.9375rem;
}
#main {
padding-top: var(--header-top-height);
}
.first-section {
padding-top: 60px;
}
.header:after {
top: 0;
left: auto;
right: 0;
width: 300px;
} .header-top .header-order-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-item-align: center;
align-self: center;
margin-right: 8px;
padding: 12px 16px;
width: auto;
}
.header-brand {
margin-right: 0;
width: auto;
}
.header-brand img {
max-height: 30px;
}
.header-top-nav {
display: none;
}
.header-top-social-list {
display: none;
} .header-top .menu-toggle {
margin-left: 38px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body.menu--opened .header-bottom {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .header-bottom {
position: absolute;
min-width: 315px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
right: 0;
top: 100%;
background-color: #fff;
height: calc(var(--viewportHeight) - var(--header-top-height));
overflow-y: auto;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform 0.35s ease;
transition: -webkit-transform 0.35s ease;
transition: transform 0.35s ease;
transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.header-bottom .container {
padding: 0;
}
.header-bottom .header__inner {
height: auto;
padding: 32px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 16px;
}
.header-bottom .header-order-btn {
display: none;
}
.header-bottom .header-call-list {
opacity: 1;
visibility: visible;
position: relative;
top: auto;
left: auto;
right: auto;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.header-bottom .header-call-list:before {
display: none;
}
.header-bottom .header-bottom-social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .header-bottom-nav {
display: block;
}
.header-bottom-nav.top-nav-copy {
display: block;
}
.header-bottom-nav .sub-menu {
opacity: 1;
visibility: visible;
display: none;
width: 100%;
position: relative;
padding: 0;
padding-top: 16px;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
top: auto;
left: auto;
}
.header-bottom-nav .sub-menu a {
padding: 0;
font-weight: 400;
}
.header-bottom-nav a {
display: inline-block;
padding: 8px;
font-family: "Inter", var(--font-sans-serif);
font-weight: 600;
}
.header-bottom-nav .header-menu-list {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 0px;
}
.header-bottom-nav .header-menu-list a {
width: 100%;
}
.header-bottom-nav .sub-menu-toggle {
pointer-events: none;
position: absolute;
top: 12px;
right: 8px;
}
.header-bottom-nav .menu-item-has-children {
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%;
padding: 8px;
border-radius: 6px;
}
.header-bottom-nav .menu-item-has-children > a {
position: relative;
padding: 0;
width: 100%;
pointer-events: auto !important;
}
.header-bottom-nav .menu-item-has-children > a:before {
content: "";
position: absolute;
inset: -8px;
background-color: var(--color-primary);
border-radius: 6px;
opacity: 0;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
z-index: -1;
}
.header-bottom-nav .menu-item-has-children.opened {
background-color: transparent;
}
.header-bottom-nav .menu-item-has-children.opened > a,
.header-bottom-nav .menu-item-has-children.opened > .sub-menu-toggle {
color: #fff;
}
.header-bottom-nav .menu-item-has-children.opened > a:before {
opacity: 1;
}
.header-bottom-nav .menu-item-has-children.opened .sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header-bottom-nav .header-menu-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hero-decor {
display: none;
} .hero-left {
width: 53%;
}
.hero-left-head {
margin-bottom: 24px;
}
.hero-left-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hero-metrics {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 12px;
}
.hero-metrics-card {
padding: 16px 8px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.hero-metrics-card__number {
font-size: 1.5rem;
}
.hero-metrics-card__text {
font-size: 0.875rem;
}
.order-call-box {
width: 100%;
} .hero-right {
width: 47%;
margin-left: 0;
padding-left: 40px;
}
.hero-right .img-cover {
height: 100%;
} .hero-home {
padding-top: 60px;
}
.hero-home .hero__inner {
min-height: 0;
}
.hero-home .hero-left-head {
margin-bottom: 32px;
}
.hero-home .hero-left-head .h1 {
margin-bottom: 0;
}
.hero-home .hero-left-head .lead {
display: none;
}
.hero-home .order-call-box {
margin-top: 4px;
}
.hero-home .hero-right {
width: 47%;
margin-left: 0;
position: relative;
padding-left: 8px;
}
.hero-home .hero-right .img-cover {
display: inline-block;
margin-right: -40px;
width: calc(100% + 40px);
max-width: none;
}
.about-row {
gap: 24px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.about-picture-desktop {
display: none;
}
.about-picture-tablet {
display: block;
margin-top: 24px;
width: 100%;
}
.about-picture-tablet img {
width: 100%;
} .about-right {
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}
.about-right .h3 {
width: 100%;
}
.about-right__content {
width: calc(50% - 10px);
}
.about-right__action {
width: calc(50% - 10px);
margin-top: 0;
row-gap: 8px;
}
.about-right__action .button {
width: 100%;
}
.about-right__action .img-cover {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
padding-bottom: 91%;
}
.how-order__inner {
gap: 24px;
} .how-order-left {
width: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .how-order-right {
width: 55%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-left: auto;
}
.how-order-right-title {
margin-left: 32px;
margin-bottom: 4px;
font-size: 1.125rem;
}
.how-order-slider {
width: 100%;
}
.how-order-slider .number {
width: 56px;
height: 56px;
font-size: 32px;
}
.how-order-slider .slide-content {
font-size: 0.9375rem;
} .benefits-head__top {
font-size: 5.2vw;
}
.benefits-head__bottom {
padding: 16px 16px 10px;
font-size: 4.17vw;
}
.benefits-head__bottom--ru {
font-size: 3.47vw;
} .benefits-row {
margin-top: 32px;
gap: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .benefits-image {
width: 100%;
}
.benefits-image .img-cover {
padding-bottom: 34%;
}
.benefits-image .desktop {
display: none;
}
.benefits-image .tablet {
display: block;
} .benefits-grid {
padding-right: 0;
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
row-gap: 32px;
}
.benefits-grid__item {
padding: 16px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
font-size: 0.875rem;
line-height: 1.3;
}
.benefits-grid__icon {
right: -12px;
height: 56px;
}
.benefits-grid__title {
margin-right: 30px;
margin-bottom: 8px;
}
.services-slider {
--gutter: 8px;
}
.services-slider .slider-item__content {
font-size: 0.875rem;
}
.services-slider .slider-item .fake-title {
font-size: 2rem;
}
.services-head {
margin-bottom: 24px;
}
.home-reviews__inner {
padding: 32px 95px;
-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;
text-align: center;
gap: 24px;
} .home-reviews__left .read-all-btn {
display: none;
} .home-reviews__right {
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;
}
.home-reviews__right .read-all-btn {
display: block;
width: 100%;
margin-top: 24px;
max-width: 426px;
}
.hero-about .brand-name {
font-size: 3rem;
}
.hero-about .hero-right .img-cover img {
-o-object-position: 85% center;
object-position: 85% center;
}
.principles__inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 24px;
} .principles-left {
padding-right: 0;
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
-webkit-column-gap: 24px;
-moz-column-gap: 24px;
column-gap: 24px;
}
.principles-left .h2 {
display: none;
}
.principles-left__image {
padding-bottom: 0;
height: 100%;
margin-bottom: 0;
} .principles-right {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.principles-right-title {
display: block;
}
.info__inner {
-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;
margin-top: 0;
margin-bottom: 130px;
} .info-left {
width: 100%;
padding: 24px;
padding-bottom: 42px;
}
.info-left .h3,
.info-left h3 {
margin-bottom: 16px;
} .info-right {
width: 74%;
}
.info-right .img-cover {
padding-bottom: 52%;
height: auto;
margin-top: 0;
margin-bottom: -130px;
}
.checklist__inner {
gap: 22px;
} .checklist-left {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .checklist-right {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.checklist-list {
gap: 16px;
}
.checklist-list-item {
gap: 16px;
}
.checklist-list-item svg {
width: 32px;
height: 32px;
}
.checklist-list-item-title {
font-size: 0.875rem;
}
.cta__inner {
gap: 24px;
padding: 24px;
}
.cta-right {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.cta-right .order-service-box__title {
margin-bottom: 16px;
font-size: 1.5rem;
}
.hero-service .hero-left {
width: 52%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.hero-service .hero-left .h3,
.hero-service .hero-left h3 {
margin-bottom: 16px;
}
.hero-service .order-call-box {
width: 100%;
}
.hero-service .hero-right {
width: 48%;
margin-left: 0px;
}
.service-cta .cta__inner {
padding: 24px;
gap: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.service-cta .cta-left,
.service-cta .cta-right {
width: 100%;
}
.cta-right-cards {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 16px;
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
} .order-service .order-service-box__title {
font-size: 1.5rem;
margin-bottom: 16px;
}
.order-service .order-service-box__desc {
font-size: 0.875rem;
}
.order-service__inner {
gap: 14px;
} .order-service-left {
width: 54%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .order-service-right .img-cover {
width: 100%;
}
.home-order-service .order-service-right {
display: none;
}
.why-us-list {
gap: 16px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.why-us-item {
width: calc((100% - 16px) / 2);
min-height: 0;
}
.repr-list-item {
width: 100%;
}
.error-section-title {
font-size: 12.5rem;
}
.thank-you-section-picture {
font-size: 12.5rem;
width: 190px;
}
.hero-reviews .hero-left {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 280px;
}
.hero-reviews .hero-left .h1 {
margin-bottom: 24px;
}
.hero-reviews .hero-left-head {
margin-bottom: 0;
}
.hero-reviews .hero-right .img-cover {
padding-bottom: 100%;
} .reviews-list {
-webkit-column-gap: 24px;
-moz-column-gap: 24px;
column-gap: 24px;
row-gap: 16px;
}
.footer-top__brand {
font-size: 15vw;
margin-bottom: -0.1em;
}
.footer-box {
padding-top: 24px;
}
.footer-top {
width: 34%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.footer-top__links {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.footer-menu-part--first {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 66%;
border-top: none;
padding-right: 0;
padding-top: 0;
}
.footer-menu-part--second {
width: 100%;
}
.footer-menu-nav .footer-menu-list {
width: 190px;
}
}
@media (max-width: 1024px) {
.benefits-head__bottom--ru {
font-size: 3.17vw;
}
.contact__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 80px;
} .contact-left {
width: 100%;
padding-right: 0;
}
.contact-box-left {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
} .contact-right {
width: 100%;
}
.contact .svg-map {
margin-top: 80px;
}
.documents-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
:root {
--header-top-height: 50px;
--container-padding: 16px;
--h2-font: 1.25rem;
--h3-font: 1.125rem;
--section-padding: 30px;
}
h3,
.h3 {
margin-bottom: 16px;
}
.big-form {
padding-right: 0;
}
.big-form .points:after {
display: none;
}
.big-form .form-group-grid {
grid-template-columns: 1fr;
}
body {
font-size: 14px;
line-height: 1.28;
}
.order-service .order-service-box__form:not(.big-form) {
max-width: 100%;
}
.first-section {
padding-top: 32px;
} .x-content h2 {
margin-top: 16px;
margin-bottom: 16px;
}
.animated {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.header:after {
top: 0;
left: auto;
right: 0;
width: 100%;
background-position: center bottom -5px;
} .header-top .header-lang-nav,
.header-top .header-call-box {
display: none;
}
.header-top .header-top-actions .header-order-btn {
display: none;
}
.header-brand img {
max-height: 24px;
} .header-bottom {
width: 100%;
font-size: 1rem;
}
.header-bottom .header-order-btn {
display: block;
width: 100%;
}
.header-bottom .header-lang-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.header-bottom .header-lang-nav .menu-item-has-children {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 8px;
padding-right: 24px;
}
.header-bottom .header-lang-nav .sub-menu-toggle {
position: absolute;
right: 8px;
top: 12px;
}
.header-bottom .header-lang-nav .sub-menu {
position: relative;
opacity: 1;
visibility: visible;
display: none;
}
.header-bottom .header-lang-nav .menu-item-has-children:hover .sub-menu,
.header-bottom .header-lang-nav .menu-item-has-children:focus-within .sub-menu {
display: block;
}
.header-bottom .header-lang-box .icon-toggle {
width: 1rem;
height: 1rem;
} .hero-left {
width: 100%;
}
.hero-left-head {
margin-bottom: 24px;
}
.hero-left-picture {
display: block;
}
.hero-left-picture .img-cover {
padding-bottom: 72%;
}
.hero-metrics-card {
padding: 8px 2px;
}
.hero-metrics-card__text {
font-size: 0.75rem;
} .hero-right {
display: none;
}
.order-call-box__title {
margin-bottom: 16px;
} .hero-home {
padding-top: 32px;
}
.hero-home .hero-left-head {
margin-bottom: 24px;
}
.hero-home .hero-left-picture {
display: block;
max-width: 264px;
margin-left: auto;
margin-right: auto;
margin-bottom: 16px;
}
.hero-home .hero-right {
display: none;
} .about-top .lead {
font-size: 0.875rem;
} .about-benefits {
grid-template-columns: 1fr 1fr;
row-gap: 24px;
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
}
.icon-box {
gap: 8px;
}
.icon-box__icon img {
width: 46px;
height: 46px;
}
.icon-box__title {
font-size: 0.75rem;
} .about-right {
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}
.about-right__content {
width: 100%;
}
.about-right__action {
width: 100%;
margin-top: 0;
row-gap: 8px;
}
.about-picture-tablet {
display: none;
}
.about-picture-phone {
display: block;
margin-top: 24px;
width: 100%;
}
.about-picture-phone img {
width: 100%;
}
.how-order__inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
}
.how-order-left .how-order-btn {
display: none;
}
.how-order-right {
width: 100%;
}
.how-order-right .how-order-slider {
max-width: 100%;
width: 100%;
padding-right: 20px;
}
.how-order-right .how-order-slider__item {
gap: 8px;
}
.how-order-right .how-order-slider .number {
width: 32px;
height: 32px;
font-size: 16px;
}
.how-order-right .how-order-slider .slide-content {
font-size: 0.875rem;
}
.how-order-right .how-order-slider .slide-content .img-cover {
margin-top: 16px;
}
.how-order-right .how-order-btn {
display: block;
width: 100%;
margin-top: 24px;
}
.how-order-right-title {
font-size: 1rem;
margin-left: 0px;
margin-bottom: 12px;
} .benefits-image .img-cover {
padding-bottom: 70%;
}
.benefits-image .desktop {
display: block;
-o-object-position: center -20px;
object-position: center -20px;
}
.benefits-image .tablet {
display: none;
} .benefits-head {
margin-left: -6px;
margin-right: -6px;
}
.benefits-head__top {
font-size: 5.5vw;
}
.benefits-head__bottom {
padding: 8px 8px 6px;
font-size: 4.27vw;
}
.benefits-head__bottom--ru {
font-size: 3.47vw;
} .benefits-grid {
grid-template-columns: 1fr;
row-gap: 32px;
}
.benefits-grid__item {
min-height: 160px;
}
.benefits-grid__icon {
right: -14px;
height: 42px;
}
.services-head {
margin-bottom: 24px;
}
.services-head .services-slider-arrows {
display: none;
}
.services-slider-box .services-slider-arrows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 8px;
}
.home-reviews__inner {
padding: 32px 20px;
background-position: -75px -60px;
} .principles-left {
grid-template-columns: 1fr;
}
.principles-left__image {
padding-bottom: 100%;
} .principles-right-list {
grid-template-columns: 1fr;
}
.info__inner {
border-radius: 20px;
margin-bottom: 190px;
} .info-left {
width: 100%;
padding: 24px 16px;
}
.info-left .h3 {
margin-bottom: 8px;
} .info-right {
width: 85%;
}
.info-right .img-cover {
padding-bottom: 92%;
margin-bottom: -190px;
}
.cta__inner {
padding: 24px 16px;
}
.cta-right .order-service-box__desc {
font-size: 0.875rem;
}
.hero-service .hero-left-head .h1 {
margin-bottom: 24px;
}
.hero-service .hero-left-picture {
margin-bottom: 0;
}
.service-cta .cta__inner {
border-radius: 20px;
gap: 24px;
padding: 16px 8px;
}
.cta-right-cards {
grid-template-columns: 1fr;
}
.cta-right-cards-item .h3 {
font-size: 1rem;
} .order-service .order-service-box__title {
font-size: 1.25rem;
} .order-service-right {
display: none;
}
.why-us-list {
gap: 8px;
}
.why-us-item {
width: 100%;
}
.contact__inner {
gap: 32px;
}
.contact-box {
padding: 24px 8px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.contact-call-list a {
font-size: 1.125rem;
}
.contact-box-image .img-cover {
padding-bottom: 43%;
}
.contact .svg-map {
margin-top: 32px;
}
.repr-list {
margin-top: 16px;
margin-bottom: 32px;
}
.repr-list-item {
padding-left: 36px;
background-position: 4px 8px;
}
.repr-list-item .city {
font-size: 1rem;
}
.repr-list-item .state {
font-size: 0.75rem;
}
.error-section__inner {
min-height: 60vh;
}
.error-section-title {
font-size: 7.5rem;
}
.error-section-subtitle {
font-size: 1rem;
}
.thank-you-section__inner {
min-height: 60vh;
}
.thank-you-section-subtitle {
font-size: 1rem;
}
.documents-head {
margin-bottom: 60px;
}
.documents-head .h1 {
margin-bottom: 24px;
}
.documents-list {
grid-template-columns: 1fr;
}
.hero-reviews .hero-left .button {
width: 100%;
}
.reviews-list {
grid-template-columns: 1fr;
}
.reviews-list-item {
gap: 16px;
min-height: 0px;
}
.reviews-list-item__name {
font-size: 1rem;
}
.reviews-list-item__date {
font-size: 0.75rem;
}
.footer {
--container-padding: 40px;
}
.footer-top {
width: 100%;
padding-bottom: 32px;
}
.footer__inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-menu-part {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
padding-bottom: 24px;
gap: 32px;
}
.footer-menu-part--second {
padding-top: 24px;
padding-bottom: 32px;
}
.footer-menu-nav .footer-menu-list {
width: 100%;
}
.footer-menu-nav a {
display: inline-block;
width: 100%;
}
.footer-menu-nav .menu-item-has-children .sub-menu {
margin-top: 16px;
gap: 8px;
}
.footer-bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
font-size: 0.75rem;
}
.footer-bottom__created {
margin-left: 0;
}
}
.order-service-right img {
height: auto;
}
.order-call-form .submit-box p {
margin-bottom: 0px !important;
}
.phone-input p {
margin-bottom: 0px !important;
}
input.page-name {
display: none !important;
}
.wpcf7 form > p {
margin-bottom: 0px !important;
}
.fixed-btn {
position: fixed;
bottom: 80px;
right: 20px;
z-index: 290
}
.fixed-btn .header-top-social-list{
display: block;
}
.svg-map img {
height: auto;
}
.fixed-btn .header-top-social-list {
flex-direction: column;
justify-content: center;
align-items: center;
}
.fixed-btn .header-top-social-list a {
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
border-radius: 100%;
box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.fixed-btn .header-top-social-list a:last-child {
margin-bottom: 0px;
}
@media (max-width: 374px) {
.benefits-head__bottom--ru {
font-size: 3.27vw;
}
}