@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');
}

:root {
    --textColorDefault: #301616;
    --textColorDark: #404040;
    --textColorBlack: #000000;
    --linkHoverColor: #046EC2;
    --textLight: #808080;
    --accentColor: #2C96EA;
    --accentColorLight: #92CEFF;
    --accentColorLighter: #BFE2FF;
    --accentColorLightest: #D7EDFF;
    --accentColorDark: #046EC2;
    --accentColorDarker: #0050A4;
    --borderLightColor: #e0e0e0;
    --footerBackColor: #303030;

    font-family: Roboto, sans-serif;
}

*, :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;
    color: var(--textColorDefault);
    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;
    margin-right: 15px;
}

.footer-contacts .social img {
    width: 40px;
    height: 40px;
}

.footer-contacts p,
.footer-contacts a {
    color: var(--accentColorLightest);
    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: 1360px) {
    .header-contacts button {
        display: none;
    }
}

.section-contacts img,
.header-contacts img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

@media (max-width: 1050px) {
    .section-contacts img,
    .header-contacts img {
        height: 24px;
        width: 24px;
        margin-right: 10px;
    }
}

@media (max-width: 500px) {
    .header-contacts img {
        display: none;
    }
}

.section-contacts p,
.section-contacts a,
.header-contacts p,
.header-contacts a {
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
}

.header-contacts p,
.header-contacts a {
    color: white;
}

@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);*/
    }
}

.section-contacts a:hover,
.header-contacts a:hover {
    color: var(--accentColorDark);
}

.header-contacts a:hover {
    color: var(--accentColorLighter);
}

.header-contacts p img,
.header-contacts a img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.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: 30px;
    align-items: center;
    margin-left: 50px;
    margin-bottom: 0;
}

/*---------------*/

ul.header-navigation {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 0;
    position: relative;
}

ul.header-navigation,
ul.header-navigation li,
ul.header-navigation li ul,
ul.header-navigation li ul li {
    list-style: none;
}

ul.header-navigation li {
    margin-bottom: 0;
    padding: 15px 0;
}

ul.header-navigation li ul {
    z-index: 20;
    padding-inline-start: 0;
    padding-left: 0;
    display: none;
    position: absolute;
    top: 100%;
    border: 1px solid #f8f8f8;
}

ul.header-navigation li ul li {
    min-width: 250px;
    float: none;
    display: list-item;
    position: relative;
    background-color: #fff;
    padding: 15px 20px;
}

ul.header-navigation li ul li a:hover {
    color: var(--accentColorDark) !important;
}

ul.header-navigation li ul a {
    color: black !important;
    font-weight: normal !important;
}

ul.header-navigation li ul li:hover,
ul.header-navigation li ul a:hover {
    background-color: #f8f8f8;
}

ul.header-navigation li:hover > ul {
    display: inherit;
}

ul.header-navigation li ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    border: 1px solid #f8f8f8;
}

ul.header-navigation li ul {
    z-index: 20;
    padding-inline-start: 0;
    padding-left: 0;
}

@media (max-width: 991px) {
    ul.header-navigation li ul {
        display: block;
        position: static;
        border: 0;
    }

    ul.header-navigation li ul ul {
        position: static;
        border: 0;
    }
}

/*---------------*/

@media (max-width: 1060px) {
    .header-navigation {
        margin-left: 30px;
    }
}

ul.header-navigation {
    list-style: none;
}

ul.header-navigation li {
    list-style: none;
    margin-bottom: 0;
}

.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;
}

.hero.container {
    max-width: 100%;
    /*height: 800px;*/
    height: calc(100vh - 90px);
    background: url("../images/photos/hero-back-2.jpg") no-repeat center;
    background-size: cover;
}

@media (max-width: 720px) {
    .hero.container {
        background: url("../images/photos/hero-back-2-mobile.jpg") no-repeat center;
    }
}

.hero.container.products {
    max-width: 100%;
    height: 600px;
    background: url("../images/photos/products-hero-back.jpg") no-repeat center;
    background-size: cover;
}

@media (max-width: 720px) {
    .hero.container.products {
        background: url("../images/photos/products-hero-back-mobile.jpg") no-repeat center;
        background-size: cover;
    }
}

.hero.container.salads {
    max-width: 100%;
    height: 600px;
    background: url("../images/photos/sal11.jpg") no-repeat bottom;
    background-size: cover;
}

@media (max-width: 720px) {
    .hero.container.salads {
        background: url("../images/photos/sal11.jpg") no-repeat bottom;
        background-size: cover;
    }
}

.hero.container section {
    height: 100%;
}

.hero.container section .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.hero.container.salads section .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.hero.container.products section .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hero-frame {
    /*background-color: #fffffff0;*/
    /*padding: 40px;*/
    /*border-radius: 5px;*/
    padding: 30px;
    backdrop-filter: blur(4px);
}

@media (max-width: 450px) {
    .hero-frame {
        padding: 10px;
    }
}

.hero-frame button {
    margin-top: 3rem;
}

.hero.container.salads .hero-frame,
.hero.container.products .hero-frame {
    padding-bottom: 50px;
}

.hero.container.salads .hero-frame button,
.hero.container.products .hero-frame button {
    margin-top: 1rem;
}

.hero-frame h5,
.hero-frame p {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 500px) {
    .hero-frame h5,
    .hero-frame p {
        font-size: 1.25rem;
    }
}

.hero-frame h1 {
    color: white;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    /*font-size: 3.75rem;*/
    font-weight: bolder;
    /*line-height: 1.1;*/
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);

    font-size: 2.8rem;
    line-height: 1.3;
}

@media (max-width: 720px) {
    .hero-frame h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 500px) {
    .hero-frame h1 {
        font-size: 2rem;
    }
}

.hero.salads .hero-frame h1,
.hero.products .hero-frame h1 {
    font-size: 3.75rem;
}

@media (max-width: 720px) {
    .hero.salads .hero-frame h1,
    .hero.products .hero-frame h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 500px) {
    .hero.salads .hero-frame h1,
    .hero.products .hero-frame h1 {
        font-size: 2rem;
    }
}

.hero-frame h3 {
    color: var(--accentColorDark);
    margin-bottom: 20px;
    font-family: FuturaMedium, sans-serif;
    font-size: 32px;
    line-height: 1.3;
}

.hero2 h3 {
    color: var(--textColorDark);
}

.hero-frame h1 b {
    color: var(--accentColor);
}

.hero-frame h5 {
    font-weight: 100;
    font-family: Roboto, sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}

.hero-frame ul {
    padding-left: 1rem;
    margin-bottom: 20px;
}

.hero-frame ul li {
    font-size: 18px;
    list-style: square;
    margin-bottom: 5px;
}

@media (max-width: 450px) {
    .hero-frame ul li {
        font-size: 15px;
    }
}

.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;
}

.contacts-list p,
.contacts-list a,
.footer-area li p,
.footer-area li a {
    color: var(--accentColorLight);
    text-decoration: none;
}

.contacts-list a:hover,
.footer-area li a:hover {
    color: var(--accentColorDark);
}

.footer-area li p img,
.contacts-list p img,
.contacts-list a img,
.footer-area li a img {
    height: 28px;
    width: 28px;
    margin-right: 6px;
}

.contacts-list p img,
.contacts-list a img {
    height: 32px;
    width: 32px;
    margin-right: 10px;
}

.contacts-list .horizontal a img {
    height: 48px;
    width: 48px;
    margin-right: 20px
}

@media (max-width: 557px) {
    .contacts-list p img,
    .contacts-list a img {
        height: 24px;
        width: 24px;
        margin-right: 10px;
    }
}

.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 textarea,
.modal-body form input {
    background: #f0f0f0;
    border-radius: 3px;
    padding: 8px 16px;
    border: 0;
    width: 100%;
}

.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%;
    }
}

.prices-table tr,
.prices-table td {
    border: 1px solid #CDD8E0;
}

.prices-table td {
    padding: 10px 20px;
}

@media (max-width: 450px) {
    .prices-table td {
        padding: 10px 10px;
    }
}

.prices-table tr td:nth-child(2) {
    background-color: #f6f8fA;
}

.prices-table tr td:nth-child(3) {
    background-color: #EAF3F9;
    font-weight: bold;
    color: var(--accentColorDarker);
}

.table-header {
    font-weight: bold;
}

.table-header td {
    padding-top: 40px;
}

tr.table-header,
.table-header td {
    border: 0;
    background-color: transparent !important;
}

.contacts-list {
    display: flex;
    flex-direction: column;
}

.contacts-list p,
.contacts-list a {
    font-size: 20px;
    margin-bottom: 15px;
}

@media (max-width: 557px) {
    .contacts-list p,
    .contacts-list a {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

.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;
    }
}

.section-contacts .request-call-form {
    text-align: start;
}

.section-contacts .contacts-block {
    margin-bottom: 20px;
}

.section-contacts .contacts-block .flex-column {
    gap: 6px;
    /*margin-top: 5px;*/
}

.section-contacts h6 {
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    color: var(--accentColorDarker);
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700;
}

.section-contacts h5 {
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    /*margin-bottom: 20px;*/
    margin-bottom: 0;
}

.section-contacts .contacts-block img {
    margin-right: 10px;
    height: 28px;
    width: 28px;
}

.section-contacts .contacts-block.social img {
    margin-right: 20px;
    height: 36px;
    width: 36px;
}

@media (max-width: 500px) {
    .section-contacts h6 {
        font-size: 18px;
        margin-top: 40px;
    }

    .section-contacts h5 {
        font-size: 18px;
    }
}

.section-contacts iframe {
    width: 100%;
    /*height: 100%;*/
    height: 500px;
    border-radius: 10px;
}

@media (max-width: 500px) {
    .section-contacts iframe {
        height: 400px;
    }
}

.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: white;
    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 {
    margin-left: 10px;
}

.offcanvas-body ul {
    padding-left: 0;
}

.offcanvas-body ul li ul {
    padding: 20px 0 0 20px;
}

.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 {
    padding-left: 20px;
    gap: 15px;
    justify-content: flex-end;
}

@media (max-width: 990px) {
    .header-mobile .header-contacts {
        padding-left: 0;
    }
}

.header-mobile .header-contacts a img {
    width: 20px;
    height: 20px;
}

.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;
    }
}

.section-single-service img.service-photo {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

@media (max-width: 995px) {
    .section-single-service img.service-photo {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }
}

.section-single-service h5 {
    color: #404040;
    line-height: 1.3;
}

.section-single-service h4 {
    margin-top: 30px;
    color: #000000;
}

.section-stages ul,
.section-single-service ul {
    list-style-image: url("../images/icons/icon-arrow-right.svg");
}

.section-stages li,
.section-single-service li {
    font-size: 18px;
    color: #404040;
    margin: 10px 0;
    padding-left: 10px;
}

@media (max-width: 450px) {
    .section-stages li,
    .section-single-service li {
        font-size: 15px;
        color: #404040;
        margin: 10px 0;
        padding-left: 10px;
    }
}

.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;
}

.language-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

/*
@media (max-width: 1350px) {
    .language-selector {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1160px) {
    .language-selector {
        flex-direction: row;
        gap: 10px;
    }
}*/

@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;
}

.header-contacts:before,
.btn-theme-colored1:before {
    content: "";
    z-index: 2;
    position: absolute;
    left: -20px;
    top: 0;
    width: 40px;
    height: 100%;
    background: white;
    /* opacity: 0.2; */
    transform: skewX(-22deg);
    transition: all 0.5s ease;
}

/*@media (max-width: 500px) {
    .header-contacts:before {
        display: none;
    }
}*/

.icon-ver-block,
.icon-hor-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*@media (max-width: 500px) {
    .icon-hor-block {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 10px;
        margin-bottom: 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;
}

#section-about .icon-hor-block {
    width: 50%;
    margin-bottom: 15px;
}

@media (max-width: 500px) {
    #section-about .icon-hor-block {
        width: 100%;
    }
}

.icon-hor-block-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.section-red,
.section-dark {
    background: url('../images/photos/back-black.jpg') center;
    background-size: cover;
    color: white;
    padding: 80px 0;
}

.back-red,
.section-red h2.title,
.section-dark h2.title {
    color: white;
}

.back-red,
.section-red {
    background: url('../images/photos/back-blue.jpg') bottom;
    background-size: cover;
}

.section div.back-red {
    border-radius: 5px;
    padding: 30px;
}

.back-red h4 {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

.section.section-red .section-title,
.section.section-dark .section-title {
    padding-bottom: 65px;
}

@media (max-width: 500px) {
    .section.section-red .section-title,
    .section.section-dark .section-title {
        padding-bottom: 30px;
    }
}

.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;
}

.back-red form textarea,
.back-red form input {
    background: white;
    border-radius: 3px;
    padding: 5px 15px;
    border: 0;
    width: 100%;
}

.back-red form label {
    color: var(--accentColorLighter);
    font-family: RobotoBold, sans-serif;
    font-weight: bold;
}

.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;
}

ul.routes-list {
    list-style: none;
    padding: 20px 0;
}

ul.routes-list li {
    margin-bottom: 0.6rem;
}

ul.routes-list li img {
    margin: 0 20px;
}

.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;
    }
}

@media (max-width: 500px) {
    #section-offices {
        margin-top: 0;
    }

    #section-offices img.logo {
        display: none;
    }

    /*

    #section-contacts div.row div:nth-child(2) {
        margin-top: 30px;
    }
    */
    #section-autopark .icon-ver-block {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }

    #section-autopark .icon-ver-block p {
        text-align: center;
    }
}

.buttons-row {
    display: flex;
    gap: 50px;
    align-items: center;
}

@media (max-width: 500px) {
    .buttons-row {
        margin-top: 20px;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
}

.footer-main .footer-contacts p b {
    color: white;
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
}

.offcanvas-header .language-selector a {
    color: white;
    padding: 5px;
}

.offcanvas-header a.current,
.language-selector a.current {
    color: var(--accentColorLight);
    pointer-events: none;
    cursor: default;
}

.footer-copyright {
    text-align: end;
    margin-top: 40px;
    color: #ffffff80;
    font-size: 14px;
}

.footer-copyright a {
    color: #ffffff80;
    text-decoration: underline;
}

.products-item div:has(> img) {
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
}

.products-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.products-item h3 {
    color: black;
    margin-bottom: 40px;
}

#map {
    height: 350px;
}

@media (max-width: 767px) {
    #map {
        height: 300px;
    }
}