@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: 'RobotoCondensedBold';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
}


*, :after, :before {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: var(--accentColorDark);
}

a:hover {
    color: var(--accentColorDarker);
}

body, html {
    height: 100%;
    font-size: 16px;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    background-color: #fff;
    padding-right: 0 !important;
}

@media (max-width: 1280px) {
    body, html {
        font-size: 15px;
    }
}

@media (max-width: 720px) {
    body, html {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    body, html {
        font-size: 14px;
    }
}

p {
    line-height: 1.5;
}

p b {
    font-family: RobotoBold, sans-serif;
    font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h4 {
    font-weight: bold;
    font-family: RobotoBold, sans-serif;
    font-size: 1.25rem;
}

h3 {
    font-family: RobotoBold, sans-serif;
    font-weight: bolder;
    font-size: 1.5rem;
    color: var(--accentColorDarker);
}

.header-container {
    max-width: 1440px;
    align-items: center;
}

.header-container h3,
.header-container h2,
.header-container h4,
.header-container a {
    text-decoration: none;
}

h5 {
    font-size: 1rem;
    font-family: RobotoBold, sans-serif;
    font-weight: bold;
}

.header-container h3 {
    font-weight: bold;
    color: var(--accentColor);
}

.logo,
.footer-area .logo,
.sticky-header .logo,
.sticky-header.sticky .logo {
    /*width: 150px;*/
    /*height: 80px;*/
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
}

@media (max-width: 1210px) {
    .logo,
    .footer-area .logo,
    .sticky-header .logo,
    .sticky-header.sticky .logo {
        max-width: 120px;
    }
}

.footer-contacts img {
    width: 24px;
    height: 24px;
}

.footer-contacts .social img {
    width: 40px;
    height: 40px;
}

.footer-contacts p,
.footer-contacts a {
    padding: 2px 0;
    margin-bottom: 0;
}

.footer-contacts a:hover {
    color: white;
}

.footer-contacts .flex-column {
    gap: 2px;
}

.footer-contacts .contacts-block {
    margin-bottom: 20px;
}

.footer-contacts h6 {
    font-weight: 700;
    font-size: 18px;
    color: white;
    font-family: Montserrat, sans-serif;
}

.logo-block {
    display: flex;
    align-items: center;
}

.logo-block p {
    margin-left: 30px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: RobotoBold, sans-serif;
    color: #606060;
}

.header-area {
    height: 90px;
    /*display: flex;*/
    /*align-items: center;*/
}

.header-area div {
    /*height: 100%;*/
}

.header-mobile .logo-block p {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
}

.header-mobile-logo-row .col-9 {
    padding-right: 0;
}

.header-addresses,
.header-phones {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 20px 0 0;
}

@media (min-width: 1280px) {
    .header-addresses,
    .header-phones {
        margin: 0 30px 0 0;
    }
}

@media (max-width: 990px) {
    .header-addresses,
    .header-phones {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin: 10px 0;
        align-items: flex-end;
    }
}

.header-contacts {
    align-items: center;
    background: linear-gradient(90deg, var(--accentColor), var(--accentColorDarker));
    overflow: hidden;
    flex: 1;
    margin-left: 30px;
}

@media (max-width: 500px) {
    .header-contacts {
        /*background: transparent;*/
        margin-left: 0;
    }
}

.header-button-wrapper {
    justify-content: center;
    display: flex;
    align-items: center;
    flex: 1;
}

.header-contacts button {
    margin-right: 0;
}

@media (max-width: 1160px) {
    .header-contacts button {
        display: none;
    }
}

.header-contacts p,
.header-contacts a {
    color: black;
}

@media (max-width: 1280px) {
    .section-contacts p,
    .section-contacts a,
    .header-contacts p,
    .header-contacts a {
        font-size: 17px;
    }
}

@media (max-width: 1100px) {
    .section-contacts p,
    .section-contacts a,
    .header-contacts p,
    .header-contacts a {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .section-contacts p,
    .section-contacts a,
    .header-contacts p,
    .header-contacts a {
        font-size: 14px;
        /*color: var(--textColorBlack);*/
    }
}

.header-social {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.header-social img {
    width: 40px;
    height: 40px;
}

.header-navigation {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: flex-end;
    margin-left: 50px;
}

@media (max-width: 1060px) {
    .header-navigation {
        margin-left: 30px;
    }
}

.header-icons {
    height: 100px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-icons img {
    width: 28px;
    height: 28px;
}

.header-navigation a {
    color: var(--textColorBlack);
    text-decoration: none;
}

.header-navigation a:hover {
    color: var(--accentColorDarker);
}

.main-content {
    /*padding-bottom: 100px;*/
}

.main-content-sticky {
    padding-top: 90px;
}

@media (max-width: 990px) {
    .main-content-sticky {
        padding-top: 90px;
    }
}

.main-content-back {
    background-size: auto;
}

.button-accent,
.button-light {
    padding: 15px 36px;
    text-decoration: none;
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    border: 0;
}

@media (max-width: 450px) {
    .button-accent,
    .button-light {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.button-accent {
    border-radius: 2px;
    border-bottom: 0;
    z-index: 0;
    background-color: white;
    color: var(--textColorBlack);
    position: relative;
    overflow: hidden;

    display: inline-block;
    /*transition: all 0.2s ease-in-out;*/
    -webkit-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.button-accent span {
    z-index: 2;
    position: relative;
}

.button-accent:before {
    content: "";
    z-index: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 35px;
    height: 100%;
    background: var(--accentColor);
    opacity: 1;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
}

.button-accent:before {
    right: -25px;
}

.button-accent:hover:before {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}

a.button-accent:hover,
.button-accent:hover {
    color: #fff;
    /*background-color: var(--accentColorDarker);*/
}

.button-accent2 {
    box-shadow: none;
    border: 2px solid var(--accentColorDark);
    border-radius: 5px;
}

.button-accent2:before {
    background: var(--accentColorDark);
}

.button-accent3 {
    color: white;
    box-shadow: none;
    border: 2px solid white;
    border-radius: 5px;
    background: transparent;
}

.button-accent.button-accent3:hover {
    color: var(--accentColorDarker);
}

.button-accent3:before {
    background: white;
}

.button-light {
    border-top: 2px solid transparent;
    border-bottom: 2px solid white;
    background-color: transparent;
    /*padding: 8px 0;*/
    padding: 10px 20px 8px 20px;
    color: white;

    box-shadow: 0 0 0 0 #ffffff00;
    transition: box-shadow 0.2s linear;
    margin: 0.5em; /* Increased margin since the box-shado expands outside the element, like outline */
    position: relative;
    overflow: hidden;
}

.button-light:hover {
    /*color: var(--accentColorLight);*/
    /*border-bottom: 2px solid var(--accentColorLight);*/
    /*border: 2px solid white;*/
    /*padding: 8px 20px;*/
    /*box-shadow: 0 0 0 2px white;*/
    color: var(--accentColorDarker);
}

.button-light span {
    z-index: 2;
    position: relative;
}

.button-light:before {
    content: "";
    z-index: 0;
    position: absolute;
    right: -44px;
    top: 0;
    width: 35px;
    height: 100%;
    background: white;
    opacity: 1;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
}

.button-light:hover:before {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}

.button-accent-dark {
    border: 0;
    background-color: var(--accentColorDark);
    padding: 15px 36px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.button-accent-dark:hover {
    background-color: var(--accentColorDarker);
    color: #ffffff;
}

.header-transparent {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9
}

.hero-button:hover {
    background-color: #ABCCEC;
    color: black;
}

.container {
    max-width: 1440px;
}

.section {
    margin-top: 80px;
}

@media (max-width: 990px) {
    .section {
        margin-top: 50px;
    }
}

.sticky-header {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    /*noinspection CssUnknownProperty*/
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out
}

.sticky-header.sticky-show {
    animation-name: a !important
}

.sticky-header.sticky {
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100%;
    z-index: 59;
    /*animation-name: b;*/
    /*animation-duration: .5s;*/
    /*animation-fill-mode: both;*/
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    /*noinspection CssUnknownProperty*/
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out
}

.section h2.title {
    font-family: Montserrat, sans-serif;
    /*font-size: 2.5rem;*/
    font-size: 3rem;
    color: var(--accentColorDark);
    font-weight: bolder;
}

@media (max-width: 450px) {
    .section h2.title {
        font-size: 24px;
    }
}

.section h2.title strong {
    color: var(--accentColorDark);
}

@media (max-width: 450px) {
    .section h2.title strong {
        font-size: 34px;
    }
}

.section .section-title {
    padding-bottom: 20px;
}

.section-services .section-title {
    padding-bottom: 0;
}

.section-services .section-title h4 {
    color: #666666;
    font-size: 20px;
}

.section-services .button-accent {
    margin-top: 20px;
}

.section-title h5 {
    color: #606060;
}

@media (max-width: 557px) {
    .section-contacts .section-title h5 {
        color: #606060;
        font-size: 16px;
    }
}

.section-services img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 450px) {
    .section-services img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
}

.section-services h4 {
    margin-top: 15px;
    font-size: 24px;
    padding-right: 10px;
}

.service-single p {
    margin-bottom: 0;
    margin-top: 20px;
}

.section-services p {
    /*font-size: 24px;*/
    font-size: inherit;
    /*color: var(--accentColorDark);*/
    color: var(--textColorDefault);
    /*padding-right: 10px;*/
    margin-bottom: 20px;
}

.section-services .service-single {
    margin-top: 30px;
}

.service-single a {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "overlap";
    /*background-color: #000;*/
    border-radius: 5px;
}

.service-single a img {
    display: flex;
    align-items: flex-end;
    grid-area: overlap;
    /*align-self: center;*/
    /*justify-self: center;*/
    /*opacity: 0.7;*/
}

.service-single a h4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 15px 30px;
    background-color: #ffffffe0;
    width: 100%;
    color: var(--accentColorDarker);
    font-weight: 700;
    text-decoration: none;
    z-index: 51;
    grid-area: overlap;
    align-self: flex-start;
    justify-self: flex-start;
    font-family: FuturaMedium, sans-serif;
    text-transform: uppercase;
}

@media (max-width: 500px) {
    .service-single a h4,
    .section-services h4 {
        font-size: 18px;
        padding: 8px 10px;
    }
}

.service-single a h4 b {
    font-size: 18px;
    font-weight: 600;
    color: var(--textColorDark);
}

@media (max-width: 500px) {
    .service-single a h4 b {
        font-size: 15px;
    }
}

.foreground-black {
    margin: 0 0 0 0;
    background-color: #00000060;
    width: 100%;
    height: 100%;
    z-index: 50;
    grid-area: overlap;
    align-self: flex-end;
    justify-self: flex-start;
}

.service-photo {
    overflow: hidden;
    /*noinspection CssInvalidPropertyValue*/
    overflow-wrap: anywhere;
}

.service-photo img {
    display: flex;
    align-items: flex-end;

    transform-origin: center;
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1);

    grid-area: overlap;
    align-self: center;
    justify-self: center;
}

.service-photo img:hover {
    transform: scale(1.06);
}

.footer-area {
    /*background-color: #f5f5f5;*/
    background-image: url(../images/photos/back-red-2.jpg);
    margin-top: 80px;
    padding: 70px 0;
}

.footer-area h4 {
    font-family: RobotoBold, sans-serif;
    color: #184863;
    font-weight: bold;
}

.horizontal {
    display: flex;
    align-items: center;
}

.footer-area ul li .horizontal {
    display: flex;
    align-items: center;
}

.footer-area ul li .horizontal img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.footer-area ul {
    padding-left: 0;
}

.footer-area li {
    list-style: none;
}

.footer-area li {
    padding-bottom: 15px;
}

.footer-area .footer-main .footer1 .col-12 {
    padding-top: 30px;
}

.footer-menu {
    font-size: 20px;
}

.footer-menu ul li a {
    color: white;
    border-bottom: 2px solid transparent;
    padding: 5px 0;
}

.footer-menu ul li a:hover {
    color: white;
    border-bottom: 2px solid white;
}

.footer-buttons-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 450px) {
    .footer-buttons-block {
        gap: 20px;
        border-top: 0;
        padding-top: 0;
        padding-bottom: 30px;
    }
}

.input-field {
    padding: 16px 32px;
    background-color: white;
    border-radius: 2px;
    border: 1px solid var(--borderLightColor);
    max-width: 300px;
}

.request-call-form {
    text-align: center;
    text-align: -webkit-center;
}

.request-call-form input,
.request-call-form button {
    width: 240px;
}

@media (max-width: 500px) {
    .request-call-form input,
    .request-call-form button {
        width: 100%;
        max-width: 100%;
    }
}

.modal-body {
    padding: 1.5rem;
}

.modal-body form button {
    display: block;
    margin-top: 20px;
    min-width: 200px;
}

/* Photo Modal styles*/
#photoModal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/*#photoModal:hover {opacity: 0.7;}*/

.modal-photo {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 60; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-photo-content {
    margin: auto;
    display: block;
    width: 80%;
    /* max-width: 700px; */
    object-fit: contain;
    height: 90%;
}

.clickable-img {
    cursor: pointer;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-photo-content {
        width: 100%;
    }
}

.table-header {
    font-weight: bold;
}

.table-header td {
    padding-top: 40px;
}

tr.table-header,
.table-header td {
    border: 0;
    background-color: transparent !important;
}

.request-call-contacts-form {
    text-align: left;
    justify-content: flex-start;
    display: flex;
    width: fit-content;
    gap: 40px;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .request-call-contacts-form {
        gap: 20px;
    }
}

.request-call-contacts-form input {
    margin-top: 0;
}

.request-call-contacts-form button {
    display: block;
    margin-top: 0;
    min-width: 200px;
    min-height: 55px;
}

.request-call-contacts-form h5 {
    line-height: 1.3;
    width: fit-content;
}

@media (max-width: 557px) {
    .request-call-contacts-form h5 {
        font-size: 15px;
    }
}

.header-menu-btn-wrapper {
    background-color: var(--accentColorDarker);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu-btn {
    background-color: transparent;
    border: none;
    margin: 0 20px 0 20px;
    padding: 0;
    display: none
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header-menu-btn {
        display: inline-block
    }
}

.header-menu-btn span {
    background-color: black;
    width: 20px;
    height: 2px;
    display: block;
    margin-bottom: 4px;
    border-radius: 50px
}

.header-menu-btn span:last-child {
    margin-bottom: 0
}

.offcanvas {
    z-index: 110;
}

.btn-menu-close {
    color: white;
    padding: 10px 20px;
    border: 0;
    font-size: 18px;
    background-color: transparent;
}

.offcanvas-header .btn-menu-close {
}

.btn-menu-close i {
}

.offcanvas-body ul {
    padding-left: 0;
}

.offcanvas-body ul li {
    list-style: none;
}

.offcanvas-body ul li img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.offcanvas-header {
    background-color: var(--accentColorDark);
}

.offcanvas-nav-parent,
.offcanvas-nav-parent a {
    text-decoration: none;
    color: #404040;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-mobile {
    background-color: white;
    text-align: left;
    height: 90px;
}

.header-mobile .logo {
    width: 200px !important;
    margin: 0 0 0 20px;
}

@media (max-width: 500px) {
    .header-mobile .logo {
        width: 120px !important;
        margin: 0 0 0 20px;
    }
}

.header-mobile .justify-content-end {
    display: flex;
    justify-content: flex-end;
}

.header-mobile .header-button {
    padding: 8px 16px;
    font-size: 15px;
    height: auto;
    margin-right: 0;
}

.header-mobile .header-contacts {
    row-gap: 10px;
    align-items: flex-end;
    justify-content: center;
}

@media (max-width: 990px) {
    .header-mobile .header-contacts {
        padding-left: 0;
    }
}

.header-mobile .header-contacts a img {
    width: 26px;
    height: 26px;
}

.header-mobile .row > * {
    padding-right: 5px;
    padding-left: 5px;
}

.d-sm-none {
    display: inherit !important;
}

@media (max-width: 991px) {
    .d-sm-none {
        display: none !important;
    }
}

.bottom-line {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.section .of-contain img {
    object-fit: contain;
}

.a-scroll-overhead.a-scroll-overhead {
    margin-top: -150px;
    padding-top: 150px;
}

/*noinspection CssInvalidPseudoSelector*/
*:has(> img.photo-zoom) {
    overflow: hidden;
    /*noinspection CssInvalidPropertyValue*/
    overflow-wrap: anywhere;
}

img.photo-zoom {
    display: flex;
    align-items: flex-end;

    transform-origin: center;
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1);

    grid-area: overlap;
    align-self: center;
    justify-self: center;
}

img.photo-zoom:hover {
    transform: scale(1.06);
}

.section-contacts img.photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.section .row .logo p {
    margin-bottom: 0;
}

.section img.photo {
    width: 100%;
    /*height: auto;*/
}

.section img.photo.rounded {
    border-radius: 5px !important;
}

.section .of-cover img {
    object-fit: cover;
}

.offcanvas-menu-nav ul li:nth-child(5) img {
    padding: 5px;
}

@media (max-width: 600px) {
    header .header-contacts .language-selector {
        display: none;
    }
}

.language-selector a {
    text-transform: uppercase;
    font-size: 1rem;
}

header .header-contacts {
    position: relative;
}


.icon-ver-block,
.icon-hor-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-ver-block img,
.icon-hor-block img {
    height: 64px;
    width: 64px;
}

@media (max-width: 500px) {
    .icon-ver-block img,
    .icon-hor-block img {
        height: 40px;
        width: 40px;
    }
}

#section-autopark .icon-ver-block img {
    height: 64px;
    width: auto;
}

.icon-hor-block h4 {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
}

.icon-hor-block p {
    margin-bottom: 0;
}

.icon-ver-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.icon-ver-block p {
    padding: 0 36px;
}

@media (max-width: 500px) {
    .icon-ver-block {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .icon-ver-block p {
        padding: 0;
        text-align: start;
        margin-bottom: 0;
    }
}

.icon-ver-block p b {
    font-weight: bold;
}

.icon-hor-block-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.contacts-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contacts-row img {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}

.contacts-row img.social {
    height: 32px;
    width: 32px;
}

.contacts-row a {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    margin-right: 30px;
    color: var(--textColorBlack);
    font-weight: 400;
}

@media (max-width: 500px) {
    .contacts-row a {
        margin-right: 20px;
    }
}

.contacts-row a.simple {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 1rem;
}

.contacts-row a:hover {
    color: var(--accentColorDarker);
}

.section iframe {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    min-height: 400px;
}

/*noinspection CssInvalidPseudoSelector*/
form div:has(textarea),
form div:has(input) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 150px;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    /*flex-wrap: nowrap;*/
    flex-wrap: wrap;
    flex-direction: row;
}

.form-column {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    /*flex-wrap: nowrap;*/
    flex-wrap: wrap;
    flex-direction: column;
}

ol, ul {
    padding-left: 1.2rem;
}

ol li,
ul li {
    margin-bottom: 0.3rem;
}

.section img.photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.section img.photo.op-top {
    object-position: top;
}

.section img.photo.contain {
    object-fit: contain;
}

/* marquee styles start*/

.wrap {
    margin: auto;
    padding: 20px;
}

.items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
    height: 120px;
}

.items-wrap:before,
.items-wrap:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.items-wrap:before {
    left: 0;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%
    );
}

.items-wrap:after {
    right: 0;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
}

.marq-items {
    flex-shrink: 0;
    display: flex;
    gap: 80px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
    height: 120px;
    padding: 0 40px;
}

@media (max-width: 500px) {
    .marq-items {
        height: 60px;
        gap: 40px;
    }
}

.marq-item {
    flex: 0 0 auto;
    counter-increment: item;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #404040;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
}

.marquee {
    animation: scroll 120s linear infinite;
}

@media (max-width: 500px) {
    .marquee {
        animation: scroll 60s linear infinite;
    }
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}

/* marquee styles end*/

.a-scroll-overhead.a-scroll-overhead {
    margin-top: -90px;
    padding-top: 90px;
}

.header-back-placeholder {
    position: absolute;
    background-color: var(--accentColorDarker);
    right: 0;
    width: 30%;
    z-index: -1;
}

.offcanvas-menu-nav .header-phones {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 40px;
}

.offcanvas-menu-nav .header-phones a {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
}

.off-canvas-wrapper.offcanvas.offcanvas-start.show {
    height: 100vh;
}

.offcanvas-body {
    position: relative;
    padding: 1rem 2rem;
}

#section-offices {
    margin-top: 80px;
}

@media (max-width: 765px) {
    #section-offices div:nth-child(2) {
        margin-top: 30px;
    }
}

.footer-main .footer-contacts p b {
    color: white;
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
}
