@charset "UTF-8";

*,
*:before,
*:after {
box-sizing: border-box;
outline: unset;
}
* {
-webkit-tap-highlight-color: transparent;
}
*::-moz-selection {
background: var(--color-first);
color: #fff;
}
*::selection,
*::-moz-selection {
background: var(--color-first);
color: #fff;
} .project-form .contact-method-wrap,
.popup--form .contact-method-wrap { margin-top: 20px; margin-bottom: 15px; width: 100%; }
.project-form .contact-method-title,
.popup--form .contact-method-title { font-size: 14px; margin-bottom: 10px; color: #666; font-weight: 700; display: block; }
.project-form .contact-method-wrap .wpcf7-form-control-wrap::before,
.popup--form .contact-method-wrap .wpcf7-form-control-wrap::before { display: none !important; }
.project-form .messengers-grid .wpcf7-checkbox,
.popup--form .messengers-grid .wpcf7-checkbox { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; width: 100% !important; }
.project-form .messengers-grid .wpcf7-list-item,
.popup--form .messengers-grid .wpcf7-list-item { margin: 0 !important; }
.project-form .messengers-grid label,
.popup--form .messengers-grid label { display: flex !important; align-items: center !important; background: #fff !important; border: 1px solid #e5e5e5 !important; border-radius: 8px !important; padding: 10px 15px !important; cursor: pointer !important; transition: all 0.3s ease !important; height: 100% !important; margin: 0 !important; }
.project-form .messengers-grid label:hover,
.popup--form .messengers-grid label:hover { 
border-color: #6a6a6a3b !important;
background: rgb(210 210 210 / 21%) !important;
}
.project-form .messengers-grid input[type="checkbox"],
.popup--form .messengers-grid input[type="checkbox"] { position: absolute !important; opacity: 0 !important; width: 0 !important; height: 0 !important; padding: 0 !important; margin: 0 !important; border: none !important; }
.project-form .messengers-grid .wpcf7-list-item-label,
.popup--form .messengers-grid .wpcf7-list-item-label { display: flex !important; align-items: center !important; font-size: 14px !important; color: #333 !important; font-weight: 500 !important; width: 100% !important; }
.project-form .messengers-grid .wpcf7-list-item-label::before,
.popup--form .messengers-grid .wpcf7-list-item-label::before { content: '' !important; display: block !important; width: 20px !important; height: 20px !important; min-width: 20px !important; min-height: 20px !important; border: 2px solid #ccc !important; border-radius: 4px !important; margin-right: 12px !important; background: #fff !important; transition: 0.2s all ease !important; flex-shrink: 0 !important; }
.project-form .messengers-grid input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before,
.popup--form .messengers-grid input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before { 
background-color: #f35253 !important;
border-color: #f35253 !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important; background-size: 14px !important; background-position: center !important; background-repeat: no-repeat !important; } @media (max-width: 480px) { 
.project-form .messengers-grid .wpcf7-checkbox,
.popup--form .messengers-grid .wpcf7-checkbox { grid-template-columns: 1fr !important; } 
} input,
input:before,
input:after,
textarea {
-webkit-user-select: initial;
-moz-user-select: initial;
user-select: initial;
margin: unset;
}
html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%;
}
footer,
header,
nav,
section,
main {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input {
-webkit-appearance: none;
border-radius: 0;
}
a {
color: unset;
text-decoration: none;
}
img {
width: 100%;
object-fit: contain;
}
:root {
--color-first: #CC2929;
--btn-padding: 0; --section-offset-bottom: 0; --color-black: #0D1344; --color-side-line: #e9e9e9; --color-side-line-text: #d8d8d8;
--color-error: #CC2929;
--color-placeholder: #686767;
--bg-first: #603DD5;
--color-border-gray: #E1E1E1;
--bg-white: #fff;
--anim4: 0.4s ease-in-out;
--anim2: 0.2s ease-in-out;
--anim1: 0.1s ease;
}
.wpcf7-spinner {
display: none;
} .scroll-wrapper {
overflow: hidden !important;
position: relative;
}
.scroll-wrapper > .scroll-content {
border: none !important;
box-sizing: content-box !important;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none !important;
overflow: scroll !important;
padding: 0;
position: relative !important;
top: 0;
width: auto !important;
scrollbar-width: none;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
height: 0;
width: 0;
}
.scroll-element {
display: none;
}
.scroll-element, .scroll-element div {
box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
cursor: default;
}
.scroll-textarea {
border: 1px solid #cccccc;
border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
border: none !important;
box-sizing: border-box;
height: 100% !important;
margin: 0;
max-height: none !important;
max-width: none !important;
overflow: scroll !important;
outline: none;
padding: 2px;
position: relative !important;
top: 0;
width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
height: 0;
width: 0;
} .scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-inner > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
bottom: 2px;
height: 8px;
left: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
height: 100%;
right: 2px;
top: 0;
width: 5px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
background: #CECECE;
}
.scrollbar-inner > .scroll-element .scroll-bar {
background: #303030;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
background: #272727;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
background: #272727;
} .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
top: -12px;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
-moz-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-right: 20px; text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
background-color: transparent;
border: none;
font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
-moz-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline;
list-style: none;
padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
background-color: transparent;
border: none;
font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
margin-left: 5px;
padding: 0;
max-width: 100%;
resize: none;
height: 18px;
vertical-align: bottom;
font-family: sans-serif;
overflow: hidden;
word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 6px;
-moz-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-results__option--selectable {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
height: 26px;
margin-right: 20px;
padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
padding-bottom: 5px;
padding-right: 5px;
position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
font-weight: bold;
height: 20px;
margin-right: 10px;
margin-top: 5px;
position: absolute;
right: 0;
padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: inline-block;
margin-left: 5px;
margin-top: 5px;
padding: 0;
padding-left: 20px;
position: relative;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
cursor: default;
padding-left: 2px;
padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
background-color: transparent;
border: none;
border-right: 1px solid #aaa;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
color: #999;
cursor: pointer;
font-size: 1em;
font-weight: bold;
padding: 0 4px;
position: absolute;
left: 0;
top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
background-color: #f1f1f1;
color: #333;
outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
padding-left: 5px;
padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
border-left: 1px solid #aaa;
border-right: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
float: left;
margin-left: 10px;
margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
padding: 0;
}
.select2-container--default .select2-results__option--disabled {
color: #999;
}
.select2-container--default .select2-results__option--selected {
background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: #cc2929;
color: white;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
} @font-face {
font-family: "swiper-icons";
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
backface-visibility: hidden;
} .swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size: 44px; }
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
left: 10px;
right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: 10px;
left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: "next";
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
display: inline-block;
border-radius: 50%;
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
} .swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
} .swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
z-index: 0;
backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
z-index: 0;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
backface-visibility: hidden;
overflow: hidden;
} .str_wrap {
position: relative;
overflow: hidden;
width: 100%;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.str_move {
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
cursor: move;
}
.str_move_clone {
position: absolute;
left: 100%;
top: 0;
display: inline-block;
vertical-align: top;
}
.str_vertical .str_move,
.str_down .str_move {
width: 100%;
white-space: normal;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
cursor: inherit;
}
.str_wrap img {
max-width: none !important;
} @font-face {
font-family: "Montserrat-fallback";
src: local("Arial");
size-adjust: 112.64%;
ascent-override: 82.93%;
descent-override: 21.56%;
line-gap-override: 0%;
font-display: swap;
}
@font-face {
font-family: "Montserrat";
src: local("Montserrat-Regular"), url(//amidcode.com/wp-content/themes/amidcode/fonts/Montserrat-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Montserrat";
src: local("Montserrat-Medium"), url(//amidcode.com/wp-content/themes/amidcode/fonts/Montserrat-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Montserrat";
src: local("Montserrat-SemiBold"), url(//amidcode.com/wp-content/themes/amidcode/fonts/Montserrat-SemiBold.woff2) format("woff2");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Montserrat";
src: local("Montserrat-Bold"), url(//amidcode.com/wp-content/themes/amidcode/fonts/Montserrat-Bold.woff2) format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
} .services__slide .services__img img {
aspect-ratio: 370 / 250;
width: 100%;
max-width: 370px; height: auto;
display: block;
} .banner .col.img img {
aspect-ratio: 800 / 600;
width: 100%;
height: auto;
display: block;
} .footer__nav-item a, .footer__about_links a {
display: inline-block;
}
.btn__main {
display: block;
border-radius: 66px;
padding: 15px 60px;
min-width: 350px;
max-width: -moz-max-content;
max-width: max-content;
font-weight: 500;
font-size: 18px;
line-height: 28px;
text-align: center;
color: #fff;
background: #CC2929;
transition: 0.3s ease-in-out;
cursor: pointer;
overflow: hidden;
position: relative;
}
.btn__main:hover {
background: #B01F1F;
}
.btn--burger {
position: relative;
z-index: 5;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 5px 0;
width: 40px;
cursor: pointer;
}
.btn--burger span {
transition: 0.2s ease-in-out;
}
.btn--burger:hover div:nth-child(1) {
transform: rotateY(180deg);
}
.btn--burger:hover div:nth-child(2) {
transition-delay: .2s;
transform: rotateY(180deg);
}
.btn--burger:hover div:nth-child(3) {
transition-delay: .4s;
transform: rotateY(180deg);
}
.btn--burger div {
position: relative;
top: 0;
display: flex;
transition: var(--anim2);
}
.btn--burger div:not(:last-child) {
margin-bottom: 5px;
}
.btn--burger div:nth-child(2) span:first-child {
margin-right: 3px;
width: 6px;
background: var(--color-first);
}
.btn--burger span {
display: inline-block;
border-radius: 8px;
width: 100%;
height: 3px;
background: var(--color-black);
}
.btn--burger.j-active {
transition: var(--anim1);
}
.btn--burger.j-active div:nth-child(1) {
top: -5px;
opacity: 0;
}
.btn--burger.j-active div:nth-child(2) {
transform: rotate(-45deg) translate(-3px, 0);
}
.btn--burger.j-active div:nth-child(2) span:first-child {
width: 3px;
background: #0D1344;
}
.btn--burger.j-active div:nth-child(3) {
transform: rotate(45deg) translate(-4px, -4px);
}
.btn--burger.j-active:hover {
transform: scale(1.1) rotate(0deg);
}
.btn--burger.j-active:hover div:nth-child(2) span:first-child {
background-color: var(--color-first);
}
.btn--social {
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
padding: 13px;
width: 100%;
max-width: 192px;
cursor: pointer;
color: #fff;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transition: var(--anim2);
}
.btn--social:not(:last-of-type) {
margin-right: 15px;
}
.btn--social img {
width: 23px;
height: 23px;
transition: var(--anim1);
}
.btn--social-telegram {
background: #039be5;
}
.btn--social-telegram:hover {
background: #0086c8;
}
.btn--social-whatsapp {
background: #46a74b;
}
.btn--social-whatsapp:hover {
background: #27882c;
}
.btn--social-viber {
background: #954dc5;
}
.btn--social-viber:hover {
background: #772ca8;
}
section {
position: relative;
}
.section-accent {
position: absolute;
left: -5%;
top: 0;
bottom: 0;
z-index: 5;
}
.section-accent__line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
}
.section-accent__line::after {
content: "";
position: absolute;
left: -3.3%;
top: 0;
bottom: 0;
display: block;
width: 1px;
background: var(--color-side-line);
}
.section-accent__items {
position: relative;
top: 12px;
z-index: 5;
display: block;
border: 1px solid #e9e9e9;
border-radius: 100%;
width: 50px;
height: 50px;
}
.section-accent__items--line::before {
content: "";
position: absolute;
left: 100%;
width: 60px;
height: 1px;
background: var(--color-side-line);
}
.section-accent__text::after {
font-size: 18px;
font-weight: 600;
line-height: 28px;
}
.section-accent--banner {
top: 83%;
background: #F4F4F4;
transition: var(--anim2);
box-shadow: 0px 0px 2px #e15e58;
border: 1px solid #CC2929;
}
.section-accent--banner:hover {
transform: scale(1.1)
}
.section-accent--banner::before {
content: "";
position: absolute;
left: 50%;
top: 60%;
border: 1px solid #e15e58;
width: 1px;
height: 5px;
transform: translate(-50%, -50%);
animation: iconScroll 2s infinite;
transition: var(--anim2);
}
.section-accent--banner::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
border: 1px solid #e15e58;
border-radius: 26.5px;
width: 15px;
height: 26.25px;
transform: translate(-50%, -50%);
transition: var(--anim4);
transition-delay: .1s;
}
@keyframes iconScroll {
0% {
top: 60%;
height: 5px;
opacity: 1;
}
20% {
top: 60%;
height: 5px;
opacity: 1;
}
80% {
top: 40%;
height: 5px;
opacity: 1;
}
100% {
top: 40%;
height: 0;
opacity: 0;
}
}
.section-accent--banner:hover::after { transform: translate(-50%, -50%) scale(1.2);
}
.section-accent--services {
display: flex;
align-items: center;
justify-content: center;
background: white;
}
.section-accent--services::after {
content: "1";
}
.section-accent--portfolio {
display: flex;
align-items: center;
justify-content: center;
background: #F4F4F4;
}
.section-accent--portfolio::after {
content: "2";
}
.section-accent--project-form {
display: flex;
align-items: center;
justify-content: center;
background: #f6f6f6;
}
.section-accent--project-form::after {
content: "6";
}
.section-accent--technologies {
display: flex;
align-items: center;
justify-content: center;
background: #f4f4f4;
}
.section-accent--technologies::after {
content: "4";
}
.section-accent--plan {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
}
.section-accent--plan::after {
content: "3";
}
.section-accent--reviews {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
}
.section-accent--reviews::after {
content: "5";
}
.section-accent--about-us {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
}
.section-accent--about-us::after {
content: "7";
}
.icon {
display: block;
width: 15px;
height: 15px;
}
.icon img  {
margin-right: 5px;
width: 25px;
height: 25px;
}
a.icon.icon--mail {
margin-left: 157px;
font-size: 18px;
}
.socials-list .icon{
width: unset;
height: unset;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
font-size: 18px;
}
.icon--user {
width: 15px; 
height: 15px;
background-color: #CC2929; 
-webkit-mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_user-anim.svg);
mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_user-anim.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
display: inline-block; 
}
.icon--phone {
width: 15px; 
height: 15px;
background-color: #CC2929; 
-webkit-mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_tel-anim.svg);
mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_tel-anim.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
display: inline-block; 
}
.icon--services {
width: 15px; 
height: 15px;
background-color: #CC2929; 
-webkit-mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_services-anim.svg);
mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_services-anim.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
display: inline-block; 
}
.icon--wallet {
width: 15px; 
height: 15px;
background-color: #CC2929; 
-webkit-mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_wallet-anim.svg);
mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_wallet-anim.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
display: inline-block; 
}
form input ~ .wpcf7-not-valid-tip {
margin: unset;
font-size: 12px;
position: absolute;
bottom: -15px;
left: 55px;
font-weight: 700;
}
form input + .icon_validation::after {
content: "";
position: absolute;
right: 20px;
top: 50%;
width: 28px;
height: 28px;
transform: translateY(-50%);
}
form.invalid input[aria-required=true][aria-invalid=true] {
border-color: var(--color-error);
}
form input:not(.select2),
form textarea {
border: 1px solid var(--color-border-gray);
border-radius: 50px;
padding: 11px 50px 11px 70px;
width: 100%;
font-size: 18px;
line-height: 28px;
}
form input:not(.select2)::-moz-placeholder, form textarea::-moz-placeholder {
color: var(--color-placeholder);
}
form input:not(.select2)::placeholder,
form textarea::placeholder {
color: var(--color-placeholder);
}
form textarea {
border-radius: 20px;
padding: 20px;
width: 100%;
resize: none;
}
form .textarea {
width: 100%;
}
.wpcf7-form-control-wrap {
position: relative;
display: flex;
width: 100%;
}
.wpcf7-form-control-wrap::before {
content: "";
position: absolute;
left: 54px;
top: 1px;
width: 1px;
height: calc(100% - 2px);
background: var(--color-border-gray);
}
.textarea .wpcf7-form-control-wrap::before,
.range .wpcf7-form-control-wrap::before {
content: none;
}
.range .wpcf7-form-control-wrap {
width: unset;
}
.form_input_wrap {
position: relative;
margin-bottom: 15px;
}
.form_input_wrap .adding-field-left {
position: absolute;
left: 23px;
top: 50%;
z-index: 10;
transform: translateY(-50%);
}
.form_input_wrap .adding-field-right {
position: absolute;
right: 30px;
top: 50%;
z-index: 5;
transform: translateY(-50%);
}
.form_input_wrap .adding-field-right .icon {
position: absolute;
left: 50%;
top: 50%;
width: 23px;
height: 23px;
opacity: 0;
visibility: hidden;
transform: translate(-50%, -50%);
}
.form_input_wrap.btn-wrapper {
margin-top: 30px;
}
.wpcf7-valid + .form_input_validation .icon--valid {
opacity: 1;
visibility: visible;
}
.wpcf7-not-valid + .form_input_validation .icon--error {
opacity: 1;
visibility: visible;
}
.wpcf7-response-output {
font-size: 14px;
line-height: 21px;
}
.js-price-range {
width: 100%;
}.breadcrumbs {
display: flex;
flex-wrap: wrap;
margin: 10px 0;
font-size: 12px;
line-height: 21px;
}
.breadcrumbs li {
display: flex;
align-items: center;
margin-right: 10px;
opacity: 1;
font-weight: 500;
}
.breadcrumbs li:not(:last-child)::after {
content: "";
position: relative;
display: block;
margin-left: 10px;
width: 10px;
height: 10px;
background: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_arrow-down.svg) no-repeat;
background-position: center;
background-size: contain;
transform: rotate(-90deg);
}
.service {
position: relative;
padding: 0px 0 80px 0;
}
.services_landing {
margin-top: unset !important;
padding-top: 127px;
background: #f6f6f6;
}
.service .row {
align-items: center;
}
.service .text {
flex: 1 2 750px;
}
.service .img {
flex: 1 3 730px;
padding-left: 20px;
}
.service__title {
margin-top: 40px;
font-size: 28px;
line-height: 1.5;
color: #0D1344;
}
.service__descr {
max-width: 600px;
width: 100%;
font-size: 20px;
line-height: 1.5;
font-weight: 400;
color: #0D1344;
}
.service .btn {
margin-top: 50px;
}
.service__img img {
aspect-ratio: auto;
}
.service-descr__title {
padding-top: 40px;
}
.service-descr .row {
align-items: center;
}
.service-descr .img {
flex: 1 1 680px;
}
.service-descr__img {
overflow: hidden;
border-radius: 25px;
box-shadow: 0 -5px 40px -1px rgba(79, 79, 79, 0.05), 0 30px 30px -15px rgba(79, 79, 79, 0.07);
font-size: 0;
}
.service-descr__img img {
width: 100%;
height: auto;
display: block;
}
@media (min-width: 768px) {
.service-descr__img img {
object-fit: cover;
}
}
.service-descr .text {
flex: 1 1 700px;
padding: 10px 0px 10px 30px;
font-size: 18px;
line-height: 28px;
}
.service-descr__items {
display: flex;
flex-wrap: wrap;
margin-top: 50px;
margin-right: -7px;
margin-left: -7px;
padding-bottom: 40px;
}
.service-descr__item {
margin: 5px 5px;
border: 1px solid #e1e1e1;
border-radius: 20px;
padding: 25px;
width: calc(50% - 14px);
background: #fff;
}
.service-descr__item h4 {
margin-bottom: 5px;
font-size: 22px;
line-height: 37px;
color: var(--color-black);
}
.service-descr__item-descr {
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.mfp-wrap {
overflow-y: auto;
}
.popup {
position: relative;
overflow-y: auto;
margin: 0 auto;
border-radius: 30px;
max-width: 820px;
background: #fff;
}
.popup .mfp-close {
right: 20px;
top: 20px;
width: 40px;
height: 40px;
font-size: 0;
opacity: 1;
}
.popup .mfp-close::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-radius: 7px;
background: #f4f4f4;
}
.popup .mfp-close::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 75%;
height: 75%;
background: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_close.svg) center/contain no-repeat;
transform: translate(-50%, -50%) rotate(0deg); transform-origin: 50% 50%;
transition: transform .25s ease;
} .popup .mfp-close:hover::after,
.popup .mfp-close:focus-visible::after {
transform: translate(-50%, -50%) rotate(90deg);
}
.popup__title {
margin: 0 auto 10px;
font-size: 24px;
line-height: 50px;
text-align: center;
transition: .6s ease-out;
color: #0D1344;
}
.mfp-wrap.mfp-ready .popup--thanks .popup__title {
opacity: 1;
} .popup--thanks .popup__title {
line-height: 1.5;
margin: 20px auto 10px;
}
.popup__descr {
margin: 0 auto;
max-width: 506px;
font-size: 18px;
line-height: 28px;
text-align: center;
transition: .6s ease-out .2s;
}
.mfp-wrap.mfp-ready .popup--thanks .popup__descr {
opacity: 1;
}
.popup--thanks {
padding: 100px 40px;
}
.popup--thanks .popup__img {
margin: 0 auto;
max-width: 260px;
max-height: 260px;
}
.mfp-wrap .popup--thanks .popup__img img {
transform: scale(0) rotate(45deg);
opacity: 0;
transition: .4s ease-in-out .3s;
}
.mfp-wrap.mfp-ready .popup--thanks .popup__img img {
transform: scale(1) rotate(0);
opacity: 1;
}
.popup--form {
padding: 50px;
}
.popup--form .row {
flex-direction: column;
}
.popup--form .project-form {
margin-bottom: unset;
}
.popup--form .project-form .row {
margin-left: unset;
margin-right: unset;
}
.popup--form .project-form .col {
width: 100%;
}
.popup--form .project-form .form_input_wrap {
margin-left: unset;
margin-right: unset;
}
.popup--form .project-form .no-robot,
.popup--form .project-form .btn-wrapper .row .send-btns  {
margin-left: unset;
}
.popup--form .project-form .socials-btns {
margin-bottom: 30px;
}
.popup--form .project-form .btn--social,
.popup--form .project-form .btn-wrapper .row {
max-width: unset;
} .popup--form { max-width: 660px; }
.popup--form .popup__title { line-height: 1.3; margin-bottom: 18px; }
.popup--form .project-form .form_input_wrap { margin-top: 0; margin-bottom: 16px; } .popup--form .project-form .row--contacts .col { width: 100%; } .popup--form .project-form .contact-method-wrap { margin-top: 26px; }
@media (max-width: 600px) { .popup--form .popup__title { font-size: 20px; line-height: 1.3; margin-bottom: 16px; }
.popup--form .project-form .form_input_wrap { margin-bottom: 18px; }
.popup--form .project-form .contact-method-wrap { margin-top: 28px; }
.popup { border-radius: 20px; }
} @media (max-width: 480px) {
.popup--form .messengers-grid .wpcf7-checkbox { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
.popup--form .messengers-grid label { padding: 8px 8px !important; }
.popup--form .messengers-grid .wpcf7-list-item-label { font-size: 12px !important; white-space: nowrap !important; }
.popup--form .messengers-grid .wpcf7-list-item-label::before { width: 17px !important; height: 17px !important; min-width: 17px !important; min-height: 17px !important; margin-right: 6px !important; }
}
form .btn--social input {
display: none;
}
form .btn--social .wpcf7-form-control-wrap::before {
display: none;
}
form .socials-btns.active .btn--social:not(.selected){ opacity: .5;
}
form .socials-btns.active .btn.btn--social:hover{
opacity: 1;
}
form .btn--social .icons {
position: relative;
min-width: 23px;
height: 23px;
}
form .btn--social .wpcf7-form-control-wrap {
pointer-events: none;
}
form .btn--social img {
position: absolute;
} form .btn--social .wpcf7-form-control-wrap {
z-index: 10;
}
form .btn--social:not(.selected):hover img:not(.checked) {
transform: scale(1.08);
} form .btn--social img.checked {
transform: scale(0);
filter: brightness(0) invert(1);
}
form .btn--social.selected img {
transform: scale(0);
}
form .btn--social.selected img.checked {
transform: scale(1);
}
form .btn--social.selected:hover img.checked {
transform: scale(1.1) rotate(5deg);
}
form .btn--social .wpcf7-list-item {
margin: unset;
}
form .btn--social .wpcf7-form-control-wrap {
width: unset;
margin-right: 15px;
}
.archive .about-us h1 {
font-size: 28px;
line-height: 1.5;
}
.portfolio_page {
background: #f6f6f6;
}
.portfolio_page .portfolio--single-page {
padding-top: unset;
background: #fff;
}
.portfolio_page .project-form---single-page {
margin-bottom: unset;
padding-bottom: 100px;
padding-top: 80px;
background: #fff;
}
.portfolio-single .single-banner__title {
margin-bottom: 15px;
text-align: center;
color: #0D1344;
}
.portfolio-single .single-banner__descr {
margin-bottom: 30px;
text-align: center;
line-height: 1.3;
}
.portfolio-single .single-banner__img {
position: relative;
margin: 0 auto;
width: 100%;
height: 100%;
max-width: 860px;
max-height: 500px;
}
.portfolio-single .single-banner__img-bg img {
aspect-ratio: 2336 / 1263;
}
.portfolio-single .single-banner__img-screen {
position: absolute;
left: 50%;
top: 5%;
overflow: hidden;
border-radius: 3px;
width: 70%;
height: auto;
max-width: 640px;
max-height: 400px;
transform: translateX(-50%);
}
.portfolio-single .single-banner__img-screen img {
object-fit: contain;
height: 100%;
max-height: 400px;
}
.portfolio-single .single-banner__img-wrapper {
position: relative !important;
transform: unset !important;
}
.portfolio-single.single-banner {
position: relative;
margin-top: 40px;
padding-bottom: 40px;
}
.portfolio-single.single-page-img {
position: relative;
padding-top: 90px;
padding-bottom: 90px;
background: #fff;
}
.portfolio-single.single-page-img .single-page-img__img {
overflow: hidden;
margin: 0 auto;
max-width: 1000px;
}
.other-pages {
padding: 40px 0;
}
.other-pages__title {
margin-bottom: unset;
}
.other-pages__title-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 70px;
}
.other-pages__slides-mob, .other-pages__slides { max-width: 1420px;
padding-right: 70px;
padding-left: 70px;
}
.other-pages__slides-mob::before, .other-pages__slides-mob::after, .other-pages__slides::before, .other-pages__slides::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
z-index: 5;
width: 200px;
}
.other-pages__slides-mob::before, .other-pages__slides::before {
left: 0; }
.other-pages__slides-mob::after, .other-pages__slides::after {
right: 0;
background: linear-gradient(90deg, transparent, #f6f6f6);
}
.other-pages-mob {
position: relative;
}
.other-pages__slide {
display: flex;
flex-direction: column;
height: auto;
}
.other-pages__slide img {
aspect-ratio: auto;
}
.other-pages__slide-title {
margin-bottom: 20px;
font-size: 20px;
line-height: 1.5;
min-height: 38px;
text-align: center;
}
.other-pages__slide-img {
overflow: hidden;
max-height: 814px;
}
.other-pages__slide-img img {
height: 100%;
}
.portfolio-info {
padding-top: 40px;
padding-bottom: 40px;
background: #fff;
}
.portfolio-info__title {
margin-bottom: 50px;
}
.portfolio-info__item {
margin-bottom: 30px;
}
.portfolio-info__item-link {
color: #f35253;
}
.portfolio-info__item-link:hover {
color: #c52d2e;
}
.portfolio-info__item-title {
margin-bottom: 15px;
font-weight: 700;
font-size: 24px;
line-height: 37px;
}
.portfolio-info__item-descr {
margin-bottom: 15px;
font-size: 18px;
line-height: 28px;
}
.portfolio-info li {
display: flex;
line-height: 28px;
font-size: 16px;
}
.portfolio-info li::before {
content: "";
position: relative;
top: 12px;
margin-right: 10px;
border-radius: 100%;
height: 6px;
min-width: 6px;
background: var(--color-black);
}
.portfolio-info li:not(:last-child) {
margin-bottom: 10px;
margin-top: 10px;
}
.portfolio-info .col {
width: 50%;
}
.portfolio-info .row {
gap: 20px;
}
.portfolio__list.swiper {
padding-right: 20px;
padding-left: 20px;
}
.portfolio__list.swiper .portfolio__item {
margin: 30px 0;
box-shadow: unset;
}
.portfolio__list.swiper .portfolio__item.swiper-slide-active, .portfolio__list.swiper .portfolio__item.swiper-slide-next {
box-shadow: 0 -5px 40px -1px rgba(79, 79, 79, 0.05), 0 30px 30px -15px rgba(79, 79, 79, 0.07);
}
html {
font-family: "Montserrat", "Montserrat-fallback", sans-serif;
font-size: 18px;
color: var(--color-black);
cursor: default;
}
h1 {
color: var(--color-first);
font-weight: 600;
margin-bottom: 30px;
font-size: 36px;
line-height: 1.5;
}
h2 {
margin-bottom: 50px;
padding-top: 20px;
font-weight: 600;
font-size: 28px;
color: #0D1344;
}
h3 {
color: #0D1344;
margin-bottom: 20px;
font-weight: 700;
font-size: 24px;
line-height: 1.5;
}
.service-descr__descr {
color: #0D1344;
font-size: 16px;
}
h4 {
font-size: 24px;
line-height: 37px;
font-weight: 600;
}
p {
font-size: 16px;
}
p:not(:last-of-type) {
margin-bottom: 15px;
}
b {
font-weight: 700;
}
.container {
position: relative;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
max-width: 1420px;
}
.wrapper {
flex: 1 0 auto;
}
footer {
flex: 0 0 auto;
}
html {
height: 100%;
}
body {
display: flex;
flex: 1 0 auto;
flex-direction: column;
height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
border-radius: 50px;
font-size: 18px;
line-height: 28px;
color: var(--color-placeholder);
font-family: "Montserrat", "Montserrat-fallback", sans-serif;
}
.select2-container--default .select2-selection--single {
border: unset;
border-radius: 50px;
background: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 350px;
}
.select2-container--above.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--below.select2-container .select2-selection--single .select2-selection__rendered {
color: var(--color-black);
}
.select2-results__option {
padding: 10px 20px;
font-size: 18px;
line-height: 28px;
color: var(--color-black);
}
.select2-results__option:not(:last-child) {
border-bottom: 1px solid var(--color-border-gray);
}
.select2-results__option:nth-child(1) {
display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-top: -5px;
margin-left: -5px;
border: unset;
width: 10px;
height: 10px;
background: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_arrow-down.svg) no-repeat;
background-position: center !important;
background-size: contain !important;
transition: var(--anim1);
}
.select2-dropdown {
overflow: hidden;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
transform: rotate(180deg);
}
.select2-dropdown.select2-dropdown--above,
.select2-dropdown.select2-dropdown--below {
border: 1px solid var(--color-border-gray);
border-radius: 20px;
}
.select2 {
position: relative;
border: 1px solid var(--color-border-gray);
border-radius: 50px;
padding: 10px 20px 10px 70px;
width: 100% !important;
background: #fff;
}
.select2::after {
content: "";
position: absolute;
left: 53px;
top: 1px;
bottom: 1px;
width: 1px;
background: var(--color-border-gray);
}
.header__menu .form {
width: 100%;
max-width: 470px;
}
.row {
display: flex;
}
.marquee {
overflow: hidden;
}
.js-marquee {
display: flex;
}
.js-marquee-wrapper {
display: flex;
}
.swiper {
z-index: 10;
}
.swiper-button-wrapper {
--btn-size: 40px;
--btn-img-size: 14px;
--btn-img: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_arrow-slider.svg) no-repeat;
position: relative;
display: flex;
justify-content: space-between;
width: 100px;
}
.swiper-button-next, .swiper-button-prev {
position: relative !important;
top: unset !important;
bottom: 0;
margin-top: unset !important;
border: 2px solid var(--color-first);
border-radius: 100%;
height: var(--btn-size) !important;
min-width: var(--btn-size);
background: var(--color-first);
transition: var(--anim1);
}
.swiper-button-next::after, .swiper-button-prev::after {
content: "" !important;
padding: var(--btn-padding);
width: var(--btn-img-size);
height: var(--btn-img-size);
background: var(--btn-img);
background-position: 2px 0;
background-size: contain;
filter: brightness(0) invert(1);
}
.swiper-button-next:hover, .swiper-button-prev:hover {
transform: scale(1.1);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
border: 2px solid var(--color-first);
background: transparent;
opacity: 1 !important;
}
.swiper-button-next.swiper-button-disabled::after, .swiper-button-prev.swiper-button-disabled::after {
filter: unset;
}
.swiper-button-prev {
left: 0 !important;
}
.swiper-button-next {
right: 0 !important;
}
.swiper-button-next::after {
transform: rotate(180deg);
}
.swiper-pagination {
position: relative !important;
bottom: unset !important;
display: flex;
align-items: center;
}
.swiper-pagination-bullet {
border-radius: 5px !important;
height: 3px !important;
min-width: 20px !important;
background: var(--color-first) !important;
}
.swiper__nav {
display: flex;
justify-content: space-between;
margin-top: 50px;
margin-bottom: 50px;
padding: 0 2px;
}
.reviews__nav,
.plan__nav,
.services__nav {
justify-content: space-between;
}
.swiper-pagination-bullet {
opacity: 0 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
opacity: 0.5 !important;
transform: scale(1) !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1 !important;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 0 !important;
transform: unset !important;
}
.scrollbar-inner > .scroll-element .scroll-bar {
background: #b09feb;
opacity: 0.5;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
background: #b09feb;
opacity: 1;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
background: #f4f4f4;
}
.scrollbar-inner:not(.about-us__content) .scroll-content {
padding-right: 10px;
}
.flag {
position: absolute;
left: 0;
top: 14.6%;
z-index: 10;
width: 63px;
height: 90px;
}
form input.wpcf7-submit {
border: unset;
padding: 15px 60px;
}
.home_page h2 {
padding-left: 28px;
}
.wrapper {
padding-top: 90px;
}
.services_landing .portfolio {
background: #fff;
}
.services_landing .portfolio__list {
--margin: 20px;
margin-right: calc(var(--margin) / -1);
margin-left: calc(var(--margin) / -1);
padding-right: var(--margin);
padding-left: var(--margin);
}
.services_landing .portfolio .swiper-slide {
box-shadow: unset;
transition: var(--anim2);
}
.services_landing .portfolio .swiper-slide-active,
.services_landing .portfolio .swiper-slide-active + .swiper-slide {
box-shadow: 0 -5px 40px -1px rgba(79, 79, 79, 0.05), 0 30px 30px -15px rgba(79, 79, 79, 0.07);
}
.services_landing .portfolio .item {
margin: 20px 10px 20px;
border: 1px #e6e6e6 solid;
}
.services_landing .portfolio__slide {
box-shadow: 0 -5px 40px -1px rgba(79, 79, 79, 0.05), 0 30px 30px -15px rgba(79, 79, 79, 0.07);
}
.services_landing .portfolio .swiper__nav {
margin-top: 20px;
}
.services_landing .project-form,
.services_landing .about-us {
margin-bottom: unset;
padding-bottom: 100px;
background: #fff;
}
.portfolio_list-page h1 {
color: #0D1344;
margin-bottom: 20px;
font-weight: 600;
line-height: 1.5;
}
.contacts__title {
color: var(--color-first);
font-size: 36px;
font-weight: 600;
line-height: 1.5;
}
.portfolio_list-page .portfolio {
padding-top: 20px;
}
.mfp-wrap {
overflow-y: auto;
}
.contacts {
position: relative;
padding: 40px 0;
}
.contacts__img img {
aspect-ratio: auto;
}
.contacts-page {
background: #f6f6f6;
}
.contacts .row {
align-items: center;
justify-content: space-between;
}
.contacts__item-title {
margin-bottom: 15px;
padding-top: 0;
font-size: 24px;
font-weight: 700;
line-height: 1.5;
color: #0D1344;
}
.contacts__title {
color: #0D1344;
}
.contacts__item:not(:last-of-type) {
margin-bottom: 30px;
}
.contacts__item-wrapper {
padding: 50px;
color: #0D1344;
border-radius: 30px;
border: 1px solid #f35253;
}
.contacts__item:nth-child(2) li:not(:last-child) {
margin-bottom: 15px;
}
.contacts a:hover {
color: var(--color-first);
}
.contacts .col.content {
margin-right: 40px;
width: 100%;
max-width: -moz-max-content;
max-width: max-content;
}
.header {
position: fixed;
z-index: 20;
width: 100%;
top: 0;
font-size: 24px;
line-height: 37px;
color: var(--color-black);
background: transparent;
}
.header__wrapper {
display: flex;
align-items: center;
padding: 10px 0;
}
.header__nav {
position: relative;
display: flex;
gap: 90px;
margin-top: 10vh;
}
.header__nav .form__title,
.header__nav .menu:nth-child(1),
.header__nav .menu:nth-child(2) a.menu__link {
font-weight: 600;
font-size: 36px;
line-height: 50px;
}
.header__nav .form__title li,
.header__nav .menu:nth-child(1) li,
.header__nav .menu:nth-child(2) a.menu__link li {
margin-bottom: 30px;
font-weight: 600;
}
.header__nav .menu:nth-child(2) .submenu {
margin-top: 30px;
}
.header__nav .menu:nth-child(2) .submenu li {
margin-bottom: 20px;
}
.header__nav a {
transition: var(--anim1);
}
.header__nav a:hover {
color: var(--color-first);
}
.header__nav .form__title {
margin-bottom: 10px;
}
.header__nav .form__descr {
margin-bottom: 40px;
font-size: 18px;
line-height: 28px;
}
.header__nav .form .wpcf7-submit {
width: 100%;
max-width: 100%;
}
.header__nav-bottom {
display: flex;
justify-content: space-between;
margin-top: auto;
padding-bottom: 40px;
}
.header__nav-bottom .socials {
display: flex;
}
.header__nav-bottom .icon {
display: flex;
flex-direction: row-reverse;
align-items: center;
margin-right: 30px;
width: unset;
height: unset;
transition: var(--anim1);
}
.header__nav-bottom .icon img {
margin-right: 10px;
width: 23px;
height: 23px;
}
.header__nav-bottom .icon:hover {
color: var(--color-first);
}
.header .lang {
position: relative;
display: flex;
align-items: center;
margin-right: 45px;
margin-left: auto;
line-height: 1;
}
.header .lang span,
.header .lang__mobile span {
opacity: 0.5;
}
.header .lang a:hover {
color: var(--color-first);
}
.header .lang__mobile {
display: none;
margin-bottom: 25px;
}
.header .lang__mobile ul {
display: flex;
margin: 40px 0;
}
.header .lang__mobile li span {
opacity: 0.5;
}
.header .lang__mobile li a {
opacity: 1;
}
.header .lang__mobile li{
font-size: 18px;
line-height: 28px;
}
.header .lang__mobile li:not(:last-child) {
margin-right: 20px;
}
.header .lang li:not(:last-child) {
border-bottom: 1px solid var(--color-border-gray);
}
.header .lang li a {
padding: 12px 20px;
text-transform: uppercase;
color: var(--color-black);
}
.header .lang:hover::after {
transform: rotate(180deg);
}
.header .lang:hover ul {
opacity: 1;
visibility: visible;
}
.header__tel {
display: flex;
align-items: center;
margin-right: 45px;
}
.header__tel a {
display: flex;
align-items: center;
}
.header__tel img {
margin-right: 10px;
width: 35px;
height: 35px;
transition: var(--anim2);
}
.header__tel:hover {
color: var(--color-first);
}
.header__tel:hover img {
transform: scale(1.1) rotate(15deg);
}
.header__logo,
.header .lang, .header__tel {
z-index: 5;
color: #0D1344;
}
.header__menu {
max-width: 1280px;
width: 100%;
position: fixed;
right: 0;
top: 0;
bottom: 0;
clip-path: circle(0.4% at 85.75% 11.1%);
padding-top: 115px;
color: #0D1344;
background: #F4F4F4;
visibility: hidden;
transition: var(--anim2);
}
.header__menu > .container {
display: flex;
flex-direction: column;
overflow-y: auto;
height: 100%;
scrollbar-width: auto;
}
.header__menu > .container .scroll-x {
display: none !important;
}
.header__menu.j-open {
padding-left: 100px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
opacity: 1;
visibility: visible;
}
.socials-list {
display: flex;
gap: 30px;
margin-bottom: 56px;
font-size: 14px;
}
.header .logo__black {
display: block;
}
.header.j-light .logo__white {
display: block;
}
.logo__black img,
.logo__white img {
width: 170px;
height: 55px;
}
.header.j-light .btn--burger span {
background: #0D1344;
}
.header.sticky {
border-bottom: 1px solid #e1e1e1;
color: var(--color-black);
background: #fff;
}
.header.sticky .btn--burger span {
background: var(--color-black);
}
.header.sticky .btn--burger.j-active span {
background: #0D1344;
}
.header.sticky.j-light .logo__black {
display: block;
}
.header.sticky.j-light .logo__white {
display: none;
}
.header.sticky.j-light .lang::after {
filter: invert(0);
}
.header.sticky .logo img {
height: 55px;
}
.header.sticky .lang a {
border-color: #b4b4b4;
}
.header.open .logo__white {
display: block !important;
}
.header.open .lang::after {
filter: invert(1) !important;
}
.header.open .btn--burger span {
background: #0D1344;
}
.footer__wrapper {
position: relative;
background: #f7f7f7;
}
.footer .chat {
display: flex;
align-items: center;
}
.footer .chat h3 {
margin-bottom: 10px;
line-height: 1;
}
.footer .chat img {
margin-right: 20px;
width: 60px;
height: 60px;
}
.footer a {
transition: var(--anim2);
}
.footer a:hover {
color: var(--color-first);
}
.footer .socials img {
transition: var(--anim2);
}
.footer .socials a:hover img {
transform: scale(1.1);
}
.footer .networks .btn-social {
transition: var(--anim2);
}
.footer .networks .btn-social:hover {
border-color: #a0a0a0;
transform: scale(1.1);
}
.footer ul li:not(:last-child) {
margin-bottom: 15px;
}
.footer__top {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid white;
padding-bottom: 30px;
padding-top: 80px;
}
.footer__title {
margin-bottom: 20px;
font-weight: 700;
font-size: 24px;
line-height: 37px;
color: #0D1344;
}
.footer .middle {
justify-content: space-between;
padding: 40px 0;
}
.footer .middle__nav {
grid-area: services;
max-width: 360px;
padding-right: 10px;
}
.footer .middle__about-us {
grid-area: about-us;
max-width: 310px;
}
.footer__middle {
display: grid;
grid-template-areas: "services about-us follow-us contacts" "services about-us follow-us socials";
}
.footer .btn-social img {
width: 23px;
height: 23px;
}
.footer .btn-social.network, .footer .btn-social.clutch {
display: flex;
align-items: center;
border: 1px solid #e2e2e2;
border-radius: 5px;
padding: 5px;
max-width: 90px;
max-height: 35px;
}
.footer .btn-social.network img, .footer .btn-social.clutch img {
width: 100%;
height: 100%;
object-fit: contain;
}
.footer .btn-social.clutch {
padding: 10px;
}
.footer__folow-us {
grid-area: follow-us;
width: 370px;
}
.footer__folow-us ul {
display: flex;
flex-wrap: wrap;
max-width: 210px;
}
.footer__folow-us ul li {
font-size: 0;
}
.footer__folow-us .socials {
margin-bottom: 8px;
}
.footer__folow-us .socials li:not(:last-child) {
margin-right: 30px;
margin-bottom: unset;
}
.footer__folow-us .networks li:not(:last-child) {
margin-right: 10px;
}
.footer__contacts {
grid-area: contacts;
width: 260px;
margin-bottom: 25px;
}
.footer__social {
grid-area: socials;
width: 260px;
}
.footer__socials {
max-width: 270px;
}
.footer__social a:hover img {
transform: scale(1.08);
}
.footer__social img {
width: 35px;
height: 35px;
transition: var(--anim2);
}
.footer__social.social ul {
display: flex;
align-items: flex-start;
}
.footer__social.social ul li {
margin-bottom: unset;
font-size: 0;
}
.footer__social.social ul li:not(:last-child) {
margin-right: 23px;
}
.footer__bottom {
border-top: 1px solid white;
padding: 15px;
text-align: center;
color: #0D1344;
font-size: 14px;
font-weight: 400;
line-height: 21px;
} .banner {
overflow: hidden;
color: #fff;
background: #F4F4F4;
}
.banner .row {
height: 100vh;
min-height: 600px;
}
.banner .text {
width: 100%;
}
.banner .title {
width: 100%;
color: #0d1344;
margin-bottom: 40px;
font-weight: bold;
font-size: 36px;
line-height: 50px;
}
.banner .title__description {
margin-bottom: 40px;
max-width: 620px;
font-size: 18px;
line-height: 28px;
color: #0D1344;
font-weight: 400;
}
.banner .row {
align-items: center;
}
.banner .img {
position: relative;
max-width: 770px;
width: 100%;
}
.banner .img__wrapper {
position: relative;
margin-top: 20px;
aspect-ratio: 4 / 3;
}
.banner .img__wrapper img {
width: 100%;
}
.banner .img__wrapper img:nth-child(1) {
position: absolute;
left: 0 !important;
top: 20px !important;
height: 100%;
}
.banner .img__wrapper img:nth-child(2) {
left: 40% !important;
width: 100%;
max-width: 207px;
bottom: 4px;
top: unset !important;
}
.banner .img__wrapper img:nth-child(3) {
left: -23px !important;
top: 63% !important;
width: 100%;
max-width: 210px;
}
.services {
padding: 40px 0;
background: #FFF;
}
section.banner .section-accent__line::after {
display: none;
top: 86%;
} .services__slides {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 25px;
}
.services__slide {
display: block;
flex: 0 0 calc(33.333% - 20px); margin-top: 0;
margin-bottom: 40px;
border-radius: 35px;
height: auto;
transition: var(--anim1);
}
.services__descr {
padding: 10px 0;
font-weight: 700;
font-size: 18px;
line-height: 28px;
text-align: center;
margin-bottom: 20px;
}
.services__slide img {
transition: var(--anim2);
}
.services__slide:hover {
color: var(--color-first);
}
.services__slide:hover .services__img {
box-shadow: 0 10px 10px -10px #ccc;
}
.services__slide:hover img {
transform: scale(1.03);
}
.services__img {
display: flex;
align-items: center;
justify-content: center;
border-radius: 35px;
padding: 30px 25px 0;
background: #f6f6f6;
overflow: hidden;
}
.services__img img {
max-height: 260px;
object-fit: contain;
}  .services__slide {
display: flex;
flex-direction: column;
} .services__img {
height: 260px; display: flex;
align-items: center;
justify-content: center;
padding: 30px 25px 0;
border-radius: 35px;
background: #f6f6f6;
overflow: hidden;
} .services__img img {
max-height: 100%;
height: auto;
object-fit: contain;
}
.services__nav {
display: flex;
align-items: center;
padding: 0 2px;
}
.services .section-accent__line::after {
top: 45px;
bottom: -50px;
}
.portfolio {
padding-top: 40px;
background: #F4F4F4;
}
.portfolio .section-accent__line::after {
top: -200px;
}
.portfolio h2 {
margin-bottom: 30px;
font-size: 28px;
line-height: 1.5;
}
.portfolio__content {
padding-bottom: 40px;
}
.portfolio__list {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.portfolio__more {
display: flex;
justify-content: center;
margin-top: 40px;
}
@media (max-width: 768px) {
.portfolio__more {
margin-top: 24px;
}
}
.portfolio .item {
height: auto;
border: 1px #e6e6e6 solid;
display: flex;
flex-direction: column;
overflow: hidden;
margin: 20px 10px;
border-radius: 25px;
width: calc(50% - 20px);
box-shadow: 0 -5px 40px -1px rgba(79, 79, 79, 0.05), 0 30px 30px -15px rgba(79, 79, 79, 0.07);
}
.portfolio .item__title {
margin-bottom: 10px;
font-weight: 700;
font-size: 24px;
line-height: 37px;
color: #0d1344;
}
.portfolio .item__top {
background: white;
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 30px;
}
.portfolio .item__logo {
margin-left: 20px;
font-size: 0;
}
.portfolio .item__logo img {
width: 100%;
max-height: 45px;
object-fit: contain;
}
.portfolio .item__img {
overflow: hidden;
margin: 0 3px;
width: 100%;
max-width: 315px;
}
.portfolio .item__img-wrapper {
position: relative;
display: flex;
flex: 1;
justify-content: center;
max-height: 405px;
margin-top: auto;
background: #f3f3f3;
}
.portfolio .item__img-wrapper::after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 100%;
bottom: 0;
background: linear-gradient(0deg, #ffd5003d, #005bbb47) no-repeat right bottom;
opacity: 0;
transition: var(--anim2);
}
.portfolio .item__img-wrapper .btn {
position: absolute;
bottom: 45%;
z-index: 1;
margin: 0 auto;
opacity: 0;
background: linear-gradient(0deg, #CC2929, #CC2929) no-repeat right bottom / 0 var(--bg-h);
--bg-h: 100%;
border-radius: 66px;
padding: 15px;
color: white;
font-weight: 600;
}
.portfolio .item__img-wrapper .btn:hover {
color: #ffffff;
background: #d83232;
}
.portfolio .item__img-wrapper:hover::after {
top: 0;
opacity: 1;
}
.portfolio .item__img-wrapper:hover .btn {
opacity: 1;
bottom: 50%;
background-size: 100% var(--bg-h);
background-position-x: left;
}
.portfolio .item__img-bg {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
overflow: hidden;
}
.portfolio .item__img-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.portfolio .item__img-1 {
margin-top: 42px;
}
.portfolio .item__img-2 {
margin-top: 122px;
} .portfolio .item__img img {
height: auto;
max-width: 100%;
}
.portfolio .btn-more {
margin: 26px auto 0;
}
.project-form {
margin-bottom: 40px;
background: #F6F6F6;
}
.project-form .section-accent {
bottom: -100px;
}
.project-form .section-accent__items {
top: 80px;
}
.project-form__wrapper {
position: relative;
padding: 40px 28px;
border-radius: 25px;
background: #f6f6f6;
}
main.wrapper.contacts-page section.project-form.project-form--contacts {
background: white;
margin-bottom: 0;
padding-top: 80px;
padding-bottom: 100px;
} .project-form .row {
margin-right: -10px;
margin-left: -10px;
}
.project-form .col {
width: 50%;
}
.project-form h2 {
margin-bottom: 15px;
padding: unset;
}
.project-form .descr {
margin-bottom: 40px;
font-size: 24px;
line-height: 27px;
}
.project-form input:not(.wpcf7-submit),
.project-form .select2 {
padding: 16px 50px 16px 70px;
}
.project-form .form_input_wrap {
margin: 10px;
margin-bottom: 20px;
height: -moz-min-content;
height: min-content;
}
.project-form .form_input_wrap textarea {
height: 110px;
}
.project-form .form_input_wrap.range {
display: flex;
align-items: center;
}
.project-form .form_input_wrap.range .adding-field-left,
.project-form .form_input_wrap.range .select2 {
display: none;
}
.project-form .form_input_wrap.range > span {
margin-right: 42px;
min-width: -moz-max-content;
min-width: max-content;
}
.project-form .form_input_wrap.range .wpcf7-form-control-wrap {
margin-right: unset;
}
.project-form .form_input_wrap.range .range-wrapper {
width: 100%;
}
.project-form .form_input_wrap.range .range-wrapper .wpcf7-form-control-wrap {
display: unset;
}
.project-form .form_input_wrap.textarea {
margin-bottom: 10px;
}
.project-form .wpcf7-response-output {
font-size: 14px;
line-height: 21px;
color: #a0a0a0;
display: none;
}
.project-form .social_descr {
margin: 30px 0 15px;
}
.project-form .btn-wrapper {
display: flex;
align-items: center;
justify-content: center;
margin: unset;
}
.project-form .btn-wrapper .row {
display: flex;
width: 100%;
justify-content: space-between;
}
.project-form .btn-wrapper .row .socials-btns,
.project-form .btn-wrapper .row .send-btns {
display: flex;
}
.project-form .btn-wrapper .row .send-btns {
width: 100%;
max-width: 650px;
margin-left: auto;
margin-left: 20px;
}
.project-form .btn-wrapper .btn--social {
min-width: 192px;
}
.project-form .no-robot {
display: flex;
align-items: center;
margin-left: 20px;
}
.project-form .no-robot span {
min-width: -moz-max-content;
min-width: max-content;
}
.project-form .no-robot span:nth-child(1) {
display: block;
margin-right: 20px;
width: 100px;
height: 55px;
background: #d6d6d6;
}
.project-form .wpcf7-submit {
margin: 20px auto 0;
}
.send-btns {
width: 100%;
}
.technologies {
background: #F4F4F4;
padding: 40px 0;
}
.technologies h2 {
margin-bottom: unset;
padding-bottom: 40px;
}
.technologies .scrolling-wrapper {
position: relative;
}
.technologies .scrolling-wrapper::after,
.technologies .scrolling-wrapper::before {
content: '';
top: 0;
height: 100%;
width: 10%;
position: absolute;
z-index: 5;
}
.technologies .scrolling-wrapper::after {
left: -1px;
background: linear-gradient(to left, #ffffff00, #f4f4f4);
}
.technologies .scrolling-wrapper::before {
right: -1px;
background: linear-gradient(to right, #ffffff00, #f4f4f4);
}
.technologies .section-accent__line::after {
top: -200px;
bottom: -43px;
}
.reviews .section-accent__line::after {
bottom: -40px; }
.technologies .marquee .img-wrapper {
margin: 10px 5px;
border: 1px solid #e1e1e1;
border-radius: 30px;
width: 220px;
height: 160px;
background: white;
}
.technologies .marquee img {
padding: 40px;
filter: opacity(0.5);
width: 100%;
height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.technologies .marquee img:hover {
filter: opacity(1);
}
.plan {
background: white;
padding: 40px 0;
}
.plan h3 {
margin-bottom: 14px;
font-weight: 700;
font-size: 36px;
line-height: 50px;
}
.plan .section-accent__line::after {
top: -200px;
bottom: -70px;
}
.plan__nav {
display: flex;
align-items: center;
margin: 50px auto 3px;
padding: 0 2px;
max-width: 1442px;
}
.plan__nav .swiper-pagination-bullet {
background: #fff !important;
}
.plan__slide {
border-radius: 35px;
padding: 50px 30px;
height: auto;
box-shadow: 0 30px 50px rgba(59, 31, 156, 0.7);
background: #fff;
}
.plan__slides {
margin-right: unset;
padding: 0 13%;
}
.plan__slide .dots {
max-height: 268px;
}
.plan__slide .dots li {
align-items: unset;
}
.plan__slide .dots li::before {
background: var(--color-first);
}
.plan__icon {
margin-bottom: 24px;
height: 100%;
max-width: 60px;
max-height: 60px;
}
.plan__icon img {
height: 100%;
}
.plan__wrap {
overflow: hidden;
}
.plan .swiper-button-next.swiper-button-disabled,
.plan .swiper-button-prev.swiper-button-disabled {
background: transparent;
}
.plan .swiper-button-next.swiper-button-disabled::after,
.plan .swiper-button-prev.swiper-button-disabled::after {
filter: brightness(0) invert(1);
}
.plan .swiper-button-next,
.plan .swiper-button-prev {
border-color: #fff;
background: #fff;
}
.plan .swiper-button-next::after,
.plan .swiper-button-prev::after {
filter: unset;
}
.reviews {
padding: 40px 0 40px 0;
margin-bottom: var(--section-offset-bottom);
}
.reviews .section-accent__line::after {
top: -200px;
}
.reviews h3 {
margin-bottom: 5px;
font-weight: 700;
font-size: 16px;
line-height: 37px;
color: var(--color-black);
}
.reviews__slide {
display: flex;
flex-direction: column;
border-radius: 25px;
padding: 30px 20px;
height: auto;
box-shadow: 0 -5px 40px -1px rgba(79, 79, 79, 0.05), 0 30px 30px -15px rgba(79, 79, 79, 0.07);
background: #fff;
}
.reviews__nav {
display: flex;
align-items: center;
padding: 0 2px;
}
.reviews-top {
display: flex;
align-items: center;
margin-bottom: 16px;
}
.reviews-top__img {
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
border: 1px solid var(--color-border-gray);
border-radius: 10px;
padding: 10px;
width: 100px;
height: 60px;
}
.reviews-top__img img {
width: 78px;
height: 38px;
}
.reviews-top__user {
font-size: 14px;
line-height: 21px;
opacity: 0.65;
}
.reviews-top__user-company {
font-weight: 700;
}
.reviews .text {
position: relative;
margin-bottom: 13px;
font-size: 16px;
line-height: 28px;
}
.reviews .text.fade::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 36px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 9.23%, #fff 101.98%);
opacity: 1;
transition: var(--anim4);
}
.reviews .text.fade.hide::after {
height: 0;
opacity: 0;
}
.reviews__date {
margin-top: auto;
font-size: 14px;
line-height: 21px;
color: #b09feb;
}
.reviews .swiper {
--offset: 50px;
margin-top: -40px;
margin-right: calc(var(--offset) / -1);
margin-bottom: -35px;
margin-left: calc(var(--offset) / -1);
padding: 40px var(--offset);
}
.reviews .swiper-slide {
opacity: 0;
transition: var(--anim4);
}
.reviews .swiper-slide-active, .reviews .swiper-slide-duplicate-active, .reviews .swiper-slide-next, .reviews .swiper-slide-duplicate-next, .reviews .swiper-slide-next + .swiper-slide, .reviews .swiper-slide-duplicate-next + .swiper-slide {
opacity: 1;
}
.about-us {
margin-bottom: 40px;
}
.about-us h2 {
margin-bottom: 23px;
color: #0D1344;
}
.about-us .section-accent__line::after {
bottom: unset;
height: 30px;
}
.about-us__descr {
margin-bottom: 33px;
line-height: 1.5;
}
.about-us__list-title {
margin-top: 0;
margin-bottom: 10px;
font-weight: 700;
font-size: inherit;
line-height: 1.5;
} .contact-method-wrap { min-inline-size: 0; min-width: 0; border: 0; padding: 0; margin-left: 0; margin-right: 0; }
legend.contact-method-title { padding: 0; } .home_page .about-us__content.scrollbar-inner.scroll-wrapper {
padding-left: 33px;
}
.service-descr--about-us .service-descr__descr-title {
color: var(--color-black);
font-size: 24px;
line-height: 1.5;
font-weight: 600;
padding-top: 0;
}
.service-descr--about-us .service-descr__item {
padding: 25px;
width: calc(33.3333333333% - 14px);
text-align: center;
}
.service-descr--about-us .service-descr__item-title {
font-size: 38px;
line-height: 60px;
font-weight: 600;
}
.service-descr--about-us .service-descr__item-descr {
font-size: 18px;
line-height: 1.5;
}
.clients {
padding-bottom: 100px;
height: 480px;
}
.clients__item {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #e1e1e1;
border-radius: 25px;
padding: 40px;
height: calc(50% - 20px);
background: #fff;
}
.clients__item img {
height: 100%;
max-width: 190px;
max-height: 60px;
}
.grecaptcha-badge {
bottom: 80px !important;
}
button.alm-load-more-btn.more.btn.btn__main.btn-more {
border: none;
}
.alm-load-more-btn.done {
display: none;
}
.mob-img-banner{
display: none;
}
.sub-menu-lang {
position: absolute;
}
.d-none{
display: none;
}
.current-lang-select {
position: relative;
display: flex;
gap: 15px;
}
.svg-lang-arrow {
display: flex;
align-items: center;
cursor: pointer;
}
.svg-left-bottom-open-menu{
position: absolute;
left: 0;
bottom: 71px;
}
.svg-right-bottom-open-menu{
position: absolute;
right: 0;
}
main.wrapper.portfolio_list-page section.portfolio {
background: white;
}
.footer__top .logo {
width: 251px;
}
.footer_ask_block img {
width: 61px;
height: auto;
transition: var(--anim2);
cursor: pointer;
}
.footer_ask_block img:hover {
transform: scale(1.1);
}
.footer_ask_block {
display: flex;
align-items: center;
gap: 20px;
}
.footer_ask_block div {
display: flex;
flex-direction: column;
font-size: 18px;
font-weight: 400;
line-height: 28px;
color: #0D1344;
}
.footer_ask_block div span {
font-size: 24px;
font-weight: 600;
line-height: 37px;
}
.number-itpl {
width: 100px;
display: flex;
height: 100px;
justify-content: center;
align-items: center;
color: #595959;
text-align: center;
font-family: "Montserrat", "Montserrat-fallback", sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 37px;
}
.number-itpl svg, .number-itpl img {
position: absolute;
}
.item-plan {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.content-itpl .tit_desc {
display: flex;
flex-direction: column;
max-width: 430px;
width: 100%;
color: #0D1344;
font-size: 18px;
font-weight: 400;
line-height: 28px;
position: relative;
z-index: 9;
}
.content-itpl .tit_desc span{
font-size: 24px;
font-weight: 600;
line-height: 37px;
}
.content-itpl {
position: relative;
display: flex;
align-items: center;
gap: 40px;
height: 140px;
padding-left: 80px;
}
.background_itpl {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.img_itpl {
position: relative;
z-index: 9;
width: 100px;
height: 100px;
}
.container-plan-items {
max-width: 1152px;
width: 100%;
margin: 0 auto;
}
.svg-arrow-itpl {
position: relative;
height: 2px;
width: 5px;
}
.svg-arrow-itpl svg, .svg-arrow-itpl img {
position: absolute;
top: -88px;
left: 8px;
}
.first-it .svg-arrow-itpl{
display: none;
}
.item-plan.reverse {
flex-direction: row-reverse;
}
.reverse .background_itpl svg, .reverse .background_itpl img {
transform: scale(-1, 1);
}
.reverse .content-itpl{
flex-direction: row-reverse;
width: 670px;
padding-left: 20px;
justify-content: flex-end;
}
.reverse .svg-arrow-itpl svg, .reverse .svg-arrow-itpl img{
transform: scale(-1, 1);
left: unset;
right: -13px;
}
.sub-text-form {
color: #3e3e3e;
font-size: 14px;
font-weight: 400;
line-height: 21px;
}
.mob-svg-bottom-menu{
display: none;
position: relative;
}
.mob-svg-bottom-menu svg{
position: absolute;
}
main.wrapper.services_landing .plan {
padding-bottom: 60px;
}
main.wrapper.services_landing .portfolio {
padding-top: 0;
}
.services_landing section.project-form {
background: #f6f6f6;
padding-bottom: 0;
}
.service-descr {
background: #fff;
}
.services_landing .about-us {
padding: 40px 0;
}
.logo-for-blur-menu img {
width: 251px;
position: absolute;
left: 20px;
top: 10px;
z-index: 9;
}
.open .header__logo.logo img{
display: none;
}
header.header.j-light.sticky.open {
background: none;
border: none;
}
.logo.logo__white a {
height: 60px;
display: block;
}
.page_not_found {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 400px;
}
.page-page_not_found main {
flex: 1 1 auto;
}
.page_not_found-content {
text-align: center;
}
.page_not_found-content h1 {
font-size: 135px;
line-height: 1;
max-width: unset;
color: var(--color-first);
}
.page_not_found-content .btn {
max-width: -moz-max-content;
max-width: max-content;
padding-left: 20px;
padding-right: 20px;
margin: 30px auto 0;
display: block;
}
.select-lang {
cursor: pointer;
}
a.icon span:hover {
color: var(--color-first);
}
div#popup-form .project-form p.popup__descr {
display: none;
}
div#popup-form .project-form {
background: white;
}
.lang span, .lang__mobile span{
margin: -3px 3px 0 3px;
}
.op-05{
opacity: 0.5;
}
.lang .wi-fl, .lang__mobile .wi-fl{
display: flex;
align-items: center;
gap: 3px;
}
.select2-container--open .select2-dropdown {
margin-top: 0px !important;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
max-height: 300px;
overflow-y: auto;
z-index: 9999;
}
.wpcf7-form-control-wrap, .project-form { position:relative; overflow:visible!important }
.wpcf7-form-control-wrap .select2-container--open .select2-dropdown,
.project-form .select2-container--open .select2-dropdown {
top:auto!important; bottom:calc(100% + 8px)!important;
}
.select2-container--open { z-index:120000!important; }
.about-us-page h1{
padding-top: 10px;
font-weight: 600;
font-size: 36px;
color: #0D1344;
}
.about-us-page h2{
margin-bottom: 40px;
padding-top: 40px;
font-weight: 600;
font-size: 28px;
color: #0D1344;
} .section-accent--banner { animation: bannerGlow 2.4s ease-out infinite;
} @keyframes bannerGlow {
0%   { filter: drop-shadow(0 0 0 rgba(243,82,82,0)); }
50%  { filter: drop-shadow(0 0 10px rgba(243,82,82,0.45)); }
100% { filter: drop-shadow(0 0 0 rgba(243,82,82,0)); }
}
.services_landing .about-us h2 {
font-size: 24px;
line-height: 1.5;
padding-top: 0px;
}
.other-pages__title-anim{
display: none;
}
.portfolio__content .item__descr {
line-height: 1.5;
font-size: 14px;
}
.grecaptcha-badge {
display: none;
} .open .header__logo.logo img {
display: block !important;
}   .header:not(.open) .header__logo {
filter: none;
-webkit-filter: none;
opacity: 1;
transition: all 0.3s ease;
}
.archive .services h2 {
font-size: 18px;
}
.page-template-page-portfolio .portfolio_list-page h1 {
font-size: 36px;
}  @media (max-width: 1600px) {
.header__nav {
margin-top: 10vh;
}
.container {
padding-right: 70px;
padding-left: 70px;
}
.section-accent {
left: 10px;
}
.section-accent__items--line::before {
width: 20px;
}
.header .lang {
margin-right: 20px;
font-size: 18px;
}
.header__tel {
margin-right: 30px;
}
.header__tel a {
font-size: 16px;
}
.project-form .btn-wrapper .btn--social {
min-width: 152px;
}
.plan__slides {
padding: 0 10%;
}
.logo-for-blur-menu img {
left: 70px;
}
} @media (max-width: 1440px) {
h1, 
h2 {
font-size: 28px;
line-height: 1.5;
}
.banner .title__description {
font-size: 20px;
line-height: 30px;
max-width: 100%;
padding-right: 20px;
}
.banner .img__wrapper img:nth-child(1) {
width: 520px;
}
.banner .img__wrapper img:nth-child(2) {
max-width: 200px;
}
.banner .img__wrapper img:nth-child(3) {
max-width: 200px;
}
.banner .text {
padding: 200px 0;
}
.header__wrapper {
padding: 5px 0;
}
.project-form__wrapper {
padding: 50px 20px;
}
.project-form .descr {
font-size: 18px;
line-height: 1.5;
margin-bottom: 30px;
}
.project-form input:not(.wpcf7-submit), 
.project-form .select2 {
padding: 14px 15px 14px 70px;
}
.project-form form input:not(.select2),
.project-form form textarea {
font-size: 16px;
line-height: 16px;
font-family: "Montserrat", "Montserrat-fallback", sans-serif;
}
.project-form .form_input_wrap {
margin-bottom: 10px;
}
.select2-container .select2-selection--single {
height: 18px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
font-size: 16px;
line-height: 18px;
}
.technologies .marquee img {
padding: 20px;
}
.technologies .marquee .img-wrapper {
width: 250px;
height: 120px;
}
.plan__slide {
padding: 30px;
font-size: 16px;
}
.plan__icon {
margin-bottom: 10px;
}
.plan h3 {
font-size: 30px;
line-height: 40px;
}
.logo-for-blur-menu img {
top: 5px;
}
} @media (max-width: 1280px) {
.mob-img-banner {
display: unset;
margin-top: 29px;
width: 100%;
}
.mob-img-banner img{
height: auto;
aspect-ratio: auto;
max-width: 600px;
}
h1,
h2 {
font-size: 32px;
}
h3 {
font-size: 32px;
line-height: 1.5;
}
.footer .middle {
justify-content: normal;
padding: 40px 0;
}
.header .logo {
max-width: 170px;
}
.header__nav {
flex-direction: column;
margin-top: unset;
gap: 0px;
}
.banner .text {
padding: unset;
}
.banner .row {
flex-direction: column;
padding: 175px 0;
height: auto;
min-height: auto;
}
.banner .img {
position: relative;
max-width: 770px;
width: auto;
}
.portfolio .item {
width: 100%;
}
.project-form .btn-wrapper .row {
flex-direction: column;
margin: 0 auto;
max-width: 600px;
}
.project-form .btn-wrapper .row .send-btns {
margin-left: unset;
}
.technologies .marquee .img-wrapper {
width: 240px;
height: 115px;
}
.technologies .marquee img {
padding: 30px;
}
.socials-btns {
justify-content: center;
margin-bottom: 30px;
}
.project-form .no-robot {
margin-left: unset;
}
.plan__slides {
padding: 0 8%;
}
.footer__middle {
grid-template-areas: "services about-us" "follow-us contacts" "follow-us socials";
}
.footer__item_wrapper {
margin-bottom: 26px;
}
.footer .chat__text {
display: none;
}
.service-descr__item {
width: calc(50% - 14px);
}
.service-descr--about-us .service-descr__items {
flex-direction: column;
align-items: center;
}
.service-descr--about-us .service-descr__item {
width: 100%;
text-align: center;
}
.other-pages__slides-mob::after, .other-pages__slides-mob::before, .other-pages__slides::after, .other-pages__slides::before {
display: none;
}
.container-plan-items{
display: none;
}
section.plan {
padding-top: 30px;
padding-bottom: 50px;
}
.logo-for-blur-menu img {
width: 170px;
}
} @media (max-width: 1120px) {
.header__nav-bottom {
flex-direction: column;
}
.header .mail {
margin-right: auto;
}
.service__descr {
max-width: 100%;
}
.project-form .price-row {
flex-direction: column;
}
.project-form .col {
width: calc(100% - 20px);
}
.footer .middle {
justify-content: normal;
padding: 40px 0;
}
.service .row {
flex-direction: column;
}
.service .img {
flex: unset;
margin-bottom: 45px;
max-width: 600px;
}
.service .text {
flex: unset;
}
.service-descr .row {
flex-direction: column;
}
.service-descr--about-us .row {
align-items: flex-start !important; }
.service-descr--about-us .col {
text-align: left !important; width: 100%; }
.service-descr--about-us .service__title {
text-align: left;
margin-left: 0;
}
.service-descr .img,
.service-descr .text {
flex: unset;
}
.service-descr .img {
margin-bottom: 20px;
}
.service-descr .text {
padding: unset;
}
.header__nav::before {
box-shadow: unset;
}
.header__nav::after {
box-shadow: 41.5vw 0 0 #fff;
}
.portfolio-info {
padding-bottom: 70px;
}
.portfolio-info .row {
flex-direction: column;
gap: unset;
}
.portfolio-info .col {
width: 100%;
}
.contacts {
padding: 20px 0;
}
.contacts .row {
flex-direction: column-reverse;
}
.contacts__img {
margin-top: 40px;
margin-bottom: 40px;
max-width: 600px;
}
.contacts .col.content {
margin-right: unset;
}
.logo-for-blur-menu {
display: none;
}
.open .header__logo.logo img{
display: unset;
}
.logo.logo__white a{
height: unset;
display: unset;
}
.header.open .header__logo {
filter: none !important;
-webkit-filter: none !important;
opacity: 1 !important;
}
} @media (max-width: 1023px) {
.services__slides {
gap: 20px;
}
.services__slide {
flex: 0 0 48%; }
.header__menu.j-open{
padding-left: 0;
padding-top: 80px;
}
.socials-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px 10px;
margin-bottom: 0;
}
a.icon.icon--mail{
margin-left: 0;
}
.header__nav {
gap: 0;
margin-bottom: 30px;
margin-top: 15px;
}
.header__nav-bottom {
display: none;
}
.header__nav .menu:nth-child(2) a.menu__link{
font-size: 32px;
line-height: 38px;
}
.header__nav .menu:nth-child(2) .submenu{
margin-top: 20px;
}
.svg-left-bottom-open-menu{
display: none;
}
.socials-list .icon {
flex-direction: row !important;
justify-content: flex-start;
}
.socials-list .icon img {
margin-right: 10px;
margin-left: 0;
}
.footer .middle {
justify-content: normal;
padding: 40px 0 0 0;
}
.socials-list .icon span {
order: 2;
}
.mob-svg-bottom-menu svg{
left: -70px;
display: none;
}
} @media (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
.footer__top{
display: none;
}
.footer__middle.middle {
display: flex;
flex-direction: column;
}
} @media (max-width: 767px) {
.services__slides {
display: block;
overflow: visible;
margin-bottom: 40px;
}
.services__slide {
width: 100%;
flex: none;
margin-bottom: 30px;
} .services__nav,
.services__slides .swiper-pagination,
.services__slides .swiper-button-wrapper {
display: none !important;
}
.logo {
max-width: 164px;
}
h1, h2 {
font-size: 30px;
line-height: 1.5;
}
h3 {
font-size: 26px;
line-height: 1.5;
}
.portfolio_list-page .about-us h2 {
margin-bottom: 23px;
font-size: 24px;
line-height: 1.5;
color: #0e1341;
}
.about-us-page h1 {
padding-top: 10px;
font-weight: 600;
font-size: 28px;
margin-bottom: 40px;
color: var(--color-first);
}
.portfolio_page .project-form---single-page {
padding-bottom: 80px;
}
.banner .row {
padding: 130px 0 30px 0;
min-height: 85vh;
}
.flag {
left: unset;
right: 0;
top: 16%;
}
.banner .text .btn__main {
padding: 15px 15px;
}
.header__tel {
margin-left: auto;
}
.header__tel a {
display: none;
}
.header__tel img {
margin-right: unset;
}
.header .lang {
display: none;
}
.header .lang__mobile {
display: flex;
}
.header .socials {
flex-direction: column;
align-items: flex-start;
width: -moz-min-content;
width: min-content;
}
.header__nav::after {
box-shadow: 47vw 0 0 #fff;
}
.portfolio__list {
margin-right: unset;
margin-left: unset;
}
.portfolio .item {
margin: 15px 0;
}
.portfolio .item__img {
margin: 0 22px;
}
.portfolio .item__img img {
aspect-ratio: auto;
height: 365px;
margin-top: 10px;
}
.portfolio .item__img-bg {
display: none;
}
.portfolio .item__img-1 {
margin-top: unset;
}
.portfolio .item__img-2 {
display: none;
}
.portfolio .item__img-wrapper {
max-height: 348px;
}
.portfolio .item__top {
justify-content: center;
padding-bottom: 20px;
}
.portfolio .item__logo {
display: none;
}
.portfolio .item__text {
text-align: center;
}
.portfolio .item__title {
font-size: 18px;
line-height: 28px;
}
.portfolio .item__descr {
font-size: 16px;
line-height: 24px;
}
.project-form .row {
margin-right: unset;
margin-left: unset;
}
.project-form .row .col {
width: 100%;
}
.project-form .form_input_wrap {
margin: unset;
margin-bottom: 20px;
}
.project-form h2 {
font-size: 24px;
line-height: 1.5;
padding: 0px 0 20px;
}
.project-form .descr {
font-size: 18px;
line-height: 1.5;
}
.project-form__wrapper {
border-radius: 25px;
padding: 40px 10px;
}
.project-form .no-robot span:nth-child(1) {
margin-right: 5px;
width: 50px;
}
.project-form .range .select2.select2-container {
display: block;
margin-right: unset;
}
.project-form .range > span:nth-child(3),
.project-form .range-wrapper {
display: none;
}
.range .wpcf7-form-control-wrap {
width: 100%;
}
.project-form .range .adding-field-left.icon {
display: block;
}
.project-form .social_descr {
margin-top: 20px;
}
.btn--social {
min-width: unset !important;
font-size: 0;
}
.btn--social img {
margin-left: unset;
}
.row {
flex-direction: column;
}
.service .row {
flex-direction: column;
}
.service .service__img {
padding-top: 40px;
}
.service__title {
margin-top: 20px;
}
.service .img {
margin-bottom: 20px;
}
.service {
padding: 20px 0 0px;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: -32px !important;
}
.technologies .marquee .img-wrapper {
border-radius: 20px;
width: 220px;
height: 105px;
}
.technologies .marquee .img-wrapper img {
padding: 30px;
}
.plan h3 {
font-size: 18px;
line-height: 28px;
}
.plan li {
font-size: 16px;
line-height: 24px;
}
.plan__icon {
margin-bottom: 10px;
max-height: 50px;
}
.plan__slides {
padding: 0 30px;
}
.plan__nav .swiper-pagination-bullets.swiper-pagination-horizontal {
left: -16px !important;
}
.plan__slide {
border-radius: 20px;
padding: 30px 20px;
}
.plan__slide ul li {
margin-bottom: 5px;
}
.footer__middle {
grid-template-areas: "services services" "about-us follow-us" "contacts contacts" "socials socials";
grid-template-columns: 130px auto;
}
.footer .middle {
justify-content: unset;
}
.footer .middle__about-us {
width: 100%;
}
.footer__title {
font-size: 18px;
}
.footer__folow-us {
width: 100%;
max-width: 370px;
}
.footer li {
font-size: 16px;
line-height: 1.5;
}
.footer ul li:not(:last-child) {
margin-bottom: 10px;
line-height: 1.5;
}
.services_landing .portfolio__list {
--margin: 20px;
}
.services_landing .portfolio__list .swiper-slide {
box-shadow: unset !important;
}
.services_landing .portfolio__list .swiper-slide-active {
box-shadow: 0 -5px 40px -1px rgba(79, 79, 79, 0.05), 0 30px 30px -15px rgba(79, 79, 79, 0.07) !important;
}
.services_landing .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.services_landing .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 0 !important;
}
.popup {
margin: 0 auto;
padding: 25px 15px;
}
.popup .mfp-close {
right: 20px;
top: 20px;
width: 30px;
height: 30px;
}
.popup .social_descr {
margin-top: 24px;
}
.popup__descr {
margin-bottom: 20px;
}
.portfolio-info {
padding-bottom: 50px;
}
.portfolio-single.single-page-img {
padding-top: 40px;
}
.other-pages__title-anim {
display: none;
}
.contacts__item-wrapper {
padding: 50px 20px;
}
.contacts__item-title {
font-size: 28px;
line-height: 1.5;
}
.project-form--contacts {
margin-bottom: unset !important;
padding: 40px 0 40px;
}
form .btn--social .wpcf7-form-control-wrap {
margin-right: unset;
}
.home_page h2 {
padding-left: unset;
font-size: 28px;
line-height: 1.5;
}
.section-accent {
display: none;
}
.container {
padding-right: 20px;
padding-left: 20px;
}
.swiper__nav {
margin-top: 30px;
}
.banner .title__description {
max-width: 100%;
font-size: 18px;
line-height: 28px;
}
.banner .btn {
margin: 0 auto;
}
.banner .img__wrapper {
margin-top: unset;
}
.banner .img__wrapper img:nth-child(1) {
border-width: 3px;
border-radius: 15px;
width: 420px;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.banner .img__wrapper img:nth-child(2) {
left: 29% !important;
top: 101% !important;
width: 100%;
max-width: 175px;
}
.banner .img__wrapper img:nth-child(3) {
left: 60px !important;
top: 64% !important;
width: 100%;
max-width: 130px;
}
.services::before {
top: -99px;
background-position: bottom;
background-size: 100%;
}
.project-form input:not(.wpcf7-submit),
.project-form .select2 {
padding: 16px 50px 16px 70px;
}
.reviews .swiper {
--offset: 20px;
}
.reviews .swiper-slide {
opacity: 1;
transition: var(--anim4);
}
.reviews--clients {
margin-top: 40px;
}
.service__title {
font-size: 28px;
line-height: 38px;
}
.service-descr__descr-title {
margin-bottom: 20px;
margin-top: 20px;
}
.service__descr {
max-width: 100%;
font-size: 18px;
line-height: 1.5;
}
.service-descr {
padding: 40px 0;
}
.service-descr__items {
margin-top: 28px;
margin-right: unset;
margin-left: unset;
}
.service-descr__item {
margin: 7px auto;
padding: 20px;
width: 100%;
max-width: 600px;
}
.service-descr--about-us {
padding: 40px 0 70px;
}
.service-descr--about-us .service-descr__item {
margin: 7px 0;
padding: 20px 40px;
}
.service-descr--about-us .service-descr__item-title {
font-size: 32px;
line-height: 43px;
}
.service-descr--about-us .service-descr__item-descr {
font-size: 16px;
line-height: 24px;
}
.clients {
height: 240px;
}
.clients__item {
height: 100%;
}
.other-pages__slides, .other-pages__slides-mob {
padding: 0 20px;
}
.mob-svg-bottom-menu svg{
left: -20px;
}
.home_page .about-us__content.scrollbar-inner.scroll-wrapper {
padding-left: unset;
}
} @media (max-width: 650px) {
.banner .title{
font-size: 22px;
font-weight: 600;
line-height: 1.5;
}
.banner .title__description{
margin-bottom: 70px;
font-size: 18px;
font-weight: 400;
line-height: 28px;
}
.banner .btn{
font-size: 16px;
font-weight: 500;
line-height: 24px;
}
.socials-list .icon {
font-size: 14px;
}
a.icon.icon--mail {
font-size: 14px;
}
.socials-list .icon img {
margin-right: 5px;
margin-left: 0;
}
.service-descr h2 {
text-align: left;
margin-bottom: 40px;
font-size: 26px;
line-height: 1.5;
}
.service-descr__items{
margin-top: 30px;
}
main.wrapper.services_landing .plan{
padding-bottom: 40px;
}
.services_landing .about-us{
padding:0px 0 40px 0;
}
} @media (max-width: 460px) {
h2 {
margin-bottom: 30px;
font-size: 32px;
line-height: 43px;
}
h3 {
font-size: 18px;
}
.faq h2 {
margin-bottom: 30px;
font-size: 24px;
line-height: 1.5;
}
.service-descr .container h2{
font-size: 28px;
line-height: 1.5;
}
.plan .container h2 {
font-size: 28px;
line-height: 1.5;
}
.portfolio-info {
padding-top: 40px;
padding-bottom: 40px;
background: #fff;
}
.other-pages {
padding: 40px 0;
}
.portfolio-info__title {
margin-bottom: 40px;
}
.other-pages__slide-title {
margin-bottom: 10px;
font-size: 16px;
min-height: auto;
}
.other-pages__title-wrapper {
margin-bottom: 40px;
}
.portfolio-single .other-pages__title-wrapper h2{
font-size: 28px;
line-height: 1.5;
}
.portfolio_page .portfolio-info h2{
font-size: 28px;
line-height: 1.5;
}
.header__nav .menu:nth-child(2) .submenu li {
margin-bottom: 15px;
font-size: 20px;
line-height: 1.5;
}
.about-us-page h2 {
font-size: 28px;
}
.service-descr--about-us .service-descr__descr-title {
font-size: 28px;
line-height: 1.3;
text-align: left;
font-weight: 600;
}
.contacts__title {
color: var(--color-first);
font-size: 28px;
font-weight: 600;
line-height: 1.5;
}
.services .container h2 {
font-size: 18px;
line-height: 1.5;
}
.archive .about-us h1 {
font-size: 24px;
line-height: 1.3;
}
.btn__main,
form input.btn__main {
min-width: unset;
font-size: 16px;
line-height: 24px;
padding: 16px 10px;
min-width: 100%;
}
.container {
padding-right: 15px;
padding-left: 15px;
}
.wrapper {
padding-top: 97px;
}
.btn--social {
padding: 10px;
}
.btn--social img {
width: 20px;
height: 20px;
}
.form_input_wrap .adding-field-left {
left: 14px;
}
.wpcf7-form-control-wrap::before {
left: 40px;
}
.select2::after {
left: 40px;
}
.header .lang__mobile {
display: flex;
margin-bottom: 0px;
}
.header__nav {
margin-bottom: 10px;
}
.header__nav::after, .header__nav::before {
bottom: -287px;
}
.header__nav .form__title,
.header__nav .menu:nth-child(1) li,
.header__nav .menu:nth-child(2) a.menu__link li {
margin-bottom: 25px;
font-size: 32px;
line-height: 34px;
}
.header__nav .menu:nth-child(2) .submenu li {
margin-bottom: 20px;
font-size: 18px;
line-height: 1;
}
.header .form {
margin-top: 40px;
}
.header .form__descr {
color: rgba(255, 255, 255, 0.5);
}
.header .form__descr b {
color: #fff;
}
.header .form .wpcf7-response-output {
color: #b09feb;
}
.header .socials li,
.header .mail li {
margin-bottom: 25px;
}
.header .socials a,
.header .mail a {
margin-right: unset;
font-size: 18px;
line-height: 28px;
}
.banner .row {
padding: 110px 0 30px 0;
min-height: 80vh;
}
.banner .title__description {
margin-bottom: 20px;
}
.services {
padding: 0px 0 0px 0;
}
.services__img {
height: 225px;
}
.services__descr {
font-size: 16px;
}
.services__slide {
margin-bottom: 30px;
}
.portfolio {
padding-top: 40px;
}
.portfolio h2 {
margin-bottom: 14px;
}
.portfolio .item__top {
padding: 30px 10px 20px;
}
.portfolio .btn-more {
margin: 16px auto 0;
}
.portfolio__content {
padding-bottom: 60px;
}
.project-form {
margin-bottom: 40px;
}
.home_page .about-us h2{
font-size: 28px;
line-height: 1.3;
padding-top: 0px;
}
.project-form h2 {
margin-bottom: 5px;
font-size: 22px;
}
.project-form input::-moz-placeholder, .project-form textarea::-moz-placeholder {
font-size: 16px;
line-height: 24px;
}
.project-form input::placeholder,
.project-form textarea::placeholder {
font-size: 16px;
line-height: 24px;
}
.project-form input:not(.wpcf7-submit),
.project-form .project-form .select2 {
padding: 13px 50px 13px 50px;
}
.project-form .no-robot {
font-size: 14px;
}
.project-form .form_input_wrap.textarea {
margin-bottom: unset;
}
.project-form textarea {
padding: 15px 20px;
}
.project-form .select2 {
padding: 14px 50px 14px 50px;
}
.select2-results__option {
font-size: 16px;
}
.project-form .select2-container .select2-selection--single {
height: unset;
}
.project-form .select2-container .select2-selection--single .select2-selection__rendered {
font-size: 16px;
line-height: 1.5;
overflow: hidden;
padding-right: 0;
}
.project-form .social_descr {
margin-top: 20px;
font-size: 14px;
line-height: 21px;
}
.project-form .descr {
margin-bottom: 20px;
}
.project-form__wrapper {
padding-bottom: 18px;
}
.technologies {
padding: 40px 0;
}
.technologies h2 {
padding-bottom: 20px;
}
.plan .scrollbar-inner .scroll-content {
padding-right: 20px;
}
.plan ul li {
line-height: 24px;
}
.plan__slide {
padding: 30px 20px 20px;
}
.plan__slides {
padding: 0 15px;
}
.reviews {
--section-offset-bottom: 20px;
margin-top: 0px;
padding: 10px 0px;
}
.reviews-top {
margin-bottom: 10px;
padding-top: 10px;
}
.reviews__slide {
padding: 30px 20px;
}
.reviews h3,
.reviews .text {
font-size: 16px;
line-height: 24px;
}
.reviews .text {
max-height: 150px;
}
.reviews .swiper {
--offset: 10px;
}
.reviews .swiper-slide-prev {
box-shadow: unset;
}
.reviews .swiper__nav {
margin-top: 25px;
}
.about-us {
margin-bottom: 70px;
}
.about-us h2 {
margin-bottom: 20px;
font-size: 28px;
}
.about-us__content .scrollbar-inner {
padding-left: unset;
}
.about-us__descr {
margin-bottom: 14px;
max-width: 97%;
font-size: 16px;
line-height: 24px;
}
.about-us__list-title {
margin-bottom: 15px;
}
.about-us__content ul li {
font-size: 16px;
line-height: 24px;
}
.footer .middle {
padding: 30px 0 0;
}
.footer__title {
margin-bottom: 10px;
font-size: 22px;
font-weight: 600;
line-height: 24px;
}
.footer__folow-us .footer__title {
margin-bottom: 24px;
}
.footer__socials {
margin-top: unset;
margin-bottom: 15px;
}
.footer__bottom span {
display: inline-block;
max-width: 250px;
margin: 0 auto;
}
.service {
padding: 30px 0 40px;
}
.service .btn {
margin-top: 30px;
max-width: 100%;
}
.service__title {
margin-bottom: 20px;
}
.service-descr {
padding: 20px 0;
}
.service-descr h2 {
text-align: left;
}
.service-descr__descr-title {
margin-bottom: 10px;
font-size: 22px;
line-height: 1.5;
}
.service-descr__descr {
font-size: 16px;
line-height: 24px;
}
.service-descr__item-title {
font-size: 18px !important;
line-height: 28px !important;
}
.service-descr__item-descr {
font-size: 16px;
line-height: 24px;
}
.service-descr--about-us .service-descr__item-title {
font-size: 32px !important;
line-height: 42px !important;
}
.services_landing .portfolio__list {
--margin: 0;
}
.portfolio_list-page .portfolio {
padding-top: 20px;
}
.portfolio-single.single-page-img {
padding-top: 70px;
}
.portfolio-single.single-page-img .single-page-img__img {
border-width: 1px;
border-radius: 5px;
}
section.plan {
padding-top: 40px;
padding-bottom: 40px;
}
} @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media (prefers-reduced-motion: reduce){
.section-accent--banner { animation: none; filter: none; }
}
@media (max-width: 767px) {
.contacts__img {
max-width: 340px !important;
margin: 20px auto !important;
}
.contacts__img img {
width: 100%;
height: auto;
max-height: 340px;
object-fit: contain;
}
} @media (max-width: 480px) {
.contacts__img {
max-width: 300px !important;
margin: 15px auto !important;
}
.contacts__img img {
max-height: 300px;
}
}
@media (max-width: 380px) {
.banner .btn {
font-size: 14px;
font-weight: 600;
line-height: 24px;
}
.svg-right-bottom-open-menu {
width: 110px;
}
.select2-results__option {
padding: 10px 20px;
font-size: 14px;
line-height: 1.5;
color: var(--color-black);
}
.header__nav .form__title, .header__nav .menu:nth-child(1) li, .header__nav .menu:nth-child(2) a.menu__link li {
margin-bottom: 20px;
font-size: 28px;
line-height: 1;
}
.header__nav .menu:nth-child(2) a.menu__link {
font-size: 28px;
line-height: 1;
}
.service__title {
font-size: 24px;
line-height: 1.5;
}
.service-descr .container h2 {
font-size: 24px;
line-height: 1.5;
}
.plan .container h2 {
font-size: 28px;
line-height: 1.5;
}
.portfolio_page .portfolio-info h2 {
font-size: 26px;
line-height: 1.5;
}
}
@media (max-width: 360px) {
}
@media (max-width: 340px) {
.banner .text .btn__main {
padding: 15px 5px;
}
.banner .btn {
font-size: 14px;
font-weight: 600;
line-height: 24px;
}
.socials-list .icon {
font-size: 14px;
}
a.icon.icon--mail {
font-size: 14px;
}
.service-descr .container h2 {
font-size: 24px;
line-height: 1.5;
}
.plan .container h2 {
font-size: 24px;
line-height: 1.5;
}
.portfolio h2 {
margin-bottom: 30px;
font-size: 22px;
line-height: 1.5;
}
.service__title {
font-size: 22px;
line-height: 1.5;
}
.services_landing .about-us h2 {
font-size: 22px;
line-height: 1.5;
padding-top: 0px;
}
.home_page .portfolio h2 {
font-size: 24px;
}
.home_page .services .container h2 {
font-size: 24px;
line-height: 1.5;
}
.home_page .technologies h2 {
font-size: 24px;
line-height: 1.5;
}
.home_page .reviews h2 {
font-size: 24px;
line-height: 1.5;
}
.home_page .about-us h2 {
font-size: 24px;
line-height: 1.5;
}
.mfp-content .project-form h2 {
margin-bottom: 5px;
font-size: 16px;
}
.project-form textarea {
padding: 15px 5px;
}
} body.lock-scroll {
overflow: hidden !important;
overscroll-behavior: none;
touch-action: none;
} .form_input_wrap {
position: relative !important;
z-index: 1; } .form_input_wrap .adding-field-left {
position: absolute !important; z-index: 1003800 !important; pointer-events: none; } .form_input_wrap .select2-container {
z-index: 10 !important; } html.lock-scroll .header__menu,
body.lock-scroll .header__menu {
max-width: none !important; 
width: 100% !important;
width: 100vw !important; 
left: 0 !important;
right: 0 !important;
margin-left: 0 !important;
background-color: #F4F4F4;
position: fixed;
}
.header.open .header__logo {
filter: none!important;
-webkit-filter: none!important;
opacity: 1!important;
transition: none!important;
}
.about-us .about-us__content a {
color: var(--color-black);
font-weight: 600;
}
.about-us .about-us__content a:hover {
color: #686767;
} .about-us__content ul.dots {
display: block;
list-style-type: disc;
list-style-position: outside;
padding-left: 15px;
width: auto;
overflow: hidden;
} .about-us__content ul.dots li {
display: list-item;
margin-bottom: 12px;
line-height: 1.5;
width: auto;
max-width: 100%;
font-size: 16px;
} .about-us__content ul.dots li a {
display: inline;
color: #0e1341;
font-weight: 600;
white-space: normal;
word-break: break-word;
}
.about-us__content ul.dots li a:hover {
color: #4b5183;
} .sitemap-layout {
grid-template-columns: 420px 1fr;
gap: 60px;
margin-top: 20px;
} .sitemap-portfolio-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
} .sitemap-heading {
font-family: "Montserrat", "Montserrat-fallback", sans-serif; font-weight: 700;
font-size: 20px;
margin-bottom: 10px;
color: #0d1344;
display: block;
} .sitemap-link {
text-decoration: none !important;
color: #0d1344;
font-size: 18px;
font-weight: 500;
line-height: 1.5;
transition: color 0.3s ease, transform 0.3s ease;
display: inline-block;
}
.sitemap-link:hover {
color: #e15e58;
}
.sitemap__content ul.sitemap-list {
list-style: none !important;
padding-left: 10px !important;
margin-bottom: 40px !important;
}
.sitemap__content ul.sitemap-list li {
margin-bottom: 12px !important;
padding-left: 0 !important;
}
.sitemap__content ul.sitemap-list li::before {
display: none !important; } section.sitemap-layout {
padding-bottom: 80px;
}
.sitemap-page .sitemap-portfolio-grid.sitemap-list {
padding-left: 0;
margin-bottom: 0;
} @media (max-width: 1024px) {
.sitemap-layout {
grid-template-columns: 1fr; gap: 40px;
}
.sitemap-portfolio-grid {
grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
.sitemap-portfolio-grid {
grid-template-columns: 1fr; }
}  .text-page-content.about-us__content {
max-height: none !important;
overflow: visible !important;
padding-right: 0 !important;
display: block !important;
} .text-page-content h2, 
.text-page-content h3, 
.text-page-content h4, 
.text-page-content h5, 
.text-page-content h6 {
color: var(--color-black);
margin-top: 40px;
margin-bottom: 20px;
font-weight: 700;
line-height: 1.2;
} .text-page-content h2 { font-size: 24px; }
.text-page-content h3 { font-size: 20px; }
.text-page-content h4 { font-size: 18px; } .text-page-content p {
margin-bottom: 20px;
color: #0d1344;
line-height: 1.5;
font-size: 16px;
font-weight: 400;
}
.text-page-content ul {
list-style: disc;
padding-left: 20px;
margin-bottom: 20px;
line-height: 1.5;
font-size: 16px;
font-weight: 400;
}
.text-page-content ol {
list-style: decimal;
padding-left: 20px;
margin-bottom: 20px;
}
.text-page-content li {
margin-bottom: 10px;
} .text-page-content a {
color: #cc2929;
text-decoration: underline;
}
.text-page-content a:hover {
text-decoration: none;
color: #f35454;
} .default-template {
padding-bottom: 80px;
} .cookie-notice {
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999999; background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px); border-top: 1px solid rgba(0, 0, 0, 0.05);
padding: 20px 0;
font-family: "Montserrat", "Montserrat-fallback", sans-serif;
color: #333; box-shadow: 0 -10px 30px rgba(0,0,0,0.08);
animation: cookieSlideUpBar 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.cookie-notice__container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}
.cookie-notice__content {
flex: 1;
}
.cookie-notice__title {
font-size: 16px;
font-weight: 700;
margin-bottom: 4px;
color: #000;
display: flex;
align-items: center;
gap: 8px;
}
.cookie-notice__content p {
margin: 0;
font-size: 14px;
line-height: 1.5;
color: #555; }
.cookie-notice__content a {
color: var(--color-first, #cc2929);
text-decoration: none;
font-weight: 600;
border-bottom: 1px solid rgb(204 41 41 / 20%);
transition: all 0.3s ease;
}
.cookie-notice__content a:hover {
border-bottom-color: currentColor;
color: #d83232;
} .btn--cookie {
background: #cc2929; 
color: #fff !important;
border: 1px solid transparent !important; padding: 12px 30px !important;
font-size: 14px !important;
font-weight: 600 !important;
border-radius: 50px !important; 
white-space: nowrap;
cursor: pointer;
transition: all 0.3s ease;
}
.btn--cookie:hover {
background: #d83232;
} .btn--cookie-decline {
background: transparent;
color: #666 !important;
border: 1px solid #ccc !important; padding: 12px 30px !important; font-size: 14px !important;
font-weight: 600 !important;
border-radius: 50px !important; 
white-space: nowrap;
cursor: pointer;
transition: all 0.3s ease;
}
.btn--cookie-decline:hover {
background: #f4f4f4;
color: #000 !important;
border-color: #999 !important;
}
@keyframes cookieSlideUpBar {
from { transform: translateY(100%); }
to { transform: translateY(0); }
} @media (max-width: 768px) {
.cookie-notice { bottom: 15px;
left: 15px;
width: calc(100% - 30px);
background: #ffffff; border-radius: 20px;
border: 1px solid rgba(0,0,0,0.05);
padding: 24px 20px;
box-shadow: 0 10px 40px rgba(0,0,0,0.15); }
.cookie-notice__container {
flex-direction: column;
align-items: stretch;
padding: 0;
gap: 20px;
}
.cookie-notice__content p {
text-align: center;
font-size: 14px;
color: #444;
}
.cookie-notice__title {
justify-content: center;
font-size: 18px;
}
.btn--cookie {
width: 100%;
padding: 14px !important;
font-size: 16px !important;
}
} br.mob-br {
display: none;
}
@media (max-width: 768px) {
br.mob-br {
display: block;
}
.portfolio .item__img-wrapper::after {
display: none;
}
.portfolio .item__img-wrapper:hover .btn {
display: none;
}
.page-template-page-portfolio .portfolio_list-page h1 {
font-size: 28px;
margin-bottom: 20px;
}
} .scrollup {
position: fixed;
right: 30px;
bottom: 30px;
width: 40px;
height: 40px;
background-color: #CC2929;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 1000;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
opacity: 0; visibility: hidden;
} .scrollup::before {
content: '';
width: 12px;
height: 12px;
border-top: 3px solid #fff;
border-left: 3px solid #fff;
transform: translateY(3px) rotate(45deg);
transition: transform 0.3s ease;
} .scrollup.is-active {
opacity: 1;
visibility: visible;
} .scrollup:hover {
background-color: #d83232;
transform: scale(1.1);
} @media (max-width: 768px) {
.scrollup {
right: 15px;
bottom: 15px;
width: 30px;
height: 30px;
}
}
.contacts__item li a {
font-weight: 400;
}
.footer__nav-item a {
font-weight: 400;
}
.middle__about-us a {
font-weight: 400;
}
.footer__contacts a {
font-weight: 400;
}
@media (max-width: 460px) {
.about-us-page  h2 {
font-size: 24px;
}
.about-us-page h3 {
font-size: 24px !important;
}
.reviews h3 {
font-size: 16px !important;
}
.breadcrumbs li {
margin-right: 5px;
}
.breadcrumbs li:not(:last-child)::after {
margin-left: 5px;
}
.service-descr .container h2 {
font-size: 24px;
padding-top: 20px;
}
.single-services .plan .container h2 {
font-size: 24px;
line-height: 1.5;
padding-top: 0px;
}
.single-services .portfolio h2 {
font-size: 24px;
}
.single-services .service__title {
font-size: 22px;
line-height: 1.5;
}
.single-services .project-form h2 {
margin-bottom: 5px;
font-size: 24px;
}
.single-services .about-us .container h2 {
font-size: 24px;
}
.project-form__wrapper {
padding: 40px 10px;
}
}
@media (max-width: 380px) {
.service-descr .container h2 {
font-size: 24px;
}
} @media (max-width: 1280px) { .container-plan-items {
display: flex !important;
flex-direction: column;
gap: 15px;
} .item-plan,
.item-plan.reverse {
display: flex;
flex-direction: row; 
align-items: center;
background: #f4f4f4;
border: 1px solid #e6e6e6;
border-radius: 25px;
padding: 20px 20px;
margin-bottom: 0;
width: 100%;
gap: 20px;
} .svg-arrow-itpl,
.background_itpl {
display: none !important;
} .number-itpl {
width: 55px;
height: 55px;
font-size: 22px;
flex-shrink: 0;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.number-itpl svg, .number-itpl img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
} .content-itpl,
.reverse .content-itpl {
display: flex;
flex-direction: row; align-items: center;
justify-content: space-between;
width: 100%;
height: auto;
padding-left: 0;
gap: 15px;
} .content-itpl .tit_desc {
max-width: 100%;
font-size: 14px;
line-height: 1.4;
text-align: left;
margin: 0;
color: #0D1344;
}
.content-itpl .tit_desc span {
font-size: 18px;
font-weight: 600;
display: block;
margin-bottom: 5px;
} .img_itpl {
width: 50px;
height: 50px;
flex-shrink: 0;
position: relative;
z-index: 2;
}
.img_itpl img {
width: 100%;
height: 100%;
object-fit: contain;
}
} @media (max-width: 480px) {
.item-plan, 
.item-plan.reverse {
padding: 10px;
gap: 15px;
}
.number-itpl {
width: 45px;
height: 45px;
font-size: 18px;
}
.img_itpl {
width: 40px;
height: 40px;
}
.content-itpl .tit_desc span {
font-size: 16px;
}
} @media (max-width: 768px) {
.item-plan .img_itpl,
.item-plan.reverse .img_itpl {
display: none !important;
}
}
@media (max-width: 460px) {
.item-plan .content-itpl .tit_desc p,
.item-plan.reverse .content-itpl .tit_desc p {
font-size: 16px;
line-height: 1.4;
}
.portfolio-info__item-descr {
font-size: 16px;
}
.portfolio-info li:not(:last-child) {
font-size: 16px;
}
.portfolio-info li {
font-size: 16px;
}
.page-template-page-about-us .service__title {
margin-top: 0px;
padding-top: 0px;
}
} #user_name.wpcf7-not-valid, 
#user_tel.wpcf7-not-valid {
border: 1px solid #f02b2b !important; transition: all 0.3s ease;
} .wpcf7-form.novalidate .wpcf7-not-valid-tip {
display: none !important;
} .wpcf7-form-control.wpcf7-not-valid {
border-color: #f02b2b !important;
} .wpcf7-not-valid-tip {
color: #f02b2b;
font-size: 12px;
display: block;
margin-top: 5px;
font-weight: 500;
}  .cookie-notice.show {
display: block;
} .cookie-notice__actions {
display: flex;
gap: 12px;
align-items: center;
flex-shrink: 0;
} @media (max-width: 768px) {
.cookie-notice {
bottom: 10px;
left: 10px;
width: calc(100% - 20px);
padding: 16px 15px; border-radius: 16px;
}
.cookie-notice__container {
flex-direction: column;
align-items: stretch;
padding: 0;
gap: 12px; }
.cookie-notice__title {
font-size: 16px;
margin-bottom: 2px;
}
.cookie-notice__content p {
font-size: 12px; line-height: 1.4;
} .cookie-notice__actions {
flex-direction: row;
justify-content: space-between;
width: 100%;
gap: 10px;
}
.btn--cookie, 
.btn--cookie-decline {
width: 50%; 
padding: 10px !important;
font-size: 13px !important;
border-radius: 10px !important;
}
} @media (max-width: 1280px) { .banner .img__wrapper img:nth-child(1) {
position: relative !important;
top: 0 !important;
left: 0 !important;
height: auto !important;
display: block !important;
} .banner .img__wrapper {
aspect-ratio: 800 / 600;
width: 100%;
display: block;
margin-bottom: 20px;
}
.mob-img-banner img {
aspect-ratio: 800 / 600 !important;
height: auto !important;
}
}
.other-pages__slide-img {
margin-top: auto;
}
.service__img img {
aspect-ratio: auto;
object-fit: contain;
height: auto !important;
}
.header__logo {
transition: none !important;
filter: none !important;
-webkit-filter: none !important;
opacity: 1 !important;
position: relative;
}
.header__logo img,
.open .header__logo.logo img,
.header.open .header__logo img {
transition: none !important;
display: block !important;
}
html {
scrollbar-gutter: stable;
}
@media (max-width: 1280px) {
.service-descr--about-us .row {
flex-direction: column;
}
.service-descr--about-us .img {
flex: unset;
width: 100%;
max-width: 700px;
}
.service-descr .text {
flex: auto;
}
}
@media (max-width: 768px) {
.footer__bottom span {
display: inline-block;
max-width: 250px;
margin: 0 auto;
}
} .scroll-chevrons {
position: absolute;
top: calc(0% + 58px);
left: 50%;
transform: translateX(-50%);
display: flex;
flex-direction: column;
align-items: center;
gap: 0;
}
.scroll-chevrons span {
display: block;
width: 14px;
height: 14px;
border-right: 1px solid #e15e58;
border-bottom: 1px solid #e15e58;
transform: rotate(45deg);
animation: chevPulse 1.8s ease-in-out infinite;
margin-top: -6px;
}
.scroll-chevrons span:nth-child(1) {
margin-top: 0;
animation-delay: 0s;
}
.scroll-chevrons span:nth-child(2) {
animation-delay: 0.2s;
}
.scroll-chevrons span:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes chevPulse {
0%, 100% { opacity: 0.2; }
50% { opacity: 1; }
}
.about-us__content strong {
font-weight: 700;
} .faq {
margin: 0;
padding: 40px 0;
background: #fff;
}
.accordion__content {
display: none;
}
.accordion__top {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
margin-bottom: 0;
transition: 0.4s;
font-weight: 700;
line-height: 30px; width: 100%;
background: none;
border: none;
padding: 0;
text-align: left;
font-family: inherit;
font-size: inherit;
color: inherit;
-webkit-appearance: none;
appearance: none;
}
.accordion__top span {
padding-right: 15px;
}
.accordion__top span:hover {
color: #cc2929;
}
.accordion__item {
box-shadow: 0px 0px 24px -2px rgba(181, 201, 215, 0.2);
border-radius: 30px;
padding: 25px;
margin-bottom: 15px;
border: 1px solid #c5c5c5;
}
.accordion__item.open .accordion__top {
margin-bottom: 17px;
}
.accordion__item.open .accordion__btn::after {
transform: rotate(0deg);
}
.accordion__btn {
position: relative;
display: inline-block;
min-width: 32px;
height: 2px;
background: var(--color-first);
}
.accordion__btn::after {
content: "";
width: 32px;
height: 2px;
background: var(--color-first);
transform: rotate(90deg);
position: absolute;
transition: 0.2s;
}
@media (max-width: 767px) {
.accordion__top {
font-size: 16px;
line-height: 1.5;
}
.accordion__item {
padding: 15px;
border-radius: 20px;
}
.accordion__btn {
min-width: 24px;
}
.accordion__btn::after {
width: 24px;
}
} .accordion__content p {
margin-bottom: 15px;
line-height: 1.6;
font-size: 16px;
}
.accordion__content p:last-child {
margin-bottom: 0;
}
.accordion__content ul {
margin: 15px 0;
padding-left: 20px;
list-style: disc;
}
.accordion__content ul li {
margin-bottom: 10px;
line-height: 1.5;
font-size: 16px;
}
.faq .accordion__content strong,
.faq .accordion__content b {
font-weight: 700 !important;
}
.project-form select:not(.select2-hidden-accessible),
.popup--form select:not(.select2-hidden-accessible) {
opacity: 0;
}
.project-form .form-select {
cursor: pointer;
} .skip-link {
position: absolute;
left: -9999px;
top: 0;
z-index: 100000;
padding: 12px 20px;
background: #fff;
color: #000;
font-weight: 600;
text-decoration: none;
border-radius: 0 0 4px 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.skip-link:focus {
left: 0;
outline: 2px solid #6D57F6;
outline-offset: -2px;
}
main:focus {
outline: none;
}
@media (min-width: 1281px) {
.number-itpl img {
width: 100px;
height: 100px;
max-width: none;
}
.background_itpl img {
width: 670px;
height: 140px;
max-width: none;
}
.svg-arrow-itpl img {
width: 193px;
height: 96px;
max-width: none;
}
}  a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible {
outline: 1px solid #bcbcbc;
outline-offset: 3px;
border-radius: 3px;
transition: outline-offset 0.1s ease;
} .btn__main:focus-visible,
.btn--social:focus-visible,
.btn--cookie:focus-visible,
.btn--cookie-decline:focus-visible {
outline-offset: 4px;
border-radius: inherit;
} .btn--burger:focus-visible {
outline-offset: 4px;
border-radius: 4px;
} .project-form input:focus-visible:not([type="checkbox"]):not([type="radio"]),
.popup--form input:focus-visible:not([type="checkbox"]):not([type="radio"]),
.project-form textarea:focus-visible,
.popup--form textarea:focus-visible {
outline: 1px solid #bcbcbc;
outline-offset: -2px;
border-radius: 50px;
} .contact-method-wrap .wpcf7-list-item input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before {
outline: 1px solid #bcbcbc;
outline-offset: 3px;
border-radius: 3px;
} .project-form .form_input_wrap.textarea textarea:focus-visible,
.popup--form .form_input_wrap.textarea textarea:focus-visible {
border-radius: 20px;
} .select2-container--default .select2-selection--single:focus-visible {
outline: 1px solid #bcbcbc;
outline-offset: -2px;
border-radius: 50px;
} .icon:focus-visible,
.socials-list .icon:focus-visible {
outline-offset: 4px;
border-radius: 4px;
} .accordion__top:focus-visible {
outline-offset: 4px;
border-radius: 4px;
}
.services h1 {
color: #0D1344;
}
.breadcrumbs li {
color: var(--color-black);
transition: color 0.2s ease;
}
.breadcrumbs li a:hover {
color: var(--color-first);
}
.portfolio-single.single-page-img .single-page-img__img img {
display: block;
width: 100%;
height: auto;
}
@media (max-width: 767px) {
}
.other-pages__slide-img img,
.other-pages__slides-mob .swiper-slide img {
height: auto;
width: 100%;
max-width: 100%;
} .portfolio_page .portfolio--featured {
padding-top: 0;
}
.portfolio_page .portfolio--featured h2 {
padding-top: 40px;
}
.portfolio_page .portfolio--featured .portfolio__content {
padding-bottom: 40px;
} .portfolio_page .portfolio--featured .item__logo {
flex-shrink: 0;
max-width: 120px;
}
.portfolio_page .portfolio--featured .item__logo img {
width: auto;
max-width: 100%;
max-height: 45px;
height: auto;
object-fit: contain;
} @media (max-width: 1280px) {
.banner .img__wrapper img:nth-child(1) {
position: relative !important;
top: 25px !important;
left: 0px !important;
height: auto !important;
display: block !important;
}
} body #altEmail_container,
body .altEmail_container { display: none !important; }  .project-form .icon--comment {
width: 15px; height: 15px; background-color: #CC2929;
-webkit-mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_comment-anim.svg);
mask-image: url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_comment-anim.svg);
-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
-webkit-mask-position: center; mask-position: center;
-webkit-mask-size: contain; mask-size: contain;
display: inline-block;
} .project-form .form-comment .icon--comment {
animation: commentIconNudge 2.6s ease-in-out infinite;
}
@keyframes commentIconNudge {
0%, 26%, 74%, 100% { transform: translate(0, -50%); }
33% { transform: translate(1.5px, -50%); }
45% { transform: translate(-1.5px, -50%); }
57% { transform: translate(1.5px, -50%); }
66% { transform: translate(-1.5px, -50%); }
} .project-form .form-comment .adding-field-left { top: 30px; } .project-form .form-comment textarea { padding: 18px 24px 18px 70px; box-sizing: border-box; } .project-form .form-comment .wpcf7-form-control-wrap::before {
content: "";
position: absolute;
left: 54px;
top: 1px;
width: 1px;
height: calc(100% - 2px);
background: var(--color-border-gray);
} .project-form .contact-method-wrap { margin-top: 22px; } @media (max-width: 460px) {
.project-form .form-comment textarea { padding: 15px 20px 15px 50px; }
.project-form .form-comment .wpcf7-form-control-wrap::before { left: 40px; }
.project-form .contact-method-wrap { margin-top: 30px; }
}  .service-pricing{padding:40px 0;}
.service-pricing h2{text-align:center;margin-bottom:36px;}
.service-pricing .pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;}
.service-pricing .pricing-card{background:#fff;border:1px solid #e6e6ee;border-radius:16px;padding:20px 15px;display:flex;flex-direction:column;}
.service-pricing .pricing-card__name{font-size:18px;font-weight:700;color:#0D1344;line-height:1.25;}
.service-pricing .pricing-card__sub{font-size:13px;color:#69697f;margin-top:4px;}
.service-pricing .pricing-card__price{font-size:21px;font-weight:700;color:#0D1344;margin:18px 0 12px;}
.service-pricing .pricing-card__desc{font-size:14px;line-height:1.5;color:#5a5a70;}
.service-pricing .pricing-note{text-align:center;margin-top:26px;color:#69697f;font-size:14px;}
@media(max-width:900px){.service-pricing .pricing-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.service-pricing{padding:40px 0;}.service-pricing .pricing-grid{grid-template-columns:1fr;gap:16px;}}
@media(max-width:460px){.service-pricing h2{font-size:24px;line-height:1.5;margin-bottom:30px;}}  .hero-messengers{margin-top:20px;display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;}
.hero-messengers__label{font-size:14px;color:#5e6573;}
.hero-messengers__list{display:flex;flex-wrap:wrap;gap:10px;}
.hero-messengers__btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:66px;border:1px solid #e6e6e6;background:#fff;font-size:14px;font-weight:600;color:#0d1344;text-decoration:none;transition:border-color .2s,box-shadow .2s;}
.hero-messengers__btn img{width:20px;height:20px;display:block;}
.hero-messengers__btn:hover{border-color:#d5d5d5;box-shadow:0 2px 8px rgba(13,19,68,.10);}
@media(max-width:600px){.hero-messengers__list{width:100%;}.hero-messengers__btn{flex:1 1 0;justify-content:center;padding:11px 8px;}}   .footer__middle {
grid-template-areas: "services about-us socials contacts";
}
.footer__socials {
grid-area: socials;
}
@media (max-width: 1280px) {
.footer__middle {
grid-template-areas: "services about-us" "socials contacts";
}
} .footer__follow {
margin-top: 22px;
}
.footer__follow .footer__subtitle {
font-size: 14px;
font-weight: 600;
color: #5a5a70;
margin-bottom: 12px;
}
.footer__follow ul {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 0;
}
.footer__follow ul:not(:last-child) {
margin-bottom: 10px;
}
.footer__follow ul li {
font-size: 0;
}  .footer .networks{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.footer ul.networks li:not(:last-child){margin-bottom:0;margin-right:0}
.footer .networks .footer__google{display:inline-flex;align-items:center;justify-content:flex-start;gap:5px;width:auto;max-width:none;height:35px;padding:0 9px;border:1px solid #e2e2e2;border-radius:5px;text-decoration:none;line-height:1;white-space:nowrap;transition:var(--anim2)}
.footer .networks .footer__google:hover{border-color:#a0a0a0;transform:scale(1.05)}
.footer .networks .footer__google img.footer__google-g{flex:0 0 17px;width:17px;height:17px;object-fit:contain}
.footer .networks .footer__google .footer__google-rate{margin:0;font-size:14px;font-weight:700;color:#0d1344}
.footer .networks .footer__google .footer__google-stars{margin:0;color:#FBBC04;font-size:12px;letter-spacing:.5px;text-shadow:-.5px 0 rgba(90,66,0,.55),.5px 0 rgba(90,66,0,.55),0 -.5px rgba(90,66,0,.55),0 .5px rgba(90,66,0,.55)} .project-form .icon--email{width:15px;height:15px;background-color:#CC2929;-webkit-mask-image:url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_mail-anim.svg);mask-image:url(//amidcode.com/wp-content/themes/amidcode/img/icons/icon_input_mail-anim.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;display:inline-block;}
.project-form .row--contacts .col{width:33.333%;}
@media(max-width:1000px){.project-form .row--contacts{flex-direction:column;}.project-form .row--contacts .col{width:auto;}}  .project-form input:not(.wpcf7-submit)::placeholder,
.project-form textarea::placeholder{font-size:15px;} .select2-container .select2-selection__rendered{font-size:15px !important;} .select2-container .select2-selection__rendered,
.select2-container .select2-results__option{font-family:"Montserrat", "Montserrat-fallback", sans-serif !important;} .project-form input:not(.wpcf7-submit), .project-form textarea{font-size:15px !important;} .select2-container .select2-results__option{font-size:15px !important;font-family:"Montserrat", "Montserrat-fallback", sans-serif !important;} .select2-container .select2-selection__rendered{color:#0D1344 !important;}
.select2-container .select2-results__option{color:#686767 !important;}
.select2-container .select2-results__option--highlighted{color:#fff !important;} .project-form:has(select) input:not(.wpcf7-submit)::placeholder{color:#686767 !important;opacity:1 !important;} .project-form input:not(.wpcf7-submit), .project-form textarea{color:#0D1344 !important;}
.select2-container .select2-selection__placeholder{color:#686767 !important;} .project-form input, .project-form textarea, .project-form select{font-family:"Montserrat", "Montserrat-fallback", sans-serif !important;} .project-form select:has(option:first-child:checked) + .select2 .select2-selection__rendered{color:#686767 !important;} .project-form input:not(.wpcf7-submit)::placeholder, .project-form textarea::placeholder{font-weight:500 !important;}
.select2-container .select2-selection__rendered{font-weight:500 !important;} .select2-container .select2-results__option{font-weight:500 !important;} .wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea{font-size:15px !important;font-weight:500 !important;font-family:"Montserrat", "Montserrat-fallback", sans-serif !important;}
.wpcf7-form input:not(.wpcf7-submit)::placeholder, .wpcf7-form textarea::placeholder{font-size:15px !important;font-weight:500 !important;} .project-form .icon--email{animation:mailIconNudgeY 2.6s ease-in-out infinite;}
@keyframes mailIconNudgeY{0%,26%,74%,100%{transform:translate(0,-50%);}33%{transform:translate(0,calc(-50% - 1.5px));}45%{transform:translate(0,calc(-50% + 1.5px));}57%{transform:translate(0,calc(-50% - 1.5px));}66%{transform:translate(0,calc(-50% + 1.5px));}} .services_landing .reviews { background: #fff; } .service__descr strong { font-weight: 600; } #dc-widget{position:fixed;right:20px;bottom:20px;z-index:1000;font-family:inherit;--dc-red:#CC2929;--dc-dark:#0D1344}
#dc-widget .dc-fab{width:60px;height:60px;border-radius:50%;background:var(--dc-red);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(0,0,0,.18);position:relative}
#dc-widget .dc-fab::before{content:"";position:absolute;inset:0;border-radius:50%;background:rgba(204,41,41,.5);z-index:-1;pointer-events:none;animation:dcPulse 2.2s ease-out infinite}
#dc-widget .dc-panel{position:absolute;right:0;bottom:74px;width:300px;max-width:calc(100vw - 32px);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 34px rgba(0,0,0,.22)}
#dc-widget .dc-head{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;background:var(--dc-dark);color:#fff;font-size:14px;font-weight:500}
#dc-widget .dc-x{background:none;border:none;color:#fff;font-size:22px;line-height:1;cursor:pointer;padding:0 2px}
#dc-widget .dc-item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 16px;border:none;border-bottom:1px solid #eef1f4;background:#fff;text-decoration:none;text-align:left;cursor:pointer}
#dc-widget .dc-item:last-child{border-bottom:none}
#dc-widget .dc-item:hover{background:#f7f9fb}
#dc-widget .dc-ic{width:38px;height:38px;flex:0 0 auto;display:flex;align-items:center;justify-content:center}
#dc-widget .dc-ic img{width:38px;height:38px;display:block}
#dc-widget .dc-ic-form{width:38px;height:38px;flex:0 0 auto;border-radius:50%;background:var(--dc-dark);display:flex;align-items:center;justify-content:center}
#dc-widget .dc-tx{display:flex;flex-direction:column;line-height:1.3}
#dc-widget .dc-tx b{font-size:14px;font-weight:500;color:var(--dc-dark)}
#dc-widget .dc-tx i{font-size:12px;font-style:normal;color:#7c8b9a}
#dc-widget .dc-form{padding:14px 16px}
#dc-widget .dc-form .wpcf7{margin:0}
#dc-widget .dc-form .wpcf7-form-control-wrap{display:block}
#dc-widget .dc-form .wpcf7-form-control-wrap::before{display:none!important}
#dc-widget .dc-form form>p{margin:0 0 10px}
#dc-widget .dc-form input[type=text],#dc-widget .dc-form input[type=tel],#dc-widget .dc-form input[type=email],#dc-widget .dc-form textarea{width:100%;box-sizing:border-box;border:1px solid #d8dee4;border-radius:8px;padding:0 12px;font-size:14px!important;color:var(--dc-dark);background:#fff;font-family:inherit!important}
#dc-widget .dc-form input[type=text],#dc-widget .dc-form input[type=tel],#dc-widget .dc-form input[type=email]{height:42px}
#dc-widget .dc-form textarea{height:82px;padding:10px 12px;resize:none}
#dc-widget .dc-form input::placeholder,#dc-widget .dc-form textarea::placeholder{color:#9aa7b3;font-family:inherit!important;font-size:14px!important;opacity:1}
#dc-widget .dc-form input:focus,#dc-widget .dc-form textarea:focus{outline:none;border-color:var(--dc-red)}
#dc-widget .dc-form input[type=submit],#dc-widget .dc-form .wpcf7-submit{width:100%;height:47px;line-height:normal!important;background:var(--dc-red);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;font-family:inherit!important;text-align:center;cursor:pointer;margin-top:2px}
#dc-widget .dc-form input[type=submit]:hover,#dc-widget .dc-form .wpcf7-submit:hover{filter:brightness(.92)}
#dc-widget .dc-form .wpcf7-response-output{margin:10px 0 0!important;padding:8px 10px!important;font-size:12px;border-radius:6px;border-width:1px}
#dc-widget .dc-form .wpcf7-spinner{margin:0 0 0 8px}
#dc-widget .dc-fab-wrap{display:flex;align-items:center;justify-content:flex-end;gap:10px}
@keyframes dcPulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.5);opacity:0}100%{transform:scale(1.5);opacity:0}}
#dc-widget .dc-fab svg{transition:transform .2s ease}
#dc-widget .dc-fab:hover svg{animation:dcWiggle .6s ease-in-out}
@keyframes dcWiggle{0%,100%{transform:rotate(0)}20%{transform:rotate(-14deg)}40%{transform:rotate(10deg)}60%{transform:rotate(-6deg)}80%{transform:rotate(3deg)}}
@media (prefers-reduced-motion:reduce){#dc-widget .dc-fab::before{animation:none;opacity:0}}
@media (max-width:600px){#dc-widget{right:14px;bottom:14px}#dc-widget .dc-fab{width:54px;height:54px}} .dc-scrolltop{display:flex;justify-content:center;height:0;position:relative;z-index:10}
.dc-scrolltop .scrollup{position:relative;top:-26px;right:auto;bottom:auto;left:auto;width:52px;height:52px;margin:0;background:#CC2929;border:4px solid #f4f4f4;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.18);opacity:1;visibility:visible;transition:background .2s ease,transform .2s ease}
.dc-scrolltop .scrollup::before{content:'';display:block;width:12px;height:12px;border-top:3px solid #fff;border-left:3px solid #fff;transform:translateY(2px) rotate(45deg)}
.dc-scrolltop .scrollup:hover{background:#d83232;transform:translateY(-3px)}
@media (max-width:768px){.dc-scrolltop .scrollup{width:46px;height:46px;top:-23px}}
.footer__bottom .footer__rights{display:block;margin:6px auto 0;max-width:550px;font-size:12px;line-height:1.5;color:#0d1344}
@media (max-width:600px){.footer__bottom .footer__rights{max-width:230px}} #dc-widget .dc-form .wpcf7-not-valid-tip{position:static;display:block;margin:4px 2px 0;padding:0;font-size:11px;line-height:1.3;font-weight:400;color:#CC2929;background:none}
#dc-widget .dc-form .dc-form-note{font-size:11px;line-height:1.4;color:#9aa7b3;margin:2px 2px 8px} .services__slide:hover .services__descr{color:var(--color-first)} .portfolio-single.single-banner{position:relative}
.single-banner__scroll{position:absolute;left:24px;bottom:24px;z-index:3;display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none}
.single-banner__scroll-txt{writing-mode:vertical-rl;text-orientation:mixed;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#1b2a4a;transition:color .25s ease}
.single-banner__scroll:hover .single-banner__scroll-txt{color:#e15e58}
.single-banner__scroll-line{position:relative;width:1px;height:60px;background:rgba(225,94,88,.22);overflow:hidden}
.single-banner__scroll-line i{position:absolute;left:0;top:0;width:100%;height:38%;background:#e15e58;animation:scrollLineTravel 1.9s ease-in-out infinite}
@keyframes scrollLineTravel{0%{transform:translateY(-100%)}100%{transform:translateY(260%)}}
@media(max-width:767px){.single-banner__scroll{display:none}} .portfolio-info__service{margin-top:34px;font-size:18px}
.portfolio-info__service a{color:var(--color-first);font-weight:500;transition:var(--anim2)}
.portfolio-info__service a:hover{opacity:.75} .portfolio__intro{margin:0 0 36px;font-size:18px;max-width:920px;line-height:1.5}
.portfolio__intro a,.service__descr a,.service-descr__descr a,.service-descr__item-descr a,.about-us__content a,.service-descr--about-us .col.text a{color:var(--color-first);font-weight:500;transition:var(--anim2)}
.portfolio__intro a:hover,.service__descr a:hover,.service-descr__descr a:hover,.service-descr__item-descr a:hover,.about-us__content a:hover,.service-descr--about-us .col.text a:hover{opacity:.75} .header .logo, .logo { max-width: 200px }
.header .logo img { width: 195px; height: auto } .portfolio-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:48px 0 8px}
.portfolio-pagination__num,.portfolio-pagination__arrow{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;border:1px solid #d9d9e3;border-radius:10px;font-weight:600;font-size:16px;line-height:1;color:inherit;text-decoration:none;transition:border-color .2s,color .2s,background .2s}
a.portfolio-pagination__num:hover,a.portfolio-pagination__arrow:hover{border-color:#cc2929;color:#cc2929}
.portfolio-pagination__num.is-current{background:#cc2929;border-color:#cc2929;color:#fff}
.portfolio-pagination__status{margin:0 0 8px;text-align:center;font-size:14px;opacity:.6} @media (max-width: 1024px) {
.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea,
.project-form input:not(.wpcf7-submit), .project-form textarea,
.wpcf7-form input:not(.wpcf7-submit)::placeholder, .wpcf7-form textarea::placeholder,
.project-form input:not(.wpcf7-submit)::placeholder, .project-form textarea::placeholder,
.select2-container .select2-selection__rendered,
#dc-widget .dc-form input[type=text], #dc-widget .dc-form input[type=tel],
#dc-widget .dc-form input[type=email], #dc-widget .dc-form textarea,
#dc-widget .dc-form input::placeholder, #dc-widget .dc-form textarea::placeholder {
font-size: 16px !important;
}
}