*,*:before,*:after{
    box-sizing: border-box;
}
body{
    margin:0;
    font-family: 'Open Sans';
}

.header_container{
    padding:5px;
    background-color: #001127;
    /* font-size: 11px; */
}

.header .logo_header{
    padding-left:40px;

}

.header .logo_header img{
    height:90px;
}

.header{
    display:flex;
    align-items: center;
}

.header .nav_header{
    margin-left: auto;
    padding-right:40px;
}

header .link_nav{
    display:flex;
    gap:35px;
}

.header .link_nav li{
    list-style:none;
}

.header .link_nav a{
    color:#fff;
    text-decoration:none;
    border: 2px solid transparent;
    text-transform:uppercase;
    transition: all 0.1s ease-in 0.1s;
    padding:5px;
}

 
.header .link_nav a:hover, .header .link_nav .link_active{
    color:#ebca7e;
    border: 2px solid #ebca7e;
}

.section-1 {
    background-image:url('/static/img/main_001_1-5e87b505.jpg');
    background-size:cover;
    background-position: center center;
    position:relative;
    padding-bottom:150px;
}

.section-1:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#e2e1e15c;
}

.box-title-section-1 {
    padding-top:200px;
    text-align:center;
    position:relative;
    z-index:1;
}

.box-title-section-1 h1{
    padding: 80px 40px 80px 40px;
    margin-bottom:0;
    position:relative;
    font-size: 35px;
    letter-spacing:4px;
    font-weight:400;
    display:flex;
    align-items:center;
    justify-content:center;
    justify-items:center;
    text-transform:uppercase;
    background-color:#ffffffb3;
}

.title_h1{
    margin-bottom:0;
    position:relative;
    font-size: 35px;
    letter-spacing:4px;
    font-weight:400;
    display:flex;
    align-items:center;
    justify-content:center;
    justify-items:center;
    text-transform:uppercase;
    background-color:#ffffffb3;
}

.ul{
    margin-top: 0;
    padding-left:20px;
}

.ul > li{
    list-style: none;
}

.box-title-section-1 h1:before{
    content:'';
    border-bottom: 2px solid #000;
    width:20%;
    margin-right:auto;
}

.box-title-section-1 h1:after{
    content:'';
    border-bottom: 2px solid #000;
    width:20%;
    margin-left:auto;
}

.box-info-section-1 {
    max-width:90%;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    z-index:1;
    line-height:30px;
    color:#fff;
    background-color:#002454a8;
    padding:40px 20px 40px 20px;
}

.box-info-section-1:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:#050f4226;
}

.container-section{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section-2{
    padding-top:50px;
    position:relative;
    background-image:url('/static/img/section2.png');
    background-attachment: fixed;
    backface-visibility: hidden;
    background-position: center right -150px;
    background-repeat:no-repeat;
}

.section-2:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:#ffffffdb;
}

.box-info-section-2 {
    position:relative;
    z-index:1;
    display:grid;
    align-items:center;
    grid-template-columns: 3fr 1fr;
    /* background-color: #fff; */
}


.box-info-section-3 {
    padding-top:50px;
    max-width:750px;
    margin-left:auto;
    margin-right:auto;
}

.box-info-section-2{
    justify-items:center;
}

.box-info-section-2 p{
    padding-left: 60px;
    padding-right: 60px;
}

.cardBox {
    padding-left:60px;
    padding-right:60px;
    position: relative;
    z-index: 1;
    display:flex;
    gap:80px;
    text-align:center;
    justify-content: center;
    margin-top:50px;
    flex-wrap:wrap;
}

.cardBox > div{
    flex: 1 1 200px;
    padding:20px;
    min-height:200px;
    background-color:#374b6e;
}

.icon-card{
    font-size:8rem;
    color:#ffffff;
}

.cardBox img{
    width:130px;
}

.cardBox h3{
    margin-bottom:0;
    position:relative;
    font-size:25px;
    letter-spacing:4px;
    font-weight:400;
    display:flex;
    align-items:center;
    justify-content:center;
    justify-items:center;
    text-transform:uppercase;
    padding:5px;
    color:#fff;
}

.cardBox h3:before{
    content:'';
    border-bottom: 2px solid #fff;
    width:20%;
    margin-right:auto;
}

.cardBox h3:after{
    content:'';
    border-bottom: 2px solid #fff;
    width:20%;
    margin-left:auto;
}

.section-3 {
    padding-left:60px;
    padding-right:60px;
    text-align:center;
}

.section-4{
    padding-left:60px;
    padding-right:60px;
    padding-bottom:50px;
    background-image: url(/static/img/main_004_01-567b7ab2.webp);
    position: relative;
    min-height:500px;
    background-attachment: fixed;
    backface-visibility: hidden;
}

.section-4:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#ffffffbf;
    
}

.title_section4{
    font-size: 35px;
    letter-spacing: 2px;
    text-transform:uppercase;
    font-weight:400;
    margin-top:50px;
}

.white-box-section-4{
    position:relative;
    top:20px;
    z-index:1;
    line-height:23px;
    padding:30px;
    margin-top:20px;
    max-width:800px;
    margin-right:auto;
    background-color:#ffffffcc;
}

.photo-section-4 {
    padding-top:80px;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.photo-section-4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-section-4 > div{
    flex: 1 1 200px;
    position:relative;
    height:300px;
    box-shadow: 1px 1px 13px 0px #0000006e;
}

.photo-section-4 > div:before{
    content:'';
    transform:translate(20px,-30px);
    background-color:transparent;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:-1;
    background-image: url('/static/img/box-decoration-secondary-image.png');
}

.ink_info{
    position:relative;
    z-index:1;
    padding-top:30px;
    font-size:17px;
}

.section-5{
    padding-left:60px;
    padding-right:60px;
}

.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slides-wrapper {
    display: flex;
    height: 100%;
    gap: 20px;
}

.slides-wrapper img{
    max-width:100%;
}
.slides-wrapper.animated {
    animation: carousel-scroll linear infinite;
    animation-duration: 50s;
}
.slide {
    flex-shrink: 0;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    text-align: center;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
}

.faq-container {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
}
.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    cursor: pointer;
}
.faq-question {
    text-transform:uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
    /* font-weight: 600; */
    color: #333;
}
.faq-answer {
    font-size: 1em;
    line-height: 1.6;
    color: #666;
    margin-top: 10px;
    display: none; /* Ð¡ÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ Ð¾Ñ‚Ð²ÐµÑ‚Ñ‹ Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
}
.faq-toggle {
    font-size: 1.5em;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

.section-6{
    padding-left:60px;
    padding-right:60px;
}

.title_faq{
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    font-size: 1.2rem;
}

.cars_box {
    display:flex;
    align-items: center;
    justify-content: center;
}

.cars img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.section-7{
    padding-left:60px;
    padding-right:60px;
}

.cars_box .a_mail{
    text-decoration:none;
    font-weight:bold;
    font-size:23px;
    color:#000000;
}

.btn1{
    white-space: nowrap;
    text-decoration:none;
    padding:10px;
    font-weight:bold;
    color:#dca807;
    text-transform:uppercase;
    border:1px solid #dca807;
    transition: all 0.1s ease-in 0.1s;
}

.btn1:hover{
    background-color:#dca807;
    color:#fff;
}

.section-8, .section-9{
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
}

.section-8 h1:after,.section-8 h1:before{
    content:unset;
}

.footer_container{
    background-color: #001127;
    /* padding-left: 60px; */
    /* padding-right: 60px; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_ul{
    padding-left: 0;
}


.flex_footer{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items:center;
}

.flex_footer > div{
    justify-items:center;
    text-align: center;
}


.footer_ul li {
    color:#fff;
    padding-bottom:10px;
    list-style: none;
}

.footer_ul a{
    color:#fff;
    transition: all 0.1s ease-in 0.1s;
    text-decoration:underline;
}

.footer_ul a:hover{
    color:#ebca7e;
    text-decoration:none;
}

.logo_footer {
    /* width:100px; */
}

.logo_footer img{
    width:100px;
}

.contact_footer_info{
    color:#fff;
    text-align: center;
}

.contact_footer_info a{
    color:#fff;
    text-decoration:none;
    transition: all 0.1s ease-in 0.1s;
}

.contact_footer_info a:hover{
    color:#dca807;
}

.info_services {
    padding-left:60px;
    padding-right:60px;
}

.price_box{
    font-size:19px;
}


.box_contact {
    display:flex;
}

.box_contact > div{
    flex: 1 1 auto;
}

.contact_container{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:50px;
}

.box_contact > div:first-child{
    text-align:right;
    padding-right:20px;
    border-right: 1px solid #ccc;
}

.box_contact > div:last-child{
    padding-left:20px;
}

.box_contact .a_contact{
    text-decoration:none;
    color:#000;
    font-weight:bold;
}

.track_container{
     padding-bottom:50px;
    background-image: url(/static/img/main_004_01-567b7ab2.webp);
    position: relative;
    min-height:500px;
    background-size:cover;
    background-position: center;
}

.track_container:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:#ffffffbf;
}

.box_track{
    max-width:700px;
    min-height:130px;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 1px 1px 13px #00000063;
    background-color:#ffffffd1;
    position:relative;
    top:80px;
    padding:20px;
    border-radius:5px;
    z-index:1;
}

.inp1{
    padding:10px;
    width:100%;
    border:1px solid #ccc;
    background-color:#fff;
    border-radius:5px;
}

.btn2 {
    padding:10px;
    border:1px solid transparent;
    color:#fff;
    cursor:pointer;
    font-size:20px;
    transition: all 0.1s ease-in-out 0.1s;
    text-transform:uppercase;
    background-color:#e2c87a;
}

.btn2:hover{
    background-color:#c6a955;
}

.error_box_red {
    background-color:#ffb9b9;
    padding:10px;
    color:#b72121;
}

.info_order td{
    padding:15px 5px 15px 5px;
    border-bottom: 1px solid #e0e0e0;
}


.icon-order{
    font-size:20px;
    padding-right:10px;
    vertical-align:middle;
    color:#000000;
}


.side-panel {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #001127;
    padding: 20px;
    transition: left 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.side-panel.open {
    left: 0;
}


.mobile-menu{
    display: none;
}

.mobile-menu i{
    color:#fff;
    position:relative;
    right:20px;
    cursor:pointer;
}

.mobile-menu i:hover{
    color:#dca807;
}

.logo_mob {
    margin-bottom: 32px; /* 2rem = 32px */
}

.logo_mob img {
    max-width: 100%;
    height: auto;
}

.ico-mobile-menu{
    padding-right:10px;
}

.main-nav {
    flex-grow: 1;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px; /* 0.5rem = 8px */
}

.main-nav-item {
    display: flex;
    align-items: center;
    padding: 12px; /* 0.75rem = 12px */
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    transition-property: background-color, color;
    transition-duration: 200ms;
}

.main-nav-item:hover {
    background-color: rgba(0, 25, 51, 0.8);
}

.main-nav-item.active {
    background-color: #D4AF37;
    color: #000000;
    font-weight: bold;
}

.menu-toggle {
    background-color: #011d41;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 5px;
}


@media(max-width: 930px){
    body, .ink_info, .btn1{
        font-size: 15px;
    }

    .box-title-section-1 h1, .title_section4{
        font-size: 28px;
    }

    .price_box{
        font-size: 17px;
    }
}

@media(max-width: 855px){
    body, .ink_info, .btn1{
        font-size: 14px;
    }

    .box-title-section-1 h1, .title_section4{
        font-size: 25px;
    }
}

@media(max-width: 800px){
    .header .nav_header{
       display: none;
    }
    .mobile-menu{
        display: block;
        width:100%;
    }
    .box-info-section-2{
        display: block;
    }

    .box-title-section-1 h1, .title_section4{
        font-size: 24px;
    }
}

@media(max-width:750px){
    .flex_footer > div{
        flex: 1 1 200px;
    }

    .box-title-section-1 h1, .title_section4{
        font-size: 22px;
    }
}

@media(max-width:740px){
    .flex_footer > div{
        flex: 1 1 200px;
    }
    .contact_footer{
        margin-bottom:30px;
    }

    .box-title-section-1 h1, .title_h1, .title_section4{
        font-size: 20px;
    }
}

@media(max-width:600px){
    .faq-question{
        font-size: 0.9rem;
    }

    .price_box{
        font-size: 15px;
    }

    .box-title-section-1 h1, .title_h1, .title_section4{
        font-size: 16px;
    }
}

@media(max-width:525px){
    .box_contact{
        display: block;
    }

    .box_contact > div:first-child{
        text-align: left;
        border-right: none;
        padding-bottom:20px;
        /* border-bottom: 1px solid #ccc; */
    }

    .box_contact > div:last-child{
        padding-left: 0;
    }
}

@media(max-width: 650px){
    .flex_footer{
        display: block;
    }
}

@media(max-width: 690px){
    .box-info-section-2 p, .cardBox, .section-3, .title_section4, .section-4, .white-box-section-4, .section-5, .section-6, .section-7, .section-8, .section-9, .info_services{
        padding-left: 10px;
        padding-right: 10px;
    }
    .cardBox{
        gap:30px;
    }
}

@media(max-width:410px){
    .flex_footer{
        display:block;
    }
}




@keyframes carousel-scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}