@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Black.ttf');
    font-weight: 900;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraBold.ttf');
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-ExtraLight.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat/Montserrat-Thin.ttf');
    font-weight: 100;
}

html{
    box-sizing: border-box;
    /*width: 1480px;*/
}

*,
*::after,
*::before{
    box-sizing: inherit;
}

html,
body{
    height: 100%;
    margin: 0;
}

.wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main{
    flex-grow: 1;
    /* height: 100%; */
    /* overflow: hidden; */
}

body{
    width: inherit;
    padding: 0 40px;
    color:#B4968F;
    background-color: #030A14; 
    /*background-size: cover;*/
    /*background-position: top;*/
    /* font-family: sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.body_full_background{
    background-image: url('../Img/DesktopBackground.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0;
}

.short_header{
    background-image: url('../Img/DesktopBackground.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 170px;
    position: absolute;
    margin-left: -40px;
    /* margin-top: -8px; */
}

.stripe{
    /* background-color: #142340; */
    background-color: #0a1325;
    /* background-color: #B4968F; */
    width: 100%;
    height: 5px;
    position: absolute;
    margin-top: 162px;
    margin-left: -40px;
}

.wide_stripe{
    /* background-color: #142340; */
    background-color: #0a1325;
    /* background-color: #B4968F; */
    width: 100%;
    height: 40px;
    position: absolute;
    margin-top: 171px;
    margin-left: -40px;
}

a{
    text-decoration: none;
    color: inherit;
}

ul.menu_list{
    list-style: none;
}

div.header{
    max-width: 1480px;
    min-width: 1440px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 172px;
}

.header_container{
    min-height: 145px;
    max-height: 145px;
    margin-top: -30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* align-items: start; */
    /* gap: 50px; */
}

.system_entrance{
    display: flex;
    justify-content: end;
    margin-top: 20px;
    margin-right: -30px;
}

.header_logo{
    display: flex;
    align-items: center;
    min-width: 400px;
    max-width: 400px;
    height: 130px;
    margin-top: -22px;
    margin-left: -40px;
}

.logoImg{
    margin-top: 25px;
}

.logoText{
    margin-left: -20px;
    display: inline-block;
}

.logoName{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.logoSlogan{
    font-size: 14px;
    margin: 10px 0 0 0;
    line-height: 1.5;
}

/* .div_menu{
    flex-grow: 1;
} */

.menu_list{
    display: flex;
    align-items: center;
    gap: 0 40px;
    padding: 0 30px;
}

.menu_item{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    z-index: 1000;
}

.sub_menu{
    display: none;
}

.sub_menu:hover{
    display: flex;
}

.contacts{
    display: flex;
    align-items: start;
    min-width: 276px;
    max-width: 276px;
    margin-top: 20px;
}

.locationAddressText{
    margin: 0;
    line-height: 1.5;
}

.container{
    width: 896px;
    height: 100%;
    margin: 0 auto;
}

.image_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    vertical-align: middle;
}

.client_img{
    margin-top: 20px;
    margin-bottom: 20px;
}

.chapter_name{
    font-size: 32px;
    font-weight: 600;
    opacity: 50%;
    width: 896px;
    margin: 0 auto;
}

.chapter_text{
    line-height: 1.8;
    height: 100%;
    opacity: 90%;
    /* overflow-y: scroll; */
}

.scrollable{
    /* overflow-y: hidden; */
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 15px;
}

.scrollable:hover{
    /* overflow-y: scroll; */
}

.collapsable{
    width: 100%;
}

.google_map{
    opacity: 75%;
    margin-top: 40px;
}

.chapter_text ul{
    list-style: none;
}

label{
    display: block;
    cursor: pointer;
}

input[type="checkbox"]{
    position: absolute;
    left: -9999px;
}
  
input[type="checkbox"] ~ .card-body{
    height: 0;
    transform: scaleY(0);
    margin-left: 50px;
    line-height: 1.8;
}
  
input[type="checkbox"]:checked ~ .card-body{
    height: 100%;
    transform-origin: top;
    transition: transform .2s ease-out;
    transform: scaleY(1); 
    margin-top: 50px;
    margin-bottom: 50px;
}
  
/* input[type="checkbox"]:checked + label{ */
    /* background: #26C281; */
    /* border-bottom: 1px solid #fff; */
/* } */

/* .card-body{
    margin-top: 30px;
    margin-bottom: 30px;
} */

.last,.first{
    font-size: 22px;
    font-weight: 600;
    opacity: 70%;
    margin: 10px auto;
    line-height: 1.3;
}

ul.dotted{
    list-style:disc;
}

.footer{
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
    /* opacity: 70%; */
}

.footer .contacts,
.footer .stripe{
    display: none;
}

.list_h4{
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}

.list_h4 li{
    list-style: disc;
}

.list_h3{
    font-size: 16px; 
    font-weight: 600;
    margin-top: 15px;
    opacity: 95%;
}

.list_h3 li{
    margin-bottom: 20px;
    opacity: 95%;
}

.list_h2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    opacity: 95%;
}

.list_h1{
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.4;
    opacity: 95%;
}

.footer .container{
    opacity: 50%
}

.for_license{
    display: flex;
}

.not_for_license{
    display: none;
}


@media (max-width: 1400px) {
    .menu_list{
        display: flex;
        align-items: center;
        gap: 0 40px;
        padding: 0;
    }

    .for_license{
        display: flex;
    }
    
    .not_for_license{
        display: none;
    }

    .contacts{
        display: none;
        justify-content: flex-start;
    }

    .div_menu{
        margin-right: 80px;
        flex-grow: 1;
    }

    .menu_list{
        justify-content: space-between;
        gap: unset;
    }

    /* .menu li{
        font-size: 14px;
    } */

    .header_container{
        gap: 60px;
        align-items: start;
        margin-left: -30px;
    }

    .header_logo{
        transform: scale(0.85);
    }
}

@media (max-width: 1200px) {
    .menu_item{
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .menu_item{
        font-size: 14px;
    }

    .header_container{
        gap: 30px;
    }

    .div_menu{
        margin-right: 40px;
    }
}

@media (max-width: 1000px){
    .menu_list{
        display: flex;
        align-items: center;
        gap: 0 55px;
        padding: 0;
    }

    .for_license{
        display: none;
    }
    
    .not_for_license{
        display: flex;
    }
    
    .body_full_background{
        background-size: contain;
        background-position: center;
    }

    .card-body img{
        width: 100%;
        height: 100%;
    }

    .card-body p,
    .card-body{
        margin: 0;
    }

    .header{
        margin-left: -20px;
    }

    .header_logo{
        transform: unset;
    }

    .header_container{
        flex-wrap: wrap;
        margin-left: 20px;
    }

    .contacts{
        display: flex;
    }

    .div_menu{
        order: 5;
        margin-left: 40px;
    }

    .menu_link{
        font-size: 16px;
        font-weight: 600;
    }

    .container{
        width: unset;
    }

    .stripe{
        margin-top: 235px;;
    }

    .wide_stripe{
        margin-top: 245px;
    }

    .chapter_name{
        margin-top: 70px;
    }

    .scrollable{
        margin-left: 40px;
        margin-right: 40px;
    }

    .image_container{
        justify-content: center;
        gap: 50px;
    }

    .client_img{
        transform: scale(0.8);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .last, .first{
        font-size: 20px;
    }

    .chapter_text{
        padding-inline-start: unset;
    }


    input[type="checkbox"]{
        position: absolute;
        left: -9999px;
    }
      
    input[type="checkbox"] ~ .card-body{
        height: 0;
        transform: scaleY(0);
        /* margin-left: 50px; */
        line-height: 1.5;
    }
      
    input[type="checkbox"]:checked ~ .card-body{
        height: 100%;
        transform-origin: top;
        transition: transform .2s ease-out;
        transform: scaleY(1); 
        /* margin-top: 50px; */
        /* margin-bottom: 50px; */
    }
    
    .last,.first{
        font-size: 22px;
        font-weight: 600;
        opacity: 70%;
        /* margin: 10px auto; */
        line-height: 1.3;
    }
}

@media (max-width: 750px){
    .body_full_background{
        padding-left: 5px;
        padding-right: 5px;
        background-position: top center;
    }

    .stripe,
    .wide_stripe{
        margin-left: unset;
    }

    .system_entrance{
        display: none;
    }

    .div_menu{
        order: unset;
        margin-left: 40px;
        padding: 0;
        width: 100%;
    }

    .menu_list{
        flex-direction: column;
    }

    .menu_item{
        /* padding-left: 45px; */
        margin-top: 30px;
        /* justify-content: space-between; */
    }

    .menu_item a{
        font-size: 14px;
        font-weight: 500;
    }

    .header{
        height: 100%;
    }

    .header_container{
        display: block;
        margin-left: unset;
    }

    .chapter_name{
        width: unset;
    }

    .body_full_background .header_container{
        display: block;
        margin-left: unset;
        min-height: unset;
        max-height: unset;
        height: 100%;
    }

    .body_full_background .menu{
        height: 100%;
        display: flex;
        align-items: center;
    }

    .body_full_background .div_menu{
        height: 100%;
        /* display: flex;
        align-items: center; */
    }

    .body_full_background .menu_list{
        margin-left: auto;
        margin-right: auto;
    }

    .header_logo{
        margin-left: auto;
        /* margin-left: -20px; */
        margin-right: auto;
    }

    .contacts{
        display: none;
    }

    .contactsWraper{
        margin-left: auto;
        margin-right: auto;
        display: flex;
        width: fit-content;
        /* text-align: center; */
        padding-left: 45px;
    }

    .footer .headerLocation{
        text-align: start;
        margin-bottom: 20px;
    }

    .footer .stripe{
        display: none;

    }
    .footer .contacts{
        display: flex;
        /* padding-left: 75px; */
    }

    .footer{
        display: flex;
        flex-direction: column;
    }

    .body_short_header .short_header{
        background-size: auto;
        height: 100px;
    }

    .body_short_header{
        padding-left: 5px;
        padding-right: 5px;
    }

    .body_short_header .menu_list{
        flex-direction: unset;
    }

    .body_short_header .div_menu{
        margin-left: 0;
        margin-right: 0;
        padding-left: 40px;
        padding-right: 20px;

    }

    /* .menu_item:not(:first-child)::before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -5px;
        margin-left: -5px;
        width: 1px;
        float: left;
        background-color: rgba(255, 255, 255, 0.2);
    } */

    /* .menu_item{
        border-right: solid;
        border-width: 0.05px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 45px;
    } */
    .body_short_header .wide_stripe{
        margin-top: 212px;
    }

    .body_short_header .stripe{
        margin-top: 202px;
    }

    .chapter_name{
        position: absolute;
        margin-top: 210px;
        margin-left: 30px;
    }

    .scrollable{
        position: absolute;
        margin-top: 265px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .footer .contacts{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .footer .stripe{
        position: relative;
        display: block;
        margin-top: 10px;
        /* margin-bottom: 20px; */
    }

    .client_img{
        transform: scale(0.75);
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .chapter_text{
        margin-right: 10px;
        /* font-size: 12px; */
        margin-left: 10px;
        /* transform: scale(0.75); */
    }

    .list_h4{
        font-size: 12px;
        font-weight: 400;
        margin-top: 15px;
    }
    
    .list_h3{
        font-size: 14px; 
        font-weight: 500;
        margin-top: 15px;
        opacity: 95%;
    }
    
    .list_h3 li{
        margin-bottom: 10px;
        opacity: 95%;
    }
    
    .list_h2{
        font-size: 16px;
        font-weight: 500;
        margin-top: 15px;
        opacity: 95%;
    }
    
    .list_h1{
        font-size: 18px;
        font-weight: 500;
        margin-top: 15px;
        line-height: 1.9;
        opacity: 95%;
    }

    .last, .first{
        font-size: 18px;
    }

    .body_full_background .div_menu{
        margin-left: 20px;
    }

    .footer .contactsWraper ~ div,
    .footer .contacts ~ div{
        opacity: 50%
    }
}

@media (max-width: 460px){
    .header_logo,
    .contacts{
        transform: scale(0.75);
    }

    .body_short_header{
        min-width: 100%;
    }

    .body_short_header .menu_item a{
        font-size: 12px;
        font-weight: 500;
    }

    .body_short_header .div_menu{
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 10px;

    }

    .client_img{
        transform: scale(0.57);
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .chapter_name{
        font-size: 24px;
        padding-top: 5px;
        margin-left: 10px;
    }

    .chapter_text{
        margin-right: 10px;
        font-size: 12px;
        margin-left: 10px;
        /* transform: scale(0.75); */
    }

    .list_h4{
        font-size: 10px;
        font-weight: 400;
        margin-top: 15px;
    }
    
    .list_h3{
        font-size: 12px; 
        font-weight: 500;
        margin-top: 15px;
        opacity: 95%;
    }
    
    .list_h3 li{
        margin-bottom: 10px;
        opacity: 95%;
    }
    
    .list_h2{
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
        opacity: 95%;
    }
    
    .list_h1{
        font-size: 16px;
        font-weight: 500;
        margin-top: 15px;
        line-height: 1.9;
        opacity: 95%;
    }

    .last, .first{
        font-size: 16px;
    }
}