@import "tailwindcss";
@config "../../tailwind.config.js";

html {
  font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI';
    font-size: 16px;
    min-height: 100vh;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#header-wrapper {
    max-width: 70.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header, #header-wrapper {
    background-color: #004A7F;
    color: white;
}

#header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Segoe UI';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25em 0 0.25em 0;
}

#footer {
    background-color: #004A7F;
    color: white;
}

#footer-wrapper {
    max-width: 70.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25em;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer-address {
    margin-left: 0.625rem;
}

.footer-address {
    margin-left: 0.625rem;
}

#footer-social {
    font-size: 2rem;
}

#logo-text #header-main-text {
    font-size: 1.25rem;
    font-family: "Felix Titling";
}

#logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#logo-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-left: 0.3125rem;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    #logo-text hr {
        width: 100%;
        height: 1px;
        background-color: currentColor; /* or a specific color */
        border: none;
        margin: 0.25rem 0;
    }


#header-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.25rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 0.5rem;
}

.seal-size-110 {
    display: block;
    text-indent: -9999px;
    width: 6.875rem;
    height: 6.875rem;
    background: url(../Images_template/seal.svg);
    background-size: 6.875rem 6.875rem;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-bold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-bold-italic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Segoe UI;
    src: url(../Fonts_template/segoeui-light.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Felix Titling;
    src: url(../Fonts_template/felix.ttf) format('truetype');
    font-display: swap;
}