@font-face {
    font-family: Roobert-regular;
    src: url(../fonts/Roobert-Regular.otf);
}
@font-face {
    font-family: Roobert-medium;
    src: url(../fonts/Roobert-Medium.otf);
}

.drop-down_list {
    min-height: 1100px !important;
    margin-bottom: 80px;
    margin-top: 160px;
}

.accordion-body {
    align-items: center;
    font-family:  Roobert-regular !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 140%;
    color: #323236;
}

.accordion-button {
    font-family:  Roobert-regular !important;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 36px !important;
    line-height: 120% !important;
    color: #323236;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1280px !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    --bs-gutter-x: 0;
}
.headerSection .textHeaderBlock p{
    padding: 0px 0px 80px 0px;
}
.accordion{
    max-width: 1065px;
    margin: 0 auto;
}
.headerSection{
    height: auto;
    
}
.headerSection .textHeaderBlock .divGic{
    top: 22px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin: 0;
}
@media (max-width: 768px) {
    .headerSection .textHeaderBlock .divGic{
        top: -10px;
    }
}
@media (max-width: 600px) {
    .headerSection .textHeaderBlock .divGic{
        top: -27px;
    }
}
