@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --main-font: "Jost";
    --main-color: #000000;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: var(--main-font);
    color: var(--main-color);
    font-weight: 400;
    line-height: 1.2;
    background-image: url("../img/bg.jpg");
}

a {
    color: var(--main-color);
    text-decoration: none;
    transition: color .3s ease;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    box-shadow: 0px 66px 78px 17px #797973;
    background-color: #ffffff;
}

.main {
    flex-grow: 1;
}

.container {
    width: 100%;

    margin: 0 auto;

}

.header {
    /*background-color: #184388;*/
}

.header-logo {
    display: block;
}

.header-logo img {
    display: block;
    width: auto;
    height: 80px;
}

.header-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    color: #18267E;
}

.header-contacts a {
    color: #18267E;
}

.header-menu {
    background-color: #1757BA;
    border-top: 1px solid #496DA5;
    border-bottom: 3px solid #063078;
}

.header-menu__inner {
    display: flex;
    justify-content: flex-start;
}

.header-menu__inner a {
    font-size: 15px;
    color: #fff;
    padding: 18px 59px 17px 60px;
    display: block;

    transition: all 1s ease;
}

.footer {
    min-height: 80px;
    background-color: #292929;
    color: #ffffff;
}



h1 {
    font-size: 26px;
    font-weight: normal;
    color: #191919;
}

.content p {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
}

.table {
    width: 100%;
    border: 1px solid #184388;
}

.table td {
    padding: 0px 5px;
    border: 1px solid #184388;
}

.table tr:nth-child(even) {
    background: #fff;

}

.table tr:hover {
    background: #1757ba;
    color: #fff;
}

.table tr:first-child,
.table tr:nth-child(2) {
    background: #1757ba;
    color: #fff;
}

.table th {
    padding: 0px 5px;
    border: 1px solid #184388;
    font-weight: 500;
}

.breadcrumbs {
    padding: 0;
    margin: 0;
    display: flex;
}

.breadcrumbs li {
    list-style-type: none;

}

.breadcrumbs li a {
    color: #35428F;
    font-size: 12px;
}

.breadcrumbs li:after {
    content: "/";
    color: #BCBDBE;
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a.active {
    color: #BCBDBE;
}

.product-item {
    width: 160px;
    float: left;
    margin-right: 24px;
    margin-bottom: 30px;
}

.prod-img {
    border: 3px solid #2B71D8;
    width: 160px;
    height: 104px;
    cursor: pointer;
}

.prod-img:hover {
    border: 3px solid #E61010;

}

.prod-img img {
    width: 100%;
    height: 100%;
}

.prod-img img:hover {
    -webkit-filter: contrast(125%);
}

.product-item p {
    margin-top: 10px;
}

.product-item p a {
    font-size: 15px;
    color: #18267E;
    text-decoration: none;
}

.product-item p a:hover {
    text-decoration: underline;
    font-size: 15px;
}

.left-menu ul {
    padding: 0px;
    margin: 0px;
    border: 1px solid #BCD0F1;
}

.left-menu ul li {
    list-style-type: none;
}

.left-menu ul li a {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #BCD0F1;
    position: relative;
    display: block;
}

.left-menu ul li a.active {
    border-bottom: 3px solid #1346C2;
    background-color: #2B71D8;
    color: #fff;
}

.left-menu ul li a:hover {
    background-color: #2B71D8;
    color: #fff;
}

.left-menu ul li:last-child a {
    border-bottom: 0;
}

.left-menu ul li a {
    color: #18267E;
    font-size: 15px;
}

.left-menu ul li.current a {
    border-bottom: 3px solid #1346C2;
    background-color: #2B71D8;
    color: #fff;
}

.fast-call {
    background-image: url('../img/fast-call-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    margin-top: 25px;
}

.fast-call .call-title {
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
}

.fast-call .call-title {
    color: #fff;
    font-size: 20px;
}

.fast-call .cal-section {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 25px 25px;
}

.fast-call .cal-section img {
    display: block;
    width: 34px;
    position: relative;
}

.fast-call .cal-section p {

    word-wrap: break-word;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    padding-left: 0px;
    margin-top: 0;
}

.fast-call .cal-section p span i {
    font-style: normal;
    color: #99D2F0;
}

.fast-call .cal-section a {
    width: 159px;
    line-height: 30px;
    font-size: 20px;
    ;
    word-wrap: break-word;
}

.fast-call .cal-section p a {
    color: #fff;
}

.menu-footer {
    position: relative;
    z-index: 15;
}

.menu-footer ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #3F3F3F;
    padding-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-footer ul li {
    list-style-type: none;
}

.menu-footer ul li a {
    font-size: 15px;
    color: #fff;
    padding: 9px 20px 7px 20px;
    display: block;
}

.menu-footer ul li a:hover {
    background-color: #4B4949;
}

.menu-footer ul li a.active {
    background-color: #4B4949;
}

.copy {
    font-size: 13px;
    color: #696969;
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
}

.left-col {
    min-height: 900px;
    position: relative;
}

.footer-b-img {
    position: absolute;
    z-index: 9;
    bottom: -37px;
    left: 0;
}

.content {
    position: relative;
    z-index: 15;
}

.certificates {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.content strong {
    font-weight: 500;
}

.content p a {
    color: #35428F;
    font-size: 16px;
    text-decoration: underline;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-item {
    display: block;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    position: relative;
}

.gallery-item img {
    display: block;
    width: 100%;
}

.gallery-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    outline: 2px solid #184388;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
    border-radius: 0px;
    z-index: 2;
    opacity: 1;
}

.gallery-item:hover:before {
    opacity: 1;
}

.header-menu__inner a:hover {
    background-color: #2A6ED7;
    transition: all 1s ease;
}

.header-menu__inner a.current {
    background-color: #2A6ED7;
}

.main-data {
    background-image: url('../img/main_data_bg.jpeg');
    background-position: center;
    width: 100%;
    padding: 40px 40px;
    position: relative;
    margin-bottom: 25px;
}

.main-data::before {
    background-color: rgba(0, 0, 0, 0.45);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-data__text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.main-data__text h2 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 25px;
}

.main-data__text p, .main-data__text p a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .product-item {
        width: 45%;
        float: left;
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .menu-footer ul {
        flex-direction: column;
    }

    .copy {
        text-align: center;
    }

    .footer-b-img {
        display: none;
    }

    .left-col {
        min-height: auto;
    }

    .header-menu {
        
    }

    .header-menu__inner {
        flex-direction: column;
    }

    .header-menu__inner a {
        text-align: center;
    }

    .header-logo img {
        height: 56px;
    }

    .content {
        padding-bottom: 50px;
    }

    .main-data {
        margin-top: 25px;
        padding: 25px;
    }

    .main-data__text h2 {
        font-size: 30px;
    }
}