:root {
    --accent-red: #D12A2A;
    --dark-red: #9d2626;
}

.aos-init[data-aos].aos-animate {
    transform: unset !important;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

html {
    font-size: 16px;
}

.fixed-items {
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	z-index: 2;
}

.mytbody{
	border: 1px solid #dadada;
}

.mytbody td{
	border: 1px solid #dadada;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
} 

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    background: transparent;
    border: none;
}

.to_uppercase {
    text-transform: uppercase;
}

.to_normalized {
    text-transform: capitalize;
}

.container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

header {
    padding: 25px 0;
    box-shadow: 0px 0px 4px 0px #00000024;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
}

.header-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav-list-item:not(:last-child) {
    margin-right: 1.5em;
}

.header-nav-list-item-link {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.2;
    color: #151515;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in;
}

.header-nav-list-item-link:hover {
    color: var(--accent-red);
    border-bottom-color: var(--accent-red);
}

.header-nav-list-item-link:active {
    color: var(--dark-red);
    border-bottom-color: var(--dark-red);
}

.header-lang-item {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.2;
    color: #151515;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in;
}

.header-lang-item:hover {
    color: var(--accent-red);
    border-bottom-color: var(--accent-red);
}

.header-lang-item:active {
    color: var(--dark-red);
    border-bottom-color: var(--dark-red);
}

.header-phone {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.2;
    color: #151515;
    transition: all .2s ease-in;
}

.header-phone:hover {
    color: var(--accent-red);
}

.header-phone:active {
    color: var(--dark-red);
}

.header-phone svg {
    margin-right: 1em;
}

.black-filter {
    background: #161616A6;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section {
    margin-bottom: 100px;
}

section:first-child {
    margin-top: 75px;
}

.section-title {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 40px;
}

.section-title .red {
    color: var(--accent-red);
}

footer {
    background: #151515;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding: 3em 0;
}

.footer-section-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 13px;
}

.footer-section-list-item-link {
    font-weight: 400;
    font-size: 1rem;
    width: fit-content;
    line-height: 1.2;
    color: #DBDBDB;
    margin-bottom: 1em;
    display: block;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in;
}

a.footer-section-list-item-link:hover {
    color: var(--accent-red);
    border-bottom-color: var(--accent-red);
}

a.footer-section-list-item-link:active {
    color: var(--dark-red);
    border-bottom-color: var(--dark-red);
}

.footer-section-social-group {
    display: flex;
    justify-content: start;
}

.footer-section-social-link {
    display: block;
}

.footer-section-social-link svg rect,
.footer-section-social-link svg circle {
    transition: all .2s ease-in;
}

.footer-section-social-link svg path {
    transition: all .2s ease-in;
}

.footer-section-social-link:hover svg rect,
.footer-section-social-link:hover svg circle {
    fill: var(--accent-red);
}

.footer-section-social-link:hover svg path {
    fill: white;
}

.footer-section-social-link:active svg rect,
.footer-section-social-link:active svg circle {
    fill: var(--dark-red);
}

.footer-section-social-link:not(:last-child) {
    margin-right: 1em;
}

.footer-bottom {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.3;
    color: white;
    padding: 2em 0;
    border-top: 1px solid #525252;
}

input, textarea {
    transition: all .2s ease-in;
}

input:focus, textarea:focus {
    outline: none;
    border-color: var(--accent-red) !important;
}

.header-lang-item.active {
    color: #dbdbdb;
    border-bottom: none;
}

.offcanvas .container {
    flex-direction: column;
}

.offcanvas .header-nav-list {
    flex-direction: column;
}

.offcanvas .header-nav-list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
}

.offcanvas .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 1em;
    margin-top: 1em;
}

.offcanvas .header-nav-list {
    margin-bottom: 2em;
}

.offcanvas .header-lang {
    margin-bottom: 2em;
}

.offcanvas, .offcanvas-body {
    height: fit-content !important;
    padding: 1em 0;
}

.header-burger {
    display: none;
}

@media (max-width: 1215px) {
    .container {
        max-width: 95%;
    }

    .header-burger {
        display: block;
    }

    .header-nav, .header-phone, .header-lang {
        display: none;
    }

    .offcanvas .header-phone, .offcanvas .header-lang {
        display: block;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 15px;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-logo, .footer-section {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .section-title {
        font-size: 2.25rem;
    }

    section {
        margin-bottom: 45px;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 475px) {
    .header-logo-image {
        width: 75%;
        height: auto;
        object-fit: contain;
    }
}