/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h3 {
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em;
    bottom: -0.25em
}

img {
    border: 0
}


figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.table > thead {
    vertical-align: middle;
}

.table > tbody {
    vertical-align: middle;
}

td, th {
    padding: 0
}

h2 {
    font-weight: 900
}


/* спиздила */
.nav-item a {
    font-size: 14px;
}

.superNav {
    font-size: 13px;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: var(--font3);
}

header {
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}

main {
    /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 1 0 auto;

}

footer {
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}


.transform:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}


ul {
    list-style-type: none;
}

/** common-rules **/
h3.u-title {
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2.u-subtitle {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3:not(.u-title) {
    font-size: 1.1rem;
    line-height: 1.1;
    margin-bottom: 0.7rem;
}

h2:not(.u-subtitle) {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-top: 20px;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

h4 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

h5 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}

h6 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* анимация для плавного появления меню*/
.-list:hover {
    z-index: 999;
    position: absolute;
    width: 350px;
    max-width: none;
    padding: 0;
    border: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.transition {
    transition: 4s;
}

/*стрелка в меню*/
.dropdown {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.dropdown .-hover > span {
    text-decoration: underline dashed;
    font-style: italic;
}

.dropdown .-hover::after {
    font-size: 50%;
}

.dropdown .-list {
    display: none;
    background: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: -5px;
    z-index: 10;
    border-radius: 0;
    width: 285px;
}

.dropdown .-list a {
    display: block;
    color: #131f27;
    font-family: inherit;
    font-weight: normal;
    padding: 0 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

.dropdown .-list a:hover {
    color: #6c0707;
}

/*.dropdown:hover .-list {*/
/*    display: block;*/
/*}*/

.logo {
    max-height: 70px;
}

.header_top {
    background: rgba(244, 246, 250, .69);
    width: 100%;
    padding: 7px 0;
}

.header_wrap {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 var(--container-offset);
}

.header_col {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5%;
}

.header_loc {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}


.header_social .social {
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    list-style: none;
    gap: 10%;
}


.header_mail a, .header_mail > div {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

a {
    background-color: transparent;
    text-decoration: none;
}

.header, .page--ios .dis-scroll {
    position: relative;
    z-index: 9999 !important;
    background: #fff;
}

.header_loc, .header_mail a, .header_mail > div {

    -webkit-box-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #8c979f;
    font-weight: 400;
}

.header_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;

}

.header_social {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8%;
}


.text_service {
    font-weight: 400;
    line-height: 125%;
    color: #131f27;
    padding: 0 3%;
    width: 100%;
    text-align: justify;
}

.text_service h2, h3 {
    text-align: left;
}

.border_service {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 10%;
}

.img_service {
    min-height: 320px;
    min-width: 400px;
    /*box-shadow: inset 0 0 0 10px white;*/
    border-radius: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_service_right {
    clip-path: circle(110% at 100% 5%);
    border-radius: 0 30px 30px 0;
    min-height: 320px;
    position: relative;
}

.img_service_left {
    content: "";
    clip-path: circle(120% at -20% 10%);
    border-radius: 30px 0 0 30px;
    height: 400px;
    position: relative;
}

.img_service_right2 {
    clip-path: circle(80% at 100% 50%);
    border-radius: 0 30px 30px 0;
    min-height: 320px;
    position: relative;
    height: 650px;
    background-position: 100%;
}

.nav-link {
    color: rgb(42, 49, 67);
    font-weight: 400;
}

.nav-link:hover {
    color: #cc0a0a;
}

table {
    color: #344675;
    font-size: 16px;
    text-align: center;
    width: 80%;
    background: white;
    border-collapse: separate;
    font-weight: 500;
}
.table>:not(caption)>*>*{
    box-shadow: none;
}

.table th {
    font-weight: bold;
    padding: 5px;
    background: #F2F8F8;
}

td {
    margin: 5px;
    text-align: center;
    background-color: #eee;

}

table tr {
    background: rgba(244, 246, 250, .69);
    border-bottom: 20px solid white;

}

td:first-child {
    border-radius: 25px 0 0 25px;
}

td:last-child {
    border-radius: 0 25px 25px 0;
}

.table > :not(caption) > * > * {
    width: auto;
    max-width: 550px;
    margin: 2em auto;
    padding: 0.7em;
    /* border-bottom-color: #344675;*/
    border-bottom: 5px solid white;
    border-top: 5px solid white;

}

.table tr:hover {
    border-style: solid;
}

.table thead tr th, .card {
    background-color: #344675;
    color: white;
}

.card {
    border-radius: 30px;
}

th:first-child {
    border-radius: 25px 0 0 25px;
}

th:last-child {
    border-radius: 0 25px 25px 0;
}



.table-hover tbody tr td h1 {
    margin: 0;
    font-weight: 500;
}

.contacts_card {
    color: white;
    padding-left: 20px;
    padding-top: 1%;
    font-size: calc(12px + 0.2vw);
}

.contacts_card a {
    font-size: calc(12px + 0.3vw);
}

/*Стили для страницы диагностики*/
.circle {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: #384f8e;
    color: white;
    font-size: larger;
    border: 2px solid;
    display: flex;
    flex-direction: row;
    text-align-last: center;

}

.circle_number {
    width: 42px;
    align-content: center;
}

.line {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2px;
    background: #344675;
}

.number_wrapper {
    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
}


.t-cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.number_digit {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.text_wrapper {
    padding-left: 15px;
    padding-bottom: 5px;
    font-size: 1.1em;
    font-weight: 500;
}

div .text_wrapper .h3_style {
    font-weight: 450;
}

/*Диагностика*/

.container #diagnostic_text {
    color: #48515c;
}

.diagnostic h1 {
    font-size: 36px;
}

.diagnostic {
    color: #172959;
}

.diagnostic p {
    text-indent: 30px;
    text-align: justify;
}

.diagnostic a {
    color: #cc0a0a;
    font-weight: bold;
    font-size: 16px;
}

.diagnostic a:hover {
    text-decoration: underline;
}

#diagnostic_text p {
    text-indent: 0;

}

/*подвал*/
.footer {
    background-color: rgba(81, 81, 81, 0.87);
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding: 40px 20px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer .container {
    display: flex;

    justify-content: space-around;
}


.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer .social {
    justify-content: start;
}

/* footer left*/
.footer-left .social {
    gap: 10px;
}

.footer-left .social svg {
    height: 40px !important;
    width: 40px !important;
}


/* footer center*/


.footer .footer-center i {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin: 10px 15px;
}


.footer .footer-center p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.footer .footer-center p span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
}

.footer .footer-center p a {
    color: #0099ff;
    text-decoration: none;
}


/* footer right*/

.footer h2 {
    font-size: 28px;
    margin: 0;
}

.footer .menu {
    margin: 20px 0 12px;
    padding: 0;
}

.footer .menu a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer .menu a:hover {
    color: #65b0ec;
}


@media (max-width: 767px) {
    .footer .container {
        font-size: 14px;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

}

.background_water {
    background-image: url('../img/41.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.u-body {
    color: #454545;
    background-color: rgba(255, 255, 255, 0.6);
    --effect-scale: 1.1;
    font-size: 1rem;
    border-radius: 30px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .15), 5px 5px 10px 5px white inset !important;
    --theme-sheet-width-xl: 1140px;
    --theme-sheet-width-lg: 940px;
    --theme-sheet-width-md: 720px;
    --theme-sheet-width-sm: 540px;
    --theme-sheet-width-xs: 340px;

}

.u-repeater {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 28%);

}

.navbar-brand {
    font-weight: bold;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-color: white;
}

#navbarTogglerDemo01 {
    margin-right: 5%;
}

.btn:first-child:hover, :not(.btn-check) + .btn:hover {
    border-color: white;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

.h3_style a {
    color: #1a1a1a;
    font-weight: 500;
}

.h3_style a:hover {
    color: #cc0a0a;
}

.u-clearfix {
    padding: 0;
}

.container .diagnostic_text {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-left: 4%;
    margin-right: 2%;
}

.container .diagnostic_text p {
    text-indent: 30px;
}

.container .diagnostic_text span {
    color: #cc0a0a;
}

.container .diagnostic_text h3:not(.u-title) {
    margin: 0.67rem 0.67rem 0.3rem 0;
}


.diagnostic span {
    color: #cc0a0a;
}


.bg-light {
    --bs-bg-opacity: 0.8;
}

ul {
    margin-bottom: 0 !important;
}

iframe {
    border-radius: 30px;
}

.flag {
    text-align: center;
    background-color: #ae0606;
    /* styles for demo */
    padding: 15px;
    color: #fff;

}

::selection {
    color: white;
    background: #5c5c5c;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.u-custom-list {
    list-style-type: none;
    padding-left: 0;
}

.u-custom-list li {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 5%;
}

.u-white {
    -webkit-box-shadow: 0 0 7px 0 rgba(22, 22, 22, 0.2);
    -moz-box-shadow: 0 0 7px 0 rgba(22, 22, 22, 0.2);
    box-shadow: 0 0 7px 0 rgba(22, 22, 22, 0.2);
    --theme-sheet-width-xl: 1140px;
    --theme-sheet-width-lg: 940px;
    --theme-sheet-width-md: 720px;
    --theme-sheet-width-sm: 540px;
    --theme-sheet-width-xs: 340px;
}


/*меню фиксированное*/
.mobile div {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
    background-color: #337AB7;
    opacity: 0.8;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9999999;
    border: 4px solid #BFE2FF;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    box-sizing: content-box;
}

.mobile div span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 13px;
    transition-duration: .4s;
}

.mobile div span:nth-child(1) {
    top: 14px;
}

.mobile div span:nth-child(2) {
    top: 23px;
}

.mobile div span:nth-child(3) {
    bottom: 14px;
}

.mobile div.active span:nth-child(1) {
    transform: translate(-15px, 9px) rotate(-45deg);
}

.mobile div.active span:nth-child(2) {
    transition-duration: 0s;
    opacity: 0;
}

.mobile div.active span:nth-child(3) {
    transform: translate(-15px, -9px) rotate(45deg);
}


.mobile_contacts {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    opacity: 1;
    width: 100%;
    height: auto;
    z-index: 9999999;
    background-color: rgba(241, 241, 241, 0.8);
    backdrop-filter: blur(5px);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    box-sizing: content-box;
}


.offcanvas.offcanvas-end {
    width: 300px;
}

.offcanvas {
    transition: transform .5s ease-in-out;
}

.offcanvas-header {
    padding-bottom: 0;
}

.offcanvas-header .logo {
    width: 210px;
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.3em auto no-repeat;
}

.offcanvas-body .telephone {
    margin-top: 10px;
}

.btn-close:focus {
    box-shadow: none;
}
.backdrop{
    display: none;
}
.hide{
    display: none;
}
