/* by a.starshinov */

@import url( 'https:/index_family_Open_Sans_ital_wght_0_300_0_400_0_500_0_600_0_700_0_800_1_300_1_400_1_500_1_600_1_700_1_800_display_swap_.html');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #F5F5F5;
}


/* Main */

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
}

section {
    margin-bottom: 2rem;
}

p {
    font-size: 14px;
}


/* Buttons */

.btn01 {
    padding: 1rem 2rem;
    border-radius: 12px;
    background: #C8242F;
    color: white;
    font-size: 18px;
    font-weight: 600;
    animation: glowing 1900ms infinite;
}


/* Tabs */

.tabcontent {
    display: none;
}

.tablinks {
    position: relative;
    cursor: pointer;
    padding: 1rem;
    font-weight: 600;
    margin-left: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-radius: 12px;
}

.tab button.active {
    background-color: #ccc;
}

.fiz {
    display: block;
}

.tablinks:active {
    background-color: #ccc;
}

.ur {
    display: none;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #0A2939;
    border-radius: 50%;
}


/* Container */

.container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 4rem;
}

.top-menu-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-radius: 0 0 8px 8px;
    gap: 1rem;
}

.top-menu-row {
    overflow: hidden;
    position: relative;
}

.top-menu-row-slide {
    background-color: white;
    border-radius: 8px;
    position: relative;
    min-height: 274px;
    height: 100%;
}

.top-menu-row-container {
    background-color: white;
    border-radius: 8px;
    position: relative;
}


/* Top menu */

.header-contacts {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
    margin: 1rem 0 .5rem;
}

.header-contacts li {
    display: inline;
    margin-left: 1.5rem;
}

.header-contacts ul {
    margin: 0;
    padding: 0rem;
}

.header-contacts-text {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 4rem;
}


/* Header */

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    margin: 1rem 1rem 1rem 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
    position: relative;
}

.logo {
    max-height: 70px;
    width: auto;
}

.logo-text {
    font-size: 18px;
    color: #0A2939;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 90px;
}

.logo-text-white {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 90px;
}

.header-hamburger {
    display: none;
    font-size: 2.5rem;
}

.header-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-menu-list {
    min-width: 200px;
    display: none;
    position: absolute;
    z-index: 9999;
}

.header-menu-list-wrapper {
    background: #fff;
    border-radius: 8px;
    margin-top: .8rem;
}

.header-nav {
    display: flex;
    margin: .5rem 0 1rem;
}

.header-nav-item {
    position: relative;
    cursor: pointer;
    padding: 0 .5rem;
    background-color: #0A2939;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    margin-left: 16px;
}

.header-nav a {
    display: block;
    padding: .5rem;
}

.header-nav a:hover {
    color: white;
}

.header-nav-item:hover .header-menu-list {
    display: block;
}


/* Banner */

.banner {
    background-image: url(../../../images/main_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    color: white;
    background-color: grey;
    background-blend-mode: multiply;
    margin-bottom: 1rem;
    border-radius: 12px;
}

.banner-container {
    padding: 2rem 2rem;
}

.banner-container p {
    padding-bottom: 2rem;
}

.banner-header {
    font-size: 40px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
}

.banner-button {
    display: flex;
    align-items: center;
}

.banner-button-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-icon {
    font-size: 32px;
    color: #F5F5F5;
}

.banner-header span {
    font-size: 16px;
    color: rgb(88, 88, 88);
}


/* Main Columns */

.columns {
    display: flex;
    gap: 2rem;
}

.columns-contacts {
    display: flex;
    justify-content: center;
    gap: 2rem;
    text-align: center;
}

.columns-contacts li {
    padding-bottom: 1rem;
}


/* Text Menu */

.text-menu {
    display: flex;
    font-size: 18px;
    color: #0F3041;
    font-weight: 600;
    justify-content: center;
    text-transform: uppercase;
}

.text-menu li {
    display: inline;
    margin-right: 2rem;
}


/* Footer */

.footer-columns {
    display: flex;
}

.footer {
    background: #0A2939;
    color: white;
    height: auto;
    font-size: .8rem;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 2rem;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.footer-contacts {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
    margin: 1rem 0 .5rem;
}

.footer-nav {
    display: flex;
    margin: .5rem 0 1rem;
    justify-content: flex-end;
}

.footer-nav-item {
    position: relative;
    cursor: pointer;
    background-color: #0A2939;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    margin-left: 16px;
    font-size: 18px;
}

.footer-contacts li {
    display: inline;
    margin-left: 1.5rem;
}

.footer-contacts ul {
    margin: 0;
    padding: 0rem;
}


/* Rows */

.row-white {
    width: 100%;
    cursor: pointer;
    background-color: white;
    border-radius: 8px;
    max-height: 175px;
    box-shadow: 0 7px 14px rgb(11 31 53 / 10%);
    position: relative;
}

.row-white:hover {
    transform: scale(1.02);
    transition: .2s;
    transition-timing-function: ease-in-out;
}

.row-white-header {
    text-transform: uppercase;
    color: #0F3041;
    font-size: 24px;
    font-weight: 600;
}

.row-suggest {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgba(11, 31, 53, .1);
    border-radius: 12px;
}

.row-suggest:hover {
    background-color: #f8f8f8;
}

.row-footer {
    width: 25%;
    color: white;
    position: relative;
    display: flex;
}

.row-footer p {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.row-footer-menu {
    text-align: center;
    width: 75%;
}

.row-banner {
    width: 100%;
    color: white;
}

.row-banner-text {
    color: #F5F5F5;
}

.row-text {
    width: 65%;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
}

.row-button {
    padding-bottom: 2rem;
}

.row-img {
    max-width: 100%;
    padding-bottom: 1rem;
}

.row-menu {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    min-height: 570px;
    box-shadow: 0 7px 14px rgb(11 31 53 / 10%);
}

.row-menu-img {
    width: 50px;
}

.row-menu-img-big {
    width: 150px;
}

.row-menu-contacts {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    min-height: 220px;
    box-shadow: 0 7px 14px rgb(11 31 53 / 10%);
}

.row-menu-contacts li {
    list-style: none;
    font-weight: 600;
}

.row-menu-contacts ul {
    padding: 0;
    margin: 0;
}

.row-icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.row-icon-slider {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.row-wrapper {
    gap: 1rem;
    padding: 2rem;
}

.row-wrapper-banner {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
}

.row-number {
    color: #0F3041;
    font-size: 40px;
    font-weight: 600;
    margin-right: 1rem;
}

.row-header {
    font-size: 18px;
    font-weight: 600;
}

.clients-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    filter: grayscale(100%);
    opacity: .2;
    padding: 2rem 0;
}

.clients-img {
    height: 50px;
    width: auto;
}


/* Modal */

.modal {
    position: relative;
    z-index: 1;
}


/* Animations */

@keyframes glowing {
    0% {
        background-color: #C8242F;
        box-shadow: 0 0 5px #d61e2a;
    }
    50% {
        background-color: #C8242F;
        box-shadow: 0 0 15px #a7131d;
    }
    100% {
        background-color: #b2222b;
        box-shadow: 0 0 5px #85131b;
    }
}